:root {
  /* --c1:#3b8346;  */
  --c1: #da3a48;
  --c3: #e4836c;
  /* --c3:rgb(60, 57, 49); */
  --tx: #fff;
  --back: #000000;
  --bg2: #72935622;

}

/* @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: var(--bg);
}

/* .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: #3d3931; */
  line-height: 1.5rem;
  font-size: 15px;
  letter-spacing: 1px;
}

@font-face {
  font-family: 'anton';
  src: url(../anton.ttf);
}

@font-face {
  font-family: 'rolling-beat';
  src: url(../Rolling_Beat_Personal\ Use.ttf);
}

@font-face {
  font-family: 'inter';
  src: url(../Inter-Regular.otf);
}

@font-face {
  font-family: 'outfit';
  src: url(../OutfitBold.ttf);
}

.hf {
  font-family: 'inter' !important;
}

/* h1,h2,h3,h4,h5{
  font-family: 'anton' !important;
} */
html {
  width: 100vw !important;
  overflow-x: hidden !important;

}

body {
  margin: 0% !important;
  padding: 0% !important;
  font-family: 'inter' !important;
  /* overflow-x: hidden !important; */
  letter-spacing: 1px;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  color: #3d3931;
  background-color: var(--back) !important;
  color: var(--tx) !important;
}

.nf {
  font-family: 'outfit' !important;
  font-size: 60px;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px var(--c1) !important;
  /* Outline color */

}


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 !important; */
  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: #fff;
  /* 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: #191919;
  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 {
  position: relative;
  transition: all .5s;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important; */
}

.navbar::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -2;
}

.newnav::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -2;
  /* background-color: var(--w) !important; */
}

.logo {
  width: 195px;
  /* height: 69px; */

}

/* .nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;
  
} */

/* .navbar .logo-in-nv{
  display: none !important;
  transition: all .5s;
} */
.newnav .logo-in-nv {
  display: flex !important;
  transition: all .5s;
}

.logo-out-nv-hide {
  display: none;
  transition: all .5s;
}

/* .newnav .nav-menus{
  justify-content: center !important;
} */

.newnav {
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  background-color: #000 !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;
  display: flex;
  align-items: center;
}

.nav-link {
  color: #ffff !important;
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 14px !important;
}

/* .newnav .nav-link{
  color: #000 !important;
} */
.nav-active {
  /* background-color: var(--c1) !important; */
  /* border-bottom: 2px solid var(--c1) !important; */
  color: var(--c1) !important;
  font-weight: bold !important;
}

.newnav .nav-active {
  color: var(--c1) !important;
}

.newnav .nav-link:hover {
  color: var(--c1) !important;
}

.navbar .nav-link:hover {
  color: var(--c1) !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: 75% !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;
  }
}

.enq-btn-nv {
  display: flex !important;
  align-items: center;
}

.nv-rnd {
  background-color: #97815535;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
}

.nv-rnd-img {
  width: 45%;
  z-index: 3;
}

.nv-rnd::after {
  content: '';
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-color: var(--c1);
  position: absolute;
}



/* call and whats app */
.fix-icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 5%;
  left: 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;

}

@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;
}


.shine-btn {
  background-color: var(--c1) !important;
  /* background-image: linear-gradient(to right, #000000 0%, #0d0d0d  51%, #000000  100%) !important; */
  color: #ffff !important;
  border-radius: 5px;
  /* box-shadow: 0 0 20px #eee; */
  transition: 0.5s;
  background-size: 200% auto;
  display: block;
  position: relative;
  overflow: hidden;

}

.shine-btn:focus {
  color: #fff;
  outline: none;
}

.shine-btn:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

