
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&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;
    background: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'EB Garamond', 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;
}
audio{
    display: none;
}
header{
    position: absolute;
    width: 100%;
    z-index: 2;
}
.logo{
    display: flex;
    justify-content: space-between;
    padding-right: 42px;
    align-items: center;
}
.logo button{
    height: 31px;
    width: 38px;
    background: transparent;
    display: none;
}
.logo button i{
    color: #E9C475;
    font-size: 38px;
}

.header-right ul{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 60px;
    flex-wrap: wrap;
}
.header-right ul li p{
    color: #E9C475;
    margin: 0;
    font-size: 20px;
}
.header-right ul li p a{
    color: #E9C475;
}

.header-right ul li button{
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.header-right ul li button i{
    color: #E9C475;
    font-size: 30px;
}
header .col-md-7{
  display: flex;
  align-items: center;
  justify-content: end;
}

.nav-bar{
    margin-top: 48px;
}
.navigation{
    width: 80%;
    background: #000000d1;
    padding: 22px;
    position: fixed;
    top: 0;
    height: 100vh;
    right: -84%;
    z-index: 10;
    transition: all 1s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.navigation .nav-bar ul li a{
    font-size: 48px;
    color: #fff;
    transition: all 0.6s ease-in-out;
   
}
.navigation .nav-bar ul li a:hover{
    font-size: 48px;
    color: #E9C475;
}
.navigation .nav-bar ul li{
   padding-bottom: 20px;
}

.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
    }
}


.slide-address ul{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 92px;
    padding-right: 38px;
}
.slide-address ul li p{
    color: #E9C475;
    margin: 0;
    font-size: 21px;
}

.slide-address ul li p a{
    color: #E9C475;
}
.slide-address ul li button{
     background: transparent;
     border: none;

}
.slide-address ul li button i{
    color: #E9C475;
    font-size: 36px;

}

.home1-sec{
    position: relative;
}
.home1-text h2{
    color: #E9C475;
    font-weight: 400;
    font-size: 86px;
    line-height: 4.2rem;
    padding-left: 21px;
}
.home1-sec .col-md-4{
    display: flex;
    align-items: center;
}
.social-icon{
    position: absolute;
    bottom: 0;
}
.social-icon ul {
    display: flex;
    gap: 20px;
    padding-left: 20px;
}
.social-icon ul li a {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-icon ul li a i{
   color: #fff;
   font-size: 24px;
}
.single-text-sec{
    padding: 8% 12%;
}
.home1-img{
    position: relative;
}
.home1-img .shape-1{
    position: absolute;
    top: 52px;
    left: -17px;
}
.home1-img .overlap{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #000000d6, transparent);
    z-index: 1;

}
.single-text h2{
    color: #fff;
    font-style: italic;
    font-size: 48px;
    text-align: center;
    font-weight: 400;
}
.home2-img{
    background:#f7f7f7;
    padding: 80px 0px 80px 90px;
    position: relative;
}
.home2-img img{
    margin-left: 60px;
    
}
.shape1{
    position: absolute;
    top: 15px;
    left: 115px;
}
.home2-text{
    padding: 85px 125px;
}
.home2-text h2{
    color: #fff;
    font-size: 55px;
    font-weight: 400;
}
.home2-text p{
    color: #cfcfcf;
    font-size: 20px;
    margin-top: 45px;
    letter-spacing: 1px;
    line-height: 1.9rem;
}

.insta-sec{
    background: #0C0C0C;
    padding: 40px 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%;
} 


.dd-body{
    background: url(../img/home-4-2.jpg);
    min-height: 655px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: 50%;
    position: relative;
    transition: all 0.9s ease-in-out;
    overflow: hidden;
    margin: 15px;
    margin-top: 80px;
}
.dd-body:hover::before{
    position: absolute;
    height: 100%;
    width:100% ;
    content: "";
    background: #00000045;
}
.dd-body:hover{
    transform: scale(1.2);
}
.dd-1 h2{
    font-size: 75px;
    color: #fff;
    font-weight: 400;
    position: relative;
}
.dd-2{
    background: url(../img/home-4-2.jpg);
}
.dd-body1{
    background: url(../img/home-4-1.jpg);
    min-height: 655px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: 50%;
    position: relative;
    transition: all 0.9s ease-in-out;
    overflow: hidden;
    margin: 15px;
}
.dd-body1:hover::before{
    position: absolute;
    height: 100%;
    width:100% ;
    content: "";
    background: #00000045;
}
.dd-body1:hover{
    transform: scale(1.2);
}
.home5-img{
    position: relative;
}
.home5-2{
    position: absolute;
    top: -71px;
    right: -147px;
}
.home5-sec{
    padding: 155px 0px 60px 0px;
}
.h5-text{
    width: 100%;
}
.h5-text h2{
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 63px;
    padding: 65px 144px; margin-top: -89px;
}
.h5-t p{
    color: #cacaca;
    letter-spacing: 2px; margin-top: 22px;
}
.h5-text .row{
    padding: 0px 25px;
}
footer{
    position: relative;
    padding: 50px 0px 50px 0px;
    background: #1c1c1c;

}
.footer-col h2{
    color: #fff;
    font-weight: 400;
    font-size: 38px;
    margin-bottom: 30px;
}
.footer-col ul li {
    padding-bottom: 15px;
}
.footer-col ul li p{
    margin: 0;
    color: #fff;
    letter-spacing: 1px;
}
.footer-col ul li span{
    color: #d3d3d3;
    font-size: 17px;

}
.footer-col ul li span a{
    color: #d3d3d3;
    font-size: 17px;

}
.footer-col img{
    position: absolute;
    top: -38px;
    right: 0;
    width: 29%;

}
.copy-right p{
    color: #fff;
    text-align: center;
    margin: 0;
}
/* 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 */

.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%;
}

