
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-shadow: none;
    box-sizing: border-box;
}

:root {
    --primary-color: #9A5F25;
    --secondry-color: #8b4221;
    --third_color:#893f1d;
    --footer_atag_color:#25b34a;
    --footer_items_color:#fff;
    --black-color: #141615;
    --white_color1: #fafafa;
    /* border radius s */
    --border_radius1:2rem;

    /* border radius e  */

    --third-color: #fbbd74;
    --white-color: #fff;
    --black-color2: #202020;
    --black-color3: #212529;
    --lightgray-color: #e7e6e6;
    --gray-color: #a1a1a1;
    --facebook-color: #3B5998;
    --instagram-color: #962fbf;
    --youtube-color: #c4302b;
    
  
    
}

img {
    max-width: 100% !important;
}

body {
    font-family: "Font Awesome 5 Free";
}

body,
html {
    scroll-behavior: smooth;
    font-family: "Font Awesome 5 Free";
}

a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
    text-decoration: none;
}

.bg-light {
    background-color: #Fff!important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-top: 0px;
    padding-bottom: 1px;
}
/* about section css start */
.about_us_sec {
    background-color: #a1a1a10f;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
    padding-bottom:30px;
}
.about_us_sec p{
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 27px;
  text-decoration: none;
  transition: .5s ease-in-out;
  margin-top:10px;
  margin-bottom:10px;
}
.about_left_containt {
    /* text-align: center; */
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top:40px;
}
.about_left_containt p{
    color: var(--black-color);
    padding: 0;
    display: block;
    font-size: 15px;
    line-height: 27px;
    text-decoration: none;
    transition: .5s ease-in-out;
}

.about_right_img {
    text-align: center;
    background-color: #fff;
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: 10px;
    border-radius: 10px;
}
.about_left_containt h2{
    font-size: 25px;
    color: var(--black-color);
    font-weight: 700;
}
.about_left_containt h1{
  font-size: 20px;
    color:#8b4221;
    font-weight: 700
}
.about_left_containt p a{
  color: var(--secondry-color);
  font-weight: 600;
  font-size: 15px;
}
/* about btn start */

.read_more_btn {
  margin-top: 0;
  float: left;
}


/*  */
.about_right_img {
    position: relative;
    width: 100%;
    margin-top:40px;
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #c6ffa87a;
    border-radius: 10px;
  }
  
  .about_right_img:hover .overlay {
    opacity: 1;
  }
  

/* about section css end */

/* explore room start */
.explore_our_rooms {
    background-color: #fff;
    padding: 0;
}
.explor_aline{
    padding: 10px 0;
}
.explor_aline h2{
    font-size: 30px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-top:10px;
    margin-bottom:0px;
}
.explor_aline h2 span{
    color: #8b4221;
   
}
.explor_room_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 0px 1px 1px rgb(255 180 37);
    transition: .3s;
    margin-bottom: 20px;

    background-color: #fff;
    padding: 5px 5px 45px 5px;
}


.over_text {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:rgb(255 180 37);
    height: 40px;
    transition: .3s;
}
.over_text a {

    /* line-height: 40px; */
    color: #000;
    padding: 0;
    display: block;
    font-size: 15px;
    line-height: 27px;
    text-decoration: none;
    transition: .5s ease-in-out;
    font-weight: 700;
    margin-top: 5px;
}

.explore_sect {
    padding: 10px 112px 10px 112px;
    margin-bottom: 10px;
}

/* explore css end */

