body { font-family: Roboto, sans-serif; color: #000; }

:root {
    --transition-footer: all 200ms 0ms cubic-bezier(0.25,0.1,0.25,1);
}

/*MAIN CLASSES*/

img { display: block; max-width: 100%; max-height: 100%; }

.text--eyebrow { font-size: 56px; }
.text--line-height-2 { line-height: 2; }
h1 { font-size: 1.4em; margin: 25px 0; }
h2 { font-size: 1.4em; }

.text--eyebrow,
h1,
h2,
h3,
h4 { font-family: Outfit, sans-serif; color: #51534e; }

.container--base { max-width: 1000px; margin: 0 auto; }
.container--space { padding-top: 120px; padding-bottom: 120px; }

/*MAIN CLASSES*/


/*HEADER*/

.header__container { border-bottom: 1px solid #b7dade; }
.header__banner { width: 100%; height: calc(100vh - 100px); position: relative; }
.header__background-img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.header__logo { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.header__logo-img { width: 100%; height: auto; }
.header__bar { position: relative; z-index: 10; display: flex; align-items: center; justify-content: center;
    transition: all 600ms 0ms cubic-bezier(0.25,0.1,0.25,1); height: 100px; }
.header__bar.is-fixed { position: fixed; top: 0; left: 0; right: 0; background: #b7dadeff; height: 60px;
    transition: all 600ms 0ms cubic-bezier(0.25,0.1,0.25,1); }
.header__bar-placeholder { display: none; }
.header__bar-placeholder.is-active { display: block; }

.top-bar--menu { margin: 0 auto; display: flex; justify-content: center; align-items: center; max-width: 1000px; width: 100%;  }
.top-bar--menu .menu { padding: 0; margin: 0; display: flex; justify-content: center; gap: 10px; list-style: none; width: 100%; }
.top-bar--menu .menu__item { font-size: 26px; font-weight: 500; flex: 1; max-width: 240px; text-align: center; }
.top-bar--menu .menu__link { color: #51534e; display: block; padding: 4px 0; border-bottom: 3px solid transparent; }
.top-bar--menu .menu__item .menu__link.is-active,
.top-bar--menu .menu__item.active-trail .menu__link,
.top-bar--menu .menu__item:hover .menu__link { border-bottom-color: #57850a; transition: all 350ms 0ms cubic-bezier(0.25,0.1,0.25,1); }

@media (max-width: 1200px) {
    .top-bar--menu { max-width: 600px; }
}

@media (max-width: 850px) {
    .top-bar--menu { max-width: 500px; }
}

@media (max-width: 750px) {
    .top-bar--menu { max-width: 400px; }
    .top-bar--menu .menu__item { font-size: 20px; }
}

@media (max-width: 650px) {
    .header__bar { height: 60px; }
    .top-bar--menu { max-width: 300px; margin: 0 auto 0 10px; }
    .top-bar--menu .menu__item { font-size: 16px; }
}

@media (max-width: 380px) {
    .header__bar { height: 60px; }
    .top-bar--menu { max-width: 260px; margin: 0 auto 0 10px; }
    .top-bar--menu .menu__item { font-size: 14px; }
}

#block-language { position: absolute; right: 25px; top: 50%; transform: translateY(-50%); z-index: 11; }
#block-language ul { padding: 0; margin: 0; list-style: none; display: flex; gap: 10px; }
#block-language a { border-bottom: 3px solid transparent; padding: 5px; font-weight: 700;
    transition: all 350ms 0ms cubic-bezier(0.25,0.1,0.25,1); }
#block-language a.is-active,
#block-language a:hover { border-bottom-color: #57850a; transition: all 350ms 0ms cubic-bezier(0.25,0.1,0.25,1); }

@media (max-width: 650px) {
    #block-language { right: 10px; }
    #block-language a { font-size: 16px; }
}

@media (max-width: 400px) {
    #block-language .is-active { display: none; }
}

@media (max-width: 380px) {
    #block-language { right: 10px; }
    #block-language a { font-size: 14px; }
}

/*HEADER*/

/*FOOTER*/

.footer { background: #acd7cd; min-height: 250px; }
.footer__container { padding: 120px 25px; }


/*FOOTER*/

/*TEXT*/

article { position: relative; }

.text--0 .text__content { padding: 25px; }

.text__container { border: 5px solid transparent; text-align: center; }
.text__wrapper { background: #fff; }
.text--parallax { border: 1px solid #fff; }
/*.text--parallax*/
.text--parallax .text__content { /*margin-bottom: 20px;*/ padding: 0 15px; }
.parallax--1 .text__content { display: flex; gap: 20px; flex-direction: column; }
.text__button { padding: 7px 20px; background: #467677; border-radius: 4px; color: #fff; font-size: 20px; cursor: pointer;
    transition: all 250ms 0ms cubic-bezier(0.42,0,0.58,1); display: inline-block; margin: 20px auto 10px;
    box-shadow: 0 4px 5px -2px #00000033,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f; text-transform: uppercase; }
.text__button:hover { background: #359d93; transition: all 250ms 0ms cubic-bezier(0.42,0,0.58,1) }


/*TEXT*/

/*PARALLAX*/
.page--2 .image-text--1 h2,
.page--4 .text--0 h1,
.page--3 .text--3 h2,
.page--2 .text--4 h2 { font-weight: 400; }
.page--1 .parallax--1 h2,
.page--3 .parallax--1 h2 { font-size: 3em; font-weight: 400; }
.page--1 .parallax--1 .text__button { text-transform: none; }

.parallax { position: relative; min-height: 100vh; overflow: hidden; }
.parallax__bg { position: absolute; inset: 0; background: var(--bg-image) no-repeat center /cover}
.parallax__container { position: relative; z-index: 1; min-height: 100vh; display: flex; justify-content: center; align-items: center; }
.parallax__content { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 20px; padding: 10px 0;}

/*PARALLAX*/

/*IMAGE TEXT*/

.image-text__wrapper { display: flex; border-top: 100px solid #e8d0c4; }
.image-text__image { border-left: 100px solid #e8d0c4; padding-bottom: 100px; width: 45%; }
.image-text__text { padding: 0 50px; display: flex; justify-content: center; align-items: center; width: 55%;
    flex-direction: column; }
.image-text__img { width: 100%; height: auto; }

@media (max-width: 990px) {
    .image-text__wrapper { flex-wrap: wrap; border-left: 100px solid #e8d0c4; }
    .image-text__image { width: 100%; order: 2; border: none; }
    .image-text__text { width: 100%; }
}

@media (max-width: 600px) {
    .image-text__wrapper { border-left: none; }
}

/*IMAGE TEXT*/

/*MENU*/

.menu-card__container { padding: 25px; }

.menu-card__title { font-weight: 400; text-align: center; margin-bottom: 50px; }
.menu-group__title { font-size: 2em; line-height: 1.3; background: #57850a3e; text-align: center; margin: 0; }
.menu-subgroup__title { font-size: 1.375em; line-height: 1.4; text-align: center; margin: 50px 0; }

.menu-subgroup { width: 100%; }
.menu-subgroups { margin-bottom: 50px; }
.menu-items { display: flex; flex-wrap: wrap; max-width: 1040px; margin: 50px auto; gap: 40px; justify-content: center; }
.menu-item__item { width: calc(50% - 20px); border-bottom: 1px dashed #00000078; }
.menu-item__label { font-weight: 700; font-size: 29px; color: #51534eff; font-family: Outfit, sans-serif; }
.menu-item__description { color: #00000084; font-size: 0.9em; }
.menu-item__price { font-size: 1.25em; }
.menu-item__container { display: flex; padding-bottom: 10px; gap: 10px; }
.menu-item__text { display: flex; justify-content: space-between; align-items: center; width: calc(100% - 40px);
    gap: 10px; }
.menu-item__icon { width: 40px; display: flex; align-items: center; }
.menu-item__icon img { width: 100%; height: auto; }

@media (max-width: 920px) {
    .menu-item__item { width: 100%; }
}

@media (max-width: 500px) {
    .menu-item__name { flex: 1; }
    .menu-item__price { flex: 0 0 80px; text-align: right; }
}

/*MENU*/

/*GALLERY*/

.gallery { margin: 100px auto; }
.gallery__container { display: flex; flex-wrap: nowrap; gap: 30px; padding: 25px; }
.gallery__container img { width: min(100%, 100vw, 750px); aspect-ratio: 0.9375; height: 100%; }

@media (max-width: 990px) {
    .gallery__container { flex-wrap: wrap; }
    .gallery__container img { width: calc((100% - 30px) / 2 ) }
}

@media (max-width: 450px) {
    .gallery__container img { width: 100% }
}

/*GALLERY*/

/*SHOP*/

.wines__container { padding: 25px; }
.wines__list { display: flex; flex-direction: column; gap: 60px; }

.wine__content { display: flex; gap: 30px; }
.wine__image { flex: 0 0 300px; display: flex; justify-content: center; align-items: center; }
.wine__img { width: 100%; height: 100%; object-fit: contain; }
.wine__text { flex: 1; display: flex; flex-direction: column; gap: 60px; text-align: center;
    font-family: Outfit, sans-serif; }
.wine__title { font-weight: 500; font-size: 32px; color: #51534e; }
.wine__alcohol { font-size: 22px; background: #57850a3e; font-weight: 500; color: #51534e; }
.wine__description { font-family: Roboto, sans-serif; }

@media (max-width: 650px) {
    .wine__image { flex: 0 0 200px; }
}

@media (max-width: 500px) {
    .wine { border-bottom: 1px dashed #000; padding-bottom: 20px; }
    .wine__content { flex-wrap: wrap; }
    .wine__image { flex: 0 0 100%; }
    .wine__text { flex: 0 0 100%; }
}

/*SHOP*/

/*CONTACT*/

.contact__container { padding: 25px; }
.contact__eyebrow { text-align: center; margin-bottom: 150px; }
.contact__title { text-align: center; margin-bottom: 50px; font-size: 27px; }
.contact form { display: flex; flex-direction: column; gap: 30px; width: 100%; }
.contact .js-form-item { display: flex; gap: 8px; font-family: Outfit, sans-serif; color: #51534e;
    flex-direction: column;}
.contact label { font-weight: 700; margin-bottom: 0; }
.contact textarea { width: 100%; }
.contact input:not(.form-submit),
.contact textarea { border: 1px solid #57850a; border-radius: 4px; padding: 4px; }
.contact .form-submit { padding: 7px 20px; border-radius: 4px; font-size: 20px; display: inline-block; cursor: pointer;
    transition: all 250ms 0ms cubic-bezier(0.42,0,0.58,1); margin: 20px auto 10px; border: none; color: #fff;
    background: #467677; box-shadow: 0 4px 5px -2px #00000033,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f;
    text-transform: uppercase; }
.contact .form-submit:hover { background: #359d93; transition: all 250ms 0ms cubic-bezier(0.42,0,0.58,1) }
.contact__info { margin-top: 50px; }

/*CONTACT*/

/*WHATSAPP*/

.whatsapp { width: auto; position: absolute; right: 0; top: 0; bottom: 0; padding: 0 10px 10px 0; margin-top: 10px; }
.whatsapp__container { border-radius: 100%; box-shadow: 0 4px 5px -2px #00000033,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f;
    z-index: 10; overflow: hidden; top: calc(100vh - 110px); aspect-ratio: 1; position: sticky; height: 100px;
    transition: all 300ms 2000ms cubic-bezier(0.25,0.1,0.25,1); }

@media (max-width: 500px) {
    .whatsapp { margin-top: -50px; }
    .whatsapp__container { height: 50px; top: calc(100vh - 60px); }
    .whatsapp__container img { width: 50px; height: 50px; }
}

/*WHATSAPP*/

/*FOOTER*/

.footer a { font-family: Roboto, sans-serif; color: #000000a1; font-weight: 700; transition: var(--transition-footer); }
.footer a:hover { color: #000000; var(--transition-footer); }

.footer__container { display: flex; flex-direction: column; gap: 40px; }
.footer__top { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }

.footer__socials { display: flex; gap: 10px; }
.footer__socials .social__img { transition: var(--transition-footer); }
.footer__socials .social__img:hover { transform: scale(1.2); var(--transition-footer); }

.footer__bottom { display: flex; gap: 20px; }
.footer__bottom .footer--part { flex: 0 0 calc((100% - 40px) / 3); }

.footer__label { text-transform: uppercase; font-weight: 700; font-size: 18px; letter-spacing: 2px; }

.footer__content p { display: flex; align-items: center; gap: 15px; }
.footer__content p > span:first-child { display: flex; width: 50px; height: 50px; justify-content: center; align-items: center;
    background: #ffffff1b; border-radius: 100%; flex: 0 0 50px; }
.footer__content p > span:last-child { color: #000000a1; transition: var(--transition-footer); font-weight: 700; }
.footer__content p:hover > span:last-child { color: #000000; transition: var(--transition-footer); }
.footer__content img { width: 30px; height: auto; opacity: .63; transition: var(--transition-footer); }
.footer__content p:hover img { opacity: 1;var(--transition-footer); }

.footer__menu ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 15px; }
.footer__menu a { display: flex; align-items: center; gap: 15px; cursor: pointer; }
.footer__menu .menu__arrow { width: 50px; height: 50px; border-radius: 100%; display: flex; justify-content: center;
    align-items: center; background: #ffffff1b; color: #000000a1; transition: var(--transition-footer); }
.footer__menu li:hover .menu__arrow { color: #000000; transition: var(--transition-footer); }

@media (max-width: 768px) {
    .footer__bottom { flex-wrap: wrap; }
    .footer__bottom .footer__left { flex: 0 0 100%; }
    .footer__bottom .footer__middle,
    .footer__bottom .footer__right { flex: 0 0 calc(50% - 10px); }
}

/*FOOTER*/

/*NEWS*/

.banner__container { padding: 25px; }
.banner__title { font-weight: 400; text-align: center; }
.banner__date { text-align: center; margin-bottom: 50px; }

.articles { margin: 50px 0; }
.articles__container { display: flex; flex-wrap: wrap; gap: 20px; padding: 25px; }
.article { flex: 0 0 calc((100% - 40px) / 3); border: 1px solid #000000a1; color: #51534e; display: flex; padding: 10px;
    flex-direction: column; text-align: center; border-radius: 5px; gap: 15px; transition: var(--transition-footer); }
.article:hover { border-color: #57850a; transition: var(--transition-footer); }
.article__title { font-weight: 600; font-size: 22px; }
.article:hover .article__title { color: #57850a; transition: var(--transition-footer); }
.article__date { font-size: 20px; }

.image__container { display: flex; justify-content: center; align-items: center; margin-bottom: 50px; padding: 25px;}
.image__container img { height: auto; }

.news { margin-bottom: 30px; color: #51534e; }
.news__container { padding: 25px; }

.back { margin-bottom: 50px; }
.back__container { display: flex; justify-content: center; align-items: center; }
.back__container .text__button { margin-top: 0; }

@media (max-width: 800px) {
    .article { flex: 0 0 calc((100% - 20px) / 2); }

    .banner__title { font-size: 32px; }
}

@media (max-width: 550px) {
    .article { flex: 0 0 100%; }
}

/*NEWS*/