:root {
  --c1: #E21C21;
  --c2: #191e24;
  --c3: #444;
  --bg: #fff5ee;
  --w: #fff;

}

/* @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;
}

.c5 {
  color: var(--bg) !important;
}

.bg-c1 {
  background-color: #f6f6f6;
}

.bg-w {
  background-color: var(--w);
}

/* .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;
}

@font-face {
  font-family: "carlito-reg";
  src: url(../Carlito-Regular.ttf);
}

@font-face {
  font-family: "gildadis-reg";
  src: url(../GildaDisplay-Regular.ttf);
}



@font-face {
  font-family: "lato-bold";
  src: url(../Lato-Bold.ttf);
}



.hf {
  font-family: "gildadis-reg" !important;
}

html {
  width: 100vw !important;
  overflow-x: hidden !important;
}

body {
  margin: 0% !important;
  padding: 0% !important;
  font-family: "carlito-reg" !important;
  font-size: 18px !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  /* background-color: #000 !important; */
}

/* h1,h2,h3{
  font-family: Adamina !important;
} */
* {
  box-sizing: border-box;
  /* border: 1px solid black; */
}



/* top first section */

.first-top {
  background-color: var(--c1);

  /* border-bottom: 1px solid var(--c1); */
  /* position: relative; */
}

.first-top p {
  font-family: 13px !important;
}

/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text {
  display: flex;
  align-items: center;
}

.first-text .ftp {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.8px;
}

.first-bx-img {
  width: 25px;
}

.top-nv-soc-img {
  width: 19px;

}

/* ----------------- navbar --------------------------*/
/* navbar */

.nav-bx {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-btn {
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}



.nav-icon {
  width: 40px;
}

.icon-top-count {
  background-color: #ffffff;
  color: #000 !important;
}

/* nav bar */
.home-nav {
  display: none !important;
}

.navbar {
  transition: all .5s;
  /* background-color: var(--c1); */
  /* box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08); */
  /* border-bottom: 2px solid var(--c1); */
  border: 1px solid #dee2e6;

}

.btn-close-white {
  filter: invert(1) brightness(200%);
}

.logo {
  /* width: 120px; */
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;

  /* position: absolute; */
  /* top: 80%; */
  /* transform: translateY(-70%); */
  /* left: 50%; */
  /* transform: translateX(-30%); */
}

.newnav .logo {
  height: 80px;
  position: static !important;
  transform: translateX(0%);
  top: unset !important;
  object-fit: contain !important;
  /* height: 22px; */
}

.logo2 {
  width: 80px;
  /* height: 60px; */
}

.logo1 {
  /* width: 180px; */
  height: 22px;
}

.logo3 {
  /* width: 180px; */
  height: 22px;
}

.nav-menus {
  display: flex !important;
  align-items: start !important;
  justify-content: start !important;

}


.newnav {
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  background: #ffffff !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  /* animation: mymove .5s ; */
  border-bottom: 1px solid var(--c2);
  /* display: unset !important; */
}

.home-d-nav {
  display: unset !important;
}

@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 15px;
  /* border-bottom: 1px solid #cfcfcf !important; */
  /* width: 100%; */
}

.nav-link {
  color: var(--c3) !important;
  /* font-weight: bold !important; */
  /* letter-spacing: px; */
  font-size: 16px !important;
  border-bottom: 3px solid var(--w) !important;
  border-radius: 7px;
  text-transform: zuppercase;
  padding: 14px 0px 4px 0 !important;
}


.nav-link:hover {
  color: var(--c1);
  border-bottom: 3px solid var(--c1) !important;
}

.nav-active {
  /* background-color: var(--c1) !important; */
  color: #000 !important;
  font-weight: medium !important;

}

