@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

*{
    font-size: 17px;
    font-family: "Quicksand", sans-serif;
}
.bRed{border: #ff0000 1px solid !important;}
.disScreen{
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .5;
    filter: Alpha(Opacity=50);
    position: fixed;
    inset: 0;
    z-index:102;
    background: #fff;
    margin-left:-107px;
    margin-top:-69px;
  }
.successMsg{ border-color: #09723f !important;background-color: #12a05c !important;color: white !important;width: 100%;display:block;}
.errorMsg{ border-color: #a5065d !important;background-color: #af0d31 !important;color: white !important;width: 100%;display:block;}
.primary {
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #53ae3b;
    border-radius: 6px;
    padding: 20px 40px 20px 40px;
    border: 0;
    color: #fff;
}

.primary a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.primary:hover {
    background-color: #25292d;
}
.container{
    max-width: 1200px !important;
}
.font {
    font-family: "Rubik", Sans-serif;
}

.navbar {
    /* background-color: #ffffffe5; */
    background-color: #f5f6f7ea;
    padding: 0 !important
    ;
}

.navbar-nav {
    gap: 40px;
}

.nav-item {
    border-bottom: 4px solid transparent;
}

.nav-item:hover {
    border-bottom: 4px solid #53ae3b;
}
.nav-item:has(.active) {
    border-bottom: 4px solid #53ae3b;
}

.nav-item a {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-family: "Rubik", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 0em;
}
.carousel-control-prev-icon2 {
    background-image: url('../images/left-arrow.png') !important;
   }
   
   .carousel-control-next-icon2 {
     background-image: url('../images/right-arrow.png') !important;
   }
.nav-link {
    padding: 0 !important;
}
.carousel-item{
    height: 90vh;
    /* overflow: hidden; */
}
.carousel-item2{
    height: 60vh;
    /* overflow: hidden; */
}
.carousel-item img{
    height: 100%;
    overflow: hidden;
}
.carousel-caption {
    position: relative;
    top: 30%;
    left: 25%;
    transform: translate(-50%, -20%);
    text-align: left;
    width: 30%;
    opacity: 0;
}
.carousel-item.active .carousel-caption{
    animation: shortAnimateFromBottomToOrigin 700ms;
    opacity: 1;
}
@keyframes shortAnimateFromBottomToOrigin {
    from{
        opacity: 0;
        translate: 0 70px;
    }
    to{
        opacity: 1;
        translate: 0 0px;
    }
}

.carousel-caption2 {
    /* position: absolute; */
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
}

.carousel-caption h1 {
    font-size: 100px;
    color: #000;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 90px;
}

.title {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.stat-title {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.small-title {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 3px solid #53ae3b;
    display: inline-block;
    padding: 0 5px 5px 0;
}

.title-before {
    color: rgba(218, 223, 227, 0.6);
    font-family: "Kaushan Script", Sans-serif;
    font-size: 75px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: -35px;
}

.title::after {
    content: "";
    border-bottom: 3px solid #53ae3b;
    display: block;
    padding-top: 15px;
    width: 35%;
    margin: 0 auto;
}

.menu-item {
    font-family: "Rubik", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 0px;
    color: #25292d;
    margin: 0;
}
.food-item{
    margin-bottom: 29px;
}
.food-separator {
    border-bottom: 1px dotted;
    margin: 0;
}

.food-ingradients {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0px;
    color: #7b7e81;
    /* margin-top: 10px; */
}

.footer-title {
    font-size: 22px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.footer-text {
    color: #97999b;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.footer-text i {
    font-size: 25px;
    color: #97999b;
}

.footer-text a {
    color: #97999b;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
}

.footer-text i:hover {
    color: #fff;
}

.footer-text a:hover {
    color: #fff;
}
.link{
    text-decoration: none;
    color: #000;
    cursor: pointer;
    font-family: "Rubik", sans-serif;
}
.link:hover{
    color: #53ae3b;
}
.footer-menu {
    display: flex;
    grid-gap: 25px;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;

    list-style-type: none;

    justify-content: end;
    align-items: center;
}

.footer-menu li {
    color: #97999b;
    font-size: 16px !important;
    text-decoration: none;
}
.footer-menu li a{
    color: #97999b;
    font-size: 16px !important;
    text-decoration: none;
}
.footer-menu li a:hover{
    color: #ffffff;

}

.footer-menu li:hover{
    color: #fff;
}

.reserve-form input {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 15px;
    margin: 0px 0px -4px 0px;
    border-radius: 0px 0px 0px 0px;
    width: 100%;
    border: 1px solid #ebeced;
    background-color: #fff;
}

.reserve-form input:focus {
    outline: none;
    -webkit-box-shadow: 0 5px 32px rgba(103, 122, 141, .17);
    box-shadow: 0 5px 32px rgba(103, 122, 141, .17);
}

.reserve-form textarea:focus {
    outline: none;
    -webkit-box-shadow: 0 5px 32px rgba(103, 122, 141, .17);
    box-shadow: 0 5px 32px rgba(103, 122, 141, .17);
}

.reserve-form textarea {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 18px 15px 18px;
    margin: 0px 0px -4px 0px;
    border-radius: 0px 0px 0px 0px;
    width: 800px;
    border: 1px solid #ebeced;
    background-color: #fff;
}


.overlay-img {
    position: relative;
    cursor: pointer;
}

.overlay-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    /* Change the color and opacity here */
    transition: background-color 0.3s ease;
    z-index: 1;
    /* Ensure the overlay is above the image */
}

.overlay-img:hover::after {
    background-color: rgba(83, 174, 59, 0.5);
    /* Change the color and opacity here */
    padding: 0;
    cursor: pointer;
}

/* Ensure images are fully visible */
.overlay-img img {
    display: block;
    width: 100%;
    height: auto;
    z-index: 2;
    /* Ensure the image is above the overlay */
}

.title-green {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #53ae3b;
}

.carousel-control-next,
.carousel-control-prev {
    /* width: 5% !important; */
}

.small-text {
    font-size: 16px;
}

.about-banner-text {
    position: absolute;
    text-align: center;
    width: 70%;
}

.about-banner-text h2 {
    color: #ffffff;
    font-family: "Kaushan Script", Sans-serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 73px;

}
.food-banner-img:hover{
opacity: 0.7;
}
.footer-credit{
    color:#fb7413;
    text-decoration: none;
    text-transform: capitalize;
}
.footer-credit:hover{
    color: white;
}
.main-menu{
    padding-right: 100px;
}
.cart-icon{
    transition: transform 1s ease-in-out;
    transform-origin: center;
}
.cart-icon-parent{
    color: orange;
    padding: 6px;
    border-radius: 50%;
    /* background-color: orange; */
    border: 1px dotted orange;
}
.cart-icon-parent:hover{
    background-color: orange;
    color: white;
    /* transition: all 0.3s ease-in-out; */
}
.cart-icon-parent:hover .cart-icon {
    transform: rotate(360deg);
}
@media only screen and (max-width: 900px) {
    .carousel-caption h1 {
        font-size: 40px !important;
        line-height: 40px;
    }
    .carousel-caption {
    width: 60% !important;
    padding-left:80px;
    }
}
@media only screen and (max-width: 1200px) {
    .carousel-caption h1 {
        font-size: 60px !important;
        line-height: 60px;
    }
    .carousel-caption {
        width: 60% !important;
        padding-left:80px;
        }
}
@media only screen and (max-width: 1400px) {
    .carousel-caption h1 {
        font-size: 65px !important;
        line-height: 65px;
    }
    .carousel-caption {
        width: 50% !important;
        padding-left:100px;
        }
}
@media only screen and (max-width: 1500px) {
    .carousel-caption h1 {
        font-size: 60px !important;
        line-height: 65px;
    }
    .carousel-caption {
        width: 50% !important;
        padding-left:100px;
        }
}
@media only screen and (max-width: 1600px) {
    .carousel-caption h1 {
        font-size: 90px !important;
        line-height: 90px;
    }
    .carousel-caption {
        width: 50% !important;
        padding-left:100px;
        }
}

@media only screen and (max-width: 600px) {
    .primary {
        padding: 8px 16px 8px 16px;
    }
    .carousel-caption h1 {
        font-size: 50px !important;
        line-height: 50px;
    }
    .carousel-caption {
        width: 80% !important;
        /* padding-left:100px; */
    }
    .carousel-caption2 p{
        font-size: 14px !important;
    }
    .carousel-caption button a{
        font-size: 12px !important;
    }
    nav img{
        width: 200px;
    }

    .title-before {
        color: rgba(218, 223, 227, 0.6);
        font-family: "Kaushan Script", Sans-serif;
        font-size: 55px;
        font-weight: 400;
        letter-spacing: -1px;
        margin-bottom: -35px;
    }

    .navbar-nav {
        gap: 5px;
        text-align: center;
    }

    .navbar {
        /* width: 50%; */
        justify-content: end;
    }

    .nav-item:hover {
        border-bottom: 4px solid transparent;

    }

    .nav-item a:hover {
        color: #53ae3b;
    }
    .nav-link.active {
        color: #53ae3b !important;
        
    }
    .about-banner-text {
        width: 90%;
    }
    
    .about-banner-text h2 {
        font-size: 46px;
        font-weight: 400;
        line-height: 23px;
    
    }
    .footer-menu{
        grid-gap: 10px;
        padding: 0;
        justify-content: center;
    }
    .carousel-caption2 {
        width: 100%;
    }

    #carouselExampleCaptions.carousel {
        /* height: 90vh; */
      }
      .carousel-item{
        height: 70vh !important;
        background-size:cover;
        background-position: center;
      }
      .carousel-item img{
        height: 100% !important;
        /* background-position: center; */
        overflow: hidden;
      }
      .footer-top-end{
        margin-bottom: 20px;
        border-bottom: 0.2px solid #dddddd;
        padding-bottom: 12px;
      }
      .footer-top-end p{
        font-size: 16px;
      }
      .main-menu{
        padding: 20px;
      }
      .nav-item:has(.active) {
        border-bottom: 0;
    }
    .carousel-control-prev-icon2 {
        background-size: 30px !important;
        background-position: center;
       }
       
       .carousel-control-next-icon2 {
         background-size: 30px !important;
         background-position: center;
       }
}















/* gallert filter  */

#filter-buttons button {
    border-radius: 3px;
    background: #fff;
    border-color: transparent;
    text-transform: uppercase;
    font-family: "Rubik", Sans-serif;
    font-size: 18px;
  }
  #filter-buttons button:hover {
    /* background: #ddd; */
    color: #53ae3b;
  }
  #filter-buttons button.active {
    color: #53ae3b;
    /* background: #6c757d; */
  }
  #filterable-cards .card {
    width: 15rem;
    border: 2px solid transparent;
  }
  #filterable-cards .card.hide {
    display: none;
  }
  @media (max-width: 600px) {
    #filterable-cards {
      justify-content: center;
    }
    #filterable-cards .card {
      width: calc(100% / 2 - 10px);
    }
  }






  .column {
    flex: 33.33%;
    max-width: 33.33%;
    padding: 0 4px;
  }
  .column-menu {
    flex: 25%;
    max-width: 25%;
    padding: 0 8px;
  }
  .column-menu p.menu-item{
    color: #FB7413;
    font-size: 20px;
    margin: 0;
  }
  .column img {
    margin-top: 30px;
    vertical-align: middle;
    width: 100%;
  }
  .column img:hover {
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
    transform: scale(1.03);
  }
  .column-menu img {
    margin-top: 30px;
    vertical-align: middle;
    width: 100%;
  }
  .column-menu img:hover {
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
    transform: scale(1.03);
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }
    .column-menu {
        flex: 50%;
        max-width: 50%;
      }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }
    .column-menu {
        flex: 100%;
        max-width: 100%;
      }
  }

  .carousel-indicators {
    justify-content: end;
    margin-left: 10%;
    bottom: 50px;
}
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;

    margin-right: 5px;
    margin-left: 5px;
    background-color: #ffffff;
    border: 5px solid rgb(251, 116, 19);
}
.carousel-indicators [data-bs-target].active {
        background-color: rgb(251, 116, 19);
}

