* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Afacad', sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    line-height: 1.5;
    font-weight: 300;
    font-size: 14px;
    color: #FF5000;
    background: #FFFAE6;
    overflow-x: hidden;

    /* ✅ hide horizontal scroll */
    &::-webkit-scrollbar {
        width: 0px;
    }

    &::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    &::-webkit-scrollbar-thumb {
        background: #888;
    }

}

.container-fluid {
    /* max-width: 1821px; */
    max-width: 1520px;
}

.container {
    /* max-width: 1546px; */
    max-width: 1320px;
}

main {
    min-height: calc(100vh - 425px);
    /* 432px is the height of the footer */
}

img {
    max-width: 100%;
}

.subtitle-text {
    font-style: normal;
    font-weight: 700;
    font-size: 160px;
    line-height: 160px;
    letter-spacing: -0.02em;
    color: #FFFAE6;
}

@media (max-width: 1550px) {
    .subtitle-text {
        font-size: 140px;
        line-height: 140px;
    }
}

@media (max-width: 1366px) {
    .subtitle-text {
        font-size: 130px;
        line-height: 120px;
    }
}

@media (max-width: 1228px) {
    .subtitle-text {
        font-size: 100px;
        line-height: 100px;
    }
}

@media (max-width: 1199px) {
    .subtitle-text {
        font-size: 90px;
        line-height: 80px;
    }
}

@media (max-width: 991px) {
    .subtitle-text {
        font-size: 80px;
        line-height: 65px;
    }
}

@media (max-width: 767px) {
    .subtitle-text {
        font-size: 75px;
        line-height: 55px;
    }
}

@media (max-width: 575px) {
    .subtitle-text {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 420px) {
    .subtitle-text {
        font-size: 40px;
        line-height: 40px;
    }
}

.aperol-paragraph-text {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFAE6;
}

@media (max-width: 1550px) {
    .aperol-paragraph-text {
        font-size: 26px;
        line-height: 105%;
    }
}

@media (max-width: 1366px) {
    .aperol-paragraph-text {
        font-size: 24px;
        line-height: 95%;
    }
}

@media (max-width: 1228px) {
    .aperol-paragraph-text {
        font-size: 22px;
        line-height: 90%;
    }
}

@media (max-width: 1199px) {
    .aperol-paragraph-text {
        font-size: 20px;
        line-height: normal;
    }
}

@media (max-width: 991px) {
    .aperol-paragraph-text {
        font-size: 18px;
        line-height: normal;
    }
}

@media (max-width: 575px) {
    .aperol-paragraph-text {
        font-size: 18px;
        line-height: normal;
    }
}

.subtitle50 {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFAE6;
    text-align: center;
}

@media (max-width: 1550px) {
    .subtitle50 {
        font-size: 45px;
        line-height: normal;
    }
}

@media (max-width: 1366px) {
    .subtitle50 {
        font-size: 40px;
        line-height: normal;
    }
}

@media (max-width: 1228px) {
    .subtitle50 {
        font-size: 35px;
        line-height: normal;
    }
}

@media (max-width: 1199px) {
    .subtitle50 {
        font-size: 30px;
        line-height: normal;
    }
}

@media (max-width: 991px) {
    .subtitle50 {
        font-size: 25px;
        line-height: normal;
    }
}

@media (max-width: 767px) {
    .subtitle50 {
        font-size: 22px;
        line-height: normal;
    }
}

@media (max-width: 575px) {
    .subtitle50 {
        font-size: 20px;
        line-height: normal;
    }
}

@media (max-width: 420px) {
    .subtitle50 {
        font-size: 18px;
        line-height: normal;
    }
}

/* section 1 */
.aperol-iframe-banner-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 3;
}

@media (max-width: 767px) {
    .aperol-iframe-banner-wrapper {
        height: 70vh;
    }
}

@media (max-width: 575px) {
    .aperol-iframe-banner-wrapper {
        height: 75vh;
    }
}

@media (max-width: 420px) {
    .aperol-iframe-banner-wrapper {
        height: 65vh;
    }
}

.aperol-iframe-banner-wrapper iframe {
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.tabbar-wrapper-div {
    margin-top: -115px;
    z-index: 9;
    position: sticky;
    min-height: 115px;
}

@media (max-width: 1550px) {
    .tabbar-wrapper-div {
        margin-top: -135px;
        min-height: auto;
    }
}

@media (max-width: 1366px) {
    .tabbar-wrapper-div {
        margin-top: -120px;
        min-height: 120px;
    }
}

@media (max-width: 1228px) {
    .tabbar-wrapper-div {
        margin-top: -100px;
        min-height: 100px;
    }
}

@media (max-width: 991px) {
    .tabbar-wrapper-div {
        margin-top: -80px;
        min-height: 80px;
    }
}

.tabbar-wrapper-div.tabbar-fix-wrapper {
    height: 100%;
    width: 100%;
    padding: 5px 0;
    top: 0px;
}

.tabbar-wrapper-div.tabbar-fix-wrapper .container-fluid {
    z-index: 2;
    position: relative;
}

/* .tabbar-wrapper-div.tabbar-fix-wrapper::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: url('./images/background_aperolv2.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 15px 0;
    top: -2px;
    filter: blur(3px);
    -webkit-filter: blur(3px);
} */
.aperol-tab-wrapper {
    border: 1px solid #FF5000;
    border-radius: 1000px;
    overflow: hidden;
    display: flex;
    padding: 7px;
    position: relative;
}

.tabbar-wrapper-div.tabbar-fix-wrapper .aperol-tab-wrapper::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    padding: 15px 0;
    top: -2px;
    filter: blur(55px);
    -webkit-filter: blur(55px);
    background: #FF5000;
    border-radius: 10000px;
    right: 0;
    left: 0;
}

