@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); 
 @import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400..800&display=swap');

@font-face {
    font-family: "Code-Pro-LC";
    src: url("https://db.onlinewebfonts.com/t/3e5b6f29cdc18d75ec446d4cce2fa3cc.eot");
    src: url("https://db.onlinewebfonts.com/t/3e5b6f29cdc18d75ec446d4cce2fa3cc.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/3e5b6f29cdc18d75ec446d4cce2fa3cc.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/3e5b6f29cdc18d75ec446d4cce2fa3cc.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/3e5b6f29cdc18d75ec446d4cce2fa3cc.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/3e5b6f29cdc18d75ec446d4cce2fa3cc.svg#Code-Pro-LC")format("svg");
}  

:root {
  --H-family: 'Poppins', sans-serif;
  --B-family: 'Noto Sans Devanagari', sans-serif;
  --main: #ff9933;
  --secondry: #031c44;
  --highlight: #ff555e;
  --white: #ffffff;
  --light_bg: #e7e7de;
  --gradient: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
  --black: #1a2832;
  --grey-900: #23263b;
  --grey-800: #36395a;
  --grey-700: #484c7a;
  --grey-600: #5a5e9a;
  --grey-500: #777aaf;
  --grey-400: #9698c3;
  --grey-300: #b6b7d5;
  --grey-200: #d6d6e7;
  --grey-100: #f5f5fa;
  --grey-050: #fcfcfd;
  --grey-000: #fff;
  --pink-900: #59063d;
  --pink-800: #88085c;
  --pink-700: #b80979;
  --pink-600: #e90a96;
  --pink-500: #f82caa;
  --pink-400: #fb5abc;
  --pink-300: #fd89ce;
  --pink-200: #feb9e2;
  --pink-100: #ffeaf6;
  --xenon-1300: #050914;
  --xenon-1200: #0b1535;
  --xenon-1100: #0e2058;
  --xenon-1000: #0e297e;
  --xenon-900: #0c31a7;
  --xenon-800: #0738d2;
  --xenon-700: #003dff;
  --xenon-600: #2857ff;
  --xenon-500: #5172ff;
  --xenon-400: #7990ff;
  --xenon-300: #a2afff;
  --xenon-200: #cad1ff;
  --xenon-100: #f2f4ff;
  --cyan-900: #00526c;
  --cyan-800: #00769b;
  --cyan-700: #009bcb;
  --cyan-600: #0db7eb;
  --cyan-500: #2cc8f7;
  --cyan-400: #5adaff;
  --cyan-300: #89e5ff;
  --cyan-200: #b9efff;
  --cyan-100: #e8faff;
  --green-900: #005e36;
  --green-800: #028950;
  --green-700: #06b66c;
  --green-600: #0de589;
  --green-500: #5feb9e;
  --green-400: #88f0b3;
  --green-300: #aaf4c8;
  --green-200: #c9f8de;
  --green-100: #e6fcf3;
  --orange-900: #963209;
  --orange-800: #bf470a;
  --orange-700: #e8600a;
  --orange-600: #f78125;
  --orange-500: #faa04b;
  --orange-400: #fcbc73;
  --orange-300: #fed59a;
  --orange-200: #ffe9c3;
  --orange-100: #fff9ec;
  --red-900: #83111e;
  --red-800: #ab1325;
  --red-700: #d4142a;
  --red-600: #ee243c;
  --red-500: #f4495d;
  --red-400: #f86e7e;
  --red-300: #fc95a1;
  --red-200: #febdc5;
  --red-100: #ffe6e9;
  --search: #5468ff;
  --answers: #952aff;
  --recommend: #ff2a6a;
  --light-candy-gradient: linear-gradient(87deg, #49c1d4 4.99%, #49c1d4 29.66%, #de77d6 97.85%, #e58be0 97.86%);
  --candy-gradient: linear-gradient(87deg, #2d8a99 4.99%, #21516b 48.05%, #cb6ec5 63.04%, #f25b66 75.14%, #f85857 97.87%);
  --aloe-gradient: radial-gradient(623.55% 133.52% at 44.34% 225.94%, #60b2b5 0%, #08546f 100%);
  --dark-purple-gradient: radial-gradient(534.12% 69.15% at 47.76% 150.01%, #58406b 0%, #221c35 100%);
  --workera-gradient: linear-gradient(90deg, #84cec3, #005670, #ff585d, #ece81a);
  --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  --bg-gradient: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 50%, #e8f5e8 100%);
}


html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}


body {
  font-family: 'Noto Sans Devanagari', sans-serif;
  scroll-behavior: smooth;
  position: relative;
  background: #fffbee;
  font-weight: 400;
  font-size: 100%; 
  /*! color: #e3dac6; */
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a {
  text-decoration: none;
  outline: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #0B0B0B; 
  line-height: 31px;
} 

h1,
h2,
h3,
h4,
h3,
h6 {
  font-family: "Poppins", cursive;
}




/* header */
header {
  border-bottom: none;
  transition: 0.4s;
}

.navbar-brand {
  width: 200px;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.navbar-light .navbar-brand {
  width: 190px;
  padding: 0;
  margin: 0;
}

.navbar {
  padding: 0 15px;
  border-bottom: none;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--main);
}

.navbar-expand-xl .navbar-nav .nav-link {
  font-weight: 400;
  display: block;
  padding: 16px 1.25rem;
  text-decoration: none;
  color: rgb(255, 255, 255);
  position: relative;
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.4s;
  font-size: 15px;
  letter-spacing: 3px;
}

.navbar-expand-xl .navbar-nav .nav-link:last-child::before {
  display: none;
}

.navbar-expand-xl .navbar-nav .active .nav-link {
  color: var(--main);
}

.RiGhT_nav {
  text-align: right;
}

.navbar-expand-xl .RiGhT_nav .nav-link {
  font-size: 1.125rem !important;
  font-weight: 300;
}

header {
  position: fixed;
  z-index: 999;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
}


.dropdown-item {
  font-size: 1rem;
  font-weight: 400;
  display: block;
  padding: 0.7125rem 0;
  text-decoration: none;
  border-radius: 0.625rem;
  color: rgb(77, 91, 124);
  position: relative;
  white-space: nowrap;
  border-radius: 8px;
}

.dropdown-item span {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #dff9f2;
  border-radius: 6px;
  text-align: center;
  line-height: 37px;
  margin: 0 9px 0 0;
}


.bTn_OrDeR p {
  margin: 0 0 7px 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--main);
  text-decoration: none;
  background-color: transparent;
  border-color: var(--main);
  /*! font-weight: bold; */
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: rgba(11, 19, 21, 0.07) 0px 3px 9px 0px;
  transition: 0.4s;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0.3125rem 0.625rem, rgba(0, 0, 0, 0.05) 0px 0.3125rem 6px;
}

.fixed .nav-link.header_btn {
  /*! border: 1px solid #131313; */
  color: #fff !important;
  background: var(--main);
  padding: 13px 20px;
} 
 
.nav-link.h_social_ico {
  color: #fff !important;
  transition: 0.4s;
  background: var(--main);
  text-align: center;
  border-radius: 0.3125rem;
  font-size: 1.125rem !important;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0 !important;
  margin: 0 0 0 0.3125rem;
}


.navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
  border-radius: 10px;
  border: none;
  box-shadow: 0 1.2rem 1rem rgba(0, 0, 0, .15) !important;
  padding: 0.5rem 0.3125rem;
  margin: 1px 0 0 0;
  padding-bottom: 0.8125rem;
  padding: 30px;
}

.nav-link.header_btn {
	/*! border: 1px solid rgba(255, 255, 255, 0.84); */
	transition: 0.4s;
	text-align: center;
	/* padding: 0.25rem 1.2625rem !important; */
	 border-radius: 60px;   
	font-size: 12px !important;
	height: 40px;
	color: #fff !important;
	/* font-weight: 400 !important; */
	margin-left: 15px;
	background: var(--main);
	/* box-shadow: rgb(0, 0, 0) 0px 6px 1.25rem -6px; */
	line-height: 0;
	font-weight: 500;
	/* border-radius: 0; */
	display: inline-block;
	padding: 14px 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: poppins;
}

.nav-link.header_btn:hover {
  border-color: var(--main);
  color: #fff !important;
  background: var(--main);
  transition: 0.4s;
  box-shadow: rgba(11, 43, 158, 0.24) 0px 6px 1.25rem -6px;
  transform: scale(1.04);
}

.nav-link.header_outline_btn {
  border: 2px solid var(--main) !important;
  transition: 0.4s;
  text-align: center;
  padding: 0.25rem 1.5625rem !important;
  border-radius: 0.25rem;
  /*! font-size: 0.8125rem !important; */
  height: 2.5rem;
  color: var(--main) !important;
  /*! font-weight: 400 !important; */
  margin-left: 0.625rem;
  background: #0263e00a;
}

.nav-link.header_outline_btn:hover {
  border-color: var(--main);
  color: var(--white) !important;
  background: var(--main);
  transition: 0.4s;
}

.header_outline_btn:focus,
.header_btn:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--main);
  outline-offset: 2px;
  -moz-outline-radius: 0.25rem;
  background: var(--main);
  color: var(--white) !important;
}

.navbar-nav {
  align-items: initial;
}

.nav_topXS {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 0.5rem;
  padding: 0 0.9375rem;
  align-items: center;
}

.nav_topXS .navbar-brand {
  padding: 6px 0;
}

/* drop_down */


.dropdown-menu .menu_heading h5 {
  font-size: 1rem;
  padding-bottom: 0.8125rem;
  margin-bottom: 0.8125rem;
  border-bottom: 1px solid #efefef;
  font-weight: 500;
  color: var(--heading_color);
}

.dropdown-menu ul {
  padding: 0;
}

.dropdown-menu ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 0.3125rem;
  break-inside: avoid;
}

.dropdown-menu ul li:hover {
  transition: 0.3s;
}





/* SIX */
.hamburger .line {
  width: 40px;
  height: 2px;
  background-color: #ede6da;
  display: block;
  margin: 12px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 16px;
}

#hamburger-6.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2) {
  width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1) {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}

#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

#hamburger-6 {
  width: 50px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #ede6da;
  position: relative;
  z-index: 99999999;
}

#hamburger-7.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-7.is-active .line:nth-child(2) {
  width: 0px;
}

#hamburger-7.is-active .line:nth-child(1),
#hamburger-7.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-7.is-active .line:nth-child(1) {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}

#hamburger-7.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

#hamburger-7 {
  width: 50px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 23px;
  color: #ede6da;
}

#hamburger-6.is-active .txtmn {
  display: none;
}



.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  transform: translateX(-100%);
  background: #fff url(../images/offcanvasbg.png); 
  padding: 50px; 
  z-index: 9999;
}

header .nav-link {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  color: #0d0d0d; 
  position: relative;
  /*! line-height: normal; */
  padding: 12px 0;
  text-align: center;
}

header .offcanvas-body .nav-link::before {
  content: '';
  left: 0;
  width: 0;
  height: 40px;
  /*! background: url(../images/dcorr.png); */
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  transition: 0.5s;
  display: none;
}

header .offcanvas-body .nav-link:focus,
header .nav-link:hover {
  color: var(--main);
}

header .offcanvas-body .nav-link:hover::before {
  width: 20px;
  transition: 0.5s;
}

.dropdown-toggle::after {
  content: "\F282";
  border: none;
  font-family: bootstrap-icons !important;
  position: absolute;
  font-size: 20px;
  top: 19px;
}

.offcanvas-body {
  padding: 0 0;
}


.dropdown-menu {
margin: 0;
  border: none;
}

.dropdown-menu .dropdown-item {
  font-size: 20px;
  /*! font-weight: 600; */
  color: #444;
  padding: 4px 18px;
  text-transform: capitalize;
  text-align: center;
}

.fixed {
  padding: 10px 0;
  background: #fff; 
}

.fixed .navbar-brand {
  width: 90px;
}

.blacklogo {
  display: none;
}

.fixed .whitelogo {
  display: none;
}

