/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');*/

:root {
}

@font-face {
    font-family: 'Impact Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Impact Regular'), url('../webfonts/impact.woff') format('woff');
}


@font-face {
    font-family: 'Impact Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Impact Regular'), url('../webfonts/unicode.impact.woff') format('woff');
}


@font-face {
    font-family: 'Impacted Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Impacted Regular'), url('../webfonts/Impacted.woff') format('woff');
}

body {
    background-image: url(../img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
}

.logo {
    border-right: 1px solid #656464;
    padding-right: 16px
}

    .logo img {
        width: 150px;
    }

.cpgrams {
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.offrLogin {
    color: #fff;
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 7px 7px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #3161a9;
}
.dscLogin img {
    width: 120px;
}
    .offrLogin:hover {
        background-color: #6dacdf;
    }

.dscLogin {
    padding: 7px 7px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #bfbfbf;
}

.langLogin {
    padding: 7px 12px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #ffffff;
    margin: 0;
    border: 1px solid #a5a5a5;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .langLogin .dropdown-toggle,
    .langLogin .dropdown-toggle:focus,
    .langLogin .dropdown-toggle:active {
        border: none;
        outline: none;
        padding: 0;
        color: #202020;
        font-size: 12px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
    }

.login-card {
    background: #f5f5f5;
    border-radius: 15px;
    padding: 24px 36px;
    box-shadow: 0 5px 16px rgb(143 143 143 / 36%);
    max-width: 450px;
    margin: auto;
    border: 1px solid #e5e5e5;
    margin-top: 0px;
}

    .login-card h2 {
        margin: 0;
        font-size: 2rem;
        font-family: 'Impact Regular', sans-serif;
        letter-spacing: 0.02rem;
    }

    .login-card p {
        color: #6c757d;
        margin: 8px 0 24px
    }

label {
    display: block;
    margin: 8px;
    font-weight: 700;
    font-size: 14px;
    color: #3f3e3e;
}

.forgot-username,
.forgot-password {
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    color: #337be5;
    margin-left: auto;
}



.err-txt,
p.err-txt {
    color: #e21515;
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    margin-left: 8px;
    /* display: none; */
}

.input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d5dcec;
    border-radius: 8px;
    font-size: 15px;
    background-color: transparent;
}

input:focus,
input:active {
    outline: none;
    border-color: #686868;
    box-shadow: 0 0 0 2px rgba(81, 148, 217, 0.2);
}

.input::placeholder {
    font-size: 11px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.password-wrap {
    position: relative
}

    .password-wrap button {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        background: none;
        cursor: pointer;
        font-size: 18px
    }

.captcha-row {
    display: grid;
    grid-template-columns: 1fr 120px 40px 40px;
    gap: 5px;
    align-items: center;
}

.captcha-box {
    background: #776b68;
    color: #fff;
    border-radius: 8px;
    padding: 8px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
}

.refresh {
    border: none;
    border-radius: 8px;
    background: #e1e1e1;
    cursor: pointer;
    color: #000;
    padding: 6px 8px;
    text-align: center;
}

.options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0;
    font-size: .9rem
}

.btn {
    width: 100%;
    padding: 7px 8px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 12px;
    font-size: 15px;
}

.btn-opt {
    padding: 4px 8px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
    width: fit-content;
    color: #656464;
    text-decoration: none;
}

.primary {
    background: #4678d3;
    color: #fff;
    border: 1px solid #4678d3;
}

    .primary:hover {
        color: #5194d9;
        background-color: #fff;
        border: 1px solid #5194d9;
    }

.secondary {
    background: #fff;
    border: 1px solid #7f7f7f;
    color: #272727
}

    .secondary:hover {
        background: #272727;
        border: 1px solid #fff;
        color: #fff
    }

.footer-links {
    text-align: center;
    margin-top: 20px
}

#message {
    margin-top: 12px;
    font-weight: 600
}

.footer-links p {
    margin: 0;
    color: #0f0f0f;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
}

.footer-links a {
    color: #4366c9;
    text-decoration: underline;
    font-weight: 600;
}


/* slide */
.hero-slider {
    position: relative;
    height: 375px;
    border-radius: 18px;
    border: 1px solid #bcc2cb;
    /* overflow: hidden; */
    background: transparent;
    /* box-shadow: 0 12px 35px rgba(0, 0, 0, .12); */
    margin: 140px 0 0 120px;
}

.slides,
.slide {
    height: 100%;
}

.slide {
    display: none;
    position: absolute;
    inset: 0;
}

    .slide.active {
        display: block;
        animation: fade .6s ease;
    }



.chatbot-care {
    width: 60px ;
    height: 60px;
    position: absolute;
    top: 50px;
    right: 28%;
}

.chatbot-mic {
    width: 60px ;
    height: 60px ;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #eef3ff;
} */

/* .caption {
    position: absolute;
    left: 40px;
    bottom: 40px;
    background: rgba(255, 255, 255, .9);
    padding: 20px 24px;
    border-radius: 16px;
    max-width: 420px;
} */

.nav {
    position: absolute;
    /* top: -25px; */
    bottom: -50px;
    transform: translateY(-50%);
    border: 2px solid #a8a8a8;
    padding: 0 8px;
    border-radius: 50%;
    background: #fff;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, .2); */
    cursor: pointer;
}

    .nav:hover {
        border-color: #1f5cff;
    }

.prev {
    left: 18px;
}

.next {
    left: 58px;
}

.indicators {
    position: absolute;
    bottom: -36px;
    right: 0;
    transform: translateX(-50%);
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background: #c5c5c5;
    cursor: pointer;
}

    .dot.active {
        background: #1f5cff;
    }

@keyframes fade {
    from {
        opacity: .2
    }

    to {
        opacity: 1
    }
}


.slide-1-content {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 20px;
    position: relative;
}

    .slide-1-content .img-content {
        text-align: center;
    }

        .slide-1-content .img-content .samadhan-didi {
            font-size: 15px;
            font-weight: 700;
            font-family: "Montserrat", sans-serif;
            margin: 5px 0 0 0;
            padding: 0;
            letter-spacing: .15rem;
        }

        /*.slide-1-content .img-content img {
            width: 200px;
            height: 250px;
        }*/





    .slide-1-content .title,
    .slide-2-content .title,
    .slide-3-content .title {
        font-size: 32px;
        font-family: "calibri", sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }

    .slide-1-content .sub-title,
    .slide-2-content .sub-title,
    .slide-3-content .sub-title {
        font-size: 22px;
        font-family: "calibri", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        line-height: 0;
    }

    .slide-1-content .main-content {
        padding: 0;
        margin: 0;
        max-width: 450px;
    }

        .slide-1-content .main-content p,
        .slide-2-content .main-content p {
            font-size: 18px;
            font-family: "calibri", sans-serif;
            font-weight: 500;
            padding: 0;
            margin: 0;
            line-height: 20px;
            letter-spacing: .015rem;
            margin: 15px 0;
        }

.slide-2-content,
.slide-3-content {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 20px;
    position: relative;
}

    .slide-2-content .img-content {
        display: flex;
        /* flex-direction: column; */
        gap: 30px;
    }

/*        .slide-2-content .img-content img {
            width: 120px;
            height: 120px;
        }*/

        .slide-2-content .img-content a img {
            width: 120px ;
            height: 40px ;
        }

.dropdown-content {
    display: none;
    position: absolute;
    max-height: 34rem;
    overflow-y: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10001;
    border-radius: 8px;
    width: 13rem;
    border: 1px solid #ebebeb;
    background: rgba(255, 255, 255, 0.96);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

    .dropdown-content > a {
        color: black;
        padding: 0.62rem 1rem;
        text-decoration: none;
        display: flex;
        font-size: 13px;
    }

        .dropdown-content > a:hover {
            background-color: #dbdbdb;
            border-radius: 8px;
        }

    .dropdown-content .dropdown-item {
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

#showEye {
    font-size: 16px;
    color: #313131;
    cursor: pointer;
    position: absolute;
    top: 30%;
    right: 12px;
}
