﻿@font-face {
    font-family: 'Avenir LT Std 55 Roman';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir LT Std 55 Roman'), url(../Fonts/AvenirLTStd-Roman.woff) format('woff');
}
@font-face {
    font-family: "OpenSans-Semibold";
    font-style: normal;
    font-weight: normal;
    src: url("../Fonts/OpenSans-Semibold.ttf");
}

body {
    font-family: "Open Sans", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    background-color: #fff;
    margin: 0;
}

.nav-link {
    color: #4c4c4c;
    text-decoration: none;
    text-transform: uppercase;
    font-size:clamp(12px,2vw,14px);
    font-weight:600;
}
.HeaderContactSocial p {
    font-size: clamp(10px,2vw,14px);
    
}
#AppliedCoupon {
    color:#aa0332 !important;
}
.nav-link:hover {
    color: #aa0332;
}
.nav-link:focus {
    color: #aa0332;
}
.nav-item .active {
    color: #aa0332;
}

.navbar-nav .dropdown-menu {
    background-color: #aa0332;
    border: 1px solid #aa0332;
}

    .navbar-nav .dropdown-menu:hover {
        background-color: #fff;
    }

.dropdown-item {
    color: #fff !important;
    text-transform: uppercase;
}
.dropdown-menu.show {
    min-width: 19px !important;
    padding: 3px 0px !important;
    top: 84% !important;
    left: -15px !important;
}

.navbar-nav .dropdown-menu:hover .dropdown-item {
    color: #aa0332 !important;
    text-transform: uppercase;
    background: #fff;
    transition: 0.2s ease-in-out;
}

.OnlineOrderBtn .nav-link {
    color: #fff;
}

.OnlineOrderBtn {
    text-transform: uppercase;
    background-color: #aa0332;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #aa0332;
    padding: 3px 15px;
    width: fit-content;
}


    .OnlineOrderBtn:hover {
        padding: 3px 15px;
        text-transform: uppercase;
        background-color: #fff;
        color: #aa0332;
        border-radius: 9px;
        border: 1px solid #aa0332;
        transition: 0.3s ease-in-out
    }

        .OnlineOrderBtn:hover .nav-link {
            color: #aa0332;
        }

.navbar-dark .navbar-toggler-icon {
    filter: invert(1) brightness(1);
}

.footerdiv1 {
    background-image: url(../Images/Dive.png);
    background-repeat: no-repeat;
    background-position: right;
}

.floatingcart {
    position: fixed;
    Right: 8px;
    top: 300px;
    z-index: 1021;
    border-radius: 50%;
    background: #aa0332;
    padding: 20px;
    border: 2px solid #fff;
    scale: 0.9;
}

.cart-item-number {
    background: #fad65c;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #000;
    display: block;
    position: absolute;
    top: 11px !important;
    right: 11px !important;
    font-weight: bold;
    font-size: 14px;
}

.bottomCart {
    color: #fff;
    position: fixed;
    bottom: 1px;
    background-color: #aa0332;
    border: 2px solid #fff;
    height: 41px;
    width: 100%;
    border-radius: 0px;
    z-index: 6;
    display: none;
    justify-content: center;
    padding: 0px;
    left: 0;
}

@media (max-width: 991.98px) {
    .bottomCart {
        display: none;
    }

    /*.cart-item-number {
        background: none;
        height: auto;
        width: auto;
        top: 0px !important;
        color: #fff;
        left: 3px !important;
        display: inline-block;
        position: relative;
        font-weight: bold;
        font-size: 24px;
    }

    .Carttext {
        font-size: 18px;
        color: white;
    }*/

    #floatingCart {
        display: block !important;
       
    }
}

.OrderingHeroSection {
    position: relative;
    background: url("../Images/Ordering.jpg") center center/cover no-repeat;
    min-height: 520px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .OrderingHeroSection::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255,255,255,.78); /* Low-opacity white overlay */
    }

.OrderingOverlay {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 700px;
    padding: 40px 30px;
}

.OrderTitle {
    color: #aa0332;
        font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
     font-family:"OpenSans-Semibold";
}

.OrderingImg img {
    width: 120px;
    margin-bottom: 25px;
}

.textContent {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size:18px;
}

.OrderingLink {
    display: inline-block;
    padding: 12px 34px;
    background-color: #fff;
    color: #aa0332;
    text-decoration: none;
    
    border: 1px solid #aa0332;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .3s ease;
}

    .OrderingLink:hover {
        background: #aa0332;
        color: #fff;
        border-color: #aa0332;
    }

@media (max-width:768px) {

    .OrderingHeroSection {
        min-height: 430px;
    }

    .OrderTitle {
        font-size: 30px;
    }

    .OrderingImg img {
        width: 90px;
    }

    .textContent {
        font-size: 17px;
    }

    .OrderingOverlay {
        padding: 30px 20px;
    }
}

