:root{
  --c1: #73076C ;
    --c2:#191a1a; 
  --c3:#4a4a4a;
  --c4:#F5A0F0;
  --bg:#fff5f5;
  --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;
}

.bg{
  background-color: var(--bg);
}
.bg-c1{
  background-color: var(--c1);
}

.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: Adamina;
  src: url(../Adamina-Regular.ttf);
}
@font-face {
  font-family: PTSerif-Reg;
  src: url(../PTSerif-Regular.ttf);
}

@font-face {
  font-family: 'greatVibesreg';
  src: url(../GreatVibes-Regular.ttf);
}


html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
  font-family: PTSerif-Reg !important;
  /* font-family: 'greatVibesreg' !important; */
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  background-color: white;
}


.hf{
  font-family: 'greatVibesreg' !important;
}

/* h1,h2,h3{
  font-family: Adamina !important;
} */
*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top{
  background-color: var(--bg);
  /* position: relative; */
}
/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text{
display: flex;
align-items: center;
}
.first-text .ftp{
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.8px;
}
.first-bx-img{
  width: 25px;
}

.top-nv-soc-img{
  width: 19px;
 
}
/* ----------------- 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); */

}
.logo{
  /* width: 180px; */
  height:  60px;
}
.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: #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; 
}
@keyframes mymove {
  0% {
      transform: translateY(-50%);
  }
  100% {
      transform: translatey(0%);
  }
}
.dropdown-item{
  color: black !important;
}

.search-bx{
  width: 40%;
}
.serc-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.nav-item{
  padding: 0px 10px;
}
.nav-link{
  /* color: var(--c1) !important; */
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 14px !important;
  /* font-weight: 500 !important; */
  /* font-family: Adamina !important; */
  /* font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  text-transform: zuppercase;
}
.nav-active{
  /* background-color: var(--c1) !important; */
  color: var(--c1) !important;
  font-weight: bold !important;
}
.nv-icon{
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-div img{
  width: 40px;
}
/* .icon-div img{
width: 50px;
} */
.icon-div i{
font-size: 20px;
}
.nv-icon p{
  margin-bottom: 0% !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}
.dropdown:hover .dropdown-menu {
  transform: scale(1);
  /* background-color: var(--c2); */
}

.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px;
  color: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  display: flex !important;
  align-items: center;
}
.dropdown-item i{
  margin-right: 6px;

}
.dropdown-menu{
  border-radius: 0% !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border-top: 3px solid var(--c1) !important;
}
.dropdown-item:hover{
  /* transform: translateX(10px); */
  transition: all .5s;
  background-color: var(--bg-dark) !important;

}
.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;
  }
} */

/* ---------------- */

.dropdown-menu[data-bs-popper] {
  top: 90% !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: white !important;
  color: var(--c1) !important;
  transition: all .5s;
}

.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) !important;
  transition: all .5s;
  background-color: white !important;
  color: var(--c4) !important;

}
.navbar .dropdown-menu{
  min-width: 220px;
  border-radius: 0% !important;
  border-top: 3px solid var(--c1);
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.animate {
  animation-duration: 1s;
  -webkit-animation-duration:1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.btn-search{
  background-color: var(--c2) !important;
  
}
.nav-gift{
  width: 20px;
}

.btn-log {
background-color: var(--c1) !important;
color: #fff !important;
border-radius: 50% !important;
}

.mob-s-nav  .ab-lgo-bx{
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.mob-s-nav  .ab-lgo-bx img{
  width: 50%;
}
/* hero */

@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%;
  }
}

.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); }
}

.active1 {
  font-size: 18px;
  color: var(--c1);
  font-weight: 800;
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  /* text-transform: uppercase; */
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
  letter-spacing: 1px !important;
}

.active2 {
  font-size: 18px;
  color: var(--c1);
  font-weight: 800;
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  /* text-transform: uppercase; */
  /* transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1); */
  /* transition-duration: 400ms; */
  transition-property: color;
  letter-spacing: 1px !important;
}

.active1:focus,
.active1:hover {
  color: var(--c1);
}

