:root {
    color-scheme: light;
    --color-default: #000;
    --color-primary: #9cad84;
    --color-text-primary: #fff;
    --color-text-secondary: #b67f19;
    --color-text-tertiary: #df8600;
    --color-background-primary: #f0f0f0;
    --color-background-secondary: rgba(154, 188, 141, 0.9);
    --color-background-footer: #404040;
    --color-slider-button-bg: #e8e8e8;
}

.container {
    max-width: calc(100% - 2.5rem);
    margin: 0 1.25rem;

    @media screen and (min-width: 1279px) {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
    }
}

.header {
    width: 100%;
    height: 80vh;
    background-color: var(--color-primary);

    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header__title {
    display: flex;
    align-items: flex-end;

    font-family: "Gruppo", sans-serif;
    color: var(--color-text-primary);
    text-transform: uppercase;
    font-size: 104px;
    line-height: 1;

    @media screen and (min-width: 640px) {
        font-size: 186px;
    }
}

.header__title-u {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header__dot {
    position: absolute;
    top: 0;

    font-size: 28px;

    @media screen and (min-width: 640px) {
        font-size: 48px;
    }
}

.header__subtitle {
    
    margin: 0 auto;
    
    font-size: 18px;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 300;
    color: var(--color-text-primary);

    @media screen and (min-width: 640px) {
        font-size: 32px;
        line-height: 1;
    }
}

.header__button {
    width: 100%;
    height: 80px;
    color: var(--color-default);
    text-align: center;
    margin-top: auto;

    position: absolute;
    left: 0;
    bottom: 0;

    &:hover {
        text-decoration: none;
    }
    
    & svg {
        color: var(--color-text-primary);
        width: 64px;
        height: 48px;
        transition: all .2s ease-in-out;
        animation: arrow-bottom 1.7s ease infinite;
    }
}

.section {
    position: relative;

    padding: 4rem 0 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.section__title {
    width: 100%;

    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.35;
    color: var(--color-text-secondary);
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;


    @media screen and (min-width: 640px) {
        width: 600px;
    }

    @media screen and (min-width: 1200px) {
        width: 760px;
    }

}

.section__text {
    width: 100%;

    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-size: 20px;
    line-height: 1.45;
    text-align: center;

    @media screen and (min-width: 640px) {
        width: 600px;
        font-size: 24px;
        line-height: 1.45;
    }

    @media screen and (min-width: 1200px) {
        width: 760px;
        font-size: 28px;
        line-height: 1.45;
    }
}

.section__image {
    width: 100%;
    height: 938px;
    
    margin-top: 60px;

    border-radius: 36px;
    object-fit: cover;
    overflow: hidden;
}

.section__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;

    z-index: -2;
}

.section__bg-image-filter {
    width: 100%;
    height: 938px;
    
    margin-top: 60px;

    position: absolute;
    top: 0;
    left: 0;

    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));

    z-index: -1;
}

.section__button-link {
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: fit-content;
    height: 60px;

    padding: 0 60px;

    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: var(--color-default);

    border: 2px solid var(--color-default);

    &:hover {
        text-decoration: none;
    }
}

.section__text-container {
    display: flex;
    flex-direction: column;

    gap: 24px;
}

.section__paragraph-title {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-size: 26px;
    line-height: 1.45;
    color: var(--color-text-primary);

    @media screen and (min-width: 640px) {
        width: 600px;
        font-size: 26px;
        line-height: 1.45;
    }

    @media screen and (min-width: 1200px) {
        width: 760px;
        font-size: 30px;
        line-height: 1.45;
    }
}

.section__paragraph-text {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-size: 16px;
    line-height: 1.45;
    color: var(--color-text-primary);

    @media screen and (min-width: 640px) {
        width: 600px;
        font-size: 18px;
        line-height: 1.45;
    }

    @media screen and (min-width: 1200px) {
        width: 760px;
        font-size: 20px;
        line-height: 1.45;
    }
}

.aside__container {
    padding: 30px 0;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: var(--color-background-primary);
}

