body {
  color: #9e9e9e;
  line-height: 1.5;
  font-family: "Inter", serif;
  font-size: 16px;
  font-weight: 400;
  padding-right: 0 !important;
  overflow-y: scroll !important;
  overflow-x: hidden;
}


body.register-page {
  background: url(../img/ellipse-register.png) top -200px left 0px no-repeat;
  background-size: 100%;
}

/* body.register-page:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 810px;
  background: url(../img/two-btn-bg.png);
  background-size: 100%;
} */

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* .offcanvas-backdrop.show + body {
  padding-right: 0 !important;
  overflow: visible !important;
} */


ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}

li {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bricolage Grotesque", serif;
  font-weight: 400;
  color: #000;
}

h1.home,
h2.home,
h3.home,
h4.home,
h5.home,
h6.home {
  font-family: "Bricolage Grotesque", serif;
  color: #000;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #934527;
  font-weight: 800;
}

h1.home span,
h2.home span,
h3.home span,
h4.home span,
h5.home span,
h6.home span {
  font-family: "Bricolage Grotesque", serif;
  color: #C44403;
}

a {
  list-style-type: none;
  color: #777777;
  text-decoration: none;
}

.fs8 {
  font-size: 8px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs25 {
  font-size: 25px;
}

.fs30 {
  font-size: 30px;
}

.fs32 {
  font-size: 32px;
}

.fs35 {
  font-size: 35px;
}

.fs40 {
  font-size: 40px !important;
}

.fs50 {
  font-size: 50px !important;
}

.fs60 {
  font-size: 60px;
}

.fs70 {
  font-size: 70px;
}

.fs80 {
  font-size: 80px;
}

.fs90 {
  font-size: 90px;
}

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.color-white {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.color-red {
  color: #934527 !important;
}

.color-grey {
  color: #9e9e9e !important;
}

.color-lgrey {
  color: #9B9B9B !important;
}

.color-brown {
  color: #C44403
}

.color-pink {
  color: #F8D9D2 !important;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #1e1e1e;
}

.bg-red {
  background: #C44403;
}

.bg-green {
  background: #A9C46C;
}

/* *********************  Btn One Style  ********************** */

.t-btn-one {
  border-radius: 10px;
  box-sizing: border-box;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  background: #C44403;
  color: #fff;
  transition: ease 0.4s;
  border: 1px solid transparent;
  text-align: center;
  width: 144px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  border: 1px solid #C44403;
  font-family: "Bricolage Grotesque", serif;
}

.t-btn-one:hover {
  background: none;
  color: #C44403 !important;
  border: 1px solid #C44403;
}

.t-btn-home {
  border-radius: 100px;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  background: #C44403;
  color: #fff;
  transition: ease 0.4s;
  border: 1px solid transparent;
  text-align: center;
  width: 165px;
  height: 45px;
  line-height: 43px;
  display: inline-block;
  border: 1px solid #C44403;
  font-family: "Bricolage Grotesque", serif;
}

.t-btn-home:hover {
  background: none;
  color: #C44403 !important;
  border: 1px solid #C44403;
}

/* *********************  Btn One Style End ********************** */

.head-div h2 {
  font-size: 30px;
  position: relative;
  margin-bottom: 10px;
}

.head-div h2 span {
  font-weight: 900;
  color: #C44403;
}

.head-div h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #515151;
  font-weight: 500;
}

.head-div p {
  color: #9e9e9e;
}

.head-div ul li {
  display: inline-block;
}

/* ************************** Main Header Css **************************** */

.header a.navbar-brand {
  width: 12%;
}

.header ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #5f5f5f;
}

.header ul.navbar-nav li a {
  margin-right: 50px;
  transition: ease 0.4s;
  position: relative;
  overflow: hidden;
  padding: 0 20px !important;
}

nav ul li a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 8px;
  background: #f3dacb;
  top: 8px;
  left: -100%;
  z-index: -1;
  transition: ease 0.4s;
}


nav ul li a:hover,
nav ul li a.active,
nav ul li a:focus {
  color: #000 !important;
  font-weight: 800;
  transition: ease 0.4s;
}

nav ul li a:hover:after,
nav ul li a.active:after,
nav ul li a:focus:after {
  left: 0;
}

.header li .customer-div .custom-cont h4 {
  font-weight: 700 !important;
}

.custom-cont {
  border-right: 1px solid #f3dacb;
  padding-right: 15px;
}

.header .cart nav-link:after {
  position: absolute;
  content: "1";
  width: 5px;
  height: 5px;
  background: #000;
  top: 0;
  left: 0;
}

.header li.nav-item.cart a.nav-link:after {
  position: absolute;
  content: "4";
  color: #000;
  background: #e5aca1;
  width: 20px;
  height: 20px;
  font-size: 15px;
  text-align: center;
  border-radius: 100px;
  top: -10px;
  right: -8px;
}

button.navbar-toggler {
  background: #fff;
  border: 1px solid #f8d9d2;
}

@media (max-width: 1024px) {
  .header .navbar.navbar-expand-lg {
    display: none;
  }

  .header .bg-body-tertiary {
    display: block !important;
  }

  .offcanvas-title img {
    width: 100px;
    object-fit: scale-down;
  }
}

.header .bg-body-tertiary {
  display: none;
}

