:root {
    --bs-white: #fff;
    --bs-secondary: #11bd51;
    --bs-soft-secondary: #1d94d512;
    /*--bs-secondary: #69a712;*/
    --bs-logo-color: #2794d2;
    --bs-logo-soft-color: #234e9a;
    --bs-logo-soft-green: #2d7a64;
    --bs-logo-green: #4482ba;
    --bs-bg-soft-white: #efefef;
    --bs-black: #000;
    --bs-dark: #1e1e1e;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    /* font-family: 'Mukti', Arial, sans-serif !important; */
    font-family: "Hind Siliguri", serif !important;
    color: var(--bs-black);
    font-weight: 400;
}

body {
    font-family: 'Kalpurush', serif;
    color: #363636;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.75rem;
    color: var(--si-form-invalid-color);
}

section {
    padding: 100px 0;
}

.text-primary {
    color: var(--bs-logo-color) !important;
}

.page-spinner {
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    margin-bottom: .75rem;
    vertical-align: text-bottom;
    border: .15em solid var(--bs-logo-green);
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite;
}

.btn-primary {
    color: var(--bs-white);
    background: var(--bs-secondary);
    font-size: 1.2rem;
    transition: 0.3s;
    position: relative;
    z-index: 9;
    border: 2px solid var(--bs-secondary);
    padding: 5px 15px;
    font-family: 'Hind Siliguri', sans-serif;
    border-radius: 3px;
    font-weight: 400;
}

.btn.btn-primary:hover {
    background: var(--bs-logo-color);
    border: 2px solid var(--bs-logo-color);
}

.bg-primary {
    --si-bg-opacity: 1;
    background-color: #2794d217 !important;
}

.bg-secondary {
    --si-bg-opacity: 1;
    background-color: #6faf151c !important;
}

.txt__h2 {
    font-size: 4rem;
    color: var(--bs-dark);
    line-height: 1.2;
    font-weight: 600;
    padding-top: 8px;
}