.aperol-tab-wrapper .tablink-text {
    flex: 0 0 33.33%;
    display: flex;
    text-align: center;
    padding: 12px;
    background: transparent;
    border-radius: 1000px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
    border: 1px solid transparent;
    overflow: hidden;
    z-index: 6;
    position: relative;
}

@media (max-width: 1199px) {
    .aperol-tab-wrapper .tablink-text {
        padding: 12px 6px;
    }
}

.aperol-tab-wrapper .tablink-text p {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FF5000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    width: 99.99%;
    background-color: #FFFAE6CC;
}

@media (max-width: 1550px) {
    .aperol-tab-wrapper .tablink-text p {
        font-size: 30px;
        line-height: normal;
    }
}

@media (max-width: 1366px) {
    .aperol-tab-wrapper .tablink-text p {
        font-size: 28px;
        line-height: normal;
    }
}

@media (max-width: 1228px) {
    .aperol-tab-wrapper .tablink-text p {
        font-size: 24px;
        line-height: normal;
    }
}

@media (max-width: 1199px) {
    .aperol-tab-wrapper .tablink-text p {
        font-size: 20px;
        line-height: normal;
    }
}

@media (max-width: 991px) {
    .aperol-tab-wrapper .tablink-text p {
        font-size: 18px;
        line-height: normal;
    }
}

@media (max-width: 767px) {
    .aperol-tab-wrapper .tablink-text p {
        font-size: 17px;
        line-height: normal;
        font-weight: 500;
    }
}

@media (max-width: 575px) {
    .aperol-tab-wrapper .tablink-text p {
        font-size: 15px;
        line-height: normal;
    }
}

@media (max-width: 420px) {
    .aperol-tab-wrapper .tablink-text p {
        font-size: 13px;
        line-height: normal;
    }
}

.aperol-tab-wrapper .tablink-text.active-tab {
    border-color: white;
}

.worth-aperol-tab-wrapper {
    display: flex;
    justify-content: right;
    align-items: right;
    /* border: 1px solid #FF5000;
    border-radius: 1000px; */
    overflow: hidden;
    padding: 7px;
    max-width: 880px;
    width: 100%;
}

@media (max-width: 767px) {
    .worth-aperol-tab-wrapper {
        flex-direction: column;
        border-color: transparent;
        padding: 0;
        align-items: start;
        border-radius: 0;
    }
}

.worth-aperol-tab-wrapper .tablink-text {
    /* flex: 0 0 20%; */
    display: flex;
    text-align: center;
    padding: 12px;
    background: transparent;
    border-radius: 1000px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
    border: 1px solid transparent;
    overflow: hidden;
    z-index: 6;
    position: relative;
    background-color: #FFFAE6CC;
    cursor: pointer;
    padding: 10px 30px;
}

@media (max-width: 991px) {
    .worth-aperol-tab-wrapper .tablink-text {
        padding: 6px 0;
        background-color: transparent;
    }
}

.worth-aperol-tab-wrapper .tablink-text p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.02em;
    color: #FF5000;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1366px) {
    .worth-aperol-tab-wrapper .tablink-text p {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .worth-aperol-tab-wrapper .tablink-text p {
        font-size: 16px;
    }
}

.worth-aperol-tab-wrapper .tablink-text:hover {
    background-color: #FF5000;
    opacity: 0.95;
}

@media (max-width: 767px) {
    .worth-aperol-tab-wrapper .tablink-text:hover {
        background-color: transparent;
        opacity: 0.95;
    }
}

.worth-aperol-tab-wrapper .tablink-text:hover p {
    color: white;
}

@media (max-width: 767px) {
    .worth-aperol-tab-wrapper .tablink-text:hover p {
        color: #FF5000;
    }
}

/* section 1 */

