/* =========================
   Avenir Next font family
   ========================= */

@font-face {
    font-family: 'Avenir Next Regular';
    src: url('../assets/fonts/AvenirNextWorld-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Medium';
    src: url('../assets/fonts/AvenirNextWorld-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Bold';
    src: url('../assets/fonts/AvenirNextWorld-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* =========================
   CooperBlack font family
   ========================= */

@font-face {
    font-family: 'CooperBlack-Std';
    src: url('../assets/fonts/CooperBlack-Std.otf') format('opentype');
    font-style: normal;
    font-display: swap;
}

/* =========================
   Header
   ========================= */

.header__menu{
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
}
.lang-switcher li:hover a{
    color: var(--white);
}
.lang-switcher li:not(:last-child){
    padding-bottom: 10px;
}
.lang-switcher li a{
    color: var(--brown);
    font-size: 16px;
    line-height: 22px;
    font-family: 'Avenir Next Regular';
    text-transform: uppercase;
    transition: all 0.2s;
}
.lang-switcher{
    display: block;
    position: absolute;
    right: 0;
    list-style: none;
    width: 70.52px;
    border: 1px solid var(--brown);
    border-radius: 10px;
    margin-top: 6px;
    padding: 7px 14px;
}
div.current-lang {
    color: var(--brown);
    font-size: 16px;
    line-height: 22px;
    font-family: 'Avenir Next Regular';
    position: relative;
    border-radius: 10px;
    border: 1px solid;
    padding: 7px 14px;
    cursor: pointer;
}
.header__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 0;
}
.header__menu-list li:not(.treatwell) a:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}
.header__menu-list li a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--brown);
    bottom: -3px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
.header.mobile .header__menu-list li a{
    color: var(--brown);
    font-size: 22px;
    line-height: 1.2;
    font-family: 'Avenir Next Regular';
    position: relative;
}
.header.mobile .mobile_header__actions{
    display: flex;
    align-items: end;
    gap: 15px;
    position: relative;
}
.header.mobile .header__logo img{
    width: 180px;
}

.header__action--lang {
    position: relative;
}
.header.mobile .lang-switcher {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10001;
}
.header.mobile .header__wrapper {
    padding: 15px 0;
    z-index: 99;
    position: relative;
}
.header.mobile .header__open-menu img{
    width: 30px;
}
.header.mobile .header__close{
    position: absolute;
    top: 1em;
    right: 1em;
    width: 30px;
}
.header.mobile .header__menu-list{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 60px;
}
.header__menu .header__menu-list li a{
    color: var(--brown);
    font-size: 16px;
    line-height: 22px;
    font-family: 'Avenir Next Regular';
    position: relative;
}

.header__menu .header__menu-list{
    list-style: none;
    display: inline-flex;
    gap: 40px;
}
.header__menu-visible {
    pointer-events: none;
}

.header__menu-visible--active {
    pointer-events: auto;
}

.header{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
/* =========================
   Hero
   ========================= */

section.hero .hero__content .hero__description{
    font-family: 'Avenir Next Regular';
    font-size: 23px;
    line-height: 31px;
    text-align: center;
    color: var(--white);
    padding-top: 20px;
}
.hero__heading{
    position: relative;
}
.hero__heading__title{
    position: relative;
    justify-content: center;
    gap: 400px;
    display: flex;
}
section.hero .hero__media img{
    height: 430px;
    object-fit: contain;
    margin-top: -100px;
    margin-left: -65px;
    z-index: 1;
    position: relative;
}
section.hero .hero__content .hero__heading .hero__title span{
    font-family: 'CooperBlack-Std';
    font-size: 75px;
    line-height: 72px;
    color: var(--white);
}
section.hero .hero__content{
    padding-top: 150px;

    position: relative;
}
section.hero .hero__button__wrap{
    position: relative;
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
    /*z-index: 9999;*/
}
section.hero .hero__media {
    text-align: center;
}
section.hero .hero__background{
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 850px;
    z-index: -1;

    inset: 0;
    overflow: hidden;
}
section.hero .hero__background img{
    position: absolute;
    top: 0; left: 0;
    width: 120%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
section.hero{
    position: relative;

}
/* =========================
   Collection
   ========================= */
.swiper {
    width: 100%;
    height: 100%;
}
section.collection {
    background-color: var(--white);
    margin-top: 200px;
    overflow: visible;
    position: relative;
    text-align: center;
}
section.collection .section__title{
    padding-bottom: 50px;
}
section.collection .section__heading {
    margin-bottom: 6px;
    padding-top: 30px;
}
.collection__slider {
    position: relative;
}
.swiper__navigation{
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 600px;
}
.swiper.collection__swiper .swiper-wrapper{
	align-items: center;
}
.swiper-slide.collection__slide:not(.swiper-slide-active) .collection__image {
	    max-height: 250px;
}
.collection__image {
    height: 350px;
    object-fit: contain;
}
.collection__thumbs .swiper-wrapper{
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 12px;
}
.collection__thumb:hover {
    background-color: var(--brown);
}
.collection__thumb {
    border-radius: 20px;
    background-color: var(--pink);
    width: 78px !important;
    height: 78px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}
.collection__thumb-image {
    width: 50px;
    object-fit: contain;
}
.collection__arrow {
    width: 46px;
    height: 46px;
}
.collection__swiper .swiper-slide-active ~ .collection__arrow,
.collection__swiper .swiper-slide-active {
    pointer-events: auto;
}

.collection__slider:hover .collection__arrow {
    opacity: 1;
    pointer-events: auto;
}

/* =========================
   About
   ========================= */
.about__wrapper .about__image {
    height: 100%;
}
.about__wrapper .about__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about__wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: var(--pink);
    align-items: center;
}
.about__content .section__title{
    padding-bottom: 40px;
}
.about__content{
    padding: 80px;
}
.about__button-wrap{
    position: relative;
    width: fit-content;
    display: flex;
}
.about-action__wrap{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

/* =========================
   Illiusion
   ========================= */
.illusion .illusion__icon img{
    width: 80px;
    margin-bottom: 60px;
    position: relative;

}
.illusion .description {
    margin-bottom: 30px;
    position: relative;
}
.illusion .section__title{
    padding-bottom: 15px;
    position: relative;
}
.illusion .container{
    position: relative;
    z-index: 3;
}

.illusion{
    padding-top: 67px;
    text-align: center;
    position: relative;
}
.illusion__image{
    position: relative;
}
.illusion__background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 850px;
    inset: 0;
    overflow: hidden;
    z-index: 2;
}
.illusion__background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    object-fit: cover;
}
/* =========================
   Socials
   ========================= */
section.socials{
    position: relative;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 100px;
    overflow: visible;
    background-image: url('/wp-content/themes/itlentvaris/assets/img/fruit_background.svg');
}
.socials .description_md {
    padding: 35px 0 40px;
}
.social__links .social__item:hover{
    background-color: var(--brown);

}
.social__links .social__item{
    background-color: var(--pink);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .3s ease;


}
.social__item img{
    height: 30px;
    width: 30px;
    object-fit: contain;
    top: 2px;
    position: relative;
}
.social__links{
    display: flex;
    gap: 20px;
    justify-content: center;
}
/* =========================
   Reviews
   ========================= */
section.reviews .reviews__background img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
section.reviews .review__item.index-1 .review__content{
    margin: 0 auto;
    max-width: 60%;
    margin-top: -40px;
}
section.reviews .review__item.index-1 {
    position: absolute;
    top: 130px;
}
section.reviews .review__item.index-1 .review__content__back{
    background-image: url('/wp-content/themes/itlentvaris/assets/img/review_pink.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 200px;
    position: relative;
    display: flex;
    align-items: center;
}
section.reviews .review__item.index-1 .review__author{
    font-family: 'Avenir Next Medium';
    color: var(--white);
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}
section.reviews .review__item.index-1 .review__text{
    font-family: 'Avenir Next Regular';
    color: var(--white);
    font-size: 16px;
    line-height: 30px;
}
section.reviews .review__item.index-1 {
    position: absolute;
    top: 130px;
}
section.reviews .review__item.index-3 .review__content,
section.reviews .review__item.index-2 .review__content{
    margin: 0 auto;
    max-width: 60%;
    margin-top: -40px;
}
section.reviews .review__item.index-3 .review__content__back{
    background-image: url('/wp-content/themes/itlentvaris/assets/img/review_white_left.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 160px;
    position: relative;
    display: flex;
    align-items: center;
}
section.reviews .review__item.index-2 .review__content__back{
    background-image: url('/wp-content/themes/itlentvaris/assets/img/review_white.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 160px;
    position: relative;
    display: flex;
    align-items: center;
}
section.reviews .review__item.index-3 .review__author,
section.reviews .review__item.index-2 .review__author{
    font-family: 'Avenir Next Medium';
    color: var(--brown);
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}
section.reviews .review__item.index-3 .review__text,
section.reviews .review__item.index-2 .review__text{
    font-family: 'Avenir Next Regular';
    color: var(--brown);
    font-size: 16px;
    line-height: 30px;
}
section.reviews .review__item.index-3 {
    position: absolute;
    bottom: 20%;
    left: 10%;
}
section.reviews .review__item.index-2 {
     position: absolute;
     bottom: 20%;
     right: 0;
 }
.reviews__background{
    position: relative;
}
section.reviews{
    position: relative;
    margin-bottom: -130px;
}
/* =========================
   Footer
   ========================= */
footer{
    position: relative;
    background-image: url('/wp-content/themes/itlentvaris/assets/img/footer_background.svg');
    background-size: cover;
    background-position: top;
    background-repeat: unset;
    min-height: fit-content;
    width: 100%;
}
.footer__upper .footer__wrapper .footer__content h4.footer__heading{
    font-family: 'Avenir Next Medium';
    color: var(--white);
    font-size: 20px;
    line-height: 1.2;
}
.footer__upper .footer__wrapper .footer__content h3.footer__heading{
    font-family: 'CooperBlack-Std';
    color: var(--white);
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 12px;
}
.footer__upper {
    padding-top: 200px;
    border-bottom: 1px solid var(--white);
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.footer__upper .footer__wrapper .footer__logo img{
    height: 136px;
    object-fit: contain;
}
.footer__upper .footer__wrapper{
    display: flex;
    gap: 60px;
    align-items: center;
}
.footer__lower .footer__wrapper{
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
}
form .labels__wrap .labels-left{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
form .labels__wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
}
.wpcf7-email::placeholder,
.wpcf7-text::placeholder{
    font-family: 'Avenir Next Regular';
    color: var(--white);
    font-size: 14px;
    line-height: 1;
}
.wpcf7-email,
.wpcf7-text{
    width: 100%;
    font-family: 'Avenir Next Regular';
    color: var(--white);
    font-size: 14px;
    line-height: 1;
    border-radius: 10px;
    border: 1px solid var(--white);
    background-color: transparent;
    padding: 8px 20px;
}
.wpcf7-submit:hover{
    background-color: var(--brown);
    border: 1px solid var(--brown);
    color: var(--white);
}
.wpcf7-submit{
    font-family: 'Avenir Next Medium';
    border-radius: 10px;
    padding: 14px 18px;
    transition: all 0.2s;
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--brown);
    min-width: 103px;
    cursor: pointer;
}
form textarea::placeholder{
    font-family: 'Avenir Next Regular';
    color: var(--white);
    font-size: 14px;
    line-height: 1;
}
form textarea{
    width: 100%;
    font-family: 'Avenir Next Regular';
    color: var(--white);
    font-size: 14px;
    line-height: 1;
    border-radius: 10px;
    border: 1px solid var(--white);
    background-color: transparent;
    padding: 8px 20px;
    height: 105px;
}
footer .footer__title{
    font-family: 'Avenir Next Bold';
    color: var(--white);
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}
.wpcf7-response-output{
    font-family: 'Avenir Next Regular';
    color: var(--white);
}
.wpcf7-not-valid-tip{
    margin-top: 5px;
    font-family: 'Avenir Next Regular';
}
.footer__menu .footer__menu-list li a:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}
.footer__menu .footer__menu-list li a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--white);
    bottom: -3px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
.footer__menu .footer__menu-list li a {
    color: var(--white);
    font-size: 16px;
    line-height: 22px;
    font-family: 'Avenir Next Regular';
    position: relative;
}
.footer__menu .footer__menu-list li{
    padding-bottom: 15px;
}
.footer__menu .footer__menu-list{
    list-style: none;
}
.footer__menu_content{
    border-right: 1px solid var(--white);
    padding-right: 60px;
    margin-right: 60px;
}
.footer__contact-form{
    border-right: 1px solid var(--white);
    padding-right: 60px;
    margin-right: 60px;
}
.footer__socials .social__links {
    justify-content: flex-start;
}
.footer__socials .social__links .social__item {
    background-color: transparent;
}
.footer__socials .social__item img {
    height: 40px;
    width: 40px;
}
.footer__lower{
    padding-bottom: 60px;
}
.footer__copyright{
    background-color: var(--pink);
    padding: 8px 0;
    color: var(--brown);
    font-size: 14px;
    line-height: 1;
    font-family: 'Avenir Next Regular';
}
/* =========================
   Default page
   ========================= */

.error404 .section_page_title,
.page-template-default .section_page_title {
    margin-bottom: 30px;
}
.error404 main,
.page-template-default main {
    min-height: 30vh;
    padding: 60px 0;
}
.error404 .header,
.page-template-default .header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--pink);
}