.header {
  padding: 12px 0;
}

.navbar-brand img {
  width: 100px;
  object-fit: scale-down;
}

.header ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #5F5F5F;
}

.header ul.dropdown-menu li {
  display: block;
}

.header ul.dropdown-menu li a {
  width: 100%;
  color: #000;
  padding: 10px 10px !important;
  transition: ease 0.4s;
}

.header ul.dropdown-menu li a:hover {
  color: #000 !important;
  background: #fcaf43;
}

.dropdown,
.dropdown2 {
  position: relative;
  display: inline-block;
  width: 35px;
  margin-left: 15px;
}

.dropbtn,
.dropbtn2 {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.dropbtn img,
.dropbtn2 img {
  width: 25px;
  height: 18px;
}

.dropdown-content,
.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #ccc;
  width: 35px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.dropdown-content div,
.dropdown-content2 div {
  padding: 5px 5px 5px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.dropdown-content div:hover,
.dropdown-content2 div:hover {
  background-color: #f1f1f1;
}

.dropdown-content img,
.dropdown-content2 img {
  width: 25px;
  height: 18px;
}

.customer-div .custom-img.dropdown ul.dropdown-menu li a.dropdown-item:after {
  display: none;
}

.customer-div .custom-img.dropdown ul.dropdown-menu {
  border: 2px solid #c44403;
  top: 40px;
  left: -60px;
  width: 200px;
  border-radius: 15px;
}

.customer-div .custom-img.dropdown ul.dropdown-menu {
  border: 2px solid #c44403;
}

.header .custom-img.dropdown ul.dropdown-menu a:hover {
  background: #c44403;
  color: #fff !important;
}


/* ************************** Main Header Css End **************************** */

/* ************************** Homepage Css **************************** */

body.homepage {
  background: url(../img/two-btn-bg.png);
  z-index: 0;
  position: relative;
  font-size: 15px;
}

body.homepage .header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}

.banner {
  background: url(../img/banner-img.png) center center no-repeat;
  background-size: cover;
  padding: 180px 0 400px;
}

/* .banner:after {
  position: absolute;
  content: '';
  width: 304px;
  height: 575px;
  background: url(../img/sushi-mid.png) no-repeat;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 0;
} */

.bann-heading {
  width: 50%;
  margin: 0 auto;
}

.banner .head-div:before {
  position: absolute;
  content: '';
  width: 83px;
  height: 73px;
  background: url(../img/banner-crow.png) no-repeat;
  right: 30px;
  top: 30px;
  z-index: 0;
}

.banner .head-div:after {
  position: absolute;
  content: '';
  width: 179px;
  height: 178px;
  background: url(../img/banner-sun.png) no-repeat;
  right: 80px;
  top: 130px;
  z-index: 0;
}

.banner .head-div h1 {
  font-family: "Bricolage Grotesque", serif;
  font-weight: 800;
  font-size: 200px;
  margin-bottom: 0;
  line-height: 140px;
  z-index: 0;
}

.banner .head-div h3 {
  font-family: "Bricolage Grotesque", serif;
  font-weight: 300;
  font-size: 36px;
  color: #C44403;
  text-align: right;
}

.sus-cat {
  padding: 50px 0;
}

.our-ingre {
  padding: 50px 0 200px;
}

.our-ingre:before {
  position: absolute;
  content: '';
  width: 359px;
  height: 195px;
  background: url(../img/all-clouds.png) no-repeat;
  left: 0;
  top: 0;
}

.our-ingre:after {
  position: absolute;
  content: '';
  width: 825px;
  height: 643px;
  background: url(../img/mountain-all.png) no-repeat;
  right: 0;
  bottom: 20px;
  z-index: -1;
}

.our-ingre .circle-div {
  background: url(../img/round-circle.png) center center no-repeat;
  background-size: 50%;
}


.ingre-all h4::after {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background: none;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto 0;
  border-radius: 100%;
  border: 4px solid #934527;
}

.ingre-right-div .ingre-all h4::after {
  right: auto;
  left: -30px;
}

.sus-ingri {
  background: url(../img/sus-ingri-bg.png) no-repeat;
  background-size: cover;
  z-index: -1;
  padding-top: 150px;
}

.sus-ingri:before {
  position: absolute;
  content: '';
  background: url(../img/clouds.png) no-repeat;
  width: 170px;
  height: 97px;
  right: 0;
  top: 60px;
}

.inn-tabs ul#menu-tabs li:last-child {
  margin: 0 0 0 0;
}

.inn-tabs ul#menu-tabs li {
  margin: 0 10px 0 0;
}

.inn-tabs ul#menu-tabs li button {
  background: #FBEBE7 !important;
  border-radius: 20px !important;
  padding: 8px 40px;
  color: #000;
  font-weight: 500;
}

.inn-tabs ul#menu-tabs li button.active {
  background: #C44403 !important;
  color: #fff;
}

.detail-right a.t-btn-home {
  width: 110px;
  height: 30px;
  line-height: 30px;
}

.menu-tab-inn .menu-details .detail-all:last-child {
  margin-bottom: 0 !important;
}