.active1:focus:after,
.active1:hover:after {
  width: 100%;
  left: 0%;
}

.active1:after {
  content: "";
  pointer-events: none;
  bottom: 0px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--c1);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}

/* --- hero section ----- */
/* .hero{
  background-color: rgba(0, 0, 0, 0.71);
  display: flex;
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
}
.hero::before{
  content: '';
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/ourservices.jpg);
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
} */
.hero-f{
  font-size: 50px;
}


.navs-round{
  background-color: #0a0a0a !important;
  height: 40px !important;
  width: 40px !important;
  border-radius: 50%;
  font-size: 16px !important;
  color: #2b2626 !important;
  /* color: #000 !important; */
  /* color: #776969 !important; */
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navs-round i{
  color: #FFF !important;
}
.mob-baner{
  display: none !important;
}
.desk-baner{
  display: block;
}
.hero-crd{
  width: 100%;
}
.hero-crd img{
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #0000008c !important; /* Change this to the color you want */
}

.carousel-indicators .active {
  background-color: #fff !important; /* Change this to the color you want for the active indicator */
}


.fill {
  width: 100%;
  height: 80vh;
  object-fit: cover;
 opacity: .5;

}

.ban-main{
position: relative;
background-color: black; 
}

.ban-con{
position: absolute;
top: 25%;
/* right: 50% !important; */
text-align: center !important;
}

.ban-con h1{
font-size: 50px;
font-weight: 900;
letter-spacing: 1px;
}

.ban-con p {
font-weight: 500;
letter-spacing: 1px;
font-size: 15px;
}

.ban-con1{
padding: 20px ;
border-radius: 5px;
}


.ban-c1{
  background-color: var(--c1);
  color: var(--w);
  transition: all .2s ease-in-out;
  border: none;
}

.ban-c1:hover{
  background-color: var(--w);
  color: var(--c1);
  border: 1px solid var(--c1);
}



.con-div{
  position: relative;
}

.dot {
  height: 46px;
  width: 46px;
  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; 
}



 .con-div:hover .dot{

  transform:rotate(0) !important;
  -ms-transform:rotate(0) !important;
  -webkit-transform:rotate(0) !important;
}


/* ------------- banner --------------  */


.dot1 {
  height: 46px;
  width: 46px;
  background-color: var(--w);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 10%;
  top: 8%;
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out; 
}

.btn-c2{
  background-color: var(--c1) !important;
  border: 1px solid var(--c1) !important;
}

.con-div:hover .dot1{

  transform:rotate(0) !important;
  -ms-transform:rotate(0) !important;
  -webkit-transform:rotate(0) !important;
}

.btn-c2:hover{
  /* border: 1px solid var(--c2) !important; */
  transition: transform .2s ease-in-out; 

}

.btn-c2 a:hover{
  color: var(--c2) !important;
  letter-spacing: 1px;
}




/* ----------- side bar  ------------ */

.side-op{
  position: fixed;
  bottom: 2%;
  right: 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);
  }
}

/* ----------- abt ------------- */

.about-img{
  object-fit: contain;
  width: 100%;
}


/* ----------- our service------------- */

.txt-cent{
  width: 75%;
  margin: auto;
}

.ser-bx-home{
  width: 100%;
  height: 230px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  /* box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07); */
}