.banner{
    background: url(../img/banner.webp);
    height: 520px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.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;
 }
.menu{
 padding: 45px 20px 75px 20px;

}
.menu-text{
    margin: 15px;
}
.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;
}
.menu-text a:hover{
    border: 1px solid #e9c475;
    color:#000;
    background:#e9c475 ;

}
.about{
    padding: 60px;
}
.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;
}
.ot-outlets{
    padding: 50px 0px;
}
.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;
}
.book-table-form input{
    height: 40px;
    font-size: 20px;
    background: transparent;
    color: #fff;
}
.book-table-form input::placeholder{
    color: #fff;
}
.book-table-form .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}
.submit-btn{
  
    color: #E9C475;
    background: transparent;
    border: 1px solid #E9C475;
    font-size: 20px;
    padding: 0px 16px;
    border-radius: 25px;
    transition: all 0.6s ease-in-out;
}
.submit-btn:hover{
    background: #E9C475;
    color: #000;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    margin-right: 2px;
    opacity: 1;
    filter: invert(1);
    color: #fff;
  }
  input[type="time"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    margin-right: 2px;
    opacity: 1;
    filter: invert(1);
    color: #fff;
  }
  
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {
   
      .col-sm-6{
        width: 50%;
      }
      header {
        position: static;
      
    }
      .home1-text h2 {
        font-size: 54px;
        padding-left: 0px;
        text-align: center;
        color: #fff;
            display: none;
    }
    .logo {
        align-items: center;
        justify-content: center;
        padding-right: 14px;
    }

    .footer-col .footer-title:after{
        display: none;
    }

    .footer , .footer .container{
        padding-top:0px;
        padding-bottom:0px;
    }

    .logo button{
        display: block;
        border: none;
        margin-top: 30px;
    }
    .header-right ul {
        
        justify-content: center;
        gap: 5px;
        flex-wrap: wrap;
    }
    .header-right ul li button{
        display: none;
    }
    .navigation .nav-bar ul li a {
        font-size: 34px;
     
    }
     .b91 {
        position: absolute;
        top: 7px;
        right: 11px;
    }
    .slide-address ul li p {
       display: none;
    }
    .navigation {
        width: 85%;      
    }
    .social-icon{
        display: none;
    }
      .single-text-sec {
        padding: 8% 1%;
    }
    .single-text h2 {
    
        font-size: 31px;
      
    }
    .home2-img img {
        margin-left: 21px;
    }
    .home2-img {
        
        padding: 40px 0px 40px 0px;
      
    }
    .shape1 {
        position: absolute;
        top: 0px;
        left: 38px;
    }
    .home2-text {
        padding: 35px 27px;
    }
    .home2-text h2 {
     
        font-size: 34px;
        
    }
    .dd-body {
        
        min-height: 369px;
        margin: 30px 0px;
    }
    .dd-body1 {
        min-height: 369px;
        margin: 30px 0px;
    }
    .home5-2 {
       
        right: -23px;
    }
    .h5-text h2 {
      
        font-size: 40px;
        padding: 50px 0px;
    }
    .footer-col img {
        position: static;
        /* top: -217px; */
        /* right: 0; */
        display: none;
    }
    .footer-col{
        text-align: center;
    }
    .insta-icon {
      
        left: 40%;
    
    }
    .banner {
    
        height: 360px;
    
    }
    .banner-text h1 {

        padding-top: 132px;
        font-size: 56px;
      
    }
    .about {
        padding: 40px 15px;
    }
    .other-outlet-card {
        margin-bottom: 30px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 768px) and (max-width: 1024px){
        .b91 {
        position: absolute;
        top: 10px;
        right: 14px;
        width: 45px;
        height: 45px;
    }
    .b91 a {
    
        font-size: 15px;
     
    }
    .home2-text {
        padding: 0px 1px 84px 34px;
    }
    .home5-2 {
       
        right: -53px;
    }
    .h5-text h2 {
     
        font-size: 41px;
        padding: 0px 33px 45px 33px;
    }
    .footer-col img {
        position: absolute;
        top: -135px;
        right: 0;
        width: 34%;
    }
    .slide-address ul li p {
       display: none;
    }
    .home1-text h2 {
    
        font-size: 63px;
        line-height: 3.2rem;
    
    }
   
}
@media (min-width: 768px) and (max-width: 992px){
    .logo a img{
        width: 59%;
    }
    .header-right ul {
        gap: 13px;
    }
      .b91 {
        position: absolute;
        top: 76px;
        right: 14px;
        width: 45px;
        height: 45px;
    }
    .home1-text h2 {
        font-size: 49px;
        line-height: 3.2rem;
      
    }
    .home2-text h2 {

        font-size: 41px;
       
    }
    .home2-text {
        padding: 0px 1px 84px 44px;
    }
    .h5-text h2 {
        font-size: 39px;
        padding: 0px 33px 45px 33px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
 
   
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* 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: #bfdd00;
}
.dropdown-menu{
    background: #082273;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}
}

/* footer */
.footer {
   
    background:url(../img/banner2-img.jpg);
    position: relative;
}

.footeroverlay{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #1a1a1a;
    opacity: 0;
}

.footer .container{
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .footer-logo{
   
    position: relative;
}

.footer-logo h2{
    color: #fff;
    font-style: italic;
}

.footer-social-link {
    display: flex;
    gap: 15px;
    position: relative;
}

.footer-col{
    padding-left: 20px;
}

.footer-social-link li a {
    color: #430059;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    width: 2.5rem;
    border-bottom-right-radius: 14px;
    border-top-left-radius: 14px;
    background: #e5e5e5;
}

.footer-social-link li a i {
    font-size: 20px;
    transition: all 0.5s ease-in-out;
}

.footer-col .footer-title {

    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;

}

.footer-col .footer-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 55px;
    height: 2px;
    background-color: #f7f7f7;
}


.footer-col .footer-menu li {
    margin-bottom: 15px;
}


.footer-col .footer-menu li a {
    color: #fff;
    position: relative;
    padding-left: 10px;
    transition: all 0.5s ease-in-out;
    
    font-size: 17px;

}

.footer-col .footer-menu li a i {
    position: absolute;
    top: 2px;
    left: -5px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: .5s;
    transition: all .5s ease-in-out;
}


.footer-col .footer-menu li a:hover {
    color: #bfdd00;

}


.footer-col .footer-menu li a:hover i {
    color: #bfdd00;
    left: 2px;

}

.footer-menu li{
    position: relative;
}
.footer-menu p{
    color: #fff;
}
.footer-menu p i{
    color:#ebebeb;
    position: relative;
}
.footer-col-1 p{color: #fff;}

.f-link .f-a-link{
    background: #f3f3f3;
    padding: 11px 31px !important;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #430059 !important;
}

.facebook:hover {
    background: #2e2ef3;
    border-color: #2e2ef3;
    color: #fff;
}

.twitter:hover {
    background: #00acee;
    border-color: #00acee;
    color: #fff;
}

.instagram:hover {
    background: linear-gradient(45deg, #fdb83a, #f900fb);
    border: none;
    color: #fff;
}

.youtube:hover {
    background: red;
    color: #fff;
}

.address li a {
    color: #fff;
    transition: all 0.5s ease-in-out;
    position: relative;
    font-size: 17px;
}

.address li a i {
    font-size: 24px;
    padding-right: 11px;
    transition: all 0.5s ease-in-out;
}

.bounce-in {
    animation: bounce-in 2s ease infinite;
  }
  @keyframes bounce-in {
    0% {
      opacity: 0;
      transform: scale(.3);
    }
    50% {
      opacity: 1;
      transform: scale(1.05);
    }
    70% { transform: scale(.9); }
    100% { transform: scale(1); }
  }

  .chef-img{
    display: flex;
    justify-content: center;
    align-items: center;
    
  }

  .chef-img video{
    max-width: 400px;
  }