* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


:root {


    --eatify-primary: #FF5C5C;
    --eatify-accent: #9B51E0;
    --eatify-background: #FAFAFA;
    --eatify-text: #2D2D2D;
    --eatify-muted: #FFECEC;
}



.bg-img {
    background-image: url(./images/ChatGPT\ Image\ Oct\ 20\,\ 2025\,\ 07_32_20\ PM.png);
    background-position: center;
    background-clip: border-box;
    background-size: cover;
    width: 8rem;
    height: 4rem;
}

.navbar-nav {
    margin-left: 18rem;
}

.nav-item .nav-link:hover,
.nav-item .nav-link:active,
.nav-item .nav-link:focus {
    color: var(--eatify-primary);
}

.nav-item .nav-link {
    margin-left: 1rem;
}

.nav-btn {
    background-color: var(--eatify-muted);
}

.nav-btn:hover {
    border: 1px solid black;
    background-color: white;
}

.navbar {
    --bs-navbar-padding-y: 0rem !important;
}

.navbar-nav .nav-link.active {
    color: var(--eatify-primary);
}

@media (max-width:991px) {
    .d-flex {
        display: none !important;
    }

    .navbar-nav {
        margin: 0 !important;
    }

}

.navbar-toggler:focus {
    box-shadow: none !important;
}

/* sction1 */

.sec1-text h1 {
    font-family: "Open Sans", sans-serif !important;
    font-size: 40px !important;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
}

