* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    font-family: "Signika", sans-serif;
}

body {
    background: #F3F1EA;
}

#header {
    color: white;
    display: flex;
    justify-content: space-around;
    position: fixed;
    z-index: 1000;
    width: 100%;
    align-items: center;
    padding: 1% 0%;
    overflow: hidden;
}

#home,
#cuisine,
#drinks,
#services,
#menu,
#contact {
    scroll-margin-top: 80px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Dancing Script", cursive;
}

#logo img {
    width: 11rem;
}

.fa-bars {
    display: none;
}

.fa-bars:hover {
    color: white;
}

.nav a {
    text-decoration: none;
    display: block;
    padding: 0.5rem 1rem;
    transition: all 0.3 linear;
}

html {
    scroll-behavior: smooth;
}

.nav a:hover {
    color: #f5a100;
}

.mobile-menu {
    display: none;
}

.close-sidebar {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    #sidebar {
        display: none;
        a {
            font-family: "Dancing Script", cursive;
        }
    }

    #header {
        display: flex;
        justify-content: space-between;
        padding: 1% 4%;
    }

    .mobile-menu {
        display: none;
        background-color: #310f0d;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        padding-top: 80px;
        z-index: 1000;
    }

    .mobile-menu a {
        padding: 15px;
        font-size: larger;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-menu a:hover {
        background-color: #555;
    }

    .fa-bars {
        display: block;
        font-size: 1.5rem;
        cursor: pointer;
        color: #f5a100;
        font-size: 2rem;
    }
}

.ticker-container {
    width: 100%;
    overflow: hidden;
    background-color: rgba(200, 200, 200, 0.9);
    padding: 10px 0;
    position: relative;
    z-index: 500;
    margin-top: 72px; /* Increased from 80px to clear header */
}

.ticker {
    display: inline-block;
    white-space: nowrap;
    color: #FFD700;
    font-size: 24px;
    font-weight: bold;
    animation: scroll 20s linear infinite;
    min-width: 1000px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-family: "Signika", Arial, sans-serif;
}

.ticker:hover {
    animation-play-state: paused;
}

@keyframes scroll {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

@media (max-width: 768px) {
    .ticker-container {
        margin-top: 100px; /* Increased from 60px to clear header on mobile */
        padding: 5px 0;
    }
    .ticker {
        font-size: 18px;
        min-width: 800px;
    }
}

@media screen and (width: 768px) {
    .ticker-container {
        margin-top: 110px; /* Increased from 70px for tablet */
    }
    .ticker {
        font-size: 20px;
        min-width: 900px;
    }
}

/* HERO SECTION */
.slideshow-container {
    position: relative;
    overflow: hidden;
    height: 780px;
}

.mySlides {
    display: none;
}

@keyframes zoomimage {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

.slide-image.zoomimage {
    animation: zoomimage 5s ease-out;
    width: 100%;
    height: 800px !important;
}

.text {
    color: #f2f2f2;
}

.bold-text {
    font-size: 5rem;
    font-weight: bold;
}

.details {
    font-size: 1.5rem;
}

.dot:nth-child(3) {
    left: 50%;
    transform: translateX(-50%);
}

.dot:nth-child(4) {
    left: 53%;
    transform: translateX(-50%);
}

.active,
.dot:hover {
    background-color: #717171;
}

.fade {
    animation-name: fade;
    animation-duration: 4.5s;
}

.slide-image {
    height: 55rem;
    opacity: 1;
    object-fit: cover;
}

/* FOOD SECTION */
.cuisine {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding-top: 30px;
    padding-bottom: 80px;
}

.cuisine-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 80%;
    gap: 4%;
    padding-top: 1%;
}

.div-image {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
}

.cuisine-text {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: justify;
    text-justify: inter-word;
    gap: 30px;
    width: 50%;
}

.cuisine-text strong {
    color: #f5a100;
    padding: 2% 3%;
    border-radius: 8%;
}

.cuisine-text p {
    width: 30rem;
    padding-left: 3%;
    padding-top: 2%;
    padding-bottom: 2%;
    line-height: 1.2rem;
    letter-spacing: 0.03rem;
}

.image {
    width: 48%;
    border-radius: 2%;
    margin: 1%;
}

.cuisine-content {
    display: flex;
    justify-content: space-around;
}

/* DRINKS SECTION */
.drinks {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding-top: 50px;
    padding-bottom: 80px;
}

.title {
    color: #310f0d;
}

.drinks-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 80%;
    padding-top: 1%;
}