/* .shine-btn:hover{
	color:#fff;
} */
.shine-btn:before {
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.nav-tp-bx {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid var(--c1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-tp-bx-img {
  width: 50%;
}

.nav-tp {
  display: flex;
  align-items: center;
}

.soc-nv-rnd {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.soc-nv-rnd img {
  width: 50%;
}

.nv-btn {
  /* background-color: var(--bg) !important; */
  color: #fff !important;
  height: 55px;
  letter-spacing: 1px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.nv-btn::before {
  content: '';
  background-color: var(--c1) !important;
  z-index: -1;
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.nv-btn::after {
  content: '';
  background-color: var(--bg) !important;
  z-index: -1;
  position: absolute;
  left: 0%;
  bottom: -100%;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.nv-btn:hover::after {
  bottom: 0%;
  transition: all .5s;
}

/* Hero wrapper */
.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: #fff;
}

/* Video background */
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* Dark overlay for readability */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

/* Content positioning */
.hero-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.btn-c1 {
  background-color: var(--c1) !important;
  color: #fff !important;
  transition: all .5s;
}

.btn-c1:hover {
  background-color: transparent !important;
  border: 2px solid var(--c1) !important;
  transition: all .5s;
}

.hero-p {
  font-size: 18px;
}

/*  --- what we do ------- */
.glas-bx-do {
  background-color: transparent;
  background-image: linear-gradient(180deg, #ffffff20 0%, #FFFFFF00 60%);
  box-shadow: 0px 0px 60px -30px rgba(255, 255, 255, 0.16862745098039217) inset;
  height: 100%;
  border: 2px solid #FFFFFF2B;
}

.glass-crd-img {
  width: 30%;
}

.clint-img {
  width: 10%;
}

/* about section */
.galexy-img {
  width: 80%;
  height: 100%;
  object-fit: cover;
}

.ab-cam-man {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  /* position: absolute;
  right: 10%; */
}

.ab-main {
  position: relative;
  background: linear-gradient(to bottom,
      #000 0%,
      /* Top black */
      transparent 50%,
      /* Middle transparent */
      #000 100%);
  /* Bottom black */
}

.ab-main::before {
  content: '';
  background-image: url(../images/starrs.png);
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;
}

.js {
  text-align: justify;
}

.boder-div {
  width: 100%;
  border-bottom: 2px dotted var(--c1);
}

.ser-font {
  font-size: 22px;
}

/* -- faq-- */
.faq-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
  color: #fff;
}

.faq-item {
  background: #111;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
  /* margin between FAQs */
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.1);
}

.faq-question {
  width: 100%;
  background: #1a1a1a;
  color: #fff;
  border: none;
  padding: 15px 20px;
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}

.faq-question:hover {
  background: #222;
}

.faq-icon {
  font-size: 1.2rem;
  transition: transform 0.3s;
  color: var(--c1) !important;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #181818;
  color: #ccc;
  padding: 0 20px;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-answer.open {
  padding: 15px 20px;
  max-height: 500px;
  /* enough for content */
}

/* ------ footer ----- */
footer {
  background-color: #000;
  padding: 60px 0 20px;
}

footer h5 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}

footer p {
  color: #aaa;
  font-size: 14px;
  line-height: 1.8;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  color: #aaa;
  text-decoration: none;
  transition: 0.3s;
  display: block;
  padding: 8px 0;
}

footer ul li a:hover {
  color: var(--c1);
}

.f-line {
  color: var(--c1);
}

/* -------- capabality ---------------- */
.capabalie-main {
  position: relative;

}

.capabalie-main::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/transperent-bg.png);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.capabalie-main::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/collage.jpeg);
  background-size: cover;
  z-index: -2;
  opacity: 0.2;
  background-position: center;
  background-attachment: fixed;
}

.line-un {
  width: 20%;
  height: 2px;
  background-color: var(--c1);
}

.capblity-bx {
  border: 1px solid #9c9a9a8a;
  border-radius: 12px;
  height: 100%;
}

/*  contact form --- */
.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;
}

/* Mobile menu border */
@media (max-width: 768px) {
  footer ul li a {
    border-bottom: 1px solid #222;
  }

  footer ul li:last-child a {
    border-bottom: none;
  }
}

.footer-bottom {
  border-top: 1px solid #222;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #666;
}

/* Social Icons */
.social-icons {
  margin-bottom: 15px;
}

.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1a1a1a;
  color: #aaa;
  font-size: 18px;
  margin-right: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover {
  background: var(--c1);
  color: #fff;
}

.contact-btn {
  background-color: var(--c1);
  color: #fff;
  border-radius: 20px;
  padding: 10px 24px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.contact-btn:hover {
  background-color: #b72f3a;
  color: #fff;
}

.f-logo {
  width: 70%;
}

/* --------- time line ----------- */
.time-line-bx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-size: 13px;
}

.in-time-txt {
  width: 90%;
  background-color: #fff;
  position: relative;
  min-height: 60%;
}

.in-time-txt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
}

/* desktop only--------- */
.in-time-txt-desk {
  width: 90%;
  background-color: #fff;
  position: relative;
  min-height: 60%;
  font-size: 14px;
}

.in-time-txt-desk:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

/* --------------*/

.dot-line {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;

  /* margin: 10px 0 30px; */
}

.dot-and-line-bx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dot-tim-img {
  width: 20px;
}

.dot-and-line-bx::after {
  content: '';
  width: 100%;
  height: 10px;
  border-bottom: 2px dashed;
  border-color: var(--c1);
  position: absolute;
  bottom: 15%;

}

/* .dot-line:after{
    content: "";
    display: block;
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-image: url(../images/timeline-bullet.png);
} */

/* ?other-hero? */
.other-hero {
  min-height: 40vh;
  display: flex;
  align-items: center;
  position: relative;
  background-color: rgba(0, 0, 0, 0.126);
}

.other-hero::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/collage.jpeg);
  background-size: cover;
  z-index: -2;
  opacity: 0.3;
  background-position: center;
  background-attachment: fixed;
}