.fixed .blacklogo {
  display: inline-block;
}

.fixed #hamburger-6 {
  color: #000;
}

.fixed .hamburger .line {
  background-color: #000;
}


/* header */



.btn_outline_theme {
  border-bottom: 1px solid var(--main);
  transition: 0.4s;
  text-align: center;
  padding: 0 0;
  border-radius: 0;
  font-size: 15px;
  height: 38px;
  color: var(--main);
  display: inline-block;
  /*! background: #fff; */
  line-height: 42px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.btn_outline_theme:hover {
  background: var(--main);
  color: #fff;
}

.btn_theme:focus,
.btn_outline_theme:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--main);
  outline-offset: 2px;
  -moz-outline-radius: 0.25rem;
}

.btn_banner.active {
  color: #000;
  background: var(--white);
  border-color: var(--white);
}

.btn-container {
  display: flex;
  gap: 12px;
}

.btn-container .btn {
  padding: 0 19px;
  border-radius: 60px;
  font-size: 11px;
  font-weight: 600; 
  border: none;
  cursor: pointer;
  transition: all 0.3s ease; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  letter-spacing: 1px;
  height: 40px;white-space:nowrap;
  line-height: 41px; 
}

.btn-container .btn-order {
  background: linear-gradient(45deg, #ff6b35, #f7931e);
  color: #fff;
}

.btn-container .btn-order:hover {
  transform: scale(1.05);
  background-color: #e65c00;
}

.btn-container .btn-menu {
  background-color: #fff;
  color: #333;
  border: 2px solid #fff;
}

.btn-container .btn-menu:hover {
  transform: scale(1.05);
  border-color: #fff;
  background-color: #f7f7f7;
}

/* banner */

.banner {
  background: #000;
  min-height: 90vh; 
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 9;
  border-radius: 0 0 40px 40px;
}

.carousel-item img {
  height: 90vh;
  object-fit: cover;
}

.carousel-item.active img {
  animation: smoothScale 103s ease-in-out infinite alternate;

}



.carousel-control-next,
.carousel-control-prev {
  width: 4%;
  opacity: 1;
  z-index: 99;
}

.banner .carousel-caption {
  position: absolute;
  top: 60%;
  width: 80%;
  color: #fff;
  left: 10%;
  text-align: left;
  transform: translateY(-50%);
  padding: 20px;
  bottom: auto;
  right: auto;
  z-index: 9;
}

.banner .carousel-caption h2 {
  font-size: 63px;
  font-weight: 500;
  line-height: 78px;
  margin: 0 0 39px 0;
  color: #FFF; 
  position: relative;
  letter-spacing: -2px; 
  /*! font-family: 'Noto Sans Devanagari', sans-serif; */
}


.banner .carousel-caption h4 {
  /*! font-family: Miniver; */
  font-size: 24px;
  margin: 0 0 23px 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 12px;
  font-weight: 300;
  font-family: 'Noto Sans Devanagari', sans-serif;
}

.banner .carousel-caption h2 img {
  height: auto !important;
}

.banner .carousel-caption h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/dot.png);
}

.banner .carousel-caption h2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/dot.png);
}

.carousel-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .99) 0, rgba(0, 0, 0, .91) 7%, rgba(0, 0, 0, .5) 34%, rgba(0, 0, 0, .35) 46%, rgba(0, 0, 0, .2) 60%, rgba(0, 0, 0, .06) 78%, rgba(0, 0, 0, 0) 93%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  z-index: 9;
}

.carousel-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.57) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1);
  opacity: 1;
  z-index: 1;
}

@keyframes smoothScale {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(3);
  }
}

.banner .carousel-control {
  font-size: 50px;
  color: #fff;
  opacity: 0.5;
  top: 38%;
  background: transparent;
  background-repeat: repeat;
  background-image: none;
  background-image: none !important;
}

.banner .carousel-caption .mb-5 {
  margin-bottom: 1.5rem !important;
}

.banner .carousel-caption p {
  font-size: 25px;
  color: #fff;
  font-weight: 300;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
  line-height: normal;
}

.btn_banner {
  font-size: 15px;
  color: #fff;
  display: inline-block;
  padding: 15px 23px;
  border: 1px solid #fe6d0b;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: 0.4s;
  margin-top: 13px;
  font-weight: 400;
  background: #fe6d0b;
  border-radius: 10px;
  font-family: "Ivy Mode", cursive;
}

.btn_banner:hover {
  border: 1px solid var(--main);
  transition: 0.4s;
  background: var(--main);
  color: #000;
}

.carousel-caption h5 {
  font-size: 80px;
  color: var(--main);
  font-family: "Mrs Saint Delafield", cursive;
}

.carousel-indicators [data-bs-target] {
  width: 70px;
  height: 1px;
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  opacity: 0.2;
}

header .container-fluid {
  max-width: 92%;
}


.banner_vid {
  position: relative;
  overflow: hidden;
  background: rgb(1, 20, 86, 0.35);
  color: #fff;
  font-size: 1em;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  height: 100vh;
  letter-spacing: 2px;
}

.banner__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}


.flag-stripe {
  width: 100%;
  height: 5px;
}

.saffron {
  background-color: #FF9933;
  /* Saffron */
}

.white {
  background-color: #FFFFFF;
  /* White */
}

.green {
  background-color: #138808;
  /* India Green */
}




/* banner */


.about_main {
  padding: 75px 0;
  /* background: #fff; */
  background-size: 16%;
  position: relative; 
  /* z-index: 1; */
  padding-bottom: 40px;
  background: ##f6ecdd url(../images/headerbg.png);
  background-size: auto;
  background-size: 46%;
  /*! margin-top: 50px; */
}


h2 {
  font-size: 40px;
  font-weight: 600;  
  color: #f98b22; 
  margin: 0 0 18px 0;  
  letter-spacing: -0.3px;  
}
h2 span {
  /*! font-size: 46px; */
  font-weight: bold; 
  color: var(--main);
  /*! text-decoration: underline; */
}

.about_main h4 {
  margin: 0 0 20px 0;
  color: #ffe596;
  font-style: italic;
}

.abimg {
  width: 200px;
  margin: -170px 0 32px 0;
  position: relative;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #ff9a00;
  height: 200px;
  border-radius: 100%;
  padding: 9px;
  animation: spin 100s linear infinite;

}

.carousel-indicators {
  display: none;
}

.about_main h6 {
  font-family: "Poppins", cursive;
  font-size: 20px;
  color: var(--main);
} 

.container.position-relative {
  position: relative;
  z-index: 9;
}

@keyframes spin {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }

  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}

.menu_main {
  position: relative;
  padding: 60px 0;
  background: #fff url(../images/bg.png);
  padding-bottom: 100px;
}

.leftgridimgg {
  position: absolute;
  width: 200px;
  top: -116px;
  opacity: 0.6;
}

.rightimgg {
  position: absolute;
  right: 0;
  top: -150px;
  width: 200px
}

.menu_main h6 {
  font-family: "Miniver", cursive;
  font-size: 20px;
}

.menu_item {
  margin: 14px;
  position: relative;
  text-align: center;
} 

.menu_item .image {
  height: 250px;
  overflow: hidden;
}

.menu_item .image {
  height: 280px;
  overflow: hidden;
  margin: 0 0 20px 0;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 20px;
}

.menu_item .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
}

.menu_item h3 {
  font-weight: 600;
  color: #0a4924;
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 0;
  /*! font-style: italic; */
}
.menu_item p {
	line-height: normal;
	color: #555;
	margin: 0 0;
	line-height: 23px;
	font-size: 14px; 
}

.menu_item span {
  font-weight: 400;
  color: #F93;
  /*! border-bottom: 1px solid; */
  padding-bottom: 4px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  /*! background: linear-gradient(45deg, #ff6b35, #f7931e); */
  padding: 2px 0;
  display: inline-block;
  margin: 4px 0 0 0;
  border-radius: 0;
  border-bottom: 2px solid var(--main);
}



.owl-prev span,
.owl-next span {
  font-size: 18px;
  background: rgba(255, 255, 255, 0.79);
  width: 45px;
  height: 45px;
  line-height: 42px;
  border-radius: 60px;
  text-align: center;
  color: #000;
  margin: 0 -11px 0 -13px;
  box-shadow: rgba(0, 0, 0, 0.09) 0 3px 12px;
  display: inline-block;
  font-weight: 700;
  transition: opacity .2s linear;
  border: 1px solid #e0e0e0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.owl-prev span:hover,
.owl-next span:hover {
  color: #8199A3
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 0;
  height: 100%
}

.owl-prev {
  left: 7px
}

.owl-next {
  right: 7px
}

.logof {
  border-bottom: 1px solid #6ac175;
  text-align: center;
  margin: 24px 0 0 0;
}

.logof img {
  width: 238px;
  margin: 0 0 -24px 0;
  padding: 0 31px;
  background: #011456;
}

.copyright {
  padding: 33px 0;
  padding-bottom: 30px;
  font-size: 15px;
  color: #fff;
}

.f_item {
  padding: 5px;
  text-align: center;
  margin-bottom: 25px; 
}

footer {
  padding-top: 78px;
 background: #229832 url(../images/vgdesignn.png) repeat;
  background-size: 12%;
  background-position: center bottom; 
  position: relative;
 z-index: 9;
}

footer:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/footerbg.png);

  z-index: -1;
}

.f_item p {
  line-height: 32px;
  margin: 0 0 13px 0;
  font-size: 16px;
  /*! font-weight: 300; */
 
  color: #fff;
}

.f_item h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff; 
  letter-spacing: 4px;
  font-size: 20px; 
  margin-bottom: 17px;
}
.widget .menu-item {
  border: none;
  border-bottom: 0px solid #e9ecef!important;
  border-radius: 0;
  display: inline!important;
}
.flink a {
  color: #fff;
  text-transform:  capitalize;
  font-size: 15px;
  letter-spacing: 0px; 
  margin: 0 0 0 10px;
  display: inline-block;
}

/* Wrapper */
.icon-button {
  background-color: transparent;
  border-radius: 2.6rem;
  cursor: pointer; 
  display: inline-block;
  font-size: 23px;
  height: 3.3rem;
  line-height: 3.6rem;
  margin: 0 13px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 3.3rem;
  border: 1px solid #FFF;
}

/* Circle */
.icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  transform: translateX(-50%) translateY(-50%);
}

.icon-button span {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 2.6rem;
  margin: 0;
}
.icon-button:hover span {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 2.6rem;
  margin: 0;opacity:0.7;
}
/* Icons */
.icon-button i {
  background: none;
  color: #fff;
  /*! height: 2.6rem; */
  left: 0;
  /*! line-height: 2.6rem; */
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 3.6rem;
  z-index: 10;
}





.twitter span {
  background-color: #4099ff;
}

.facebook span {
  background-color: #3B5998;
}

.google-plus span {
  background-color: #db5a3c;
}

.tiktok span {
  background: #000;
}
.bi-tiktok{text-shadow: 2px 2px #ff3353fc,
-2px -2px cyan;}
.instagram span {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  
}

.youtube span {
  background-color: #f70000;;
}

.pinterest span {
  background-color: #cb2027;
}



.icon-button .icon-twitter {
  color: #4099ff;
}

.icon-button .icon-facebook {
  color: #3B5998;
}

.icon-button .fa-tumblr {
  color: #34526f;
}

.icon-button .icon-google-plus {
  color: #db5a3c;
}

.icon-button .fa-instagram {
  color: #517fa4;
}

.icon-button .fa-youtube {
  color: #bb0000;
}

.icon-button .fa-pinterest {
  color: #cb2027;
}




.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus,
.icon-button:hover .fa-tumblr,
.icon-button:hover .fa-instagram,
.icon-button:hover .fa-youtube,
.icon-button:hover .fa-pinterest {
  color: white;
}