.special-menu {
  background: url(../img/special-bg.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0;
  margin-top: -100px;
}

.special-menu::before {
  position: absolute;
  content: '';
  width: 422px;
  height: 373px;
  background: url(../img/ingre-sushi.png);
  left: 0;
  top: -190px;
  z-index: 0;
}

.special-menu:after {
  position: absolute;
  content: '';
  background: url(../img/cloud-grey.png) no-repeat;
  width: 522px;
  height: 208px;
  right: 0;
  bottom: 10px;
}

.about-sec {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(232, 218, 203, 1) 100%);
  padding: 100px 0;
}

.about-sec:before {
  position: absolute;
  content: '';
  width: 392px;
  height: 440px;
  background: url(../img/our-ingre-leaves.png) no-repeat;
  right: 0;
  top: 0;
  z-index: 0;
}

.about-sec img {
  position: relative;
  z-index: 1;
}

.people-say {
  padding: 0px 0 100px 0;
}

.people-say:before {
  position: absolute;
  content: '';
  width: 644px;
  height: 600px;
  background: url(../img/testi-before.png) no-repeat;
  left: 0;
  top: 0;
  bottom: 150px;
  margin: auto 0;
}

.testi-slide .items {
  border: 1px solid #C44403;
  border-radius: 30px;
  padding: 30px 30px;
  box-shadow: 0px 11px 20px rgb(0 0 0 / 15%);
  margin: 0px 20px 30px 20px;
}

.testi-slide .slick-arrow {
  background: #000;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  bottom: -60px;
  right: 0;
  cursor: pointer;
}

.testi-slide .slick-arrow.slick-prev {
  right: 50px;
}

.contact-sec {
  margin: 48px 0 0 0;
  z-index: -1;
}

/* .contact-sec:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1000px;
  background: url(../img/cont-bg.png) no-repeat;
  background-size: cover;
  bottom: -230px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
} */

.contact-sec .home-form-div input,
.contact-sec .home-form-div textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #D9D9D9;
  height: 50px;
  resize: none;
  font-size: 14px;
  font-weight: 300;
  transition: ease 0.4s;
}

.contact-sec .home-form-div textarea {
  height: 100px;
}

.contact-sec .home-form-div input:focus-visible,
.contact-sec .home-form-div textarea:focus-visible {
  outline: none;
  border-bottom: 2px solid #c44403;
}

.contact-sec .home-form-div .t-btn-home {
  border-radius: 100px;
  width: 250px;
  height: 55px;
  line-height: 53px;
  font-weight: 500;
  font-size: 18px;
}

.contact-sec .head-div p,
.contact-sec .touch-details,
.contact-sec .touch-details a {
  color: #000;
}

.iti--separate-dial-code .iti__selected-flag {
  background: transparent;
}

.touch-details i {
  font-size: 30px;
}

.touch-details a:hover {
  color: #c44403;
}

.touch-details a {
  display: block;
  color: #9e9e9e;
  transition: 0.4s;
}

.reserve-tbl {
  padding: 50px 0 100px;
  margin-bottom: -50px;
  z-index: -1;
}

.reserve-tbl:after {
  position: absolute;
  content: '';
  width: 422px;
  height: 373px;
  background: url(../img/reserve-sushi.png) no-repeat;
  right: 0;
  top: -100px;
  z-index: 0;
}

.reserve-tbl .res-red-box {
  background: url(../img/reserv-bg.png) no-repeat;
  width: 50%;
  background-size: 100%;
  margin: 0 auto;
  padding: 51px 0;
}

.reserve-tbl .t-btn-home:hover {
  color: #fff !important;
  border: 1px solid #fff;
  background: transparent !important;
}

.reserve-tbl .t-btn-home {
  color: #C44403;
  line-height: 45px;
  width: 185px;
}

/* ************************** Homepage Css End **************************** */

/* ************************** two-btns Css **************************** */
.banner-two-btn {
  position: relative;
}

.banner-two-btn:before {
  position: absolute;
  content: '';
  width: 298px;
  height: 370px;
  background: url(../img/sticks.png) no-repeat;
  bottom: 110px;
  left: 150px;
  margin: 0 auto;
  z-index: 1;
}

.banner-two-btn:after {
  position: absolute;
  content: '';
  width: 793px;
  height: 790px;
  background: url(../img/plate.png) no-repeat;
  bottom: -200px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.two-btn-div {
  padding: 90px 0;
}

/* ************************** two-btns Css End **************************** */


/* ******************** Register Page Css ******************************** */

.form-div {
  margin-bottom: 50px;
}

.form-div .row {
  padding-top: 30px;
  padding-left: 30px;
  border-radius: 50px;
  padding-bottom: 55px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 15%) !important;
  margin-bottom: 110px;
  border: 2px solid #C34403;
}

.form-div .form .row {
  box-shadow: unset !important;
  margin-bottom: 0;
  border: none;
}

.register-div.form-div .form .row {
  padding-bottom: 90px;
  z-index: 1;
  position: relative;
  border: none;
}

