/* ---Common Styles--- */
html {
    font-size: 62.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
  
*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}
  
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
button,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

input,
button,
textarea,
select {
    font: inherit;
    color: inherit;
    padding: 0;
}

ul,
ol,
li {
    padding: 0;
    list-style: none;
}
  
p {
    line-height: 1.8;
}
  
img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

button {
    display: inline-block;
    background-color: transparent;
    border: none;
    text-align: center;
    padding: 0;
    cursor: pointer;
}

body {
    font-family: "Noto Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
    color: rgba(0, 0, 0, 1);
    background-color: #fff;
}

body.lock {
    overflow: hidden;
}

/* ---Page wrapper--- */
.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    position: relative;
}

/* ---Container--- */
[class*="__container"] {
    max-width: 1230px;
    padding: 0 1.5rem;
    margin: 0 auto;
}

/* ---Visible only for screen readers--- */
.visually-hidden {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
}

/* ---Heading--- */
.heading {
    font-family: 'raleway', serif;
    font-size: 5rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.06em;
    padding-bottom: 2rem;
    position: relative;
}

.heading2 {
    font-family: 'raleway', serif;
    font-size: 6rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.06em;
    padding-bottom: 7rem;
    position: relative;
}

.heading2::after {
    content: '';
    width: 10rem;
    height: 8rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url('../images/icons/lotus-decor.svg') no-repeat;
}

/* ---Button--- */
.button {
    position: relative;
    padding: 1.6rem 5rem;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #fcc43e ;
    text-transform: uppercase;
    background-color: #000;
    border-radius: 0.2rem;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.button:hover {
    -webkit-transform: translate(-0.9rem, 0.9rem);
        -ms-transform: translate(-0.9rem, 0.9rem);
            transform: translate(-0.9rem, 0.9rem);
}

.button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.1rem solid #000;
    border-radius: 0.2rem;
    -webkit-transform: translate(-0.9rem, 0.9rem);
        -ms-transform: translate(-0.9rem, 0.9rem);
            transform: translate(-0.9rem, 0.9rem);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.button:hover::after {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
}

/* ---Close icon--- */
.close-icon {
    padding: 0.5rem;
    width: 100%;
    height: 100%;
    fill: rgba(0, 0, 0, 0.9);
}

/* ---Swiper--- */
.swiper-wrapper {
    padding-bottom: 6rem;
}

.swiper-pagination-bullet {
    width: 2rem;
    height: 0.3rem;
    background-color: #72AD7C;
    border-radius: 0;
}

/* ---Preloader--- */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 10000;
    -webkit-perspective: 600px;
            perspective: 600px;
}

.preloader.hide {
    opacity: 0;
}

.preloader__content {
    padding-right: 2rem;
    font-family: "Noto Sans", sans-serif;
    font-size: 5rem;
    font-weight: 700;
    color: #72AD7C;
    text-align: center;
    position: relative;
    text-shadow: 0 0.3rem 0.2rem rgba(53, 68, 12, 0.1);
}
  
.preloader__content::before,
.preloader__content::after {
    content: "";
    width: 1rem;
    height: 1rem;
    background-color: #72AD7C;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-box-shadow: 0 0.3rem 0.2rem rgba(53, 68, 12, 0.1);
            box-shadow: 0 0.3rem 0.2rem rgba(53, 68, 12, 0.1);
}
  