.drinks-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
    gap: 30px;
    width: 80%;
}

.drinks-text strong {
    color: #f5a100;
    padding: 2% 3%;
    border-radius: 8%;
}

.drinks-text p {
    width: 30rem;
    padding-top: 2%;
    padding-bottom: 2%;
    line-height: 1.2rem;
    letter-spacing: 0.03rem;
}

.drinks-image {
    width: 100%;
    border-radius: 2%;
}

.drinks-content {
    display: flex;
    justify-content: space-around;
}

/* SERVICES SECTION */
.services {
    display: flex;
    gap: 20px;
    padding-top: 50px;
    padding-bottom: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.services-all {
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    gap: 50px;
    padding-top: 90px;
    padding-bottom: 40px;
}

.img {
    width: 20rem;
    height: 15rem;
    border-radius: 2%;
}

.services-content {
    width: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: -60px;
}

.services-content p {
    font-size: 16px;
    padding-top: 10px;
    text-align: justify;
    letter-spacing: 0.03rem;
    line-height: 1.2rem;
}

.services-content strong {
    font-size: 26px;
    text-align: center;
    color: #310f0d;
    background-color: #f5a100;
    padding: 1% 2%;
    border-radius: 8%;
}

.services-content h1 {
    margin-top: 24px;
}

/* OUR MENU */
.menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 80px;
}

.menu-content {
    width: 50%;
    text-align: justify;
    word-spacing: 0.05rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 4%;
    font-size: 16px;
}

.viewMenuButton {
    padding: 12px 20px;
    font-size: 16px;
    margin-top: 2%;
    color: #f5a100;
    border: none;
    border-radius: 8px;
}

/* CONTACT */
.contact {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #310f0d;
    color: white;
    padding: 30px 10px;
}

.contact-content {
    padding-top: 4%;
}

.phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5%;
}

.phone svg {
    width: 4%;
}

.email {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5%;
}

.email svg {
    width: 4%;
}