.nv-icon {
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-div img {
  width: 35px;
}

.icon-div1 img {
  width: 42px;
}

/* .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;
}


.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-top: 3px solid var(--c1) !important;
  box-shadow: unset !important;
  overflow: hidden;
  border-radius: 0px 0px 10px 10px !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;
  }
}

.nv-icon {
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* top count of the navbar (top of like and cart icon) */
/* .btn .badge {
  position: relative;
  top: 7px !important;
  width: 8px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 75% !important;
  font-size: 4px !important;
} */

.badge {
  font-size: 10px !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important
}

.nv-icon p {
  margin-bottom: 0% !important;
}

.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-item:hover {
  color: var(--c1) !important;
  transform: translateX(10px);
  transition: all .5s;
  background-color: var(--bg-dark) !important;

}

.nv-fl {
  position: relative;
  overflow: hidden;
}

.nav-flower {
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}

/* @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(--c2);
}

.mob-s-nav .ab-lgo-bx img {
  width: 50%;
}

/* -----------  */

/* General Dropdown Menu Styling */
.dropdown-menu {
  width: auto;
  /* Adjust width dynamically */
  min-width: 13rem;
  /* Maintain a base width */
  padding: 1rem;
  /* Add padding for better spacing */
}



/* Dropdown Menu Items */
.dropdown-menu li {
  position: relative;
  /* For submenu positioning */
}


/* Show Submenu on Hover */
.dropdown-menu>li:hover>.submenu {
  display: block;
  /* Show submenu */
}

/* Show Dropdown Menu on Hover */
.dropdown:hover>.dropdown-menu {
  display: block;
  /* Show dropdown */
}

/* Additional Styling for Responsiveness */
@media (max-width: 768px) {
  .mega-menu {
    width: 100%;
    /* Full width for smaller screens */
    left: 0;
    /* Align to the left */
    transform: none;
    /* Remove centering */
    border-radius: 0;
    /* Remove rounded corners */
  }
}


/* ----- dropdown ----- / */

.toggle-icon {
  transition: transform 0.3s ease !important;
}

.dropdown-menu.show .toggle-icon {
  transform: rotate(180deg) !important;
  /* Rotating the icon */
}


/* --/---------- / */

.top-cer {
  width: 70px;
}

.new-post {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover>.dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* To apply the same animations */
.dropdown-menu.animate {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(-10px);
  opacity: 0;
}

.nav-item.dropdown:hover>.dropdown-menu.animate {
  transform: translateY(0);
  opacity: 1;
}


/* hero */



.con-div {
  position: relative;
}

.dot {
  height: 44px;
  width: 44px;
  background-color: var(--c1);
  border-radius: 50%;
  display: inline-block;
  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-c1:hover {
  border: 1px solid var(--c1) !important;
}

.btn-c1 {
  /* background-color: var(--w); */
  border: 1px solid var(--c2) !important;
  transition: all .2s ease-in-out;
  /* border: none; */
  font-size: 14px !important;

}


.con-div:hover .dot {

  transform: rotate(0) !important;
  -ms-transform: rotate(0) !important;
  -webkit-transform: rotate(0) !important;
}


/* .btn-c2{
  background-color: var(--c1) !important;
  color: #fff !important;
  border: 1px solid var(--c1) !important;
  transition: all 0.5s;
}

.btn-c2:hover{
  background-color: transparent !important;
  color: var(--c2) !important;
  border: 1px solid var(--c1) !important;
  border-radius: 30px;
} */


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--c2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--c1);
}


/* hero */
.hero {
  height: 79vh;
  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: center;
}

.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;
  font-size: 14px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.autoplay-progress svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.progress-track {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 4px;
  fill: none;
}

.progress-bar {
  --progress: 0.25;
  /* This should be dynamically updated via JS */
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 125.6;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  transition: stroke-dashoffset 0.3s ease;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5));
}

.progress-time {
  z-index: 20;
}

.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: 80%;
  overflow: hidden;
}

.hero-sl-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top !important;
}

.swiper-pagination-bullet {
  background-color: var(--c2) !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--w) !important;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff !important;

}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 35px !important;
}

.ban-con {
  position: absolute;
  bottom: 10%;
  right: 0% !important;
  /* text-align:  !important; */
}

.ban-con h5 {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 1px;
}

.ban-con p {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 15px;
}

.ban-con1 {
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.37);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  border-radius: 10px 0 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}



/* 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;

}

.call-img-fix1 {
  width: 40px;
  /* animation-name: trin; */
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

}

.tring {
  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;
}


.enq-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  transition: all .5s;
}

