/**** navbar and footer css starts here ****/
.big-text-h1 {
    visibility: hidden !important;
    display: none !important;
}
header{
    background-color: white !important;
    height: 56px;
}

nav{
    padding-top: 0.5rem !important;
    padding-left: 4% !important;
    padding-right: 4% !important;
}

.logo-img{
    height: 30px;
}

.language{
    color: #296DF6 !important;
    background: none !important;
    border: none !important;
    font-size: 14px !important;
    font-family: 'Roboto Medium' !important;
}
.language.d-mobile{
    display: none;
}

nav button{
    height: 40px;
    padding: 0 !important;
}

.lang-btn{
    height: 40px;
}

footer{
    height: 48px !important;
}

.footer-content{
    color: #666666;
    font-size: 14px;
    font-family: 'Roboto Regular';
    margin: 14px;
    margin-left: 4%;
}

/**** navbar and footer css ends here ****/

.d-mobile{
    display: none;
}
.d-desktop{
    display: block;
}
.bannerh-430{
    height: 470px;
}
.bannerh-720{
    height: 720px;
}

.ml-40{
    margin-left: 40px;
}
.width-50{
    width: 55%;
}

ul{
    list-style-type: none;
    padding: 0px !important;
}

.mar-top{
    margin-top: 14px;
}

.img-container{
    position: relative;
    width: 100%;
    display: grid;
    align-items: center;
}

.banner-img{
    width: 100%;
}

.banner-text{
    position: absolute;
    left: 10%;
    text-align: left;
}

/** banner 1 styles starts here **/

.homepage-header{
    font-family: 'Fira Sans Bold';
    font-size: 56px;
}

.homepage-text{
    font-family: 'Fira Sans Regular';
    font-size: 18px;
    width: 55%;
    padding-top: 10px;
}

.homepage-button{
    padding-top: 40px;
}

.lm-button{
    font-size: 16px !important;
    padding: 8px;
    border: 1px solid #707070 !important;
    border-radius: 8px;
    font-family: 'Roboto Regular' !important;
    color: #333333 !important;
    width: 129px !important;
    background-color: #FFFFFF !important;
}

.sec-img{
    position: absolute; 
    top: 54%; 
    left: 73%;
    width: 34%;
    transform: translate(-50%, -50%); 
}

/** banner 1 styles ends here  && banner 2 styles starts here **/

.landscape{
    color: black;
    font-size: 28px;
    font-family:  'Fira Sans Medium';
    width: 90%;
}

.stats-container{
    display: inline-block;
    margin-top: 10px;
    margin-right: 40px;
}

.vertical-stroke{
    display: inline-block;
    height: 48px;
    border-right: 1px solid black;
    opacity: 0.2;
    position: relative;
    top: -25px;
}

.stats{
    color: #296DF6;
    font-size: 48px;
    font-family: 'Fira Sans Medium';
}

.stats-desc{
    color: #666666;
    font-size: 18px;
    font-family: 'Roboto Regular';
    text-align: left;
}

.text{
    color: black;
    font-family: 'Roboto Regular';
    font-size: 24px;
    width: 94%;
    margin-top: 15px;
}

/** banner 2 styles ends here  && banner 3 styles starts here **/

.aboutApp-header{
    font-size: 28px;
    font-family: 'Fira Sans Medium';
    color: black;
    line-height: 33px;
    margin-bottom: 25px;
    max-width: 30rem;
}

.bi-arrow-up-right-square{
    margin-right: 24px;
    font-size: 16px;
    color: #666666;
}

.aboutApp-list{
    font-family: 'Roboto Regular';
    font-size: 18px;
    color: #333333;
}

.aboutApp-text{
    font-size: 16px;
    color: black;
    font-family: 'Roboto Regular';
    margin-top: 25px !important;
    margin-bottom: 20px !important;
}

.qr-code{
    max-width: 9.5rem;
    position: relative;
    left: -6px;
}

.marginr-1{
    margin-right: 10px;
}

.vertical-stroke-l{
    display: inline-block;
    height: 80px;
    border-right: 1px solid #BF9A33;
    opacity: 1;
    position: relative;
    top: 2.1rem;
    margin-right: 16px;
    margin-left: 5px;
}

.desktop-inline-block{
    display: inline-block;
    margin-bottom: 15px;
}

.aboutApp-mobile{
    top: -42px;
    left: 68%;
    position: absolute;
    width: 30%;
}