.form-div label {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.form-div input {
  background: rgb(247 212 205 / 40%);
  border: none;
  color: #9b9b9b;
  font-size: 15px;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  border-radius: 8px;
  font-family: "Inter", serif;
}

.field-icon {
  float: right;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  top: 2px;
  right: 9px;
}

.form-div .row .col-sm-6 {
  margin-bottom: 20px;
}

.form-div .row .col-sm-6:nth-child(5) {
  margin-bottom: 0;
}

.form-div .row .col-sm-6:last-child {
  margin-bottom: 0;
}

.form-div .t-btn-one {
  margin-top: 15px;
  background: #C44403;
  color: #fff;
  text-align: left;
  width: 200px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  border: 1px solid #C44403;
}

.form-div .t-btn-one:hover {
  color: #C44403;
  background: transparent;
}

.form-div .row.bg-white.position-relative:before {
  position: absolute;
  content: '';
  width: 499px;
  height: 330px;
  background: url(../img/log-reg-bg.png) no-repeat;
  bottom: 0;
  left: 0;
  background-size: 100%;
  z-index: 0;
  opacity: 0.6;
}

.form-div .row.bg-white.position-relative:after {
  position: absolute;
  content: "";
  width: 60%;
  height: 670px;
  background: url(../img/login-page.png) no-repeat;
  background-size: 100%;
  right: -120px;
  top: 50px;
  z-index: 1;
}

.chop-div:before {
  position: absolute;
  content: '';
  width: 197px;
  height: 97px;
  background: url(../img/chop-clouds.png) no-repeat;
  top: 20px;
  left: 0;
}

.chop-div:after {
  position: absolute;
  content: '';
  width: 170px;
  height: 97px;
  background: url(../img/clouds.png) no-repeat;
  bottom: 20px;
  right: 0;
}

/* ******************** Register Page Css End ******************************** */

/* ******************** Login Page Css ******************************** */

.login-div .row .col-sm-6 {
  margin-bottom: 5px;
}

.login-div p:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #d9d9d9;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -40px;
}

.login-div p:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #d9d9d9;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -40px;
}

.login-div .form .google-btn {
  background: #F3F3F3 url(../img/google.png) no-repeat center left 32%;
  justify-content: center;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  background-size: 3%;
  border: none;
}

.login-div .head-div p:after,
.login-div .head-div p:before {
  display: none;
}

/* ******************** Login Page Css End ******************************** */


/* ******************** Product Page Css ******************************** */

.inner-pages {
  background: url(../img/ellipse-other.png) top -200px center no-repeat;
  background-size: 100%;
  position: relative;
}


/* .inner-pages:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/two-btn-bg.png);
  top: 0;
  left: 0;
} */

.products-content .row.bg-white {
  padding: 30px 30px 50px;
  border-radius: 50px;
  margin-bottom: 70px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 15%) !important;
  border: 2px solid #C34403;
}

.back-btn {
  display: none !important;
}

.prod-page-heading {
  display: block !important;
}

.veg-nonveg-div {
  position: relative;
  z-index: 1;
}

.veg-nonveg-div .nav-tabs {
  border: none;
}

/* .veg-nonveg-div a {
  width: 120px;
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #F8D9D2 !important;
  border: 2px solid #F8D9D2 !important;
  padding: 0 10px 0 10px;
  background: #FCF1EE !important;
  font-weight: 600 !important;
}

.veg-nonveg-div a#non-veg-tab {
  text-align: right;
}

.veg-nonveg-div a:after {
  position: absolute;
  content: '';
  width: 28px;
  height: 28px;
  background: #944827;
  border-radius: 100%;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.veg-nonveg-div a#non-veg-tab:after{
  right: auto;
  left: 10px;
}

.veg-nonveg-div a.active {
  color: #A9C46C !important;
  border: 2px solid #A9C46C !important;
  border-bottom: 2px solid #A9C46C !important;
}

.veg-nonveg-div a.active:after {
  background: #A9C46C;
} */

.veg-nonveg-div .switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 35px;
}

.veg-nonveg-div .switch input {
  display: none;
}

.veg-nonveg-div .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5e5e5;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
  border: 1px solid #aeaeae;
}

.veg-nonveg-div .slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  right: 4px;
  bottom: 4px;
  background-color: #aeaeae;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

/* .veg-nonveg-div input:checked+.slider {
  background-color: #e5e5e5;
  border: 1px solid #aeaeae;
} */

.veg-nonveg-div input:checked+.slider {
  background-color: #f4f7ec;
  border: 1px solid #a9c46c;
}

.veg-nonveg-div input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(-44px);
  background-color: #A9C46C;
}

/*------ ADDED CSS ---------*/
.veg-nonveg-div .slider:after {
  content: 'VEG';
  color: #aeaeae;
  display: block;
  position: absolute;
  top: 9px;
  left: 8px;
  font-size: 12px;
  font-weight: 600;
  transform: translateX(0%);
}

.veg-nonveg-div input:checked+.slider:after {
  content: 'VEG';
  color: #A9C46C;
  transform: translateX(160%);
}

/*--------- END --------*/

.main-tab-cont {
  margin-top: -42px;
}

.tab-inn ul li a {
  width: 100%;
  text-align: center;
  background: #FDF2F0 !important;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}

.tab-inn ul li a:hover {
  color: #fff;
  background: #934527 !important;
}


.tab-inn ul li a.active {
  background: #934527 !important;
  color: #fff !important;
}

.tab-inn ul li {
  margin-left: 7px;
}

.tab-inn ul li:first-child {
  margin-left: 0;
}

.prod-all {
  background: #FEF9F7;
  border: 1px solid #F8D9D2;
  border-radius: 20px;
  padding: 15px 15px;
}

.prod-all .prod-cont h4 {
  font-size: 17px;
  font-weight: 700;
}

.prod-all .prod-cont h4:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  background: url(../img/chilli.png) no-repeat;
  right: -10px;
  top: -10px;
  background-size: 100%;
}

