/* 1440px – 1600px */
@media (min-width: 90.01rem) and (max-width: 106rem) {
    .collection__image {
        height: 300px;
    }
    .swiper__navigation {
        gap: 400px;
    }

}
@media (min-width: 85.375rem) and (max-width: 89.9375rem) { /* 1366px – 1439px */
    .collection__image {
        height: 250px;
    }
    .swiper__navigation {
        gap: 350px;
    }
}

/* 1440px ir daugiau */
@media (min-width: 90rem) { /* 1440px+ */
    /* CSS labai dideliems ekranams */
}

/* 1280px – 1365px */
@media (min-width: 80rem) and (max-width: 85.375rem) { /* 1280px – 1365px */
    .collection__image {
        height: 250px;
    }
	.swiper-slide.collection__slide:not(.swiper-slide-active) .collection__image {
	    max-height: 120px;
	}
    .swiper__navigation {
        gap: 350px;
    }
}

/* 1024px – 1279px */
@media (min-width: 64rem) and (max-width: 79.9375rem) { /* 1024px – 1279px */
    .collection__image {
        height: 200px;
    }
	.swiper-slide.collection__slide:not(.swiper-slide-active) .collection__image {
	    max-height: 120px;
	}
    .swiper__navigation {
        gap: 300px;
    }
    section.reviews .review__item.index-1 {
        top: 50px;
    }
    .footer__upper .footer__wrapper .footer__content h3.footer__heading {
        font-size: 30px;
    }
    .footer__upper .footer__wrapper .footer__content h4.footer__heading {
        font-size: 18px;
    }
    .footer__upper .footer__wrapper .footer__logo img {
        height: 90px;
    }
    .footer__contact-form,
    .footer__menu_content {
        padding-right: 30px;
        margin-right: 30px;
    }
    .footer__upper {
        padding-top: 150px;
    }
    section.reviews .review__item.index-3 {
        left: 0;
    }
    section.reviews .review__item.index-2 {
        bottom: 43%;
    }
}

/* 768px – 1023px */
@media (min-width: 48rem) and (max-width: 63.9375rem) { /* 768px – 1023px */
    section.hero .hero__media img {
        height: 250px;
        margin-top: -89px;
        margin-left: -19px;
    }
    section.hero .hero__content .hero__heading .hero__title span {
        font-size: 40px;
        line-height: 1.5;
    }
    .hero__heading__title {
        gap: 300px;
    }
    section.hero .hero__background {
        height: 650px;
    }
    .collection__image {
        height: 200px;
    }
	.swiper-slide.collection__slide:not(.swiper-slide-active) .collection__image {
	    max-height: 120px;
	}
    .swiper__navigation {
        gap: 300px;
    }
    section.reviews .review__item.index-1 .review__content__back {
        min-height: 155px;
    }
    section.reviews .review__item.index-1 {
        top: 50px;
        left: -50px;
    }
    section.reviews .review__item.index-2 {
        bottom: 33%;
    }
    .footer__upper .footer__wrapper .footer__content h3.footer__heading {
        font-size: 30px;
    }
    .footer__upper .footer__wrapper .footer__content h4.footer__heading {
        font-size: 18px;
    }
    .footer__upper .footer__wrapper .footer__logo img {
        height: 90px;
    }
    .footer__contact-form,
    .footer__menu_content {
        padding-right: 20px;
        margin-right: 20px;
    }
    .footer__upper {
        padding-top: 150px;
    }
    section.reviews .review__item.index-3 {
        left: -50px;
    }
    section.reviews .review__item.index-2 {
        bottom: 49%;
    }
    .footer__lower .footer__wrapper {
        grid-template-columns: 2fr 4fr 1fr;
    }
    section.reviews .review__item .review__author,
    section.reviews .review__item .review__text {
        font-size: 14px!important;
        line-height: 1.5!important;
    }
    section.reviews .review__item.index-2 .review__content__back {
        min-height: 130px;
    }
    section.reviews .review__item.index-3 .review__content__back {
        min-height: 140px;
    }
}