/* ------- pricing page ----------- */
.pricing-card {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all .5s;
}

.fram-price-img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-pricing-card {
  background-color: #1616167d;
}

.pricing-card:hover {
  background-color: #1616167d;
  transition: all .5s;
}

/* -------- blog ------- */
.blog-crd {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #ffffff20 0%, #FFFFFF00 60%);
  box-shadow: 0px 0px 60px -30px rgba(255, 255, 255, 0.16862745098039217) inset;
  height: 100%;
  border: 2px solid #FFFFFF2B;
}

.blg-img-div {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 12px;
}

.blg-crd-img {
  width: 100%;
  height: 100%;
}

.bg-h {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bg-p {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* -------- about page ----------- */
#bgVideo {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  /* makes it fill the container neatly */
  display: block;
  border-top: 3px solid var(--c1);
}

.ab-in-hero {
  width: 100%;
  background-color: #fff;

}

.btn-c1-w {
  background-color: var(--c1) !important;
  color: #fff !important;
  border: 1px solid var(--c1) !important;
  transition: all .5s;
}

.btn-c1-w:hover {
  background-color: unset !important;
  color: var(--c1) !important;
  transition: all .5s;

}

.txt-ab-up {
  margin-top: -10%;
}

.our-story-main {
  min-height: 60vh;
  position: relative;
  background-color: #000000aa;
  /* background-image: url(../images/transperent-bg.png); */
}

.our-story-main::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/lense-close.jpg);
  z-index: -1;
  background-position: center center;
  background-attachment: fixed;
  opacity: 0.5;
}

/* ---- video editing page ---- */
.v-edit-hero {
  min-height: 80vh;
  position: relative;
  background-color: #000000aa;
  /* background-image: url(../images/transperent-bg.png); */
}

.v-edit-hero::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/video-edit-hero.jpg);
  z-index: -1;
  background-position: top;
  background-attachment: fixed;
  opacity: 0.5;
}

.gls-num {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(24px);
  /* background: rgba(255, 255, 255, 0.1); */
  background: linear-gradient(to right,
      #da3a475f 0%,
      rgba(251, 151, 75, 0) 90.5%);
  border: 2px solid #ffffff0a;
  /* filter: blur(200px); */
}

.gls-h {
  font-size: 16px;
}

/* -- steps --- */
.career-step {
  width: 100%;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
}

.step-c-num {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}