.home-ser-img{
  width: 95%;
  height: 85%;
  object-fit: cover;
}
.ser-icon-img{
  width: 30px;
}
.over-ser-bx{
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 90%;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-top: 3px solid var(--c1);
}
.ser-bx-p{
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.over-ser-bx h6{
  font-size: 15px !important;
  font-weight: 500 !important;
}
.cunt-bx{
  width: 100%;
  display: flex;
  align-items: center;
}
.cnt-img-div{
  width: 80px;
  height: 80px;
  background-color: var(--c1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cnt-img{
  width: 60%;
}



/* --------- our couses ---------  */


.card-area {
  width: 100%;
  height: 400px;
  border-radius: 4px;
  position: relative;
  /* background: #212121;  */
  display: flex;
  gap: 5px;
  padding: .4em;
}


.card-area-cont{
  height: 100%;
  width: 100%;
  flex: 1;
  overflow: hidden;
  /* cursor: pointer; */
  border-radius: 2px;
  transition: all .5s;
  position: relative;
  /* background: #212121; */
  border: 1px solid var(--c1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  
}

.slide-show{
  display: none;
}

.card-area-cont:hover {
  flex: 4;
}


.card-area-cont img{
  min-width: 450px;
  height: 100%;
  /* padding: .5em; */
  text-align: center;
  transform: rotate(-90deg) !important;
  transition: all .5s;
  text-transform: uppercase;
  color: #ff568e;
  letter-spacing: .1em;
  filter: brightness(70%);
  object-fit: cover;

}


.card-area-cont:hover .card-area-cont-img {
  transform: rotate(0) !important;
}

.card-area-cont:hover .slide-show {
  display: block;
}

.bottom-text{
  position: absolute;
  transform: rotate(-90deg) !important;
  top: 40%;
  left: 20%;
  transform: translate(-50%, -50%);
  text-align: center !important;
}

.card-area-cont:hover .bottom-text {
  transform: rotate(0) !important;
}

/* -------------  */

.process-crd {
  width: 100%;
  background-color: #fff;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 100%;
  border-radius: 8px;
  transition: all .5s;
}

.process-crd::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  /* border: 1px solid var(--c1); */
  background-color: var(--c1);
  border-radius: 8px;
  z-index: -1;
  transition: all .5s;
}

.process-crd:hover::before {
  transform: rotate(5deg);
  transition: all .5s;
}

.proces-img-div {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c4);
}

.proces-img {
  width: 80%;
}



/* ----------- */


/* ------------------- counter  ---------------- */

.count-div{
  position: relative;
  background-color: rgba(2, 2, 2, 0.336);
  /* height: 450px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.count-div::after{
  content: '';
  background-image: url(../images/Beauty-Products-Classes.jpg);
  background-attachment: fixed;
  background-position: right;
  background-size: cover;
  position: absolute;
  inset: 0%;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.count-head{
  font-size: 50px;
  color: var(--c4);
  font-weight: bold;
}
.count-bx{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--w);
  border-top: 3px solid var(--c1);
  min-height: 180px;
  border-radius: 30px 1px;
}
.cnt-nm{
    color: var(--c2);
    font-size: 40px;
    line-height: 1em;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

/* --- cooshe section ---- */

.choose-head{
  font-size: 50px;
}
.choose-bx{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 250px;
}
.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(--c1);
}
.br-bot{
  border-bottom: 1px solid var(--c1);
}


/* -------- awards --------  */

.acc-card{
  position: relative;
  height: 320px;
  width: 100%;
  transition: all .5s;
  background-image: fill 0 linear-gradient(#0001,#000);
  overflow: hidden;
  border-radius: 10px;
  filter: brightness(80%);

 }

.acc-card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all .5s;
 }

 .acc-card:hover .acc-card-img{
  transform: scale(1.1);
  transition: all .5s;
  filter: brightness(110%);
}


/* ---- testimonial ---------- */
.testi-main{
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tes-pro{
  position: relative;
}
.owl-nav{
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  /* top: 40%;
  left: 0%; */
}
.sim-arrow{
  background-color: var(--bg) !important;
  border-radius: 50% !important;
  height: 35px;
  width: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 1s !important;
}
.h-arrow{
  border: 2px solid var(--c1) !important;
  color: #000 !important;
}

/* .sim-pro:hover .sim-arrow{
  transform: scale(1.3);
  transition: all 1s !important;
} */

.isim-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
  font-weight: 500 !important;
}
.sim-img{
  display: flex;
  justify-content: center;
  align-items: center;
}

.sw-nav{
    width: 102%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 25%;
    left: -1%;
}
.ser-nav {
  width: 102%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: -31%;
  left: -1%;
}

.tes-card{
  /* width: 100%;
  min-height: 310px; */
  /* box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08); */
  display: flex;
  flex-direction: column;
  justify-content: center;

}
.tes-text{
  width: 100%;
  min-height: 260px;
  background-color: #FFF;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.tes-card p{
  text-align: justify;
}
.tes-profile{
  width: 50px !important;
  height: 50px;
  /* object-fit: cover; */
  border-radius: 8px;
  
}
.quote{
  width: 60% !important;
}




  /* gallery section */
  .gall-div{
    width: 100%;
    height: 250px;
    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-div:hover .gall-over{
    width: 85%;
    height: 85%;
    opacity: 1;
    transition: all .5s;
  }


  /* ----- faq container ------// */



 .faq-heading {
  /* margin-top: 40px; */
  margin-bottom: 30px;
  text-align: start;
  font-weight: 800;
  font-size: 28px;
  /* line-height: 1.3; */
}

.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: 20px;
}

.faq-open-icon {
  font-size: 20px;
  position: absolute;
  top: 18px;
  right: 24px;
  font-weight: 700;
}

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: 16px;
}

.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: 4px !important;
}

