body {
    font-family: "Outfit", sans-serif;
    background-color: #FFFFFF;
}

/* ========= header ========== */
.navbar {
    padding: 15px;
}

.navbar .nav-link {
    color: #1A0D12;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-black {
    background-color: #1A0D12;
    padding: 9px 30px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
}

.btn-black:hover {
    background-color: #1A0D12;
    color: #FFFFFF;
}

/* ======== hero ======*/

.hero-section {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.banner-gif {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(6px);
    transform: scale(1.1);
}

.center-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.book-btnwhite {
    background-color: #fff;
    width: 183px;
    padding: 13px 0px;
    margin: 0 auto;
    color: #1A0D12;
    font-size: 16px;
    font-weight: 600;
    display: block;
    border-radius: 0;
    margin-top: 30px;
}

.book-btnwhite:hover{
    background-color: #fff;
    color: #1A0D12;
}

/* ========= MARQUEE ========== */

.marquee {
    background: #DF528A;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    padding: 32px 10px;
}

.marquee-track {
    display: inline-flex;
    gap: 50px;
    animation: scroll 12s linear infinite;
}

.marquee span {
    color: #fff;
    font-weight: 400;
    font-family: "Gloock", serif;
    font-size: 40px;
}


/* Continuous animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* =========  A Night of Unrivaled Luxury =========*/

.night-unrivaledsection {
    padding: 100px 0px;
}

h2 {
    font-family: "Gloock", serif;
    font-size: 80px;
    color: #1A0D12;
    font-weight: 400;
}

h3 {
    font-family: "Fraunces", serif;
    font-size: 80px;
    color: #DF528A;
    font-style: italic;
    font-weight: 600;
}

.padding-top {
    padding-top: 50px;
}

.mySlider .swiper-slide {
    background: #F7F7F7;
    padding: 32px;
}

.ticket-card {
    border: none;
    background: #F7F7F7;
    border-radius: 0px;
    overflow: hidden;
}

.ticket-card h5 {
    font-weight: 400;
    padding-top: 28px;
    font-size: 30px;
    color: #1A0D12;
    font-family: "Gloock", serif;
}

.ticket-card img {
    height: 428px;
    object-fit: cover;
    border-radius: 0px;
}

.ticket-card p {
    font-size: 16px;
    color: #1A0D1299;
    margin-bottom: 20px;
}

.price {
    color: #DF528A;
    font-weight: 400;
    font-size: 36px;
}

.price span {
    font-size: 14px;
    color: #1A0D12B2;
}

.swiper-slide {
    height: auto;
}

.slider-wrapper {
    margin-left: calc((100vw - 1310px) / 2);
    /* align with container left */
    padding-right: 0;
}


/* ========= Cocktail-Tables =========  */

.Cocktail-Tablesection .border-dash {
    padding: 32px;
    border: 1px dashed #1A0D12;
}

.right-content {
    padding-left: 50px;
}

.right-content h4 {
    font-family: "Gloock", serif;
    font-size: 44px;
    font-weight: 400;
    color: #1A0D12;
}

.cocktailimg {
    height: 640px;
    object-fit: cover;
}

.right-content .Reserve_text {
    font-weight: 600;
    font-family: "Fraunces", serif;
    font-style: italic;
    color: #DF528A;
    font-size: 20px;
}

.right-content h4 span {
    font-weight: 600;
    font-family: "Fraunces", serif;
    font-style: italic;
    color: #DF528A;
}

.right-content ul li img {
    margin-right: 10px;
}

.right-content ul li {
    padding-top: 10px;
    color: #1A0D12;
    font-size: 20px;
}

/* ====== Unforgettable-section========== */

.myCarousel img {
    height: 390px;
    width: 100%;
    object-fit: cover;
}

.Unforgettable-section .swiper {
    padding-top: 50px;
}

/* ============= footer ========= */

footer {
    background-color: #1A0D12;
}

footer .center-content {
    padding: 50px 0px;
}

.bottom-para {
    border-top: 1px solid #FFFFFF4D;
    padding: 20px;
}

.bottom-para p {
    color: #FFFFFF;
    font-size: 16px;
}

.social-icons {
    font-size: 18px;
    color: #fff;
    font-family: "Gloock", serif;
    padding-top: 30px;
}

.social-icons a {
    text-decoration: none;
}




@media (max-width: 767px) {
    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse {
        position: absolute;
        z-index: 99;
        top: 75px;
        background: rgb(255, 255, 255);
        width: 100%;
        left: 0px;
        padding: 0px 35px 41px;
    }

    .nav-item .btn-black {
        margin-top: 10px;
    }

    .navbar-nav {
        padding: 15px 0px;
    }

    .navbar-brand img {
        height: 50px;
    }

    .center-div img {
        height: 100px;
    }

    .hero-section {
        height: 400px;
    }

    .marquee {
        padding: 20px 0px;
    }

    .marquee span {
        font-size: 25px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 35px;
    }

    .night-unrivaledsection {
        padding: 60px 0px;
    }

    .mySlider .swiper-slide {
        padding: 20px;
    }

    .ticket-card img {
        height: 290px;
    }

    .ticket-card h5 {
        font-size: 20px;
    }

    .ticket-card p {
        font-size: 14px;
    }

    .padding-top {
        padding-top: 30px;
    }

    .slider-wrapper {
        margin-left: 0;
    }

    .price {
        font-size: 20px;
    }

    .btn-black {
        padding: 8px 20px;
        font-size: 14px;
    }

    .Cocktail-Tablesection .border-dash {
        padding: 15px;
    }

    .cocktailimg {
        height: 200px;
    }

    .right-content {
        padding: 15px 0px 0px;
    }

    .right-content h4 {
        font-size: 30px;
    }


}

@media screen and (min-width: 768px) and (max-width:1022px) {
    .right-content {
        padding-left: 0;
    }

    .cocktailimg {
        height: auto;
    }

    .right-content h4 {
        font-size: 35px;
    }

    h2 {
        font-size: 55px;
    }

    h3 {
        font-size: 65px;
    }

    .hero-section {
        height: 550px;
    }

    .logo-img {
        height: 150px;
    }
}