.preloader__content::before {
    right: 0;
    -webkit-animation-name: preloader;
            animation-name: preloader;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
  
.preloader__content::after {
    right: -1.6rem;
    -webkit-animation-name: preloader;
            animation-name: preloader;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
  
@-webkit-keyframes preloader {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}
  
@keyframes preloader {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

/* ---Section margins--- */
._section {
    margin-bottom: 2rem;
    padding-top: 3rem;
}

/* ---Section heading margins--- */
._section-heading {
    margin-bottom: 2rem;
}

/* ---Header--- */
.header {
    position: fixed;
    top: 1rem;
    left: 0;
    width: 100%;
    color: rgba(255, 255, 255, 0.9);
    z-index: 100;
    padding: 1.2rem 0;
    -webkit-transition: top 0.4s, background-color 0.4s ease-in-out;
    transition: top 0.4s, background-color 0.4s ease-in-out;
}

.header.scroll {
    background-color: #72AD7C;
    top: 4rem;
    -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.25);
}

.header__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto; /* Push to the bottom */
}


.header__burger {
    width: 4rem;
    height: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: none;
}

.header__burger span {
    width: 100%;
    height: 0.2rem;
    background-color: rgba(255, 255, 255, 0.9);
}

.header__close {
    display: none;
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
}

.menu__link {
    font-size: 1.8rem;
    padding: 1.2rem 0;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    position: relative;
}

.menu__link::after {
    content: '';
    width: 0;
    height: 0.1rem;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
}

.menu__link:hover::after {
    width: 2.5rem;
}

/* ---Main--- */
.main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.main__about {
    padding-top: 3rem;
    margin-bottom: 7rem;
}

/* ---Hero--- */
.hero {
    min-height: 90svh;
    min-height: 90vh;
    padding: 4.5rem 0;
    background: #72AD7C url('../images/photos/26.png') no-repeat;
    background-size: contain;
    background-position: left;
}

.hero__content {
    position: relative;
    min-height: 90svh;
    min-height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    text-align: right;
    z-index: 1;
}

.hero__blur {
    /* width: 55%;
    height: 100%; */
    width: 37%;
    height: 72%;
    background-color: rgba(217, 217, 217, 0.2);
    position: absolute;
    left: 7rem;
    top: 25rem;
    border-radius: 3.2rem;
    z-index: -1;
    -webkit-backdrop-filter: blur(3px);/* 5px */
            backdrop-filter: blur(3px);
}

.hero__box {
    padding-bottom: 3rem;
}

.hero__title {
    padding-top: 10rem;
    margin-bottom: 7rem;
    font-size: 5rem;
    font-weight: 700;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0.4rem 3rem rgba(0, 0, 0, 0.25);
}

.hero__title span {
    margin-top: 2rem;
    display: block;
    font-family: "Ibarra Real Nova", serif;
    font-size: 3.5rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 400;
}

/* ---About--- */
.about__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: top;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3rem;
}

.about__info {
    padding: 2rem 0;
    width: 47.3rem;
}

.about__title {
    margin-bottom: 4rem;
    font-size: 3rem;
    font-weight: 700;
}

.about__text {
    margin-bottom: 4.5rem;
}

.about__text p:not(:last-child) {
    margin-bottom: 10px;
}

.about__link {
    margin-left: 0.7rem;
}

.about__image-box {
    max-width: 63.2rem;
    height: 43.2rem;
    position: relative;
    border-radius: 2.5rem;
}

.about__img-1 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 2.5rem;
}

.about__img-2 {
    width: 30rem;
    height: 26.3rem;
    position: absolute;
    bottom: -8rem;
    left: 6rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 2.5rem;
    -webkit-box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.25);
}

/* ---Products--- */
.products__triggers {
    margin-bottom: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
}

.triggers__item {
    padding: 1.2rem 2.4rem;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #fcc43e;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #000;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.triggers__item.active {
    background-color: #72AD7C;
    color: #fff;
}

.products__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 3rem;
}

.products__item {
    max-width: 100%;
}

.products__item.show {
    -webkit-animation: fadeIn 1s ease;
            animation: fadeIn 1s ease;
}