/** banner 3 styles ends here  && banner 4 styles starts here **/

.ngo-img{
    border-radius: 16px;
    min-height: 180px;
}

.name{
    font-family: 'Fira Sans Medium';
    font-size: 18px;
    color: #333333;
}

.name a{
    color: #333333;
    text-decoration: none;
}

.caption-text{
    font-family: 'Roboto Regular';
    font-size: 16px;
    color: #666666;
}

.mw-80{
    max-width: 80%;
}
.mb-40{
    margin-bottom: 2rem;
}

.register-partner{
    min-height: 11rem;
    background: #296DF6 0% 0% no-repeat padding-box;
    border-radius: 8px;
    text-align: center;
    padding-top: 33px;
}

.register-partner .title{
    font-family: 'Fira Sans Medium';
    font-size: 28px;
    color: #ffffff !important;
}

.register-partner .reg-btn{
    background-color: white !important;
    height: 40px;
    width: 15rem;
    font-family: 'Roboto Medium';
    font-size: 16px;
    color: #296DF6 !important;
}

/** banner 4 styles ends here  && banner 5 styles starts here **/
.card{
    display: inline-block;
    border-radius: 16px !important;
}

.scroll-container{
    max-height: 40rem;
    overflow: auto;
    overflow-x: hidden;
}

.profile-img{
    height: 43px;
    width: 43px;
    border-radius: 60%;
    margin-top: 0.4rem;
}

.profile-img-container{
    max-width: 4.5rem !important;
}

iframe{
    min-height: 20rem;
    border-radius: 0 0 16px 16px;
}

/** banner 5 styles ends here  && banner 6 styles starts here **/

.faq-header{
    color: black;
    font-family: 'Fira Sans Medium';
    font-size: 28px;
}

.faq-body{
    color: black;
    padding-top: 1%;
}

.accordion{
    margin-top: 1%;
    --bs-accordion-border-color: rgb(0 0 0 / 17%) !important;
    border-top: 1px solid #DDDDDD;
    padding: 1.5rem;
}

.accordion-header{
    font-family: 'Roboto Medium';
    font-size: 16px;
    box-shadow: none;
    min-height: 72px;
    display: grid;
}

.accordion-item{
    border-bottom: 1px solid #DDDDDD !important;
}

.accordion-item, .accordion-button{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    background: none !important;
}

.accordion-body{
    font-family: 'Roboto Regular' !important;
    font-size: 16px !important;
    color: #333333 !important;
    padding-right: 3rem !important;
    padding-left: 2.8rem !important;
    padding-top: 0 !important;
}

.mar-bot{
    margin-bottom: 10px;
}

.accordion-button{
    border-bottom: none;
    box-shadow: none !important;
    color: #000000 !important;
}

.accordion-button.collapsed::after {
    content: '+';
    background-image: none !important;
    color: #BBBBBB;
    font-size: 24px;
    font-family: math;
}

.accordion-button:not(.collapsed)::after {
    content: '-';
    background-image: none !important;
    color: #BBBBBB;
    font-size: 42px;
    position: relative;
    top: -12px;
    transform: none !important;
    font-family: math;
}

.accordion-container{
    height: 30rem;
    overflow: auto;
}
.dropdown-toggle::after{
    /* display: none !important; */
}
::-webkit-scrollbar {
    width: 3px; /* Adjust the width as needed */
  }
  
  ::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Set the track background color */
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #BBBBBB; /* Set the thumb color */
  }

.gen-question{
    font-family: 'Roboto Medium';
    font-size: 24px;
}

.left-space{
    margin-left: 10px;
}

@media only screen and (max-width: 985px) {
    .banner-text{
        left: 5%;
    }
    .homepage-header, .stats{
        font-size: 40px !important;
    }
    .homepage-button{
        padding-top: 30px !important;
    }
    .banner-540{
        min-height: 350px;
    }
    .sec-img{
        min-height: 300px;
    }
    .ml-40{
        margin-left: 15px !important;
    }
    .stats-container{
        margin-right: 15px !important;
    }
    .mw-80{
        max-width: 90% !important;
    }
    .w-80{
        width: 90% !important;
    }
    .accordion-container{
        height: 34rem;
    }

}