/* ====footer===== */
.footer{
  background-color: rgba(145, 88, 154, 0.758);
  position: relative;
}
.footer::after{
  content: '';
  background-image: url(../images/2148574460.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;

}
.f-logo{
  width: 80%;
}
.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;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-f-icon{
  width: 50%;
}
.f-con-txt{
  width: 60%;
}
.f-con-h{
  font-size: 14px;
}



 /* ========================== about us ================  */


 .abt-hero{
  background: rgba(39, 39, 39, 0.568);
  position: relative;
  min-height: 40vh;
  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/2147891333.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    z-index: -1;
}



/* ---- our mission------------ */

/* --- 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: 380px;
  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;
}

/* --------------- */

.beni-img-box{
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* background-color: #000; */
}
.beni-box{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.beni-img-box::before{
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid var(--c1);
  position: absolute;
  z-index: 1;
  transform: rotate(135deg);
  border-radius: 6px;
}
.beni-img{
  width: 90%;
  height: 90%;
  object-fit: cover;
  border-radius: 6px;
  z-index: 2;
}



 /* ========================== services ================  */


 .ser-hero{
  background: rgba(39, 39, 39, 0.568);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.ser-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/Beauty-Products-Classes.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

/* ----------- */




.card-ser {
  overflow: visible;
  width: 100%;
  height: 300px !important;
}

.content {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 300ms;
  /* box-shadow: 0px 0px 10px 1px #000000ee; */
  border-radius: 5px;
}

.back {
  background-color: var(--c3);
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 5px;
  overflow: hidden;
}

.front{
  background-color: var(--c1);
  /* background-image: url("../images/beedroom.jpg"); */
  position: absolute;
  object-fit: cover;
  /* background-position: ; */
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 5px;
  overflow: hidden;
}

.back {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.back::before {
  position: absolute;
  content: ' ';
  display: block;
  width: 160px;
  height: 160%;
  background: linear-gradient(90deg, transparent, #ff9966, #ff9966, #ff9966, #ff9966, transparent);
  animation: rotation_481 5000ms infinite linear;
}

.back-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  filter: brightness(80%);
}

.back-content {
  position: absolute;
  width: 99%;
  height: 99%;
  background-color: var(--c1);
  border-radius: 5px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.card-ser:hover .content {
  transform: rotateY(180deg);
}

@keyframes rotation_481 {
  0% {
    transform: rotateZ(0deg);
  }

  0% {
    transform: rotateZ(360deg);
  }
}

.front {
  transform: rotateY(180deg);
  color: white;
}

.front .front-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.front-content .badge {
  background-color: #00000055;
  padding: 2px 10px;
  border-radius: 10px;
  backdrop-filter: blur(2px);
  width: fit-content;
}

.description {
  /* box-shadow: 0px 0px 10px 5px #00000088; */
  width: 100%;
  padding: 10px;
  background-color: #00000099;
  backdrop-filter: blur(5px);
  border-radius: 5px;
}

.title {
  font-size: 11px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}

.title p {
  width: 100%;
}

.card-footer {
  color: #ffffff88;
  margin-top: 5px;
  font-size: 13px;
}

.front .img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #ffbb66;
  position: relative;
  filter: blur(15px);
  animation: floating 2600ms infinite linear;
}

#bottom {
  background-color: #ff8866;
  left: 50px;
  top: 0px;
  width: 150px;
  height: 150px;
  animation-delay: -800ms;
}

#right {
  background-color: #ff2233;
  left: 160px;
  top: -80px;
  width: 30px;
  height: 30px;
  animation-delay: -1800ms;
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.front, .back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.content {
  -webkit-transform: translateZ(0);
  transform-style: preserve-3d;
  transition: transform 300ms;
}


.front, .back {
  z-index: 1;
  position: absolute;
}

.content {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}


/* ========================== contact ================  */


.con-hero{
  background: rgba(39, 39, 39, 0.568);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.con-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/2148620110.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

/* ======= contact us ================ */

  

 
.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;
}


.map-text{
  text-decoration: underline;
}

/* ========================== advance ================  */


.adv-hero{
  background: rgba(39, 39, 39, 0.568);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.adv-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/2148047013.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    z-index: -1;
}



/* ---------------  */



.con-r{
  position: relative;
}

.c-i1{
  width: 400px;
  height: 400px;
  border-radius: 50%;
  /* position: absolute; */
  border: 5px solid var(--c1);
  z-index: 2;
  object-fit: cover !important;
  overflow: hidden;
}

.c-i1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spiner{
  width: 200px;
  height: 200px;
  position: absolute;
  bottom:0%;
  right: 5%;
  z-index: -2;
  animation: animName 10s linear infinite;
}
@keyframes animName {
  0%{
     transform: rotate(0deg);
    }
 100%{
     transform: rotate(360deg);
    }
 }

 /* ========================== advance ================  */


.dip-hero{
  background: rgba(39, 39, 39, 0.568);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.dip-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/2148301870.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

/* ------- */

.two-btns .active{
  background-color: var(--c1) !important;
  color: #fff !important;
}

.two-btns li{
  color: var(--c1);
}

.choose-in{
  /* background-color: var(--c1) !important; */
  border: 1px solid var(--c1) !important;
  color: #000 !important;
}

.tour-detail .active{

  color:  var(--c1) !important;
}


 /* ========================== advance ================  */


 .hair-hero{
  background: rgba(39, 39, 39, 0.568);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.hair-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/2149229743.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

 /* ========================== advance ================  */


 .asses-hero{
  background: rgba(39, 39, 39, 0.568);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.asses-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/4606.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
/* ----------  */

.img-aest{
  height: 400px;
  width: 100%;
  object-fit: cover;
  border: 3px solid var(--c1);
}

 /* ========================== advance ================  */


 .aro-hero{
  background: rgba(39, 39, 39, 0.568);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.aro-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/aroma.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
/* /* -- */

/* ========================== advance ================  */


.skin-hero{
  background: rgba(39, 39, 39, 0.568);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.skin-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/Cosmetic-Courses.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
/* /* -- */


 /* ========================== tattoo ================  */


 .tat-hero{
  background: rgba(39, 39, 39, 0.568);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.tat-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/tattoo.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    z-index: -1;
}
  

 /* --------------  */

 .main-login{
  width: 70%;
  margin: 0 auto;
 }
 
.f-con-bx1{
  background-color: #f6f6f6;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8b8b9a;
}
.con-f-icon1{
  width: 50%;
}

.f-con-bx1:hover{
  border: 1px solid #73076C;
}

  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {
    .full-img-div {
      width: 100%;
      height: 208px;
  }
  }
@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);
        }
    
    
}
@media screen and (max-width:1200px) {

}
@media screen and (min-width:960px) and (max-width:1030px) {
  .logo{
    height: 43px;
  }
  .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: 15px !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;
  }

  .two-btns .nav-item{
    border-bottom: none !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }
    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }
  .menu{
    width: 52px;
  }
  .offcanvas-header{
    background-color: var(--c2);
  }

  .nav-active{
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;
   
  }
  .nav-item{
    border-bottom: 1px solid var(--c1);
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .nav-link:hover{
    color: var(--c1);
  }

  /* hero section */
.hero{
  min-height: 60vh;
}
 
  }

  @media (max-width: 768px) {
    .col-lg-6 iframe,
    .col-lg-6 dotlottie-player {
      width: 100%;
      height: 300px;
    }

    .col-lg-6 {
      margin-top: 2rem;
    }
  }



  @media screen and (max-width:660px) {

    .menu {
      width: 32px;
  }
  .logo {
    /* width: 180px; */
    height: 48px;
}

/* hero section */
.hero{
  min-height: 50vh;
}
.hero-f{
  font-size: 25px;
}


.dot1 {
  height: 46px;
  width: 46px;
  background-color: var(--w);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 3%;
  top: 8%;
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out; 
}

.fill {
  object-fit: cover;
  height: 50vh;
 
}

.ban-con{
  position: absolute;
  top: 5%;
  /* right: 50% !important; */
  text-align: center !important;
  }
  
  .ban-con h5{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  }
  
  .ban-con p {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 13px;
  margin-top: 20px;
  }

/* ---------- services -----------  */

.txt-cent{
  width: 90%;
  margin: auto;
}


.ser-bx-home{
  width: 100%;
  height: 330px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  /* box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07); */
}


.home-ser-img{
  width: 95%;
  height: 90%;
  object-fit: cover;
}


.over-ser-bx h6{
  font-size: 20px !important;
  font-weight: 500 !important;
}

.acc-card{
  position: relative;
  height: 280px;
  width: 100%;
  transition: all .5s;
  background-image: fill 0 linear-gradient(#0001,#000);
  overflow: hidden;
  border-radius: 10px;
  filter: brightness(80%);

 }

/* gallery section */
.gall-div{
  width: 100%;
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

/* ------------- */

.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: 16px;
}

details[open] .faq-card-spoiler {
  display: inline-block;
  padding-top: 8px;
  /* color: ; */
  font-size: 14px;
}

.faq-card summary{
  width: 90%;
}


/* -------------  */


.c-i1{
  width: 100%;
  height: 350px;
  border-radius: 50%; 
  /* position: absolute; */
  border: 5px solid #fff;
  z-index: 2;
}

.c-i1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spiner{
  width: 180px;
  height: 180px;
  position: absolute;
  bottom: -10%;
  right: 14%;
  z-index: -2;
  animation: animName 10s linear infinite;
}

}
@media screen and (max-width:500px) {


  .ban-con{
    position: absolute;
    top: 15%;
    /* right: 50% !important; */
    text-align: center !important;
    }
    
    .ban-con h5{
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1px;
    }
    
    .ban-con p {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 13px;
    margin-top: 20px;
    }

    /* -------- */

    .br-right{
      border-right: unset;
      }
      .br-bot{
      border-bottom: unset;
      }
      .choose-bx{
      border-bottom: 1px solid var(--c1);
      }
}
@media screen and (max-width:400px) {

}
  @media screen and (max-width:380px) {

    .fill {
    object-fit: cover;
    height: 45vh !important;
   
  }
  
    .ban-con{
      position: absolute;
      top: 5%;
      /* right: 50% !important; */
      text-align: center !important;
      }
      
      .ban-con h5{
      font-size: 20px;
      font-weight: 900;
      letter-spacing: 1px;
      }
      
      .ban-con p {
      font-weight: 500;
      letter-spacing: 1px;
      font-size: 13px;
      margin-top: 20px;
      }


  }

  @media screen and (max-width:365px) {

  }

  @media screen and (max-width:320px) {
        /* /////////////////////////////counter//////////////////////////////////////////////// */

 
         /* hero section */
.hero{
  min-height: 60vh;
}
.hero-f{
  font-size: 20px;
}

.ban-con{
  position: absolute;
  top: 5%;
  /* right: 50% !important; */
  text-align: center !important;
  }
  
  .ban-con h5{
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
  }
  
  .ban-con p {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 12px;
  margin-top: 20px;
  }

  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}