
/* GLOBAL STYLES
-------------------------------------------------- */
@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'faustina';
    src: url('../fonts/faustina/Faustina-Regular.ttf');
}

*{
    font-family: 'montserrat';
}

h1, h2{
    font-family: 'faustina';
    letter-spacing: 1px;
}

.color-1{
    color: #478516;
}

.color-2{
    color: #333333;
}

.color-3{
    color: #00B9E5 !important;
}

.color-4{
    color: #176397;
}

.bg-1{
    background-color: #176397;
}

.bg-2{
    background-color: #F6F9F9;
}

.bg-3{
    background-color: #00B9E5;
}

.bg-4{
    background-color: #F6F9F9;
}

.bg-5{
    background-color: #478516;
}

.width-fc{
    width: fit-content;
}

.width-180p{
    width: 180px;
}

.ws-pre{
    white-space: pre-line;
}

.ptb-5rem{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.pt-3rem{
    padding-top: 3rem;
}

.btn-main {
    background-color: #478516;
    border-color: #478516;
    font-weight: bolder;
}

.btn-main-light{
    background-color: #8ECB03;
    border-color: #8ECB03;
    color: #333333;
}

.btn-details{
    background-color: #00B9E5;
    border-color: #00B9E5;
    color: #333333;
    font-weight: bolder;
}

.btn-details:hover{
    color: #fff;
}

.h-44rem{
    height: 44rem;
}

.h-36rem{
    min-height: 36rem;
}

.h-33rem{
    min-height: 33rem;
}

.h-51rem{
    min-height: 51rem;
}

.h-60vh{
    height: 60vh;
}

.h-75vh{
    height: 75vh;
}

.w-35rem{
    max-width: 35rem;
}

.sub-para{
    font-size: 16px;
}

.margin-t-18per{
    margin-top: 18%;
}

/* Padding below the footer and lighter body text */
body {
    padding-top: 3rem;
    color: rgb(var(--bs-tertiary-color-rgb));
    overflow-x: hidden;
}

.nav-item{
    width: 7rem !important;
    text-align: center;
}
.audit-link {
    width: 13rem !important;

}

.nav-item .active{
    border-bottom: 4px solid #8ECB03;
}

.heading{
    font-size: 45px;
    font-weight: bold;
    color: #176397;
}

.heading-regular{
    font-size: 45px;
    color: #176397;
}

.paragraph{
    font-size: 18px;
    color: #333333;
}

.attach-right{
    position: absolute;
    right: -5rem;
    padding: 3rem 5rem 3rem 4rem;
}

.w-125px{
    width: 125px;
}

.w-16rem{
    width: 16rem;
}

.w-14rem{
    width: 14rem;
}

.float-bootom-div-parent{
    position: relative;
}

.float-bootom-div{
    position: absolute;
    bottom: 0;
}

.homepage-banner .float-bootom-div{
    background-color: #176397;
    opacity: 0.9;
}

.homepage-banner h2{
    font-size: 45px;
    color: #8ECB03;
    /* letter-spacing: 2px; */
}

.homepage-banner p{
    font-size: 18px;
    color: #fff;
}

.homepage-banner .banner-image{
    background-image: url('../img/main-banner-n2.png');
    /* background-size: cover; */
    background-repeat: round;
}

.homepage-banner .sub-heading{
    font-size: 33px;
}

.homepage-banner .heading,
.sub-page-banner .heading{
    color: #fff;
    font-size: 45px;
    font-weight: bold;
}

.sub-page-banner .sub-heading {
    color: #fff;
    font-size: 27px;
    max-width: 40rem;
}

.products-bg{
    background-image: url('../img/products_bg_n.png');
    background-size: cover;
    background-position: bottom;
}

.about-us-bg{
    background-image: url('../img/about_us_bg_n.png');
    background-size: cover;
}

.volunteer-bg{
    background-image: url('../img/volunteer_bg_n.png');
    background-size: cover;
}

.donate-bg{
    background-image: url('../img/donate_bg_n.png');
    background-size: cover;
}

.projects-bg{
    background-image: url('../img/projects_bg_n.png');
    background-size: cover;
}

.hands-bg{
    background-image: url(../img/hands-n.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #F6F9F9;
}

.our-mission{
    background-image: url(../img/our_mission_bg.png);
    background-size: cover;
    background-position: bottom;
    /* background-attachment: fixed;
    opacity: 0.6; */
}

.audit-bg{
    background-image: url('../img/audit_bg.png');
    background-size: cover;
    background-position: top;
}

.product-name{
    font-size: 27px;
}

.map-dots{
    width: 13px;
    margin: 15px;
}

.projects-table td {
    vertical-align: middle;
    text-align: center;
    background-color: #F6F9F9;
}

.projects-table th {
    text-align: center !important;
    background-color: #CECFD3;
}

.dots-map,
.projects-videos,
.projects-contact,
.projects-table,
.projects-list,
.sponsor,
.achievements,
.testimonials,
.introduction,
.raised-amount,
.registered-organization,
.history,
.team-members,
.about-donations{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.main-para{
    font-size: 27px;
    color: #333333;
}


/* CUSTOMIZE THE ACHIEVEMENTS CAROUSEL
-------------------------------------------------- */
.owl-carousel .item {
    align-items: left;
    display: flex;
    flex-direction: column;
    /* height: 300px; */
    justify-content: center;
}

.owl-carousel h3 {
    font-size: 27px;
    color: #333333;
}

.owl-carousel p {
    font-size: 18px;
    margin: 0px;
    color: #333333;
}

.owl-dots {
    margin-top: 2rem !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 9px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #00B9E5;
}

.logo {
    margin-bottom: -9rem;
    margin-top: -50px;
    width: 160px;
}

.logo-mobile{
    width: 75px;
}

.decoration-none{
    text-decoration: none;
}

.pointer-e-none{
    pointer-events: none;
}

.anchor-div{
    margin-top: -4rem;
}

.donate-redirect{
    width: 100%;
    height: 200px;
}

.donate-redirect p{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.product-donate{
    background-color: #fff;
    border: 4px solid #176397;
    margin: 1rem;
    color: #176397;
}

.product-donate img{
    max-width: 90px;
}

.product-active{
    color: #fff;
    background-color: #176397;
}

.product-donate .img-div{
    overflow-x: hidden;
}

.product-donate::before{
    content: '';
    background: url(../img/rectangle-plain.png);
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: 0;
    background-size: cover;
}

.product-active::before {
    content: '';
    background: url(../img/rectangle-tick.png);
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: 0;
    background-size: cover;
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8) url(../img/loading.gif) center no-repeat;
    background-size: 100px;
}

/* Turn off scrollbar when body element has the loading class */
body.loading {
    overflow: hidden;
}

/* Make spinner image visible when body element has the loading class */
body.loading .overlay {
    display: block;
}

.display-hide {
    display: none;
}

.modal-dialog {
    width: fit-content !important;
}

@media (min-width: 992px) {
    .padding-end-md-5rem {
        padding-right: 5rem !important;
    }
    .navbar-brand{
        position: absolute;
    }
}

@media (max-width: 576px) {
    .homepage-banner .banner-image{
        background-image: url('../img/mobile-bg-home.png');
    }
    .h-36rem{
        min-height: unset;
    }
    .h-33rem{
        min-height: unset;
    }
    .attach-right{
        position: unset;
    }
    .float-bootom-div{
        position: relative;
    }
}

@media (max-width: 763px) {
    .h-36rem{
        min-height: unset;
    }
    .h-33rem{
        min-height: unset;
    }
    .attach-right{
        position: unset;
    }
}

@media (max-width: 992px) {
    .attach-right{
        position: unset;
        border-radius: 2rem;
    }
    .nav-item {
        text-align: left;
    }
}

/* range Slider CSS */

.rangeslider {
    display: block;
    width: 100%;
    background: #00B9E5;
}

.range-container {
    display: block;
    padding-top: 13px;
    height: 30px;
    /* float: left; */
}

.rangeslider--horizontal {
    height: 7px;
}

.rangeslider__fill {
    background: #00B9E5;
}

.rangeslider__handle {
    background: #00B9E5;
    top: -8.5px !important;
    border: 7px solid #176397;
}

/* range Slider CSS end */