@media all and (max-width: 680px) {
  .icon-button {
    border-radius: 1.6rem;
    font-size: 1.8rem;
    height: 1.6rem;
    line-height: 1.6rem;
    width: 1.6rem;
  }

  .icon-button:hover span {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 1.6rem;
    margin: -0.8rem;
  }

  /* Icons */
  .icon-button i {
    height: 1.6rem;
    line-height: 1.6rem;
    width: 1.6rem;
  }

  .pinterest {
    display: none;
  }

}

.socialF_main {
  text-align: center;
}


footer .border-end {
  border-color: #6ac175 !important;
}
 
.socialF_main {
  text-align: center;
  margin-bottom: 66px;
}

.icon-button:hover i {
  color: #fff;
}

.review_main {
  padding: 90px 0;
  background-size: cover;
  background-repeat: no-repeat;
}


.testimonial {
  background: #fff;
  text-align: center;
  margin: 0 10px;
  padding: 30px;
  border-radius: 17px;
}

.testimonial .description {
  padding: 55px 0 0 0;
  margin-bottom: 21px;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  position: relative; 
  font-family: "georgia", cursive;
  font-style: italic;
}

.testimonial .description:before {
  content: "\F6B0";
  font-family: bootstrap-icons;
  font-weight: 900;
  font-size: 58px;
  color: #fd7430;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 13px;
}

.testimonial .description:after {
  content: "";
  width: 50%;
  height: 1px;
  background: var(--yellow);
  position: absolute;
  bottom: 0;
  left: 0;
}

.testimonial .testimonial-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial .testimonial-content:before {
  content: "";
  width: 1px;
  height: 20px;
  background: var(--yellow);
  position: absolute;
  top: -50px;
  left: 50%;
}

.testimonial .testimonial-content:after {
  content: "";
  width: 2px;
  height: 40px;
  background: var(--yellow);
  position: absolute;
  top: -70px;
  left: 50%;
  transform: skewX(-45deg);
  transform-origin: 100% 100% 0;
}

.testimonial .pic {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 7px;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .title {
  display: inline-block;
  font-size: 14px; 
  font-weight: 600;
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
}

.owl-theme .owl-controls {
  margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
  width: 15px;
  height: 10px;
  border-radius: 0;
  background: #dac3c4;
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span {
  width: 35px;
  background: var(--yellow);
}

.review_main h6 { 
  font-size: 20px;
}

.book_tabledv {
  background: #ede6da url(../images/bookbg.png);
  text-align: center;
  color: #10242b;
  background-size: cover;
  overflow: hidden;
}

.book_tabledv h2 {
  color: #010e3a;
  font-weight: bold;
  font-size: 44px;
  font-style: italic;
  margin: 0 0 10px 0;
}

.book_tabledv p {
  color: #010e3a;
  margin: 0;
}

.talk_btn {
  padding: 14px 30px !important;
  border: 1px solid #010E3A;
  border-radius: 0;
  background: #010E3A;
  color: #ede6da !important;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 13px;
  display: inline-block;
  margin-top: 14px;
}

.book_tabledv h3 {
  color: #010e3a;
  padding: 0 30px;
  /* background: #132a4c; */
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  /*! border: 1px solid rgba(255, 255, 255, 0.3); */
  border-radius: 60px;
  height: 40px;
  line-height: 34px;
  font-family: 'sofia', sans-serif;
}

.special_main {
  padding: 100px 0;
}

.special_main h6 {
  font-family: "Miniver", cursive;
}


.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #011456 url(../images/dropbg.png);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: opacity 1s ease-in-out;
  background-size: cover;
  flex-direction: column;
}

.logo-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s ease-in-out;
  transform: translateY(0);
  flex-direction: column;
}

.logo-container img {
  width: 200px;
}



.logo {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  animation: reveal 1s ease-in-out 0.5s forwards, pulse 2s infinite 1.5s;
}

@keyframes reveal {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}


.header-logo {
  width: 100px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.pt-4.text-center {
  padding-top: 237px !important;
}

.pt-4.text-center h3 {
  font-size: 40px;
  font-weight: 600;
  font-style: italic;
}



.lr_content {
  width: 60%;
  display: inline-block;
  margin: 0 auto;
}

.lr_content {
  width: 100%;
  display: flex;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  min-height: 510px;
  padding: 50px;
  background: #000;
  /*! border: 4px solid #000; */
  /*! box-shadow: 0 0 0 2px #fff; */
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 0;
  transition: 0.5s;
}

.lr_content:before {
  position: absolute;
  bottom: 5%;
  content: '';
  width: 90%;
  height: 90%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  transition: 0.5s;
  transform: scale(0);
  left: 5%;
}

.lr_content:hover:before {
  /*! height: 70%; */
  transition: 0.5s;
  background: rgb(1, 14, 58) url(../images/pat.png) repeat;
  transform: scale(1);
  backdrop-filter: blur(28px);
  /*! opacity: 0.9; */
}

.lr_content img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.5;
  transition: 0.5s;
}

.leftight {
  padding: 0;
  /*! background: #fff; */
  /*! background-image: url(../images/patternn.png); */
  background-size: 529px;
  /*! padding-top: 38px; */
}

.lr_content h4 {
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 25px 0;
  position: relative;
  text-transform: capitalize;
  font-size: 36px;
  letter-spacing: 0;
  font-family: "Cormorant Garamond", cursive;
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 25px;
}

.lr_content h4::before {
  content: '';
  width: 85px;
  height: 1px;
  background: #f2e194;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.lr_content h4::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #f2e194;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}


.imagelr {
  height: 500px;
  overflow: hidden;
  position: relative;
}

.imagelr img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.lr_content div {
  max-width: 90%;
  padding: 30px 20px;
  /*! backdrop-filter: blur(3px); */
  position: relative;
  bottom: -50px;
}

.lr_content:hover div {
  bottom: 0;
  transition: 0.5s;
}


.booktable_main {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 145px 0 0 0;
  position: relative;
}

.booktable_main .banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.booktable_main .carousel-item img {
  height: 100vh;
  object-fit: cover;
  object-position: center;
  z-index: 9;
}

.bgsliderrr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .booktable_main img {
	position: absolute;
	top: 0;
	left: 0; 
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.4;
} */
.innerbtable {
  background: #fff url(../images/offcanvasbg.png);
  padding: 60px;
  position: relative;
  z-index: 9; 
  border-radius: 25px;
}

.innerbtable h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: var(--main);
  margin: 12px 0 0 0;
}

.form-group .form-control {
  height: 65px;
  border: none;
  border-radius: 0;
  background: transparent;
  text-transform: capitalize;
  border-bottom: 1px solid #ddd;
  margin: 0;
  font-size: 15px;
}

.form-group .form-select {
  height: 60px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  font-size: 15px; 
  text-transform: capitalize;
}

.innerbtable h6 {
  margin: 0;
  text-align: center;
  font-style: italic;
  color: #011456;
  font-family: Mrs Saint Delafield;
  font-size: 40px;
  line-height: 0;
}

.sumoitbtnn {
  display: block;
  width: 100%;
  margin: 28px 0 0 0;
  background: var(--main); 
  border: 1px solid var(--main);
  padding: 14px 0;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fff;
  border-radius: 20px;
}

.inner_banner {
  background: #000;
  padding: 176px 0;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden; 
  padding-top: 284px;
}

.inner_banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%!important; 
  object-fit: cover;
  z-index: -1;
  opacity: 0.9;
}

