* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Montserrat", sans-serif;
}

/* header {
    background-image: url(../images/wedding-kiss.jpg);
    background-position: center;
    background-size: cover;
    height: 90vh;
} */

.navbar {
    margin-top: 0;
    padding-top: 50px;
}

.nav-section {
    height: 90vh;
}

.banner-heading {
    height: 90vh;
}

.about-banner-image img {
    height: 90vh;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.stw-main-heading {
    position: absolute;
    bottom: 120px;
}

/* ABOUT DESCRIPTION */

.about-description {
    margin: 150px 0;
}

.about-description-details {
    font-family: 'Times New Roman', Times, serif;
    font-size: 17px;
    line-height: 2;
    margin: auto;
    text-align: justify;
    width: 80%;
}

/* FOUNDER DETAILS */

.founder {
    margin: 20px;
}

.founder-heading {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 80px;
}

.founder-image {
    width: 40%;
}

.founder-name {
    font-size: 20px;
    font-weight: 400;
    margin-top: 50px;
}

.founder-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 17px;
}

.misc-description {
    font-family: 'Times New Roman', Times, serif;
    font-size: 17px;
    line-height: 1.5;
    margin: 40px auto;
    text-align: left;
    width: 80%;
}

/* FAMILY & OFFICE IMAGES */

.family-office {
    margin-bottom: 50px;
}

.family-office-heading {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 50px;
}

.carousel {
    margin-bottom: 50px;
}

.carousel-image {
    width: 70%;
}


.family-office-image-caoursel {
    margin-bottom: 170px;
}

/* TESTIMONIALS */

.couple-test-container {
    background-color: #EDECE9;
    border-radius: 10px;
    height: 500px;
    margin: 0 auto;
    padding-top: 50px;
    width: 80%;
}

.testimonials {
    width: 100%;
}

.testimonial-heading {
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
}

.testimonial-description {
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    font-weight: 300;
    margin: 30px auto 10px auto;
    width: 70%;
}

.testimonial-name {
    font-size: 25px;
    font-weight: 300;
}

.couple-review-image {
    margin: auto;
    width: 150px;
    clip-path: circle();
}

.testimonial-image {
    width: 100%;
}

svg {
    color: #2D2D2D;
}

/* CONTACT BUTTON */

.contact-us {
    background-color: #97938E;
    border: 1px solid;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
}

.contact-us:hover {
    background-color: #2D2D2D;
    color: #fff;
    transition: 0.3s ease;
}

@media (max-width: 991px) {

    header {
        height: 40vh;
    }

    .nav-section {
        height: 40vh;
    }

    .banner-heading {
        height: 40vh;
    }

    .stw-main-heading {
        top: 610px;
        bottom: 0;
    }

    .testimonial-inner {
        height: 480px;
        padding-bottom: 0;
    }

    .testimonial-description {
        width: 80%;
    }
}

@media (max-width: 768px) {

    header {
        height: 40vh;
    }

    .nav-section {
        height: 30vh;
    }

    .stw-main-heading {
        top: 610px;
        bottom: 0;
    }
}

@media (max-width: 576px) {

    header {
        height: 40vh;
    }

    .stw-main-heading {
        top: 610px;
        bottom: 0;
    }

    .about-description-details {
        width: 85%;
    }

    .misc-description {
        width: 90%;
    }

    .founder-image {
        width: 90%;
    }

    /* FAMILY & OFFICE IMAGES */
    .carousel-image {
        width: 90%;
    }

    /* TESTIMONIALS */
    .couple-test-container {
        height: 380px;
        padding-top: 20px;
        width: 90%;
    }

    .testimonial-heading {
        font-size: 15px;
    }

    .couple-review-image {
        width: 100px;
    }

    .testimonial-description {
        font-size: 14px;
        margin-top: 10px;
        width: 80%;
    }

    .test-desc-ext {
        margin-top: 25px;
    }

    .testimonial-name {
        font-size: 20px;
    }

    svg {
        height: 16px;
        width: 16px;
    }
}

@media (max-width: 434px) {

    header {
        height: 30vh;
    }

    .nav-section {
        height: 20vh;
    }

    .banner-heading {
        height: 50vh;
    }

    .stw-main-heading {
        top: 610px;
        bottom: 0;
    }

    .stw-main-head1 {
        font-size: 20px;
    }

    .about-description {
        margin-bottom: 120px;
    }

    .about-description-details {
        font-size: 12px;
    }

    .founder {
        margin-bottom: 50px;
    }

    .founder-heading {
        font-size: 17px;
    }

    .founder-name {
        font-size: 17px;
    }

    .founder-title {
        font-size: 15px;
    }

    .misc-description {
        font-size: 12px;
    }

    .family-office-image-caoursel {
        margin-bottom: 120px;
    }

    .testimonial-description {
        font-size: 12px;
    }

    .testimonial-name {
        font-size: 15px;
    }
}