/* section 2 */
.main-layout-wrapper-bg {
    background: url('./images/V3_SACHA-BIG-GRAD2-2.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
}

.aperol-bg-img-wrapper {
    height: 100%;
    width: 100%;
    /* background: url('./images/background_aperolv2.jpg') no-repeat;
    background-position: center;
    background-size: cover; */
    position: relative;
    z-index: 3;
}

.aperol-bg-img-wrapper {
    padding: 0 0 150px;
}

@media (max-width: 1550px) {
    .aperol-bg-img-wrapper {
        padding: 0 0 120px;
    }
}

@media (max-width: 1366px) {
    .aperol-bg-img-wrapper {
        padding: 0 0 100px;
    }
}

@media (max-width: 1228px) {
    .aperol-bg-img-wrapper {
        padding: 0 0 80px;
    }
}

@media (max-width: 1199px) {
    .aperol-bg-img-wrapper {
        padding: 0 0 60px;
    }
}

@media (max-width: 991px) {
    .aperol-bg-img-wrapper {
        padding: 0 0 40px;
    }
}

.aperol-common-section {
    overflow: hidden;
}

.aperol-worththe-detour-section {
    padding: 87px 0 100px;
}

@media (max-width: 1366px) {
    .aperol-worththe-detour-section {
        padding: 80px 0;
    }
}

@media (max-width: 1280px) {
    .aperol-worththe-detour-section {
        padding: 60px 0;
    }
}

@media (max-width: 1199px) {
    .aperol-worththe-detour-section {
        padding: 60px 0 40px;
    }
}

.word-container {
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out;
}

/* Positions de départ */
.from-top {
    transform: translateY(-100%);
}

.from-bottom {
    transform: translateY(100%);
}

.from-left {
    transform: translateX(-100%);
}

.from-right {
    transform: translateX(100%);
}

.from-diagonal {
    transform: translate(100%, 100%);
}

/* États animés */
.slide-in-down {
    transform: translateY(0);
    opacity: 1;
}

.slide-in-up {
    transform: translateY(0);
    opacity: 1;
}

.slide-in-left {
    transform: translateX(0);
    opacity: 1;
}

.slide-in-right {
    transform: translateX(0);
    opacity: 1;
}

.slide-in-diagonal {
    transform: translate(0, 0);
    opacity: 1;
}

.aperol-worththe-detour-section .aperol-worth-title-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 3px solid #FFFAE6;
    padding-bottom: 18px;
}

@media (max-width: 1366px) {
    .aperol-worththe-detour-section .aperol-worth-title-header {
        border-width: 2px;
        padding-bottom: 15px;
    }
}