.prod-all .prod-cont h4:after {
  position: absolute;
  content: '';
  width: 11px;
  height: 11px;
  background: url(../img/leaf.png) no-repeat;
  right: -21px;
  top: -7px;
  background-size: 100%;
}

.prod-all .prod-cont .prod-cont-btn {
  margin-top: 0;
}

.prod-all .prod-cont .prod-cont-btn a,
.prod-detail-cont .prod-cont-btn a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  border: 1px solid #F8D9D2;
  transition: ease 0.4s;
  display: inline-block;
  width: 78px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.prod-all .prod-cont .prod-cont-btn a:hover,
.prod-detail-cont .prod-cont-btn a:hover {
  background: #C44403 !important;
  color: #fff;
}

.prod-all .prod-img img {
  width: 125px;
  height: 125px;
  object-fit: cover;
}

.add-btn,
.quantity-field {
  transition: all 0.3s ease-in-out;
}

.quantity-field {
  border: 1px solid #F8D9D2;
  width: 90px;
  height: 30px;
  text-align: center;
  line-height: 28px;
}

.quantity-field button.decrease,
.quantity-field button.increase {
  background: none;
  border: none;
  padding: 0;
  width: 35px;
  display: inline-block !important;
  -webkit-appearance: none;
  appearance: none;
}

.quantity {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  width: 5px !important;
  display: inline-block;
}

/* ****** Popover Css ****** */


.popover__title {
  font-size: 20px;
  color: #C44403;
  margin-bottom: 0;
}

.popover__wrapper {
  position: absolute;
  right: 15px;
  top: 7px;
  transition: ease 0.5s;
}

.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -140px;
  top: 50px;
  right: -6px;
  transform: translate(0, 10px);
  background-color: #fff;
  padding: 10px 10px;
  box-shadow: 0 2px 45px 0 rgb(0 0 0 / 20%);
  width: auto;
  border-radius: 15px;
}

.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: 7px;
  top: -7px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
  font-size: 13px;
  color: #000;
  margin-bottom: 0;
  text-align: left;
}

/* ****** Popover Css End ****** */

.filtering {
  left: 0%;
  width: 100%;
}

/* ******************** Product Page Css end ******************************** */


/* ******************** Product Detail Page Css ******************************** */

.product-inn-page.inner-pages {
  background: url(../img/prod-tit-bg.png) top center no-repeat;
  background-size: 100%;
}

.product-detail .products-content .row.bg-white {
  padding: 30px 20px 30px;
}

.prod-detail-img {
  width: 500px;
  height: 370px;
  object-fit: cover;
}

.prod-detail-img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prod-detail-cont .prod-cont-btn a {
  background: #DDDDDD !important;
  border: 1px solid #000;
}

.quantity-field {
  border: 1px solid #000;
}

/* .selectdiv {
  position: relative;
} */

/* IE11 hide native button (thanks Matt!) */
/* select::-ms-expand {
  display: none;
}

.selectdiv select option {
  font-weight: bold;
  color: #000;
}

.selectdiv:after {
  content: '\f178';
  font-size: 16px;
  color: #000;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  top: 13px;
  position: absolute;
  pointer-events: none;
  font-family: 'Font Awesome 6 Sharp';
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 40px;
  margin: 5px 0px;
  padding: 0px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  background-color: #FFE9EF;
  border-radius: 8px;
  -ms-word-break: normal;
  word-break: normal;
  border: 1px solid transparent;
}

.selectdiv select:focus-visible {
  outline: none;
  border: 1px solid #934527;
} */

.accordion {
  border: 1px solid #F8D9D2;
  border-radius: 15px;
}

.accordion-item {
  border-radius: 15px !important;
}

h2.accordion-header {
  border-radius: 15px !important;
}