.sec1-bg-img {
    background-image: url(./images/hero_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 43.5rem;
}

.sec1-bg-img2 {
    background-image: url(./images/hero_2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 43.5rem;
}

.con_sec1 {
    --bs-gutter-x: 0rem !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: black;
    opacity: 2;
    border-radius: 50%;
    padding: 0.5rem;
}

.sec1-text {
    position: absolute;
    top: 16rem;
    margin: 0 20rem;
    text-align: center;
    color: white;
}

.sec1-para p {
    color: gainsboro;
}

@media (max-width:1200px) {
    .sec1-text {
        position: absolute;
        top: 16rem;
        margin: 0 10rem;
        text-align: center;
        color: white;
    }

}

@media (max-width:900px) {
    .sec1-text {
        position: absolute;
        top: 16rem;
        margin: 0 6rem;
        text-align: center;
        color: white;
    }

}

@media (max-width:623px) {
    .sec1-text {
        position: absolute;
        top: 16rem;
        margin: 0 0rem;
        text-align: center;
        color: white;
    }

}

/* section2 */
.sec2-continer h2 {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 700;
}

.sec2-continer {
    text-align: center;
    margin-top: 5rem;
}

.sec2-btn {
    margin-bottom: 2rem;
}

.image-container {
    display: flex;
    justify-content: center;
    gap: 9px;
    flex-wrap: wrap;
    opacity: 1;
    transition: opacity 0.6s ease;
}

.image-container img {
    width: 25rem;
    height: 23rem;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.food-section {
    display: none;
}

.food-section.active {
    display: block;
    animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.description {
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 1.1rem;
    color: #555;
}

.main-description {
    max-width: 700px;
    margin: 0 auto 26px;
    font-size: 1.1rem;
    color: #444;
}

.btn2 {
    background-color: white;
    border: 0.5px solid;
    padding: 8px 1.5rem;
    border-radius: 2rem;
    margin-top: 8px;
}

.btn .active {
    background-color: #2D2D2D !important;
    color: white !important;
}

.btn2:hover,
.btn2:active,
.btn2:focus {
    background-color: #2D2D2D;
    color: white;
}

@media (max-width:340px) {

    .btn2 {
        width: 100%;
        background-color: #2D2D2D;
        color: white;
    }

    .btn2:hover,
    .btn2:active,
    .btn2:focus {
        width: 100%;
        border: 1px solid;
        background-color: white;
        color: black;
    }
}

@media (max-width:1000px) {
    .image-container img {
        width: 18rem;
        height: 18rem;
    }
}

@media (max-width:770px) {
    .image-container img {
        width: 14rem;
        height: 14rem;
    }

}

/* section3 */
.section3 {
    position: relative;
    margin-top: 1rem;
}

.sec3-img1 {
    position: absolute;
    right: 11rem;
    top: 14.5rem;
    transform: rotate(45deg);
    z-index: 99;
}

@media (max-width:1290px) {
    .sec3-text {
        text-align: center;
        position: absolute;
        top: 8rem !important;
        right: 18rem !important;
    }
}

@media (max-width:1160px) {
    .sec3-text {
        text-align: center;
        position: absolute;
        top: 8rem !important;
        left: 16rem !important;
    }
}

@media (max-width:945px) {
    .sec3-text {
        text-align: center;
        position: absolute;
        top: 6rem !important;
        left: 19rem !important;
    }
}

.sec3-img1 svg {
    width: 12rem;
    height: 8rem;
}

.sec3-text {
    text-align: center;
    position: absolute;
    top: 8rem;
    right: 30rem;
}

.sec3-img2 {
    position: absolute;
    top: 14rem;
    left: 11rem;
    transform: rotate(-4deg);
}

.sec3-mainIMG img {
    width: 12rem;
    height: 12rem;
    object-fit: cover;
    border-radius: 0.5rem;
    position: absolute;
    top: 7rem;
    right: 4rem;
    transform: rotate(4deg);
}

.sec3-2mainIMG img {
    width: 12rem;
    height: 12rem;
    object-fit: cover;
    border-radius: 0.5rem;
    position: absolute;
    top: 7rem;
    left: 4rem;
    transform: rotate(-4deg);
}

.sec3-text_btn {
    background-color: white;
    border: 1px solid;
    padding: 0.75rem;
    border-radius: 1.5rem;
    text-transform: capitalize;
    text-align: center;
}

.sec3-text_btn:hover,
.sec3-text_btn:active,
.sec3-text_btn:focus {
    background-color: #2D2D2D;
    color: white;
}


.sec3heading h1 {
    font-family: "Caprasimo", serif;
    font-weight: 100;
    font-style: normal;
}

@media (max-width:321px) {
    /* section5 */

    .section5 {
        position: absolute;
        top: 208rem !important;
    }


    .sec3-text {
        text-align: center;
        position: absolute;
        top: -3rem !important;
        left: 0rem !important;
        right: 0px !important;
    }

    .sec3-2mainIMG img {
        width: 9rem;
        height: 9rem;
        object-fit: cover;
        border-radius: 0.5rem;
        position: absolute;
        top: 11rem !important;
        left: 4rem;
        transform: rotate(-4deg);
    }

    .sec3-mainIMG img {
        width: 9rem;
        height: 9rem;
        object-fit: cover;
        border-radius: 0.5rem;
        position: absolute;
        top: 11rem !important;
        right: 4rem;
        transform: rotate(4deg);
    }

    .sec3-img2 {
        display: none;
    }

    .sec3-img1 {
        display: none;
    }
}

@media (max-width:427px) {

    .sec4heading {
        position: absolute;
        top: 25rem !important;
        z-index: 99;
    }

    .section3 {
        position: relative;
        margin-top: 8rem;
    }

    .sec3-img2 {
        display: none;
    }

    .sec3-img1 {
        display: none;
    }

    .sec3-mainIMG img {
        top: 10rem !important;

    }

    .sec3-2mainIMG img {
        top: 10rem !important;
    }

    .sec3-text {
        text-align: center;
        position: absolute;
        top: -5rem !important;
        left: 2rem !important;
        right: 0rem !important;
    }
}

@media (max-width:886px) {
    .sec3-img2 {
        display: none;
    }

    .sec3-img1 {
        display: none;
    }

    .sec3-mainIMG img {
        top: 17rem;

    }

    .sec3-2mainIMG img {
        top: 17rem;
    }

    .sec3-text {
        top: 6rem;
        right: 0rem !important;
        left: 0rem !important;
    }
}

/* section4 */
.section4 {
    position: absolute;
    top: 35rem;
}

.sec4heading h1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 3rem;
    text-align: center;

}

.sec4heading {
    position: absolute;
    top: 31rem;
    z-index: 99;
}

.scroll-gallery {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 20px 0;
    white-space: nowrap;
    scroll-behavior: smooth;
    background: #fff;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scroll-gallery::-webkit-scrollbar {
    display: none;
}

.scroll-row {
    display: flex;
    gap: 15px;
    padding: 10px;
}

.scroll-row img,
.scroll-row video {
    width: 14rem;
    height: 23rem;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.video-container {
    position: relative;
    width: 14rem;
    height: 23rem;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.volume-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.volume-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* footer */
.section5 {
    position: absolute;
    top: 170rem;

}

.section5 h1 {
    font-family: "Bebas Neue", sans-serif;
}

.sec5-img img {
    width: 20rem;
    height: 15rem;
    object-fit: cover;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.img-card {
    border: 7px solid #f8f8f8;

    border-radius: 0.5rem;

    background-color: #f3f3f3;
    position: relative;
    width: 21rem;
}

.img-warp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 7rem;
}


@media (max-width:2560px) {

    .footer {
        top: 226rem;
    }
}

@media (max-width:1440px) {

    .footer {
        top: 232rem;
    }
}

@media (max-width:1286px) {
    .section5 {
        top: 186rem;
    }

    .footer {
        position: absolute;
        top: 266rem;
    }
}

@media (max-width:1025px) {
    .section5 {
        top: 186rem;
    }
}

@media (max-width:1002px) {
    .section5 {
        top: 177rem;
    }
}

@media (max-width:912px) {
    .footer {
        top: 331rem;
    }
}

@media (max-width:927px) {
    .footer {
        top: 333rem;
    }
}

@media (max-width:890px) {
    .footer {
        top: 258rem;
    }
}

@media (max-width:689px) {
    .footer {
        top: 325rem;
    }
}


@media (max-width:771px) {
    .section5 {
        top: 176rem;
    }
}

@media (max-width:769px) {
    .section5 {
        top: 171rem;
    }
}

@media (max-width:500px) {
    .footer {
        top: 332rem;
    }

    .section5 {
        top: 185rem;
    }

    .img-card {
        width: 100%;
    }

    .sec5-img img {
        width: 100%;
        height: 15rem;
        object-fit: cover;
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }

}

@media (max-width:490px) {
    .section5 {
        top: 187rem;
    }
}

@media (max-width:488px) {
    .section5 {
        top: 173rem;
    }
}

@media (max-width:480px) {
    .section5 {
        top: 188rem;
    }

    .footer {
        top: 336rem;
    }
}

@media (max-width:428px) {
    .section5 {
        top: 197rem;
    }

    .footer {
        top: 345rem;
    }
}

@media (max-width:419px) {
    .footer {
        top: 351rem;
    }

}

@media (max-width:410px) {
    .section5 {
        top: 198rem;
    }
}

@media (max-width:385px) {
    .section5 {
        top: 198rem;
    }

    .footer {
        top: 349rem;
    }
}

@media (max-width:376px) {
    .section5 {
        top: 201rem;
    }

    .footer {
        top: 356rem;
    }

    .sec5-img {
        width: 100%;
    }

    .sec5-img img {
        width: 100%;
    }
}

@media (max-width:353px) {
    .section5 {
        top: 201rem;
    }
}

@media (max-width:346px) {
    .section5 {
        top: 207rem;
    }

    .footer {
        top: 363rem;
    }
}

@media (max-width:335px) {
    .footer {
        top: 381rem;
    }
}

@media (max-width:890px) {
    .img-warp {
        margin: 0rem;
    }
}



.sec5-img i {
    position: absolute;
    color: white;
    right: 7px;
}

.img-card:hover .bi-heart {
    color: #ff7301;
    transform: scale(1.2);
    transition: all 0.3s ease;
}

.info_stars {
    display: flex;
    gap: 17px;
}

.infoparas {
    display: flex;
    justify-content: space-between;
}

.info-star i {
    color: #ff7301;
}

.info-btn button {
    border: 1px solid;
    background-color: #ff8c2c;
    color: white;
    width: 7rem;
    height: 3rem;

    margin-left: 69px;
    border-radius: 0.5rem;
}

.info-btn2 button {
    border: 1px solid;
    background-color: #ff8c2c;
    color: white;
    width: 7rem;
    height: 3rem;

    margin-left: 69px;
    border-radius: 0.5rem;
}

.info-btn button:hover,
.info-btn button:active,
.info-btn button:focus {
    background-color: transparent;
    border: 1px solid #ff7301;
    color: #ff7301;
}


@media (max-width:341px) {
    .info-btn {
        display: none;
    }

    .info-btn2 {
        display: block !important;

    }

    .info-btn2 button {
        width: 100% !important;
        margin: 0 !important;
    }

}

.info-btn2 button:hover,
.info-btn2 button:active,
.info-btn2 button:focus {
    background-color: white;
    border: 1px solid #ff7301;
    color: #ff7301;
}

.img-info {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

/* foooter */
.footer {
    position: absolute;

    left: 0;
    width: 100%;
    background: #1b1b1b;
    color: #fff;
    padding: 3rem 2rem 1rem;
    font-family: "Open Sans", sans-serif;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.footer h2,
.footer h4 {
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    color: #ff7301;
}

.footer-logo p {
    font-size: 0.95rem;
    line-height: 1.5;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    text-decoration: none;
    color: #ddd;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ff7301;
}

.footer-contact p {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.footer-contact i {
    color: #ff7301;
    margin-right: 0.5rem;
}

.footer-social .social-icons a {
    display: inline-block;
    margin-right: 0.8rem;
    font-size: 1.4rem;
    color: #ddd;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-social .social-icons a:hover {
    color: #ff7301;
    transform: scale(1.2);
}

.footer-bottom {
    text-align: center;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1rem;
    font-size: 0.9rem;
    color: #aaa;
}