@media (max-width: 1228px) {
    .aperol-worththe-detour-section .aperol-worth-title-header {
        border-width: 2px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .aperol-worththe-detour-section .aperol-worth-title-header {
        border-width: 1px;
        padding-bottom: 9px;
    }
}

.aperol-worththe-detour-section .aperol-worth-title-header:last-child {
    border-color: transparent;
}

.aperol-worththe-detour-section .aperol-worth-title-header h4 {
    margin: 0;
}

.aperol-worththe-detour-section .aperol-worth-title-header .arrow-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1550px) {
    .aperol-worththe-detour-section .aperol-worth-title-header .arrow-icon {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 1366px) {
    .aperol-worththe-detour-section .aperol-worth-title-header .arrow-icon {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 1228px) {
    .aperol-worththe-detour-section .aperol-worth-title-header .arrow-icon {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 1199px) {
    .aperol-worththe-detour-section .aperol-worth-title-header .arrow-icon {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 991px) {
    .aperol-worththe-detour-section .aperol-worth-title-header .arrow-icon {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 767px) {
    .aperol-worththe-detour-section .aperol-worth-title-header .arrow-icon {
        width: 26px;
        height: 26px;
    }
}

@media (max-width: 575px) {
    .aperol-worththe-detour-section .aperol-worth-title-header .arrow-icon {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 420px) {
    .aperol-worththe-detour-section .aperol-worth-title-header .arrow-icon {
        width: 20px;
        height: 20px;
    }
}

.aperol-worththe-detour-section .aperol-worth-title-header .arrow-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.aperol-worththe-detail-text {
    display: flex;
    justify-content: end;
    margin-bottom: 40px;
}

.animation-text-wrapper {
    margin-bottom: 0px !important;
}

@media (max-width: 1199px) {
    .aperol-worththe-detail-text {
        margin-bottom: 20px;
    }
}

.aperol-worththe-detail-text .aperol-text {
    width: 100%;
    max-width: 763px;
}

/* section 2 */
/* section 3 */
.aperol-detour-section {
    height: 100%;
    width: 100%;
    /* background: url('./images/background_aperolv2.jpg') no-repeat;
    background-position: center;
    background-size: cover; */
    padding: 180px 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

@media (max-width: 1550px) {
    .aperol-detour-section {
        padding: 160px 0;
    }
}

@media (max-width: 1366px) {
    .aperol-detour-section {
        padding: 120px 0;
    }
}

@media (max-width: 1228px) {
    .aperol-detour-section {
        padding: 90px 0;
    }
}

@media (max-width: 1199px) {
    .aperol-detour-section {
        padding: 80px 0 60px;
    }
}

/* 
.aperol-restaurant-detail-text {
    padding: 0 15px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    color: #fff;
    text-align: center;
    max-width: 550px;
    font-size: 20px;
    line-height: 1.4;
    pointer-events: none;
    opacity: 1;
}

@media (max-width: 575px) {
    .aperol-restaurant-detail-text {
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        justify-content: center;
        transform: unset;
    }
} */
#imageTextContainer {
    position: fixed;
    bottom: 20%;
    max-width: 550px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    z-index: 20;
    pointer-events: none;
}

.image-text {
    opacity: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    width: 100%;
    font-size: 30px;
    color: #fffae6;
    letter-spacing: -0.02em;
    font-weight: 500;
    line-height: 35px;
}

.aperol-restaurant-detail-text h5 {
    font-size: 26px;
    line-height: 1.4;
    pointer-events: none;
    opacity: 1;
}

.aperol-restaurant-section {
    margin-bottom: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aperol-restaurant-img {
    flex: 0 0 50%;
    height: 515px;
    overflow: hidden;
}

.aperol-restaurant-img.second-banner {
    max-width: 451px;
    margin: auto;
    height: 311px;
}

.aperol-restaurant-img img {
    width: 100%;
    height: 75%;
    object-position: center;
    object-fit: cover;
}

.aperol-section-wrapper {
    /* height: 100vh; */
    /* or enough height for both sections */
    /* position: relative;
    height: auto;
    overflow: hidden;
    background: url('./images/background_aperolv2.jpg') no-repeat;
    background-position: center;
    background-size: cover; */
}

.aperol-section-wrapper {
    overflow: hidden;
}

.pin-spacer {
    height: 100vh;
    /* or enough height for both sections */
    position: relative;
    height: auto;
    overflow: hidden;
    /* background: url('./images/background_aperolv2.jpg') no-repeat;
    background-position: center;
    background-size: cover; */
}

.aperol-section-wrapper .aperol-bg-img-wrapper {
    background: none !important;
    min-height: 1080px;
}

.aperol-section-wrapper .aperol-restaurant-rating-section {
    background: none !important;
}

@media (max-width: 1228px) {
    .aperol-section-wrapper .aperol-bg-img-wrapper {
        min-height: 800px;
    }
}

@media (max-width: 991px) {
    .aperol-section-wrapper .aperol-bg-img-wrapper {
        min-height: 750px;
    }
}

@media (max-width: 767px) {
    .aperol-section-wrapper .aperol-bg-img-wrapper {
        min-height: 650px;
    }
}

@media (max-width: 575px) {
    .aperol-section-wrapper .aperol-bg-img-wrapper {
        padding-top: 50px;
    }
}

/* section 3 */
/* section 4 */
.aperol-restaurant-rating-section {
    /* padding: 146px 0 136px; */
    /* margin-top: 400px !important;
    height: 100%;
    width: 100%; */
    /* background: url('./images/background_aperolv2.jpg') no-repeat;
    background-position: center;
    background-size: cover; */
    position: absolute;
    top: 100px;
    left: -100%;
    bottom: 0;
    /* Start off-screen to the left */
    z-index: 0;
    width: 100%;
    padding-top: 525px;
    min-height: 880px;
    display: flex;
    align-items: anchor-center;
}

@media (max-width: 1550px) {
    .aperol-restaurant-rating-section {
        padding: 130px 0 50px;
    }
}

@media (max-width: 1366px) {
    .aperol-restaurant-rating-section {
        padding: 110px 0 50px;
    }
}

@media (max-width: 1228px) {
    .aperol-restaurant-rating-section {
        padding: 90px 0 40px;
        bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .aperol-restaurant-rating-section {
        padding: 80px 0 40px;
    }
}

@media (max-width: 991px) {
    .aperol-restaurant-rating-section {
        min-height: auto;
        background-image: none;
        bottom: 60px;
    }
}

.aperol-restaurant-rating-section .row .col-12,
.col-md-6,
.col-lg-4,
.col-xl-3 {
    padding-right: 10px;
    padding-left: 10px;
}

.aperol-restaurant-detail-box {
    background-color: #FFFAE6;
    overflow: hidden;
    transition: .4s;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aperol-restaurant-detail-box:hover {
    transform: translateY(-.5rem);
}

.aperol-restaurant-detail {
    padding: 12px;
}

.aperol-restaurant-detail h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FF5000;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1550px) {
    .aperol-restaurant-detail h5 {
        font-size: 28px;
        line-height: 105%;
        margin-bottom: 25px;
    }
}

@media (max-width: 1366px) {
    .aperol-restaurant-detail h5 {
        font-size: 30px;
        line-height: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 1228px) {
    .aperol-restaurant-detail h5 {
        font-size: 35px;
        line-height: 95%;
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px) {
    .aperol-restaurant-detail h5 {
        font-size: 20px;
        line-height: 90%;
        margin-bottom: 12px;
    }
}

@media (max-width: 991px) {
    .aperol-restaurant-detail h5 {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 9px;
    }
}

@media (max-width: 767px) {
    .aperol-restaurant-detail h5 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 6px;
    }
}

/* @media (max-width: 575px) {
    .aperol-restaurant-detail h5 {
        font-size: 25px;
        line-height: normal;
    }
} */

/* @media (max-width: 420px) {
    .aperol-restaurant-detail h5 {
        font-size: 20px;
        line-height: normal;
    }
} */

.aperol-restaurant {}

.aperol-restaurant-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #000000;
    min-height: 31px;
}

.aperol-restaurant-list h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1366px) {
    .aperol-restaurant-list h6 {
        font-size: 18px;
        line-height: normal;
    }
}

@media (max-width: 1228px) {
    .aperol-restaurant-list h6 {
        font-size: 16px;
        line-height: normal;
    }
}

@media (max-width: 991px) {
    .aperol-restaurant-list h6 {
        font-size: 15px;
        line-height: normal;
    }
}

.aperol-restaurant-list .rating-wrapper {
    display: flex;
    align-items: center;
}

.aperol-restaurant-list .rating-wrapper span {
    display: flex;
    align-items: center;
    width: 18px;
    height: 18px;
    margin: 0 1px;
}

.aperol-restaurant-list .rating-wrapper span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.aperol-restaurant-list .arrow-icon {
    display: flex;
    align-items: center;
    width: 18px;
    height: 18px;
}

.aperol-restaurant-list .arrow-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.aperol-restaurant-banner {
    position: relative;
}

.aperol-restaurant-banner .restaurant-banner {
    width: 100%;
    height: 380px;
    overflow: hidden;
}

@media (max-width: 1550px) {
    .aperol-restaurant-banner .restaurant-banner {
        height: 360px;
    }
}

@media (max-width: 1366px) {
    .aperol-restaurant-banner .restaurant-banner {
        height: 320px;
    }
}

@media (max-width: 1228px) {
    .aperol-restaurant-banner .restaurant-banner {
        height: 300px;
    }
}

@media (max-width: 1199px) {
    .aperol-restaurant-banner .restaurant-banner {
        height: 280px;
    }
}

@media (max-width: 991px) {
    .aperol-restaurant-banner .restaurant-banner {
        height: 260px;
    }
}

@media (max-width: 767px) {
    .aperol-restaurant-banner .restaurant-banner {
        height: 220px;
    }
}

@media (max-width: 575px) {
    .aperol-restaurant-banner .restaurant-banner {
        height: 170px;
    }
}

.aperol-restaurant-banner .restaurant-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.see-btn-wrapper {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 15px;
}

.see-btn-wrapper .see-map-btn {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    background: #FF5000;
    border-radius: 50px;
    padding: 12px 15px;
    width: 100%;
    outline: none;
    box-shadow: none;
    border: none;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1366px) {
    .see-btn-wrapper .see-map-btn {
        font-size: 25px;
        padding: 9px 15px;
    }
}

@media (max-width: 1199px) {
    .see-btn-wrapper .see-map-btn {
        font-size: 25px;
        padding: 9px 12px;
    }
}

@media (max-width: 991px) {
    .see-btn-wrapper .see-map-btn {
        font-size: 25px;
        padding: 9px 12px;
    }
}

.see-btn-wrapper .see-map-btn:hover {
    opacity: 0.8;
}

/* section 4 */
/* section 5 */
.aperol-map-section {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.aperol-map-section::before {
    position: absolute;
    content: '';
    height: 600px;
    width: 100%;
    background: url('./images/map-overly-img.png') no-repeat;
    background-position: center;
    background-size: cover;
    bottom: -230px;
    z-index: 1;
}

@media (max-width: 1199px) {
    .aperol-map-section::before {
        height: 400px;
    }
}

@media (max-width: 991px) {
    .aperol-map-section::before {
        height: 360px;
    }
}

.aperol-map-img {
    width: 100%;
    height: 100%;
}

.map-wrapper {
    width: 100%;
    height: 800px;
}

.aperol-map-img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.seethe-map-btn-wrapper {
    position: absolute;
    right: 0;
    left: 0;
    top: 5%;
    padding: 15px;
    display: flex;
    justify-content: center;
}

@media (max-width: 1199px) {
    .seethe-map-btn-wrapper {
        top: 30px;
        font-size: 35px;
    }
}

@media (max-width: 991px) {
    .seethe-map-btn-wrapper {
        top: 40px;
        font-size: 35px;
    }
}

.seethe-map-btn-wrapper .see-map-btn {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.02em;
    color: #FF5000;
    background: #FFFAE6;
    border-radius: 50px;
    padding: 12px 15px;
    width: 100%;
    outline: none;
    box-shadow: none;
    border: none;
    transition: all 0.3s ease-in-out;
    max-width: 500px;
    margin: auto;
}

@media (max-width: 1366px) {
    .seethe-map-btn-wrapper .see-map-btn {
        font-size: 35px;
        padding: 9px 15px;
        max-width: 400px;
    }
}

@media (max-width: 1199px) {
    .seethe-map-btn-wrapper .see-map-btn {
        font-size: 35px;
        padding: 9px 12px;
        max-width: 350px;
    }
}

@media (max-width: 991px) {
    .seethe-map-btn-wrapper .see-map-btn {
        font-size: 35pxpx;
        padding: 9px 12px;
        max-width: 320px;
    }
}

.seethe-map-btn-wrapper .see-map-btn:hover {
    opacity: 0.8;
}

/* section 5 */
/* section 6 */
.aperol-feelthe-form-wrapper {
    overflow: hidden;
    padding: 0;
    background: #FFFAE6;
}

.aperol-feelthe-form-wrapper .aperol-worththe-detour-section {
    padding: 60px 0;
}

.aperol-feelthe-form-wrapper .aperol-worth-title-header {
    border-color: #FF5000;
}

.aperol-feelthe-form-wrapper .aperol-worth-title-header h4 {
    color: #FF5000;
}

/* section 6 */
/* section 7 */
.aperol-recommend-restaurant {
    background: #FFFAE6;
    padding: 50px 0 20px;
}

@media (max-width: 1550px) {
    .aperol-recommend-restaurant {
        padding: 50px 0 160px;
    }
}

@media (max-width: 1366px) {
    .aperol-recommend-restaurant {
        padding: 50px 0 120px;
    }
}

@media (max-width: 1228px) {
    .aperol-recommend-restaurant {
        padding: 50px 0 90px;
    }
}

@media (max-width: 1199px) {
    .aperol-recommend-restaurant {
        padding: 40px 0 70px;
    }
}

.aperol-recommend-restaurant .recommend-text-header {
    text-align: center;
    margin-bottom: 80px;
}

@media (max-width: 1550px) {
    .aperol-recommend-restaurant .recommend-text-header {
        margin-bottom: 60px;
    }
}

@media (max-width: 1228px) {
    .aperol-recommend-restaurant .recommend-text-header {
        margin-bottom: 40px;
    }
}

@media (max-width: 1199px) {
    .aperol-recommend-restaurant .recommend-text-header {
        margin-bottom: 20px;
    }
}

.aperol-recommend-restaurant .recommend-text-header h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FF5000;
}

@media (max-width: 1550px) {
    .aperol-recommend-restaurant .recommend-text-header h4 {
        font-size: 55px;
        line-height: 100%;
    }
}

@media (max-width: 1366px) {
    .aperol-recommend-restaurant .recommend-text-header h4 {
        font-size: 50px;
        line-height: normal;
    }
}

@media (max-width: 1228px) {
    .aperol-recommend-restaurant .recommend-text-header h4 {
        font-size: 42px;
        line-height: normal;
    }
}

@media (max-width: 1199px) {
    .aperol-recommend-restaurant .recommend-text-header h4 {
        font-size: 38px;
        line-height: normal;
    }
}

@media (max-width: 991px) {
    .aperol-recommend-restaurant .recommend-text-header h4 {
        font-size: 32px;
        line-height: normal;
    }
}

@media (max-width: 767px) {
    .aperol-recommend-restaurant .recommend-text-header h4 {
        font-size: 28px;
        line-height: normal;
    }
}

@media (max-width: 575px) {
    .aperol-recommend-restaurant .recommend-text-header h4 {
        font-size: 22px;
        line-height: normal;
    }
}

.aperol-form-wrapper .form-group {
    margin-bottom: 15px;
    position: relative;
}

.aperol-form-wrapper .form-group .form-control {
    padding: 10px 21px;
    border: 2px solid #FF5000;
    border-radius: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FF5000;
    background: #FFFAE6;
    outline: none;
    box-shadow: none;
    padding-left: 60px;
    min-height: 63px;
}

@media (max-width: 1550px) {
    .aperol-form-wrapper .form-group .form-control {
        padding: 6px 21px;
        padding-left: 50px;
        font-size: 28px;
        line-height: normal;
        min-height: 55px;
    }
}

@media (max-width: 1366px) {
    .aperol-form-wrapper .form-group .form-control {
        font-size: 28px;
        line-height: normal;
        min-height: 51px;
    }
}

@media (max-width: 1228px) {
    .aperol-form-wrapper .form-group .form-control {
        font-size: 28px;
        line-height: normal;
    }
}

@media (max-width: 1199px) {
    .aperol-form-wrapper .form-group .form-control {
        font-size: 24px;
        line-height: normal;
    }
}

@media (max-width: 991px) {
    .aperol-form-wrapper .form-group .form-control {
        font-size: 24px;
        line-height: normal;
    }
}

@media (max-width: 767px) {
    .aperol-form-wrapper .form-group .form-control {
        font-size: 20px;
        line-height: normal;
    }
}

@media (max-width: 575px) {
    .aperol-form-wrapper .form-group .form-control {
        font-size: 18px;
        line-height: normal;
    }
}

@media (max-width: 430px) {
    .aperol-form-wrapper .form-group .form-control {
        font-size: 16px;
        line-height: normal;
    }
}

.aperol-form-wrapper .form-group .arrow-icon {
    position: absolute;
    content: '';
    top: 18px;
    left: 24px;
    width: 24px;
    height: 24px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1550px) {
    .aperol-form-wrapper .form-group .arrow-icon {
        top: 15px;
        left: 21px;
        width: 21px;
        height: 21px;
    }
}

@media (max-width: 767px) {
    .aperol-form-wrapper .form-group .arrow-icon {
        top: 18px;
        left: 23px;
        width: 16px;
        height: 16px;
    }
}

.aperol-form-wrapper .form-group textarea.form-control {
    border-radius: 15px !important;
    padding: 15px 21px 10px;
    padding-left: 60px;
    height: 308px;
    overflow: auto;
}

@media (max-width: 1550px) {
    .aperol-form-wrapper .form-group textarea.form-control {
        height: 280px;
    }
}

@media (max-width: 1360px) {
    .aperol-form-wrapper .form-group textarea.form-control {
        height: 240px;
    }
}

@media (max-width: 1228px) {
    .aperol-form-wrapper .form-group textarea.form-control {
        height: 220px;
    }
}

@media (max-width: 1199px) {
    .aperol-form-wrapper .form-group textarea.form-control {
        height: 180px;
    }
}

@media (max-width: 767px) {
    .aperol-form-wrapper .form-group textarea.form-control {
        padding: 12px 15px 10px;
        padding-left: 50px;
    }
}

.aperol-form-wrapper .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FF5000;
}

.aperol-form-wrapper .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #FF5000;
}

.aperol-form-wrapper .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: #FF5000;
}

.aperol-form-wrapper .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: #FF5000;
}

.aperol-form-wrapper .form-group input::placeholder {
    color: #FF5000;
}

.aperol-form-wrapper .form-group textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FF5000;
}

.aperol-form-wrapper .form-group textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #FF5000;
}

.aperol-form-wrapper .form-group textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #FF5000;
}