.enq-icn {
  transition: all .5s;
}

.enq-btn:hover .enq-icn {
  transform: rotateY(360deg);
  transition: all 1s;
}


/* ----------- side bar  ------------ */

.side-op {
  position: fixed;
  bottom: 2%;
  left: 2%;
  z-index: 50;
}

.sopp {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #fff200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sopp i {
  font-size: 40px;
}



@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.about-us1 {
  width: 100%;
  height: 400px !important;
  object-fit: cover;
}


/* -----------------  */

.bg-bg1 {
  background-color: #fffbf5 !important;
}


.footer {
  background-image: url(../images/pattern-foot.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.footer::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.1) !important;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}


.pattern-img {
  position: absolute;
  bottom: 4%;
  right: 0%;
  /* width: 100%; */
  height: 100%;
  z-index: -1;
}

.pattern-img1 {
  position: absolute;
  bottom: 4%;
  left: 0%;
  /* width: 100%; */
  height: 100%;
  z-index: -1;
}

.f-logo {
  /* width: 50%; */
  height: 120px;
}

.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: var(--c1);
}

.soc-icon {
  width: 50%;
  /* height: 50%; */
  transition: all .5s;
}

.soc-bx:hover .soc-icon {
  animation: gelatine 0.5s;
}

@keyframes gelatine {
  from, to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

.foot-arrow {
  width: 16px;
}

.foot-p {
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
}

.foot-p:hover {
  transform: translateX(5%);
  transition: all .5s;
}

/* .ft-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
} */
.f-con-div {
  display: flex;
}

.f-con-bx {
  background-color: var(--c1);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.con-f-icon {
  width: 50%;
}

.f-con-txt {
  width: 60%;
}

.f-con-h {
  font-size: 15px;
}


.title-head {
  font-size: 1.5rem !important
}


.title-head1 {
  font-size: 2rem !important
}

/* ======== */


.bg-choose {
  /* background-color: rgba(63, 63, 63, 0.2); */
  position: relative;
  background-color: #f6f6f6 !important;
  z-index: 0 !important;
}

.bg-man1 {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1 !important;
}

.bg-man2 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: -1 !important;

}

/* ------ counter --------- */
.counter-img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: top;
}

.counter-main {
  background-color: var(--c2);
  width: 100%;
  transform: translateX(-20%);
}

.counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #fff;

}

.cnt-num {
  font-size: 40px;
}

.last-cnt {
  border: unset;
}


/* -------------  */

.why-cho-us {
  position: relative;
}

.why-cho-img {
  /* position: absolute;
  top: 50%;
  right: 50% ;
  transform: translate(-50%, -50%); */
  display: flex;
  justify-content: center;
  height: 450px;
  width: 100%;
  border: 1.5px dashed var(--c2);
  /* border-radius: 4px !important; */
  padding: 5px;
}

.why-cho-img1 {
  width: 100%;
  height: 100%;
  /* adjust as needed */
  object-fit: cover;
  /* border-radius: 50% / 35%; */
  /* border-radius: 4px !important; */

}

.foot-arrow1 {
  width: 30px;
}


.insta-influ {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
}

.insta-influ:hover .insta-influ1 {
  transform: scale(1.1) !important;
}


.bot-con {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.bot-con1 {
  background-color: #ffffffc7;
  padding: 10px 20px;
  width: 250px !important;
}



.bot-con2 {
  background-color: #ffffffc7;
  padding: 10px 20px;
  width: 200px !important;
}

.insta-influ1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}

.owl-carousel .item {
  display: block !important;
}

.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);
}

/* -----------------------  */

.loca-img {
  height: 230px;
  width: 100%;
  object-fit: cover !important;
}

.location-card {
  border-radius: 0px !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  background-color: #fff;

}