.animate__text {
    animation: textanim 2s linear infinite;
    background-image: linear-gradient(-225deg, var(--bs-secondary) 21%, #2081b9 35%, var(--bs-logo-color) 55%, #096ca5 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-link {
    font-family: 'Kalpurush', serif;
    font-size: 1.3rem;
    font-weight: 300;
}

.navbar-brand img {
    width: auto;
    height: 54px;
}

.accordion-button:not(.collapsed)::after {
    background-color: var(--bs-logo-color);
    box-shadow: var(--bs-logo-soft-color);
}

@keyframes textanim {
    to {
        background-position: 200% center;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        float: right;
        margin-right: 0rem !important;
    }
}

@media (max-width: 981px) {
    .animate__text {
        background-image: linear-gradient(90deg, var(--bs-secondary) 23%, #2081b9 50%, var(--bs-logo-color) 55%, #096ca5 80%);
    }

    .navbar-brand img {
        width: auto;
        height: 34px;
    }
}


/*=======================
Hero Section
===============================*/

.sec__hero{
    padding-bottom: 8rem !important;
}

.parallax-layer img {
    transform: perspective(1000px) rotateX(8deg) rotateY(351deg) rotateZ(1deg);
    box-shadow: 0px 20px 40px rgb(0 0 0 / 12%);
    border-radius: 16px;
    width: 794px;
    height: auto;
}

.txt__edu {
    color: var(--bs-secondary);
    font-weight: bold;
}

.txt__easy {
    color: var(--bs-logo-color);
    font-weight: bold;
}

.txt__p {
    color: var(--bs-logo-color);
}
.bg__green__grad{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(180deg, #11bd512e 0%, #11bd5124 56%, #ffffff 100%);
}
.bg__blue__grad{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(180deg, #2794d22e 0%, #2794d229 56%, #fff 100%);
}

.sec__heading {
    font-weight: 600;
    color: #363636;
    line-height: 1.5;
}

.sec__features {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    margin: 0px 0 50px;
    background: linear-gradient(180deg, #11bd512e 0%, #11bd5124 56%, #ffffff 100%);
}

.sec__features .item {
    background: var(--bs-white);
    height: 417px;
    border-radius: .8rem;
    padding: 38px 15px;
    box-shadow: 0 0 .375rem rgba(0, 0, 0, .1) !important;
    width: 90%;
    margin: 0 auto 2rem;
    transition: .3s;
}

.sec__features .item svg {
    stroke-width: .75;
}

.sec__features .item:hover .rounded-circle {
    background-color: var(--bs-logo-color) !important;
    transition: .3s;
}

.sec__features .item:hover svg {
    stroke: var(--bs-white)
}

.sec__features .item:hover .txt__p {
    text-decoration: underline;
}

.sec__features .item p {
    line-height: 1.4rem;
}

.sec__features h4 {
    color: var(--bs-secondary);
    font-weight: 600;
    /*height: 66px;*/
    overflow: hidden;
}

.border__img {
    border-radius: .8rem;
    box-shadow: var(--si-box-shadow-inset), 0 .8rem 2.1rem -0.5rem rgb(47 166 205 / 40%);
    border: 1px solid rgb(47 166 205 / 20%);
}

.sec__app {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    margin: 50px 0;
    background-color: #000;
    background-image: url(../img/bg24.svg);
}

.sec__report ul li {
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.fs-base {
    font-size: 1.3rem !important;
}
.form-select{
    font-size: 1.1rem;
}

.form-control:focus {
    color: #565973;
    background-color: #fff;
    border-color: var(--bs-logo-color);
    outline: 0;
    box-shadow: var(--si-box-shadow-inset), 0 .5rem 1.125rem -0.5rem rgb(47 166 205 / 20%);
}

.form-select:focus {
    border-color: var(--bs-logo-color);
}

.bg__banner {
    /*background-color: #FAF9FF;*/
    background-image: url("../img/bg21.svg");
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px 100px 0px;
    /*background-position: center;*/
}

.edueasy__app img{
    margin: -76px auto;
}

.sec__que p{
    font-size: 1.2rem;
}

.accordion-button{
    color: #262626;
    font-weight: 500 !important;
}

#footer-links h6{
    font-size: 1.3rem;
    color: var(--bs-logo-color);
}

@media (max-width: 981px) {
    .sec__features .item p {
        line-height: 1.7rem;
        font-size: 1.3rem;
    }
    .sec__features .item {
        height: auto;
    }
    .sec__heading {
        text-align: center;
    }
    .sec__app .txt__h2{
        text-align: center;
        font-size: 2.3rem;
        margin: 0 auto;
    }
    .edueasy__app img {
        margin: 0px auto;
    }
    .sec__dashboard{
        margin-top: 143px;
    }
    section {
        padding: 70px 0;
    }
    .bg__banner {
        background-position: left center;
    }
    .accordion-button::after {
        display: inline-block;
        float: right;
        margin-top: 0px;
    }
    .accordion-button {
        display: inline-block;
    }
    .accordion-header {
        margin-bottom: 0;
    }
}





.btn {
        border-radius: 0 !important;
    }

    a {
        color: #115e31;
        text-decoration: none;
    }

    p {
        font-size: 1.15rem;
    }

    h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
        color: #383838;
        font-weight: 500;
    }

    .sec__payment .container {
        border: 1px solid #e7eafe;
        border-radius: 10px;
        padding: 43px;
    }

    .dropdown-item {
        font-size: .9rem;
        font-weight: 400;
        color: var(--si-black);
        text-transform: uppercase;
    }

    /*===================
    Donate Page Start
    ===============================*/

    .donate__banner h2 span {
        color: #f10000;
        letter-spacing: -1px;
        font-weight: bold;
        display: block;
        font-size: 35px;
        margin-bottom: 7px;
    }

    .donate__banner h2 {
        color: #000;
        font-size: 38px;
    }

    /*===================
    Donate Page End
    ===============================*/
    footer .credits {
        border-top: 1px solid #e7eafe;
        margin-top: 20px;
    }

    footer .nav-link {
        color: var(--si-black);
    letter-spacing: .5px;
    font-size: 1.1rem;
    font-family: 'Hind Siliguri';
    font-weight: 500;
    line-height: 1.1em;
    }

    /*====================
    Page Head
    ===============================*/

    /*.page__top .page__head {*/
    /*    color: #fff;*/
    /*    text-align: left;*/
    /*}*/

    .page__top {
        height: 500px;
        background: no-repeat top center;
        display: flex;
        justify-content: center;
        align-items: end;
    }

    .page__top .page__head .title {
        font-size: 45px;
        color: #ffffff;
        text-transform: capitalize;
        letter-spacing: 1px;
        z-index: 9;
        position: relative;
        text-shadow: 2px 2px 3px #1a1a1a;
        font-weight: 500;
    }

    .page__top:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: rgba(30, 34, 40, .5);
    }

    /*================
    Home Page
    ==============================*/
    .bg-gradient-dark-translucent__hero {
        background: linear-gradient(90deg, rgb(0 49 76 / 90%) 0%, rgb(84 84 84 / 19%) 100%) !important;
        /*background: rgba(30, 34, 40, .5) !important;*/
    }

    .section__hero .swiper-slide h2 {
        font-family: 'Manrope', sans-serif;
        text-shadow: 2px 2px 5px var(--si-black);
    }

    .btn__join {
        border: 2px solid #fff;
        font-size: 17px;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 15px;
        transition: all .3s;
    }

    .btn__join:hover, .btn__join.active, .btn__join:focus {
        color: #fff !important;
        background-color: #116899 !important;
        border-color: #116899 !important;
    }

    .amount__bl {
        color: #222222;
        font-size: 17px;
        margin: 5px 0 10px;
    }

    .form-control[readonly] {
        cursor: not-allowed;
        background-color: transparent;
        color: #1e1e1e;
        border: none;
        font-size: 17px;
        padding: 0;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .form-control {
        border-radius: 0;
    }

    .amount__bl span, .amount__bl label {
        font-size: 17px;
        color: #1e1e1e;
        font-weight: 500;
    }

    .sec__payment .form-check .form-check-input {
        width: 19px;
        height: 19px;
        border: 1px solid #a5a5a5;
        margin-right: 10px;
        margin-top: 4px;
    }

    .sec__sponsor button {
        top: 36% !important;
    }

    .sec__sponsor .swiper-slide img {
        border: 1px solid #ebebeb;
        border-radius: 6px;
        padding: 5px;
        background: transparent;
    }

    .sec__sponsor .sec__heading {
        font-weight: 500;
    }

    .sec__sponsor .item img {
        border: 1px solid #ebebeb;
        border-radius: 6px;
        padding: 5px;
        background: transparent;
    }

    .sec__sponsor .item {
        transition: transform .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out;
    }

    .sec__sponsor .item:hover {

        transform: translateY(-0.25rem)
    }


    .sec__venue svg path {
        fill: #116899;
    }

    .sec__venue .btn__map {
        color: #1e673d;
        font-size: 17px;
        font-weight: 400;
        background: #1e673d2e;
        width: 144px;
        margin: 0 auto;
        border-radius: 4px !important;
        padding: 6px;
    }

    /*=============
    About us
    ==============================*/

    .our__values .item svg {
        stroke: #116899eb;
        width: 72px;
        height: 72px;
        margin-bottom: 20px;
        stroke-width: .5;
    }

    .mission__vision svg {
        width: 53px;
        height: 53px;
        margin-bottom: 16px;
        stroke: #8b8b8b;
    }

    /*=============
    Gallery
    =============================*/

    .gallery .item h5 {
        font-weight: 500;
    }

    .gallery .item {
        background: #FF9800;
        border-radius: 8px;
        transition: all 0.2s;
        z-index: 2;
        position: relative;
        margin: 20px 0;
    }

    /*.gallery .item:hover {*/
    /*    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 20%);*/
    /*}*/
    .gallery {
        background-image: url(/img/bg/img2.jpg) !important;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background: no-repeat center center;
        background-size: cover;
        position: relative;
        z-index: 0;
    }

    .image-wrapper.bg-overlay:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: #02273cbd;
    }

    .go__btn a {
        border: 1px solid #fff;
        padding: 5px 14px 7px;
        border-radius: 5px;
        transition: all 0.2s;
        margin-top: 10px;
        display: inline-block;
    }

    .gallery .item:hover .go__btn a {
        border: 1px solid #125c93;
        background: #125c93;
    }

    .gallery .title__yr {
        font-size: 33px;
        text-align: center;
        color: #fff;
        z-index: 2;
        position: relative;
        margin: 10px 0;
        font-weight: 700;
    }


    @media (max-width: 981px) {
        .sec__payment h3 {
            font-size: 31px !important;
        }

        .page__top .page__head .title {
            font-size: 30px;
        }

        .offcanvas .nav-item{
            border-bottom: 1px solid #ebebebc2;
        }
        .navbar .navbar-nav .dropdown-menu{
            border-left: 3px solid #e3e3e3fc;
            padding-top: 0;
        }

        .offcanvas .nav-link {
            padding-left: 0 !important;
            display: flex;
            justify-content: space-between;
            padding: .6rem 0;
        }

        .offcanvas .nav-item:last-child {
            border-bottom: none;
        }

        .sec__payment p {
            font-size: 18px !important;
        }

        .sec__payment .container {
            border: none;
            padding-right: 1.5rem;
            padding-left: 1.5rem;
            padding-top: 0;
            padding-bottom: 0;
        }

        .gallery {
            height: auto !important;
        }

        .gallery .title__yr {
            margin-bottom: 0;
        }

        .gallery .item {
            margin-top: 5px;
        }

        section {
            padding: 30px 0;
        }

        .amount__bl label {
            width: 514px !important;
        }

        .amount__bl {
            margin: 20px 0;
        }
    }