.inner_banner::before {
  position: absolute;
  content:''; 
  left: 0;
  top: 0; 
  width: 100%;
  height: 100%;
   background:linear-gradient(to bottom, rgba(0, 0, 0, .99) 0, rgba(0, 0, 0, .91) 7%, rgba(0, 0, 0, .5) 34%, rgba(0, 0, 0, .35) 46%, rgba(0, 0, 0, .2) 60%, rgba(0, 0, 0, .06) 78%, rgba(0, 0, 0, 0) 93%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
  z-index: 1;

  background-position: bottom;
  /*! transform: rotate(1deg); */
}

.inner_banner p {
  /*! font-size: 17px; */
  /*! line-height: 26px; */
  margin-top: 20px;
  color: #fff; 
  /*! max-width: 40%; */
  margin: 0 auto;
}

.inner_banner .OverlY {
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(95.45deg, #202869 0.64%, #1f2769 98.23%);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}




.breadcrumb-item a {
  color: #999;
  font-size: 14px;
}

.inner_banner h1 {
  color: #fff;
  margin: 0 0 12px 0;  
  font-size: 45px; 
  text-transform: capitalize;
  font-weight: 600;
}

.innerbanner_btn {
  display: inline-block;
  padding: 12px 30px;
  margin: 18px 0 0 0;
  background: #fcca46;
  color: #233d63 !important;
  border-radius: 0;
  font-weight: 600;
  border: 2px solid #fcca46;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.06) 0px 3px 6px;
  text-decoration: none !important;
}

.bread_Crmb {
  background: #edf8fd;
  border-bottom: 1px solid #e4e9ec;
  border-top: 1px solid #e4e9ec;
}

.breadcrumb-item {
  font-size: 14px;
}

.breadcrumb {
  padding: 6px 0;
  margin-bottom: 0;
  margin-left: 0px
}

.breadcrumb li a {
  color: #fff !important;
  font-size: 0.9rem;
}

.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb li {
  color: var(--secoendry);
  font-size: 13px;
  font-weight: 400;
}

.breadcrumbnaim {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  /*! background: #02134d; */
}

.breadcrumb li {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: rgb(194, 168, 101);
}

.Inner_Banner_conTent h6 {
  font-family: Mrs Saint Delafield;
  font-size: 42px;
  margin: 0;
  color: #c9ab81;
}

.main {
	padding: 60px 0; 
	background: #fff url(../images/mainbg.png);
	background-size: 30%;
}

.main h6 {
  /*! font-family: "Miniver", cursive; */
  font-size: 20px;
}

.texthewadingg h2 {
  font-size: 53px;
  /*! font-weight: bold; */ 
  color: #2d2610;
  /*! margin: 36px 0 60px 0; */
  /*! font-style: italic; */
}

.abingg {
  overflow: hidden;
  border-radius: 16px;
}

.content {
  margin-bottom: 60px;
}

.fullimagehalf {
  background: #fff;
  padding: 60px 0;  
}

.fullbgcontent {
  padding: 0 113px 0 72px;
  text-align: left;
  color: #000;
}

.fullbgcontent h2 {
  color: #f98b22;
  margin: 0;
  font-size: 40px; 
}

.fullbgcontent p {
  color: #000; 
  line-height: normal;
  margin: 22px 0;
  font-size: 18px;
  max-width: 76%; 
  line-height: 28px;
  margin-bottom: 10px;
}

.main .menu_item .image {
  height: 280px;
} 

.listmenuu {
  padding: 30px 0;
} 

.menulink_item {
  position: relative;
  padding: 50px;
  /*! background: #00114d; */
  /*! border: 1px solid #c9ab81; */
  border-radius: 40px;
}

.menulink_item img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}

.menulink_item h3 {
  color: #ffe9af;
  font-weight: bold;
  margin: 0 0 20px 0;
  font-size: 34px;
  /*! font-style: italic; */
}

.menulink_item ul {
  color: #fff;
  /* font-weight: bold; */
  margin: 0 0 30px 0;
  padding: 0;
}

.menulink_item ul li {
  list-style: none;
  margin: 0 0 22px 0;
}

.menulink_item ul li a {
  list-style: none;
  color: var(--main);
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid;
  padding-bottom: 4px;
}
 
.menu-item {
  border-bottom: 1px solid #444;
  margin-bottom: 4px;
  padding-bottom: 0;
}

.menu-title {
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.menu-description {
  color: #aaa;
  font-size: 0.9rem;
}

.menu-price {
  font-size: 1.1rem;
  font-weight: bold;
}


.listnamemenu {
  padding: 0;  
  background: #fff url(../images/footerbg.png);
  background-size: 98%; 
  background-repeat: no-repeat;   
  /*! background-position: center; */   
  /*! height: 336px; */
  border-radius: 15px;  
  /*! box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
  border: 2px solid #fff1e2;
  margin: 0 0 20px 0;
  /*! padding-top: 20px; */
  position: relative;
  min-height: 277px;
  overflow: hidden;
}
.listnamemenu p {
	line-height: normal;
	margin: 0 0 8px 0;
	font-size: 14px;
	font-weight: 600;
	padding: 0 0px;
}
.listnamemenu .image {
	/* position: absolute; */
	top: 8px;
	right: 10px;
	width: 100%;
	height: 270px; 
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 0px 1px var(--main);
	border: 5px solid #fff;
}
.form-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
}

.form-section h6 {
  letter-spacing: 2px;
  color: #999;
}

.form-section h1 {
  font-weight: 600;
  font-size: 2.5rem;
  color: #1d2b36;
  letter-spacing: -1px; 
}

.form-section p {
  color: #aaa;
}

.form-section .form-control {
  border-radius: 11px;
  height: 57px;
  background: #fff;
}

.form-section textarea {
  height: 120px !important;
}



.btn-custom {
  background-color: var(--main);
  border: none;
  padding: 22px 45px;  
  font-weight: 400;
  border-radius: 38px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}

.btn-custom:hover {
  background-color: #e88b00;
}

.contact_item img {
  width: 44px;
  margin: 0 0 23px 0;
}

.contact_item {
  text-align: center;
}

.contact_item a {
  display: block;
  color: #000;
  font-size: 18px; 
  margin: 0 0 10px 0;
  transition: 0.3s;
}


.form-section {
  max-width: 100%;
  margin: 0 auto;
  padding: 60px; 
  background: #fff3e8;
  border-radius: 50px;
  margin-top: 30px;
}

.form-section h1 {
  font-size: 3.5rem;
  color: #1d2b36;
  margin: 0 0 31px 0 !important;
}



.gallery_main {
  position: relative;
}

.gallery_main ul {
  padding: 0;
  margin: 0;
  column-count: 3;
  gap: 25px;
}

.gallery_main ul li {
  list-style: none;
  margin-bottom: 20px;
  border-radius: 0;
}

.gallery_main .button-group {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}



.button-group {
  padding: 0 0 40px 0;
  text-align: center;
}

.button-group button {
  border: 1px solid #00000026;
  padding: 12px 19px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600; 
  background: transparent;
  letter-spacing: 2px;
  border-radius: 60px;
  margin: 0 22px 0 0;
  font-size: 12px;
  color: #000;
  height: 40px;
}

.button-group button:hover {
  border: 1px solid var(--main);
  color: var(--main);
}


.button.filter-button.is-checked {
  background: var(--main);
  color: #fff;
  border-color: var(--main);
}

.filter {
  margin-bottom: 0;
  display: block;
  border: none;
  transition: 0.3s;
  position: relative;
  background: var(--main);
}

.filter:hover {
  border: navajowhite;

  transition: 0.3s;
  z-index: 99;
  position: relative;
}

.filter img {
  width: 100%;
  transition: 0.3s;
  filter: brightness(1.2);
  border-radius: 0;
}

.filter:hover img {
  opacity: 0.7;
  transition: 0.3s;
}

.joinformm {
  margin: -112px 0 0 0;
  box-shadow: none;
  border-radius: 10px;
}

.teacher_item {
  border-bottom: 1px solid #efede8;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.teacher_item .abimgbx {
  height: 600px;
}

.teacher_item .abimgbx img {
  object-position: top;
}


.promo-text-overlay {
  position: absolute;
  bottom: 44%;
  left: 21%;
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.promo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.whcontent a {
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #ede6da;
  padding: 13px 20px;
  display: inline-block;
  transition: 0.3s;
  background: #ede6da;
  color: #011456;
  font-size: 14px;
  margin: 10px 0 0 0;
}

.read-more-btn:hover {
  background-color: #000;
  color: #fff;
}

.whon_image {
  height: 460px;
  overflow: hidden;
  position: relative;
}

.whontext {
  position: absolute;
  top: 5%;
  right: 22px;
  width: 400px;
  height: 90%;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
}

.whcontent p {
  color: #ede6da;
  line-height: 30px;
}

.datewhon {
  /* background: #000; */
  background: #bca361;
  color: #000 !important;
  /*! border-radius: 24px; */
  padding: 6px 20px;
  text-align: center;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 18px 0;
}

.whatsonitem {
  margin: 80px 0;
  background: #ffffff1c;
  border: 1px solid #5a5b64;
  box-shadow: 0px 0px 0px 12px #1d2e69;
  position: relative;
  overflow: hidden;
}

.whimg {
  height: 450px;
  overflow: hidden;
  margin: 0;
  position: relative;
}

.whimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whcontent {
  overflow: hidden;
}

.whcontent h3 {
  font-weight: bold;
  font-size: 50px;
}

.whcontent {
  padding: 0 0 0 40px;
}

.imgpattern {
  position: absolute;
  top: 0;
  width: 57%;
  right: 0;
  z-index: -1;
  opacity: 0.03;
}

.whdtimg {
  height: 400px;
  margin: 0 0 30px 0;
  overflow: hidden;
  position: relative;
}


.whdtimg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
}


.main h3 { 
  font-size: 23px;
  font-weight: 500;
  margin: 0 0 16px 0;
}

.termsss ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.termsss ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.termsss ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--white);
  font-weight: bold;
}

.txtmn {
  transform: rotate(90deg);
  font-size: 12px;
  margin: 0 0 0 -19px;
}


.visit-section {
  position: relative;
  overflow: hidden;
}
 

.section-title h2 {
  font-size: 3.5rem;
  font-weight: 700;
  background: linear-gradient(45deg, #ff6b35, #f7931e, #ff6b35);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 3s ease-in-out infinite;
  text-shadow: 0 4px 20px rgba(255, 107, 53, 0.3);
  position: relative;
}
 
 

@keyframes gradientShift {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes lineGlow {

  0%,
  100% {
    opacity: 0.3;
    transform: translateY(-50%) scaleX(0.5);
  }

  50% {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
  }
}

@keyframes sparkle {

  0%,
  100% {
    transform: translateX(-50%) rotate(0deg) scale(1);
  }

  50% {
    transform: translateX(-50%) rotate(180deg) scale(1.2);
  }
}

.location-card {
  position: relative;
  margin-bottom: 30px;
  perspective: 1000px;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
  cursor: pointer;
}

.location-card:hover .card-inner {
  transform: rotateY(10deg) rotateX(5deg) scale(1.05);
}

.card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 0;
  overflow: hidden;
  /*! box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); */
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
  backdrop-filter: blur(10px);
  /*! border: 1px solid rgba(255, 255, 255, 0.2); */
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  position: relative;
}

.location-card:hover .card-image {
  transform: scale(1.1);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(255, 107, 53, 0.8), rgba(247, 147, 30, 0.8));
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 105%;
}

.location-card:hover .image-overlay {
  opacity: 1;
}