.aperol-form-wrapper .form-group textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #FF5000;
}

.aperol-form-wrapper .form-group textarea::placeholder {
    color: #FF5000;
}

.aperol-form-wrapper .row {
    margin-right: -8px;
    margin-left: -8px;
}

.aperol-form-wrapper .col-sm-5,
.col-md-4,
.col-lg-4,
.col-sm-7,
.col-md-8,
.col-lg-8,
.col-sm-6 {
    padding-right: 8px;
    padding-left: 8px;
}

.recommend-section {
    margin-bottom: 140px;
}

@media (max-width: 1550px) {
    .recommend-section {
        margin-bottom: 120px;
    }
}

@media (max-width: 1366px) {
    .recommend-section {
        margin-bottom: 100px;
    }
}

@media (max-width: 1228px) {
    .recommend-section {
        margin-bottom: 80px;
    }
}

@media (max-width: 1199px) {
    .recommend-section {
        margin-bottom: 70px;
    }
}

.aperol-selected-gender-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -8px;
    margin-bottom: 20px;
}

.flex-wrapper {
    flex: 0 0 33.33%;
    padding: 0 8px;
}

.select-gender-radio-btn {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    margin: 0;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    min-height: 56px;
}

@media (max-width: 1199px) {
    .select-gender-radio-btn {
        min-height: 48px;
    }
}

