@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: hsl(0, 0%, 10%);
}
html {
    scroll-behavior: smooth;
}
body {
    background-color: white;
    display: flex;
    flex-direction: column;
}
* a {
    text-decoration: none;
}
.scroll-target {
    position: relative;
    top: 60px;
    opacity: 0;
    transition: 0.4s ease;
}

:root {
    --homebg: #f6eeea;
    --primary: #BFA45F;
}

/*/////////////////////// MENU SECTION ///////////////////////*/
.menu-container {
    opacity: 0;
    z-index: -2;
    display: flex;
    display: none;
    flex-direction: column;
    background-color: hsl(0, 0%, 100%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 80px 10px 40px;
    transition: 0.15s ease;
}
.menu-label {
    font-size: 20px;
    color: hsl(0, 0%, 20%);
    font-weight: 600;
    margin-bottom: 20px;
}
.menu-nav {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.menu-link {
    color: hsl(0, 0%, 30%);
    font-weight: 500;
    font-size: 14px;
}
.btn-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    letter-spacing: .1px;
    border-radius: 10px;
    padding: 12px 0;
    font-size: 15px;
    font-weight: 500;
    transition: 0.4s ease;
}
.menu-btn-flex {
    width: 100%;
    display: flex;
    gap: 8px;
}
.btn-contact {
    border: 2px solid hsl(0, 0%, 20%);
    background-color: hsl(0, 0%, 20%);
    color: white;
}
.btn-story {
    border: 2px solid  var(--primary);
    background-color:  var(--primary);
    color: white;
}
.menu-social {
    margin-top: auto;
    display: flex;
    gap: 12px;
}
.menu-social-wrapper {
    border: 2px solid hsl(0, 0%, 85%);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 44px;
    height: 44px;
    transition: 0.3s ease;
}
.menu-social-wrapper:hover {
    border: 2px solid var(--primary);
}
.menu-social-wrapper i {
    color: hsl(0, 0%, 40%);
}
.menu-copy {
    color: hsl(0, 0%, 70%);
    font-size: 12px;
    margin-top: 15px;
}
/*////////////////////////////////////////////////////////////*/

/*///////////////////// HEADER ////////////////////*/
.header {
    background-color: var(--homebg);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header-flex {
    max-width: calc(100% - 80px);
    height: 108px;
    width: 1500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-nav {
    display: flex;
    gap: 30px;
}
.header-link {
    font-size: 16px;
    text-underline-offset: 5px;
}
.header-link:hover {
    text-decoration: underline;
}
.header-link-active {
    text-decoration: underline;
}
.header-logo-flex {
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 24px;
    height: 108px;
    box-shadow: 0 2px 0 0 var(--homebg);
    display: flex;
    align-items: center;
    gap: 14px;
}
.header-logo {
    height: 60px;
    width: auto;
}
.header-logo-txt {
    color: hsl(0, 0%, 15%);
    font-size: 22px;
    font-weight: 400;
}
.header-logo-under {
    line-height: 1;
    margin-top: 2px;
    padding-left: 2px;
    font-size: 14px;
    color: hsl(0, 0%, 15%);
}
.btn-header {
    cursor: pointer;
    background-color:	var(--primary);
    color: white;
    font-size: 16px;
    padding: 12px 22px;
    transition: 0.2s ease;
}
.btn-header:hover {
    background-color: hsl(43, 43%, 66%);
}
.btn-header-mobile {
    cursor: pointer;
    background-color:	var(--primary);
    color: white;
    font-size: 13px;
    padding: 10px 16px;
    transition: 0.2s ease;
    display: none;
}
.btn-header-mobile:hover {
    background-color: hsl(43, 43%, 66%);
}
.header-hr {
    height: 1px;
    width: 100%;
    background-color: hsl(0, 0%, 40%);
}
/*//////////////////////////////////////////////////*/

/*///////////////////// HOME CONTENT ////////////////////*/
.home-container {
    margin-bottom: 107px;
    margin-bottom: 0 !important;
    padding-top: 70px;
    width: 100%;
    background-color: var(--homebg);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-top {
    position: relative;
    width: 1500px;
    max-width: calc(100% - 80px);
    display: flex;
    justify-content: space-between;
}
.home-content {
    width: 410px;
    max-width: 100%;
}
.home-head {
    display: inline-block;
    position: relative;
}
.head-spk {
    position: absolute;
    background-color: var(--primary);
    width: 2px;
    display: none !important;
}
.spk1 {
    bottom: 7px;
    left: -17px;
    height: 10px;
    transform: rotate(-80deg);
}
.spk2 {
    bottom: 20px;
    left: -10px;
    height: 18px;
    transform: rotate(-45deg);
}
.spk3 {
    bottom: 28px;
    left: 8px;
    height: 10px;
    transform: rotate(-10deg);
}
.home-head-txt {
    line-height: 1;
    color: var(--primary);
    font-size: 20px;
    font-weight: 500;
}
.home-title {
    font-family: "Playfair Display", serif;
    margin-top: 14px;
    line-height: 1.3;
    font-size: 54px;
    font-weight: 700;
    color: hsl(0, 0%, 15%);
}
.home-hr {
    background-color: hsl(22, 40%, 90%);
    height: 2px;
    width: 100%;
}
.home-sparkle {
    position: absolute;
    top: -20px;
    right: 240px;
    opacity: 1;
    z-index: 1;
    width: 180px;
    opacity: 0.02;
    height: auto;
}
.home-img-c1 {
    z-index: 2;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 1000px;
    border-top-right-radius: 1000px;
    width: 310px;
    height: 360px;
    display: flex;
    align-items: flex-end;
}
.home-img-i1 {
    width: 100%;
    height: auto;
    border-top-left-radius: 1000px;
    border-top-right-radius: 1000px;
}
.home-img-c2 {
    overflow: hidden;
    border-top-left-radius: 1000px;
    border-top-right-radius: 1000px;
    width: 350px;
    height: 550px;
    display: flex;
    align-items: flex-end;
}
.home-img-i2 {
    width: auto;
    height: 100%;
    border-top-left-radius: 1000px;
    border-top-right-radius: 1000px;
}
.home-img-c3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-top-left-radius: 1000px;
    border-top-right-radius: 1000px;
    width: 500px;
    height: 0px;
    display: flex;
    align-items: flex-end;
}
.home-img-i3 {
    width: 100%;
    height: auto;
    border-top-left-radius: 1000px;
    border-top-right-radius: 1000px;
}
.home-bottom {
    position: relative;
    width: 1500px;
    max-width: calc(100% - 80px);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.home-leaf {
    position: absolute;
    top: 560px;
    right: -20px;
    transform: rotateY(180deg) rotate(15deg);
    width: 190px;
    height: auto;
    opacity: 0.05;
}
.home-leaf2 {
    position: absolute;
    top: 110px;
    left: -20px;
    transform: rotate(110deg);
    width: 190px;
    height: auto;
    opacity: 0.05;
}
.home-story {
    width: 340px;
    margin: auto 0;
}
.story-head {
    line-height: 1;
    font-size: 32px;
    font-weight: 500;
}
.story-para {
    line-height: 1.65;
    font-size: 15px;
    color: hsl(0, 0%, 20%);
    margin-top: 14px;
}
.story-cta {
    color: var(--primary);
    font-weight: 500;
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
}
.story-arrow {
    color: var(--primary);
    font-size: 15px;
    transform: rotate(45deg);
}
.home-stat {
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -107px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #f4dbcd;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    border-top: 2px solid white;
    padding: 50px 60px 30px;
    display: flex;
    display: none !important;
    align-items: center;
}
.stat-pair {
    display: flex;
    align-items: center;
    gap: 120px;
}
.stat-num {
    font-family: "Playfair Display", serif;
    font-size: 64px;
    font-weight: 600;
}
.stat-txt {
    margin-top: 30px;
    line-height: 1;
    font-size: 17px;
    font-weight: 500;
}
.stat-circle {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
    background-color: white;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    padding: 18px;
    overflow: hidden;
    transition: 0.3s ease;
}
.stat-circle:hover {
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.55);
}
.circle-img-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.circle-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    animation: rotateCircle 25s linear infinite;
}
.circle-arrow {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: hsl(0, 0%, 30%);
    font-size: 26px;
    height: 30px;
    width: auto;
}
@keyframes rotateCircle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
.leaf-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
}
/*//////////////////////////////////////////////////////*/

/*///////////////////// ABOUT US SECTION ////////////////////*/
.about-container {
    width: 1500px;
    max-width: calc(100% - 80px);
    margin: 100px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 70px;
}
.about-left {
    flex-shrink: 0;
    opacity: 1;
}
.about-head {
    display: inline-block;
    position: relative;
}
.about-title {
    font-family: "Playfair Display", serif;
    margin-top: 14px;
    line-height: 1.3;
    font-size: 64px;
    font-weight: 700;
    color: hsl(0, 0%, 15%);
}
.about-left-flex {
    margin-top: 72px;
    display: flex;
    align-items: flex-end;
    gap: 100px;
}
.about-plan {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    background-color: #F0EAE5;
    padding: 24px;
    width: 350px;
}
.about-plan-head {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
    color: hsl(0, 0%, 15%);
}
.about-plan-txt {
    margin: 32px 0;
    color: hsl(0, 0%, 34%);
    font-size: 14px;
    line-height: 1.6;
}
.btn-about-plan {
    cursor: pointer;
    align-self: flex-start;
    border: 1px solid hsl(27, 27%, 72%);
    border: 1px solid hsl(0, 0%, 70%);
    color: hsl(0, 0%, 20%);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 16px;
    transition: 0.2s ease;
}
.about-plan-chevron {
    color: hsl(0, 0%, 30%);
    font-size: 14px;
}
.about-img-container {
    width: 600px;
    height: auto;
    display: flex;
    align-items: flex-end;
    display: none;
}
.about-img {
    width: 100%;
    height: auto;
}
.about-right {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 72px;
}
.about-right-head {
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
}
.about-right-para {
    max-width: 100%;
    width: 600px;
    margin: 34px 0 60px;
    color: hsl(0, 0%, 30%);
    font-size: 17px;
    line-height: 1.6;
}
.btn-about-right {
    align-self: flex-start;
    cursor: pointer;
    background-color: var(--primary);
    color: white;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px 18px;
    transition: 0.2s ease;
}
.about-right-chevron {
    color: white;
    font-size: 17px;
}
/*///////////////////////////////////////////////////////////*/

/*///////////////////// OUR SERVICES SECTION ////////////////////*/
.services-container {
    margin-bottom: 0px !important;
    position: relative;
    width: 100%;
    background-color: var(--homebg);
    padding: 80px 0;
    display: flex;
    justify-content: center;
}
.services-flex {
    max-width: calc(100% - 80px);
    width: 1500px;
    display: flex;
    justify-content: space-between;
    gap: 100px;
}
.services-left {
    width: 650px;
}
.services-head {
    display: inline-block;
    margin-bottom: 14px;
    position: relative;
}
.services-title {
    font-family: "Playfair Display", serif;
    line-height: 1.3;
    font-size: 64px;
    font-weight: 700;
    color: hsl(0, 0%, 15%);
}
.services-para {
    margin-top: 24px;
    width: 100%;
    color: hsl(0, 0%, 30%);
    font-size: 17px;
    line-height: 1.7;
}
.services-img-container {
    position: relative;
    margin-top: 50px;
    width: 100%;
    height: 0px;
}
.services-img {
    position: relative;
    border-radius: 2px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    z-index: 6;
    width: 100%;
    height: auto;
}
.services-right {
    padding-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.services-box-flex {
    display: flex;
    gap: 40px;
    overflow: visible;
}
.services-box {
    align-self: flex-start;
    width: 340px;
    position: relative;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    background-color: white;
    border-radius: 12px;
    padding: 24px 14px 26px 24px;
    transition: 0.2s ease;
}
.services-show {
    cursor: pointer;
    font-size: 15px;
    text-decoration: underline;
    text-underline-offset: 2px;
    color: hsl(211, 100%, 50%);
    margin-top: 16px;
}
.services-show:hover {
    color: hsl(211, 100%, 30%);
}
.services-list {
    max-height: 0px;
    overflow: hidden;
    transition: 0.6s ease;
}
.services-ul {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
}
.services-li {
    font-weight: 500;
    padding: 5px 0;
    border-bottom: 1px solid hsl(0, 0%, 90%);
    font-size: 13px;
    color: hsl(0, 0%, 10%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-li span {
    border: 0;
    font-size: 14px;
    margin-left: auto;
    width: auto;
}
.services-arrow {
    align-self: center;
    margin-top: 20px;
}
.services-arrow i {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    width: 22px;
    height: 22px;
    border: 1px solid hsl(0, 0%, 20%);
    color: hsl(0, 0%, 20%);
    font-size: 12px;
    transition: 0.2s ease;
}
.services-arrow i:hover {
    border: 1px solid var(--primary);
    color: var(--primary);
}
.services-pfp-container {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    border: 3px solid white;
    width: 86px;
    height: 86px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;    
}
.services-pfp {
    width: 100%;
    height: 100%;
}
.services-box-top {
    width: 100%;
    display: flex;
    display: none !important;
    align-items: flex-end;
    justify-content: space-between;
}
.services-icon {
    width: auto;
    height: 62px;
}
.services-fade-icon {
    height: 92px;
    width: auto;
    opacity: 0.1;
}
.services-box-head {
    margin: 24px 0 16px;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    color: hsl(0, 0%, 15%);
}
.services-box-txt {
    width: 100%;
    color: hsl(0, 0%, 30%);
    font-size: 16px;
    line-height: 1.6;
}
/*///////////////////////////////////////////////////////////*/

/*///////////////////// CLIENT REVIEW SECTION ////////////////////*/
.review-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1500px;
    max-width: calc(100% - 80px);
    margin: 120px auto 120px;
}
.review-head {
    display: inline-block;
    position: relative;
    margin-bottom: 14px;
}
.review-title {
    text-align: center;
    font-family: "Playfair Display", serif;
    line-height: 1.3;
    font-size: 64px;
    font-weight: 700;
    color: hsl(0, 0%, 15%);
}
.review-para {
    text-align: center;
    margin: 20px auto 0;
    width: 550px;
    max-width: 100%;
    color: hsl(0, 0%, 30%);
    font-size: 17px;
    line-height: 1.7;
}
.review-flex {
    mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 1%, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 65%, rgba(255, 255, 255, 0) 99%);
    overflow: hidden;
    margin-top: 45px;
    display: flex;
    justify-content: flex-start;
    padding: 5px 0;
    gap: 30px;
    width: 100%;
}
.review-wrapper {
    display: flex;
    flex-direction: column;
    border-radius: 36px;
    padding: 34px 24px;
    min-width: 500px;
    width: 500px;
    height: 370px;
    border-bottom: 10px solid #F0EDE4;
    box-shadow: 0 0 0 1px hsl(0, 0%, 85%);
    background-color: white;
    animation: slideReviews 45s linear infinite;
}
@keyframes slideReviews {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-3180px);
    }
}
.review-quote {
    color: hsl(0, 0%, 20%);
    font-size: 26px;
}
.review-txt {
    margin-top: 16px;
    width: 100%;
    color: hsl(0, 0%, 15%);
    font-size: 16px;
    line-height: 1.65;
}
.review-hr-flex {
    margin-top: auto;
    width: 100%;
    display: flex;
    align-items: center;
}
.review-circle {
    background-color: hsl(0, 0%, 88%);
    min-width: 6px;
    min-height: 6px;
    border-radius: 50%;
}
.review-hr {
    width: 100%;
    height: 1px;
    background-color: hsl(0, 0%, 88%);
}
.review-bottom {
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.review-pfp {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    background-color: #F0EDE4;
    color: hsl(0, 0%, 15%);
}
.review-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.review-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50px;
}
.review-name {
    font-size: 16px;
    font-weight: 500;
    color: hsl(0, 0%, 15%);
}
.review-date {
    font-size: 15px;
    color: hsl(0, 0%, 34%);
}
.review-col {
    opacity: 1;
}
.review-star-flex {
    display: flex;
    gap: 3px;
}
.review-star {
    width: 18px;
    height: auto;
}
.review-star-txt {
    font-size: 16px;
    color: hsl(0, 0%, 34%);
}
span.review-star-txt {
    color: hsl(0, 0%, 15%);
    font-weight: 500;
}
.btn-review {
    margin-top: 30px;
    cursor: pointer;
    background-color:	var(--primary);
    color: white;
    font-size: 18px;
    padding: 12px 22px;
    transition: 0.2s ease;
}
/*////////////////////////////////////////////////////////////////*/

