:root {
  --c1: #d32d2f;
  /* --c1:#b70100; */
  --c2: #ff6f00;
  --c3: #929090;
  --c4: #142b3b;
  --bg: linear-gradient(90deg, var(--c1, #00206e) 0%, var(--insuco-base, #00accc) 100%);
  ;

}

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1 {
  color: var(--c1) !important;
}

.c2 {
  color: var(--c2) !important;
}

.c3 {
  color: var(--c3) !important;
}

.c4 {
  color: var(--c4) !important;
}

.bg {
  background-color: linear-gradient(90deg, var(--c1, #00206e) 0%, var(--insuco-base, #00accc) 100%);
  ;
}

/* .c5{
  color: var(--c5) !important;
} */
.w {
  color: #fff !important;
}

.b {
  color: black !important;
}

a {
  text-decoration: none !important;
}

.ls {
  letter-spacing: 1px;
}

.lh {
  line-height: 2rem !important;
}

p {
  color: #282828;
  line-height: 1.5rem;
  font-size: 15px;
}

@font-face {
  font-family: 'CormorantInfant';
  src: url(../CormorantInfant-Regular.ttf);
}

@font-face {
  font-family: 'Roboto';
  src: url(../RobotoCondensed.ttf);
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url(../Poppins-Regular.ttf);
}

@font-face {
  font-family: 'Nunito-Regular';
  src: url(../Nunito-Regular.otf);
}

@font-face {
  font-family: 'Millenia';
  src: url(../Snell-Bold.otf);
}

@font-face {
  font-family: 'Dancing';
  src: url(../Dancing\ Script.ttf);
}

@font-face {
  font-family: 'Montserrat-VariableFont';
  src: url(../Montserrat-VariableFont_wght.ttf);
}

.hw {
  font-family: 'Millenia' !important;
  letter-spacing: 6px;
  font-style: italic;
  font-size: 100px;
  font-weight: 1000;
}

.hf {
  /*font-family: 'blkchcry' !important;*/
  font-family: 'Montserrat-VariableFont' !important;
}

.df {
  font-family: 'Dancing' !important;
}

html {
  width: 100vw !important;
  overflow-x: hidden !important;

}

body {
  margin: 0% !important;
  padding: 0% !important;
  font-family: 'Nunito-Regular' !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
}

h1,
h2,
h3 {
  font-family: 'CormorantInfant' !important;
}

* {
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top {
  background-color: var(--c2);
  /* position: relative; */
}

/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text {
  display: flex;
  align-items: center;
}

.first-text .ftp {
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
}

.first-bx-img {
  width: 28px;
}

.top-nv-soc-img {
  width: 20px;
}

.get-help {
  background-color: var(--c1) !important;
  border-radius: 0% !important;
  color: #ffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}

.cus-img {
  width: 20%;
}

.cus-text {
  text-align: start;
}


/* top first section */

.first-top {
  background-color: var(--c1);
  /* position: relative; */
}

/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text {
  display: flex;
  align-items: center;
}

.first-text .ftp {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.8px;
}

.first-bx-img {
  width: 25px;
}

.top-nv-soc-img {
  width: 19px;

}

/* Hide the "Powered by Google Translate" text and logo */
.goog-logo-link,
.goog-te-gadget span,
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}

/* Hide the dropdown icon */
.goog-te-combo {
  margin: 0 auto;
  display: block;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;

}

/* Center the translate element */
#google_translate_element_1 {
  text-align: center;
}

/* .skiptranslate iframe{
  display: none !important;
} */
/* ----------------- navbar --------------------------*/
/* navbar */

.nav-bx {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-btn {
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}

.nav-icon {
  width: 40px;
}

.icon-top-count {
  background-color: #ffffff;
  color: #000 !important;
}

/* nav bar */
.home-nav {
  display: none !important;
}

.navbar {
  transition: all .5s;
  /* background-color: var(--c1); */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-bottom: 2px solid var(--c1);

}

.logo {
  /* width: 56px; */
  height: 69px;

}

.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;

}

.newnav {
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  background-color: #ffffff !important;
  /* background: #ffffff !important; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  animation: mymove .5s;
  border-bottom: 1px solid var(--c1);
  /* display: unset !important; */
}

.home-d-nav {
  display: unset !important;
}

/* .newnav .nav-link{
  color: #fff;
} */
@keyframes mymove {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translatey(0%);
  }
}

.dropdown-item {
  color: black !important;
}

.search-bx {
  width: 40%;
}

.serc-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.nav-item {
  padding: 0px 10px;
}

.nav-link {
  /* color: #ffff !important; */
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 14px !important;
  /* font-weight: 500 !important; */
  /* font-family: Adamina !important; */
  font-family: Poppins-Regular !important;
}

.nav-active {
  /* background-color: var(--c1) !important; */
  border-left: 2px solid var(--c1) !important;
  color: var(--c1) !important;
  font-weight: bold !important;
}

/* .newnav .nav-link:hover{
  color: #ffff !important;
} */
.nv-icon {
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-div img {
  width: 40px;
}

/* .icon-div img{
width: 50px;
} */
.icon-div i {
  font-size: 20px;
}

.nv-icon p {
  margin-bottom: 0% !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}

.dropdown:hover .dropdown-menu {
  transform: scale(1);
  /* background-color: var(--c2); */
}

.dropdown-item {
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px;
  color: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  display: flex !important;
  align-items: center;
}

.dropdown-item i {
  margin-right: 6px;

}

.dropdown-menu {
  border-radius: 0% !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border-top: 3px solid var(--c1) !important;
}

.dropdown-item:hover {
  /* transform: translateX(10px); */
  transition: all .5s;
  background-color: var(--bg-dark) !important;

}

.navbar .dropdown-menu {
  min-width: 220px;
  border-radius: 0% !important;
  border-top: 3px solid var(--c1);
}

/* Open dropdown on hover */
/* .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; 
} */

/* Open sub-dropdowns on hover */
.dropdown-menu li:hover>.dropdown-menu {
  display: block;
}

/* Optionally add some transition effects */
/* .dropdown-menu {
  transition: all 0.3s ease;
} */

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}

.navbar .dropdown-item {
  font-size: 14px;
}

/* navbar dropdown */
.dropdown-menu[data-bs-popper] {
  top: 116% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}

.navbar .dropdown-item:hover {
  transform: unset;
  background-color: #f1f8ff !important;
  color: var(--c1) !important;
  transition: all .5s;
}

.nv-fl {
  position: relative;
  overflow: hidden;
}

.nav-flower {
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}

/* .navbar .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: black !important;
} */
/* .newnav .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #fff !important;
} */
.dropdown-toggle:focus {
  color: unset !important;
}

.newnav .clr-nav-tog {
  color: #fff !important;
}

/* @keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
} */

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.animate {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.btn-search {
  background-color: var(--c2) !important;

}

.nav-gift {
  width: 20px;
}

.btn-log {
  background-color: var(--c1) !important;
  color: #fff !important;
  border-radius: 50% !important;
}

.mob-s-nav .ab-lgo-bx {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}

.mob-s-nav .ab-lgo-bx img {
  width: 50%;
}

@keyframes trin {

  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

}

.phn {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.grow {
  animation-name: grow;
  animation-duration: 6s;
  /* animation-iteration-count: 3; */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes grow {
  0% {
    width: 10%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 10%;
  }
}

.user-nav-btn {
  background-color: #e8e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  outline: none;
  border: none;
  width: 55px;
  height: 55px;
}

.nav-user-img {
  width: 30px;

}

.soc-bx:hover .soc-icon {
  animation: gelatine 0.5s;
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

.nav-bx-ser {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.nav-text-ser {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  transition: all 2s;
}

.nav-text-ser .i {
  font-size: 14px;
}

.nav-bx-ser::before {
  content: '';
  height: 100%;
  width: 0px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
  /* display: none; */
  transition: all .5s;
}

.nav-bx-ser:hover::before {
  content: '';
  height: 100%;
  width: 3px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
  display: block;
  transition: all .8s;
}

.nav-bx-ser:hover .nav-text-ser {
  color: #fff;
  transition: all .5s;
}

.nav-bx-ser::after {
  content: '';
  height: 100%;
  width: 0%;
  background-color: var(--c1);
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: -1;
  /* display: none; */
  transition: all 1s;
}

.nav-bx-ser:hover::after {
  content: '';
  width: 100%;
  z-index: -1;
  /* display: none; */
  transition: all .5s;
}

.active-nav-bx-ser {
  background-color: var(--c1);
  position: relative;
}

.active-nav-bx-ser::before {
  content: '';
  height: 100%;
  width: 3px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
}

.active-nav-bx-ser .nav-text-ser {
  color: #fff;
}


/* navbar dropdown */
/* .dropdown-menu[data-bs-popper] {
  top: 100% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}
.navbar .dropdown-item:hover{
transform: unset;
  background-color: #f9dede !important;
  color: var(--c1) !important;
  transition: all .5s;
} */

/* --- mega menu ----- */
.custom-mega-menu {
  position: static;
}

.custom-mega-menu .custom-dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  padding: 0;
  margin: 0;
  display: none;
  /* Hide by default */
}

.custom-mega-menu-container {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}

.custom-mega-menu-column {
  flex: 1 1 25%;
  padding: 1rem;
  box-sizing: border-box;
}

.custom-dropdown:hover .custom-dropdown-menu,
.custom-dropdown.show .custom-dropdown-menu {
  display: block;
}

.custom-dropdown-submenu {
  position: relative;
}

.custom-dropdown-submenu:hover .custom-dropdown-menu,
.custom-dropdown-submenu.show .custom-dropdown-menu {
  display: block;
}

.custom-dropdown-submenu .custom-dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
  /* Hide by default */
}

.small-p {
  font-size: 14px;
  margin-bottom: 2px;
}

.custom-dropdown-submenu a {
  color: #000;
}

.custom-dropdown-menu {
  margin-left: 10%;
  margin-top: 1.5rem;
}

/* .custom-dropdown-item {
  width: 100%;
} */
.in-drop:hover {
  background-color: #70b6e2;
  margin-top: 1.5rem;
}

.sub-dropdown-item:hover {
  background-color: #70b6e2 !important;
  width: 100%;
}

.new-add-menu {
  left: 5% !important;
  top: 100% !important;
}

.mega-in .nav-link {
  color: #000 !important;
}

.mega-in .nav-link:hover {
  color: var(--c1) !important;
}


@media (max-width: 992px) {
  .custom-mega-menu-column {
    flex: 1 1 50%;
  }

  .custom-dropdown-menu {
    margin-left: 10%;
    margin-top: 1.5rem;
  }
}

@media (max-width: 768px) {
  .custom-mega-menu-column {
    flex: 1 1 100%;
  }
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }

}

/* ============ desktop view .end// ============ */

.treat-you-main {
  position: relative;
}

.treat-you-left {
  /* position: absolute; */
}

.treat-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.tret-you-right p {
  font-size: 14.5px;
}

/* ============ mobile view ============ */
@media(max-width: 991px) {

  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}




/* call and whats app */

/* call and whats app */
.fix-icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 5%;
  right: 1%;
  z-index: 60;
}

.fix-img {
  width: 30px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.in-fix-box {
  display: flex;
  align-items: center;
  background-color: #40c351;
  border-radius: 12px;
}

.in-fix-p {
  color: #FFF;
}

.call-fix-side {
  /* width: 40px;
  height: 40px;*/
  border-radius: 50%;
  /* background-color: #222; */
  border: 3px solid #fff;
  /* position: fixed;
  left: 1%;
  bottom: 5%;
  z-index: 60; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-img-fix {
  width: 40px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

}

.price-img-fix {
  width: 100px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

}

.price-fix-side {
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes trin {

  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

}


.cal-nv-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  position: relative;
  width: 170px;
  font-size: 13px !important;
  transition: all .5s;
}

.btn-round-bx {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid var(--c1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  left: -10%;
}

.call-nv {
  width: 20px;
}

.cal-nv-btn:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: all .5s;
}


.enq-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  transition: all .5s;
}

.enq-icn {
  transition: all .5s;
}

.enq-btn:hover .enq-icn {
  transform: rotateY(360deg);
  transition: all 1s;
}

/* ------------ */

/* ===========  top  bar =========== */
.top-bar {
  background-color: #ffff;
}

.round-call {
  background-color: var(--c1);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.round-call img {
  width: 50%;
}

.call-p1 {
  font-size: 12px;
}

.call-p2 {
  font-size: 14px;
}

.plan-holiday-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  font-size: 14px !important;
}

.navbar .nav-link {
  color: #000 !important;
}

/* ------------- hero section -------------- */

.hero {
  /* min-height: 100vh; */
  position: relative;
}

canvas {
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;
  object-fit: cover;
}

/* .hero::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;
  background-image: url(../images/hero2.jpg);
  background-size: cover;
  background-position: center left;
} */

.hero-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;
  object-fit: cover;
}

.red-hero {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  background-color: rgb(211, 45, 47, 0.8);
}

.btn-w {
  background-color: #fff !important;
  color: var(--c1) !important;
  width: 150px;
}

.dyna-mt {
  width: 30px;
}

.js {
  text-align: justify;
}

.btn-cracker {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.btn-img {
  width: 40px;
  transition: all .5s;
}

.btn-cracker:hover .btn-img {
  transform: translateX(-10px);
  transition: all .5s;
}

.head-img {
  width: 60px;
}

/* prodect section */
.pro-crd {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.pro-img-bx {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.pro-spark {
  width: 100%;
  animation-name: spin;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.pro-img {
  width: 70px;
  position: absolute;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.why-main {
  background-image: url(../images/bg2.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.why-card {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.why-sangu {
  width: 50px;
}

/* brands */

.brand-pic-card {
  width: 100%;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.brand-pic {
  width: 90% !important;
}

.in-brand-pic {
  width: 100%;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --------------- */

/* ====footer===== */
.footer {
  /* background-image: url(../images/footer-bg.png); */
  background-size: cover;
  /* background-color: rgb(33, 34, 34,0.9); */
  position: relative;
}

.footer::after {
  content: '';
  /* background-image: url(../images/footer.jpg);
  background-size: cover; */
  background-color: #181818;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;

}

.f-logo {
  width: 50%;
}

.full-so {
  display: flex;
  /* background-color: #daa52a; */
  /* height: 100px; */
}

.soc-bx {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

.soc-icon {
  width: 50%;
  /* height: 50%; */
  transition: all .5s;
}

.soc-bx:hover .soc-icon {
  animation: gelatine 0.5s;
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

.foot-arrow {
  width: 16px;
}

.foot-p {
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
}

.foot-p:hover {
  transform: translateX(5%);
  transition: all .5s;
}

/* .ft-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
} */
.f-con-div {
  display: flex;
}

.f-con-bx {
  background-color: var(--c1);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.con-f-icon {
  width: 50%;
}

.f-con-txt {
  width: 60%;
}

.f-con-h {
  font-size: 14px;
}

/* ======== */
.foot-logos {
  width: 100%;
}

/* about page */
.other-hero {
  position: relative;
  background-color: #0c0c0cb4;
  min-height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.other-hero::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;
  background-image: url(../images/lot.jpg);
  background-position: center;
  background-size: cover;
}

@keyframes sway {
  0% {
    transform: rotate(8deg);
  }

  50% {
    transform: rotate(-8deg);
  }

  100% {
    transform: rotate(8deg);
  }
}

@keyframes sway2 {
  0% {
    transform: rotate(-8deg);
  }

  50% {
    transform: rotate(8deg);
  }

  100% {
    transform: rotate(-8deg);
  }
}

.swing {
  animation: sway 2.4s infinite;
  animation-timing-function: ease-in-out;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  transform-origin: top;
}

.swing2 {
  animation: sway2 2.4s infinite;
  animation-timing-function: ease-in-out;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  transform-origin: top;
}


/* ------------------- counter --------------*/
.count-div {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
}

.count-div::after {
  content: '';
  background-image: url(../images/hero1.jpg);
  background-attachment: fixed;
  background-position: left center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.count-head {
  font-size: 40px;
  color: #FFF;
  font-weight: bold;
}

.count-bx {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  border-top: 3px solid var(--c1);
  min-height: 180px;
}

.cnt-nm {
  background-image: url(../images/hero1.jpg);
  background-color: #4896f7;
  background-position: bottom;
  display: inline-block;
  background-repeat: repeat;
  background-clip: text;
  background-position: 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  line-height: 1em;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
}


/* ================= gallery =============  */

/* gallery section */
.ab-pro-bx {
  border-radius: 10px;
}

.gall-div {
  width: 100%;
  height: 250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

.gall1-div-pro {
  width: 100%;
  height: 250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

.gal-img-pro {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gall-over-pro {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  transition: all .5s;
}

.full-screen {
  width: 50px;
}

.gall1-div-pro:hover .gall-over-pro {
  opacity: 1;
  transition: all .5s;
}


/* ------------ product table ------------------ */
.table-head th {
  /* font-size: 14px; */
  text-align: center;
}

.table-con td {
  text-align: center;
  vertical-align: middle;
  /* display: flex !important;
  align-items: center; */
}

.table-img {
  /* width: 90px; */
  height: 60px;
}

.head-table-cell {
  background-color: var(--c1) !important;
}

.tab-heaad {
  font-size: 16px;
}

.top-input {
  width: 90px;
  border-radius: 3px;
  border: 1px solid #8f8d8d !important;
  outline: none;
  height: 35px;
}

.tale-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.amt-bx {
  position: fixed;
  bottom: 2%;
  z-index: 10;
}

.flot-bx {
  cursor: pointer;
  background-color: #1a2682 !important;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.crt-img {
  width: 26px;
}


.fix-tp {
  position: fixed;
  top: 0%;
  left: 0%;
  overflow: hidden;
  width: 100%;
  background-color: #151414;
  margin-top: unset !important;
  z-index: 10;
}

/* ----------- side bar ------------ */

.sidebar {
  width: 350px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  /*background-color: #f8f9fa;*/
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transition: transform 0.3s ease;
  transform: translateX(100%);
  /* Initially hidden */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  overflow-y: scroll;
}

/* width */
.sidebar *::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.sidebar *::-webkit-scrollbar-track {
  background: #ffff;
}

.sidebar *::-webkit-scrollbar-thumb {
  background: #888;
}

.jus-bx {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.f-div {
  height: 55%;
}

.sidebar.open {
  transform: translateX(0);
  /* Show sidebar when open */
}

.side-top {
  background-color: var(--c1);
}

.closex-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}

.remove-tn {
  background: none;
  border: none;
  font-size: 14px;
  cursor: pointer;
}

.products-section {
  flex: 1;
  height: 100%;
  overflow-y: auto;
  padding: 10px;
  background-color: #fff;
}

.products-section2 {
  flex: 1;
  height: 100%;
  overflow-y: auto;
  padding: 10px;
  background-color: #fff;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 5px;
  border-bottom: 1px solid #eee;
}

.summary-section {
  /* flex: 1; */
  height: 50%;
  padding: 15px;
  background-color: #f1f1f1;
  border-top: 1px solid #ddd;
  text-align: center;
}

.summary-section-2 {
  flex: 1;
  height: 50%;
  padding: 15px;
  background-color: #f1f1f1;
  border-top: 1px solid #ddd;
  text-align: center;
}

.products-section {
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
}

.address-form {
  flex-direction: column;
  justify-content: space-between;
}

.confirm-btn {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  background-color: var(--c1);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transform: all .5s;
}

.confirm-btn:hover {
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
  transform: all .5s;
}

.min-order {
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
}

.side-in-p {
  font-size: 13px;
}

.slid-input {
  width: 33px;
  height: 28px;
  font-size: 12px !important;
  border-radius: 3px;
  border: 1px solid #8f8d8d !important;
  outline: none;
  /* height: 60px; */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.side-half-tx p {
  font-size: 13px;
}

/* --------------------------contact page ----------------------- */
.bg-new {
  background-color: var(--bg);
}

.con-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.con-box img {
  width: 40px;
}

.con-right {
  background-color: #fff;
  box-shadow: -10px -10px 25px rgba(255, 255, 255, 0.08),
    10px 10px 25px rgba(0, 0, 0, 0.08);
}

.chat {
  width: 50px;
}

.area-text {
  background-color: #f6f6f6 !important;
}

.btn-primary {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.con-input {
  width: 100% !important;
}

/* ------------- */
.n-pro {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.n-pro-input {
  width: 80px !important;
}

.n-pro-crd {
  position: relative;
  /* background-color: #d32d3023; */
  background-color: #f6f6f6 !important;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}

.n-pro-crd:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.out-of-stack-over {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-color: #ffffff91;
  cursor: not-allowed;
}

.no-of {
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: var(--c1);
  border-radius: 0px 0px 5px 0px;
}

.n-roc {
  width: 80px;
  position: absolute;
  right: -5%;
  bottom: -15%;
  transform: rotate(-40deg);
  opacity: .8;
}

.crd-pay-bx {
  position: absolute;
  bottom: 0%;
  right: 0%;
  border-top: 2px solid var(--c1);
  border-left: 2px solid var(--c1);
  border-radius: 5px 0px 0px 0px;
}

.f-div {
  height: 45%;
}

.btn-pdf {
  background-color: #282828 !important;
  color: #fff !important;
  font-size: 12px !important;
}

.btn-back {
  background-color: var(--c1) !important;
  color: #fff !important;
  font-size: 12px !important;
}

/* --------------------------------------make it responsive------------------------ */

/* @media screen and (min-width:1400px) {
  .products-section2 {
    flex: 1;
    max-height: 40%;
    overflow-y: auto;
    padding: 10px;
    background-color: #fff;
  }
} */
@media screen and (max-width:1400px) {
  .full-img-div {
    width: 100%;
    height: 208px;
  }

  .nav-link {
    font-size: 13px !important;
  }

  /* hero */
  .f-first {
    font-size: 50px;
  }

  /* .f-div {
    max-height: 50%;
  }
  .summary-section{
    max-height: 50%;
  } */

}

@media screen and (max-width:1025px) {
  .ab-h {
    font-size: 32px;
  }

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  /* .logo{
            width: 77px;
        } */
  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  /* .nav-link{
            color: #000 !important;
        } */
  .offcanvas {
    width: 80% !important;
  }

  .dropdown-item {
    white-space: unset !important;
    font-size: 12px;
  }

  .menu {
    width: 52px;
  }

  .offcanvas-header {
    background-color: var(--c2);
  }

}

@media screen and (max-width:1200px) {
  /* .f-div2 {
    height: 33%;
} */

}

@media screen and (min-width:960px) and (max-width:1030px) {
  .logo {
    height: 50px;
  }

  .nav-link {
    font-size: 11px !important;
  }

  .enq-btn {
    font-size: 10px !important;
  }

  .navbar {
    padding-top: unset !important;
    padding-bottom: unset !important;
  }

  .plac-crd-heading {
    font-size: 17px;
  }
}

@media (min-width:920px) and (max-width:1200px) {}

@media screen and (max-width:920px) {
  .sm-js {
    text-align: justify !important;
  }

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  /* .logo{
      width: 77px;
  } */
  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  .nav-link {
    /* color: var(--c3) !important; */
    font-size: 15px !important;
    font-weight: normal !important;
  }

  /* .newnav .nav-link{
    color: var(--c1) !important;
  } */
  .offcanvas {
    width: 80% !important;
  }

  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
  }

  .dropdown-menu {
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }

    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }

    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }

  .menu {
    width: 52px;
  }

  .offcanvas-header {
    background-color: black;
  }

  .nav-active {
    background-color: unset !important;
    /* color: var(--c1) !important; */
    font-weight: bold !important;
    border-bottom: unset !important;
  }

  .navbar .nav-item {
    border-bottom: 1px solid var(--c1);
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .dropdown:hover .dropdown-menu {
    margin-top: 2rem !important;
  }

  .home-nav .nav-link {
    color: unset !important;
  }

  .first-top {
    display: none;
  }

  /* footer */
  .f-first {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ft-main {
    border-top: 1px solid #fff;
  }

  .tagss {
    width: 40%;
  }

  .tagss h6 {
    font-size: 15px;
    letter-spacing: 1px;
  }

  /* hero section */

  .hero-new {
    min-height: unset !important;
    background-position: left;
  }

  .hero-h {
    font-size: 20px;
  }


  .from-in-full {
    /* background-color: rgba( 255, 255, 255, 0.4 ); */
    background: linear-gradient(to right, rgba(12, 12, 12, 0.8) 100%, rgba(255, 255, 255, 0.0)80%);
    min-height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  /* .rus-cuisine-img{
      height: 350px;
    } */
  .cus-side {
    margin-left: unset;
    margin-top: -40%;
  }

  .colage-img-div {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
  }


  /* =========== her0 section ========== */

  .red-hero {
    min-height: unset;
  }

  /* ------- product table --------- */
  .table-head th {
    font-size: 11px;
  }

  .table-con td {
    font-size: 10px;
  }

  .table-container {
    overflow-x: scroll;
  }

  .mob-hide {
    display: none;
  }

  .other-hero {
    min-height: unset;
  }

  .am-input {
    width: 63px !important;
    font-size: 12px !important;
  }

  .table-img {
    height: 50px;
  }

  .f-div {
    height: 60%;
  }
}


@media screen and (max-width:720px) {}



@media screen and (max-width:660px) {
  .menu {
    width: 32px;
  }

  .logo {
    width: 70px;
    height: unset;
  }

  .hero-in {
    height: 100%;
    min-height: 40vh;
  }

  /* faq */
  .faq-acc .accordion-button {
    font-size: 14px;
  }

  .sm-js {
    text-align: justify !important;
  }

  .colage-img-div {
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
  }

  .colage-title {
    font-size: 18px;
  }

  .tale-btn {
    font-size: 16px !important;
  }
}

@media screen and (max-width:500px) {}

@media screen and (max-width:400px) {
  .f-div {
    height: 50%;
  }

  .f-div2 {
    height: 40%;
  }
}

@media screen and (max-width:380px) {}

@media screen and (max-width:320px) {}

@media screen and (min-width:321px) and (max-width:425px) {}