* {
    font-family: 'Inter', sans-serif !important;
    color: #667085;
    scroll-behavior: smooth !important;
}

html, body {
    scroll-behavior: smooth !important;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1376px !important
    }
}

.btn-cta {
    background: #7FBD37 !important;
    border: 1px solid #7FBD37 !important;
    border-radius: 8px !important;
    padding: 10px 18px !important;
    color: #FFFFFF !important;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05) !important;
}

.btn-cta:hover {
    background: #6A9E2E !important;
    border: 1px solid #6A9E2E !important;
}

.heading {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101828;
    margin: 12px 0 20px;
}

.subheading {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #7FBD37;
}

.text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #667085;
}

@media screen and (min-width: 960px){
    .common-section {
        max-width: 768px !important;
    } 
}

.common-section {
    margin: 96px auto;
}

@media screen and (max-width: 767px) {
    .common-section {
        margin: 60px auto;
    }
}

@media screen and (max-width: 576px) {
    .heading {
        font-size: 28px;
        line-height: 31px;
    }

    .text {
        font-size: 16px;
        line-height: 24px;
    }
}



/* NAVBAR */
.navbar {
    max-width: 1500px !important;
    margin: 0 auto;
    position: absolute !important;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.dropdown-menu {
    background: #FFFFFF !important;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06) !important;
    border-radius: 8px !important;
    border: none !important;
    min-width: auto !important;
    width: 130px !important;
    left: 16px !important;
}

.dropdown-item {
    cursor: pointer;
}

.dropdown-item.active,  .dropdown-item:focus {
    background-color: #cce4b0 !important;
}

.dropdown-item:active {
    background-color: #FFFFFF !important;
    color: #212529 !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.1rem !important;
}

.dropdown-toggle::after {
    margin-left: 13px !important;
}

.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90% !important;
    margin: 0 auto;
    flex-wrap: inherit;
}

@media screen and (max-width: 991px) {
    .navbar {
        backdrop-filter: blur(30px);
    }

    .navbar-container {
        width: 100% !important;
    }

    .navbar-nav {
        margin-left: 5%;
    }

    .end-collapse {
        padding-bottom: 20px;
    }

    .navbar-toggler {
        margin-right: 5%;
    }
    .navbar-brand {
        margin-left: 5%;
    }
}

.nav-link, .dropdown-toggle{
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #667085 !important;
    cursor: pointer;
    padding: 10px 18px !important;
    border: none !important;
}

.nav-link {
    border-radius: 8px;
    width: fit-content;
}

.nav-link:hover, .dropdown-toggle:hover, .dropdown-toggle.show, .nav-link.active {
    background: rgba(0, 0, 0, 0.04) !important;
}

.btn-app {
    margin-top: 8px;
    margin-left: 15px;
    background-color: #cce4b0 !important;
    border: 1px solid #cce4b0 !important;
    opacity: 1 !important;
}

.btn.show {
    border: none !important;
}

@media screen and (min-width: 992px) {
    .dropdown-toggle, .btn-app {
        margin: 0 10px;
    }

    .navbar-nav:first-child {
        margin-left: 40px !important;
    }

    .btn-app {
        margin: 0 !important;
    }
}



/* HERO SECTION */
#hero {
    background-image: url(assets/Hero_image.png);
    background-size: cover;
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
}

#hero-heading {
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    width: auto;
}

@media screen and (max-width: 1400px) {
    #hero-heading {
        margin-left: 5%;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1480px) {
    #hero-text, #hero-subtext {
        margin-left: 71px;
    }
}

#hero-text {
    font-weight: 700;
    font-size: 70px;
    line-height: 85px;
}

#hero-subtext {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}

@media screen and (max-width: 576px) {
    #hero-text {
        font-size: 43px;
        line-height: 45px;
    }

    #hero-subtext {
        font-size: 19px;
        line-height: 23px;
    }
}