.cs-in-1 {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cs-in-2 {
  width: 80%;
  border-radius: 12px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #ffffff20 0%, #FFFFFF00 60%);
  box-shadow: 0px 0px 60px -30px rgba(255, 255, 255, 0.16862745098039217) inset;
  /* height: 100%; */
  border: 2px solid #FFFFFF2B;
  backdrop-filter: blur(24px);
}

.c1-line {
  background-color: var(--c1);
  height: 2px;
  width: 35%;
}

.hero-video-e {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
  .cg-bx{
    background-color: #fff;
    border-radius: 13px;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cg-bx{
    border: 1px solid var(--c1);
  }
  .cg-bx::after{
    content: '';
    background-color: var(--c1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5%;
    left: 1%;
    z-index: -1;
    border-radius: 13px;
  }
.type-full-main {
  min-height: 60vh;
  position: relative;
  background-color: #000000aa;
  /* background-image: url(../images/transperent-bg.png); */
}

.type-full-main::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  /* background-image: url(../images/lense-close.jpg); */
  z-index: -1;
  background-position: center center;
  background-attachment: fixed;
  opacity: 0.5;
}
.type-crd{
    backdrop-filter: blur(24px);
  /* background: rgba(255, 255, 255, 0.1); */
  background: linear-gradient(to right,
      #da3a4743 0%,
      rgba(251, 151, 75, 0) 90.5%);
  /* border: 2px solid #ffffff0a; */
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

 .portfolio-section {
      padding: 80px 0;
    }

    .portfolio-title {
      text-align: center;
      margin-bottom: 50px;
    }

    .portfolio-title h2 {
      font-weight: 700;
      color: #fff;
    }

    .video-card {
      overflow: hidden;
      border-radius: 20px;
      background-color: #111;
      /* box-shadow: 0 0 15px rgba(255, 255, 255, 0.1); */
      transition: transform 0.3s ease;
      height: 100%;
    }

    .video-card:hover {
      transform: scale(1.03);
    }

    .p-video {
      width: 100%;
      height: 100%;
      border-radius: 20px;
      object-fit: cover;
    }

    /* -- benifit section --- */
    .ben-fit-bx1{
      width: 100%;
      background-color: #fff;
      height: 100%;
      border-radius: 12px;
    }

    .ben-rnd{
      width: 60px;
      height: 60px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: var(--c1);
    }
  /* .ben-txt{
    width: 70;
  } */
    
 /* ----- testimonial --------  */

  
 .tes-n-img{
  width: 70px !important;
  height: 70px !important;
  border-radius: 100%;
}
.gtco-testimonials {
  position: relative;
  margin-top: 30px;

  h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
  }

  .owl-stage-outer {
    padding: 10px 0;
  }

  .owl-nav {
    display: none;
  }

  .owl-dots {
    text-align: center;
    margin-top:20px;

    span {
      position: relative;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: block;
      background: var(--c2) !important;
      border: 2px solid var(--c2);
      margin: 0 5px;
    }

    /* .active {
      box-shadow: none;

      span {
        background: var(--c2);
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
      }
    } */
  }

  .card-text1{
    font-size: 14px !important;
  }

  .card {
    background: #fff;
    /* box-shadow: 0 8px 30px -10px var(--c1); */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* border: solid 1px hsl(0, 0%, 7%) !important; */
    padding: 0 10px;
    border-radius:12px ;
    border: 0;
    /* min-height: 330px; */
    /* width: 100%; */
    /* border: 1px solid var(--c1); */
    position: relative;

    .card-img-top {
      max-width: 100px;
      border-radius: 50%;
      margin: 15px auto 0;
      box-shadow: 0 8px 20px -4px #95abbb;
      width: 60px;
      height: 60px;
    }

    h5 {
      color: var(--c1);
      font-size: 21px;
      line-height: 1.3;

      span {
        font-size: 18px;
        color: #666666;
      }
    }

    p {
      font-size: 18px;
      color: #555;
      /* padding-bottom: 15px; */
    }
  }

  .tes-in-p{
    font-size: 15px !important;
      color: #555;
      text-align: justify !important;
  }

  .active {
    /* opacity: 0.3; */
    transition: all 0.3s;
  }

  .center {
    opacity: 1;

    h5 {
      font-size: 24px;

      span {
        font-size: 20px;
      }
    }

    .card-img-top {
      max-width: 100%;
      height:60px;
      width: 60px;
    }
  }
}



.left-quote{
  position: absolute;
  top: 5%;
  left: 5%;
  width: 50px !important;
  opacity: 0.5;
}

.right-quote{
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 50px !important;
  opacity: 0.5;
}


@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}

.owl-carousel {
  .owl-nav button {
    &.owl-next, &.owl-prev {
      outline: 0;
    }
  }

  button.owl-dot {
    outline: 0;
  }
}

.tes-crd{
  position: relative;
  height: 100%;
}
.tes-crd::after{
  content: '';
  width: 20%;
  height: 30%;
  border-top: 2px solid var(--c1);
  border-right: 2px solid var(--c1);
  position: absolute;
  top: 5%;
  right: 5%;
  border-radius:0% 12% 0% 0% !important;
}
.rat-star{
  width: 35% !important;
}
.bg-qut{
  position: absolute;
  opacity: 0.1;
  width: 20% !important;
}

.ser-tp-img{
  width: 90%;
  border-radius: 12px;
}

.ser-num-bx{
  min-width: 30%;
  background-color: var(--c1);
  text-align: center;
  position: absolute;
  right: 0%;
  border: 3px solid #fff;
  border-radius: 12px;
}

.tes-np{
  font-size: 14px !important;
}

.r-gls{
    backdrop-filter: blur(24px);
  background: linear-gradient(to right,
      #da3a4743 0%,
      rgba(251, 151, 75, 0) 90.5%);
}

.s-hero-section {
  position: relative;
  min-height: 80vh;
  overflow: hidden;
  color: #fff;
}
.ser-in-bx-img{
  height: 200px;
}


/* ============== work progress box ================== */
.work-process-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.round-process-bx{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: var(--c1);
  background-size: 200% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.round-process-bx::after{
  content: '';
  width: 110%;
  height: 110%;
  border: 3px dashed var(--c1);
  border-radius: 50%;
  position: absolute;
  opacity: 0;
}
.process-img{
  width: 60%;
}
.bg-f6{
  background-color: #f6f6f6;
}
.work-process-box:hover .round-process-bx::after{
  opacity: 1;
  transition: .5s;
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}
.process-arrow{
  width: 80px;
  position: absolute;
  top: 3%;
  right: -5%;
}
.process-arrow-2{
  width: 80px;
  position: absolute;
  top: 30%;
  right: -10%;
}
.ovel-img{
  width: 50%;
  object-fit: cover;
  height: 520px;
  border-radius: 140px;
  border-top: 3px solid var(--c1);
  /* background-image: url(../images/silverfalls.jpg); */
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
}
.ovel-img2{
  width: 48%;
  object-fit: cover;
  height: 400px;
  border-radius: 140px;

  /* background-image: url(../images/village.jpg); */
  /* background-attachment: fixed; */
  background-size: cover;
}
.rn-rou{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--c1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rn-rou img{
  width: 50%;
}
.con-t-btn{
  background-color: #000 !important;
  color:  #fff !important;

}
.btn-ph-num{
  display: flex !important;
}
 .cc-calto-action-ripple {
	background: var(--c1);
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }
.cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem; }
 .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  
@-webkit-keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 
      0 4px 10px rgba(218, 58, 72, 0.2),
      0 0 0 0 rgba(218, 58, 72, 0.2),
      0 0 0 5px rgba(218, 58, 72, 0.2),
      0 0 0 10px rgba(218, 58, 72, 0.2);
    box-shadow: 
      0 4px 10px rgba(218, 58, 72, 0.2),
      0 0 0 0 rgba(218, 58, 72, 0.2),
      0 0 0 5px rgba(218, 58, 72, 0.2),
      0 0 0 10px rgba(218, 58, 72, 0.2);
  }
  100% {
    -webkit-box-shadow: 
      0 4px 10px rgba(218, 58, 72, 0.2),
      0 0 0 5px rgba(218, 58, 72, 0.2),
      0 0 0 10px rgba(218, 58, 72, 0.2),
      0 0 0 20px rgba(218, 58, 72, 0);
    box-shadow: 
      0 4px 10px rgba(218, 58, 72, 0.2),
      0 0 0 5px rgba(218, 58, 72, 0.2),
      0 0 0 10px rgba(218, 58, 72, 0.2),
      0 0 0 20px rgba(218, 58, 72, 0);
  }
}

@keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 
      0 4px 10px rgba(218, 58, 72, 0.2),
      0 0 0 0 rgba(218, 58, 72, 0.2),
      0 0 0 5px rgba(218, 58, 72, 0.2),
      0 0 0 10px rgba(218, 58, 72, 0.2);
    box-shadow: 
      0 4px 10px rgba(218, 58, 72, 0.2),
      0 0 0 0 rgba(218, 58, 72, 0.2),
      0 0 0 5px rgba(218, 58, 72, 0.2),
      0 0 0 10px rgba(218, 58, 72, 0.2);
  }
  100% {
    -webkit-box-shadow: 
      0 4px 10px rgba(218, 58, 72, 0.2),
      0 0 0 5px rgba(218, 58, 72, 0.2),
      0 0 0 10px rgba(218, 58, 72, 0.2),
      0 0 0 20px rgba(218, 58, 72, 0);
    box-shadow: 
      0 4px 10px rgba(218, 58, 72, 0.2),
      0 0 0 5px rgba(218, 58, 72, 0.2),
      0 0 0 10px rgba(218, 58, 72, 0.2),
      0 0 0 20px rgba(218, 58, 72, 0);
  }
}