.dropImageShadow-right{
    filter: drop-shadow(25px 25px 15px lightgray);
}
.dropImageShadow-left{
    filter: drop-shadow(-25px 25px 15px lightgray);
}

.cursor-pointer{
    cursor: pointer;
}
#floatedCart{
    position:fixed; 
    bottom:50px;
    right: 50px; 
}
.cart-details{
    border: 2px solid #fb7413;
    position: absolute; 
    bottom: 100% ;
    right: 50%;
    background-color: #fff; 
    width: max-content;
    min-width: 300px;
    max-width: 90vw;
    border-radius: 5px;
    overflow: hidden;
    transition: 300ms;
    transform-origin: bottom right;
}
@media (max-width: 768px) {
    #floatedCart{
        bottom:10px;
        right: 10px; 
    }
    .cart-details{
        right: 0%;
    }    
}
.hide-cart-details{
    scale: 0;
    opacity: 0;
}
.cart-details h5{
    background: #fb7413;
    text-align: center;
    color: white;
    padding: 10px;
}
.cart-details footer a{
    color: white;
    border: none;
    border-radius: 3px;
    padding: 5px;
    background: #fb7413;
    width: 100%;
    transition: 300ms;
    font-size: larger;
    font-weight: bold;
}
.cart-details footer a:hover{
    background: rgb(223, 93, 0);
    color: white;
}
.cart-item{
    display: flex;
    gap: 20px;
    align-items: center;    
}
.animated-cart{
    animation: animated-cart 500ms;
}
@keyframes animated-cart {
    0%{
        scale: 1;
        rotate: 0deg;
    }
    25%{
        scale: 1.5;
        rotate: 20deg;
    }
    50%{
        scale: 2;
        rotate: -20deg;
    }
    75%{
        scale: 1.5;
        rotate: 20deg;
    }
    100%{
        scale: 1;
        rotate: 0deg;
    }
}

