header {
    background-image: url(../images/hero-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 120vh;
}

nav {
    padding: 2rem 0 !important;
    transition: .3s ease-in-out;
    z-index: 6969;
}

nav.sticky {
    background-color: #B0D0B5;
    padding: 8px 0 !important;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

ul.navbar-nav {
    gap: 1rem;
}

ul.navbar-nav li a {
    font-size: 18px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    line-height: 1;
}

nav.sticky  ul.navbar-nav li a {
    color: #fff;
}
nav.sticky .logo-img {
    max-width: 50%;
}
.hero-content {
    margin-top: 1rem;
}
nav.sticky .hero-content {
    margin-top: 180px;
}
.hero-section h1 {
    font-size: 100px;
    font-family: 'Playfair Display';
    color: #fff;
    font-weight: bold;
}

.hero-section h1 span {
    color: rgb(0, 0, 0);
}

.hero-section p {
    font-size: 40px;
    font-family: "Poppins";
    color: #fff;
    line-height: 1.333;
}

.section-1 {
    position: relative;
}

.section-1::before {
    position: absolute;
    content: "";
    background-image: url(../images/section1-before.png);
    left: 0;
    top: 0;
    width: 500px;
    height: 100%;
    z-index: -1;
}

.section-1::after {
    position: absolute;
    content: "";
    background-image: url(../images/section3-before.png);
    right: 0;
    top: -20px;
    width: 390px;
    height: 450px;
    z-index: -1;
    transform: rotate(180deg);
}

.s1-inner {
    margin-top: 4rem;
    padding: 4rem 8rem 7rem;
}

.s1-inner h2 {
    font-size: 70px;
    font-family: 'Playfair Display';
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.125;
}

.s1-inner p {
    font-size: 28px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    line-height: 1.748;
}

.section-2 {
    position: relative;
}

.section-2::before {
    position: absolute;
    content: "";
    background-image: url(../images/section2-before.png);
    left: 0;
    bottom: 0;
    width: 827px;
    height: 68%;
    z-index: -1;
}

.section-2::after {
    position: absolute;
    content: "";
    background-image: url(../images/section2-after.png);
    right: 0;
    bottom: 0;
    width: 675px;
    height: 268px;
    z-index: -1;
}

.section-2 h2 {
    font-size: 80px;
    font-family: 'Playfair Display';
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.125;
    text-align: center;
    margin-bottom: 5rem;
}

.section-2 h2 span {
    color: rgb(176, 208, 181);
}

.sec2-features > div {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.features-inner p:first-child {
    margin: 0;
    font-size: 25px;
    font-family: "Poppins";
    color: rgb(25, 43, 61);
    line-height: 1.364;
    font-weight: 600;
}

.features-inner p:last-child {
    margin: 0;
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(25, 43, 61);
    line-height: 1.364;
}

.sec2-details button {
    border-radius: 28px;
    background-color: rgb(0, 0, 0);
    width: 245px;
    height: 57px;
    font-size: 22px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    border: 0;
    font-weight: 500;
}

.section-3 {
    position: relative;
    background-image: url(../images/section3-after.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6rem 0;
}

.section-3::before {
    position: absolute;
    content: "";
    background-image: url(../images/section3-before.png);
    left: 0;
    top: 50px;
    width: 390px;
    height: 450px;
    z-index: 1;
}

.section-3 h2, .section-4 h2 {
    font-size: 85px;
    font-family: 'Playfair Display';
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.125;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.section-3 h2 span, .section-4 h2 span {
    color: rgb(176, 208, 181);
}

.client-section > div {
    padding-top: 8rem;
    z-index: 2;
}

.client-inner {
    position: relative;
    border-radius: 17px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 79px 0px rgba(0, 0, 0, 0.05);
    height: 370px;
    padding: 0 .8rem;
    padding-top: 7rem;
}

.client-img img {
    position: absolute;
    top: -125px;
    left: 50%;
    transform: translate(-50%, 0);
}

.client-inner p {
    font-size: 17px;
    font-family: "Poppins";
    color: rgb(101, 101, 101);
    line-height: 1.5;
    font-style: italic;
    font-weight: 500;
    height: 125px;
    margin: 0;
    margin-top: 2rem;
}

.client-inner h3 {
    font-size: 22px;
    font-family: "Poppins";
    color: rgb(176, 208, 181);
    font-weight: 600;
    line-height: 1.2;
}

.section-4 {
    padding: 6rem 0 0 0;
}

.contact-form button {
    border: 0;
    border-radius: 5px;
    background-color: rgb(0, 0, 0);
    width: 244px;
    height: 56px;
    font-size: 22px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.contact-form input {
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(245, 246, 252);
    width: 415px;
    height: 57px;
    padding: 0 0 0 1.5rem;
}

.contact-form textarea {
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    border-radius: 7px;
    background-color: rgb(245, 246, 252);
    width: 100%;
    height: 275px;
    padding: 1rem 0 0 1.5rem;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
    font-size: 16px;
    font-family: "Poppins";
    color: rgba(101, 101, 101, 0.502);
}

footer {
    height: 790px;
    background-image: url(../images/foooter.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.footer-inner {
    width: fit-content;
    text-align: center;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%, 0);
}

footer p {
    font-size: 25px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    font-weight: 500;
    line-height: 1.04;
}

@media screen and (max-width: 1400px) {
    .hero-section h1 {
        font-size: 70px;
    }
    .s1-inner {
        margin-top: 4rem;
        padding: 2rem 4rem 7rem;
    }
    .section-2 h2 {
        font-size: 60px;
    }
    .contact-form input {
        width: 350px;
    }
}

@media screen and (max-width: 1200px) {
    .hero-section p {
        font-size: 30px;
    }
    .s1-inner h2 {
        font-size: 60px;
    }
    .s1-inner p {
        font-size: 25px;
    }
    .sec2-features > div > p {
        font-size: 20px;
    }
    .section-3 h2, .section-4 h2 {
        font-size: 50px;
    }
    .contact-form input {
        width: 300px;
    }
    .client-inner p {
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .hero-section h1 {
        font-size: 45px;
    }
    .hero-section p {
        font-size: 20px;
    }
    header {
        height: 80vh;
    }
    .hero-share {
        gap: 0 !important;
    }
    .hero-share img {
        width: 90%;
        height: auto;
    }
    .s1-inner h2 {
        font-size: 50px;
    }
    .s1-inner p {
        font-size: 20px;
    }
    .s1-inner {
        margin-top: 4rem;
        padding: 2rem 1rem 7rem;
    }
    .sec2-image {
        text-align: center;
    }
    .sec2-image img {
        width: 30%;
        height: auto;
    }
    
    .section-2::before {
        content: unset;
    }
    .sec2-details {
        text-align: center;
        margin-top: 2rem;
    }
    .sec2-features > div > p {
        width: 155px;
        text-align: left;
    }
    .sec2-features > div {
        text-align: left;
    }
    .contact-form input {
        width: 100%;
    }
    form > div:first-child {
        flex-wrap: wrap;
        gap: 1.5rem;
    }
    .hero-content {
        margin-top: unset;
    }
}

@media screen and (max-width: 767px) {
    footer p {
        font-size: 20px;
    }
    .footer-inner {
        width: 100%;
    }
    .hero-share {
        justify-content: center;
    }
    .section-3 h2, .section-4 h2 {
        width: 100%;
    }
    .s1-inner h2 {
        font-size: 45px;
    }
    .s1-inner p {
        font-size: 18px;
    }
    .section-2 h2 {
        font-size: 45px;
    }
    header {
        background-image: url(../images/her0-bg-2.png);
    }
    .hero-section p {
        font-size: 23px;
    }
    .hero-section h1 {
        font-size: 50px;
    }
    .sec2-details button, .contact-form button {
        width: 200px;
        height: 45px;
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    .section-3 h2, .section-4 h2 {
        font-size: 50px;
    }
    .section-3 h2, .section-4 h2 {
        font-size: 40px;
    }
    .s1-inner h2 {
        font-size: 40px;
    }
    .section-2 h2 {
        font-size: 40px;
    }
    .section-1::after {
        content: unset;
    }
    .hero-section p {
        font-size: 20px;
    }
    .hero-section h1 {
        font-size: 40px;
    }
    footer {
        height: 620px;
    }
    .features-inner p:last-child {
        font-size: 14px;
    }
    .features-inner p:first-child {
        font-size: 22px;
    }
}

@media screen and (max-width: 500px) {
    .section-1::before {
        width: 100%;
    }
}

@media screen and (max-width: 390px) {
    .section-3::before {
        width: 100%;
    }
}