﻿

/* Mobile View: Increase logo size */
@media only screen and (max-width: 768px) {
    .responsive-logo {
        width: 160px; /* Adjust as needed */
        height: auto;
    }
}

.img1 {
    max-width: 100%;
    vertical-align: middle;
    margin-left: 0px;
}

/* Logo */
.logo img.img1 {
    height: 100px; /* Adjust size here */
    max-width: 100%;
}

/* Menu */
.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
}

    .main-nav ul li a {
        text-decoration: none;
        color: #333;
        font-weight: 500;
        font-size: 16px;
        transition: color 0.3s ease;
    }

        .main-nav ul li a:hover {
            color: #ff5e14; /* Accent color on hover */
        }

/* Responsive Design */

.logo-menu-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.main-nav ul {
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}




.carousel-indicators {
    bottom: 20px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 12px;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}


.carousel-caption h3 {
    font-size: 2rem;
    font-weight: bold;
}

.carousel-caption p {
    font-size: 1.2rem;
}

.carousel-inner img {
    height: 80vh;
    object-fit: cover;
}
/* Optional: hide carousel controls on very small screens */
@media (max-width: 576px) {
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}
@media (max-width: 768px) {
    .fullscreen-img {
        object-position: center center;
    }

    .bottom-clouds-mockup {
        height: auto;
        max-height: 100px;
    }
}
.fullscreen-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
}
.fullscreen-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.featured-restaurant-thumb {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .fullscreen-img,
    .featured-restaurant-thumb {
        height: 250px; /* or auto, depending on layout preference */
    }
}

@media screen and (max-width: 480px) {
    .fullscreen-img,
    .featured-restaurant-thumb {
        height: 200px;
    }
}
.fullscreen-img {
    object-position: center center;
}

.bottom-clouds-mockup {
    height: auto;
    max-height: 100px;
}

.featured-restaurant-gallery,
.featured-restaurant-carousel {
    height: 100%;
    width: 100%;
}

.featured-restaurant-thumb {
    position: relative;
    width: 100%;
    height: 100%;
}