.animateFromBottomToOrigin.animate{
    animation: animateFromBottomToOrigin 500ms;
}
@keyframes animateFromBottomToOrigin {
    from{
        opacity: 0;
        translate: 0 200px;
    }
    to{
        opacity: 1;
        translate: 0 0px;
    }
}

.animateFromLeftToOrigin.animate{
    animation: animateFromLeftToOrigin 1000ms;
}
@keyframes animateFromLeftToOrigin {
    from{
        opacity: 0;
        translate: -200px 0;
    }
    to{
        opacity: 1;
        translate: 0 0px;
    }
}
.animateFromRightToOrigin.animate{
    animation: animateFromRightToOrigin 1000ms;
}
@keyframes animateFromRightToOrigin {
    from{
        opacity: 0;
        translate: 200px 0;
    }
    to{
        opacity: 1;
        translate: 0 0px;
    }
}


/* more choices */
.CMOptions:not(:last-child){
    margin-bottom: 35px;
}
.CMOptions span.required{
    font-size: initial;
    color: dimgray;
}
.CMOptions ul{
    list-style-type: none;
    padding: 0;
    border: 1px solid lightgray;
    border-radius: 3px;
}
.CMOptions ul.errorCMO{
    border: 1px solid red;
    box-shadow: 0 0 10px red;
}
.CMOptions ul li{
    display: flex;
    justify-content: space-between;
    padding:0 10px;
}
.CMOptions ul li:not(:last-child){
    border-bottom: 1px solid lightgrey;
}
.CMOptions ul li input[type='checkbox']{
    margin-right: 10px;
    cursor: pointer;
}
.CMOptions ul li label{
    margin: 0;
    cursor: pointer;
}
  
  /* popup */