.text-grey-gradient {
    background: linear-gradient(
        rgba(182, 183, 184, 1),
        rgba(130, 131, 132, 1));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.text-green-gradient {
    background: linear-gradient(
        rgba(127, 189, 55, 1),
        rgba(99, 167, 50, 1));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#video {
    width: 90%;
    display: flex;
    margin: 65px auto 96px;
    border-radius: 40px;
}

@media screen and (max-width: 767px) {
    #video {
        width: 100%;
        max-width: 100% !important;
        margin: 65px 0 60px;
        padding: 0;
        border-radius: 0;
    }
}



/* OUR-MISSION SECTION */
.image {
    width: 90%;
    display: flex;
    margin: 65px auto 96px;
    border-radius: 40px;
}



/* BENEFITS SECTION*/
#benefits {
    background-image: url(assets/background_2.svg);
    background-color: #F9F9F9;
    height:  100%;
    padding: 96px 0;
}

@media screen and (max-width: 767px) {
    #benefits {
        padding: 60px 0;
    }
}

#grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 48px;
}

@media screen and (max-width: 991px) {
    #grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }
}

.box {
    background: #FFFFFF;
    border: 1px solid #7FBD37;
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.06), 0px 2px 2px rgba(0, 0, 0, 0.04);
    border-radius: 24px;
    padding: 24px;
    max-width: 373px;
}

.box-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #101828;
}

.box img {
    margin-bottom: 41px;
    width: 100px;
    height: 100px;
}


@media screen and (max-width: 550px) {
    #grid-container {
        row-gap: 20px;
        column-gap: 10px;
    }
    
    .box img {
        margin-bottom: 20px;
        width: 50px;
        height: 50px;
    }
}



/* TEAM SECTION */
#team-section {
    background-color: #F9F9F9;
    padding: 96px 0;
}

@media screen and (max-width: 767px) {
    #team-section {
        padding: 60px 0;
    }
}

.teammember {
    width: 232px;
    margin-bottom: 25px;
}

.teammember img{
    border-radius: 24px;
    margin-bottom: 22px;
}

.teammember h4 {
    letter-spacing: -0.02em;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #101828;
}

.teammember h5 {
    letter-spacing: -0.02em;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #6D6D6D;
}



/* GET-IN-TOUCH SECTION */
#get_in_touch-section {
    padding: 114px 0 208px; 
}

@media screen and (max-width: 767px) {
    #get_in_touch-section {
        padding: 60px 0;
    }
}



/* FOOTER SECTION */
#footer-section {
    width: 90%;
    background: #F9F9F9;
    border-radius: 40px;
    margin: 0 auto 48px;
    padding: 32px 80px;
}

#footer-wrapper {
    max-width: 1232px;
}

.contacts-wrapper {
    margin: 32px 0 !important;
}

.contacts-wrapper p, .email {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #464646;
}

#company-name p{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #464646;
}

#footer-bottom {
    margin-top: 32px;
}

#email {
    width: fit-content;
}

.social-link {
    margin: 0 12px;
}

#copyright {
    margin: 0;
}

@media screen and (max-width: 991px) {
    .footer-margin {
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .footer-margin-2 {
        margin-top: 15px;
    }

    #footer-section {
        padding: 32px 32px;
    }

    #copyright {
        margin-top: 15px;
    }

    .social-link:first-child {
        margin: 0 12px 0 0;
    }
}



/* CONTACT PAGE */
.contact-hero {
    background-image: url(assets/background_2.svg);
    background-color: #F9F9F9;
    height:  100%;
}

#contact {
    margin-bottom: 96px;
    padding: 176px 0 96px;
    width: 90%;
}

.text-contact {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #667085;
}

.heading-contact {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #101828;
    margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
    #contact {
        margin-bottom: 60px;
        padding: 140px 0 96px;
    }
}

/* ANEW-LIFE */
#a-new-life {
    margin-bottom: 96px;
    padding: 96px 0 96px;
    width: 90%;
}
