@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@font-face {
    font-family: 'halva_mediumregular';
    src: url('../fonts/halva-qzy3r-webfont.woff2') format('woff2'),
         url('../fonts/halvamediumregular-almwm-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'halvaregular';
    src: url('../fonts/halva-qzy3r-webfont.woff2') format('woff2'),
         url('../fonts/halva-qzy3r-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Cerebri Sans Book';
    font-style: normal;
    font-weight: normal;
    src: local('Cerebri Sans Book'), url('../fonts/Cerebri Sans Book.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Cerebri Sans Book Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Cerebri Sans Book Italic'), url('../fonts/Cerebri Sans Book Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Cerebri Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Cerebri Sans Italic'), url('../fonts/Cerebri Sans Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Cerebri Sans SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Cerebri Sans SemiBold'), url('../fonts/Cerebri Sans SemiBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Cerebri Sans SemiBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Cerebri Sans SemiBold Italic'), url('../fonts/Cerebri Sans SemiBold Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Cerebri Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Cerebri Sans Bold'), url('../fonts/Cerebri Sans Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Cerebri Sans Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Cerebri Sans Bold Italic'), url('../fonts/Cerebri Sans Bold Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Cerebri Sans ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Cerebri Sans ExtraBold'), url('../fonts/Cerebri Sans ExtraBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Cerebri Sans ExtraBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Cerebri Sans ExtraBold Italic'), url('../fonts/Cerebri Sans ExtraBold Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Cerebri Sans Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Cerebri Sans Heavy'), url('../fonts/Cerebri Sans Heavy.woff') format('woff');
    }
    html {
        scroll-behavior: smooth;
      }
    body{
        font-family: 'Cerebri Sans Book';
        font-size: 16px;
        font-weight: 400;
        color: #000;
    }
    a{
        color:#157C68;
    }
    .text-primary{
        color:#0A5748 !important;
    }
    p{
        font-size: 16px;
        line-height: 26px;
    }
    h2,h3,h4,h5{
        font-family: 'Cerebri Sans Book';
        
    }

    h2{
        font-size: 48px;
        line-height: 40px;
        font-weight: 700;
    }
    h5{
        font-size: 26px;
        line-height: 40px;
    }
    section{
        padding: 100px 0;
    }
    .secHead{
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .secHead:after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 139px;
        height: 5px;
        background: #FAECA7;
    }
    .rounded-btn{
        height: 82px;
        width: 234px;
        padding: 16px;
        border-radius: 60px;
        background: rgba(33, 102, 90, 1);
        border: 2px solid #21665A;
        font-size: 16px;
        font-weight: 900;
        color: #fff;
        display: inline-flex;
        align-items: center;
        transition: all 0.3s;
    }
    .rounded-btn:hover{
        color: aliceblue;
        text-decoration: none;
        background: rgba(33, 102, 90, .7);
    }
    .prof-pic{
        height: 54px;
        width: 54px;
        object-fit: cover;
        border-radius: 50%;
    }
    .rounded-btn.body{
        height: 62px;
        width: 204px;
        font-weight: 500;
        justify-content: center;
        margin-top: 30px;
    }
/** Header Section **/
.navbar.custom{
    z-index: 1;
}
.navbar.custom .navbar-nav{
    width: 50%;
}
.navbar-brand{
    font-family: 'Poppins', sans-serif;
    font-size: 47px;
    z-index: 1;
    font-weight: 700;
    line-height: 60px;
    color: #FAECA7;
    border-bottom: 5px solid #FAECA7;
}
.navbar.custom .nav-link{
    color: #404040;
    position: relative;
    display: inline-block;
}

.navbar-light .nav-item:hover .nav-link,.navbar-light .nav-item.active .nav-link{
    color: #23685B;
}
.nav-item:hover .nav-link::before,.nav-item.active .nav-link::before{
    content: "";
    position: absolute;
    top: 0;
    left: .5rem;
    width: 26px;
    height: 2px;
    background-color:#23685B ;
}
.navbar .nav-link{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.tab-login .rounded-btn {
    height: 60px;
}
.tab-login .prof-pic{
    width: 40px;
    height: 40px;
}
.dropdown-menu{
    border-radius: 30px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 20px 0;
}
#bannerSec,#fullBannerSec{
    background-image: url(../images/topBanner.png);
    background-size: cover;
    width: 100%;
    position: relative;
    padding-top: 0;
}
#bannerSec::before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 741px;
    height: 500px;
    background-image:url(../images/1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#bannerSec::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 378px;
    height: 499px;
    background-image:url(../images/greenCloud.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#fullBannerSec::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 304px;
    height: 400px;
    background-image:url(../images/greenCloud.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.bannerContent{
    min-height: 600px;
    align-items: center;
}
.main-heading{
    font-size: 60px;
    line-height: 60px;
    color: #fcbc05;
    font-weight: 400;
    font-family: 'halvaregular';
    margin-bottom: 20px;
}
.main-heading span{
    font-size: 50px;
    color: #0A5748;
    line-height: 60px;
}
.main-heading span.small{
    font-size: 30px;
    color: #000;
    line-height: 60px;
}
.subDesc{
    font-family: 'Poppins', sans-serif;;
    font-size: 26px;
    font-weight: 300;
    line-height: 40px;
        display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
/** who we are **/
#whoSec{
    background: linear-gradient(180deg, #D7F4FD 0%, rgba(215, 244, 253, 0) 100%);
}
/** Privacy **/
#privacySec{
    background: linear-gradient(180deg, rgba(250, 236, 167, 0.29) 0%, rgba(241, 241, 241, 0) 100%);
}
/** Terms **/
#termsSec{
    background: linear-gradient(180deg, #EFE9FF 0%, rgba(241, 241, 241, 0) 100%);
}
/** Footer **/
footer{
    background: url(../images/footerBanner.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    padding: 100px 0 30px 0;
}
.footDiv{
    background: #FAECA7;
    height: 311px;
    border-radius: 32px;
    padding: 40px 25px;
    text-align: center;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    position: relative;
}
.topBtn{
    display: block;
    width: 80px;
    height: 80px;
    left: 0;
    right: 0;
    margin:-40px auto;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 0;
    border: 2px solid #157C68;
    display:flex;
    align-items: center;
    justify-content: center;
}
.footDiv .rounded-btn{
    width: 312px;
    font-weight: 900;
    font-size: 26px;
}
.footLink{
    list-style-type: none;
    padding-left: 0;
    margin: 0 auto;
}
.footLink li{
    position: relative;
    display: inline-block;
    padding: 0 10px;
}

.footLink a{
    display: inline-block;
    color: #157C68;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    padding: 7px 15px;
    position: relative;
}
.footLink li::after{
    content: "";
    width: 1px;
    height: 20px;
    background-color: #157C68;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(16px);
}
.footLink li:last-child:after{
    display: none;
}
.copyright{
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
    color: #434343;
    margin-bottom: 0;
}

/*** Media ***/
@media screen and (min-width:992px) and (max-width:1199px){
    #fullBannerSec::after{
    width: 190px;
    height: 250px;
    }
    .navbar.custom .navbar-nav{
        width: 100%;
        padding-top: 40px;
    }
    .navbar.custom .navbar-nav li{
        text-align: center;
    }
}
@media screen and (min-width:768px) and (max-width:991px){
    #bannerSec::before{
    content: "";
    bottom: -50px;
    width: 445px;
    height: 300px;
    }
    #bannerSec::after,#fullBannerSec::after{
    width: 266px;
    height: 350px;
    }
    .subDesc{
        display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
    }
    .navbar.custom .navbar-nav{
        width: 100%;
        padding-top: 40px;
    }
    .navbar.custom .navbar-nav li{
        text-align: center;
    }
    .bannerContent{
        min-height: 450px;
        padding-left: 30px;
        align-items: flex-start;
        padding-top: 40px;
    }
    footer{
        background-size: auto;
    }

}
@media screen and (min-width:591px) and (max-width:767px)   {
    h2{
        font-size: 35px;
    }
    section{
        padding:50px 0
    }
    .navbar.custom .navbar-nav{
        width: 100%;
        padding-top: 40px;
    }
    .navbar.custom .navbar-nav li{
        text-align: center;
    }
    #bannerSec::before{
        display: none;
    }
    #bannerSec::after,#fullBannerSec::after{
        width: 189px;
        height: 250px;
    }
    .bannerContent{
        min-height: auto;
    }
    .main-heading{
        padding-left: 0;
        font-size: 35px;
        line-height: 40px;
    }
    .main-heading span{
        font-size: 35px;
        line-height: 40px;
    }
    .main-heading span.small{
        font-size: 25px;
        line-height: 40px;
    }
    footer{
        background-size: auto;
    }
}
@media screen and (max-width:590px) {
    h2{
        font-size: 35px;
    }
    section{
        padding:50px 0
    }
    .navbar.custom .navbar-nav{
        width: 100%;
        padding-top: 40px;
    }
    .navbar.custom .navbar-nav li{
        text-align: center;
    }
    .rounded-btn{
        height: 62px;
    }
    .prof-pic{
        width: 45px;
        height: 45px;
    }
    #bannerSec::before{
        display: none;
    }
    #bannerSec::after,#fullBannerSec::after{
        width: 152px;
        height: 200px;
    }
    .bannerContent{
        min-height: auto;
    }
    #fullBannerSec .bannerContent h1{
        padding-left: 30px;
    }
    .main-heading{
        padding-left: 30px;
        font-size: 35px;
        line-height: 40px;
    }
    .main-heading span{
        font-size: 35px;
        line-height: 40px;
    }
    .main-heading span.small{
        font-size: 25px;
        line-height: 40px;
    }
    footer{
        background-size: auto;
    }
}