#popup{
    position: fixed;
    inset: 0;
    z-index: 10000;
    background-color: rgba(228, 228, 228, 0.8);
}
#popupDialog{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 400px;
    width: fit-content;
    max-width: 90vw;
    max-height: 80vh;
    background-color: white;
    color: black;
    font-family: initial;
    font-size:1rem;
    overflow-y: auto;
    border-radius: 4px;
}
#popupDialog::-webkit-scrollbar {
    width: 0px;
}
#popupDialog header{
    background-color: #fb7413;
    color: white;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid lightgray;
    box-shadow:0 0 10px lightgrey;
    font-weight: bolder;
    padding-top: 5px;
}
#popupDialog header h4{
    font-weight: bold;
    padding: 5px 15px;
}
  
#popupDialog header #closeBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 0 20px;
    border: none;
    font-size: 20px;
    font-family: monospace;
    cursor: pointer;
    /* background-color: #e05f02; */
}
#error_ChoiceMore{
    position: sticky;
    top: 48px;
    background: white;
    border-bottom: 1px solid lightgray;
    margin: 0;
    color: red;
    text-align: center;
    box-shadow:0 0 10px lightgrey;
}
#error_ChoiceMore.hide{ visibility: hidden; }
#popupDialog #popupContent{
    padding: 5px 20px 0 20px;
    overflow-y: auto;
}
#popupDialog footer{
    position: sticky;
    bottom: 0;
    width: 100%;
    margin: 0;
}
#popupDialog footer #scrollDownIndicator{
    box-shadow:0 0 10px lightgrey;
    background: white;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid lightgray;
    font-size: 13px;
    padding: 10px;
}
#popupDialog footer #scrollDownIndicator i{
    animation: scrolldownArrow 2s linear infinite;
}
@keyframes scrolldownArrow {
    0%{ transform: translateY(5px); }
    50%{ transform: translateY(15px); }
    100%{ transform: translateY(5px); }
}
  
