.taste-the-experience {
    padding: 101px 0 120px 0;
    background-image: url(../../assets/images/taste-the-experience-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

@media (max-width: 1440px) {
    .taste-the-experience {
        padding: 100px 0 103px 0;
    }
}

@media (max-width: 768px) {
    .taste-the-experience {
        padding: 80px 0;
    }
}

@media (max-width: 568px) {
    .taste-the-experience {
        padding: 64px 0 80px 0;
    }
}

.taste-the-experience--title-wrap {
    max-width: 805px;
    position: relative;
}

@media (max-width: 1440px) {
    .taste-the-experience--title-wrap {
        max-width: 740px;
    }
}

@media (max-width: 1240px) {
    .taste-the-experience--wrap {
        flex-direction: column;
        gap: 48px;
    }
}

@media (max-width: 768px) {
    .taste-the-experience--title-wrap {
        padding-top: 14px;
        padding-left: 21px;
    }
}

@media (max-width: 568px) {
    .taste-the-experience--title-wrap {
        padding: 0;
        gap: 23px;
    }
}

.taste-the-experience--title,
.taste-the-experience--title-2 {
    font-family: "Cormorant Garamond", serif;
}

.taste-the-experience--title-2 {
    font-weight: 400;
    margin-left: 279px;
}

@media (max-width: 1440px) {
    .taste-the-experience--title-2 {
        margin-left: 220px;
    }
}

@media (max-width: 768px) {
    .taste-the-experience--title-2 {
        margin-left: 237px;
    }
}

@media (max-width: 568px) {
    .taste-the-experience--title-2 {
        margin-left: 121px;
    }
}

.taste-the-experience--decor-line {
    width: 29%;
    height: 1px;
    background: var(--color-white);
    position: absolute;
    right: -157px;
    top: 48px;
}

@media (max-width: 1440px) {
    .taste-the-experience--decor-line {
        width: 27%;
        right: -89px;
        top: 38px;
    }
}

@media (max-width: 1240px) {
    .taste-the-experience--decor-line {
        width: 190px;
        right: 25px;
        top: 38px;
    }
}

@media (max-width: 688px) {
    .taste-the-experience--decor-line {
        width: 232px;
        right: 0;
        top: unset;
        bottom: -24px;
    }
}

.taste-the-experience--slider.swiper-3d {
    perspective: 1200px;
    width: 100%;
    max-width: 619px;
}

@media (max-width: 1440px) {
    .taste-the-experience--slider.swiper-3d {
        max-width: 520px;
    }
}

@media (max-width: 768px) {

}

.taste-the-experience--slide {
    width: 532px;
    height: auto;
    box-sizing: border-box;
    will-change: transform;
    box-shadow: 0px 0px 0px 1px #DBA9910F,
    0px 10px 36px 0px #DBA99129;
    background: var(--color-light-cream);
    padding: 32px 32px 40px 32px;
    color: var(--color-dark-red-wine);
}

@media (max-width: 1440px) {
    .taste-the-experience--slide {
        width: 439px;
    }
}

@media (max-width: 568px) {
    .taste-the-experience--slide {
        width: 342px;
        padding: 24px 16px;
    }
}

.taste-the-experience--slide-quote-icon {
    width: 40px;
    height: 28px;
    margin-bottom: 24px;
}

.taste-the-experience--slide-text {
    margin-bottom: 88px;
}

@media (max-width: 1440px) {
    .taste-the-experience--slide-text {
        margin-bottom: 29px;
    }
}

@media (max-width: 568px) {
    .taste-the-experience--slide-text {
        margin-bottom: 26px;
    }
}

.taste-the-experience--slide-name {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.taste-the-experience--slide-bottom {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 1440px) {
    .taste-the-experience--slide-bottom {
        flex-wrap: wrap;
        gap: 0 8px;
    }
}

@media (max-width: 568px) {
    .taste-the-experience--slide-bottom {
        flex-wrap: nowrap;
        align-items: flex-end;
    }
}

.taste-the-experience--slide-bottom-date {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 568px) {
    .taste-the-experience--slide-bottom-date {
        min-width: 91px;
    }
}

.taste-the-experience--slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 110px;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .taste-the-experience--slider-controls {
        margin-top: 26px;
    }
}

@media (max-width: 568px) {
    .taste-the-experience--slider-controls {
        margin-top: 40px;
    }
}

.taste-the-experience--slider-controls-next,
.taste-the-experience--slider-controls-prev,
.taste-the-experience--slider-controls-next svg,
.taste-the-experience--slider-controls-prev svg {
    height: 24px;
    width: 24px;
    display: flex;
    cursor: pointer;
    user-select: none;
}

.taste-the-experience--slider-controls-prev svg {
    transform: rotate(180deg);
}

.taste-the-experience--slider-controls-next.swiper-button-disabled,
.taste-the-experience--slider-controls-prev.swiper-button-disabled {
    opacity: .6;
}

.taste-the-experience--wrap {
    display: flex;
    justify-content: space-between;
}