.select-gender-radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.select-gender-radio-btn p {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.02em;
    color: #FF5000;
    margin: 0;
    z-index: 1;
}

@media (max-width: 1366px) {
    .select-gender-radio-btn p {
        font-size: 18px;
    }
}

@media (max-width: 1280px) {
    .select-gender-radio-btn p {
        font-size: 16px;
    }
}

.select-gender-radio-btn .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #FF5000;
    background-color: #FFFAE6;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.select-gender-radio-btn .checkmark:after {
    content: unset;
}

.select-gender-radio-btn input:checked~.checkmark {
    background-color: #FF5000;
}

.select-gender-radio-btn input:checked~.checkmark p {
    color: #FFFFFF;
}

.select-gender-radio-btn input:checked~.checkmark:after {
    display: block;
}

.aperol-terms-conditions-block {
    margin: 110px 0;
}

@media (max-width: 1550px) {
    .aperol-terms-conditions-block {
        margin: 90px 0;
    }
}

@media (max-width: 1366px) {
    .aperol-terms-conditions-block {
        margin: 70px 0;
    }
}

@media (max-width: 1199px) {
    .aperol-terms-conditions-block {
        margin: 50px 0;
    }
}

@media (max-width: 991px) {
    .aperol-terms-conditions-block {
        margin: 10px 0 40px;
    }
}

