.discover-section {
    width: 100%;
}

.discover-banner {
    min-height: 421px;
    background-image:
        url("https://static.wixstatic.com/media/3f870cb57a01491f9022f457537351ee.jpg/v1/fill/w_1872,h_632,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/3f870cb57a01491f9022f457537351ee.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.discover-title-box {
    min-width: 260px;
    background-color: #ffffff;
}

.discover-title {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(34px, 5vw, 45px);
    font-weight: 700;
    text-align: center;
}

.global-cuisine-section {
    background-color: black;
}

.global-cuisine-title {
    color: #ffffff;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(45px, 10vw, 116px);
    font-weight: 400;
    text-align: center;
}

.global-cuisine-image {
    display: block;
    max-width: 812px;
    margin-right: auto;
    margin-left: auto;
    object-fit: cover;
}
.cuisine-links-section{
    background:black;
    padding:40px 0;
}

.cuisine-link-title{
    margin:0;
    font-size:15px;
    font-weight:400;
    text-align:center;
}

.cuisine-link{
    color:#ffffff;
    text-decoration:underline;
    transition:.3s;
}

.cuisine-link:hover{
    color:#46E0A8;
}
.mediterranean-section {
    background-color: #000000;
}

.event-contact-btn {
    display: inline-block;
    padding: 13px 28px;
    color: #ffffff;
    background-color: #ae9a64;
    border: 1px solid #ae9a64;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s ease;
}

.event-contact-btn:hover {
    color: #ae9a64;
    background-color: transparent;
}

.mediterranean-title {
    color: #4bd1a0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(30px, 5vw, 45px);
    font-weight: 700;
    text-align: center;
}

#mediterraneanCarousel {
    padding-right: 60px;
    padding-left: 60px;
}

.mediterranean-image {
    height: 380px;
    object-fit: cover;
}

#mediterraneanCarousel .carousel-item {
    transition: transform 0.8s ease-in-out;
}

#mediterraneanCarousel .carousel-control-prev,
#mediterraneanCarousel .carousel-control-next {
    width: 55px;
}

.mediterranean-arrow {
    color: #ffffff;
    font-size: 30px;
}

.all-cuisine-section {
    width: 100%;
    overflow: hidden;
    background-color: #000000;
}

.cuisine-title {
    color: #4bd1a0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(30px, 5vw, 45px);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.cuisine-frame-box {
    width: 100%;
    min-height: 430px;
    overflow: hidden;
    background-color: #000000;
}

.cuisine-frame {
    display: block;
    width: 100%;
    height: 430px;
    border: 0;
    background-color: #000000;
}

.cuisine-description {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.6;
    text-align: center;
}

.book-event-button {
    display: inline-block;
    padding: 13px 30px;
    color: #ffffff;
    background-color: #ae9a64;
    border: 1px solid #ae9a64;
    border-radius: 0;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s ease;
}

.book-event-button:hover {
    color: #ae9a64;
    background-color: transparent;
    border-color: #ae9a64;
}