.glass-card{
  background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
height: 100%;
}
/* ✅ Custom bullet color only */
    .custom-list li::marker {
        color: var(--c1);
    }

    .in-p .icon-style {
  font-size: 1.4rem;
  color: var(--c1); /* Matches your theme */
  margin-right: 8px;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.in-p .icon-style:hover {
  transform: scale(1.1);
}


.use-card {
  border: 1px solid #eee;
  border-radius: 12px;
  transition: all 0.3s ease;
  background-color: #fff;
  height: 100%;
}

.use-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.use-img {
  width: 100%;
  height: 180px;
  border-radius: 12px;
  object-fit: cover;
  margin: 0 auto;
  transition: transform 0.3s ease;
}



.use-card h5 {
  font-weight: 600;
  color: #000;
}

.use-card p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}
.anim-type {
  width: 100%;
  background-color: #fff;
  display: flex;
  gap: 2;
}


.social-card {
  background: #fff;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.social-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.social-icon {
  color: #da3a48;
  transition: 0.3s;
}

.social-card:hover .social-icon {
  color: #b82f3b;
  transform: scale(1.1);
}

.social-link {
  color: #da3a48;
}

.social-link:hover {
  text-decoration: underline;
  color: #b82f3b;
}

.hf {
  font-family: 'Poppins', sans-serif;
}