/*///////////////////// OUR GALLERY SECTION ////////////////////*/
.gallery-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 1500px;
    max-width: calc(100% - 80px);
}
.gallery-head {
    display: inline-block;
    position: relative;
    margin-bottom: 14px;
}
.gallery-title {
    text-align: center;
    font-family: "Playfair Display", serif;
    line-height: 1.3;
    font-size: 64px;
    font-weight: 700;
    color: hsl(0, 0%, 15%);
}
.gallery-para {
    text-align: center;
    margin: 20px auto 35px;
    width: 720px;
    max-width: 100%;
    color: hsl(0, 0%, 30%);
    font-size: 17px;
    line-height: 1.7;
}
.gallery-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
}
.gallery-option {
    cursor: pointer;
    border-radius: 100px;
    background-color: transparent;
    color: hsl(0, 0%, 15%);
    font-size: 16px;
    font-weight: 500;
    padding: 8px 18px;
    transition: 0.2s ease;
}
.gallery-active {
    background-color: var(--primary);
    color: white;
}
.gallery-flex {
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    transition: 0.5s ease;
}
.gallery-mask {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.mask-left {
    opacity: 0;
    left: 0px;
    background-color: white;
    mask-image: linear-gradient(to right, rgba(255, 255, 255) 1%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 99%);
    transition: 0.3s ease;
}
.mask-right {
    right: 0px;
    background-color: white;
    mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255) 99%);
    transition: 0.3s ease;
}
.gallery-img-container {
    position: relative;
    left: 0px;
    width: 360px;
    min-width: 360px;
    height: auto;
    transition: 0.6s ease;
}
.gallery-img-hidden {
    display: none;
}
.gallery-img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
}
.gallery-arrow-flex {
    margin-top: 30px;
    display: flex;
    gap: 20px;
}
.gallery-arrow-box {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid hsl(0, 0%, 40%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.1s ease;
}
.gallery-arrow {
    color: hsl(0, 0%, 20%);
    font-size: 16px;
    transition: 0.1s ease;
}
.gallery-arrow-inactive {
    opacity: 0.5;
    pointer-events: none;
}
/*//////////////////////////////////////////////////////////////*/

/*/////////////////////// FOOTER SECTION ///////////////////////*/
.foot-container {
    margin-top: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 50px 50px 35px;
}
.foot-col {
    width: 1500px;
    max-width: 100%;
}
.foot-flex {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid hsl(0, 0%, 85%);
    padding-bottom: 50px;
    margin-bottom: 20px;
}
.foot-content {
    width: 500px;
}
.foot-logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
}
.foot-logo {
    height: 50px;
    width: auto;
}
.foot-name {
    color: hsl(0, 0%, 15%);
    line-height: 1;
    font-size: 32px;
    font-weight: 500;
}
.foot-para {
    margin: 12px 0 24px;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: hsl(0, 0%, 30%);
}
.btn-foot {
    cursor: pointer;
    display: inline-block;
    background-color:	var(--primary);
    color: white;
    font-size: 16px;
    padding: 12px 22px;
    transition: 0.2s ease;
}
.btn-foot-white {
    margin-left: 10px;
    font-weight: 500;
    background-color: hsl(0, 0%, 20%);
    color: white;
}
.btn-foot:hover {
    background-color: hsl(43, 43%, 66%);
}
.btn-foot-white:hover {
    background-color: hsl(0, 0%, 10%);
}
.foot-social {
    display: flex;
    gap: 10px;
}
.foot-social-box {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid hsl(0, 0%, 85%);
    display: flex;
    align-items: center;
    justify-content: center;    
    transition: 0.2s ease;
}
.foot-social-icon {
    color: hsl(0, 0%, 40%);
    font-size: 18px;
}
.foot-social-box:hover {
    border: 1px solid var(--primary);
}
.foot-nav {
    display: flex;
    gap: 80px;
}
.foot-ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.foot-label {
    font-size: 16px;
    color: hsl(0, 0%, 20%);
    font-weight: 500;
    margin-bottom: 5px;
}
.foot-link {
    font-size: 15px;
    color: hsl(0, 0%, 40%);
}
.foot-link:hover, .foot-legal-link:hover {
    text-decoration: underline;
    color: hsl(0, 0%, 20%);
}
.foot-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foot-copy {
    font-size: 14px;
    color: hsl(0, 0%, 60%);
}
/*////////////////////////////////////////////////////////////*/


