/* ===================================== */ /* home page */ /* ===================================== */ body { font-family: 'Segoe UI', sans-serif; margin: 0; padding: 0; /* background-color: #555555; */ } /* Overlay */ .offer-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); display: flex; align-items: center; justify-content: center; z-index: 9999; } /* Offer Card */ .offer-card { background-color: #d4cebc9e; border-radius: 20px; max-width: 450px; padding: 30px; text-align: center; position: relative; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); animation: popIn 0.4s ease-in-out; } @keyframes popIn { from { transform: scale(0.9); opacity: 0; } to { transform: scale(1); opacity: 1; } } .offer-card img { width: 100%; border-radius: 15px; margin-bottom: 20px; } .offer-title { font-size: 24px; color: #555555; margin-bottom: 10px; font-weight: bold; } .offer-description { font-size: 16px; color: #555; font-weight: 900; margin-bottom: 20px; } .close-btn { position: absolute; top: 25px; right: 15px; background: #ff5252; color: #fff; border: none; border-radius: 50%; width: 35px; height: 35px; font-size: 18px; cursor: pointer; transition: background 0.3s; } /* .close-btn:hover { background: #d32f2f; } */ /* Button CTA */ .offer-card button { background: #555555; color: white; border: none; padding: 5px; border-radius: 8px; font-size: 16px; cursor: pointer; transition: background 0.3s; } .offer-card button:hover { background: #5555559a; } .section1 { height: 100%; margin: 0; padding: 0; font-family: 'Segoe UI', sans-serif; overflow: hidden; position: relative; background: url('../img/banner3.avif') no-repeat center center; background-size: cover; background-attachment: fixed; background-repeat: no-repeat; opacity: 1; /* Correct value */ } .section1::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; /* background: rgba(0, 0, 0, 0.18); */ z-index: 0; } section .menu-filters, section .menu-filters * { position: relative; z-index: 1; } section>* { position: relative; z-index: 1; } .stickyx-button { position: fixed; z-index: 999; display: block; transition: transform 0.3s ease-in-out; } .stickyx-button:hover { transform: scale(1.1); } .pulse2 { animation: pulse 2s infinite; } @keyframes pulse { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.1); opacity: 0.8; } 100% { transform: scale(1); opacity: 1; } } /* ===================================== */ /* home page silder */ /* ===================================== */ .custom-slider { width: 100%; height: 100vh; position: relative; } .swiper-slide { position: relative; overflow: hidden; } .swiper-slide img { width: 100%; height: 100vh; object-fit: cover; transition: transform 1.5s ease; transform: scale(1.1); } .swiper-slide-active img { transform: scale(1); } /* Optional Navigation Style */ .swiper-button-next, .swiper-button-prev { color: #fff; } .swiper-pagination-bullet-active { background: #fff; } /* ====================================== */ /* home page digital menu book */ /* ====================================== */ .menu-book-container { position: relative; width: 90%; max-width: 900px; margin: 50px auto; perspective: 2000px; height: auto; min-height: 500px; } .book-page { position: relative; width: 100%; min-height: 500px; background: #fdf6e352; border-radius: 15px; overflow: hidden; display: flex; flex-wrap: wrap; transition: transform 1s ease-in-out; transform-style: preserve-3d; transform-origin: center; perspective: 2000px; padding-bottom: 30px; } .page-flip::after { content: ''; position: absolute; width: 50%; height: 100%; top: 0; background: linear-gradient(to left, #fef9ed23 0%, #fef9ed23 100%); z-index: 10; transform-origin: left center; box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1), 5px 0 15px rgba(0, 0, 0, 0.2); transition: all 0.5s ease-in-out; border-left: 1px solid #c4b69b; pointer-events: none; filter: blur(0.5px); } .page-flip.right::after { left: 50%; animation: flip-right 1s forwards; } .page-flip.left::after { left: 0; transform-origin: right center; animation: flip-left 1s forwards; } @keyframes flip-right { 0% { transform: rotateY(0deg); } 100% { transform: rotateY(-180deg); } } @keyframes flip-left { 0% { transform: rotateY(0deg); } 100% { transform: rotateY(180deg); } } .menu-content { display: flex; flex-wrap: wrap; gap: 20px; padding: 30px 20px; justify-content: center; align-items: flex-start; color: #333; width: 100%; } .menu-item { display: flex; width: 100%; max-width: 400px; gap: 15px; background: #ffffff48; padding: 10px; border-radius: 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); min-height: 140px; } .menu-item .btn { min-width: 44px; min-height: 44px; padding: 0; } .menu-item img { width: 100px; height: 100px; object-fit: cover; border-radius: 10px; } .menu-item h5 { margin: 0 0 5px; font-size: 16px; } .close-btn { position: absolute; top: 15px; right: 15px; font-size: 26px; background: transparent; border: none; color: #fff; z-index: 999; } .nav-btn { position: absolute; top: 50%; transform: translateY(-50%); background: #746e6eff; border-radius: 50%; padding: 12px; border: none; box-shadow: 0 0 10px #000; z-index: 999; } .nav-btn.left { left: -20px; } .nav-btn.right { right: -20px; } .page-title h2 { font-size: 28px; margin-bottom: 5px; color: #171616; } .page-title hr { border-color: #1a1616; width: 60px; margin: 0 auto; } /* 🔁 RESPONSIVE */ @media (max-width: 768px) { .menu-item { flex-direction: column; align-items: center; text-align: center; } #openMenuSlider, #menuBookPopup { display: none; } .menu-item img { width: 80px; height: 80px; } .menu-item h5 { font-size: 15px; } .menu-content { padding: 20px 10px; } .nav-btn { padding: 8px; font-size: 16px; } .nav-btn.left { left: 5px; } .nav-btn.right { right: 5px; } .page-title h2 { font-size: 22px; } } @media (max-width: 480px) { .menu-item { max-width: 100%; } .menu-item p { font-size: 13px; } .menu-book-container { min-height: 400px; } } .order-now-btn { width: 44px; height: 44px; border-radius: 50%; padding: 0; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease-in-out; } .order-now-btn:hover { background-color: #2d312fff; color: white; } /* ====================================== */ /* About Us */ /* ====================================== */ .img { padding-left: 10px; } .container2 { background-color: #d4cebc; color: #263238; margin: 150px 200px 150px 200px; padding: 40px 60px 40px 60px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.52); } .container2:hover { background-color: rgba(38, 50, 56, 0.35); transition: 0.3s; } .text { color: rgb(251, 250, 247); } .bg { background-color: #47443c; } section { height: 100%; margin: 0; padding: 0; font-family: 'Segoe UI', sans-serif; overflow: hidden; position: relative; background: url('../img/banner3.avif') no-repeat center center; background-size: cover; background-attachment: fixed; background-repeat: no-repeat; } section::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 72%); z-index: 0; } section .menu-filters, section .menu-filters * { position: relative; z-index: 1; } section>* { position: relative; z-index: 1; } .main1 { font-size: x-large; color: white; } /* ================================== */ /* Online food services */ /* ================================== */ .icon { color: #47443c; } .input-with-icon { position: relative; } .input-with-icon i { position: absolute; top: 50%; left: 12px; transform: translateY(-50%); color: #47443c; } .input-with-icon input, .input-with-icon select, .input-with-icon textarea { padding-left: 2.2rem; background-color: #fdfcf9; } .message-icon { top: 20px !important; } .con:hover { background-color: #252a2b; color: rgb(58, 66, 67); cursor: pointer; } .food-card { background-color: #d4cebcb5; color: #252a2b; transition: transform 0.3s ease; border-radius: 15px; overflow: hidden; } .food-card:hover { transform: translateY(-5px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); } .food-img { height: 180px; object-fit: cover; border-top-left-radius: 15px; border-top-right-radius: 15px; transition: transform 0.4s ease; } .food-card:hover .food-img { transform: scale(1.05); } .btn-add { background-color: #252a2b; color: #fff; font-weight: 500; font-size: 14px; border: none; border-radius: 50px; padding: 6px 18px; transition: all 0.3s ease-in-out; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); } .btn-add:hover { background-color: #47443c; transform: translateY(-1px); box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15); color: #fff; } .btn-add:active { transform: scale(0.97); background-color: #3c3a34 !important; } .card-title { font-weight: 600; } .btn-proceed { background-color: #252a2b; color: #fff; font-weight: 500; font-size: 16px; padding: 10px 28px; border: none; border-radius: 50px; transition: all 0.3s ease-in-out; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15); } .btn-proceed:hover { background-color: #47443c; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2); color: #fff; } #orderList .list-group-item { background-color: transparent; border: none; padding: 12px 0; color: #252a2b; font-weight: 500; display: flex; justify-content: space-between; align-items: center; transition: all 0.3s ease; } #orderList .list-group-item:hover { background-color: rgba(0, 0, 0, 0.04); border-radius: 8px; padding-left: 8px; } .remove-btn { background: none; border: none; color: #ff4d4f; font-size: 16px; cursor: pointer; transition: color 0.2s ease; } .remove-btn:hover { color: #d63031; } .card:hover { box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); transform: translateY(-3px); transition: all 0.3s ease-in-out; } .btn-proceed { background-color: #47443c; color: #fff; font-weight: 600; border-radius: 30px; transition: background-color 0.3s ease, transform 0.2s ease; } .btn-proceed:hover { background-color: #252a2b; color: #fff; transform: scale(1.03); } .card-header h4 i { transition: transform 0.3s ease; } .card:hover .card-header h4 i { transform: rotate(-5deg); } .cart-float-btn { position: fixed; bottom: 80px; right: 30px; width: 80px; height: 80px; border: none; border-radius: 50%; background: linear-gradient(135deg, #000000, #3f3f3f); color: #fff; font-size: 24px; z-index: 9999; cursor: pointer; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); overflow: hidden; } .cart-float-btn:hover { transform: scale(1.1); background: linear-gradient(135deg, #252a2b, #16181794); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5); } .cart-icon { font-size: 28px; animation: cart-bounce 1.5s infinite; } @keyframes cart-bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } } .cart-count-badge { position: absolute; top: 10px; right: 10px; background: #d4cebcb5; color: #000; font-size: 14px; font-weight: bold; border-radius: 50%; padding: 4px 7px; border: 2px solid #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); transition: transform 0.2s ease-in-out; } .cart-count-badge:hover { transform: scale(1.2); } /* =================================== */ /* blogs */ /* =================================== */ /* Base card styling */ .card.con3 { background-color: #d4cebcbd; color: #252a2b; margin: 20px auto; padding: 20px; border-radius: 14px; overflow: hidden; width: 100%; max-width: 360px; transition: all 0.3s ease; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06); } /* Hover effect for desktop */ .card.con3:hover { transform: translateY(-6px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); } /* Card image */ .card.con3 .card-img-top { width: 100%; height: 200px; object-fit: cover; transition: transform 0.4s ease; border-bottom: 1px solid #eee; } .card.con3:hover .card-img-top { transform: scale(1.05); } /* Card body */ .card.con3 .card-body { padding: 1.2rem 1.4rem; } .card.con3 .card-title { font-size: 1.1rem; font-weight: 600; color: #252a2b; margin-bottom: 0.5rem; } .card.con3 .card-text { font-size: 0.95rem; color: #6c757d; line-height: 1.5; } /* Card footer */ .card.con3 .card-footer { background-color: #fff; border-top: 1px solid #eee; padding: 0.75rem 1.4rem; font-size: 0.875rem; text-align: right; } /* Button inside card */ .card.con3 .btn-dark { background-color: #252a2b; border: none; font-size: 0.85rem; padding: 6px 18px; border-radius: 50px; transition: background-color 0.3s ease, transform 0.2s ease; } .card.con3 .btn-dark:hover { background-color: #47443c; transform: scale(1.05); } /* Responsive layout tweaks */ @media (min-width: 576px) { .card.con3 { max-width: 90%; } } @media (min-width: 768px) { .card.con3 { max-width: 300px; } } @media (min-width: 992px) { .card.con3 { max-width: 320px; } } /* ===================================== */ /* Gallery */ /* ===================================== */ /* Gallery Main Image */ .gallery-img { width: 100%; height: 300px; object-fit: cover; transition: transform 0.4s ease, box-shadow 0.4s ease; cursor: pointer; } .gallery-img:hover { transform: scale(1.03); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } /* Modal Background */ .modal-content { background-color: rgba(0, 0, 0, 0.85); border: none; position: relative; padding: 0; } /* Carousel Image Display */ .carousel-inner img { max-height: 85vh; object-fit: contain; width: 100%; display: block; margin: auto; } /* Gallery Thumbnails */ .gallery-thumb { height: 210px; width: 100%; object-fit: cover; cursor: pointer; transition: transform 0.3s ease, box-shadow 0.3s ease; } .gallery-thumb:hover { transform: scale(1.03); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15); } /* Close Button */ .modal .btn-close { position: absolute; top: -40px; right: 20px; z-index: 1051; filter: invert(1); background: none; border: none; font-size: 1.8rem; opacity: 0.9; transition: opacity 0.3s; } .modal .btn-close:hover { opacity: 1; cursor: pointer; } /* Carousel Controls */ .carousel-control-prev, .carousel-control-next { width: 5%; } .carousel-control-prev-icon, .carousel-control-next-icon { background-size: 100% 100%; } .carousel-control-prev, .carousel-control-next { z-index: 1050; color: #ffffff; } /* Optional: Smooth fade-in for modal */ .modal.fade .modal-dialog { transition: transform 0.3s ease-out; transform: translateY(0); } /* ==================================== */ /* Feedback View Page */ /* ==================================== */ .testimonial-card { background-color: #d4cebcb5; border-radius: 15px; transition: all 0.3s ease; } .testimonial-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .testimonial-card img { border: 2px solid #47443c; } .testimonial-rating { letter-spacing: 1px; color: #47443c; } .section-title h2 { font-size: 21px; font-weight: 900; position: relative; } .testimonial-rating i { font-size: 1.1rem; margin-right: 2px; } /* ================================== */ /* Feedback Form */ /* ================================== */ .form-icon { position: absolute; top: 50%; left: 15px; transform: translateY(-50%); color: #6c757d; font-size: 1.2rem; z-index: 10; } .form-group { position: relative; } .star-rating { direction: rtl; display: flex; justify-content: flex-start; gap: 8px; } .star-rating input[type="radio"] { display: none; } .star-rating label i { font-size: 1.5rem; color: #ddd; cursor: pointer; transition: color 0.3s; } .star-rating input:checked~label i, .star-rating label:hover~label i, .star-rating label:hover i { color: #191817ff; } .feedback-form { background-color: #d4cebcb5; border-radius: 1rem; padding: 2rem; } .submit-btn { background-color: #000; color: #fff; border: none; transition: all 0.3s ease; position: relative; overflow: hidden; } .submit-btn:hover { background-color: #2d2c28; transform: scale(1.05); } .submit-btn::before { content: ""; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(120deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2)); transition: left 0.5s ease; } .submit-btn:hover::before { left: 100%; } /* ======================================= */ /* Private Policy */ /* ======================================= */ .con4 { background-color: #d4cebcb5; } /* ======================================= */ /* Team of service */ /* ======================================= */ /* Background container */ .con5 { background-color: #d4cebcb5; transition: background-color 0.4s ease; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); } /* Optional hover color change for .con2 */ .con5:hover { background-color: #c4bda8; } /* Circular image or element */ .rounded-circle { border: 3px solid #47443c; transition: transform 0.4s ease, box-shadow 0.4s ease; } /* Hover effect: scale, glow */ .rounded-circle:hover { transform: scale(1.05) rotate(5deg); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); border-color: #2b2a27; } /* ======================================= */ /* Cart Page */ /* ======================================= */ .card { border-radius: 20px; overflow: hidden; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15); transition: 0.3s ease; } .card:hover { transform: translateY(-5px); } .set { background-color: #736b5ead; color: white; border-radius: 20px; } .set2 { background-color: #e9e5db94; } .set3 { background-color: #a0937053; } .set4 { background-color: #807655ab; border-radius: 10px; } .ca { background-color: #736b5ead; color: #fff; } .im { color: #47443c; font-weight: 600; margin-top: 8px; font-size: 14px; } .btn:hover { background-color: rgb(50, 56, 62); color: #ffffff; transform: scale(1.02); box-shadow: 0 8px 24px #212529; } @media (max-width: 768px) { .set { margin-top: 0; } .section1 { padding-top: 60px; } .col-md-6 { margin-bottom: 30px; } } .table-hover tbody tr:hover { background-color: #f2f2f2; transition: 0.3s ease; } /* ===================================== */ /* Press - Media Page */ /* ===================================== */ .img-fluid { width: 100%; height: auto; } .con2 { background-color: #d4cebcb5; color: white; padding: 20px; } .dish { color: rgb(19, 25, 28); } .content { color: #263238; } /* ==================================== */ /* Payment Form */ /* ==================================== */ body { background: linear-gradient(135deg, #000000, #1a1a1a); font-family: 'Poppins', sans-serif; color: #f5f5f5; } .checkout-container { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 30px 0; } .checkout-card { background: rgba(20, 20, 20, 0.9); border-radius: 1.5rem; overflow: hidden; box-shadow: 0 12px 40px rgba(0, 0, 0, 0.8); border: 1px solid rgba(255, 215, 0, 0.25); } .checkout-header { background: linear-gradient(135deg, #b8860b, #daa520); padding: 1.5rem; text-align: center; color: #000; } .checkout-header h3 { margin: 0; font-weight: 700; letter-spacing: 1px; } .section-title { font-weight: 600; margin-bottom: .75rem; font-size: 1.2rem; color: #f8f8f8; } .list-group-item { background: transparent; border: 0; color: #ddd; padding: .6rem 0; } .list-group-item strong { color: #f1c40f; } .payment-option { cursor: pointer; flex: 1 1 45%; background: rgba(255, 255, 255, 0.05); border-radius: 1rem; padding: 1rem; text-align: center; transition: all 0.3s ease; border: 2px solid transparent; } .payment-option img { max-width: 60px; height: auto; filter: brightness(0.9); } .payment-option span { display: block; margin-top: .6rem; font-weight: 500; font-size: .95rem; } .payment-option:hover { transform: translateY(-5px); border-color: #daa520; box-shadow: 0 0 15px rgba(218, 165, 32, 0.5); } .payment-option.active { border-color: #daa520; background: rgba(218, 165, 32, 0.15); box-shadow: 0 0 20px rgba(218, 165, 32, 0.7); } .pay-btn { background: linear-gradient(135deg, #daa520, #b8860b); border: none; padding: 1rem; border-radius: 3rem; font-size: 1.15rem; font-weight: 600; transition: 0.3s; color: #000; box-shadow: 0 6px 20px rgba(218, 165, 32, 0.4); } .pay-btn:hover { background: linear-gradient(135deg, #ffd700, #daa520); transform: translateY(-2px); box-shadow: 0 10px 25px rgba(218, 165, 32, 0.6); } /* ================================= */ /* header */ /* ================================= */ .btn2 { color: #263238; background: #FFFFFF; font-size: 14px; padding: 8px 25px; margin-right: 30px; border-radius: 50px; transition: 0.3s; border: 1px solid #263238; } /* Initial state: transparent */ #header { transition: all 0.4s ease; /* background-color: #000000a8; */ box-shadow: none; z-index: 999; } /* After scroll: solid background */ #header.scrolled { background-color: #000000e2; /* or your preferred color */ box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); } .navmenu ul li { position: relative; } .dropdown-menu.mega-menu-area { background: #fff; padding: 15px 0; border-radius: 8px; min-width: 300px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); } .dropdown-menu.mega-menu-area li a { display: block; padding: 6px 15px; color: #333; font-size: 15px; text-decoration: none; } .dropdown-menu.mega-menu-area li a:hover { color: #08915E; background: #f1f1f1; border-radius: 5px; } @media (max-width: 991px) { .dropdown-menu.mega-menu-area { position: static; box-shadow: none; background: none; padding: 0; } .dropdown-menu.mega-menu-area .row { flex-direction: column; } .btn2{ margin-left: -50px; font-size: 10px; } }