.allergies-div .accordion h2 button {
  background: #F9F9F9 !important;
  font-weight: 800;
  color: #000;
  box-shadow: none !important;
  border-radius: 15px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.allergies-div .accordion h2 button.collapsed {
  border-radius: 15px !important;
}

.allergies-div .accordion h2 button:focus,
.allergies-div .accordion h2 button:focus-visible {
  outline: none;
  border: none;
  box-shadow: none;
}

.allergies-div .accordion-body {
  background: #F9F9F9;
  border-radius: 15px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.allergies-div .accordion h2 button:after {
  content: '\f177';
  font-size: 16px;
  color: #000;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(270deg);
  right: 11px;
  top: 13px;
  position: absolute;
  pointer-events: none;
  font-family: 'Font Awesome 6 Sharp';
}

.allergies-div .accordion h2 button:after {
  background: no-repeat;
}

.prod-detail-cont .head-div ul li {
  margin-left: 7px;
}

.prod-detail-cont .head-div ul li:first-child {
  margin-left: 0;
}

.product-detail a.toggle-btn {
  display: none;
}

.prod-detail-cont .head-div h2:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  background: url(../img/chilli.png) no-repeat;
  right: -10px;
  top: -10px;
  background-size: 100%;
}

.prod-detail-cont .head-div h2:after {
  position: absolute;
  content: '';
  width: 11px;
  height: 11px;
  background: url(../img/leaf.png) no-repeat;
  right: -21px;
  top: -7px;
  background-size: 100%;
}

/* ******************** Product Detail Page Css end ******************************** */

/* ******************** Shop Cart Page Css ******************************** */


.offcanvas.offcanvas-end {
  width: 50%;
  border-left: 2px solid #C44403;
  padding-top: 45px;
  padding-left: 30px;
  padding-right: 30px;
}

.offcanvas.offcanvas-end button.btn-close {
  background: #000;
  opacity: 1;
  color: #fff;
  padding: 7px;
  border-radius: 100px;
  line-height: 0px !important;
}

.items-main {
  border-bottom: 1px solid #F6F6F6;
}

.offcanvas.offcanvas-end .offcanvas-body .items-main:first-child {
  padding-top: 0 !important;
}

.items-cart {
  width: 60%;
}

.items-cart .cart-cont .head-div p {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 0;
}

.items-cart .cart-cont .head-div h4 {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 800;
}

.product-page .prod-cont-btn {
  width: 100%;
}

.cart-up-items .prod-cont-btn {
  width: 25%;
}

.cart-price {
  width: 25%;
}

.cart-cont .head-div h4 {
  font-size: 14px;
}

.cart-cont .head-div p {
  line-height: 12px;
  font-size: 10px;
}

.cart-down-slide {
  background: #F8F8F8;
  border-radius: 30px;
  padding: 20px 20px;
}

a.plusbtn {
  border-radius: 5px;
  font-size: 10px;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 18px;
  position: absolute;
  top: -2px;
  right: 20px;
}

/* ******************** Shop Cart Page Css end ******************************** */

/* ******************** Profile Css ******************************** */

.profile-left {
  background: #FDF5F3;
  border-radius: 30px;
  padding: 30px 30px;
}

.tab-left .nav .nav-link {
  font-size: 16px;
  background: none;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.tab-left .nav .nav-link:last-child {
  margin-bottom: 0px;
}

.tab-left .nav .nav-link i {
  font-size: 13px;
  padding-right: 5px;
}

.tab-left .nav .nav-link.active i {
  color: #C44403;
}

.tab-left .nav .nav-link i.fa-right-from-bracket {
  transform: rotate(180deg);
}

.tab-left .nav .nav-link.active {
  background: #fff;
  color: #000;
}

/* Chrome, Safari, Edge ke liye */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox ke liye */
input[type="number"] {
  -moz-appearance: textfield;
}

.form-content.form-div {
  margin-bottom: 0;
}

.form-content.form-div .row {
  border: none;
  box-shadow: 0 0 0 !important;
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.form-content.form-div .row .col-sm-12 {
  margin-bottom: 20px;
}

.form-content.form-div input {
  background: #F4F4F4;
  padding-right: 10px;
}

.form-content.form-div label {
  color: #000;
  font-size: 12px;
  font-weight: 300;
}

.form-content.form-div .t-btn-one {
  justify-content: center;
}

.profile-login .row.bg-white {
  border: none !important;
  box-shadow: 0 0 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.profile-login.form-div .row.bg-white.position-relative:before,
.profile-login.form-div .row.bg-white.position-relative:after {
  display: none;
}

/* ******************** Profile Css end ******************************** */

/* ******************** reservation Css ******************************** */

.reservation-page.inner-pages {
  background: url(../img/prod-tit-bg.png) top center no-repeat;
  background-size: 100%;
}

.reservation-page .form-div .row.bg-white.position-relative::after,
.reservation-page .form-div .row.bg-white.position-relative::before {
  display: none;
}

.reservation-page .form-content.form-div select,
.reservation-page .form-content.form-div textarea {
  width: 100%;
  background: #F4F4F4;
  padding-right: 10px;
  border: none;
  color: #9b9b9b;
  font-size: 15px;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  border-radius: 8px;
  font-family: "Inter", serif;
  resize: none;
}

.reservation-page .form-content.form-div textarea {
  height: 100px;
  padding-top: 10px;
}

.reserv-main.form-div .row {
  padding-bottom: 30px;
}

.reservation-page .form-content.form-div select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 8px;
  -webkit-appearance: none;
}


/* ******************** reservation Css end ******************************** */

/* ******************** Thankyou Css ******************************** */

.thankyou-main .row {
  padding-top: 30px;
  padding-left: 30px;
  border-radius: 50px;
  padding-bottom: 30px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 15%) !important;
  margin-bottom: 110px;
  border: 2px solid #C34403;
}

.thankyou-main h2 {
  line-height: 40px;
}

.thankyou-main p {
  color: #000;
}

.thankyou-main .row:after {
  position: absolute;
  content: '';
  width: 513px;
  height: 438px;
  background: url(../img/thank-after.png) no-repeat;
  right: -55px;
  top: -35px;
  display: block !important;
}

.thankyou-main .row:before {
  position: absolute;
  content: '';
  width: 499px;
  height: 330px;
  background: url(../img/thanks-mountain.png) no-repeat;
  right: 0px;
  bottom: 0;
  display: block !important;
}

.thankyou-main:before {
  position: absolute;
  content: '';
  width: 197px;
  height: 97px;
  background: url(../img/chop-clouds.png) no-repeat;
  right: 0px;
  left: 0;
  top: 15px;
  margin: 0 auto;
  display: block !important;
  z-index: 1;
}

.thankyou-main:after {
  position: absolute;
  content: '';
  width: 197px;
  height: 97px;
  background: url(../img/chop-clouds.png) no-repeat;
  right: 0px;
  left: 0;
  bottom: 0px;
  margin: 0 auto;
  display: block !important;
  z-index: 1;
}

/* ******************** Thankyou Css end ******************************** */

/* ************************** Order List Page Css **************************** */

.order-list-all {
  border: 1px solid #A8A8A8;
  border-radius: 20px;
  box-shadow: 0px 0px 30px -11px rgb(0 0 0 / 25%);
}

.order-no {
  border-bottom: 1px solid #A8A8A8;
  padding: 15px;
}

.order-items {
  border-bottom: 1px dashed #D9D9D9;
  padding: 10px 15px 10px 35px;
  margin-bottom: 10px;
}

.order-items ul li {
  display: block;
  margin-bottom: 5px;
}

.order-items ul li:last-child {
  margin-bottom: 0px;
}

.order-items ul li p {
  margin-bottom: 0;
}

.order-loc {
  padding: 0px 15px 15px 35px;
}

/* ************************** Order List Page Css End **************************** */

/* ************************** Order Summery Page Css **************************** */

.box-div {
  border-radius: 50px;
  margin-bottom: 70px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 15%) !important;
  border: 2px solid #C34403;
  padding: 30px 20px 30px;
}

.order-no-div {
  border-bottom: 2px dashed #C44403;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.your-order-div h4 {
  border-bottom: 2px dashed #D9D9D9;
  padding-left: 15px;
}

.your-order-div ul li,
.total-item-div ul li,
.grand-total-div ul li,
.order-details-div ul li {
  display: block;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}

.your-order-div ul li:last-child,
.total-item-div ul li:last-child,
.grand-total-div ul li:last-child {
  margin-bottom: 25px;
}

.order-list-price h5 {
  color: #5F5F5F;
}

.total-item-div ul li:first-child {
  border-bottom: 2px dashed #D9D9D9;
}

.order-details-div h4 {
  border-bottom: 2px dashed #D9D9D9;
  padding-left: 15px;
}

.order-details-div ul li {
  border: none;
  margin-bottom: 0;
}

.order-details-div ul li:last-child {
  padding-bottom: 0 !important;
}

.order-summery-page ul li {
  padding-left: 15px;
  padding-right: 15px;
}

/* ************************** Order Summery Page Css End **************************** */

/* ************************** Checkout Page Css**************************** */

.checkout .row.bg-white {
  padding: 30px 20px 30px;
  border-radius: 50px;
  margin-bottom: 70px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 15%) !important;
  border: 2px solid #C34403;
}