.other-hero7 {
  /* background-color: rgba(0, 0, 0, 0.648); */
  position: relative;
  height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.other-hero7::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* inset: 0%; */
  background-image: url(../images/small-ban.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: -1;
}


.ban-main-con {
  width: 100%;
  height: 100%;
  background-color: #fffffffd;
  color: var(--c1);
  text-align: center;
}

.border-ban {
  border: 1px dashed var(--c2) !important;
}

/* ---------- faq--------  */


.faq-heading {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: start;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;
  font-family: Lato-Regular;
  letter-spacing: 1px;
}

.faq-card {
  border-bottom: 1px solid #CFCFCF;
  /* border-radius: 6px; */
  padding: 15px 15px;
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  cursor: pointer;
  font-size: 17px;
}

.faq-open-icon {
  font-size: 20px;
  position: absolute;
  top: 18px;
  right: 24px;
  font-weight: 700;
  color: var(--c2);
}

details[open] .faq-open-icon {
  top: 18px;
  right: 24px;
}

details>summary {
  list-style: none;
}

details>summary::-webkit-details-marker {
  display: none;
}

details[open] summary {
  color: var(--c1);
  font-weight: 500;
}

details[open] .faq-card-spoiler {
  display: inline-block;
  padding-top: 8px;
  /* color: ; */
  font-size: 14px;
  color: var(--c3) !important;
}

.faq-aftertext {
  text-align: center;
  color: #8b8b9a;
}

.show-more {
  /* display: none; */
  cursor: pointer;
}

.ty-compact-list {
  /* padding: 5px 5px 5px 0px; */
  /* float: left; */
  width: 100%;
}

.btn-faq {
  background-color: var(--c1) !important;
  color: #FFF !important;
  /* min-width: 170px; */
  /* width: 100%; */
  border-radius: 10px !important;
}


.faq-us {
  width: 100% !important;
  height: 500px !important;
}

.faq-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #00000088;
  opacity: 0.3;
  transition: all 0.3s;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #c91e1e !important;
  /* your red color */
}

/* -- ------------------ stores --------------- */