/* PHONE VIEW */
@media screen and (max-width: 767px) {
    .contact {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .bold-text {
        font-size: 3rem;
    }

    .details {
        font-size: 1rem;
    }

    .slide-image {
        height: 30rem;
        opacity: 1;
        object-fit: cover;
    }

    .prev,
    .next {
        padding: 8px;
    }

    .cuisine-content {
        display: flex;
        flex-direction: column;
        padding: 0% 2%;
        width: auto;
    }

    .cuisine-text {
        width: fit-content;
        padding: 0% 7%;
        margin-bottom: 8%;
    }

    .cuisine-text p {
        width: 100%;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    .div-image {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 80%;
    }

    .image {
        width: 48%;
        border-radius: 2%;
        margin: 1%;
    }

    .drinks-content {
        display: flex;
        flex-direction: column-reverse;
        padding: 0% 2%;
        margin-top: -10px;
        width: auto;
    }

    .drinks-text {
        width: fit-content;
        padding: 0% 7%;
        margin-bottom: 8%;
    }

    .drinks-text p {
        width: 100%;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    .drinks-image {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 88%;
        margin-right: 0%;
    }

    .services-all {
        display: flex;
        flex-direction: column;
    }

    .services-content {
        padding: 0px 10px;
        width: auto;
    }

    .img {
        width: 88%;
        height: 75%;
        border-radius: 2%;
    }

    .services-content p {
        width: 90%;
        padding-bottom: 40px;
    }

    .services-content h1 {
        width: 90%;
        display: flex;
        text-align: justify;
    }

    .menu {
        padding-top: -20px;
    }

    .menu-content {
        padding-top: 12%;
        padding-bottom: 5%;
        width: 80%;
    }

    .viewMenuButton {
        font-size: 16px;
    }

    .contact-details {
        padding-left: 5rem;
        padding-top: 20px;
    }
}

/* TABLET */
@media screen and (width: 768px) {
    #header {
        padding: 1.5% 4%;
    }

    .nav {
        font-size: medium;
        display: flex;
        flex-direction: row;
        gap: 4px;
    }

    .nav img {
        width: 8rem;
    }

    .bold-text {
        font-size: 4rem;
    }

    .details {
        font-size: 1.2rem;
    }

    .slide-image {
        height: 55rem;
        opacity: 1;
        object-fit: cover;
    }

    .prev,
    .next {
        padding: 10px;
    }

    .cuisine-content {
        display: flex;
        flex-direction: column;
        padding: 0% 2%;
    }

    .cuisine-text {
        width: fit-content;
        padding: 0% 7%;
        margin-bottom: 4%;
    }

    .cuisine-text p {
        width: 40rem;
        padding-top: 2%;
    }

    .div-image {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 40rem;
        margin-right: 0%;
    }

    .drinks-content {
        display: flex;
        flex-direction: column-reverse;
        padding: 0% 2%;
    }

    .drinks-text {
        width: fit-content;
        padding: 0% 7%;
        margin-bottom: 4%;
    }

    .drinks-text p {
        width: 40rem;
        padding-top: 2%;
    }

    .drinks-image {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 40rem;
        height: 25rem;
        object-fit: cover;
        margin-right: 0%;
    }

    .services-all {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 40rem;
    }

    .services-content {
        width: 40rem;
    }

    .img {
        width: 40rem;
        height: 20rem;
        border-radius: 2%;
    }

    .services-content p {
        padding-bottom: 40px;
    }

    .menu-content {
        width: 40rem;
        padding-bottom: 2%;
    }

    .viewMenuButton {
        font-size: 16px;
    }

    .contact {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        color: white;
        padding: 30px 10px;
        padding-left: 6rem;
    }

    .contact-details {
        padding-left: 13rem;
    }
}

@media screen and (min-width: 769px) {
    #header {
        padding: 1.5% 4%;
    }

    .nav {
        font-size: medium;
        display: flex;
        flex-direction: row;
        gap: 4px;
    }

    .nav img {
        width: 8rem;
    }

    .bold-text {
        font-size: 4rem;
    }

    .details {
        font-size: 1.2rem;
    }

    .slide-image {
        height: 35rem;
        opacity: 1;
        object-fit: cover;
    }

    .prev,
    .next {
        padding: 10px;
    }

    .cuisine-content {
        display: flex;
        flex-direction: row;
        padding: 0% 5%;
        width: 100%;
    }

    .cuisine-text {
        width: fit-content;
        margin-bottom: 4%;
    }

    .cuisine-text p {
        width: 100%;
        padding-top: 2%;
    }

    .div-image {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 50%;
        margin-right: 0%;
    }

    .drinks-content {
        display: flex;
        flex-direction: row;
        padding: 0% 5%;
        width: 100%;
    }

    .drinks-text {
        width: 50%;
        margin-bottom: 4%;
    }

    .drinks-text p {
        width: 100%;
        padding-top: 2%;
    }

    .drinks-image {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 90%;
        object-fit: cover;
    }

    .services-all {
        display: flex;
        flex-direction: row;
        align-items: start;
        width: 100%;
        padding: 8% 4%;
    }

    .services-content {
        width: 90%;
    }

    .img {
        width: 100%;
        height: 14rem;
        border-radius: 2%;
    }

    .menu-content {
        width: 40rem;
        padding-bottom: 2%;
    }

    .viewMenuButton {
        font-size: 16px;
    }

    .contact {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        color: white;
        padding: 30px 10px;
        padding-left: 8rem; 
    }

    .contact-details {
        padding-left: 16rem;
    }
}