@-webkit-keyframes fadeIn {
    0% { 
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% { 
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.products__item.hide {
    display: none;
}

.top-products .swiper-slide {
    height: auto;
}

/* ---Product--- */
.product {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
    border-radius: 0.2rem;
    overflow: hidden;
    position: relative;
}

.product--new::before,
.product--sale::before {
    content: 'Sale';
    position: absolute;
    left: 2rem;
    top: 2rem;
    background-color: #72AD7C;
    color: rgba(255, 255, 255, 0.9);
    padding: 1rem 1.1rem;
    border-radius: 0.2rem;
    font-size: 1.4rem;
    font-weight: 400;
    -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.25);
}

.product--new::before {
    content: 'New';
}

.product__img {
    width: 100%;
    height: 27rem;
}

.product__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.product__description {
    padding: 4rem 2rem 5rem;
    background-color: rgba(255, 255, 255, 0.9);
}

.product__title {
    margin-bottom: 0.5rem;
    font-size: 2rem;
    font-weight: 700;
    color: #72AD7C;
    text-transform: uppercase;
}

.product__text {
    margin-bottom: 6.7rem;
    font-size: 1.8rem;
    color: rgb(0, 0, 0);
}

.product__price {
    font-size: 2rem;
    font-weight: 600;
    color: #72AD7C;
}

.product__old-price {
    font-size: 2rem;
    font-weight: 400;
    color: #fcc43e ;
    position: relative;
    display: none;
}

.product__old-price::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #fcc43e ;
}

.product--sale .product__old-price {
    display: inline;
}

.product__buttons {
    position: absolute;
    top: 2rem;
    right: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
}

.product__button {
    width: 4rem;
    height: 4rem;
    background-color: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    position: relative;
}

.product__button:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.product__button--favorite,
.product__button--cart {
    -webkit-transform: translateX(150%);
        -ms-transform: translateX(150%);
            transform: translateX(150%);
}

.product__button--favorite {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.product__button--cart {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.product:hover .product__button--favorite, 
.product:hover .product__button--cart {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.product__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
}

.product__link {
    padding: 1.2rem 1.9rem;
}

.product__link:hover::after {
    border: 0.1rem solid transparent;
}

/* ---Banner--- */
.banner__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.banner__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    overflow: hidden;
}

.banner__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 1s linear;
    transition: -webkit-transform 1s linear;
    -o-transition: transform 1s linear;
    transition: transform 1s linear;
    transition: transform 1s linear, -webkit-transform 1s linear;
}

.banner__img:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.banner__box {
    padding: 5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57%;
            flex: 0 0 57%;
    background: url('https://place-hold.it/1500X1000/aaa/000/Text&fontsize=40') no-repeat;
    background-size: cover;
    background-position: center;
}

.banner__content {
    max-width: 35rem;
}

.banner__title {
    margin-bottom: 10rem;
    font-size: 3rem;
    font-weight: 700;
}

/* ---Blog--- */
.blog {
    padding: 9rem 0;
    background-color: rgba(53, 68, 12, 0.15);
}

.blog__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -3rem;
    row-gap: 4rem;
}

.blog__item {
    padding-left: 3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
}

.item-blog__box {
    position: relative;
}

.item-blog__date {
    padding: 1rem 1.1rem;
    position: absolute;
    background-color: #72AD7C;
    top: 2rem;
    left: 2rem;
    z-index: 1;
    text-align: center;
    -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.25);
    border-radius: 0.2rem;
}

.item-blog__date time {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.9);
}

.item-blog__date time span {
    display: block;
}

.item-blog__img {
    width: 100%;
    height: 28rem;
    overflow: hidden;
    position: relative;
}

.item-blog__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    -o-transition: transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.item-blog__img:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.item-blog__content {
    padding: 2.5rem 3rem 2.5rem 0;
}

.item-blog__author {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    color: #72AD7C;
}

.item-blog__title {
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
}

.item-blog__text {
    margin-bottom: 5rem;
}

.item-blog__info {
    color: #72AD7C;
}

/* ---Testimonials--- */
.testimonials__content {
    padding: 8rem 2rem;
    color: #000;
    text-shadow: 0 0.2rem 1rem rgba(0,0,0,0.25);
}

.testimonials__heading {
    margin-bottom: 5rem;
    font-size: 4rem;
    color: #000;
}

.testimonials__heading::after {
    width: 8rem;
    height: 6rem;
    background: url('../images/icons/lotus-decor-white.svg') no-repeat;
}

.testimonials__slider {
    max-width: 80rem;
    margin: 0 auto;
    text-align: center;
}

.testimonials__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.testimonials__text {
    margin-bottom: 3rem;
}

.testimonials__name {
    margin-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 700;
}

.testimonials__slider .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.9);
    width: 1.5rem;
    height: 0.2rem;
}

/* ---Gallery--- */
.gallery__heading {
    font-size: 4rem;
}

.gallery__heading::after {
    width: 8rem;
    height: 6rem;
    background: url('../images/icons/lotus-decor-small.svg') no-repeat;
}

.gallery__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gallery__link {
    width: 100%;
    height: 22rem;
    position: relative;
}

.gallery__link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.gallery__link::before,
.gallery__link::after {
    content: '';
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.gallery__link::before {
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
}

.gallery__link::after {
    width: 3rem;
    height: 3rem;
    background: url('../images/icons/instagram.svg') no-repeat;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gallery__link:hover::before {
    width: 100%;
}

.gallery__link:hover::after {
    opacity: 1;
    visibility: visible;
}

/* ---Contact--- */
.contact__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.contact__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    overflow: hidden;
}

.contact__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 1s linear;
    transition: -webkit-transform 1s linear;
    -o-transition: transform 1s linear;
    transition: transform 1s linear;
    transition: transform 1s linear, -webkit-transform 1s linear;
}