.home-stat-low {
    display: none;
}
.header-burger {
    z-index: 6;
    display: none;
}
.about-mobile-para {
    display: none;
}
.m-i3 {
    display: none;
}


@media only screen and (max-width: 1400px){
    .home-container {
        margin-bottom: 0;
        padding-top: 70px;
        width: 100%;
        background-color: var(--homebg);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .home-head-txt {
        line-height: 1;
        color: var(--primary);
        font-size: 20px;
        font-weight: 500;
    }
    .home-title {
        font-family: "Playfair Display", serif;
        margin-top: 14px;
        line-height: 1.3;
        font-size: 54px;
        font-weight: 700;
        color: hsl(0, 0%, 15%);
    }
    .home-hr {
        background-color: hsl(22, 40%, 90%);
        height: 2px;
        width: 100%;
    }
    .home-sparkle {
        position: absolute;
        top: -20px;
        right: 240px;
        opacity: 1;
        z-index: 1;
        width: 180px;
        opacity: 0.02;
        height: auto;
    }
    .home-img-c1 {
        z-index: 2;
        position: relative;
        overflow: hidden;
        border-top-left-radius: 1000px;
        border-top-right-radius: 1000px;
        width: 310px;
        height: 360px;
        display: flex;
        align-items: flex-end;
    }
    .home-img-i1 {
        width: 100%;
        height: auto;
        border-top-left-radius: 1000px;
        border-top-right-radius: 1000px;
    }
    .home-img-c2 {
        display: none;
    }
    .home-img-i2 {
        width: auto;
        height: 100%;
        border-top-left-radius: 1000px;
        border-top-right-radius: 1000px;
    }
    .home-img-c3 {
        position: relative;
        left: auto;
        transform: none;
        border-top-left-radius: 1000px;
        border-top-right-radius: 1000px;
        width: 450px;
        height: auto;
        display: flex;
        align-items: flex-end;
    }
    .home-img-i3 {
        width: 100%;
        height: auto;
        border-top-left-radius: 1000px;
        border-top-right-radius: 1000px;
    }
    .home-bottom {
        position: relative;
        width: 1500px;
        max-width: calc(100% - 80px);
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    .home-leaf {
        position: absolute;
        right: -20px;
        transform: rotateY(180deg) rotate(15deg);
        width: 190px;
        height: auto;
        opacity: 0.05;
    }
    .home-leaf2 {
        display: none;
    }
    .home-story {
        width: 340px;
        margin: auto 0;
    }
    .story-head {
        line-height: 1;
        font-size: 32px;
        font-weight: 500;
    }
    .story-para {
        line-height: 1.65;
        font-size: 15px;
        color: hsl(0, 0%, 20%);
        margin-top: 14px;
    }
    .story-cta {
        color: var(--primary);
        font-weight: 500;
        margin-top: 18px;
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 15px;
    }
    .story-arrow {
        color: var(--primary);
        font-size: 15px;
        transform: rotate(45deg);
    }
    .home-stat {
        box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        width: calc(100% - 80px);
        margin-top: 30px;
        background-color: #f4dbcd;
        border-top-left-radius: 70px;
        border-top-right-radius: 70px;
        border-top: 2px solid white;
        padding: 50px 15px 30px;
        display: flex;
        align-items: center;
        gap: 120px;
    }
    .home-stat-absolute {
        display: none;
    }
    .home-stat-low {
        display: flex;
    }
    .stat-pair {
        gap: 50px;
        flex-direction: column;
    }
    .stat-num {
        font-family: "Playfair Display", serif;
        font-size: 52px;
        font-weight: 600;
    }
    .stat-txt {
        margin-top: 30px;
        line-height: 1;
        font-size: 14px;
        font-weight: 500;
    }
    .stat-circle {
        cursor: pointer;
        position: absolute;
        left: 50%;
        top: -75px;
        transform: translateX(-50%);
        box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
        background-color: white;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        padding: 12px;
        overflow: hidden;
        transition: 0.3s ease;
    }
    .stat-circle:hover {
        box-shadow: 0 0px 15px rgba(0, 0, 0, 0.55);
    }
    .circle-img-container {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .circle-img {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        animation: rotateCircle 25s linear infinite;
    }
    .circle-arrow {
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 22px;
        width: auto;
    }

    .services-flex {
        flex-direction: column;
        gap: 0px;
    }
    .services-img-container {
        display: none;
    }
    .services-right, .services-box-flex {
        gap: 25px;
    }
    .services-box-txt {
        font-size: 16px;
    }

    .services-container {
        margin-bottom: 0;
    }
    .review-container {
        margin: 80px auto 100px;
    }
}
@media only screen and (max-width: 1150px){
    .header {
        background-color: var(--homebg);
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .header-flex {
        height: auto;
        padding: 24px 0;
        width: 1500px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-nav {
        display: none;
    }
    .header-logo-flex {
        z-index: 2;
        position: relative;
        left: auto;
        transform: none;
        padding: 0;
        height: auto;
        box-shadow: none;
        display: flex;
        align-items: center;
        gap: 14px;
    }
    .header-logo {
        height: 50px;
        width: auto;
    }
    .header-logo-txt {
        color: hsl(0, 0%, 15%);
        font-size: 20px;
        font-weight: 500;
    }
    .btn-header {
        display: none;
    }
    .btn-header-mobile {
        margin-left: auto;
        font-size: 14px;
        padding: 8px 10px;
        margin-right: 14px;
        display: block;
    }
    .header-burger {
        cursor: pointer;
        width: 30px;
        height: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
    }
    .burger-line {
        position: relative;
        top: 0;
        border-radius: 100px;
        width: 100%;
        height: 3px;
        background-color: hsl(0, 0%, 25%);
        transition: 0.2s ease;
    }
    .line2 {
        width: 15px;
    }
    .line3 {
        width: 26px;
    }
    .cross1 {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }
    .cross2 {
        opacity: 0;
    }
    .cross3 {
        width: 100%;
        top: -50%;
        transform: translateY(50%) rotate(-45deg);
    }
    .menu-container {
        display: flex;
    }

    .about-right {
        display: none;
    }
    .about-title {
        font-size: 42px;
    }
    .about-mobile-para {
        display: block;
        max-width: 100%;
        width: 400px;
        margin: 24px 0 0;
        color: hsl(0, 0%, 30%);
        font-size: 14px;
        line-height: 1.65;
    }
    .about-left-flex {
        margin-top: 34px;
    }

    .foot-container {
        padding: 50px 15px 25px;
    }
    .foot-flex {
        flex-direction: column;
        gap: 40px;
    }
    .foot-para {
        width: 100%;
        font-size: 15px;
    }
    .foot-content {
        max-width: 100%;
    }
    .foot-nav {
        column-gap: 60px;
        row-gap: 30px;
        width: 100%;
        flex-wrap: wrap;
    }
    .foot-legal {
        display: none;
    }
}
@media only screen and (max-width: 910px){
    .header {
        background-color: var(--homebg);
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .header-flex {
        height: auto;
        padding: 18px 0;
        width: 1500px;
        max-width: calc(100% - 30px);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-hr {
        display: none;
    }

    /*///// MAX WIDTH /////*/
    .home-top, .home-bottom, .about-container, .services-flex, .gallery-container, .review-container {
        max-width: calc(100% - 20px);
    }
    /*/////////////////////*/

    .home-container {
        padding-top: 40px;
        width: 100%;
        background-color: var(--homebg);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .home-top {
        position: relative;
        width: 1500px;
        display: flex;
        justify-content: space-between;
    }
    .home-content {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .home-head {
        display: inline-block;
        position: relative;
    }
    .head-spk {
        position: absolute;
        background-color: var(--primary);
        width: 2px;
    }
    .spk1 {
        bottom: 7px;
        left: -17px;
        height: 10px;
        transform: rotate(-80deg);
    }
    .spk2 {
        bottom: 20px;
        left: -10px;
        height: 18px;
        transform: rotate(-45deg);
    }
    .spk3 {
        bottom: 28px;
        left: 8px;
        height: 10px;
        transform: rotate(-10deg);
    }
    .home-head-txt {
        line-height: 1;
        color: var(--primary);
        font-size: 20px;
        font-weight: 500;
    }
    .home-title {
        text-align: center;
        font-family: "Playfair Display", serif;
        margin-top: 14px;
        line-height: 1.3;
        font-size: 44px;
        font-weight: 700;
        width: 380px;
        max-width: 100%;
        color: hsl(0, 0%, 15%);
    }
    .home-hr {
        display: none;
        background-color: hsl(22, 40%, 90%);
        height: 2px;
        width: 100%;
    }
    .home-img-c1, .home-sparkle {
        display: none;
    }
    .home-img-c2 {
        display: none;
    }
    .home-img-i2 {
        width: auto;
        height: 100%;
        border-top-left-radius: 1000px;
        border-top-right-radius: 1000px;
    }
    .home-img-c3 {
        position: relative;
        left: auto;
        transform: none;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        overflow: hidden;
        width: 450px;
        height: auto;
        display: flex;
        align-items: flex-start;

    }
    .home-img-i3 {
        display: none;
        position: relative;
        bottom: 60px;
        width: 100%;
        height: auto;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    .m-i3 {
        display: block !important;
    }
    .home-bottom {
        margin-top: 30px;
        position: relative;
        width: 1500px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .home-leaf {
        display: none;
    }
    .home-story {
        display: none;
        width: 340px;
        margin: auto 0;
    }
    .story-head {
        line-height: 1;
        font-size: 32px;
        font-weight: 500;
    }
    .story-para {
        line-height: 1.65;
        font-size: 15px;
        color: hsl(0, 0%, 20%);
        margin-top: 14px;
    }
    .story-cta {
        color: var(--primary);
        font-weight: 500;
        margin-top: 18px;
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 15px;
    }
    .story-arrow {
        color: var(--primary);
        font-size: 15px;
        transform: rotate(45deg);
    }
    .home-stat {
        box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        width: calc(100% - 0px);
        margin-top: 30px;
        background-color: #f4dbcd;
        border-top-left-radius: 70px;
        border-top-right-radius: 70px;
        border-top: 2px solid white;
        padding: 50px 10px 30px 18px;
        display: flex;
        align-items: center;
        gap: 120px;
    }
    .home-stat-absolute {
        display: none;
    }
    .home-stat-low {
        display: flex;
    }
    .stat-pair {
        align-items: flex-start;
        flex-direction: column;
    }
    .stat-num {
        font-family: "Playfair Display", serif;
        font-size: 46px;
        font-weight: 600;
    }
    .stat-txt {
        margin-top: 20px;
        line-height: 1;
        font-size: 13px;
        font-weight: 500;
    }
    .stat-circle {
        cursor: pointer;
        position: absolute;
        left: 50%;
        top: -40px;
        transform: translateX(-50%);
        box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
        background-color: white;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        padding: 8px;
        overflow: hidden;
        transition: 0.3s ease;
    }
    .stat-circle:hover {
        box-shadow: 0 0px 15px rgba(0, 0, 0, 0.55);
    }
    .circle-img-container {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .circle-img {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        animation: rotateCircle 25s linear infinite;
    }
    .circle-arrow {
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 18px;
        width: auto;
    }

    .about-img-container {
        max-width: 100%;
    }
    .about-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-left-flex {
        width: 100%;
        justify-content: center;
    }
    .about-title, .about-mobile-para {
        text-align: center;
    }

    .services-box-flex {
        height: auto;
    }
    .services-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .services-title {
        font-size: 42px;
    }
    .services-para {
        margin-left: auto; margin-right: auto;
        text-align: center;
        font-size: 15px;
    }

    .gallery-title {
        text-align: center;
        font-family: "Playfair Display", serif;
        line-height: 1.3;
        font-size: 36px;
        font-weight: 700;
        color: hsl(0, 0%, 15%);
    }
    .gallery-para {
        text-align: center;
        margin: 20px auto 35px;
        width: 620px;
        max-width: 100%;
        color: hsl(0, 0%, 30%);
        font-size: 14px;
        line-height: 1.7;
    }
    .gallery-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
    }
    .gallery-option {
        cursor: pointer;
        border-radius: 100px;
        background-color: transparent;
        color: hsl(0, 0%, 15%);
        font-size: 13px;
        font-weight: 500;
        padding: 8px 12px;
        transition: 0.2s ease;
    }
    .gallery-active {
        background-color: var(--primary);
        color: white;
    }
    .gallery-flex {
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        position: relative;
        margin-top: 30px;
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: flex-start;
        gap: 20px;
        scrollbar-width: thin;
        transition: 0.5s ease;
    }
    .gallery-flex::-webkit-scrollbar {
        display: none;
    }
    .gallery-mask {
        display: none;
        z-index: 2;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .mask-left {
        display: none;
        opacity: 0;
        left: 0px;
        background-color: white;
        mask-image: linear-gradient(to right, rgba(255, 255, 255) 1%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 99%);
        transition: 0.3s ease;
    }
    .mask-right {
        background-color: white;
        mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255) 100%);
        transition: 0.3s ease;
    }
    .gallery-img-container {
        position: relative;
        left: 0px;
        width: 280px;
        min-width: 280px;
        height: auto;
        transition: 0.6s ease;
    }
    .gallery-img-hidden {
        display: none;
    }
    .gallery-img {
        aspect-ratio: 1 / 1;
        width: 100%;
        height: auto;
    }
    .gallery-arrow-flex {
        margin-top: 30px;
        display: none;
        gap: 20px;
    }
    .gallery-arrow-box {
        cursor: pointer;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid hsl(0, 0%, 40%);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.1s ease;
    }
    .gallery-arrow {
        color: hsl(0, 0%, 20%);
        font-size: 16px;
        transition: 0.1s ease;
    }
    .gallery-arrow-inactive {
        opacity: 0.5;
        pointer-events: none;
    }

    .review-title {
        font-size: 36px;
    }
    .review-para {
        font-size: 14px;
        line-height: 1.7;
        width: 480px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 640px){
    .services-show:hover {
    color: hsl(211, 100%, 50%);
}
    .services-container {
        padding: 70px 0 50px;
    }
    .services-box-flex {
        flex-direction: column;
        align-items: center;
    }
    .services-box {
        width: 430px;
        max-width: 100%;
    }

    .review-flex {
        gap: 22px;
        mask-image: none;
    }
    .review-wrapper {
        display: flex;
        flex-direction: column;
        border-radius: 28px;
        padding: 34px 14px;
        min-width: 340px;
        width: 340px;
        height: 450px;
        border-bottom: 10px solid #F0EDE4;
        box-shadow: 0 0 0 1px hsl(0, 0%, 85%);
        background-color: white;
        animation: slideReviews 45s linear infinite;
    }
    @keyframes slideReviews {
        0% {
            transform: translateX(0px);
        }
        100% {
            transform: translateX(-2172px);
        }
    }
    .review-quote {
        color: hsl(0, 0%, 20%);
        font-size: 26px;
    }
    .review-txt {
        margin-top: 16px;
        width: 100%;
        color: hsl(0, 0%, 15%);
        font-size: 16px;
        line-height: 1.65;
    }
    .review-hr-flex {
        margin-top: auto;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .review-circle {
        background-color: hsl(0, 0%, 88%);
        min-width: 6px;
        min-height: 6px;
        border-radius: 50%;
    }
    .review-hr {
        width: 100%;
        height: 1px;
        background-color: hsl(0, 0%, 88%);
    }
    .review-bottom {
        margin-top: 22px;
        display: flex;
        align-items: center;
        gap: 16px;
    }
    .review-pfp {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: none;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: 600;
        background-color: #F0EDE4;
        color: hsl(0, 0%, 15%);
    }
    .review-img {
        display: none;
    }
    .review-img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }
    .review-col {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 50px;
    }
    .review-name {
        font-size: 16px;
        font-weight: 500;
        color: hsl(0, 0%, 15%);
    }
    .review-date {
        font-size: 15px;
        color: hsl(0, 0%, 34%);
    }
    .review-col {
        opacity: 1;
    }
    .review-star {
        width: 18px;
        height: auto;
    }
    .review-star-txt {
        font-size: 16px;
        color: hsl(0, 0%, 34%);
    }

    .about-container {
        margin: 70px auto 60px;
    }
}