.overlay-icon {
  font-size: 3rem;
  color: white;
  animation: bounce 1s ease-in-out infinite;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.card-content {
  padding: 20px;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.location-name {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  transform: translateY(20px);
  opacity: 0;
  animation: slideUp 0.6s ease forwards;
  animation-delay: 0.2s;
  letter-spacing: 1px;
}

.location-card:hover .location-name {
  color: #ff6b35;
  transform: translateY(0) scale(1.1);
}

@keyframes slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.get-directions-btn {
  background: linear-gradient(45deg, #ff6b35, #f7931e);
  border: none;
  color: white;
  padding: 7px 30px;
  border-radius: 50px;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  transform: translateY(20px);
  opacity: 0;
  animation: slideUp 0.6s ease forwards;
  animation-delay: 0.4s;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.get-directions-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.get-directions-btn:hover::before {
  left: 100%;
}

.get-directions-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 25px rgba(255, 107, 53, 0.4);
  color: white;
}

.get-directions-btn i {
  transition: transform 0.3s ease;
}

.get-directions-btn:hover i {
  transform: translateX(5px);
}

.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.floating-shape {
  position: absolute;
  opacity: 0.1;
  animation: float 6s ease-in-out infinite;
}

.floating-shape:nth-child(1) {
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.floating-shape:nth-child(2) {
  top: 20%;
  right: 10%;
  animation-delay: 2s;
}

.floating-shape:nth-child(3) {
  bottom: 20%;
  left: 20%;
  animation-delay: 4s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  33% {
    transform: translateY(-20px) rotate(5deg);
  }

  66% {
    transform: translateY(10px) rotate(-5deg);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 2.5rem;
  }

  .location-card {
    height: 280px;
  }

  .location-name {
    font-size: 1.3rem;
  }
}

/* Stagger animation for cards */
.location-card:nth-child(1) {
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.2s;
  opacity: 0;
}

.location-card:nth-child(2) {
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.4s;
  opacity: 0;
}

.location-card:nth-child(3) {
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.6s;
  opacity: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.instagram {
  margin: 0 0 -56px 0;
  position: relative;

}

.f_item ul {
  padding: 0;
  margin: 0;
}

.f_item ul li {
  list-style: none;
  color: #fff;
  margin: 0 0 4px 0;
}

.f_item ul li a {
  list-style: none;
  color: #fff;
  font-size: 16px;
}
.modal{z-index:99999999}
.container.visit-section {
  padding-bottom: 40px;
}




.hero-section {
  padding: 80px 0;
  background: linear-gradient(45deg, #ff6b35, #f7931e);
  position: relative;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
  z-index: 1;
}

.hero-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bgcta.png);
  z-index: 1;
  background-position: center;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 13px;
  line-height: 1.6;
  opacity: 0.9;
}

.btn-primary-custom {
  background: #fff;
  border: none;
  padding: 2px 26px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
  transition: all 0.3s ease;
  color: white;
  text-decoration: none;
  display: inline-block;
  width: 150px;
  height: 60px;
}

.btn-primary-custom:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
  color: white;
}

.btn-secondary-custom {
  background: white;
  border: 2px solid #fff;
  padding: 13px 35px;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 50px;
  color: #495057;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin-left: 15px;
  width: 150px;
  height: 60px;
}

.btn-secondary-custom:hover {
  background: #f8f9fa;
  border-color: #6c757d;
  color: #495057;
  transform: translateY(-2px);
}

.video-interface {
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
  transition: all 0.3s ease;
}

.video-interface:hover {
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

.interface-header {
  background: #f8f9fa;
  padding: 15px 20px;
  border-bottom: 1px solid #e9ecef;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-controls {
  display: flex;
  gap: 10px;
}

.control-btn {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  border: 1px solid #dee2e6;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #6c757d;
  transition: all 0.2s ease;
}

.control-btn:hover {
  background: #e9ecef;
  color: #495057;
}

.interface-main {
  display: flex;
  height: 400px;
}

.sidebar {
  width: 200px;
  background: #f8f9fa;
  border-right: 1px solid #e9ecef;
  padding: 20px 15px;
}

.scene-item {
  background: white;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #e9ecef;
  cursor: pointer;
  transition: all 0.2s ease;
}

.scene-item:hover {
  border-color: #667eea;
  transform: translateX(5px);
}

.scene-item.active {
  border-color: #667eea;
  background: #f0f4ff;
}

.scene-thumbnail {
  width: 100%;
  height: 60px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  border-radius: 6px;
  margin-bottom: 8px;
  position: relative;
}

.scene-thumbnail::after {
  content: '▶';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
}

.main-preview {
  flex: 1;
  background: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-preview {
  width: 90%;
  height: 80%;
  background: linear-gradient(135deg, #2c3e50, #34495e);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.avatar-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  font-weight: bold;
}

.avatar-name {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.subtitle-box {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  max-width: 80%;
  text-align: center;
}

.timeline {
  background: #f8f9fa;
  padding: 15px 20px;
  border-top: 1px solid #e9ecef;
  display: flex;
  align-items: center;
  gap: 15px;
}

.timeline-controls {
  display: flex;
  gap: 10px;
}

.timeline-btn {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  border: 1px solid #dee2e6;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #6c757d;
}

.timeline-track {
  flex: 1;
  height: 40px;
  background: white;
  border-radius: 6px;
  border: 1px solid #e9ecef;
  position: relative;
  overflow: hidden;
}

.timeline-clip {
  position: absolute;
  height: 100%;
  background: var(--primary-gradient);
  border-radius: 4px;
  left: 10px;
  width: 60%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: white;
  font-size: 12px;
  font-weight: 500;
}

.add-scene-btn {
  width: 100%;
  height: 40px;
  border: 2px dashed #dee2e6;
  background: transparent;
  border-radius: 8px;
  color: #6c757d;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  cursor: pointer;
}

.add-scene-btn:hover {
  border-color: #667eea;
  color: #667eea;
  background: rgba(102, 126, 234, 0.05);
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .video-interface {
    transform: none;
    margin-top: 3rem;
  }

  .interface-main {
    height: 300px;
  }

  .sidebar {
    width: 150px;
  }

  .btn-secondary-custom {
    margin-left: 0;
    margin-top: 15px;
  }
}

.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.floating-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  animation: float 6s ease-in-out infinite;
}

.floating-circle:nth-child(1) {
  width: 100px;
  height: 100px;
  background: #667eea;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.floating-circle:nth-child(2) {
  width: 60px;
  height: 60px;
  background: #764ba2;
  top: 60%;
  right: 20%;
  animation-delay: 2s;
}

.floating-circle:nth-child(3) {
  width: 80px;
  height: 80px;
  background: #f093fb;
  bottom: 30%;
  left: 20%;
  animation-delay: 4s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }
}

.itemfeature {
  padding: 0;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 35px; 
  /*! box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; */
}

.itemfeature img {
  height: 370px;
  width: 90%;
  border-radius: 10px;
  margin: 0 0 0 11px; 
  object-fit: cover;
}

#cart_modal .offcanvas-body {
  border-top: 1px solid #f0f0f0;
  padding: 30px 20px;
}

/* cart-modal */
.itemCarTM {
  margin: 0 0 15px 0;
  display: flex;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
  align-items: center;
}

.itemCarTM .img_CrT {
  width: 70px;
  height: 70px;
  position: relative;
  margin: 0 15px 0 0;
  border: 1px solid #d7d7d7;
  overflow: hidden;
  flex: 0 0 auto;
}

.itemCarTM .img_CrT img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carT_head_main {
  width: 100%;
  flex: 0 0 auto;
}

.pm_btn {
  border: none;
  font-size: 16px;
  padding: 0 6px;
  background: transparent;
  height: 28px;
}

.add_itam_count .form-control {
  width: 23px;
  text-align: center;
  padding: 0 !important;
  height: 25px;
  border: none;
  background: transparent;
  border: none !important;
  font-size: 14px;
}

.p_title a h5 {
  color: #000;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 269px;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 400;
}

.item_price {
  font-weight: 400;
  font-size: 14px;
  margin: 3px 0 5px 0;
  color: #131313;
}

.add_itam_count .input-group {
  border: 1px solid #f3f3f3;
  border-radius: 6px;
  overflow: hidden;
  /*! background: #f3f3f3; */
}


.remove {
  width: 40px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #5e5e5e;
  border: none;
}

.color {
  font-size: 12px;
  color: #999;
}

.subtotal {
  justify-content: space-between;

  align-items: center;
  margin: 0 0 15px 0;
}

.subtotal h4 {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0;
}

.subtotal .total_price {
  font-weight: 400;
  font-size: 18px;
  color: #000;
}

.sb_ttl p small {
  font-size: 11px;
  text-align: center;
}

.btn {
  border-radius: 0;
}

.itemCarTM .btn.btn-outline-danger {
  padding: 0 8px;
}

.modal-footer {
  padding: 12px 26px;
  border-top: 1px solid #f0f0f0;
  padding-bottom: 27px;
}

.cartsubmit {
  padding: 14px 10px;
  display: inline-block;
  width: 100%;
  background: var(--main);
  color: var(--white) !important;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 17px;
  letter-spacing: 1px;
  text-align: center;
}

.cartsubmit:hover {
  background: #000;
}


.cartsubmit.active {
  padding: 14px 10px;
  display: inline-block;
  width: 100%;
  background: transparent;
  color: #000 !important;
  /*! font-weight: 400; */
  text-transform: uppercase;
  border: 1px solid #b0b0b0;
  margin: 13px 0 0 0;
  text-align: center;
  border-radius: 10px;
}

.cartsubmit.active:hover {
  color: var(--white) !important;
  background: #000;
  border-color: var(--black);

}

.modal-footer p {
  font-weight: 400;
  font-size: 12px;
  margin: 0 0 22px 0;
  line-height: normal;
}

.offcanvas-body {
  border-top: 1px solid #f0f0f0;
  padding-top: 30px;
}
 .uluseerr a.dropdown-toggle {
	color: #fff;
	font-size: 26px; 
	width: 45px;
	display: inline-block;
	/*! border: 1px solid rgba(255, 255, 255, 0.4); */
	border-radius: 10px; 
	height: 45px;
	text-align: center;
  position: relative;
	line-height: 45px;
  margin: 0 0 0 15px;
}
 .uluseerr a.cartt {
	color: #fff;
	font-size: 26px; 
	width: 45px;
	display: inline-block;
	/*! border: 1px solid rgba(255, 255, 255, 0.4); */
	border-radius: 10px;
	height: 45px; 
	text-align: center;
  position: relative;
	line-height: 45px;
  margin: 0 0 0 15px;
}
 .uluseerr a .bi.bi-bag {
	font-size: 22px;
}
.Cart_count {
	position: absolute;
	top: -6px;
	font-size: 13px;
	background: #fff;
	height: 20px;
	width: 20px;
	border-radius: 100%; 
	color: #000;
	line-height: 22px;
	right: -7px;
	font-family: poppins;
	font-weight: 600;
}
 .uluseerr a.dropdown-toggle::after {
	content: "\F282";
	border: none;
	font-family: bootstrap-icons !important;
	position: absolute;
	font-size: 10px;
	top: 0;
	right: 8px;display:none;
}
.adremoveclsmrnuline {
	position: relative;
	right: -190px;
	top: -52px;
}
.logohdrr .navbar-brand {
	width: 130px;
	padding: 0; 
	margin: 0;
	display: inline-block;
}
.fixed .adremoveclsmrnuline {
	position: relative;
	right: -181px;
	top: -14px;
	z-index: 9999999999;
}
.fixed .adremoveclsmrnuline .line {
	background-color: #fff;
}
.contact-info {
  /*! background-color: #fff4ef; */ /* similar light beige */
  padding: 20px;
  width: 100%; 
  margin: 55px 0 0 0; 
  border-radius: 0;
  border-top: 1px solid #ddd;
}

.contact-info .phone {
  color: var(--main); /* dark brown for the number */
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 8px;
}

.contact-info .email {
  color: #000;
  font-size: 18px;
}

.fixed .uluseerr .dropdown-toggle { 
	border: 1px solid rgba(53, 53, 53, 0.15); 
}
.fixed .uluseerr .dropdown-toggle {
	color: #575757; 
}
.fixed .uluseerr a.cartt {
	color: #575757; 
  border: 1px solid rgba(53, 53, 53, 0.12); 
}
.fixed .Cart_count { 
	background: #fb7d2b; 
	color: #fff; 
}
.uluseerr .dropdown-menu {
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -2px rgb(0 0 0 / .1);
	text-align: left;
	padding: 20px;
	left: -49px !important;
	top: 6px !important;
}
.uluseerr .dropdown-menu .dropdown-item {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	padding: 4px 18px;
	text-transform: uppercase;
	text-align: center;
	background: #fd7430;
	border-radius: 40px;
	letter-spacing: 1px;
	font-size: 13px;
	margin: 0 0 7px 0;
}
.dropdown-menu .dropdown-item.logoutt{ 
	color: #999; 
	background: #eee; 
  margin: 0;
}
.name {
	text-align: center;
	margin: 0 0 6px;
}
.flogo img{
  width: 50%;
}

.visitUs {
	padding: 60px 0;  
}

.visitUs ul {
	display: flex;
  padding: 0;
  margin: 0; 
  
	justify-content: center;
}
.visitUs ul li{
  list-style: none;
  flex: 0 0 16%;
  
  position: relative;
  margin: 0 13px;
}
.img-fluid.logoshap {
	position: absolute;
	z-index: 9;
	left: 37px;
	/* top: 19px; */
	width: 66%;
	bottom: 46px;
	opacity: 0.3;
}
.visitUs ul li a {
	list-style: none;
	background: #fff;
	position: relative;
	z-index: 1; 
	padding: 8px;
	display: block;
	border-radius: 16px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.imagee {
	display: block;
	height: 120px;
	overflow: hidden;
	margin: 0 0 8px;
	border-radius: 11px;
	position: relative;
}

.imagee img{
	display: block;
	height: 120px; 
  width: 100%;
  height: 100%;
  overflow: hidden
}
.visitUs ul li h3 {
  text-align: center;
  font-size: 17px;
  font-weight: 400; 
  font-family: 'sofia', sans-serif;
  color: #000;
  margin: 16px 0 14px 0;
}
 
.section_title h6{
    font-size: 16px;
    color: #f98824;
    font-weight: 500;
    /*! text-transform: uppercase; */
    letter-spacing: 3px; 
    /*! font-family: jost; */
    padding-left: 55px; 
    position: relative; margin-top: 15px;
    margin-bottom: 20px;
}  

.section_title h6::before {
	content: '';
	width: 40px;
	height: 1px;
	border-radius: 10px;
	background: #f39c12;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


.section_title hr:not([size]) {
	height: 3px;
	width: 15%;
	opacity: 1;
	background: #947854;
}

.btn_theme {
	display: inline-block;
	padding: 9px 21px;
	border: 1px solid var(--main);
	color: #fff;
    position: relative; 
	z-index: 1;
	transition: 0.4s;
	margin-top: 12px; 
	/*! font-family: open sans; */
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;  
	overflow: hidden;
	border-radius: 60px;
	letter-spacing: 2px;
	background: var(--main);
	height: auto;
}   
.btn_theme::before{ 
    position: absolute;
    content: ''; 
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: #3a7d44;
    z-index: -1; 
    transition: 0.4s;
}
.btn_theme:hover::before{  
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;  
    border-radius: 0%;
    transition: 0.4s; 
}

.btn_theme:hover{
    color: #fff;
    transition: 0.4s;
}
.section_title h3 {
	font-family: open sans;
	color: #000;
	font-size: 100px;
	position: absolute;
	top: -55px;
	z-index: 0;
	opacity: 0.02;
	letter-spacing: 0;
	left: -56px;
	font-weight: 800;
	text-transform: uppercase;
}

.img_vedeo_sec{
    position: relative;
}
.img_vedeo_sec a{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 64px;
    color: #fff;
    border-radius: 100%;
    font-size: 25px;
    padding: 0 0 0 4px;
    background: rgba(0,0,0,0.4);
} 
.about_dv p{
    margin-bottom: 18px;  
}


.about_img_sect {
	padding: 0 40px 0 15px;
	position: relative;
}
.v_text {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	transform: rotate(90deg) translate(100%,100%);
	transform-origin: 100% 100%;
	letter-spacing: 1px;
}


.features-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }
        
        .section-badge {
            display: inline-block;
            padding: 8px 20px;
            background-color: #fd7e14;
            color: white;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            border-radius: 20px;
            margin-bottom: 30px;
        }
        
        .section-title {
            font-size: 3rem;
            font-weight: 400;
            color: #f93;
            margin-bottom: 20px;  
            line-height: 1.2;
            /*! border-bottom: 2px dashed #ddd; */
            padding: 0 0 10px 0; 
        }  
        
        .section-subtitle {
            font-size: 1.1rem;
            color: #6c757d;
            margin-bottom: 60px;
            font-weight: 400;
        }
        .whyourmain h2 {
  color: #fff;
}
        .feature-card {
            text-align: center;
            padding: 40px 20px;
            height: 100%;
            transition: transform 0.3s ease;
        }
        
        .feature-card:hover {
            transform: translateY(-5px);
        }
        
        .feature-icon {
            width: 55px;
            /*! height: 80px; */ 
            margin: 0 auto 30px;
            /*! border: 2px solid #2c3e50; */
            border-radius: 8px;
            display: flex; 
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            color: #2c3e50;
            background-color: transparent;
        }
        .whyourmain .feature-icon img {
  width: 100%;
  padding: 0;
  background: rgba(48, 158, 63, 0);
  border-radius: 0;
  margin: 0;
}
        .feature-title {
            font-size: 1.5rem;
            font-weight: 600; 
            color: #fff;
            margin-bottom: 8px; 
            letter-spacing: 0;
        }
.whyourmain h3.feature-title {
            font-size: 1.5rem;
            font-weight: 600; 
            color: #fff;
            margin-bottom: 8px; 
            letter-spacing: 0;text-transform: none;
        }
        
        .feature-description {
            color: #fff;
            line-height: 1.6;
            font-size: 1rem;
        }
      .whyourmain .feature-description {
            color: #fff;
            line-height: 1.6;
            font-size: 1rem;
        }  

        @media (max-width: 768px) {
            .section-title {
                font-size: 2.2rem;
            }
            
            .feature-card {
                margin-bottom: 40px;
            }
        }


.othanticate { 
	background: #229832 url(../images/vgdesignn.png);
    background-size: auto;
  text-align: center;
  color: #fff;
  padding: 50px 0;
  background-size: 12%;
}

.othanticate h2{
  color: #fff;
}


       .swadesh-modal .modal-content {
            background: #fff url(../images/offcanvasbg.png);
            border: none; 
            border-radius: 20px; 
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
            /*! overflow: hidden; */
            background-position: bottom;
        }

        .swadesh-modal .modal-header {
            /*! background: var(--main); */
            border-bottom: none;
            padding: 20px;
            text-align: center;
            position: relative;
        }

        .swadesh-modal .btn-close {
            position: absolute;
            top: 10px;
            right: 6px;
            width: 20px; 
            height: 20px;
            background-color: var(--main);
            border-radius: 50%;
            opacity: 1;
            color: white;
            font-size: 16px;
        }

        .swadesh-modal .btn-close:hover {
            background: #c53030;
        }

        .swadesh-modal .modal-title {
            color: white;
            font-size: 28px;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            width: 100%;
            margin: 0;
        }

        .tagline {
            /*! color: white; */
            font-size: 12px;
            margin-top: 8px;
            opacity: 0.9;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .social-section {
            background: #3a7d44;
            padding: 0;
            margin: 0;
        }

        .social-links {
            display: flex;
            gap: 0;
            margin: 0;
        }

        .social-btn {
            flex: 1;
            padding: 12px 10px;  
            background: rgba(255, 255, 255, 0.2);
            color: #fff;
            text-decoration: none;
            border-radius: 0;
            font-size: 13px;
            font-weight: 500;
            text-align: center; 
            transition: all 0.3s;
            backdrop-filter: blur(10px);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            border-right: 1px solid #fff;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .social-btn:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: translateY(-2px);
            color: #1a202c;
        }

        .swadesh-modal .modal-body {
            padding: 40px; 
            /*! background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%); */
            padding-top: 30px; 
        }
 .swadesh-modal .modal-body .dropdown-toggle::after {
  font-size: 14px;
  top: 10px;
}
.swadesh-modal .dropdown-menu {
  margin: 0;
  border: 1px solid #ddd;
}
.swadesh-modal .dropdown-menu show{width:100%}
.swadesh-modal .dropdown-menu .dropdown-item {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  padding: 4px 18px;
  text-transform: capitalize;
  text-align: left;
}
        .menu-btn {
            width: 100%;
            padding: 10px 20px;
            margin-bottom: 12px;
            background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
            color: white!important;
            /*! border: 2px solid rgba(255, 255, 255, 0.2); */
            border-radius: 25px;
            font-size: 14px;   
            font-weight: bold;
            cursor: pointer;  
            transition: all 0.3s ease;
            /*! backdrop-filter: blur(10px); */
            text-transform: uppercase;
            letter-spacing: 0;
        }

        .menu-btn:hover {
            background: var(--main)!important;
            border-color: var(--main)!important;
            transform: translateY(-2px);
            color: white; 
        }

        .menu-btn:focus {
            box-shadow: 0 0 0 0.2rem rgba(104, 211, 145, 0.5);
            color: white;
        }

        .order-section {
            padding-top: 0;
        }

        .order-label {
            color: #000;
            font-size: 14px;
            margin-bottom: 10px;
            font-weight: 500; 
        }

        .order-buttons {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            max-width: 56%;
            margin: 0 auto;
        }

        .order-btn {
            flex: 1;
            min-width: 100px;
            padding: 12px 16px;
            border-radius: 15px;
            text-decoration: none;
            font-weight: bold; 
            font-size: 12px;
            text-align: center;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            height: 58px;
            overflow: hidden;
        }

        .whatsapp-btn {
            background: #25d366;
            color: white;
        }

        .whatsapp-btn:hover {
            background: #20b358;
            color: white;
            transform: translateY(-2px);
        }

        .noon-btn {
            background: #ffd700;
            color: #000;
        }

        .noon-btn:hover {
            background: #e6c200;
            color: #000;
            transform: translateY(-2px);
        }

        .smiles-btn {
            background: #8b5cf6;
            color: white;
        }

        .smiles-btn:hover {
            background: #7c3aed;
            color: white;
            transform: translateY(-2px);
        }

        .demo-btn {
            position: fixed;
            top: 20px;
            left: 20px;
            z-index: 1050;
        }

        @media (max-width: 576px) {
            .swadesh-modal .modal-dialog {
                margin: 10px; 
            }
        
            .order-btn {
                min-width: auto;
            }
        }
        .modal-title img{
          width:200px;
          margin: -15px 0 0 0;
        }


.gallery-btn {
  display: inline-block;
  padding: 12px 24px;
  font-family: 'Century Gothic', sans-serif;
  font-size: 18px;
  color: black;
  background-color: white;
  border: 2px solid #999;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 1px white, 0 0 0 3px #999;
}

.gallery-btn:hover {
  box-shadow: none;
  border-color: transparent;
  background-color: #f8f8f8;
}

.sociales {
	text-align: center;
	margin-bottom: 20px;
}

	#timeline {
		/*! width: 100%; */
		height: 600px;
		overflow: hidden;
		margin: 40px auto;
		position: relative;
		/*! background: url('http://www.csslab.cl/ejemplos/timelinr/latest/images/dot.gif') 3px top repeat-y; */
	}
		#dates {
			width: 100px;
			height: 600px;
			overflow: hidden;
			float: left;
		}
			#dates li {
				list-style: none;
				width: 100px;
				height: 100px;
				line-height: 100px;
				font-size: 24px;
				padding-left: 10px;
				background: url('http://www.csslab.cl/ejemplos/timelinr/latest/images/biggerdot.png') left center no-repeat;
			}
				#dates a {
					line-height: 38px;
					padding-bottom: 10px;
				}
				#dates .selected {
			        font-size: 38px;
				}
		
		#issues {
			width: 100%;
			height: 600px;
			overflow: hidden;
			float: left;
		}	 
			#issues li {
				max-width: 300px;   width: 400px;
				height: 600px;
				list-style: none;
         text-align: center; 

			}
				#issues li.selected img {
					-webkit-transform: scale(1.1,1.1);
					-moz-transform: scale(1.1,1.1);
				    -o-transform: scale(1.1,1.1);
				    -ms-transform: scale(1.1,1.1);
				    transform: scale(1.1,1.1);
				}
				#issues li img { 
            width: 200px;  
					margin: 10px 30px 10px 50px;
					-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
					filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);/* IE 6 & 7 */      
					zoom: 1;
					-webkit-transition: all 2s ease-in-out;
					-moz-transition: all 2s ease-in-out;
					-o-transition: all 2s ease-in-out;
					-ms-transition: all 2s ease-in-out; 
					transition: all 2s ease-in-out;
					-webkit-transform: scale(0.7,0.7);
					-moz-transform: scale(0.7,0.7);
				    -o-transform: scale(0.7,0.7);
				    -ms-transform: scale(0.7,0.7);
				    transform: scale(0.7,0.7);
				}
				#issues li h1 {
					color: #ffcc00;
					font-size: 48px;
					text-align: center;
					text-shadow: #000 1px 1px 2px;
				}
				#issues li p {
					font-size: 14px;
					margin: 10px 20px;
					font-weight: normal;
					line-height: 22px;
					text-shadow: #000 1px 1px 2px;
				}
		
		#grad_top,
		#grad_bottom {
			width: 100%;
			height: 80px;
			position: absolute;
		}
			#grad_top {
		        top: 0;
		        background: url('http://www.csslab.cl/ejemplos/timelinr/latest/images/grad_top.png') repeat-x;
			}
			#grad_bottom {
		        bottom: 0;
		        background: url('http://www.csslab.cl/ejemplos/timelinr/latest/images/grad_bottom.png') repeat-x;
			}
		
		#next,
		#prev {
			position: absolute;
			left: 45%;   left: 55%;
			font-size: 70px;
			width: 38px;
			height: 22px;
			background-position: 0 -44px;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#next:hover,
			#prev:hover {
				background-position:  0 0;
			}
			#next {
				bottom: 0;
				background-image: url('http://www.csslab.cl/ejemplos/timelinr/latest/images/next_v.png');
			}
			#prev {
				top: 0;
				background-image: url('http://www.csslab.cl/ejemplos/timelinr/latest/images/prev_v.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}

.Inner_Banner_conTent.text-center {
	position: relative;
	z-index: 9;
}

.listnamemenu h2 img {
	width: 36px;
	margin: 0 11px 0 0;
} 
.listnamemenu h2 {
	 font-family: "Baloo Bhai 2", cursive !important;
   font-weight: 600; 
	 font-size: 25px; 
	 display: flex;
	 align-items: center;
	 background: #fff1e2;
	 padding: 6px 20px;
	 margin: 0 0 25px 0;
}
 
.image-bullets {
  list-style-image: url('../images/lidot.png'); /* Replace with your image URL */
  font-family: "Baloo Bhai 2", cursive !important;
}



        .accordion {
            /*! box-shadow: 0 10px 30px rgba(0,0,0,0.2); */
            border-radius: 0;
            /*! overflow: hidden; */
            background: transparent;
        }
        
        .accordion-item {
            border: none;
            background: transparent;
            backdrop-filter: blur(10px);
            margin: 0;
            border-radius: 0 !important;
        }
        
        .accordion-header .accordion-button {
            background: transparent;
            color: #000;
            font-weight: 600;
            font-size: 30px; 
            border: none;   
            padding: 17px 21px; 
            transition: all 0.3s ease;
            border-radius: 0 !important;
            font-family: "Baloo Bhai 2", cursive !important;
            /*! border-bottom: 1px solid #ddd; */
        }
        .accordion-header .accordion-button img {
	width: 35px;
	margin: 0 15px 0 0;
	display: none;
}        
        .accordion-button:not(.collapsed) {
            /*! background: linear-gradient(45deg, #ee5a24, #ff9ff3); */
            /*! color: white; */
            box-shadow: none;
            /*! border-bottom: 1px solid #ddd; */
        }
        
        .accordion-button:focus {
            box-shadow: none;
            border: none;
        }
        
        .accordion-body {
            padding: 1.5rem;
            background: transparent; 
            border-top: 1px solid #ddd;
        }
        
        .intro-text {
            font-style: italic;
            color: #666;
            margin-bottom: 1rem;
            font-size: 1.05rem;
        }
        
        .menu-items {
            margin-bottom: 8px;
            background-size: 10px;
            padding: 0 30px!important;  
        }
        
        .menu-items li {
            margin-bottom: 0.5rem;
            font-weight: 500;
            color: #333; 
          position: relative;
            list-style: none;
            padding: 0 0 0 22px; 
            font-family: "Baloo Bhai 2", cursive !important;
        }
        .menu-items li:before {
          content: '';
          position: absolute;
           background-image: url('../images/lidot.png');
          left: 0;
          top: 5px;
          width: 10px;
          height: 10px;
          background-size: 100%;
        }

 
        
        .special-note {
            border-radius: 6px;
            font-style: italic;
            font-weight: 500;
            color: red; 
            margin-top: 0;
            display: block;
            font-size: 12px;
            padding: 0 0px;
        }
        
        .page-title {
            text-align: center;
            color: white;
            margin-bottom: 2rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
        
        .page-title h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }
        
        .page-title p {
            font-size: 1.2rem;
            opacity: 0.9;
        }
.main_menuu {
	background: #0b1315 url(../images/footerbg.png);
  padding: 60px 0;
}
.whyourmain {
	background: #229832 url(../images/vgdesignn.png);
	text-align: center;
	color: #fff; 
	padding: 50px 0; 
	background-size: 12%; 
}

.whyourmain h2 {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}

.whyourmain img {
	width: 80px;
	padding: 8px;
	background: rgb(48, 158, 63);
	border-radius: 24px;
	margin: 0 0 13px 0;
}
.whyourmain h3 {
	font-size: 20px;
	font-weight: bold;
	max-width: 60%;
	text-transform: uppercase;
	margin: 0 auto;
}
.packagee {
	padding: 60px 0;
}

.wine-menu { 
margin:0;
}

        .wine-item {
            display: flex;
            justify-content: space-between;
            align-items: flex-start; 
            padding: 19px 0;
            border-bottom: 1px solid rgba(49, 49, 49, 0.1);
            transition: all 0.3s ease;
        }

        .wine-item:last-child {
            border-bottom: none;
        }

        .wine-item:hover {
            background: rgba(255, 255, 255, 0.05);
         
            border-radius: 8px;
        }

        .wine-info {
            flex: 1;
            margin-right: 20px;
        }

        .wine-name {
            font-size: 20px;
            font-weight: 600;
            color: #f93; 
            margin-bottom: 0;
            font-family: "Baloo Bhai 2", cursive !important;
        }

        .wine-details { 
            font-size: 14px;
            color: #73706e;
            line-height: 1.5;
            font-style: italic;
        }

        .wine-price {
            font-size: 14px;
            color: #000;
            font-weight: 500; 
            white-space: nowrap;
            display: flex;
            flex-direction: column;
            justify-content: flex-end; 
            text-align: right;
        }
.wine-price a {
	display: block;
	background: #f93;
	text-align: center;
	padding: 5px 17px; 
	text-transform: uppercase;
	font-size: 11px;
	margin: 8px 0 0 0;
	border-radius: 10px;
	height: 30px;
	line-height: 23px;
	color: #fff;
}

        .wine-location {
            color: #131313;
            font-weight: 500;
        }

        @media (max-width: 768px) {
            .wine-menu {
                padding: 30px 20px;
            }

            .wine-item {
                flex-direction: column;
                align-items: flex-start;
            }

            .wine-info {
                margin-right: 0;
                margin-bottom: 10px;
            }

            .wine-name {
                font-size: 20px;
            }

            .wine-price {
                font-size: 18px;
                align-self: flex-end;
            }
        }

        /* Subtle animations */
        .wine-item {
            opacity: 0;
            animation: fadeInUp 0.6s ease forwards;
        }

        .wine-item:nth-child(1) { animation-delay: 0.1s; }
        .wine-item:nth-child(2) { animation-delay: 0.2s; }
        .wine-item:nth-child(3) { animation-delay: 0.3s; }
        .wine-item:nth-child(4) { animation-delay: 0.4s; }
        .wine-item:nth-child(5) { animation-delay: 0.5s; }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

    .product-card {
            background: #fff;
            border-radius: 20px;
            /*! box-shadow: 0 15px 35px rgba(0,0,0,0.1); */
            transition: all 0.4s ease;
            overflow: hidden;
            margin-bottom: 30px;
            border: none;
            position: relative;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
        }
        
        .product-card:hover {
            transform: translateY(-10px);
            /*! box-shadow: 0 25px 50px rgba(0,0,0,0.2); */
        }
 
        .card-img-top { 
            height: 200px; 
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .product-card:hover .card-img-top {
            transform: scale(1.05);
        }
        
        .card-body {
            padding: 25px;
        }
        
        .card-title {
            color: #ff6b35;
            font-weight: 700;
            font-size: 1.4rem;
            margin-bottom: 15px;
            font-family: "Baloo Bhai 2", cursive !important;
            font-weight: 600;
            font-size: 25px;
            text-align: left !important;
        }
        .product-list {
            list-style: none;
            padding: 0;
        }
       .card-body .product-list {
            list-style: none;
            padding: 0; height:200px;overflow:hidden;overflow-y:auto;
        }
       .offcanvas .dropdown-menu.show {
  width: 100%;
}
.offcanvas .dropdown-toggle::after {
  top: 10px;
}
.offcanvas .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 600;
	color: #444;}
        .product-list li {
            padding: 0;
            /*! border-bottom: 1px solid #f0f0f0; */
            position: relative;
            padding-left: 20px;
            color: #666;
            transition: color 0.3s ease;
            margin: 0 0 10px 0;list-style:none;
        }
        
        .product-list li:last-child {
            border-bottom: none;
        }
        
        .product-list li::before {
            content: ' ';
            position: absolute;
            left: 0;
            top: 8px;
            position: absolute;
            background-image: url('../images/lidot.png');
            left: 0;
            top: 5px;
            width: 10px;
            height: 10px;
            background-size: 100%;
        }
        
        .product-list li:hover {
            color: #ff6b35;
        }
        
        .category-icon {
            font-size: 3rem;
            color: #ff6b35;
            margin-bottom: 15px;
        }
        
        .section-title {
            color: #ff6b35;
            font-weight: 700;
            text-align: center;
            margin-bottom: 50px;
            font-size: 2.5rem;
            position: relative;
        }
         
        .main-content {
            background: white;
            margin-top: -50px;
            position: relative;
            z-index: 1;
            border-radius: 30px 30px 0 0;
            padding: 80px 0 50px;
        }
        
        .fresh-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background: #28a745;
            color: white;
            padding: 5px 10px;
            border-radius: 15px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        
        @media (max-width: 768px) {
            .hero-section {
                padding: 60px 0;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .main-content {
                padding: 60px 0 30px;
            }
        }

.call-us {
  background: #fff;
  padding: 24px;  
  margin: 0 0 0 41px;
  border-radius: 24px;
  /*! box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px; */
  border: 1px solid #ddd;
	margin-bottom:15px!important;min-height: 532px;
}
.headingtime {
	position: relative;
} 
.headingtime img{
	position: absolute;
	right: 10%;
	top: 0;
}
.headingtime h2 {
  font-weight: 600;
  margin: 0 0 5px 0; 
  font-size: 24px; 
  color: #229832;
}

.call-us ul{
  margin: 18px 0 0 0;
  padding: 0; 
}

.call-us ul li{
  list-style: none;
  line-height: normal;
}

.call-us ul li a {
  font-size: 18px;
  display: block;
  margin: 0 0 15px 0; 
  color: #000; 
  /*! background: #ccd9fd; */
  display: flex;
  /*! align-items: center; */
  border-radius: 80px;
  /*! background: rgb(2,0,36); */
  /*! background: linear-gradient(90deg, rgb(230 235 252) 0%, rgb(0 212 255 / 0%) 70%); */
  line-height: normal;
  font-family: "Baloo Bhai 2", cursive !important;
}
.call-us ul li a i {
  color: #f93;
  width: auto;
  margin: 0 10px 0 0;
  display: inline-block;
  /*! height: 40px; */
  /*! border: 1px solid #abb5d1; */
  text-align: center;
  /*! line-height: 40px; */
  font-size: 16px;
  border-radius: 100%;
  /*! background: #fff; */
}
div#time {
  font-size: 32px;
}
div#date {
  font-size: 20px;
}
 

.mapc {
  border-radius: 16px;
  overflow: hidden;
  margin: 28px 0 0 0;
}
iframe {
	width: 100%;
	/* border: 2px solid #cec5c5 !important; */
	border-radius: 19px;
	filter: grayscale(10);
}


.icon-button { 
	border: none;
}

.catogery_item {
	padding: 0 10px; 
	text-align: center; 
	position: relative; 
	/*! box-shadow: 0 12px 16px -4px rgba(16,24,40,.08),0 4px 6px -2px rgba(16,24,40,.03); */
	background: #fff;
	border-radius: 10px; 
	/*! box-shadow: none; */
	/*! border: 1px solid #ddd; */ 
	/*! border-bottom: 4px solid #064953; */
	/*! box-shadow: rgba(50, 50, 93, 0.04) 0px 6px 12px -2px, rgba(0, 0, 0, 0.07) 0px 3px 7px -3px; */
	transition: 0.3s;
	/*! box-shadow: rgba(9, 30, 66, 0.01) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; */
	overflow: hidden;
} 
.catogery_item img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  background-position: center;
  border-radius: 10px;
  margin: 0 0 13px 0;
}
.catogery_item:hover img {
  filter: grayscale(0); 
}