.aside__container-text {
    width: 100%;

    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 26px;
    line-height: 1.5;
    color: var(--color-text-secondary);
    text-align: center;
    -webkit-font-smoothing: antialiased;
    padding: 0 20px;


    @media screen and (min-width: 640px) {
        width: 600px;
        padding: 1px 75px 10px;
    }

    @media screen and (min-width: 1200px) {
        width: 1160px;
    }

}

.aside__content {
    padding: 90px 20px 75px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    gap: 25px;

    @media screen and (min-width: 960px) {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;

    }
}

.aside__content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aside__content-title {
    font-size: 24px;
    text-align: center;
    line-height: 1.55;
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    color: var(--color-default);
}

.aside__content-link {
    width: fit-content;
    text-align: center;
    text-decoration: none;
    color: var(--color-text-tertiary);
    border-bottom: 2px solid var(--color-text-tertiary);
    font-size: 16px;
    font-family: 'Playfair Display', serif;
    font-weight: 300;

    @media screen and (min-width: 640px) {
        font-size: 18px;
    }

    @media screen and (min-width: 1200px) {
        font-size: 20px;
    }
}

.aside__content-image {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;

    @media screen and (min-width: 960px) {
        max-height: 525px;
        width: auto;
        margin: 0;
    }
}

.containers {
    padding: 120px 20px 45px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;

    background-color: var(--color-background-primary);

    @media screen and (min-width: 1200px) {
        padding-top: 180px;
    }
}

.containers__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.containers__text-title {
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    line-height: 1.23;
    text-align: center;
    color: var(--color-default);

    @media screen and (min-width: 640px) {
        font-size: 48px;
        width: 600px;
    }

    @media screen and (min-width: 960px) {
        width: fit-content;
    }
}

.containers__text-p {
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    line-height: 1.45;
    text-align: center;
    color: var(--color-default);

    @media screen and (min-width: 640px) {
        width: 600px;
    }

    @media screen and (min-width: 960px) {
        font-size: 22px;
    }

    @media screen and (min-width: 1200px) {
        font-size: 26px;
        width: 760px;
    }
}

.containers__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.containers__content-p {
    text-align: center;
    font-size: 12px;
    line-height: 1.45;
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    color: var(--color-default);

    @media screen and (min-width: 640px) {
        font-size: 14px;
        line-height: 1.55;
    }

    @media screen and (max-width: 960px) {
        max-width: 600px;
    }

    @media screen and (min-width: 961px) {
        max-width: 460px;
    }

    @media screen and (min-width: 1200px) {
        font-size: 15px;
    }
}

.containers__content-images {
    display: flex;
    flex-direction: column;
    gap: 20px;

    @media screen and (min-width: 960px) {
        flex-direction: row;
        justify-content: space-between;
    }
}

.containers__content-image {
    width: 300px;
    height: 320px;
    object-fit: cover;

    @media screen and (min-width: 960px) {
        width: 360px;
        height: 360px;
    }
}

.decorations {
    position: relative;
}

.decorations__image {
    width: 100%;
    height: 938px;
    object-fit: cover;
}

.decorations__content {
    width: fit-content;
    padding: 50px 54px 60px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;

    position: absolute;
    bottom: 0;
    right: 0;

    background-color: var(--color-background-secondary);
}

.decorations__content-text {
    max-width: 480px;

    text-transform: uppercase;
    font-size: 10px;
    color: var(--color-text-primary);
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    letter-spacing: 2.5px;

    @media screen and (min-width: 640px) {
        font-size: 14px;
    }
}

.decorations__content-title {
    max-width: 480px;

    font-size: 24px;
    line-height: 1.2;
    color: var(--color-text-primary);
    font-family: 'Playfair Display', serif;
    font-weight: 600;

    @media screen and (min-width: 640px) {
        font-size: 30px;
    }
}

.decorations__content-p {
    max-width: 480px;

    font-size: 14px;
    line-height: 1.45;
    color: var(--color-text-primary);
    font-family: 'Playfair Display', serif;
    font-weight: 300;

    @media screen and (min-width: 640px) {
        font-size: 16px;
    }

    @media screen and (min-width: 1200px) {
        font-size: 18px;
        line-height: 1.55;
    }
}

.slider {
    padding: 48px 0;
}

.slider__slide {
    width: 480px;

    display: flex;
    justify-content: center;

    @media screen and (max-width: 440px) {
        max-height: 640px;
    }

    @media screen and (min-width: 441px) {
        height: 640px;
    }
}