.aperol-terms-conditions-block {}

.form-check-wrapper .checkboxbox-wrapper {
    display: flex;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-check-wrapper .checkboxbox-wrapper p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: #FF5000;
    margin: 0;
}

.form-check-wrapper .checkboxbox-wrapper p a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: #FF5000;
    display: inline-block;
    margin: 0;
    text-decoration: none;
}

.form-check-wrapper .checkboxbox-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.form-check-wrapper .checkboxbox-wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-check-wrapper .checkboxbox-wrapper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 1px solid #FF5000;
    border-radius: 6px;
}

.form-check-wrapper .checkboxbox-wrapper input:checked~.checkmark {
    background-color: #FF5000;
    border-color: #FF5000;
}

.form-check-wrapper .checkboxbox-wrapper input:checked~.checkmark:after {
    display: block;
}

.recommendation-footer-wrapper {
    display: flex;
    justify-content: center;
    justify-content: center;
}

.recommendation-footer-wrapper .send-btn {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: normal;
    letter-spacing: -0.02em;
    color: #FFFAE6;
    background: #FF5000;
    border-radius: 50px;
    padding: 12px 15px;
    width: 100%;
    outline: none;
    box-shadow: none;
    border: none;
    transition: all 0.3s ease-in-out;
    max-width: 500px;
    margin: auto;
    min-height: 55px;
}