.catogery_item:hover{ 
	transition: 0.3s;
  transform: scale(1.05);
	box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.19),0 4px 6px -2px rgba(16, 24, 40, 0.21);
} 
 .catogery_item h3 {
   font-size: 15px;
   color: #000;
}
 
.discover_main {
	padding-bottom: 69px;
}



.services_item{
	margin: 10px;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
  } 


  .services_item .image {
	height: 350px;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	transition: 0.3s;
}

  .services_item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: 0.3s;
}

  .services_item .image::before {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	content: '';
	width: 100%; 
	height: 100%;
	position: absolute;
	top: 0;
	left: 0; 
	z-index: 1;
	background-image: linear-gradient(to bottom, #000, transparent);
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: 0.3s;
}
.sarvname {
	position: absolute;
	top: 15px;
	padding: 25px;
	color: #fff;
	width: 100%;
	z-index: 9;
	transition: 0.3s;
}
 
.sarvname h4 {
	font-weight: 600;
	font-size: 32px;
	color: #fff;
	transition: 0.3s; 
	margin: 0; 
	/*! max-width: 164px; */
}
.sarvname p { 
	font-size: 13px;
	color: #373737;
	transition: 0.3s;
	opacity: 0.8;
}


  .services_item .more {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff; 
	font-weight: 600;
	transform: translateY(55px);
	transition: 0.3s;
	background: var(--main); 
	padding: 11px 22px;
	border-radius: 14px;
	font-size: 17px;
	z-index: 999;
}

.services_item:hover .more { 
	transform: translateY(0);
	transition: 0.3s;
}
.services_item:hover img { 
	transform: scale(1.04);
	transition: 0.3s;
}

.menu_listt .wine-menu{
  padding: 0 30px;
}

  .menu-item {
            border: none;
            border-bottom: 1px solid #e9ecef;
            border-radius: 0;
        }
        .menu-item:last-child {
            border-bottom: none;
        }
        .accordion-button {
            background-color: #fff;
            color: #333;
            font-weight: 600;
            padding: 1.5rem;
        }
        .accordion-button:not(.collapsed) {
            background-color: transparent;
            color: #333;
            box-shadow: none;
        } 
        .accordion-button:focus {
            box-shadow: none;
            border-color: #dee2e6;
        }
        .menu-content { 
            padding: 1.5rem;
        }
.bestseller-badge {
	background-color: #ff99331f;
	color: #f93;
	font-size: 0.75rem;
	padding: 0 6px;
	border-radius: 12px;
	margin-left: 0.5rem;
	font-weight: 600;
	height: 16px;
}
.veg-indicator {
	color: #28a745;
	font-size: 11px;
	margin-right: 0.5rem; 
	border: 1px solid;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 6px;
	padding: 0px 0 0 1px;
}
.price {
	font-weight: 600;
	font-size: 15px;
	margin: 7px 0 !important;
	color: #484542;
}
        .rating {
            color: #28a745;
            font-size: 0.875rem;
            margin-top: 0.25rem;
        }
        .description {
            color: #666;
            font-size: 0.9rem;
            margin-top: 0.5rem;
            line-height: 1.4;
        }
        .menu-image {
            width: 100%;
            height: 170px;
            object-fit: cover; 
            border-radius: 8px;
            overflow: hidden;
        }
        .menu-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
        .restaurant-title {
            background: linear-gradient(135deg, #ff6b6b, #ee5a24);
            color: white;
            padding: 2rem 0; 
            text-align: center;
            margin-bottom: 0;
        }


.badge.bg-secondary.ms-2 {
	background: transparent !important;
	padding: 0;
	color: #000;
	font-weight: 300;
	opacity: 0.5;
	font-size: 15px;
}

.addcartt{
	display: block;
	background: #f93;
	text-align: center;
	padding: 5px 17px;
	text-transform: uppercase;
	font-size: 11px;
	margin: 8px 0 0 0;
	border-radius: 10px;
	height: 30px;
	line-height: 23px;
	color: #fff;
}
.filter_btn{display:none!important}
.added_to_cart {background:limegreen!important;
	text-align: center;
	padding: 5px 8px;
	text-transform: uppercase;
	font-size: 11px;
	margin: 8px 0 0 0;
	border-radius: 10px;
	height: 30px; margin-left:5px!important;
	line-height: 23px;
	color: #fff;}
.bsBox .add_to_cart_button {display: inline;
	background: #f93;
	text-align: center;
	padding: 5px 8px;
	text-transform: uppercase;
	font-size: 11px;
	margin: 8px 0 0 0;
	border-radius: 10px;
	height: 30px;
	line-height: 23px;
	color: #fff;
}
.main h2 { 
	margin: 0;
}

.detailssofcanvass{
  padding: 20px!important;
}

.detailssofcanvass .offcanvas-body {
	border-top: none;
	padding-top: 0;
}

.detailssofcanvass .btn-close {
	position: absolute;
	right: -21px;
	background-color: var(--main);
	opacity: 1;
	background-size: 15px;
	top: 3px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
}
.add_itam_count {
	background: #fff;
	padding: 0;
  	flex: 0 0 47%;
}
.qty .form-select {
	width: 100%;
	height: 30px;
	margin: 0 0 0 8px;
	font-size: 12px;
	flex: 0 0 47%;
}

.product-item {
		position: relative;
		overflow: hidden;
		transition: 0.6s;
		/*! background: #fff; */  
		transition: 0.6s;
		text-align: center;
		border: none;
		padding: 0; 
		margin-bottom: 12px;
	}
 
	.product-item:hover .product-desc h3 {
		/*! text-decoration: underline; */
		color: #000;
	}
	
	.product-item:hover {
		transition: 0.6s;
		z-index: 1;
	}
	
	.product-img img {
		margin: auto;
		position: absolute;
		left: 0;
		top: 0; 
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		transition: 0.6s;
		object-fit: cover;
		object-position: top;
		width: 100%;
	}
	
	.product-item:hover .product-img img {
		opacity: 1;
		transition: 0.6s;
		transform: scale(1.05);
	}
	
	.product-img {
		position: relative;
		width: 100%;
		padding: 0;
		background: #fafafa;
		overflow: hidden;
		margin: 0 0 10px 0; 
		height: 220px; 
		border-radius: 18px;
	}
	
	.product-overlay {
		background-color: rgba(0, 0, 0, 0.11);
		height: 100%;
		left: 0;
		opacity: 1;
		position: absolute;
		top: 0;
		width: 100%;
		transition: 0.8s;
	}
	
	.product-item:hover .product-desc h3 a {
		color: #fa5000;
		transition: 0.7s;
	}
	
	.product-btn {
		bottom: 7%;
		left: 24%;
		position: absolute;
		transform: translateX(-50%);
		transition: 0.8s;
		/*! width: 100%; */
	}
	
	.product-item:hover .product-btn {
		left: 50%;
	}
	
	.product-item .fa {
		font-family: "FontAwesome";
	}
	
	.product-desc {
		padding: 10px;
		position: relative;
		text-align: center;
	} 
	
	.product-img .product-overlay {
		display: none;
		transition: 0.4s;
		top: 0;
		width: 70%;
		left: 15%;
		opacity: 1;
		margin: 0;
		height: 100%;
		align-items: center;
		padding: 0;
	}
	
	.product-img .product-overlay .btn.btn-circle {
		padding: 9px 1px;
		width: 60%;
		left: 20%;
		margin: 0 0 13px 0;
		position: relative;
	}
	
	.product-item:hover .product-overlay {
		display: block;
		transition: 0.4s;
		top: 0;
		width: 100%;
		left: 0;
		opacity: 1;
		z-index: 9;
	}
	
	.product-desc h3 {
		overflow: hidden;
		font-size: 18px;    
		margin: 0; 
		max-height: 62px;   
		overflow: hidden;  
		text-overflow: ellipsis; 
		display: -webkit-box;
		-webkit-line-clamp: 3; 
		-webkit-box-orient: vertical;
		color: #000;
		font-weight: 600;
		letter-spacing: .05em;
		line-height: 20px;
		margin-bottom: 10px;
		/*! text-transform: lowercase; */
		letter-spacing: -0.4px;
	}
	
	.product-desc .RevIEw_star ul {
		justify-content: start;
	}
	
	.product-wishlist {
		color: white;
		display: block;
		font-size: 20px;
		line-height: 0;
		position: absolute;
		right: 20px;
		top: 15px;
		transform: scale(0);
	}
	
	.product-item:hover .product-wishlist {
		transform: scale(1);
	}
	
	.product-label-new::before {
		align-items: center;
		border-radius: 0;
		color: white;
		display: flex;
		font-size: 12px;
		height: 22px;
		justify-content: center;
		left: 12px;
		position: absolute;
		top: 12px;
		width: 50px;
		z-index: 100;
	}
	
	.product-label-new::before {
		background-color: #228b22;
		content: "New";
	}
	
	.product-price {
		font-size: 15px;
		color: #000;
		font-weight: 600; 
		padding: 0;
		margin: 0 0 5px 0px;
		letter-spacing: 0;
		line-height: normal;
	}
	
	.product-price span {
		
	} 
	
	.btn.btn-theme {
		background: var(--white);
		color: #000;
		font-weight: 400;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
		font-size: 13px;
		/*! text-transform: uppercase; */
		border-radius: 60px;
		letter-spacing: 0.6px;
	}
	
	.btn.btn-circle {
		padding: 8px 19px;
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		bottom: 33%;
		margin: auto;
		width: 50%;
		-webkit-transform: translateY(-50.1%);
		-ms-transform: translateY(-50.1%);
		transform: translateY(50.1px);
		transition: 0.3s;
		opacity: 0;
		white-space: nowrap;
	}
	
	.btn.btn-theme:hover {
		background: var(--black);
		color: #fff;
		transition: 0.3s;
		border-color: var(--black);
	}
	
	.product-item:hover .btn.btn-circle {
		transition: 0.3s;
		bottom: 30%;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0px);
		display: block;
		opacity: 1;
	}
	
	.btn-circle .fa {
		margin-left: 10px;
		font-size: 12px;
		display: none;
	}
	
	.product-name {
		display: block;
		text-decoration: none;
		color: #414141;
		padding: 13px 13px 11px 15px;
		background: transparent;
		overflow: hidden;
		margin: 0 0 8px 0;
		/*! white-space: nowrap; */
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 15px;
		font-weight: normal;
		max-height: 58px;
		line-height: 17px;
		
	}
	
	.RevIEw_star ul li {
		list-style: none;
		display: inline-block;
		color: #ffa41c;
		font-size: 12px;
		margin: 0 4px 0 0;
	}
	
	.RevIEw_star ul {
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
		padding: 0 !important;
	}
	 .product-img  .add-to-cart{
		color: #fff;
		background: var(--main); 
		/*! width: 40px; */
		height: 40px; 
		font-weight: 600;
		text-transform: uppercase;  
		padding: 0 20px;
		border-radius: 0; 
		opacity: 0;  
		transform: translateX(-50%);
		position: absolute;
		left: 50%;
		bottom: 0;
		transition: all .3s ease;
		line-height: 40px;
		white-space: nowrap;
		font-size: 12px;
		box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
		width: 100%;
		bottom: 0;
		letter-spacing: 0.5px;
	}
	.product-item:hover .add-to-cart{ 
		opacity: 1;
		bottom: 0;
	} 
	.product-item .add-to-cart:hover{ 
		color: #fff;
		background: var(--main);
	}
	
	/* product-new-css */
.product-img .add-to-cart {
	color: #fff;
	background: var(--main);
	/* width: 40px; */
	height: 40px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 20px;
	border-radius: 0;
	opacity: 0;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all .3s ease;
	line-height: 40px;
	white-space: nowrap;
	font-size: 12px;
	box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
	width: 100%;
	bottom: 0;
	letter-spacing: 0.5px;
}
.add-to-cart {
	/* width: 100%; */
	background: #000;
	display: inline-block;
	padding: 5px 16px;
	color: #fff;
	background: var(--main);
	border-radius: 13px;
	text-transform: uppercase;
	font-size: 13px;
}

.product_main{
  padding: 50px 0;
}
.video_item iframe{
        height: 400px;
        filter: grayscale(0);
        border-radius: 0;
        margin-bottom: 25px;
    }
    @media only screen and (min-width: 320px) and (max-width: 809px) {
            .video_item iframe{
        height: 250px;
    }
    }
.video_item {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    background: #f9f9f9;
}

.video_item iframe, 
.video_item embed, 
.video_item object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.wc-block-components-product-name {
	font-size: 1em!important;}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 1001;
}
.whatsapp-button img {
    width: 35px;
    height: 35px;
}

/* Chat Box */
.whatsapp-chat-box {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 280px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    display: none;
    flex-direction: column;
    z-index: 1000;
    overflow: hidden;
    animation: slideUp 0.3s ease;
}

/* Header */
.whatsapp-header {
    background-color: #25d366;
    color: white;
    padding: 10px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Body */
.whatsapp-body {
    padding: 15px;
    font-size: 14px;
    color: #333;
}
.whatsapp-start-btn {
    display: inline-block;
    background-color: #25d366;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}
.whatsapp-start-btn:hover {
    background-color: #1ebe5d;
}

/* Animation */
@keyframes slideUp {
    from {transform: translateY(20px); opacity: 0;}
    to {transform: translateY(0); opacity: 1;}
}
.col_black{color:#000;font-size:20px;}
.instagram-color{ font-size:24px;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}.col_black:hover{opacity:0.7}
.img_vedeo_sec {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.img_vedeo_sec video,
.img_vedeo_sec img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Optional: Add shadow for style */
.img_vedeo_sec video,
.img_vedeo_sec img {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Optional: Hover effect */
.img_vedeo_sec:hover {
    transform: scale(1.02);
    transition: transform 0.3s ease-in-out;
}

.innebanner {
    position: relative;
    width: 100%;
    height: 100vh; /* Full screen height */
    overflow: hidden;
    display: flex;
    align-items: center;
}


.videosection {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.videosection video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures video covers entire background */
}

.videosection img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swadesh-modal .dropdown-menu.show {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
	padding:5px;
  
}

.swadesh-modal .dropdown-menu li{
  display: flex;
 width: 48%
}
 
.swadesh-modal .dropdown-menu .dropdown-item {
  border: 1px solid #ccc; 
  border-radius: 8px;
  padding: 12px 15px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  cursor: pointer; color:#000;
  transition: all 0.3s ease; white-space:normal;text-align:center;
}

.swadesh-modal .dropdown-menu .dropdown-item:hover {
 background: #f9e6d3;
  border-color: #fabc6c;
}
.col_green {
  color: #229832;
  font-size: 20px; font-weight:400;
  text-decoration: underline;
}
.col_green:hover{
  color: #f98b22;
  text-decoration:none;
}

@keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
}

.gradient {
 background: linear-gradient(to right, #f67c07, red, #229832);
 background-size: 200% 200%;
 animation: gradient 15s ease infinite;
}

