
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Mulish', sans-serif;
    line-height: 1.667;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Forum', sans-serif;
    color: #222222;
    font-weight: 700;
}

h1 {
    font-size: 70px;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    font-weight: 700;
}

p {
    font-size: 16px;
    line-height: 1.8;
    color: rgb(0, 0, 0);
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.imga{width: 15px;}
.rdmore {
    text-decoration: underline;
    color: #fff;
    font-weight: 500;
}
audio{
    display: none;
}

.video video{
    width: 54%;
    position: relative;
}
.video{
    background: url(../img/video.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 655px;
     background-position: center; 
}
.video-overlay{
    /* background-color: transparent; */
    /* background-image: linear-gradient(180deg, #171717B0 70%, #0C0C0C 100%); */
    background: #0009;
    opacity: 1;

    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.navbar .nav-item:hover .nav-link {
    color: #fff;
   
}




.navbar-brand{
    width: 13%;
    animation: logoani 3s ease-in-out 1s infinite;
}
@keyframes logoani {
    0%{
         transform: rotatey(0deg);
    }
    100%{
         transform: rotatey(360deg);
    }
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #bfdd00;
    background-color: transparent;
}
.navbar-toggler i{
    color: #fff;
}
.logo2{
    display: none;
}
header{
    /* background: url(../img/header-bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;

}
.navbar-nav{
    width: 100%;
}

/* header start */
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size:24px;
    font-family: 'Forum', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
}
.logo{
    width: 10%;
}

.b91 {
    position: absolute;
    top: 18px;
    right: 29px;
    width: 50px;
    height: 50px;
    z-index: 5;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.b91 a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    z-index: 5;
}

.b91::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    transition: all .5s;
    transform-origin: 50% 50%;
    background-color: initial;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: .5;
    animation: ring-circle-anim 1.2s ease-in-out infinite;
}

@keyframes ring-circle-anim {
    0% {
        transform: rotate(0) scale(1.1) skew(0deg);
        opacity: 0
    }

    30% {
        transform: rotate(0) scale(1.5) skew(0deg);
        opacity: .5
    }

    to {
        transform: rotate(0) scale(1.7) skew(0deg);
        opacity: .1
    }
}



/* header end */

.banner{
    position: relative;
    background: url(../img/pizza-on-the-table.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banneroverlay{
    background-color: transparent;
    background-image: linear-gradient(180deg, #171717B0 70%, #0C0C0C 100%);
    opacity: 1;

    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.bt{
    
    padding-top: 155px;
    padding-bottom: 136px;
    padding-left: 46px;

}
.bt p{
    color: #e7e7e7;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
}
.bt h1{
    color: #fff;
    position: relative;
    font-size: 114px;
    letter-spacing: 3px;
    font-weight: 400;
    line-height: 6.6rem;
}
.bt-link{
    margin-top: 48px;
}
.bt-link .link{
    position: relative;
    color: #fff;
    border: 1px solid #fff;
    font-size: 19px;
    padding: 10px 15px;
    margin-top: 215px;
}

.sec-bg{
    background-color: #0C0C0C;
}
.heading{
    text-align: center;
    position: relative;
    
} 
.heading h2{
    color: #fff;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 50px;
}
.heading span{
    color: #b9b9b9;
    letter-spacing: 1px;
    font-size: 19px;
}
.h-menu-body{
    margin-top: 55px;
}
.h-menu-card{

    padding: 30px;
    margin: 20px;
}
.h-menu-card a{
    transition: all 0.5s ease-in-out;
}
.h-menu-card.card-1{
    /* background: url(../img/h-menu-bg1.jpg); */
    background: url(../img/kebab-e-khas.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  
}
.h-menu-card .menu-card-body{
 
    padding: 90px 0px 90px 0px;
    background-color: #0C0C0CBA;
    transition: background 0.5s;
    text-align: center;
}
.h-menu-card a:hover .menu-card-body{

    background-color: #0C0C0CE0;
  
}


.h-menu-card .menu-card-body span{
    color: #fff;
    letter-spacing: 4px;
    font-size: 18px;
}
.h-menu-card .menu-card-body h3{
    color: #fff;
    letter-spacing: 4px;
    font-size: 37px;
    font-weight: 400;
}
.h-menu-card.card-2{
    background: url(../img/enchiladas.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   
}
.h-menu-card.card-3{
    background: url(../img/baklawa.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}

.ha-img{
padding: 13px;
padding-right: 28px;
}
.ha-img video{
    width: 78%;
    height: 89vh;
}
.ha-t{
    padding-top: 55px;
}
.ha-p{
    margin-top: 76px;
    color: #b4b4b4;
    letter-spacing: 2px;
    text-align: justify;
}

.ceo{
    color: #fff;
    margin-top: 16%;
    font-weight: 600;
    letter-spacing: 3px;
}

.ha-img2{
   
padding-left: 40px;
}
.book-online-card{
    margin: 50px;
    margin-left: 22%;
}
.book-body{
    text-align: center;
    background: #181818;
    padding: 40px;
}
.book-body h3{
    color: #fff;
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 20px;
}

.book-body span{
    color: #fff;
    letter-spacing: 3px;
}

.book-body .timming{
    margin: 50px 0px;
}
.book-body .timming p{
    color: #fff;
    line-height: 1.4rem;
}
.book-table-btn a{
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 15px;
    font-size: 20px;
}
.video-sec{
    position: relative;
}
.video-overlaps{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #00000059;
}

.dish-sec{
    position: relative;
    background: url(../img/dishbgimg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 40px;
    
}
.dish-overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-image: radial-gradient(at bottom left, #0c0c0c 40%, #0C0C0CDB 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.h-dish{
    position: relative;
    margin-top: 40px;
    padding: 0px 30px;
}
.dish-col-1{
    
    margin-top: 15%;

}
.dish-img img{
    width: 100%;
}
.dish-img{
    text-align: center;
}
.dish-title h4{
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
}
.dish-title p{
    color: #a0a0a0;
    line-height: 1.4rem;
    margin: 15px 0px;
    letter-spacing: 1px;
  
 }
 .dish-title span{
    color: #fff;
    font-size: 21px;
    
 }
.dish-col-1 .col-md-6{
    display: flex;
    align-items: center;

}
.dish-col-1 .col-md-5{
    display: flex;
    align-items: center;

}
.dish-col-2 .col-md-6{
    display: flex;
    align-items: center;

}
.dish-col-2 .col-md-5{
    display: flex;
    align-items: center;

}
/* .dish-title{
    padding-right: 21%
} */


.menucards{
    position: relative;
}
.menucard-body1{
    border: 1px solid #868686;
    margin: 20px;
    padding: 1px;
}
.menuc{
    border: 1px solid #868686;
    padding: 35px 25px;
    background: url(../img/asset3.png);
    background-position: 90% 95%;
    background-repeat: no-repeat;
    background-size: 30% auto;
  
}
 
.menuc h2{
    color: #fff;
    letter-spacing: 4px;
    margin-bottom: 30px;
}
 
.menuc-t p{
    color: #fff;
    margin: 0;
    font-size: 17px;
    line-height: 1.6rem;
}
.menuc-t span{
    color: #b0b0b0;
}
.line{
    height: 2px;
    border:1px dashed #717171;
    margin-top: 10px;
    margin-bottom: 20px;

}






.opening-hour-sec{
    background: #0C0C0C;
    padding: 80px 0px;
}
.open-time{
    background: #404040;
    padding: 65px 40px;
}
.open-time h3{
    padding-bottom: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}
.days p{
   color: #fff;
   font-size: 20px;
   margin: 0;
}
.days-line{
  
    border:1px dashed #7d7d7dde;
    margin-top: 5px;
    margin-bottom: 10px;

}




.booktable{
    background: #d6d4d4;
    padding: 65px 40px;
}
 .booktable h3{
    padding-bottom: 30px;
    font-weight: 400;
    letter-spacing: 1px;
 }
 .booktable form input{
    background: #eaeaea;
    border-radius: 0;
    height: 45px;
    font-size: 17px;
 }
 .booktable form textarea{
    width: 100%;
    padding: 5px;
    background: #eaeaea;
    height: 17vh;
    border: 1px solid #d7d7d7;
 }
 .submit-btn{
    width: 100%;
    border: none;
    padding: 7px 10px;
    font-size: 19px;
    letter-spacing: 1px;
    color: #fff;
    background: #404040;
 }

 .address-info{
    background: #404040;
    padding: 65px 40px;
 }
 .address-info h3{
    padding-bottom: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
 }

 .info-body{
    display: flex;
    align-items: center;
    margin-bottom: 28px;
   
 }
 .info-body a{
    display: flex;
    align-items: center;
    justify-content: center;
 }
.info-body .span-icon{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    margin-right: 18px;
}
.info-body span i{
   color: #fff;
   font-size: 25px;
}
.info-t h4{
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1.5rem;
}
.info-t span{
    color: #fff;
    font-size: 19px;
}
.address-info-col{
    display: flex;
    align-items: center;
   
    background: #404040;
}

.testimonial-sec{
    background: #0C0C0C;
    padding: 50px 0px;
}
.testi-img-col{
    background: url(../img/delicious-pizza-on-table-at-modern-restaurant\ \(2\).jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-t1{
    position: relative;
    padding: 5px 15px;
    margin: 25% 0%;
}
.testimonial-t1 p{
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}
.testimonial-t1-col{
    display: flex;
    align-items: center;
}
.testimonial-t1 span{
    position: absolute;
    top: -60px;
    font-size: 78px;
    color: #515151ad;
}
.testimonial-body{
    background: #181818;
    padding: 40px;
    /* margin-right: 79px; */
    margin-left: -40px;
    width: 86%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.theading h2{
    color: #fff;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 45px;
}
.theading span{
    color: #e0e0e0;
    letter-spacing: 1px;
    font-size: 19px;
}
.testimonial-col{
    display: flex;
    align-items: center;
}
.testimonial-card p{
    color: #acacac;
}
.testimonial-text{
    margin-top: 30px;
}
.t-name{
    letter-spacing: 1px;
}
.checked {
    color: orange;
  }


.insta-sec{
    background: #0C0C0C;
    padding: 50px 0px;
}
.insta-card{
    position: relative;
    transition: all 0.6s ease-in-out;
}
.insta-overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(170deg, #181818 0%, #393939 100%);
    opacity: 0.4;
    visibility: hidden;
    transition: all 0.6s ease-in-out;
}
.insta-icon{
 position: absolute;
 top: 80%;
 left: 38%;
 z-index: 2;
 font-size: 45px;
 visibility: hidden;
 transition: all 0.6s ease-in-out;

}
.insta-icon i{
      color: #fff;
}   

.insta-card:hover .insta-overlay{
    visibility: visible;
} 
.insta-card:hover .insta-icon{
    visibility: visible;
    top: 36%;
} 


  
/* footer start */
.footer {
   
    background:url(../img/footer-bg.jpg);
    position: relative;
    background-position: 0px 60%;
    background-repeat: no-repeat;
    background-size: cover;
   
}
.footeroverlay{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #0C0C0C 0%, #0C0C0CED 100%);
    opacity: 1;
}
.footer .container-fluid{
padding: 50px;
padding-bottom: 1px;
}
.footer-col-1 p {
    color: #fff;
    padding: 10px 0px;
    text-align: justify;
    position: relative;
}
.footer-col{
    position: relative;
    text-align: center;
    margin: 70px 0px;
}
.footer-col h2{
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
}
.footer-col p{
    color: #a7a7a7;
}
.footer hr{
    color: #fff;
}
.footer-logo{
    position: relative;
    text-align: center;
}
.footer-logo a img{
    width: 60%;
}
.copyright{
    position: relative;
}
.copyright p{
    color: #fff;
    text-align: center;
}
.social-link{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}
.social-link li a{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
}
.social-link li a i{
    color: #fff;
    font-size: 20px;
}

/* footer end */

/* wharsapp start */
.quickcontact {
    width: 40px;
    position: fixed;
    top: 77%;
    left: 10px;
    z-index: 20;
}
/* whatsapp end */


/* bottom to top start */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    padding: 7px 15px;
    border-radius: 10px;
    font-size: 18px;
    border: 1px solid #fff;
  }
  #myBtn i{
    font-size: 20px;
  }
  #myBtn:hover {
    background-color: #555; 
  }

/* bottom to top button end */

.sticky-container{
    /*background-color: #333;*/
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -156px;
    top:30%;
    width: 200px;
    z-index: 10;
    display:none;

}

.sticky li{
    list-style-type: none;
    background-color: #fff;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor: pointer;
    margin-bottom: 15px;
    /* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
            filter: gray; 
            -webkit-filter: grayscale(100%);  */

}

.sticky li:hover{
    margin-left: -115px;
    /*-webkit-transform: translateX(-115px);
    -moz-transform: translateX(-115px);
    -o-transform: translateX(-115px);
    -ms-transform: translateX(-115px);
    transform:translateX(-115px);*/
    /*background-color: #8e44ad;*/
    /* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
            -webkit-filter: grayscale(0%); */
}

.sticky li img{
    float: left;
    margin: 5px 5px;
    margin-right: 10px;

}

.sticky li p{
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    line-height: 43px;

}



.home {
    padding-top: 123px;
    background: url(../img/bg.jpg);
    padding-bottom: 20%;
}
.home h1 {
    color: white !important;
    font-size: 3.5rem !important;
    margin-bottom: 70px;
}
.home h4 {
    color: #faf1b6 !important;
    font-size: 25px !important;
}
.home img{
    border-radius: 50%;
}

.p-banner{
    background: url(../img/banner.webp);
    height: 520px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.p-banner{
    background: url(../img/about.jpg);
    height: 520px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.p-banner-text h1{
    color: #e9c475;
    padding-top: 216px;
    font-size: 104px;
    letter-spacing: 7px;
}

.chef-text h2{
    color: #e9c475;
    font-size: 60px;
    letter-spacing: 5px;
}
.chef-text p{
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
 }
 .chef{
    padding: 85px 0px;
    background: url(../img/BACKGROUND-_1.webp);
 }
 .p-menu{
    padding: 45px 20px 75px 20px;
    background: url(../img/BACKGROUND-_1.webp);
   
   }
   .p-menu-text{
       margin: 15px;
   }
   .p-menu-text a{
       display: block;
       text-align: center;
       border: 1px solid #e9c475;
       font-size: 23px;
       color: #e9c475;
       border-radius: 7px;
       letter-spacing: 2px;
       transition: all 0.6s ease-in-out;
   }
   .p-menu-text a:hover{
       border: 1px solid #e9c475;
       color:#000;
       background:#e9c475 ;
   
   }

   .about{
    padding: 60px;
    background: url(../img/BACKGROUND-_1.webp);
}
.about-text h2{
    color: #fff;
    font-size: 44px;
    letter-spacing: 4px;
    margin-bottom: 40px;
}
.about-text p{
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}
.about-img img{
    border: 2px solid #fff;
    border-radius: 10px;
}
.ot-outlets{
    padding: 50px 0px;
    background: url(../img/BACKGROUND-_1.webp);
}
.a-heading h2{
    text-align: center;
    color: #e9c475;
    letter-spacing: 3px;
    margin-bottom: 38px;
    font-size: 43px;
}
.other-outlet-card{
    position: relative;
    text-align: center;
}
.other-outlet-card .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #00000059;
}
.other-outlet-card img{
    border-radius: 10px;
}
.other-outlet-card h3{
    position: absolute;
    top: 42%;
    text-align: center;
    /* left: 50%; */
    width: 100%;
    font-size: 40px;
}
.other-outlet-card h3{
    position: absolute;
    top: 42%;
    text-align: center;
    /* left: 50%; */
    width: 100%;
    font-size: 40px;
}
.other-outlet-card h3 a{
   color: #fff;
   transition: all 0.6s ease-in-out;
}
.other-outlet-card h3 a:hover{
    color: #e9c475;
 }
 .client-d-sec{
    padding: 50px 10px;
    background: url(../img/BACKGROUND-_1.webp);
 }
.client-d-img {
    margin-bottom: 30px;
}
.client-d-img img{
    border: 6px solid #fff;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {
    .video video{
        width: 100%;
    }
    .video {
   
        height: 256px;
        /* background-position: center; */
    }
    .navbar-brand {
        width: 28%;
     
    }
      .b91 {
        position: absolute;
        top: 95px;
        right: 11px;
    }

      .col-sm-6{
        width: 50%;
      }
      .logo2{
        display: block;
        width: 60%;
    }
    .logo2 img{
        width: 38%;
    }
    .navbar-collapse {
        position: absolute;
        top: 66px;
        z-index: 10;
        background: rgb(0, 0, 0);
        width: 93%;
        padding: 23px;
    }
      .bt h1 {
        font-size: 45px;
        line-height: 3.4rem;
    }
    .bt {
        padding-top: 110px;
        padding-bottom: 120px;
        padding-left: 22px;
    }
    .heading h2 {
        font-size: 32px;
    }
    .ha-img {
        padding: 0px;
        padding-right: 0px;
    }
    .ha-img2 {
        padding-left: 0px;
    }
    .book-online-card {
        margin: 0px;
        margin-left: 0%;
        margin-top: 30px;
    }
    .address-info {
     
        padding: 65px 35px;
    }
    .book-body {
  
        padding: 22px;
    }
    .dish-title{
        text-align: center;
    }
    .booktable {
    
        padding: 65px 35px;
    }
    .testimonial-body {
        background: #181818;
        padding: 40px;
        /* margin-right: 79px; */
        margin-left: 0px;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .insta-icon {
      
        left: 40%;
    
    }
    .footer .container-fluid {
        padding: 12px;
        padding-bottom: 1px;
    }
    .logo{
        display: none;
    }
    .ha-img video {
        width: 100%;
        height: 89vh;
    }
    .banner {
    
        height: 360px;
    
    }
    .banner-text h1 {

        padding-top: 132px;
        font-size: 56px;
      
    }
    .about {
        padding: 40px 15px;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 768px) and (max-width: 1024px){
    .logo{
        display: none;
    }
    .logo2{
        display: block;
        width: 60%;
    }
    .logo2 img{
        width: 38%;
    }
    .video {
  
        height: 495px;
        /* background-position: center; */
    }
    .ha-img video {
        width: 100%;
        height: 40vh;
    }
    .navbar-collapse {
   
    position: static;
    top: 74px;
    z-index: 10;
    background: transparent;
    width: 40%;
    padding: 23px;

    }
    .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px !important;
}
.navbar-light .navbar-nav .nav-link {
   
    font-size: 34px;
   
}
    .navbar-toggler i {
        color: #fff;
        font-size: 50px;
    }
      .b91 {
        position: absolute;
        top: 10px;
        right: 14px;
        width: 45px;
        height: 45px;
    }
    .b91 a {
    
        font-size: 15px;
     
    }
    
    .h-menu-card {
        padding: 11px;
        margin: 0px;
    }
    .h-menu-card {
        padding: 11px;
        margin: 0px;
    }
    .h-menu-card .menu-card-body h3 {
       
        letter-spacing: 6px;
        font-size: 25px;
       
    }
    .h-menu-card .menu-card-body span {
         letter-spacing: 2px;
        font-size: 13px;
    }
    .heading h2 {
       
        font-size: 32px;
    }
    .ha-t {
        padding-top: 0px;
    }
    .ha-p {
        margin-top: 20px;
       
    }
    .ceo {
      
        margin-top: 6%;
       
    }
    .book-online-card {
        margin: 12px;
        margin-left: 1%;
    }
    .book-body {
       
        padding: 22px;
    }
    .book-body .timming {
        margin: 20px 0px;
    }
    .book-body h3 {
        
        margin-bottom: 3px;
    }
    .menucard-body1 {
        border: 1px solid #868686;
        margin: 0px;
        padding: 1px;
    }
    .menuc {
       
        padding: 35px 8px;
        
    }
    .open-time {
        background: #61a95f;
        padding: 35px 9px;
    }
    .booktable {
        background: #fff;
        padding: 35px 9px;
    }
    .booktable .col-md-6{
        width: 100%;
    }
    .address-info {
        background: #c85250;
        padding: 35px 9px;
    }
    .testimonial-body {
        background: #181818;
        padding: 19px;
       
        margin-left: -22px;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .theading h2 {
      
        font-size: 32px;
    }
    .theading span {
        color: #e0e0e0;
        letter-spacing: 1px;
        font-size: 13px;
    }
    .bt {
        padding-top: 118px;
        padding-bottom: 108px;
        padding-left: 29px;
    }
    .bt h1 {
        font-size: 64px;
        line-height: 3.6rem;
    }
    .quickcontact {
      
        top: 89%;
     
    }
}
  
@media (min-width: 768px) and (max-width: 992px) {
        .b91 {
        position: absolute;
        top: 88px;
        right: 14px;
        width: 45px;
        height: 45px;
    }
    .navbar-toggler i {
    color: #fff;
    font-size: 29px;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: column;
   
}
.navbar-collapse {
    position: static;
    top: 37px;
    z-index: 10;
    background: black;
    width: 40%;
    padding: 23px;
}
}



/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .header-top .header-top-left p {
        font-size: 12px;
        text-align: center;
    }
   
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 58px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .header-top .header-top-left p {
        font-size: 16px;
        text-align: center;
    }
    
.navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
}

.navbar .nav-item:hover .nav-link {
    color: #fff;
}

.navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
}

.navbar .dropdown-menu.fade-up {
    top: 180%;
}

.navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
}
.navbar .nav-item:hover .nav-link {
    color: #e9c475;
}
.dropdown-menu{
    background: #082273;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}
}