#popupDialog footer #checkoutBtn{
    font-size: 20px;
    display: flex;
    justify-content: space-around;
    padding:5px 10px;
    background: #fb7413;
    cursor: pointer;
    transition: 0.5s;
    color: white;
    font-weight: bolder;
}
#popupDialog footer #checkoutBtn:hover{
    background: #d35800;
}  

.alerter{
    max-width: 90vw;
    position: fixed;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: 10000;
    background-color: white;
    padding: 10px 100px;
    border: 1px solid;
    border-top: 0px;
    border-left-width: 10px;
    border-radius: 0 0 5px 5px;
    font-weight: 500;
    display: none;
}
.alerter.success{
    color: green;
    border-color: green;
    display: block;
}
.alerter.error{
    color: red;
    border-color: red;
    display: block;
}

.loadingSpinner{
    position: fixed;
    inset: 0;
    z-index: 1111111111111111;
    background-color: rgba(228, 228, 228, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}
.loadingSpinner .spinner{
    border: 10px solid #c9700a;
    border-top-color: transparent;
    padding: 30px;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

.hide{
    display: none;
}
.mw-100{
    max-width: 100%;
}

/*rafiq*/
.chat-icon {
    position: fixed;
    bottom: 53px;
    right: 132px;
    background: #0078FF;
    color: white;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 28px;
    z-index: 1000;
    transition: all 0.3s ease;
}
.chat-icon:hover {
    background: #005FCC;
}

/* Chat Box */
.chat-box {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 450px;
    max-width: 90%;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    overflow: hidden;
    z-index: 999999999;
}

/* Chat Header */
.chat-header {
    background: #0078FF;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

/* Chat Messages */
.chat-messages {
    padding: 10px;
    height: 350px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.chat-messages p {
    padding: 10px;
    border-radius: 10px;
    max-width: 80%;
}

.user-message {
    align-self: flex-end;
    background: #0078FF;
    color: white;
}

.bot-message {
    align-self: flex-start;
    background: #E5E5E5;
    color: black;
}

/* Chat Input */
.chat-input {
    display: flex;
    padding: 10px;
    border-top: 1px solid #ddd;
}

.chat-input input {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
    font-size: 16px;
}

.chat-input button {
    background: #0078FF;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
}

.chat-input button:hover {
    background: #005FCC;
}
#loadingMessage{font-size: 14px;}
/* end rafiq*/