.checking-guest-div {
  background: #FEF7F6;
  border-radius: 20px;
  padding: 20px 20px 20px 20px;
}

.check-cont:before {
  position: absolute;
  content: '\f05a';
  font-size: 15px;
  color: #C44403;
  font-family: 'Font Awesome 6 Pro';
  left: 0;
  top: 0;
  font-weight: 800;
}

.check-login a.t-btn-one {
  width: 110px;
  border: 1px solid transparent;
}

.check-login a.t-btn-one:hover {
  background: transparent !important;
  border: 1px solid #C44403;
}

.check-login a {
  transition: ease 0.4s;
}

.check-login a:hover {
  color: #C44403 !important;
}

.check-form .row .col-sm-7 {
  margin-bottom: 20px;
}

.checkcont {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 14px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkcont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkcont .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #C44403;
  border-radius: 3px;
}

.checkcont:hover input~.checkmark {
  background-color: #fff;
}

.checkcont input:checked~.checkmark {
  background-color: #fff;
}

.checkcont .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkcont input:checked~.checkmark:after {
  display: block;
}

.checkcont .checkmark:after {
  left: 5px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid #c44403;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card-btns .car-btn {
  width: 250px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  border-radius: var(--bs-border-radius-pill) !important;
  background: #000;
  margin-bottom: 10px;
  color: #000;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid transparent;
  transition: ease 0.4s;
}

.card-btns a.car-btn:hover {
  background: transparent;
  border: 1px solid #000;
}

.card-btns a.paypal {
  background: #F4D000;
}

.card-btns a.sepa {
  background: #EFEFEF;
}

.card-btns a.dc-card {
  color: #fff;
}

.card-btns a.dc-card:hover {
  color: #000;
}

.radios-inn {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radios-inn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


.radios-inn .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #000;
}

.radios-inn input:checked~.checkmark {
  background-color: #C44403;
  border: none;
}

.radios-inn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radios-inn input:checked~.checkmark:after {
  display: block;
}

.radios-inn .checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.checkradios .chec-bg {
  background: #FBE8E3;
  padding: 15px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  display: block;
  width: 50%;
}

.order-summery-head {
  padding: 20px;
  border-radius: 25px;
  background: #FEF7F6;
}

