:root {
  /* --c1:#3b8346;  */
  --c1: #00a8f2;
  --c2: #ffb03a;
  --c3: #424242;
  --c4: #142b3b;
  --bg: #171717;
}

/* @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: #444444;
  /* line-height: 1.6rem; */
  /* font-size: 17px; */
  letter-spacing: 0px;
}

@font-face {
  font-family: 'JosefinSans';
  src: url('../Josefin_Sans/static/JosefinSans-Medium.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../Lato/Lato-Regular.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant';
  src: url(../Cormorant-Regular.otf);
}

@font-face {
  font-family: 'made-mirage';
  src: url(../made-mirage.regular.otf);
}

@font-face {
  font-family: 'open-sans';
  src: url(../open-sans.regular.ttf);
}


.sf {
  font-family: 'Vudotronic' !important;
}

.hf {
  font-family: 'JosefinSans', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'JosefinSans', sans-serif !important;
}

html {
  width: 100vw !important;
  overflow-x: hidden !important;

}

body {
  margin: 0% !important;
  padding: 0% !important;
  font-family: 'Lato', sans-serif !important;
  /* overflow-x: hidden !important; */
  /* letter-spacing: 1px; */
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  color: #444;

  line-height: 1.75rem !important;
  font-weight: normal;
  font-style: normal;

}

* {
  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 --------------------------*/
/* 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: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  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;
  background-color: #000000a5;
}

.logo {
  width: 165px;
  /* 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: #fff !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 {
  letter-spacing: 1px;
  text-transform: capitalize !important;

  font-family: 'JosefinSans', sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.3;
  display: block;
  color: #ffffff !important;
  padding: 2.1875rem 1.25rem;
  transition: all 0.3s ease-in-out;
}

.newnav .nav-link {
  color: #000 !important;
  /* font-weight: bold !important; */
  letter-spacing: 1px;
}

.nav-active {
  /* background-color: var(--c1) !important; */
  /* border-bottom: 2px solid var(--c1) !important; */
  color: var(--c1) !important;
  font-family: 'JosefinSans', sans-serif !important;
  /* font-weight: bold !important; */
}

.newnav .nav-active {
  color: var(--c1) !important;
  font-family: 'JosefinSans', sans-serif !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: 'JosefinSans', 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: 83% !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;
  clip-path: polygon(0% 0%, 97% 0, 100% 50%, 97% 100%, 0% 100%);
}

.nv-fl {
  position: relative;
  overflow: hidden;
}

.nav-flower {
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}

.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: 90%;
}

@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: #ffffff35;
  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;
}

.navbar .nv-tx {
  color: #fff;
}

.newnav .nv-tx {
  color: #000;
}

.js {
  text-align: justify !important;
}


/* Hover item styling */
/* Studio dropdown hover effect (desktop only) */
.studio-hover:hover .dropdown-menu {
  display: block !important;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Dropdown menu styling */
.dropdown-menu {
  position: absolute;
  top: 60%;
  left: 0;
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  min-width: 200px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s;
  z-index: 1000;
}

/* Display dropdown properly when clicked */
.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Dropdown item styling */
.dropdown-item {
  padding: 10px 20px;
  color: #333;
  transition: 0.3s;
}

.dropdown-item:hover {
  background: #007bff;
  color: #fff;
}

/* Mobile responsiveness */
@media (max-width: 991px) {
  .studio-hover:hover .dropdown-menu {
    display: none;
    /* Disable hover on mobile */
  }

  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
  }

  .dropdown-menu.show {
    display: block;
    /* Show dropdown on click */
  }

  .nav-link {
    display: block;
    padding: 12px 20px;
  }

  .dropdown-item {
    padding: 12px 20px;
  }
}


/* hero */
.hero {
  height: 100vh;
  position: relative;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #fff;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.hero-slide {
  position: relative;
}

.shade-botom {
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #fefcf300 30%, #fefcf3 100%);
  z-index: 3;
  width: 100%;
  height: 50%;
}

.hero-sl-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  background-color: #fff !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--c1) !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;

}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 35px !important;
}