.local-client-section {
  overflow: hidden;
}

.local-client-title {
  color: #222;
  position: relative;
}

.local-client-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: var(--c1);
  margin: 10px auto 0;
  border-radius: 2px;
}

.local-client-slider {
  position: relative;
  overflow: hidden;
}

.local-client-track {
  display: flex;
  width: max-content;
  animation: local-scroll 50s linear infinite;
}

.local-client-logo {
  flex: 0 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.local-client-logo img {
  height: 70px;
  width: auto;
  object-fit: contain;
  /* filter: grayscale(100%); */
  transition: all 0.3s ease;
}

.local-client-logo img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* Animation */
@keyframes local-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .local-client-logo img {
    height: 50px;
  }
  .local-client-logo {
    padding: 0 20px;
  }
}

@media (max-width: 576px) {
  .local-client-logo img {
    height: 40px;
  }
}

.blog-con-img{
  height: 400px;
  object-fit: cover;
}
/* --------------------------------------make it responsive------------------------ */
@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;
  }

}

@media screen and (max-width:1025px) {
  .ab-h {
    font-size: 32px;
  }

  .logo {
    width: 55px;
    height: unset;
  }

  /* 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) {
  .ftp {
    font-size: 12px !important;
  }

  .first-text {
    font-family: 12px;
  }
}

@media screen and (min-width:960px) and (max-width:1030px) {
  .logo {
    width: 55px;
    height: unset;
  }

  .nav-link {
    font-size: 11px !important;
  }

  .enq-btn {
    font-size: 10px !important;
  }

  .navbar {
    padding-top: unset !important;
    padding-bottom: unset !important;
  }

  .nv-tx {
    font-size: 12px;
  }

  .nv-rnd {
    width: 50px;
    height: 50px;
  }

  .nv-call-us {
    font-size: 12px !important;
  }

}

@media (min-width:920px) and (max-width:1200px) {}

@media screen and (max-width:920px) {
  body {
    overflow-x: hidden !important;
  }

  .sm-js {
    text-align: justify !important;
  }

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  /* .logo{
      width: 77px;
  } */
  .navbar {
    z-index: 1050;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;
  }

  .navbar::after {
    content: '';
    /* background-color: unset !important; */
  }

  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  .nav-link {
    color: #000 !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: var(--c1);
  }

  .logo-nv {
    width: 35px;
  }

  .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: start;
    justify-content: center;
  }

  /* .dropdown:hover .dropdown-menu {
    margin-top: 2rem !important;
} */
  .navbar .logo-in-nv {
    display: flex !important;
    transition: all .5s;
  }

  .top-nav-up {
    display: none !important;
  }

  /* hero */
  .hero-section {
    height: unset;
    min-height: 60vh;
  }
  .s-hero-section {
    height: unset;
    min-height: 60vh;
  }

  .hero-p {
    font-size: unset;
  }

  /* ------ about section ------- */

  .clint-img {
    width: 18%;
  }

  p {

    font-size: 13px;
  }

  .ser-font {
    font-size: 19px;
  }

  /* faq */
  .faq-question {
    font-size: 14px;
  }

  /* --------- time line ----------- */
  .time-line-bx {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    height: 100%;

  }

  .in-time-txt {
    width: 87%;
    margin-left: 3%;
  }

  .in-time-txt:after {
    content: '';
    display: none;
  }

  .in-time-txt:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: -8px;
    width: 0;
    height: 0;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
  }

  .dot-line {
    width: unset;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;

    /* margin: 10px 0 30px; */
  }

  .dot-and-line-bx {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    margin-right: 10px;
  }

  .dot-and-line-bx::after {
    content: '';
    /* width: 10px;
  height: 100%;
  border-left: 2px dashed;
  border-color: var(--c1);
  position: absolute;
  bottom: 0%;
  border-bottom: unset;
          left: 0%; */
    display: none;
  }

  .dot-tim-img {
    width: 24px;
    margin-top: 27%;
    /* margin-left: -89%; */
  }

  .main-line {
    position: relative;
  }

  .main-line::after {
    content: '';
    width: 10px;
    height: 100%;
    border-left: 2px dashed;
    border-color: var(--c1);
    position: absolute;
    bottom: 0%;
    border-bottom: unset;
    left: 2.5%;
  }

  /* --- about us ---- */
  #bgVideo {
    width: 100%;
    height: 41vh;
  }

  .v-edit-hero {
    min-height: 50vh;
  }
  .hero-video-e {

    opacity: 0.1;
}