.stores-hero {
  background: rgb(39, 39, 39, 0.5);
  position: relative;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.stores-hero::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  inset: 0%;
  background-image: url(../images/showroom2.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.store-show-img {
  width: 100%;
  height: 400px !important;
  object-fit: cover;
  border-radius: 10px;

}

.contact-card {
  /* max-width: 400px; */
  height: 380px;
  background: #fff !important;
  border-radius: 10px;
  padding: 2rem 1rem;
  /* margin: 50px auto;/ */
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  overflow: hidden;
  z-index: 0;
}

.circle-bottom-left {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #f0f0f0;
  border-radius: 50%;
  z-index: -1;
}

.circle-bottom-right {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #f1f1f1;
  border-radius: 50%;
  z-index: -1;
}

.circle-bottom-left {
  bottom: -40px;
  left: -40px;
}

.circle-bottom-right {
  bottom: -40px;
  right: -40px;
}

/* ------------ gallery -----------  */


.gallery-hero {
  background: rgb(39, 39, 39, 0.5);
  position: relative;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.gallery-hero::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  inset: 0%;
  background-image: url(../images/IMG-20250416-WA0029.jpg);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  z-index: -1;
}


.gall-div1 {
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

.gal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gall-over {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  transition: all .5s;
}

.full-screen {
  width: 50px;
}

.gall-div1:hover .gall-over {
  width: 85%;
  height: 85%;
  opacity: 1;
  transition: all .5s;
}

.last-gal {
  height: 300px;
}


/* --------- our services ----------  */


.pack-arrow {
  width: 20px;
  height: 20px;
  margin: 0% !important;
}

.pack-arrow {
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
  background-color: var(--w) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid var(--c1);
}

.slide-nav-bx {
  width: 104%;
  top: 30%;
  left: -2%;
}


.colage-img-div {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
}

.colage-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.colage-img-div:hover .colage-img {
  cursor: pointer;
  transform: scale(1.1);
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.over-colage {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.colage-title {
  color: #ffff;
}

.logo-cen {
  width: 50% !important;
}

.marquee-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  /* Optional */
}

.marquee-content {
  display: flex;
  animation: marquee 30s linear infinite;
  width: max-content;
}

.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.card-custom {
  flex: 0 0 auto;
  width: 300px;
  height: 440px !important;
  border: none;
  border-radius: 0 !important;
  margin-right: 1rem;
}

.card-custom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* -- ------------------ stores --------------- */


.men-att-hero {
  background: rgb(39, 39, 39, 0.8);
  position: relative;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.men-att-hero::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  inset: 0%;
  background-image: url(../images/IMG-20250416-WA0064.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: -1;
}


.slider-card-botom {
  width: 100%;

  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* overflow: hidden !important; */
  /* border-radius: 8px; */

}

.slider-card-botom:hover .slider-img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
  overflow: hidden !important;

}

.silder-main-img {
  width: 100%;
  height: 500px;
  overflow: hidden !important;
}

.slider-img {
  width: 100% !important;
  height: 90%;
  object-fit: cover;
  /* border-radius: 8px; */
  overflow: hidden;
}

.over-lap-content {
  background-color: #ffffffea;
  /* border-radius: 10px; */
  position: absolute;
  bottom: -5%;
  width: 90%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* -- ------------------ stores --------------- */


.contact-hero {
  background: rgb(39, 39, 39, 0.5);
  position: relative;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.contact-hero::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  inset: 0%;
  background-image: url(../images/con-us.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.form-control:focus {
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
}

.form-control {
  background-color: #f6f6f6 !important;
  padding: 20px;
}



.form_input input {
  padding: 10px !important;
}

.con_img img {
  height: 80%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-left: 40px;
  margin-top: 20px;
}


.con-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.con-box img {
  width: 40px;
}

.con-right {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  height: 100%;
}




.contact .info-wrap {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  padding: 30px !important;
  border-radius: 10px;
}

.con-pad {
  padding-top: 100px !important;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: var(--c1);
  float: left;
  width: 44px;
  height: 44px;
  border: 1px solid var(--c1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #111;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}

.contact .info:hover i {
  background: var(--c1);
  color: #fff;
}


/* ------------ gallery -----------  */


.fabric-hero {
  background: rgb(39, 39, 39, 0.5);
  position: relative;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.fabric-hero::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  inset: 0%;
  background-image: url(../images/fabric1.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.custom-hero {
  background: rgb(39, 39, 39, 0.5);
  position: relative;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.custom-hero::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  inset: 0%;
  background-image: url(../images/24895.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.abt-hero {
  background: rgb(39, 39, 39, 0.5);
  position: relative;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.abt-hero::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  inset: 0%;
  background-image: url(../images/727.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: -1;
}




/* ========== ovel image============ */
.ovel-img {
  width: 50%;
  object-fit: cover;
  height: 450px;
  border-radius: 140px;
}

.ovel-img2 {
  width: 48%;
  object-fit: cover;
  height: 380px;
  border-radius: 140px;
  border-top: 3px solid var(--c1);
}

.service-area {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-item {
  position: relative;
  padding: 0 20px 20px 20px;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.service-item::before {
  content: "";
  position: absolute;
  background: var(--w);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /* border-radius: 20px; */
  width: 100%;
  left: 0px;
  top: 130px;
  bottom: 0px;
  z-index: -1;
}

.service-item:hover .ser-img {
  /* transform: translateY(-10px); */
  transform: scale(1.1);
}

.service-item:hover .service-title {
  /* transform: translateY(-10px); */
  color: var(--c1);
}

.ser-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}



.service-img {
  overflow: hidden;
  /* border-radius: 30px; */
  height: 200px;

}

.service-content {
  position: relative;
  margin-top: 5px;
  min-height: 170px;
}

.service-icon {
  position: absolute;
  width: 75px;
  height: 75px;
  /* line-height: 82px; */
  background: var(--c1);
  /* font-size: 50px; */
  color: var(--w);
  text-align: center;
  border-radius: 50%;
  margin-top: -50px;
  right: 40px;
  /* box-shadow: var(--box-shadow); */
  z-index: 1;
}

.service-icon img {
  width: 60%;
}

.service-arrow {
  margin-top: 25px;
}

.service-title a {
  font-size: 22px;
  margin: 20px 0;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--c4);
}

.service-title a:hover {
  color: var(--c2);
}

.service-arrow .theme-btn {
  padding: 10px 22px;
}

.btn-c2 {
  cursor: pointer;
  position: relative;
  color: var(--c2);
  border: 1px solid var(--c1);
  border-radius: 34px;
  background-color: transparent;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
}

.btn-c2::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: var(--c1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);

}

.btn-c2:hover::before {
  scale: 3;
}

.btn-c2:hover {
  color: #fff !important;
  scale: 1.1;
  box-shadow: 0 0px 20px rgb(126, 71, 152, 0.4);

}

.btn-c2:active {
  scale: 1;
}

/* -------------------  */



.scrolling-text-container {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  /* margin: 40px 0; */
  padding: 12px 0;
}

.scrolling-section {
  animation: scroll-text 13s linear infinite;
  display: flex;
  gap: 30px;
  align-items: center;
  width: max-content;
}

@keyframes scroll-text {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 15px));
  }
}

.scrolling-text {
  font-size: 50px;
  font-weight: 900 !important;
  font-family: lato-bold !important;
}

.scrolling-text span {
  -webkit-text-stroke: 1px #000 !important;
  color: transparent;
}

.scrolling-text-container p {
  font-size: 21px;
  font-weight: 900 !important;
  line-height: 120%;
  margin-top: 16px;
  text-transform: capitalize;
  text-align: center;
  font-size: clamp(14px, -0.875rem + 8.333vw, 20px);
}

/* --------- */
.serv-img {
  width: 100%;
  height: 380px;
  border-radius: 20px 80px 0px 0px;
  overflow: hidden;
}


.serv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-links {
  color: var(--c1) !important;
  transition: all 0.4s ease-in-out;
}

.border-serv {
  border: 1px solid var(--c2);
  border-radius: 0px 0px 20px 20px;
  min-height: 200px;
  position: relative;
}

.btn-links:hover {
  color: var(--c2) !important;
  text-decoration: underline !important;
  transition: all 0.4s ease-in-out;
}

.serv-pat {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  z-index: 1;
}


/* ------------ */

.con-r {
  position: relative;
}

.c-i1 {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  /* position: absolute; */
  border: 5px solid #fff;
  z-index: 2;
  object-fit: cover;
  object-position: top !important;
}

.c-i2 {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  position: absolute;
  bottom: -5%;
  right: 14%;
  border: 5px solid #fff;
  z-index: 3;
  object-fit: cover;
}

.spiner {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 30%;
  z-index: -2;
  animation: animName 10s linear infinite;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



.tick-box {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f6;
  /* border-radius: 8px; */
}

.tick {
  width: 80%;
}

.call-btn-img {
  width: 26px;
}

.bg-f6 {
  background-color: #f6f6f6;
}


/* ----- about us ---  */

.abt-us {
  position: relative;
  height: 500px;
}


.abt-us-img1 {

  height: 80%;
  width: 80%;
  object-fit: cover;
  overflow: hidden;

  background-color: #fff;
}



.abt-us-img2 {
  object-fit: cover;
  position: absolute;
  height: 220px;
  width: 265px;
  background-color: #fff;
  /* z-index: 1; */
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  bottom: 0%;
  right: 1%;

}

.abt-txt {
  position: absolute;
  bottom: 10%;
  left: 0%;
  text-shadow: 0 1px 0 #ccc,
    0 2px 0 #c9c9c9,
    0 3px 0 #bbb,
    0 4px 0 #b9b9b9,
    0 5px 0 #aaa,
    0 6px 1px rgba(0, 0, 0, .1),
    0 0 5px rgba(0, 0, 0, .1),
    0 1px 3px rgba(0, 0, 0, .3),
    0 3px 5px rgba(0, 0, 0, .2),
    0 5px 10px rgba(0, 0, 0, .25),
    0 10px 10px rgba(0, 0, 0, .2),
    0 20px 20px rgba(0, 0, 0, .15);
}

.abt-txtspan {
  font-size: 60px;

}

/* --- cooshe section ---- */

.choose-head {
  font-size: 50px;
}

.choose-bx {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px !important;
}

.choose-img-bx {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffff;
}

.choose-img {
  width: 60%;
}

.br-right {
  border-right: 1px solid var(--c2);
}

.br-bot {
  border-bottom: 1px solid var(--c2);
}


/* --- best section ----------- */
.best-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  box-shadow: -10px -10px 25px rgba(255, 255, 255, .08), 10px 10px 25px rgba(0, 0, 0, .08);
  min-height: 330px;
  border-radius: 10px;
}

.best-img-div {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}

.best-img {
  width: 60%;
}

.best-box:hover .best-img-div {
  transform: rotateY(360deg);
  transition: all 1s;

}

.js {
  text-align: justify;
}

/* -------------------------  */

.card1 {
  width: 100%;
  height: 300px !important;
  border-radius: 10px !important;
  background: #f5f5f5;
  position: relative;
  /* padding: 1.8rem; */
  border: 1px solid #c3c6ce;
  transition: all .5s;
  overflow: hidden;
  background-color: #000 !important;

}


.card-button {
  transform: translate(-50%, 125%);
  width: 150px;
  border-radius: 20px;
  border: none;
  background-color: var(--c2);
  color: #fff;
  font-size: 1rem;
  padding: .5rem 1rem;
  position: absolute;
  left: 80%;
  top: -3%;
  opacity: 0;
  transition: 0.3s ease-out;
}

.detail-img {
  height: 100%;
  width: 100%;
  /* border-radius: 18px; */
  object-fit: cover;
  opacity: 0.8;
}

.text-detail {
  position: absolute;
  bottom: 0%;
  left: 4%;
}

.text-body {
  color: rgb(134, 134, 134);
}

/*Text*/
.text-title {
  font-size: 1.5em;
  font-weight: bold;
}

/*Hover*/
.card1:hover {
  border: 1px solid var(--c2);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

.card1:hover .card-button {
  transform: translate(-50%, 50%);
  opacity: 1;
}

.card1:hover .detail-img {
  filter: brightness(110%);
  /* transform: scale(1.02); */
  transition: all .5s;
}

.iternary-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}


/* ---------------  */

.carousel-indicators button {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  background-color: var(--c1) !important;
  /* Change to your desired color */
}

.carousel-indicators .active {
  background-color: var(--c2);
  /* Change to your desired color */
}



.new-dot {
  position: unset !important;
}

.feedback_image {
  /* border: 2px dashed var(--c1); */
  /* border-radius: 10px; */
  height: 460px !important;
  width: 100%;
  margin: 0 auto;
  object-fit: cover !important;
}

.feedback_image img {
  width: 100% !important;
  height: unset !important;
  min-height: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  /* border-radius: 10px; */
  /* border: 1px solid black; */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 1);
  background-size: 20px !important;
  /* padding: 50px !important; */
  border-radius: 50%;
}

/* --------------------------------------make it responsive------------------------ */
@media screen and (max-width:1400px) {}

@media screen and (max-width:1025px) {

  /* 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);
  }

  .white-close {
    filter: brightness(0) invert(1);
  }


}

@media screen and (max-width:1200px) {}

@media screen and (min-width:960px) and (max-width:1030px) {
  .logo {
    height: 25px;
  }

  .nav-link {
    font-size: 13px !important;
  }

}

@media (min-width:920px) and (max-width:1200px) {}

@media screen and (max-width:920px) {

  .sm-js {
    text-align: justify !important;
  }

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  /* .logo{
      width: 77px;
  } */
  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  .nav-link {
    /* color: var(--c3) !important; */
    font-size: 16.5px !important;
    font-weight: normal !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;
    }
  }

  .navbar-nav .dropdown-menu {
    margin-top: 15px !important;
  }

  .menu {
    width: 52px;
  }

  .offcanvas-header {
    background-color: #f6f6f6 !important;
    /* border-bottom: 1px solid var(--c1) !important; */
  }


  .offcanvas-body {
    background-color: var(--w) !important;
  }

  .nav-active {
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;

  }


  .activ-nav {
    color: var(--c2) !important;
    font-weight: bold !important;
    /* border-bottom: 2px solid var(--c1) !important; */
  }


  .nav-item {
    border-bottom: 1px solid #CFCFCF;
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .pro-pills .nav-item {
    min-height: unset !important;
  }

  .pro-pills .nav-link:hover {
    background: none !important;
  }

  .nav-link:hover {
    color: var(--c1);
  }



}

@media screen and (max-width:720px) {

  .hero-con {
    width: 100% !important;
  }

  .navbar {

    transition: all .5s;
    /* background-color: rgba(255, 255, 255, 0.3); */
    /* box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08); */
    /* border-bottom: 2px solid var(--c1); */
  }

  .nav-link {
    color: var(--c2) !important;
  }

  .logo {
    /* width: 120px; */
    height: 70px;
    position: static;

    /* transform: translateX(0%); */
    /* left: 50%; */
    transform: translate(0);
    /* transform: translateX(-30%); */
  }

  .newnav .logo {
    height: 70px;
    position: static !important;
    transform: translateX(0%);
    top: unset !important;
    object-fit: contain !important;
    /* height: 22px; */
  }

  /* ------ counter --------- */
  .counter-main {
    transform: unset;
  }



  /* ------ counter --------- */

  .counter-main {
    transform: unset;
  }

  .counter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: unset;
    border-bottom: 1px solid #fff;

  }

}



@media screen and (max-width:660px) {

  .menu {
    width: 32px;
  }

  .logo {
    /* width: 180px; */
    height: 55px !important;
  }


  .hero-f {
    font-size: 17px;
  }


  .hero-p {
    font-size: 16px !important;
  }

  /* hero */
  .hero-bg-txt {
    font-size: 30px;
  }


  .why-cho-img {
    /* position: absolute;
  top: 50%;
  right: 50% ;
  transform: translate(-50%, -50%); */
    display: flex;
    justify-content: center;
    height: 300px;
  }

  .autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  }

  .bot-con1 {
    padding: 20px 25px;
  }

  .title-head {
    font-size: 1.2rem !important
  }


  .title-head1 {
    font-size: 1.5rem !important
  }

  .text-small {
    font-size: 15px !important;
  }

  /* ========== ovel image============ */
  .ovel-img {
    width: 50%;
    object-fit: cover;
    height: 330px;
    border-radius: 140px;
  }

  .ovel-img2 {
    width: 48%;
    object-fit: cover;
    height: 280px;
    border-radius: 140px;
    border-top: 3px solid var(--c1);
  }



  .c-i1 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    /* position: absolute; */
    border: 5px solid #fff;
    z-index: 2;
  }

  .c-i2 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    bottom: 0%;
    right: 0%;
    border: 5px solid #fff;
    z-index: 3;
  }

  .hero {
    height: 100% !important;
  }

  .nav-link:hover {
    color: var(--c1);
    border-bottom: 3px solid var(--w) !important;
  }

  .gallery-hero {
    background: rgb(39, 39, 39, 0.5);
    position: relative;
    min-height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .stores-hero {
    background: rgb(39, 39, 39, 0.5);
    position: relative;
    min-height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }


  .abt-hero {
    background: rgb(39, 39, 39, 0.5);
    position: relative;
    min-height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .custom-hero {
    background: rgb(39, 39, 39, 0.5);
    position: relative;
    min-height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .fabric-hero {
    background: rgb(39, 39, 39, 0.5);
    position: relative;
    min-height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .contact-hero {
    background: rgb(39, 39, 39, 0.5);
    position: relative;
    min-height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .men-att-hero {
    background: rgb(39, 39, 39, 0.5);
    position: relative;
    min-height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }


  .card1 {
    width: 100%;
    height: 220px !important;
    border-radius: 10px !important;
    background: #f5f5f5;
    position: relative;
    /* padding: 1.8rem; */
    border: 1px solid #c3c6ce;
    transition: all .5s;
    overflow: hidden;
    background-color: #000 !important;

  }


  .feedback_image {
    /* border: 2px dashed var(--c1); */
    /* border-radius: 10px; */
    height: 350px !important;
    width: 100%;
    margin: 0 auto;
    object-fit: cover !important;
  }
}

@media screen and (max-width:500px) {}

@media screen and (max-width:400px) {
  /* hero section */

}

@media screen and (max-width:380px) {}

@media screen and (max-width:365px) {}

@media screen and (max-width:320px) {}

@media screen and (min-width:321px) and (max-width:425px) {}