@media (max-width: 1366px) {
    .recommendation-footer-wrapper .send-btn {
        font-size: 24px;
        padding: 9px 15px;
        max-width: 450px;
        min-height: 51px;
    }
}

@media (max-width: 1199px) {
    .recommendation-footer-wrapper .send-btn {
        font-size: 20px;
        padding: 9px 12px;
        max-width: 400px;
        min-height: 48px;
    }
}

@media (max-width: 991px) {
    .recommendation-footer-wrapper .send-btn {
        font-size: 18px;
        padding: 9px 12px;
        max-width: 400px;
        min-height: 46px;
    }
}

@media (max-width: 767px) {
    .recommendation-footer-wrapper .send-btn {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .recommendation-footer-wrapper .send-btn {
        font-size: 15px;
    }
}

/* section 7 */
/* animation css file */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FF5000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: opacity 1s ease, visibility 1s ease;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #FFFAE6;
    border-top: 5px solid #ffd4c1;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.image-container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.image-container.visible {
    opacity: 1;
}

.image-container img {
    max-width: 80%;
    max-height: 80vh;
}

.lineParent {
    overflow: hidden;
}

#img0 {
    transform: scale(1.3);
}

.recommend-form-part-2,
.recommend-form-part-3 {
    display: none;
}

.recommander-owner-fan-section {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 850px;
    width: 100%;
    margin: auto;
}

.recommander-owner-fan-section .send-btn {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: normal;
    letter-spacing: -0.02em;
    color: #FFFAE6;
    background: #FF5000;
    border-radius: 50px;
    padding: 12px 15px;
    width: 100%;
    outline: none;
    box-shadow: none;
    border: none;
    transition: all 0.3s ease-in-out;
    max-width: 450px;
    margin: auto;
    min-height: 55px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.recommander-owner-fan-section .send-btn:hover {
    opacity: 0.7;
}

@media (max-width: 1366px) {
    .recommander-owner-fan-section .send-btn {
        font-size: 24px;
        padding: 9px 15px;
        max-width: 400px;
        min-height: 51px;
    }
}

@media (max-width: 1199px) {
    .recommander-owner-fan-section .send-btn {
        font-size: 20px;
        padding: 9px 12px;
        max-width: 350px;
        min-height: 48px;
    }
}

@media (max-width: 991px) {
    .recommander-owner-fan-section .send-btn {
        font-size: 18px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .recommander-owner-fan-section .send-btn {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .recommander-owner-fan-section .send-btn {
        font-size: 15px;
    }
}

.aperol-recommand-owner-and-fan-section {
    padding: 120px 0 100px;
}

.aperol-radio-btn-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.aperol-radio-btn-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.aperol-radio-btn-wrapper .radiocontainer {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 15px;
}

/* Hide the browser's default radio button */
.aperol-radio-btn-wrapper .radiocontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.aperol-radio-btn-wrapper .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 2px solid #FF5000;
    border-radius: 1000px;
}

/* When the radio button is checked, add a blue background */
.aperol-radio-btn-wrapper .radiocontainer input:checked~.checkmark {
    background-color: #FF5000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.aperol-radio-btn-wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    width: 19px;
    height: 19px;
    border-radius: 1000px;
    background: #FF5000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* Show the indicator (dot/circle) when checked */
.aperol-radio-btn-wrapper .radiocontainer input:checked~.checkmark:after {
    display: block;
}

.upload-file-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    flex-direction: column;
}

.upload-file-wrapper .upload-file-btn {
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.02em;
    color: #FFFAE6;
    background: #FF5000;
    border-radius: 50px;
    padding: 9px 15px;
    min-width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.upload-file-wrapper .upload-file-btn p {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.02em;
    color: #FFFAE6;
}

.upload-file-wrapper .upload-file-btn input {
    opacity: 0;
    position: absolute;
}

main.success-layout-wrapper {
    min-height: calc(100vh - 432px);
}

.success-layout-wrapper .aperol-recommand-owner-and-fan-section {}

.upload-file-btn.file-selected {
    background: #000;
}