.MenuCardOdd {
    background-color: #aa0332;
    color: #fff;
}

.MenuCardEven {
    background-color: #000;
    color: #fff;
}
.MenuCardEven img,.MenuCardOdd img{
 transition: transform 0.1s linear;
}
   .MenuCardEven:hover img, .MenuCardOdd:hover img{
    transform: scale(1.3); 
}

.img-head {
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

a {
    text-decoration: none !important;
}

.MenuCardOdd a, .MenuCardEven a {
    padding-top: 45px;
    padding-bottom: 45px;
}

.floating {
    position: absolute;
    object-fit: cover;
    z-index: -1;
}

.RestaurantName {
    color: #aa0332;
}

.AboutPara {
    font-size: clamp(18px,3vw,20px);
    color:grey;
}

.AboutTitle {
    margin-top: 20px;
    font-size: clamp(32px, 4vw, 56px);
}

@media (max-width:1024px) {
    .AboutTitle {
        margin-top: 30px;
    }

    .floating {
        display: none;
    }
}

#part1, #part2, #part3, #part4 {
    padding: 0;
}

.HomePageGalleryContainer {
    overflow: hidden;
    position: relative;
    
}

.gallery-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    justify-content: center;
    align-items: center;
}

.gallery-modal-content {
    max-width: 90%;
    max-height: 90%;
}

.gallery-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

    .HomePageGalleryContainer img {
        padding-top: 0px !important;
        width: 100%;
       transition: transform 0.4s ease;
    }
   .HomePageGalleryContainer:hover img {
    transform: scale(1.2); 
}
#content-footer-bottom-pp {
    background-color: #aa0332;
}

button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 150px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    button.back-to-top:hover,
    button.back-to-top:active,
    button.back-to-top:focus {
        outline: 0 !important;
    }

    button.back-to-top::before,
    button.back-to-top::after {
        content: "";
        display: block;
        vertical-align: middle;
        border-bottom: solid 10px #092441;
        border-left: solid 10px transparent;
        line-height: 0;
        border-right: solid 10px transparent;
        height: 0;
        margin: 19px auto 0;
        width: 0;
        border-radius: 20px;
        visibility: hidden;
    }

    button.back-to-top.show::after,
    button.back-to-top.show::before {
        visibility: visible;
    }

    button.back-to-top::after {
        border-bottom-color: cornflowerblue;
        position: relative;
        top: -24px;
    }

    button.back-to-top.show {
        display: block;
        background: #fff;
        color: #00ab6c;
        font-size: 25px;
        right: 25px;
        bottom: 50px;
        height: 50px;
        width: 50px;
        visibility: visible;
        box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    }

        button.back-to-top.show:active {
            box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
        }

.form-check-input:checked {
    background-color: #aa0332;
    border-color: #aa0332;
}

#myTabContent {
    display: block !important;
}

.GalleryImgTxtBox img {
    border-radius: 30px;
    border: 4px solid #fff;
    height: 100%;
    width: 100%;
}

    .GalleryImgTxtBox img:hover {
        transform: translate(0px, 0px) scale(1.04);
        transition: 0.3s ease-in-out;
    }

.popup-nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2em;
    color: white;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    z-index: 1055;
    display: block;
    cursor: pointer;
}

    .popup-nav-button.left {
        left: 10px;
    }

    .popup-nav-button.right {
        right: 10px;
    }
/* ============================
   HEADER - Desktop / Mobile Nav
   ============================ */
.BgHeader {
    background-color: #fff;
}

.offcanvas-mobile-menu {
    background-color: #fff;
}




.HeaderContactSocial {
    display: flex;
    align-items: center;
    gap: 18px;
    white-space: nowrap;
}

    .HeaderContactSocial p {
        margin: 0;
        font-size: 15px;
    }

.SocialIconCircle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    transition: background-color .3s ease;
}

    .SocialIconCircle svg {
        width: 16px;
        height: 16px;
        fill: #fff;
    }

    .SocialIconCircle:hover {
        background-color: #aa0332;
    }

.HeaderSocialWrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* ============================
   SLIDER - Promo boxes & tagline
   ============================ */
.HomeSliderWrap {
    position: relative;
}

.SliderPromoStack {
    position: absolute;
    top: 20px;
    right: 0px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 220px;
}

.SliderPromoBox {
    background-color: #aa0332;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 10px 16px;
    line-height: 1.3;
    clip-path: polygon(10px 0, 100% 0, 100% 100%, 10px 100%, 0 50%);
    
}
    .blinking_text {
         animation: blink 1s infinite;
         color: #fff;
    }
        .blinking_text:hover {
            color:#000;
        }