/* ---------------- about section ------------ */
/* .ab-main{
  height: 600px;
} */
.abt-sec {
  padding: 2px 2px 2px 2px;
  background-color: transparent;
  background-image: linear-gradient(90deg, #d5b69c 0%, #ffffff 50%);
  border-radius: 250px 250px 250px 250px;
  width: 50%;
  overflow: hidden;
}

.ab-in-img {
  width: 100%;
  /* height: 540px; */
  object-fit: cover;
  object-position: center center;
  border-style: solid;
  border-width: 15px;
  border-color: #ffffff;
  border-radius: 250px 250px 250px 250px;
}

.abt-sec2 {
  width: 50%;
  padding: 2px 2px 2px 2px;
  background-color: transparent;
  background-image: linear-gradient(90deg, #fff 50%, var(--c2) 100%);
  border-radius: 250px 250px 250px 250px;
  transform: translateY(100px);
  /* position: absolute;
  bottom: 0%;
  right: 0%; */
}

.ab-in-img2 {
  width: 100%;
  /* height: 360px; */
  object-fit: cover;
  object-position: center center;
  border-style: solid;
  border-width: 15px;
  border-color: #ffffff;
  border-radius: 250px 250px 250px 250px;
}

.ab-rnd {
  width: 60px;
  height: 60px;
  background-color: #f1f0eb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border-right: 2px solid var(--c2);
  border-left: 2px solid var(--c2);
}

.ab-icon {
  width: 60%;
}

/* .ab-h{
  font-size: 18px;
} */
.ab-side-bx {
  width: 80%;
}

.ap {
  font-size: 16px;
}

.btn-c1 {
  /* background-color: var(--bg) !important; */
  color: #fff !important;
  height: 55px;
  width: 150px;
  letter-spacing: 1px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 20px 0px !important;
}

.btn-c1::before {
  content: '';
  background-color: var(--c1) !important;
  z-index: -1;
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.btn-c1::after {
  content: '';
  background-color: var(--c2) !important;
  z-index: -1;
  position: absolute;
  left: 0%;
  bottom: -100%;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.btn-c1:hover::after {
  bottom: 0%;
  transition: all .5s;
}

.nav-tp-bx {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid var(--c2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-tp-bx-img {
  width: 50%;
}

.nav-tp {
  display: flex;
  align-items: center;
}

.serv-side-imgs {
  width: 80%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

.serv-side-imgs-2 {
  width: 40%;
  height: 200px;
  position: absolute;
  right: 0%;
  top: 0%;
  object-fit: cover;
}

.serv-side-imgs-3 {
  width: 40%;
  height: 200px;
  position: absolute;
  left: 0%;
  top: 0%;
  object-fit: cover
}

.line {
  width: 60px;
  height: 2px;
  background-color: var(--c2);
}

.bg-f6 {
  position: relative;
}

.bg-f6::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-color: #f6f6f6;
  z-index: -4;
}

/* --- baby shower ------- */
.mother1-bx {
  width: 30%;
  overflow: hidden;
}

.mother1 {
  width: 100%;
}

.mother2 {
  width: 70%;
  height: 450px;
  object-fit: cover;
  object-position: center;
}

.mother3 {
  width: 50%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  border: 5px solid #fff;
}

.modal-img {
  width: 100%;
  /* height: 400px; */
  object-fit: cover;
}


/* ====footer===== */
.footer {
  /* background-image: url(../images/truck-cargo.jpg); */
  background-size: cover;
  /* background-color: #f6f6f6; */
  /* background-color: #d5b2418e; */
  position: relative;
  overflow: hidden;
}

.footer::after {
  content: '';
  background-image: url(../images/f-baner-bg.jpg);
  background-size: cover;
  /* background-color: #18181860; */
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -2;
  background-color: #f6f6f6;

}

.foot-lense-img {
  height: 90%;
  position: absolute;
  opacity: 0.05;
  z-index: -1;
  right: 0%;
  bottom: -20%;
}

.f-logo {
  width: 90%;
}

.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;
  color: #232323 !important;
}

.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: #3d3931;
  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%;
}

/* .foot-new-box{
  height: 100%;
  background-color: #000;
} */

.btn-soc {
  color: #000 !important;
  border: 1px solid #3d3931 !important;
}

.btn-soc:hover {
  background-color: var(--c1) !important;
  border: 1px solid var(--c1) !important;

  color: #fff !important;
}



/* -------------------- */
.button-nav {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: var(--c1);
  cursor: pointer;
  position: relative;
  padding: 8px;
  /* margin-bottom: 20px; */
  /* text-transform: uppercase; */
  font-weight: bold;
  font-size: 14px;
  transition: all .15s ease;
}

.button-nav::before,
.button-nav::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: calc(50% - 5px);
  border: 1px solid #7D8082;
  transition: all .15s ease;
}

.button-nav::before {
  top: 0;
  border-bottom-width: 0;
}

.button-nav::after {
  bottom: 0;
  border-top-width: 0;
}

.button-nav:active,
.button-nav:focus {
  outline: none;
}

.button-nav:active::before,
.button-nav:active::after {
  right: 3px;
  left: 3px;
}

.button-nav:active::before {
  top: 3px;
}

.button-nav:active::after {
  bottom: 3px;
}

.button_lg-nav {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #fff;
  background-color: #252525;
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px transparent;
}

.button_lg-nav::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: var(--c2);
}

.button_lg-nav::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  background-color: var(--c2);
  transition: all .2s ease;
}

.button_sl-nav {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: var(--c2);
  transform: skew(-15deg);
  transition: all .2s ease;
}

.button_text-nav {
  position: relative;
  letter-spacing: 2px;
}

.button-nav:hover {
  color: #0f1923;
}

.button-nav:hover .button_sl-nav {
  width: calc(100% + 15px);
}

.button-nav:hover .button_lg-nav::after {
  background-color: #fff;
}

.full-img-section {
  height: 100vh;
  overflow: hidden;
  position: relative;

}

.full-sec-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.full-img-over {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: 2;
  /* background-color: rgba(0, 0, 0, 0.359); */
  display: flex;
  align-items: end;
}

.button-round {
  border-radius: 100px !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  font-size: 14px !important;
  letter-spacing: 2px;
  height: 50px;
  transition: all .5s;
}

.button-round:hover {
  background-color: #fff !important;
  color: #000 !important;
  transition: all .5s;
}

/* home page gallery - */
.gallery {
  column-count: 3;
  column-gap: 6px;
}

.gallery img {
  width: 100%;
  /* border-radius: 8px; */
  margin-bottom: 7px;
  transition: transform 0.3s;
}

.gallery img:hover {
  transform: scale(1.02);
}

@media (max-width: 992px) {
  .gallery {
    column-count: 3;
  }
}

@media (max-width: 768px) {
  .gallery {
    column-count: 2;
  }
}

@media (max-width: 480px) {
  .gallery {
    column-count: 2;
  }
}


/* 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;

}

@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);
  }

}

/* ------------ you tube vedio section ---------- */
.youtube-video {
  width: 100%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: all .5s;
}

.youtube-video-thumbnail {
  width: 100%;
  display: block;
  transition: all .5s;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  z-index: 3;
}

.play-button-icon {
  font-size: 24px;
  color: white;
}

/* .play-button::after {
  content: '\25B6';
  font-size: 24px;
  color: white;
  font-family: Arial, Helvetica, sans-serif !important;
} */
.youtube-video:hover .play-button {
  transform: translate(-50%, -50%) scale(1.2);
}

.youtube-video2:hover .youtube-video-thumbnail {
  transform: scale(1.1);
  transition: all .5s;
}

.nav-link {
  box-shadow: unset !important;
  outline: unset !important;
}

/* ----- 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;
  }



  .tes-in-p {
    font-size: 15px !important;
    color: #555;
    text-align: justify !important;
  }


}



.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;
}


/* ------------- */
.insta-box {
  width: 100%;
  transition: all .5s;
}

.insta-bx-img {
  width: 100%;
  transition: all .5s;
}

.insta-box:hover {
  transform: translateY(-5px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all .5s;
}

/* --------------------------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;
}

.step-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.step {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: lightgray;
  margin: 0 10px;
  font-weight: bold;
}

.step.active {
  background-color: #007bff;
  color: white;
}

.step.completed {
  background-color: #007bff;
  color: white;
  font-size: 20px;
}

.step.completed::after {
  content: '\2713';
}

.hidden {
  display: none;
}

.cen-line {
  width: 15%;
  height: 2px;
  background-color: var(--c2);
}

.btn-back {
  background-color: #171717 !important;
  color: #fff !important;
  border-radius: 0% !important;
  width: 100px;
  transition: all .5s !important;
}

.btn-next-frm {
  background-color: var(--c1) !important;
  color: #fff !important;
  border-radius: 0% !important;
  width: 100px;
  transition: all .5s !important;
}

.btn-next-frm:hover {
  background-color: var(--c2) !important;
  transition: all .5s !important;
}

.btn-back:hover {
  background-color: var(--c2) !important;
  transition: all .5s !important;
}

.btn-submit {
  width: 100px;
  background-color: var(--c1) !important;
  color: #fff !important;
  border-radius: 0% !important;
}

/* ------ studio  page ----- */
.other-hero {
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: end;
}

.other-hero::after {
  content: '';
  background-image: url(../images/bgm-new.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  inset: 0%;
  z-index: -1;
}

.studio-bx {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
}

.stu-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.studio-bx:hover .stu-img {
  transform: scale(1.1);
  transition: all .5s;
}

.stu-botom-overlay {
  background: linear-gradient(to bottom, rgba(102, 102, 102, 0.081) 50%, rgba(0, 0, 0, 0.9));
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0%;
  display: flex;
  align-items: end;
}

/* ---------------- */
.con-div {
  position: relative;
}

.dot {
  height: 46px;
  width: 46px;
  background-color: var(--c1);
  border-radius: 50%;
  display: flex;
  position: absolute;
  right: -20%;
  top: -8%;
  transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  -webkit-transition: -webkit-transform .4 s ease-in-out;
  -ms-transition: -ms-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
}

.btn-c11:hover {
  border: 1px solid var(--c1) !important;
}

.btn-c11 {
  /* background-color: var(--w); */
  border: 2px solid var(--c2) !important;
  transition: all .2s ease-in-out;
  color: #000 !important;
  font-size: 14px;
  background-color: #f6f4f4 !important;
  /* border: none; */
}


.con-div:hover .dot {

  transform: rotate(0) !important;
  -ms-transform: rotate(0) !important;
  -webkit-transform: rotate(0) !important;
}

.click-img {
  cursor: pointer;
  position: absolute;
  top: 0%;
  right: 10%;
}

.click-img img {
  width: 30px;
}

.nv-phn-al {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  background-color: #f6f6f6 !important;
}

.ins {
  color: #c32aa3 !important;
}

.you {
  color: #ff0000 !important;
}

.fb {
  color: #1877f2 !important;
}

.ab-pg-img-1 {
  height: 95%;
}

/* ------- why choose us ----- */
.why-bx {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.why-rund {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}

.why-rn-img {
  width: 60%;
  filter: brightness(0) invert(1);
}

.why-h {
  font-size: 15px;
}

.paten {
  background-image: url(../images/BG1.webp);
  background-repeat: repeat;
  background-size: contain;
}

/* -- numbers --- */
.num-bx {
  text-align: center;
  height: 100%;
  width: 100%;
}

.num {
  font-size: 50px;
}

.nun-bg {
  background-color: var(--c1);
}

.nun-bg2 {
  background-color: var(--c2);
}

.num-h {
  text-transform: uppercase;
}

.con-input {
  width: 100% !important;
}

.btn-con {
  background-color: var(--c1) !important;
  color: #fff !important;
  transition: all .5s;
}

.btn-con:hover {
  background-color: black !important;
  transition: all .5s;
}

/* "------------- */
.pagination {
  margin-top: 30px;
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
}

.pagination a.active {
  background-color: var(--c1);
  color: white;
  border: 1px solid var(--c1);
}

.pagination a:hover:not(.active) {
  background-color: var(--c2);
}

.l-tx {
  color: #232323 !important;
}

/* --------------------- new css -----------------  */


.incrid-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.envi-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  background-color: #ffff;
  min-height: 160px;
  transition: box-shadow 0.3s ease;
}

.envi-box:hover {
  box-shadow: rgba(255, 176, 58, 0.5) 0px 0px 0.25em, rgba(255, 176, 58, 0.3) 0px 0.25em 1em;
}

.env-img {
  width: 50px;
}

.env-txt {
  color: #000;
  text-align: center;
}

/* ==============  =========== */
.build-head {
  font-size: 45px;
}

.build-team-bx {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px dashed var(--c1);
}

.build-num {
  font-size: 70px !important;
  color: var(--c1) !important;
  /* background-image: url(../images/goldy.gif); */
  display: inline-block;
  background-repeat: repeat;
  background-clip: text;
  background-position: 100%;
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.build-bx-head {
  text-align: center;
  font-size: 23px;
  color: var(--c2);
}

.build-p {
  text-align: center;
}

.last-bt {
  border: none;
}

/* --- faq ---- */
.faq .accordion-item {
  margin-bottom: 1rem !important;
}

.faq .accordion-button {
  background-color: #fff;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  /* height: 0px; */
}

.accordion-button:focus {
  box-shadow: unset !important;
}

.accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: var(--c1) !important;
  box-shadow: 0px 10px 15px 0px rgba(255, 83, 48, 0.35);
  /* box-shadow: unset !important; */
}

.accordion-button::after {
  content: '+' !important;
  font-size: 22px;
  font-weight: bold;
  color: var(--c2);
  background-image: unset !important;
  /* background-color: #fff; */
  font-display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.5s;
  line-height: inherit;
}

.accordion-button:not(.collapsed)::after {
  content: '—' !important;
  font-size: 18px;
  color: #fff;
  background-image: unset !important;
  font-display: flex;
  align-items: center;
  justify-content: center;
  line-height: inherit;
}

.faq-acc button {
  display: flex !important;
  align-items: center;
}

.faq-man {
  height: 95%;
  z-index: 2;
}

.faq-side {
  position: absolute;
  width: 40%;
  right: 0%;
  bottom: -5%;
  z-index: 1;
}

/* =========================================================================================================================== */

/* --------------------------------------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: 23px;
  }

  .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) {
    .other-hero {
      min-height: 40vh;
    }

  .class {
    position: absolute;
    bottom: 0%;
  }

  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;
  }

  .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: #f6f6f6;
  }

  .logo-nv {
    width: 51%;
  }

  .nav-active {
    background-color: unset !important;
    color: var(--c1) !important;
    border-bottom: unset !important;
  }

  .navbar .nav-item {
    border-bottom: 1px solid #cfcfcf;
    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 {
    height: 94vh;
  }

  .ab-in-img {
    width: 100%;
    height: 345px;
  }

  .ab-in-img2 {
    width: 100%;
    height: 345px;
  }

  .ab-in-img {
    width: 100%;
    border-width: 10px;
  }

  .ab-in-img2 {
    width: 100%;
    border-width: 10px;
  }

  .abt-sec2 {
    transform: translateY(33px);
  }

  .side-imgs {
    width: 80%;
    height: 329px;
  }

  .serv-side-imgs-3 {
    width: 40%;
    height: 180px;
    position: absolute;
    left: 0%;
    top: 0%;
    object-fit: cover;
  }

  .mother2 {
    width: 70%;
    height: unset;
    object-fit: cover;
    object-position: center;
  }

  .con-div {
    position: relative;
    width: 62%;
  }

  .dot {
    top: 7%;
  }
}



@media screen and (max-width:720px) {}



@media screen and (max-width:660px) {
  .menu {
    width: 32px;
  }

  .logo {
    width: 170px;
    height: unset;
  }

  .sm-js {
    text-align: justify !important;
  }


  /* =========== new why choose us ============= */
  .new-why-slide-img {
    height: 300px;
  }


  .studio-bx {
    height: auto;
  }

  .stu-h {
    font-size: 15px;
  }


  /* hero */
  .hero {
    height: 100%;
    position: relative;
  }

  
  .build-head {
    font-size: 38px;
  }

  .build-team-bx {
    border-right: unset;
  }
}

@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) {}