@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    width: 100%;
    overflow-x: hidden;
}
a:hover{
    text-decoration: none;
}
body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}
.cust-img {
    width: 100%;
    margin-bottom: 20px;
}
.container-cust {
    margin: 0 5%;
}

/* navbar  */
.nav-adjust {
    height: 80px;
    background-color: #1088CB;
}
.cust-navbar {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 80px;
    padding: 0 5%;
    z-index: 10;
}
.nav-logo-body, .nav-logo {
    height: 100%;
}
.nav-item-cust-body {
    background-color: transparent;
}
.nav-cust-item {
    width: 100%;
    padding-left: 25px;
}
.nav-cust-link {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}
.nav-cust-link:hover {
    text-decoration: none;
    color: #ebebeb;
}
.nav-active {
    color: #a9e24d;
}
.nav-active:hover {
    color: #97C944;
}
/* footer  */
#footer{
    background-color: #EBEBEB;
}
.footer-body {
    padding: 50px 0;
    width: 100%;
    /* text-align: center; */
}
.footer-head {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000000;
}
.footer-text{
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: #000000;
}
.footer-bottom-text {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: #000000;
}
.footer-img{
    width: 250px;
}
/* background */
.cust-bg-blue, .cust-bg-dark-blue, .cust-bg-green, .cust-bg-white {
    padding: 40px 0;
}

.cust-bg-blue {
    background: #1088CB;
}

.cust-bg-dark-blue {
    background: #13297E;
}

.cust-bg-green {
    background: #97C944;
}

.cust-bg-white {
    background: #ffffff;
}
/* buttons */
.cust-button-1, .cust-button-2, .cust-button-3, .cust-button-4 {
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    outline: none;
    padding: 10px 40px;
}
.cust-button-1 {
    border: #97C944 solid 2px;
    background: #97C944;
    color: #FFF;
}

.cust-button-1:hover {
    background: transparent;
    color: #97C944;
}

.cust-button-2 {
    border: #ffffff solid 2px;
    background: #ffffff;
    color: #13297E;
}

.cust-button-2:hover {
    background: transparent;
    color: #ffffff;
}
.cust-button-3{
    border: #ffffff solid 2px;
    background: #ffffff;
    color: #97C944;
}
.cust-button-3:hover {
    background: transparent;
    color: #ffffff;
}
.cust-button-4{
    border: #ffffff solid 2px;
    background: #ffffff;
    color: #000000;
}
.cust-button-4:hover {
    background: transparent;
    color: #ffffff;
}

/* texts */ 
.heading-1-white {
    color: #FFF;
    font-size: 55px;
    font-weight: 500;
}
.heading-2-white {
    color: #FFF;
    font-size: 45px;
    font-weight: 500;
}
.heading-3-white, .heading-3-green {
    font-size: 35px;
    font-weight: 500;
}
.heading-3-white {
    color: #FFF;
}
.heading-3-green {
    color: #97C944;
}
.paragraph-white, .paragraph-green {
    font-size: 18px;
    font-weight: 400;
    
}

.paragraph-white {
    color: #FFF;
}

.paragraph-green {
    color: #97C944;
}
@media (max-width: 992px) {
    .cust-button-1, .cust-button-2, .cust-button-3, .cust-button-4 {
        font-size: 18px;
        padding: 9px 38px;
    }

    .heading-1-white {
        font-size: 50px;
    }
    .heading-2-white {
        font-size: 40px;
    }
    .heading-3-white, .heading-3-green {
        font-size: 30px;
    }
    .paragraph-white, .paragraph-green {
        font-size: 18px;
    }
    .footer-head {
        font-size: 22px;
    }
    .footer-text{
        font-size: 18px;
    }
    .footer-bottom-text{
        font-size: 18px;
    }

}
@media only screen and (max-width: 767px){
    .nav-cust-item{
        background-color: #1088CB;
    }
    .cust-button-1, .cust-button-2, .cust-button-3, .cust-button-4 {
        font-size: 17px;
        padding: 8px 36px;
    }

    .heading-1-white {
        font-size: 45px;
    }
    .heading-2-white {
        font-size: 35px;
    }
    .heading-3-white, .heading-3-green {
        font-size: 25px;
    }
    .paragraph-white, .paragraph-green {
        font-size: 16px;
    }
    .footer-head {
        font-size: 20px;
    }
    .footer-bottom-text{
        font-size: 16px;
    }
    .footer-body {
        text-align: left;
    }
    
}

@media only screen and (max-width: 576px) {
    .cust-button-1, .cust-button-2, .cust-button-3, .cust-button-4 {
        font-size: 16px;
        padding: 6px 34px;
    }
    .heading-1-white {
        font-size: 40px;
    }
    .heading-2-white {
        font-size: 30px;
    }
    .heading-3-white, .heading-3-green {
        font-size: 20px;
    }
    .paragraph-white, .paragraph-green {
        font-size: 14px;
    }
    .footer-head {
        font-size: 18px;
    }
    .footer-bottom-text{
        font-size: 13px;
    }

}