.slider__slide-text {
    height: 260px;
    width: 260px;

    display: flex;
    justify-content: center;
}

.slider__pag {
    position: relative;
    margin-top: 24px;
}

.swiper-pagination-bullet-active {
  background-color: var(--color-background-secondary);
}

.slider__button {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background-color: var(--color-slider-button-bg);
    content: "";

    &::after {
        content: "";
    }

    & svg {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        stroke: var(--color-default);
    }

    @media screen and (min-width: 1200px) {
        width: 40px;
        height: 40px;

        & svg {
            width: 24px;
            height: 24px;
        }
    }
}

.plants__title {
    width: 100%;
}

.plant__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.65;
    text-transform: uppercase;
}

.footer {
    background-color: var(--color-background-footer);
    padding: 80px 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.footer__text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 74px;

    @media screen and (min-width: 640px) {
        gap: 104px;
    }
}

.footer__text-block-title {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 38px;
    text-align: center;
    color: var(--color-text-primary);
    text-transform: uppercase;

    @media screen and (min-width: 640px) {
        width: 600px;
        font-size: 70px;
        line-height: 70px;
    }

    @media screen and (min-width: 1200px) {
        width: 1160px;
        font-size: 104px;
        line-height: 130px;
    }
}

.footer__text-block-text {
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.45;
    text-align: center;
    color: var(--color-text-primary);

    @media screen and (min-width: 640px) {
        font-size: 18px;
        width: 600px;
        padding: 0 120px;
    }

    @media screen and (min-width: 1200px) {
        width: 700px;
        font-size: 20px;
        line-height: 1.55;
        padding: 0;
    }

}

.footer__button {
    display: block;
    height: 64px;
    width: fit-content;

    padding: 0 40px;

    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 18px;
    color: var(--color-text-primary);
    align-content: center;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    outline: none;
    border: 3px solid var(--color-text-primary);
    box-shadow: 0px 2px 3px rgba(0, 11, 48, 0.25);

    &:hover {
        text-decoration: none;
    }

    @media screen and (min-width: 640px) {
        font-size: 30px;
        height: 104px;
        padding: 0 90px;
    }
}

.footer__contacts {
    width: 100%;

    display: flex;
    justify-content: space-between;

    @media screen and (min-width: 640px) {
        width: 600px;
    }

    @media screen and (min-width: 1200px) {
        width: 960px;
    }
}

code {
    font-family: 'Times New Roman', Times, serif;
    font-optical-sizing: auto;
    font-weight: 600;
}

.footer__contacts-1 {
    width: 50%;

    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer__contacts-1-link {
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    font-size: 14px;
    color: var(--color-text-primary);
    text-decoration: none;

    &:hover {
        text-decoration: none;
    }

    @media screen and (min-width: 1200px) {
        font-size: 16px;
    }
}

.footer__contacts-1-link-tel {
    font-family: 'Times New Roman', Times, serif;
    font-optical-sizing: auto;
    font-weight: 300;
}

.footer__contacts-2 {
    width: 50%;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.footer__contacts-2-text {
    color: var(--color-text-primary);
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    font-size: 14px;

    & code {
        font-weight: 300;
    }

    @media screen and (min-width: 1200px) {
        font-size: 16px;
    }
}

.authors {
    padding: 45px 20px 25px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;


    gap: 25px;

    @media screen and (min-width: 960px) {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 40px;

    }
}

.authors__text {
    max-width: 480px;

    display: flex;
    flex-direction: column;
    gap: 20px;

    @media screen and (min-width: 960px) {
        max-width: 640px;
    }
}

.authors__text-p {
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    font-size: 16px;
    font-optical-sizing: auto;
    color: var(--color-default);
    line-height: 1.5;

    @media screen and (min-width: 640px) {
        font-size: 18px;
    }

    @media screen and (min-width: 960px) {
        font-size: 20px;
    }

    @media screen and (min-width: 1200px) {
        font-size: 22px;
    }
}

@keyframes arrow-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-1rem);
        transform: translateY(1rem);
    }

    55% {
        -webkit-transform: translateY(-1rem);
        transform: translateY(1rem);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}