.order-summery-head .items-cart .cart-cont .head-div h4 {
  font-size: 12px;
}

.order-summery-head .items-cart .cart-cont .head-div p {
  font-size: 10px;
}

.order-summery-head .items-main {
  border: none;
}

.discount-div input,
.discount-div button {
  width: 75%;
  height: 45px;
  border-radius: 10px;
  padding-left: 5px;
  border: 1px solid #C44403;
}

.discount-div input::placeholder {
  color: #000;
}

.discount-div input:focus-visible {
  outline: none;
}

.discount-div button {
  width: 24%;
  transition: ease0 .4s;
  font-family: "Bricolage Grotesque", serif;
  color: #fff;
}

.discount-div button:hover {
  border: 1px solid #c44403;
  color: #c44403 !important;
  background: transparent;
}

/* ************************** Checkout Page Css End **************************** */

/* ************************** Contact US Page Css **************************** */

.contact .row.bg-white {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
  padding-bottom: 55px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 15%) !important;
  margin-bottom: 110px;
  border: 2px solid #C34403;
}

.cont-form-div textarea {
  height: 100px;
  padding-top: 10px;
  background: #F4F4F4;
  padding-right: 10px;
  border: none;
  color: #9b9b9b;
  font-size: 15px;
  width: 100%;
  padding-left: 10px;
  border-radius: 8px;
  font-family: "Inter", serif;
  resize: none;
  transition: ease 0.4s;
}

.cont-form-div input{
  transition: ease 0.4s;
}


.cont-form-div textarea:focus-visible, .cont-form-div input:focus-visible {
  outline: none !important;
  border: 1px solid #c44403;
  transition: ease 0.4s;
}

.cont-form-div .t-btn-one{
  margin-top: 0px;
}

.map-div img {
  width: 100%;
}


/* ************************** Contact US Page Css End **************************** */

/* ************************** Footer Css **************************** */

.footer-up {
  background: url(../img/footer-bg.png) no-repeat;
  background-size: 100%;
  padding-top: 100px !important;
  padding-bottom: 30px !important;
}

.footer-main {
  margin-bottom: 80px;
}

/* .footer-up:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/two-btn-bg.png);
  bottom: 350px;
  left: 0;
  z-index: -1;
} */

.footer-main h5 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 20px;
  font-family: "Plus Jakarta Sans", serif;
  color: #c44403;
}

.footer-main ul li a:hover {
  color: #c44403;
}

.footer-main ul li {
  display: block;
  margin-bottom: 10px;
}

.footer-main ul li:last-child {
  margin-bottom: 0;
}

.footer-main ul li a {
  font-size: 16px;
  transition: ease 0.4s;
  font-weight: 300;
  color: #000;
}

.footer-main .row.mt-5 {
  border-top: 1px solid #555555;
  padding-top: 20px;
}

/* ************************** Footer Css End **************************** */


/* ******************** Popup Css End ******************************** */

.modal-content .btn-close {
  position: absolute;
  right: -15px;
  top: -17px;
  opacity: 1;
  color: #000000 !important;
  background: #fff;
  z-index: 9999999999;
  padding: 6px;
  border-radius: 30px;
  font-size: 15px;
  line-height: 12px;
  border: 3px solid #6c66e4;
}

.modal-body {
  padding: 0;
}

div#popupform .modal-dialog img {
  width: 100%;
}

.modal .form-div-sec input {
  height: 40px;
  background: #f1f1f1;
  border-radius: 10px;
  border: 2px solid transparent;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
}

.modal .form-div-sec select {
  height: 40px;
  background: #f1f1f1;
  border-radius: 10px;
  border: 2px solid transparent;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
  color: #777777;
}

.modal .form-div-sec textarea {
  width: 100%;
  height: 85px;
  background: #f1f1f1;
  border-radius: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-left: 10px;
  font-size: 13px;
  border: 2px solid transparent;
  resize: none;
}

div#popupform .modal-dialog {
  --bs-modal-width: 900px;
}

.modal-body {
  padding: 100px 70px 70px 70px;
  overflow: hidden;
}

.modal .form-div input:focus,
.modal .form-div input:focus-visible,
.modal .form-div textarea:focus,
.modal .form-div textarea:focus-visible {
  border: 2px solid #957e5c;
  outline: none;
}

.modal .form-div-sec button.grad-btn {
  width: 40%;
  height: 40px;
  position: relative;
  margin: 0;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  background: linear-gradient(102.16deg,
      #ffe3ba -59.27%,
      #ffefcc -21.55%,
      #eed1a5 8.83%,
      #a58a65 51.33%,
      #957e5c 100%) !important;
  border-radius: 10px;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  letter-spacing: 2px;
}

.success-div .normal-btn {
  margin-left: 20px;
}

/*div#popupform {*/
/*  z-index: 9999;*/
/*}*/

.form-div-sec:after {
  position: absolute;
  content: "";
  width: 222px;
  height: 198px;
  background: url(../img/success-after.png);
  right: -100px;
  bottom: -160px;
}

.modal-body:before {
  position: absolute;
  content: "";
  width: 410px;
  height: 310px;
  background: url(../img/banner-before.png);
  left: -160px;
  top: -230px;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-div-sec .text-end {
  z-index: 9;
}

/* ******************** Popup Css ******************************** */