/* header css start */
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.right-topbar a .fa-facebook {
    font-size: 15px; 
    background: linear-gradient(45deg, #4267B2, #00A2FF); /* Facebook gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.right-topbar a .fa-instagram {
  font-size: 15px; 
  background: linear-gradient(45deg, #de2d2d, #e90dcd); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.right-topbar a .fa-youtube-play {
  font-size: 15px; 
  background: linear-gradient(45deg, #e90d0d, #e90d0d); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



/* header end */

/* fasility css start */

.demo li{

        color: #000;
        padding: 0;
        font-size: 15px;
        line-height: 27px;
        text-decoration: none;
        transition: .5s ease-in-out;
    }
/*  */
/* queen css start */
.image_queen img{
    border-radius: 5px 5px 5px 5px;
    padding: 0;
}

/* queen css end */


/* room amenities start css */
.room_amenities {
    background-color: #8080800f;
    padding: 20px;
}
.amenities_head h2{
    font-size: 30px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.amenities_head h2 span{
color:#8b4221;
}
.amenities_head h3{
    font-size: 30px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.amenities_head h3 span{
color:#8b4221;
}

.amenities_box {
   margin-bottom: 40px;
    padding: 30px 6px 30px 6px;
    background-color: #17a63e;
    box-shadow: rgb(196 54 32 / 44%) 5px 5px, rgb(253 179 20 / 44%) 10px 10px, rgb(227 55 31 / 40%) 15px 15px, rgb(224 44 30 / 8%) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    text-align: center;
    box-shadow: rgb(196 54 32 / 44%) 5px 5px, rgb(253 179 20 / 44%) 10px 10px, rgb(227 55 31 / 40%) 15px 15px, rgb(224 44 30 / 8%) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px;}
  
.amenities_box p{
    color: #000;
    padding: 0;
    display: block;
    font-size: 12px;
    line-height: 27px;
    text-decoration: none;
    transition: .5s ease-in-out;
    margin-top: 20px;
    font-weight:700;
}
.amenities_box img{
    border-radius: 50%;
}

/* ============rotate css start */

.rotate{
    width:60px;
    height:60px;
    /* animation: rotation infinite 3s linear; */
    transform: rotate(0deg);
    transition: transform 1s cubic-bezier(0.680, -0.550, 0.265, 1.550);
 }
 .rotate:hover{
    transform: rotate(360deg);
 }
 
 @keyframes rotation{
   from{
     transform:rotate(0deg);
   }
   
   to{
     transform:rotate(360deg);
   }
}

/*  */

/* room  amenities end css */



/* why_book_us start css */

.why_choose_us{
background-color: #fff;
padding: 10px 0;
}
.why_head p{
    padding: 10px 90px 10px 119px;
    display: block;
    text-decoration: none;
    transition: .5s ease-in-out;
    font-size: 15px;
    line-height: 27px;

}
.why_head h2{
    font-size: 30px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.why_head h2 span{
    color: #8b4221;
}
.why_head h4 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.why_head h4 span {
    color: #8b4221;
}

.choose_div {
    /* background-color: red; */
    border: 2px solid #e72222;
    padding: 10px;
}
/* ========= */

.why_list p{
    font-size: 13px;
    color: #fff;
    border: 1px solid #000;
    padding: 10px;
}

.why_list {
    background-color: #d4281e;
    border: none;
    color: white;
    padding: 0;
    text-align: center;
    font-size: 13px;
    margin: 4px 2px;
    opacity: 0.6;
    transition: 0.3s;
  }
  
  .why_list:hover {opacity: 1}

/* =========================== */

.flip-box-front h2{
    padding: 0;
    font-size: 18px;
    line-height: 27px;
    margin-top: 45px;
    color: #17a63e;
    display: block;
    text-decoration: none;
    transition: .5s ease-in-out;
    
}



.flip-box-front img{
    position: relative;
    width: 80px;
    height: auto;
    top: 19px;
}
.flip-box {
    background-color: transparent;
    width: 270px;
    height: 170px;
    border: 1px solid #000;
    perspective: 1000px;
  }
  
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  .flip-box:hover .flip-box-inner {
    transform: rotateX(180deg);
  }
  
  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-box-front {
    /* background-color: #17a63e; */
    background-color: #d4281e;
    color: black;
  }

  .flip-box-back {
    background-color: #17a63e;
    /* background-color: #d4281e; */
    color: white;
    transform: rotateX(180deg);
  }
 .flip-box-back h2{
   font-size: 18px;
   padding: 10px;
   margin-top: 19px;
}
.flip-box-back p{
    font-size: 15px;
    color: #000;
   
}



/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    background-color: var(--third_color);
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
  }
  @media (max-width: 991px) {
    .page-header {
      padding-top: 87px;
      padding-bottom: 99px;
    }
  }
  @media (max-width: 575px) {
    .page-header {
      padding-top: 10PX;
      padding-bottom: 10px;
    }
    .floens-breadcrumb li {
      font-size: 13px !important;
  }
  }
  .page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.4;
  }
  .page-header .container {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .page-header__title {
    margin: 0;
    font-size: 40px;
    color: var(--floens-white, #ffffff);
    letter-spacing: 0.9px;
    text-transform: capitalize;
    margin-bottom: 14px;
  }
  @media (max-width: 1199px) {
    .page-header__title {
      font-size: 50px;
    }
  }
  @media (max-width: 991px) {
    .page-header__title {
      font-size: 45px;
    }
  }
  @media (max-width: 767px) {
    .page-header__title {
      font-size: 40px;
    }
  }
  @media (max-width: 575px) {
    .page-header__title {
      font-size: 35px;
    }
  }
  
  .floens-breadcrumb {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 0;
    margin: 0;
    margin-bottom: 0;
  }
  .floens-breadcrumb li {
    font-size: 16px;
    color: var(--floens-white, #ffffff);
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.9px;
    /* text-transform: uppercase; */
    display: flex;
    align-items: center;
  }
  .floens-breadcrumb li:not(:first-of-type) {
    color: var(--floens-base, #685431);
  }
  .floens-breadcrumb li:not(:last-of-type)::after {
    content:  "\276F";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    position: relative;
    top: 0px;
    margin-left: 11px;
    margin-right: 11px;
  }
  .floens-breadcrumb li i {
    position: relative;
    top: 0px;
    margin-right: 9px;
    font-size: 14px;
    color: #ffffff;
  }
  .floens-breadcrumb li span,
  .floens-breadcrumb li a {
    color: #ffffff;
    display: inline-flex;
  }
  .floens-breadcrumb li span:hover{
      color:#17a63e;
  }
  .floens-breadcrumb li a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
  }
  .floens-breadcrumb li a:hover {
    background-size: 100% 1px;
  }
  .floens-breadcrumb li a:hover {
    color: var(--floens-base, #17a63e);
  }
  /* header page end  */

  /* Table css start */

  table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
  }
  
  table.center {
    margin-left: auto; 
    margin-right: auto;
    margin-bottom: 20px;
  }
  tbody, td, tfoot, th, thead, tr {
    width: 550px;
    text-align: center;
    padding: 0px !important;
  
    text-decoration: none;
    transition: .5s ease-in-out;
    line-height: 27px;
}
.room_head {
    font-size: 14px;
    font-weight: 700;
    line-height: 27px;
    text-decoration: none;
    transition: .5s ease-in-out;
    color: #000;
}
  /* table2  css start */
  .table2 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
 
  }
  
  th, td {
    text-align: center;
    padding: 8px;
  }
  
  tr:nth-child(even){background-color: #f2f2f2}


  /*  */


  /* table css end */


  /* contact us frm css start */
  .explore_sect2 {
    padding: 10px 112px 10px 112px;
    margin-bottom: 10px;
   
}
  /* .contact_us_sec {
    background-color: yellow;
  } */

  .left_contact_frm {
    border: 1px solid #ced4da;
    padding: 20px 30px 5px 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 20px;
}

.left_contact_frm h2 {
  color: var(--black-color);
  font-weight: 700;
  padding-bottom: 5px;
  text-transform: capitalize;
  font-size: 23px;
}
.left_contact_frm .input-group-text {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  background-color: transparent !important;
  padding-top: 13px;
  /* color: var(--black-color3); */
  color: #8b4221;
}
.left_contact_frm .input-group input, textarea {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  padding: 10px 0px 10px 10px;
}
.left_contact_frm .input_div input.btn {
  background-color: var(--black-color);
  padding: 10px 40px 10px 40px;
  color: var(--white-color);
  border-radius: 0px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: .5px;
  margin-bottom: 10px;
  border-radius: 3px 3px 3px 3px;
}
.left_contact_frm .input_div input.btn:hover {
  background-color: var(--third_color);
}
/* right */

.contact_addrees_right h2 {
  color: var(--black-color);
  font-weight: 700;
  padding-bottom: 5px;
  text-transform: capitalize;
  font-size: 23px;
}
.conatct_main_div_flx {
  margin-bottom: 10px;
}
.contact_page_num_div a {
  font-size: 14px;
  color: var(--black-color3);
  line-height: 27px;
  letter-spacing: .5px;
  font-weight: 400 !important;
  display: block;
  transition: .5s ease-in-out;

}
.contact_page_num_div p {
  font-size: 14px;
  color: var(--black-color3);
  line-height: 24px;
  letter-spacing: .5px;
  font-weight: 400 !important;
  margin-bottom: 7px !important;
  text-transform: capitalize;
}
.conatct_main_div_flx .flex-shrink-0 .bx {
  text-align: center;
}
.conatct_main_div_flx i{
  color: #000;
}

/*  */

  /* contact us frm css end */
  

/* gallery start css  */


/* =================++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.tariff_table{
  margin-bottom: 20px;
}
.card {
	position: relative;
	width: auto;
	background: radial-gradient(#17a63e 50%, #8b4221 100%);
	overflow: hidden;
	cursor: pointer;
  margin-bottom: 20px;
}

.card img {
	transform: scale(1.3);
	transition: 0.3s ease-out;
}

.card:hover img {
	transform: scale(1.1) translateY(-20px);
	opacity: 0.3;
}

.overlay2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 15px;
	color: #fff;
}

.overlay2 a{
  color: #fff;
  font-weight: 700;
  background-color: #9e471512;
}


/* .card:hover .overlay2 .link-a {
	opacity: 1;
	transform: translateY(0);
} */


/* gallery end css */


/* inner page css  */
.about_left_containt h4 {
  font-size: 16px;
    color: #8b4221;
    font-weight: 700;
    margin-top: 12px;
}
.presidential_pg_text p{
    color: #000;
    padding:0 30px 0 30px;
    display: block;
    font-size: 14px;
    line-height: 27px;
    text-decoration: none;
    transition: .5s ease-in-out;
}

.presidential_pg_text h2{
    font-size: 20px;
    color: #000;
    font-weight: 700;
    padding:0 30px 0 30px;
}
.presidential_pg_text h4{
  font-size: 16px;
    color: #8b4221;
    font-weight: 700;
    margin-top: 12px;
    padding:0 30px 0 30px;
}

/* inner page css end */


 
/* =================================== */
/* why_book_us end */


/* footer start */
.footer_heading{
  font-family: "Font Awesome 5 Free";
}
.footer_heading h2{
  color: #fff;
  font-size: 23px;
  font-weight: 500;
}
.product_list li a{
  color: var(--footer_items_color);
  font-size: 14px;
  margin: 10px 10px 20px;
  text-align: justify;
}
.product_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product_list li {
  margin-bottom: 10px;
}

.product_list a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  transition: color 0.3s;
}

.product_list a:hover {
  color: #000;
}
.logo_img {
  width: 65%; /* Adjust size as needed */
  height: auto;
}

.company_description p{
  font-size: 15px;
  color: var(--footer_items_color); 
  margin: 10px 10px 10px;
  text-align: justify; 
}
.company_description p a {
  font-size: 15px;
  color: var(--footer_atag_color); 
  font-weight:700;
}
.footer__bottomlink {
  padding: 5px;
  font-size: 15px;
  text-align: center;
}

.contact_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact_list li {
  margin-bottom: 10px;
  font-size: 15px;
  color: white;
  display: flex;
  align-items: center;
}

.contact_list i {
  font-size: 18px;
  color: var(--footer_items_color); 
  margin-right: 10px;
}

.contact_list a {
  text-decoration: none;
  font-size: 14px;
  color: var(--footer_items_color);
  text-align: justify;
  transition: color 0.3s;
}

.contact_list a:hover {
  color: #000; /* Hover effect for links */
}
/* footer end */

/**/


@media (max-width: 768px){
.desk {
    display: none;
}
}
@media (max-width: 768px){
.mob {
    display: block !important;
}
}

.mob{
  display: none;
}
/* =============================================================================history css timeline  css  */
.explore_sect h6{
  color: #8b4221;
  font-weight: 700;
  font-size: 15px;
}
.explores_sect1 p{
  color: #000;
  padding: 0;
  display: block;
  font-size: 14px;
  line-height: 27px;
  text-decoration: none;
  transition: .5s ease-in-out;
}
.history_left_containt{
 
  margin-bottom: 7px;
  font-size: 23px;
  color: #000;
  font-weight: 700;
}
.history_left_kalandar{
  margin-bottom: 5px;
  font-size: 16px;
  color: #8b4221;
  font-weight: 700;
}
/*history css end  timeline css end*/

/**/
.history_sec1{
   color: #000;
    display: block;
    font-size: 14px;
    line-height: 27px;
    text-decoration: none;
    transition: .5s ease-in-out;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 120px 10px 120px;
 
}
/**/

/* modal css start */

.modal-header {
  border-bottom: 2px solid #8b4221;
  background-color: #1fad43;
}
.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
    color: #FFF;
}
 .btn-close {
    color:#fff;
}
.close {
  color: #8b4221;
  text-decoration: none;
  font-size: 27px;
  border: 2px solid #17a63e;
  background-color: #17a63e;
}
input[type="text"] {
  color: #252525 !important;
}
.form_main_div_modal input {
  margin-bottom: 15px !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  padding: 10px 0px 10px 10px;
  font-size: 13px;
}
.form_main_div_modal button {
  background-color: #17a63e;
  padding: 8px 16px 8px 16px;
  color: #fff !important;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: .5px;
  margin-top: 10px;
}
.form_main_div_modal button:hover {
  background-color:#8b4221;
  padding: 8px 16px 8px 16px;
  color: #fff !important;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: .5px;
  margin-top: 10px;
}
 .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: #ff5e14;
  border-color: var(--bs-btn-active-border-color);
}

/*  modal css end*/


/* wave footer add s */

/* 
.wave {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("https://i.imgur.com/ZAts69f.png");
  background-size: 1000px 100px;
}

.wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animate 4s linear infinite !important;
}

.wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animate 3s linear infinite;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }
  100% {
    background-positon-x: 0px;
  }
} */


/*.ocean { */
/*  height: 2%;*/
/*  width:100%;*/
/*  position:absolute;*/
/*  left:0;*/
/*  background: #9f5832;*/
/*}*/

/*.wave {*/
/*  background: url('../download/wave34.png') repeat-x; */
/*  position: absolute;*/
/*  top: -198px;*/
/*  width: 6400px;*/
/*  height: 198px;*/
/*  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;*/
/*  transform: translate3d(0, 0, 0);*/
/*}*/

/*.wave:nth-of-type(2) {*/
/*  top: -175px;*/
/*  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;*/
/*  opacity: 1;*/
/*}*/
/*.wave:nth-of-type(3) {*/
/*  top:-154px;*/
/*  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;*/
/*  opacity: 1;*/
/*}*/

/*@keyframes wave {*/
/*  0% {*/
/*    margin-left: 0;*/
/*  }*/
/*  100% {*/
/*    margin-left: -1600px;*/
/*  }*/
/*}*/

/*@keyframes swell {*/
/*  0%, 100% {*/
/*    transform: translate3d(0,-25px,0);*/
/*  }*/
/*  50% {*/
/*    transform: translate3d(0,5px,0);*/
/*  }*/
/*}*/



.ocean { 
  height: 2%;
  width:100%;
  position:absolute;
  left:0;
  background: #9f5832;
}

.wave {
  background: url('../download/wave34.png') repeat-x; 
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}
.wave:nth-of-type(3) {
  top:-154px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}

.footer {
  padding: 250px 0 0;
  position: relative;
  overflow: hidden;
}
footer.footer__elem {
  width: 100%;
  background: #964f2a;
  padding-bottom: 30px;
}
.footer__row ul {
  padding: 0;
  margin: 0;
  padding-left: 25%;
}
.footer__row ul li {
  list-style: none;
  margin-bottom: 20px;
}
.footer__row ul li a {
  color: #fff;
}
.footer__bottomrow {
  color: #359b9b;
}
.footer__bottomrow ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
.footer__bottomrow li {
  list-style: none;
  display: inline-block;
  margin-right: 2%;
  width: 18%;
}
.footer__bottomrow li:last-child {
  margin-right: 0;
}
.footer__bottomrow ul li a {
  color: #3aa3a5;
}

.footer {
  clear: both;
}
.footer__row ul.scl_lst {
  padding-left: 0;
  text-align: left;
  margin-top: 30px;
}


/*  wave footer add e /*/
/* food menu images s  */

.food_menu_sec {
  background-color: #8080802b;
}
/* Main Image Styling */
/* .food_menu_images {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.food_menu_images img {
  width: 100%;
  height: auto;
  border-radius: 10px; 
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); 
}

.menu_food_under_images {
  position: absolute;
  bottom: 18px;
  left: 49%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0.8;
  padding: 13px;
  background-color: #fff;
  right: -15%;
  height: 210px;
}

.menu_food_under_images img {
  width: 100%;
  height: auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); 
}

.food_menu_images:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}
.under_image_heading {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
} */
.food_menu_heading h2{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 22px;
  text-align: center;
}

.food_menu_images {
  background-image: url('../food-menu/paneer-tikka.png'); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  border-radius: 10px;
  padding: 20px; 
  position: relative; 
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); 
  margin-bottom: 20px;
}
.food_menu_images3 {
  background-image: url('../food-menu/chicken_snaks.png'); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  border-radius: 10px;
  padding: 20px; 
  position: relative; 
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); 
  margin-bottom: 20px;
}


/* Under Image Section */
.menu_food_under_images {
  text-align: center;
  background-color:rgb(255 255 255 / 80%);
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.menu_food_under_images:hover {
  transform: scale(1.05); /* Slight zoom effect */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* Adds shadow on hover */
}

.menu_food_under_images img {
  width: 100%;
  height: auto;
 padding: 20px;
 transition: transform 0.3s ease, opacity 0.3s ease;
 border-radius: var(--border_radius1);
}
.menu_food_under_images:hover img {
  transform: scale(1.1); /* Slightly enlarges the image */
  opacity: 0.9; /* Adds a subtle fade effect */
}
.menu_food_under_images:hover .under_image_heading {
  color: #c42121; /* Changes text color on hover */
}
/* Heading Above the Under Image */
.under_image_heading {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 4px;
  text-align: center;
  padding-top: 18px;
}
.download_menu{
  background-color: #19a53d;
  border-radius: 10px;
}
.download_menu a{
  color: #fff;
}
/* 2nd sec image service s */

/* .food_menu_images2{
  background-image: url(../food-menu/1.avif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
} */

.food_menu_images2 {
  position: relative;
  /* background-image: url('../food-menu/1.avif');  */
  background-size: cover;
  height: 334px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 17px;
  /* padding: 20px; */
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 10px solid #fff;
 /*  */
 background-size: cover;
  background-position: center;
  animation: backgroundMove 10s infinite alternate;
 /*  */
}
@keyframes backgroundMove {
  0% {
    background-position: center;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}

/* Full-width overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  
}

.overlay-text {
  font-size: 24px;
  text-align: center;
  margin: 0;
}

/* Bottom half with background color */
.bottom-half {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16%; 
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.bottom-text {
  color: white;
  font-size: 16px;
  text-align: center;
  margin: 0;
}
/* animation s  */


/* Image Animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* animation e */

/* e */
/* food menu images e  */


/* hindustani_menubar s */
.hindustani_menubar {
  padding-top:25px;
  padding-bottom: 25px;
  background-color: #fce2ad6e;
}
.hindustani_first,
.hindustani_right {
  border-top: 2px solid #18a93e; /* Top border */
  border-bottom: 2px solid #18a93e; /* Bottom border */
  padding: 10px 0; /* Space between the content and the borders */
}

.hindustani_first h3,
.hindustani_right h3 {
  text-align: center; 
  font-size: 20px;
  color: #f48401;
  margin-top: 0px;
  margin-bottom: 0px;
}

.hindustani_second {
  text-align: center;
}
.hindustani_second h3{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
/*  */

/* Menu Price Sections */
.menu_price {
  padding: 15px;
  background-color: #ffffff4d;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  margin-bottom: 0px;
}
.menu_price h3{
  font-size: 18px;
  color: #333;
  margin: 0;
  font-weight: 700;
}
.menu_price_nonveg {
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 15px;
  background-color: #ffffff4d;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
 .menu_price_nonveg h3 {
  font-size: 18px;
  color: #333;
  margin: 0;
  font-weight: 700;
}

.right-aligned-h5 {
  text-align: right; /* Aligns the text to the right */
  margin-top: 20px;
}

.right-aligned-h5 h5 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
  margin-right: 20px; /* Optional: space from the right edge */
}

.menu_price p, .menu_price_nonveg p {
  font-size: 16px;
  color: #777;
  margin: 10px 0; /* Space between text */
}

.menu_price h5, .menu_price_nonveg h5 {
  font-size: 18px;
  color: #555;
  font-weight: normal;
  margin-top: -40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #893f1d;
  margin-bottom: 20px;
}

.veg_heding1 {
  background-color: #893f1d;
  margin-top: 20px;
  padding: 10px;
  margin-bottom: 20px;
}
.veg_heding1 h3{
  color: #fff;
  font-size: 17px;
}
/*  hindustani_menubar e*/



/* Custom Owl Carousel Styles */

.food_menu_images2 {
  position: relative;
  overflow: hidden;
  margin-bottom:15px;
}

.food_menu_images2 img {
  width: 100%;
  height: 315px;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.food_menu_images2:hover .overlay {
  opacity: 1;
}

.bottom-half {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(137 63 29 / 78%);
  color: white;
  padding: 10px;
  text-align: center;
}

/* Owl Carousel styling */

.owl-carousel .item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #ddd;
  height:335px;
}

.owl-carousel .item img {
  width: 100%;
  display: block;
  border-radius: 5px;
}

/* Navigation Buttons */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}

/* Owl Carousel Navigation Buttons */
.owl-nav button {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  padding: 0px 13px 5px 13px;
  border-radius: 9%;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1000;
}

.owl-nav .owl-prev {
  /* left: -30px; */
  left: -20px;
  display: block;
}

.owl-nav .owl-next {
  right: 0px;
  display: block;
}

/* Optional: Hide buttons on smaller screens */
@media (max-width: 576px) {
  .owl-nav button {
    display: none;
  }
}
.owl-dots {
  display: none;
}

/* Carousel Navigation Buttons */

/* testimonial s  */

.background_space {
  padding: 35px;
  background-color: #f5910747;
}
.testimonial_images2 {
  background-color: #f0f0f0; /* Light gray background color */
  background-image: url('../food-menu/testimonial-veg.png'); /* Add your background image */
  background-size: cover;
  background-position: center;
  padding: 20px;
  position: relative;
  color: #333;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -72px inset, rgba(0, 0, 0, 0.3) 0px 18px 32px -72px inset;
 border-radius: 20px;
}
.testimonial_images2 i{
  font-size: 45px;
  color: #000;
}

.testimonial_images2 .p_tagsec p {
  font-size: 15px;
}
.p_tagsec {
  background-color: white;
  padding: 15px;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 35px;
}
.p_tagsec h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  color: #333;
}
/* Star Ratings */
.star_ratings {
  margin-bottom: 15px;
}

.star_ratings i {
  color: #ffc107; /* Yellow color for stars */
  font-size: 20px;
}
.testimonial_carousel .item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #ddd;
  height:auto;
}

/* testimonial e  */

/* blogs sec s  */
.date-overlay {
  position: absolute;
  top: 10px; 
  left: 10px; 
  background-color: rgb(26 165 62 / 74%); 
  color: #fff; 
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px; 
  z-index: 1; 
}

/* blogs sec e  */

/* gallery s  */
.gallery_sec{
  background-color: #eaeaea6e;
}

.gallery_images {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  margin-bottom: 15px;
}

.gallery_images img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
    border-radius: 15px !important;
   
}

.gallery_images:hover img {
  transform: scale(1.1); 
}

.gallery_images a {
  display: block;
}

.gallery_images:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Dark overlay effect */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.gallery_images:hover:before {
  opacity: 1;
}

.gallery_images:hover img {
  filter: brightness(0.8); /* Slightly darken image on hover */
}
/* Gallery View Button */
.gallery_viewbtn {
  text-align: center; /* Center aligns the button */
  margin-top: 20px; /* Adds spacing above the button */
}

.gallery_viewbtn a {
  display: inline-block; /* Ensures the button behaves like an inline-block element */
  background-color: var(--third_color); /* Button background color */
  color: #fff; /* Button text color */
  text-decoration: none; /* Removes the underline */
  padding: 10px 25px; /* Adds padding around the text */
  font-size: 16px; /* Sets the font size */
  font-weight: 500; /* Adds slight boldness */
  border-radius: 5px; /* Rounded corners */
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth hover effect */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow */
}

.gallery_viewbtn a:hover {
  background-color: #088a29; /* Changes the button color on hover */
  color: #fff; /* Ensures the text remains white */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3); /* Intensifies shadow on hover */
}

.gallery_viewbtn a img {
  margin-left: 10px; /* Adds space between the text and image */
  width: 20px; /* Set image width */
  height: auto; /* Maintain image aspect ratio */
  transition: transform 0.3s ease; /* Smooth transform for hover effect */
}

/* Hover effect on the image */
.gallery_viewbtn a:hover img {
  transform: translateX(5px); /* Slight movement on hover */
}
/* gallery e  */

.fixed_enquiry_btn_web {
  position: fixed;
  bottom: 30%;
  left: 1%;
  z-index: 99;
}
.fixed_enquiry_btn_web a {
  background-color: var(--third_color);
  padding: 30px 10px 30px 10px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  /* text-transform: uppercase; */
  letter-spacing: 1.5px;
  word-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  writing-mode: vertical-lr;
  color: #fff !important;
  border: 2px solid #fff;
}
/* dropdown menu s  */

.navbar-nav .dropdown-menu {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-top: 0;
  padding: 0;
  display: none;
  z-index: 1000;
}

.navbar-nav .dropdown-menu a {
  color: #333;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  font-size: 14px;
}

.navbar-nav .dropdown-menu a:hover {
  background-color: #f8f9fa;
  color: #20195f;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu .dropdown-menu {
  top: -3px;
  left: 100%; /* Positions submenu to the right */
  margin-left: 0px; /* Align submenu with parent */
  display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block; /* Show submenu on hover */
}

.dropdown-submenu {
  position: relative;
}

.navbar-nav > .dropdown > .dropdown-menu .dropdown-menu > li > a:hover {
  transition: 0.4s ease-in-out;
  background-color: #8b4221;
  color: var(--white-color);
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
      border-radius: 0px;
      border-top: 2px solid var(--third_color);
  }
}
.navbar-nav > .dropdown > .dropdown-menu .dropdown-menu > li {
  border-bottom: 1px dashed var(--lightgray-color);
  transition: 0.4s ease-in-out;
  text-transform: capitalize;
  line-height: 20px;
}
.navbar-nav > .dropdown > .dropdown-menu .dropdown-menu {
  padding: 0px !important;
  border-radius: 0px !important;
  outline: none !important;
  width: 300px;
  justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
/*  */
/* Styling the icon */
.menu-icon {
  width: 15px;
  height: 15px;
  margin-right: 2px;
  object-fit: contain;
  margin-top: -3px;
}

/* Arrow icon styling */
.dropdown-submenu > a i {
  font-size: 16px;
  color: #000;
  float: right;
  margin-top: 0px;
}

.dropdown-submenu > a:hover i {
  color: #fff;
  float: right;
  margin-top: 0px;
}

/* dropdown menu e  */

/*inner page  veg menu s  */

.veg_menu_images img {
  width: 100%; 
  height: auto; 
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.veg_menu_content {
  padding: 0px 0px 10px 45px; 
}

.veg_menu_content h3 {
  font-size: 1.6rem; /* Font size for the heading */
  color: #20195f; /* Match your preferred color palette */
  margin-bottom: 15px; /* Space below the heading */
  font-weight: bold;
  text-transform: capitalize;
}

.veg_menu_content p {
  font-size: 1rem; /* Text size */
  color: #555; /* Text color */
  line-height: 1.6; /* Improve readability */
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .veg_menu_sec .row {
    flex-direction: column; /* Stack columns on smaller screens */
  }

  .veg_menu_images {
    margin-bottom: 20px; /* Add spacing between sections */
  }
}

.menu-list {
  list-style-type: disc; /* Disc-style bullets */
  padding-left: 20px; /* Indent for bullets */
  margin: 0; /* Remove default margin */
}

.menu-list li {
  font-size: 15px;
  color: #555;
  line-height: 1.6; /* Improve readability */
  margin-bottom: 8px; /* Spacing between items */
  position: relative;
}

.menu-list li::before {
  content: "•"; /* Custom bullet point */
  color: #f59107; /* Bullet color matching your palette */
  font-size: 1.2rem; /* Bullet size */
  position: absolute;
  left: -20px; /* Adjust position */
  top: 0;
}
.price-options {
  display: flex;
  justify-content: space-between; /* Align prices horizontally */
  font-size: 0.9rem;
  color: #666;
}
.price-options span {
  background-color: #f9f9f9; 
  padding: 3px 20px;
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); 
  font-weight: 600;
  color: #555;
  font-size: 18px;
}
/*  */

/* Styling the price options container */
.price-options {
  display: flex;
  align-items: center; /* Vertically align items */
  gap: 10px; /* Space between price items */
}

.price-item {
  font-size: 1rem;
  color: #333;
  position: relative;
  padding-left: 20px; /* Space for the dot */
}

/* Styling the green dot */
.green-dot {
  width: 8px;
  height: 8px;
  background-color: #28a745; /* Green color */
  border-radius: 50%; /* Make it circular */
  position: absolute;
  top: 50%; /* Center vertically */
  left: 5px; /* Position it to the left of text */
  transform: translateY(-50%); /* Adjust for perfect centering */
  order: 2px solid #fff;
  padding: 4px;
  outline: 3px solid #bbb3b3;
}
@media (max-width: 991px) {
  .veg_menu_content {
    padding: 10px; /* Add more padding for medium screens */
  }
  .veg_menu_content h3 {
    font-size: 1.2rem;
    color: #20195f;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: capitalize;
}
}

@media (max-width: 768px) {
  .veg_menu_content {
    padding: 0px 0px 10px 0px; /* Increase padding for smaller screens */
  }
  .veg_menu_content h3 {
    font-size: 1.2rem;
    color: #20195f;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: capitalize;
}
}

@media (max-width: 576px) {
  .veg_menu_content {
    padding: 0px 0px 10px 0px; /* Maximum padding for extra-small screens */
  }
  .veg_menu_content h3 {
    margin-top:10px;
    font-size: 1.2rem;
    color: #20195f;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: capitalize;
}
}

/* inner page veg menu e  */

/*inner page  non menu s  */
.non-veg_menu_images {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.non-veg_menu_images img {
  width: 100%; /* Ensure the image is responsive */
  height: auto; /* Maintain aspect ratio */
  border-radius: 10px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.non-veg_content {
  padding: 0px 0px 10px 45px; 
}

.non-veg_content h3 {
  font-size: 1.6rem; /* Font size for the heading */
  color: #20195f; /* Match your preferred color palette */
  margin-bottom: 15px; /* Space below the heading */
  font-weight: bold;
  text-transform: capitalize;
}

.non-veg_content p {
  font-size: 1rem; /* Text size */
  color: #555; /* Text color */
  line-height: 1.6; /* Improve readability */
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .non-veg_sec .row {
    flex-direction: column; /* Stack columns on smaller screens */
  }

  .non-veg_images {
    margin-bottom: 20px; /* Add spacing between sections */
  }
}

.menu-list_non-veg {
  list-style-type: disc; /* Disc-style bullets */
  padding-left: 20px; /* Indent for bullets */
  margin: 0; /* Remove default margin */
}

.menu-list_non-veg li {
  font-size: 15px;
  color: #555;
  line-height: 1.6; /* Improve readability */
  margin-bottom: 8px; /* Spacing between items */
  position: relative;
}

.menu-list_non-veg li::before {
  content: "•"; /* Custom bullet point */
  color: #f59107; /* Bullet color matching your palette */
  font-size: 1.2rem; /* Bullet size */
  position: absolute;
  left: -20px; /* Adjust position */
  top: 0;
}
.price-options_non-veg {
  display: flex;
  justify-content: space-between; /* Align prices horizontally */
  font-size: 0.9rem;
  color: #666;
}
.price-options_non-veg span {
  background-color: #f9f9f9; 
  padding: 3px 20px;
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); 
  font-weight: 600;
  color: #555;
  font-size: 18px;
}
/*  */

/* Styling the price options container */
.price-options_non-veg {
  display: inline-block;
  align-items: center; 
  margin-bottom:15px;
  gap: 10px;
  margin-right:30px;
}

.price-item_non-veg {
  font-size: 1rem;
  color: #333;
  position: relative;
  padding-left: 20px; /* Space for the dot */
}

/* Styling the green dot */
.green-dot_non-veg {
  width: 8px;
  height: 8px;
  background-color: red; /* Green color */
  border-radius: 50%; /* Make it circular */
  position: absolute;
  top: 50%; /* Center vertically */
  left: 5px; /* Position it to the left of text */
  transform: translateY(-50%); /* Adjust for perfect centering */
  order: 2px solid #fff;
  padding: 4px;
  outline: 3px solid #bbb3b3;
}
.veg_menu_content_non-veg {
  padding: 0px 0px 10px 45px; /* Increase padding for smaller screens */
}
.veg_menu_content_non-veg h3 {
  font-size: 1.6rem;
  color: #20195f;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .veg_menu_content_non-veg {
    padding: 10px; /* Add more padding for medium screens */
  }
  .veg_menu_content_non-veg h3 {
    font-size: 1.2rem;
    color: #20195f;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: capitalize;
}
}

@media (max-width: 768px) {
  .veg_menu_content_non-veg {
    padding: 0px 0px 10px 0px; /* Increase padding for smaller screens */
  }
  .veg_menu_content_non-veg h3 {
    font-size: 1.2rem;
    color: #20195f;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: capitalize;
}
}

@media (max-width: 576px) {
  .veg_menu_content_non-veg {
    padding: 0px 0px 10px 0px; /* Maximum padding for extra-small screens */
  }
  .veg_menu_content_non-veg h3 {
    margin-top:25px;
    font-size: 1.2rem;
    color: #20195f;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: capitalize;
}
}

/* inner page non menu e  */
.testimonial_carousel .owl-prev {
    /* left: -30px; */
    left: 0px;
    display: block;
    background-color:#893f1d;
}
.testimonial_carousel .owl-next{
    /* left: -30px; */
    right:22px;
    display: block;
    background-color:#893f1d;
}
.blogs_carousel .owl-prev {
    /* left: -30px; */
    left: 0px;
    display: block;
    background-color:#38a130;
}
.blogs_carousel .owl-next{
    /* left: -30px; */
    right: 22px;
    display: block;
    background-color:#38a130;
}
.product_carousel .owl-prev {
    /* left: -30px; */
    left: 0px;
    display: block;
    background-color:#893f1d;
}
.product_carousel .owl-next{
    /* left: -30px; */
    right: 0px;
    display: block;
    background-color:#893f1d;
}
.veg_menu_content h4{
    font-size:17px;
}

/* scroll s */

.sub_menu_scroll {
  height: 300px !important;
  overflow-y: auto;
}


/* width */
.sub_menu_scroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.sub_menu_scroll:hover::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.sub_menu_scroll:hover::-webkit-scrollbar-thumb {
  /* background: #685c5c; */
  background: #494545;
}

/* Handle on hover */
.sub_menu_scroll:hover::-webkit-scrollbar-thumb:hover {
  /* background: #685c5c; */
  background: #494545;
}
.dropdown:hover .pro-drop {
  display: block;
  opacity: 1;
  margin-top:9px;
}
.menu-links li a:hover .pro-drop li a {
  background-color: unset;
}
.pro-drop li a {
  display: block;
  padding: 10px 15px !important;
  border-bottom: 1px solid rgba(256,256,256,0.2);
  text-align: left;
  color: #fff !important;
  font-size: 13px;
  background-color: #222;
  text-transform: capitalize;
}

.pro-drop li a:hover {
  background-color: #333;
}
.pro-drop li a::after {
  content: unset;
}
/* scroll e */
/* header scroll e  */

/**/
.follow_section {
  display: flex;
  align-items: center;
}

.follow_heading {
  font-size: 21px;
  color: #fff;
  margin-bottom: 10px;
  margin-right:20px;
  margin-left:10px;
}

.social_icons {
  display: flex;
  gap: 10px;
  
}

.social_icon i {
 background-color: rgb(1, 101, 225);
 /*padding: 5px;*/
 padding:5px 8px 5px 8px;
 border-radius: 2px;
 color:#fff;
 transition: transform 0.3s ease;
}

.social_icon i:hover {
  transform: scale(1.1);
}
.social_icon2 i {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
 padding: 5px;
 border-radius: 2px;
 color:#fff;
 transition: transform 0.3s ease;
}

.social_icon2 i:hover {
  transform: scale(1.1);
}


/*top scroll s*/

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.scroll-to-top {
  animation: floatUpDown 2s ease-in-out infinite;
  background-color: rgb(137 63 29);
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border:2px solid #fff;

}
/**/

/* sitemap css start */
.site_map_navi {
  background-color: #fafafa;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.site_map_nav {
  margin-bottom: 20px;
}
.site_map_nav h2{
  text-align: center;
  padding: 20px;
  padding-top: 0px;
  font-weight: 700;
  font-size: 30px;
}

.site_map_nav a {
  background-color: #fff;
  color: #212121;
  padding: 10px 20px 10px 20px;
  text-transform: capitalize;
  border-radius: 100px;
  margin: 0px 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: .3s ease-in-out;
  border-left: 5px solid #eeeaea;
  border-right: 5px solid #eeeaea;
  font-size: 15px;
  text-align: center;
}

/* our product start */
.sitemap_section {
  padding-top: 20px;
  padding-bottom: 50px;
}
.sitemap_head_ti {
  margin-bottom: 10px;
}
.sitemap_ul_div ul {
  list-style: none !important;
}
.sitemap_ul_div li {
  line-height: 40px;
  border: 1px dashed lightgray;
  margin-bottom: 15px;
  padding: 7px 10px;
  border-left: 5px solid #893f1d;
  background-color: #fff;
  transition: .5s ease;
  display: block;
  font-family: var(--alori-font-2)
}
.sitemap_ul_div li:before {
  position: relative;
  content: '\2059';
  margin-right: 4px;
  font-weight: bold;
  color: #893f1d;
  top: -1px;
  font-size: 20px;
  font-family: var(--alori-font-2)
}
.sitemap_ul_div li a {
  text-transform: capitalize;
  font-size: 15px;
  display: inline-block;
  color:#000;
}

.sitemap_ul_div li a:hover {
  text-transform: capitalize;
  font-size: 15px;
  display: inline-block;
  color: #893f1d;
  font-family: var(--alori-font-2)
}
.sitemap_head_ti h2{
    font-size:23px;
    color:#000;
    font-weight:700;
}
/*site map e*/
.profile_card_body>.profile_ul>li>a span{
    float:right;
}
.producticon {
    float:right;
    color:#fff;
    margin-top:4px;
}
/*blogs details s */

/* blogs details css s  */

.blogs_details_sec {
    padding: 50px 0;
    background-color: #f8f9fa;
  }

  .blogs_details_sec .cotainer {
    max-width: 1200px;
    margin: 0 auto;
  }

  /* .blogs_details_sec .row {
    align-items: center;
  } */

  .blogs_images_details img {
    height: 300px; /* Fixed height */
    padding: 10px;
    width: 100%; /* Full width of the container */
    object-fit: cover; /* Ensures the image fits nicely and is cropped if needed */
    border-radius: 8px; /* Smooth corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    border-radius:20px !important;
  }
  .blogs_images_content {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 20px;
    height: 300px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
  }
.blogs_heading h2{
font-size: 18px;
font-weight: 600;
line-height: 30px;
color: #20195f;
}
.blogs_heading h3{
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    color: #20195f;
}
  .blogs_images_content p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #333333; /* Dark grey for text */
  }

  @media (max-width: 768px) {
    .blogs_details_sec {
      padding: 30px 15px;
    }

    .blogs_images_details {
      margin-bottom: 20px; /* Adds spacing between image and content */
    }

    .blogs_images_content {
      padding: 15px;
    }
  }


  .blog-title {
    font-size: 25px;
    font-weight: 700;
    color: #20195f;
    margin-bottom: 10px;
    margin-bottom: 20px;
  }

  .blog-date {
    display: block;
    font-size: 0.875rem;
    color: #888888; /* Light grey for date */
    margin-bottom: 15px;
  }

  .blogs_images_content p {
    margin: 0;
    font-size: 15px;
    line-height: 30px;
    color: #000;
  }
  /* col-lg12 sec css s  */
  .blogs_fullwidth_content {
    padding: 20px;
    background-color: #f8f9fa; /* Light grey background */
    border-radius: 8px;
    font-size: 15px;
    line-height: 30px;
    color: #333; /* Dark grey text */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  }

  .blogs_fullwidth_content h2 {
    font-size: 23px; /* Adjusts the font size */
    font-weight: 700; /* Makes the heading bold */
    color: #20195f; /* Your preferred color from the palette */
    margin-bottom: 15px; /* Adds space below the heading */

  }
  .blogs_fullwidth_content p {
    font-size: 15px; /* Adjusts font size */
    color: #333333; /* Dark grey color for better readability */
    line-height: 30px; /* Increases line spacing for readability */
    margin-bottom: 10px; /* Adds space below the paragraph */
    /* padding: 0 20px; */
  }
  
/*blogs details e */
/**/
.blogs_fullwidth_content h3 {
    font-size:21px;
    font-weight:700;
}
.download_menu_header {
  background-color: var(--third_color);
    padding: 30px 10px 30px 10px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 700;
    /* text-transform: uppercase; */
    letter-spacing: 1.5px;
    word-spacing: 1px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
    /* writing-mode: vertical-lr; */
    color: #fff !important;
    border: 2px solid #fff;
}
.download_menu_header:hover{
  background-color: var(--third_color);
    padding: 30px 10px 30px 10px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 700;
    /* text-transform: uppercase; */
    letter-spacing: 1.5px;
    word-spacing: 1px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
    /* writing-mode: vertical-lr; */
    color: #fff !important;
    border: 2px solid #fff;
}
/**/

/*new site map section s*/
.new_sitemap_heading h2 {
 text-align:center;
 font-size:25px;
 margin-bottom:10px;
 font-weight:700;
 text-decoration: underline;
 text-decoration-color: #1eab42;
 color:#1eab42;
 text-decoration-thickness: 2px; 
}
.new_site_map_sec .box_new_sitemap {
    border: 1px solid #ddd;
    padding: 20px;       
    background-color: #f9f9f9;
    /*text-align: center;  */
    margin-bottom:20px;
}

.new_site_map_sec .box_new_sitemap h3 {
    font-size: 21px;
    font-weight:700;
    margin-bottom: 10px;
}

.new_site_map_sec .box_new_sitemap p {
    font-size: 15px; 
    margin-bottom: 15px;
}

.new_site_map_sec .box_new_sitemap a {
    color: #010101;
    text-decoration: none;
}

.new_site_map_sec .box_new_sitemap a:hover {
    text-decoration: underline;
}

.box_new_sitemap a h3 {
    text-decoration: underline; 
    color: #20195f;
}

.box_new_sitemap a h3:hover {
    color: #893f1d;
    text-decoration-color: #893f1d;
}

.box_new_sitemap {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    border-radius: 5px; 
    padding: 20px;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
}

.box_new_sitemap:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.box_new_sitemap h3 .fa-cutlery {
    color: #1eab42;
    margin-right:10px;
    font-size:17px;
}

.box_new_sitemap p .fa-arrow-right {
    color: #282828de;
    font-size:11px;
}

/**/
.new_sitemap_heading1 h2 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #893f1d;
    color: #893f1d;
    text-decoration-thickness: 2px;
}
.new_sitemap_heading2 h2{
    font-weight:600;
    font-size:25px;
}
/*new sitemap section e */
.veg_menu_images {
    position: relative;
    overflow: hidden;
    border-radius: 8px; /* Adds rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.book_btn1 {
    position: absolute;
    top: 50%;
    right: -31px;
    transform: translateY(-50%) rotate(-90deg);
    background-color: #893f1d;
    color: #fff;
    border: none;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}
.book_btn1 a{
    color:#fff;
}

.model_btn {
    background-color:var(--third_color);
    border:none;
}
.model_btn:hover {
    background-color:#1fad43;
    border:none;
}
.modal-content {
    border:1px solid #fff;
}
/**/
/*.zomato_and_swiggy_btn a img {*/
/*    width:45px;*/
/*}*/
/*.zomato_and_swiggy_btn a {*/
/*    color:#000;*/
/*    font-weight:700;*/
/*}*/


/*.zomato-logo {*/
/*  width: 45px;*/
/*  height: auto;*/
/*  flex-direction:row;*/
/*}*/
/*.swiggy-logo {*/
/*  width: 45px;*/
/*  height: auto;*/
/*}*/


/*.header_swiggy {*/
/*  display: flex;        */
/*  justify-content: space-around; */
/*  align-items: center;   */
/*}*/

/*.zomato-logo, .swiggy-logo {*/
/*  height: 45px;          */
/*  width: auto;        */
/*  display: block;        */
/*}*/



/* General Styles for the Header */
.header_swiggy {
  text-align: center;
  padding: 5px 10px 5px 0px;
  background-color: #f8f8f8; /* Light background color */
}

.header_swiggy p {
  font-size: 16px;
  font-weight: 700;
  color: #333; 
  margin-bottom: 0px;
}

/* Row containing the Zomato and Swiggy Links */
.order-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px; /* Spacing between the images */
}

/* Styling for the Zomato and Swiggy Logos */
.zomato-logo, .swiggy-logo {
  width: 40px;
  border-radius:5px;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

/* Hover effect for logos */
.zomato-logo:hover, .swiggy-logo:hover {
  transform: scale(1.1); /* Slightly enlarge logos on hover */
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
  .order-links {
    flex-direction: column;
    gap: 10px; /* Reduce gap for mobile */
  }

  .zomato-logo, .swiggy-logo {
    width: 40px; /* Slightly smaller logos on mobile */
  }
}