@media (min-width: 48.01rem) {
    .header.mobile{
        display: none;
    }
}
/* Max-width 767px (mobilūs telefonai) */
@media (max-width: 48rem) {
    .header.dekstop{
        display: none;
    }
    .header__menu-visible--active {
        right: 0 !important;
    }
    .header__menu-visible {
        padding: 30px;
        width: 70%;
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
        transition: right 0.4s ease-in-out;
        z-index: 1000;
        background-color: var(--pink);
    }
    section.hero .hero__content .hero__heading .hero__title span {
        font-size: 30px;
        line-height: 1.5;
    }
    section.hero .hero__media img {
        height: 200px;
        margin-top: 0px;
        margin-left: 0;
    }
    .hero__heading__title {
        gap: 30px;
    }
    section.hero .hero__content .hero__description br{
        display: none;
    }
    section.hero .hero__content .hero__description {
        font-size: 18px;
    }
    section.hero .hero__background {
        height: 700px;
    }
    section.hero .hero__background img {
        object-position: left;
    }
    .collection__image {
        height: 200px;
    }
	.swiper-slide.collection__slide:not(.swiper-slide-active) .collection__image {
	    max-height: 120px;
	}
    .swiper__navigation {
        gap: 300px;
    }
    .section__title {
        font-size: 30px;
        line-height: 1.2;
    }
    section.collection .section__title {
        padding: 0 15px 50px;
    }
    .about__wrapper {
        grid-template-columns: 1fr;
    }
    .about__content {
        padding: 50px;
    }
    .illusion {
        margin-top: -1px;
        padding-top: 30px;
    }
    .illusion__background {
        height: 660px;
    }
    .illusion__background img {
        object-position: left;
    }
    section.reviews .reviews__background img {
        min-height: 700px;
    }
    section.reviews .review__item {
        position: relative!important;
        top: unset!important;
        bottom: unset!important;
        left: unset!important;
        right: unset!important;
        margin-bottom: 15px;
    }
    section.reviews .review__item.index-1 .review__content__back ,
    section.reviews .review__item.index-3 .review__content__back ,
    section.reviews .review__item.index-2 .review__content__back {
        background-image: url(/wp-content/themes/itlentvaris/assets/img/review_pink.png)!important;
        min-height: 180px;
    }
    section.reviews .review__item.index-3 .review__author, section.reviews .review__item.index-2 .review__author,
    section.reviews .review__item.index-3 .review__text, section.reviews .review__item.index-2 .review__text {
        color: var(--white);
    }
    .reviews__list{
        padding-bottom: 0;
        position: absolute;
        top: 40px;
    }
    footer {
        background-size: cover;
        background-position: right;
    }
    .footer__upper .footer__wrapper {
        gap: 20px;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .footer__upper .footer__wrapper .footer__logo img {
        height: 100px;
    }
    .footer__upper .footer__wrapper .footer__content h3.footer__heading {
        font-size: 30px;
    }
    .footer__upper .footer__wrapper .footer__content h4.footer__heading {
        font-size: 16px;
    }
    .footer__lower .footer__wrapper {
        grid-template-columns: 1fr;
    }
    .footer__menu_content {
        border-right: unset;
        padding-right: unset;
        margin-right: unset;
        border-bottom: 1px solid var(--white);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .footer__menu .footer__menu-list {
        display: flex;
        justify-content: space-between;
        gap: 15px;
    }
    .footer__menu .footer__menu-list li {
        text-align: center;
    }
    .footer__upper {
        padding-top: 180px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .footer__contact-form {
        border-right: unset;
        padding-right: unset;
        margin-right: unset;
        border-bottom: 1px solid var(--white);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    form .labels__wrap {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .footer__socials{
        text-align: center;
    }
    .footer__socials .social__links {
        justify-content: center;
    }
    .footer__lower {
        padding-bottom: 20px;
    }
    .footer__copyright {
        line-height: 1.5;
        text-align: center;
    }
    section.reviews .review__item .review__content {
        max-width: 70%!important;
    }
	.swiper.collection__thumbs{
		width: 130%;
		overflow: visible;
	}


}