@media only screen and (max-width: 685px) {
    .language.d-desktop{
        display: none;
    }
    .language.d-mobile{
        display: block;
    }
    .language.d-mobile::after{
        display: none;
    }
    .d-mobile{
        display: block;
    }
    .d-desktop{
        display: none;
    }
    .homePage{
        top: 8%;
    }
    .homepage-header{
        font-size: 40px !important;
    }
    .homepage-text{
        width: 75% !important;
    }
    .homepage-button{
        padding-top: 30px !important;
    }
    .banner-540{
        max-height: 800px;
    }
    .bannerh-430{
        max-height: 850px;
        min-height: 700px;
    }
    .bannerh-720{
        height: 770px;
    }
    .banner-info, .banner-info .bannerh-720{
        min-height: 950px;
    }
    .banner-NGO, .banner-NGO .bannerh-720{
        height: 700px;
    }
    .stats-container{
        width: 95%;
    }
    .ml-40{
        margin-left: 0px !important;
    }
    .hr-stroke{
        border: 1px solid black;
        opacity: 0.2;
        margin: 0;
        width: 83px;
    }
    .width-50{
        width: 88%;
    }
    .qr-code{
        min-width: 140px;
        margin-bottom: 20px;
    }
    .aboutApp-text{
        margin-bottom: 37px !important;
    }
    .desktop-inline-block{
        display: block;
    }

    .ngo-container {
        background-image: url('/images/Our-NGO-Partners-mobile.png');
        background-position: bottom;
    }

    .download-container {
        background-image: url('/images/banner3-mobile.png');
    }

    .media-container {
        background-image: url('/images/Social-media-mobile.png');
        background-position: bottom;
        background-position-y: top;
    }

    .faq-container {
        background-image: url('/images/FAQs-mobile.png');
        background-position: top;
    }

    @media screen and (max-width: 688px) {
        .banner-text-stats {
            position: relative !important;
            margin: 2rem 0;
            width: 95%;
        }
        .banner-text-download {
            position: relative !important;
            margin: 2rem 0;
            width: 95%;
        }
        
        .about-partner {
            position: relative !important;
            margin: 2rem 0;
            width: 95%;
        }
        .register-partner .title{
            font-size: 24px;
        }
    }

    @media screen and (max-width: 390px) {
        .banner-info, .banner-info .bannerh-720{
            height: 1005px;
        }
        .banner-NGO, .banner-NGO .bannerh-720{
            height: 650px;
        }
        .text{
            font-size: 20px;
        }
        .download-area {
            display: flex;
        }
        .aboutApp-d-mobile {
            margin-left: -10px;
        }
        .aboutApp-d-mobile {
            display: none !important;
        }
        .about-partner {
            margin-top: 3rem;
        }
        .download-app {
            padding-left: 16px;
        }

        .banner-text-stats {
            position: relative !important;
        }

        .register-partner {
            padding: 16px;
        }
    }
    @media screen and (max-width: 339px) {
        .aboutApp-d-mobile {
            display: none;
        }
        .register-partner {
            font-size: 24px !important;
            padding: 24px;
        }
        .social-media-head {
            margin-top: 3rem;
        }
        .about-partner {
            margin-top: 5rem;
        }
        .banner-text-stats {
            position: relative !important;
        }
    }
    .download-app{
        max-width: 140px;
    }
    .marginr-1{
        margin-right: 0;
    }
    .aboutApp-d-mobile{
        display: inline-block;
        position: relative;
        width: auto;
        left: 4%;
        top: -5rem;
        max-width: 60%;
        max-height: 100px;
        text-align: right;
    }

    .about-container {
        background-image: url('/images/banner-2-mobile.png') !important;
        background-position-y: bottom;
    }
    .aboutApp-d-mobile img{
        height: 30rem;
        object-fit: cover;
        object-position: left;
    }
    .register-partner{
        padding-top: 24px;
    }
    .accordion-container{
        height: 38rem;
    }
    .accordion{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .accordion-button{
        padding-left: 0 !important;
    }
    .accordion-body{
        padding-left: 1.5rem !important;
    }
}

@font-face {
    font-family: 'Fira Sans Bold';
    src: url('/fonts/FiraSans/FiraSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Fira Sans Medium';
    src: url('/fonts/FiraSans/FiraSans-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Fira Sans Regular';
    src: url('/fonts/FiraSans/FiraSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Roboto Regular';
    src: url('/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Roboto Medium';
    src: url('/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