.ovel-img{
  width: 50%;
  object-fit: cover;
  height: 307px;
  border-radius: 140px;
  border-top: 3px solid var(--c1);
  /* background-image: url(../images/silverfalls.jpg); */
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
}
.ovel-img2{
  width: 48%;
  object-fit: cover;
  height: 269px;
  border-radius: 140px;

  /* background-image: url(../images/village.jpg); */
  /* background-attachment: fixed; */
  background-size: cover;
}
.rn-rou{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--c1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rn-rou img{
  width: 50%;
}
.con-t-btn{
  background-color: #000 !important;
  color:  #fff !important;

}


}

@media screen and (max-width:720px) {}



@media screen and (max-width:660px) {
  .menu {
    width: 32px;
  }

  .logo {
    width: 100px;
    height: unset;
  }

  .sm-js {
    text-align: justify !important;
  }

  .clint-img {
    width: 25%;
  }

  /* --------- time line ----------- */

  .in-time-txt {
    width: 82%;
    margin-left: 3%;
  }

  .gls-h {
    font-size: 14px;
  }

  /* --- v edit page -- */
  .career-step {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cs-in-2 {
    width: 100%;
}
.r-gls{
    backdrop-filter: blur(24px);
  background: linear-gradient(to bottom,
      #da3a4743 0%,
      rgba(251, 151, 75, 0) 90.5%);
}
.blog-con-img{
  height: 200px;
  object-fit: cover;
}
}

@media screen and (max-width:500px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:380px) {}

@media screen and (max-width:320px) {}

@media screen and (min-width:321px) and (max-width:425px) {}