/* offer-section */
.fw__offer-section{
    overflow: hidden;
}
.fw__offers {
    /* display: flex; */
    justify-content: space-between;
    gap: 0.625rem;
    padding-top: 0.938rem;
    max-width: 102.5rem;
    margin: 0 auto;
    overflow: unset;
}
.fw__offers__content h3 {
    font-size: 1.875rem;
    text-align: left;
    color: var(--secondary-color);
}

.fw__offer__header span {
    color: #FFB1FF;
}

.fw__offers__content p {
    font-size: 1.25rem;
    width: 100%;
}

.fw__offers__content a {
    color: #E60000;
    transition: all 0.3s ease-in-out;
}

.fw__offers__content a:hover{
    color:#000;
    transition: all 0.5s ease-in-out;
}

.fw__homeleisure__img, 
.fw__taste__img, 
.fw__offer__img {
    position: relative;
    padding-top: 100%;
}

.fw__taste__img img,
.fw__homeleisure__img img,
.fw__offer__img img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.fw__offer__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    pointer-events: none; 
}

.fw__offer__img:hover::before {
    border-color: #F9B1FF;
    transform: scale(1.08);
}

.fw__offer-section,
.fw__homeleisure-section {
    background-color: #FFFEF6;
    padding-top: 2.625rem;
}


/* home&leisure */
.fw__taste__content h3,
.fw__offers__content h3,
.fw__homeleisure__content h3 {
    
    color: var(--secondary-color);
}
.fw__offers__content p,
.fw__homeleisure__content p,
.fw__taste__content p{
    margin-bottom: 1.875rem;
    color: var(--secondary-color);
}
/*.fw__taste__content p{*/
/*    margin: 0;*/
/*}*/
.fw__taste__content p + p,
.fw__offers__content p + p,
.fw__homeleisure__content p + p {
    margin: 0;
}
.fw__homeleisure-section {
    padding-top: 5.375rem;
    padding-bottom: 4.125rem;
    border-bottom: 2px solid var(--secondary-color);
    overflow: hidden;
}
.fw__homeleisure {
    display: flex;
    justify-content: space-between;
    gap: 2.5rem;
    padding-top: 0.75rem;
    overflow: unset;
}
.fw__taste{
    padding-top: 0.75rem;
    overflow: unset;
}
.fw__taste__content,
.fw__homeleisure__content {
    padding-top: 2rem;
}

.fw__homeleisure__header span {
    color: #D5E895;
}


.fw__homeleisure__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    pointer-events: none; 
}

.fw__homeleisure__img:hover::before{
    border-color: #D5E895;
     transform: scale(1.08);;
}

.fw__taste__content a,
.fw__homeleisure__content a {
    color: #E60000;
}

.fw__taste__content a:hover,
.fw__homeleisure__content a:hover {
    color: #000;
}

.fw__offers__content{
    padding-top: 2rem;
}


/* taste */
.fw__taste-section {
    padding-top: 5.188rem;
    overflow: hidden;
}
.fw__taste__header span {
    color: #FFD4B9;
}

.fw__taste {
    display: flex;
    justify-content: flex-start;
    gap: 2.875rem;
}

.fw__taste__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    pointer-events: none; 
}
.fw__offer--header--data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.875rem;
    margin-bottom: 1.875rem;
}
.fw__offer--header--data h3 {
    margin-bottom: 0;
}
.fw__taste__img:hover::before{
    border-color:#FAD4B9;
     transform: scale(1.08);;
}
.fw__styleslider--button .stylebutton{
    position: static;
    margin: 0;
    width: auto;
    height: auto;
    display: block;
}
.fw__styleslider--button {
    display: flex;
    gap: 1.438rem;
}
.fw__styleslider--button img{
    width: 3.063rem;
    height: auto;
}
.fw__styleslider--button .stylebutton::after{
    display: none;
}
.fw__company--logo {
    bottom: 0px;
}


.fw__company--logo img {
    /*position: relative;*/
    /*width: 100%;*/
    /*height: auto;*/
    object-fit: contain;
    padding: 1.5rem;
}

footer {
    padding-top: 6.5rem;
}
.fw__footer--design {
    bottom: calc(100% - 7rem);
}
.style-slide {
    opacity: 0.3;
    transition: all 0.5s ease-in-out;
}

.swiper-slide.style__multi-active {
    opacity: 1;
    transition: opacity 0.3s;
}
/* .fw__homeleisure .swiper-wrapper .swiper-slide{
    margin-right: 2.813rem;
} */
@media(max-width: 1200px){
    /*.fw__hero-banner {*/
    /*    min-height: 18.5rem;*/
    /*    position: relative;*/
    /*    padding-top: 0.625rem;*/
    /*}*/
    .fw__hero-banner img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: cover;
    }
    .fw__homeleisure-section,
    .fw__taste-section,
    .fw__offer-section {
        padding-left: 3.813rem;
    }
    .fw__taste__img,
    .fw__offer__img,
    .fw__homeleisure__img {
        /*min-height: 310px;*/
        width: 100%;
        aspect-ratio: 1;
    }
    .fw__taste__img>img,
    .fw__offer__img>img,
    .fw__homeleisure__img>img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}
@media(max-width: 991px){
    .fw__offer__img::before,
    .fw__taste__img::before,
    .fw__homeleisure__img::before {
        display: none;
    }
    .fw__taste-section .container,
    .fw__homeleisure-section .container {
        padding: 0 61px 0 0;
    }    
    .fw__homeleisure-section{
        padding-top: 71px;
    }
    .fw__offer-section {
        padding-top: 55px;
    }
    .fw__taste-section{
        padding-top: 32px;
    }
    .fw__homeleisure-section {
        padding-bottom: 39px;
    }
    footer {
        padding: 0;
    }
}
@media(max-width: 768px){
    .fw__offer-section .container,
    .fw__taste-section .container,
    .fw__homeleisure-section .container {
        padding: 0;
    }
    .fw__offer--header--data {
        padding-right: 61px;
    }
    .fw__taste__content,
    .fw__homeleisure__content {
        padding-top: 1.125rem;
    }
    .fw__taste__content p,
    .fw__offers__content p,
    .fw__homeleisure__content p {
        margin-bottom: 1.875rem;
        font-size: 18px;
    }
    .fw__offer--header--data h3,
    .fw__homeleisure-section .fw__offer--header--data h3 {
        font-size: 14px;
    }
    .fw__styleslider--button {
        gap: 20px;
    }
    .fw__styleslider--button img,
    .fw__homeleisure-section .fw__styleslider--button img {
        width: 33px;
    }
    .fw__offers,
    .fw__homeleisure,
    .fw__taste {
        padding-top: 0;
    }
    .fw__hero--data h3 {
        max-width: 270px;
        margin-inline: auto;
    }
    .fw__hero--data br {
        display: none;
    }
    .fw__offers__content h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .fw__offers__content {
        padding-top: 18px;
    }
}
@media(max-width: 429px){
    .fw__homeleisure-section, .fw__taste-section, .fw__offer-section {
        padding-left: 0;
    }
    .fw__offer-section .container,
    .fw__taste-section .container,
    .fw__homeleisure-section .container {
        padding: 0 15px;
    }
    .fw__offer--header--data {
        padding-right: 0;
    }
}