@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  50.01%, 100% {
    opacity: 0;
  }
}
.SliderTaglineBanner {
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 10;
    background-color: #aa0332;
    color: #fff;
    font-style: italic;
    font-size: 26px;
    padding: 14px 40px 14px 20px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0 100%);
}

@media (max-width: 991.98px) {
    .SliderPromoStack {
        max-width: 160px;
        top: 10px;
        right: 0px;
    }

    .SliderPromoBox {
        font-size: 11px;
        padding: 6px 10px;
    }

    .SliderTaglineBanner {
        font-size: 16px;
        padding: 8px 25px 8px 12px;
        bottom: 10px;
    }
}

@media (max-width: 575.98px) {
    .SliderPromoStack {
        display: none;
    }

    .SliderTaglineBanner {
        font-size: 13px;
        padding: 6px 18px 6px 10px;
    }
}

.InfoBarSection {
    background-color: #111;
}

.divFooterHeading img {
    width: 40px;
}

.divFooterHeading h3 {
    font-weight: 500;
    font-size: clamp(18px, 3vw, 30px);
  
}

.divFooterHeading2 {
    font-weight: 600;
    margin-bottom: 2px;
    font-size: clamp(14px, 3vw, 20px);
}

@media (max-width: 767.98px) {
    .footerRow > div {
        margin-bottom: 30px;
    }

        .footerRow > div:last-child {
            margin-bottom: 0;
        }
}
/* ============================
   TASTE THE LEGEND - split section
   ============================ */
.TasteLegendSection {
    background-color: #fff;
}

.TasteLegendImgCol {
    padding: 0;
}

    .TasteLegendImgCol img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        min-height: 350px;
    }

.TasteLegendTextCol {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .TasteLegendImgCol img {
        min-height: 260px;
    }

    .OrderTitle {
        font-size: 32px;
    }
}

.galleryouterdiv {
    background: #000;
    width: 100%;
}

.socialImage {
    background-image: url(../Images/Social-Logo.png);
    background-repeat: no-repeat;
    height: 41px;
    width: 41px;
}

.socialImage3 {
    background-image: url(../Images/Social-Logo.png);
    background-repeat: no-repeat;
    height: 41px;
    width: 41px;
    margin-left: 2px;
}

#divFacebook {
    background-position: 0px 0px;
}

    #divFacebook:hover {
        background-position: 0px -50px;
        transition: 0.3s ease-in-out;
    }

#divInstagram {
    background-position: -50px 0px;
}

    #divInstagram:hover {
        background-position: -50px -50px;
        transition: 0.3s ease-in-out;
    }

@media (max-width: 768px) {
    .footerdiv1, .footerdiv2 {
        background-image: none;
    }
}

@media (max-width: 992px) {
    .dropdown-item {
        text-align: center;
    }

    .HeaderContactSocial {
        display: block;
    }

    .HeaderSocialWrap {
        justify-content: center;
        margin-top: 10px;
    }

    .nav-link {
        text-align: center;
    }

    .OnlineOrderBtn {
        margin-top: 5px;
    }
}

input[type=radio]:checked {
    background-color: #aa0332 !important;
    border: 2px solid #aa0332 !important;
}
.e-reportviewer-viewer .e-native-toolbar {
    z-index:899 !important;
}
.footerRow p {
 font-family: 'Avenir LT Std 55 Roman' !important;
     font-size: 14px;
}
.GalleryImgTxtBox img {
        border-radius: 30px;
        border: 4px solid #fff;
        height: 100%;
        width: 100%;
    }
.GalleryImgTxtBox video {
        border-radius: 30px;
        border: 4px solid #fff;
        height: 300px;
        width: 100%;
    }
.dropdown-item.active, .dropdown-item:active {
    background-color:#aa0332 !important;
}
.FooterPolicy {
    font-size:14px;
}
.ftrLogin {
    font-size: 14px;
    font-weight:bold;
}


.accordion-body {
    padding: 6px 10px !important;
    font-weight:600 !important;
}
.accordion-button:not(.collapsed) {
    
    background-color: #ffe7e7 !important;
    
}

a:focus, button:focus, select:focus, input:focus {
    box-shadow:none !important;
    
}
.FooterPolicy a:hover {
    color:#fad65c !important;
}
@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .navbar .dropdown:hover > .nav-link {
        color: #dc3545;
    }
}
.invoiceDetailsTable {
    table-layout: fixed;
    width: 100%;
}

    .invoiceDetailsTable th {
        width: 45%;
       
        font-weight: 600;
        vertical-align: top;
    }

    .invoiceDetailsTable td {
        width: 55%;
        vertical-align: top;
        word-break: break-word;
    }