.contact__img:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.contact__content {
    padding: 5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57%;
            flex: 0 0 57%;
    background-color: rgba(53, 68, 12, 0.15);
}

.contact__title {
    margin-bottom: 4.5rem;
    font-family: "Ibarra Real Nova", serif;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.contact__list {
    margin-bottom: 4rem;
}

.contact__item:not(:last-child) {
    margin-bottom: 2rem;
}

.contact__link {
    padding-left: 3.8rem;
    letter-spacing: 0.02em;
    font-size: 1.8rem;
    line-height: 1.5;
    position: relative;
}

.contact__link:hover {
    text-decoration: underline;
}

.contact__link--phone::before,
.contact__link--email::before,
.contact__link--address::before {
    content: '';
    width: 3rem;
    height: 3rem;
    position: absolute;
    left: 0;
}

.contact__link--phone::before {
    background: url('../images/icons/phone-icon.svg') no-repeat;
}

.contact__link--email::before {
    background: url('../images/icons/envelope-icon.svg') no-repeat;
}

.contact__link--address::before {
    background: url('../images/icons/marker-icon.svg') no-repeat;
}

.social__title {
    margin-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 700;
}

.social__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.4rem;
}

.social__link {
    width: 3rem;
    height: 3rem;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.social__icon {
    width: 1.6rem;
    height: 1.6rem;
    fill: #000;
    -webkit-transition: fill 0.2s linear;
    -o-transition: fill 0.2s linear;
    transition: fill 0.2s linear;
}

.social__link:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.social__link:hover .social__icon {
    fill: #72AD7C;
}

/* ---Footer--- */
.footer {
    padding: 3rem 0;
    background-color: #72AD7C;
    color: rgba(255, 255, 255, 0.9);
}

.footer__copyright {
    text-align: center;
}

/* ---Scroll top--- */
.scroll-top {
    position: fixed;
    right: 2rem;
    bottom: 1rem;
    width: 5rem;
    height: 5.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.2rem;
    z-index: 2;
    border-radius: 0.2rem;
    background-color: #72AD7C !important;
    -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(150%);
        -ms-transform: translateX(150%);
            transform: translateX(150%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.scroll-top.active {
    opacity: 0.9;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.scroll-top:hover {
    opacity: 1;
}

.scroll-top span {
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}

/* ---Modal--- */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 9000;
}

.modal.show {
    opacity: 1;
    visibility: visible;
}

.modal__body {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3rem 1rem;
}

.modal__content {
    position: relative;
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 0;
    background-color: rgba(255, 255, 255, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-shadow: 0 0.4rem 3rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.4rem 3rem rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.modal.show .modal__content {
    -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
            transform: translate(0, 0%);
    opacity: 1;
}

.modal__close {
    position: absolute;
    right: 4.5rem;
    top: 4.5rem;
    width: 4rem;
    height: 4rem;
}

.modal__close .close-icon {
    border-radius: 0.2rem;
    -webkit-transition: fill 0.3s, background-color 0.3s linear;
    -o-transition: fill 0.3s, background-color 0.3s linear;
    transition: fill 0.3s, background-color 0.3s linear;
}

.modal__close:hover .modal__icon {
    fill: rgba(255, 255, 255, 0.9);
    background-color: #72AD7C;
}

.modal__title {
    margin-bottom: 2.5rem;
    padding-top: 8rem;
    font-family: "Ibarra Real Nova", serif;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.modal__title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url('../images/icons/lotus-decor-small.svg') no-repeat;
    width: 8rem;
    height: 6rem;
}

.modal__text {
    margin-bottom: 9rem;
    max-width: 48rem;
}

.modal__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 1.5rem;
}

.form__item {
    width: 100%;
}

.form__input {
    width: 100%;
    padding: 2.2rem 3rem;
    border: 0.1rem solid transparent;
    background-color: #E1E3DB;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #000;
    outline: none;
    -webkit-transition: border 0.2s linear;
    -o-transition: border 0.2s linear;
    transition: border 0.2s linear;
    border-radius: 0.2rem;
}

.form__input:focus {
    border: 0.1rem solid #000;
}

.form__input::-webkit-input-placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.form__input::-moz-placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.form__input:-ms-input-placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.form__input::-ms-input-placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.form__input::placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.form__submit {
    position: relative;
    top: -0.7rem;
}

/* ---Responsive--- */
@media(max-width: 1400px) {

    .hero__blur {
        left: -1rem;
    }

    .modal__title {
        font-size: 3.2rem;
    }

    .modal__text {
        margin-bottom: 6rem;
        max-width: 40rem;
    }

    .form__input {
        padding: 2rem;
    }
}

@media (max-width: 1180px) {

    .hero__title {
        font-size: 6rem;
    }

    .hero__title span {
        font-size: 3.6rem;
    }

    .blog__body {
        margin-left: -2rem;
    }
    
    .blog__item {
        padding-left: 2rem;
    }

    .item-blog__content {
        padding: 2.5rem 2rem 2.5rem 0;
    }

    .scroll-top {
        right: 1rem;
    }
}

@media (max-width: 1000px) {

    .about__info {
        padding: 0;
        margin-bottom: 3rem;
        width: 80%;
    }

    .about__img-2 {
        left: 2rem;
    }

    .blog__body {
        margin-left: -3rem;
    }
    
    .blog__item {
        padding-left: 3rem;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }
}

@media (max-width: 992px) {

    .header {
        top: 1rem;
    }

    .hero {
        padding: 2rem 0;
    }

    .products__content {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 870px) {

    .about__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
    }

    .about__image-box {
        max-width: 100%;
    }

    .banner__body,
    .contact__body {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .banner__img,
    .contact__img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        height: 40rem;
    }
    
    .banner__box,
    .contact__content {
        padding: 5rem;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-bottom: 3rem;
    }

    .contact__content {
        text-align: center;
    }

    .contact__list {
        margin-bottom: 4rem;
    }

    .social__list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media (max-width: 768px) {

    .header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header__close {
        display: block;
        width: 4rem;
        height: 4rem;
        position: absolute;
        right: 2rem;
        top: 2rem;
    }

    .header__navigation {
        position: fixed;
        padding: 12rem 2rem 4rem;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #D6D6D8;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
        -webkit-transition: -webkit-transform 0.3s linear;
        transition: -webkit-transform 0.3s linear;
        -o-transition: transform 0.3s linear;
        transition: transform 0.3s linear;
        transition: transform 0.3s linear, -webkit-transform 0.3s linear;
        overflow-y: auto;
        z-index: 9999;
    }

    .header__navigation.active {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }

    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .menu__item {
        width: 100%;
    }

    .menu__link {
        font-size: 2rem;
        color: rgba(0, 0, 0, 0.9);
        width: 100%;
        text-align: center;
    }

    .menu__link::after {
        background-color: rgba(0, 0, 0, 0.9);
    }

    .modal__content {
        padding: 8rem;
    }
}

@media (max-width: 670px) {

    ._section {
        margin-bottom: 7rem;
    }

    .main__about {
        margin-bottom: 15rem;
    }

    ._section-heading {
        margin-bottom: 5rem;
    }

    .heading {
        font-size: 4.8rem;
        letter-spacing: 0.04em;
    }

    .testimonials__heading,
    .gallery__heading {
        font-size: 4rem;
    }

    .about__title,
    .contact__title {
        font-size: 2.5rem;
    }

    .hero__title {
        font-size: 5rem;
    }

    .hero__title span {
        font-size: 2.8rem;
    }

    .about__info {
        width: 100%;
    }

    .blog__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }

    .contact__content {
        text-align: left;
    }

    .social__list {
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left;
    }

    .modal__content {
        padding: 8rem 4rem;
    }

    .modal__title {
        font-size: 2.5rem;
    }

    .modal__close {
        right: 3rem;
        top: 3rem;
    }
}

@media (max-width: 600px) {

    .products__content {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 500px) {

     .hero__blur {
        width: 60%;
    }

    .banner__box,
    .contact__content {
        padding: 5rem 1rem;
    }

    .modal__content {
        padding: 5rem 3rem;
    }

    .modal__close {
        right: 2rem;
        top: 2.5rem;
    }

    .modal__text {
        margin-bottom: 4rem;
    }

    .modal__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 4rem;
    }
}

@media (max-width: 400px) {

    .heading,
    .testimonials__heading,
    .gallery__heading {
        font-size: 3.8rem;
    }

    .hero__title {
        font-size: 4.2rem;
    }

    .hero__title span {
        font-size: 2rem;
    }

    .about__img-2 {
        width: 20rem;
        height: 20rem;
    }

    .testimonials__content {
        padding: 8rem 1rem;
    }
}
