html {
    scroll-behavior: smooth;
}

.banner-sec {
    width: calc(100% - 44px);
}

.flip-sec .elementor-flip-box__front .elementor-flip-box__layer__inner {
    height: 100%;
}

.flip-sec .elementor-flip-box__layer__inner a.elementor-flip-box__button {
    margin-top: auto;
}

.flip-sec .elementor-flip-box__front .elementor-flip-box__layer__inner .elementor-flip-box__layer__description {
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
}

.flip-sec .elementor-flip-box__back .elementor-flip-box__layer__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.partner-logo .swiper-slide img {
    width: 100%;
}

.food-menu ul.elementor-icon-list-items a,
.footer-top ul.elementor-icon-list-items a {
    text-decoration: underline;
    color: #000000;
}

.insta-feed figure img {
    width: 100%;
}

.food-menu .elementor-image-box-wrapper h5 {
    margin-top: 0;
}

header nav ul li a {
    position: relative;
}

header nav ul li a::after {
    width: calc(100% - 30px) !important;
    height: 1px !important;
    bottom: 10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    opacity: 1 !important;
}

header .elementor-menu-toggle {
    border: 1px solid #000000 !important;
}

.slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(2),
.slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(5) {
    flex-direction: column;
}


.slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(3),
.slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(6) {
    flex-direction: column-reverse;
}

.slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(2),
.slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(5),
.slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(3),
.slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(6) {
    display: flex;
    align-items: center;
    gap: 0;
    width: 20%;
}

.slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(2) a.ue-scroll-marquee-item-content,
.slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(5) a.ue-scroll-marquee-item-content,
.slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(3) a.ue-scroll-marquee-item-content,
.slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(6) a.ue-scroll-marquee-item-content {
    position: unset !important;
    opacity: 1 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50% !important;
}

.slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(2) img,
.slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(5) img,
.slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(3) img,
.slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(6) img {
    height: 50%;
    width: 100%;
}

.slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(2) a.ue-scroll-marquee-item-content div,
.slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(5) a.ue-scroll-marquee-item-content div,
.slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(3) a.ue-scroll-marquee-item-content div,
.slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(6) a.ue-scroll-marquee-item-content div {
    color: #000000;
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    font-family: "TT Commons Pro Trial", sans-serif;
}



.rotate-img {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    /* Pause animation initially */
    animation-play-state: paused;
}

/* Scroll Down */
body.scroll-down .rotate-img {
    animation-name: rotate-down;
    animation-play-state: running;
}

/* Scroll Up */
body.scroll-up .rotate-img {
    animation-name: rotate-up;
    animation-play-state: running;
}

@keyframes rotate-down {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate-up {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

.bg-fixed {
    background-attachment: fixed;
}

.content-part a:hover {
    text-decoration: underline;
}

.insta-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1366px) {

    .slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(2),
    .slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(5),
    .slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(3),
    .slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(6) {
        width: 25%;
    }

    .slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(2) a.ue-scroll-marquee-item-content div,
    .slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(5) a.ue-scroll-marquee-item-content div,
    .slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(3) a.ue-scroll-marquee-item-content div,
    .slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(6) a.ue-scroll-marquee-item-content div {
        font-size: 24px;
        line-height: 32px;
    }

    .banner-sec {
        width: calc(100% - 40px);
    }
}

@media only screen and (max-width: 1024px) {

    .slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(2),
    .slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(5),
    .slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(3),
    .slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(6) {
        width: 30%;
    }
}

@media only screen and (max-width: 767px) {
    .food-menu .elementor-image-box-wrapper h5 {
        margin-top: 5px;
    }

    .slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(2) a.ue-scroll-marquee-item-content div,
    .slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(5) a.ue-scroll-marquee-item-content div,
    .slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(3) a.ue-scroll-marquee-item-content div,
    .slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(6) a.ue-scroll-marquee-item-content div {
        font-size: 18px;
        line-height: 24px;
    }

    .slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(2),
    .slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(5),
    .slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(3),
    .slide-scroll .uc-items-wrapper .ue-scroll-marquee-item:nth-child(6) {
        width: 50%;
    }

    .scroll-to-top.scrolled {
        display: block;
    }
}