@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@font-face {
  font-family: "mogan";
  src: url(../fonts/mogan.ttf);
}
@font-face {
  font-family: "betterlet";
  src: url(../fonts/Betterlett.otf);
}
*{
    margin: 0;
    padding: 0;
}
::-webkit-scrollbar{
    display: none;
}
*{
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
body {
  margin: 0;
  width: 100%;
  height: 100%;
}
.loader h1 {
    background: #113b34;
    position: fixed;
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    height: 100vh;
    z-index: 1000000000000;
    margin: 0;
    padding: 0;
    font-family: ‘Arial Narrow’, sans-serif;
    font-weight: 100;
    font-size: 1.1em;
    color: #ffffff;
  }
  
.loader  span {
    position: relative;
    top: 0.63em;  
    display: inline-block;
    text-transform: uppercase;  
    opacity: 0;
    transform: rotateX(-90deg);
  }
  
.loader .let1 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 1.2s;
  }
  
.loader .let2 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 1.3s;
  }
  
.loader .let3 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 1.4s;
  }
  
.loader .let4 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 1.5s;
  
  }
  
.loader .let5 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 1.6s;
  }
  
.loader .let6 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 1.7s;
  }
  
.loader .let7 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 1.8s;
  }
  
  @keyframes drop {
      10% {
          opacity: 0.5;
      }
      20% {
          opacity: 1;
          top: 3.78em;
          transform: rotateX(-360deg);
      }
      80% {
          opacity: 1;
          top: 3.78em;
          transform: rotateX(-360deg);
      }
      90% {
          opacity: 0.5;
      }
      100% {
          opacity: 0;
          top: 6.94em
      }
  }
.book_appointment .appointment{
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  margin: 50px 100px;
}
.book_appointment .appointment input,select{
  font-size: 1.2rem;
  outline: none;
  border: none;
  border-bottom: solid #000;
  width: 300px;
  margin:  0 30px;
  padding: 2px 0px;

}
.book_appointment .appointment .submit_appointment{
  color: #fff;
  font-size: 1.2rem;
  padding: 10px 20px;
  background: #113b34;
  outline: 0;
  border: #113b34 solid 2px;
}
.book_appointment .appointment .submit_appointment:hover{
  background: #ffffff;
  color: #113b34;
  border: #113b34 solid 2px;
  transition: 0.2s;
}
.book_appointment .heading{
  text-align: center;
  margin: 0 0 30px 0;
  width: 100%;
  font-size: 5rem;
  font-family: 'Tangerine', serif;
  text-transform: capitalize;
}
.book_appointment{
  margin: 100px 0;
  display: flex;
  flex-direction: column;
}
.some-text{
  justify-self: center;
  width: 50%;
  margin: 100px 0 200px 0 ;
  text-align: center;
}
.some-text p{
  font-family: "mogan";
  font-size: 3.5rem;
}
.img_1 .heading_1{
  text-transform: uppercase;
  padding: 50px 150px;
}
.img_1 .part1 .text{
  width: 45%;
  font-family: "mogan";
  font-size: 4rem;
}
.img_1 .part1 .text span{
  font-family: "betterlet";
  font-size: 4rem;
  color: #113b34;
}
.img_1 .part1{
  padding: 0 150px;
  display: flex;
  justify-content: space-between;
}
.img_1 .part1 .img img{
  z-index: 100;
  height: 500px;
  bottom: 500px;
}
.img_1 .part2{
  text-align: left;
  padding: 0 150px;
  display: flex;
  justify-content: space-between;
}
.img_1 .part2 .img img{
  z-index: 100;
  height: 500px;
  
}
.img_1 .part2{
  align-items: center;
}
.img_1 .part2 .text{
  padding: 0 0 0 150px;
  font-size: 1.3rem;
}
.img_1 .part2 .text button{
  margin:50px 0;
  padding: 10px  20px;
  width: 250px;
  text-transform: uppercase;
  font-size: 1.3rem;
  background: transparent;
  outline: none;
  border: 2px solid #113b34;
}
.img_1 .part2 .text button:hover{
  margin:50px 0;
  padding: 10px  20px;
  width: 250px;
  text-transform: uppercase;
  font-size: 1.3rem;
  background: #113b34;
  color: #fff;
  outline: none;
  border: 2px solid #113b34;
  transition: 0.2s all;
}
.img_2 .cont_back{
  margin: 15px;
  background: url(../images/part3.jpg) no-repeat #113b34;
  background-size: 50%;
}
.img_2 .cont_back .container{
  background: #00000032;
  padding: 75px;
  justify-items: right;
}
.img_2 .cont_back .container .heading{
  font-family: "mogan";
  width: 80%;
  text-align: center;
  color: white;
  font-size: 4rem;
  
}
.img_2 .cont_back .container .heading span{
  font-family: "betterlet";
  font-size: 4rem;
}
.img_2 .cont_back .container .para{
  justify-items: right;
  width: 50%;
  margin: 100px 0 0 200px;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.img_2 .cont_back .container .para p{
  margin-left: 200px;
  margin-top: 25px;
}
.stylist{
  width: 100%;
}
.stylist .one{
  padding: 50px;
}
.stylist .one .mini{
  text-transform: uppercase;
  font-size: 1.3rem;
}
.stylist .one .large{
  font-family: "mogan";
  font-size: 4rem;
}
.stylist .one .large span{
  font-family: "betterlet";
  color: #113b34;
  font-size: 4rem;
}
.stylist .two{
  padding: 50px;
  display: flex;
}
.stylist .two .box{
  color: #fff;
  text-align: center;
  width: 350px;
  margin-right: 100px;
  background-color: #113b34;
}
.stylist .two .box .img img{
  width: 100%;
}
.stylist .two .box .name{
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.stylist .two .box .name .main{
  margin: 0 0 20px 0; 
}
.stylist .two .box .name .desig{
  text-transform: uppercase;
  color: rgb(199, 199, 199);
}
.gallery{
  width: 100%;
  margin: 50px 0;
}
.gallery .heading{
  text-align: center;
  align-items: center;
}
.gallery .heading .mini{
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.gallery .heading .large{
  font-size: 3.5rem;
  font-family: "mogan";
}
.iso{
  width: 100%;
  margin: 50px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.iso .heading{
  text-transform: uppercase;
  font-size: 1.3rem;
}
.iso .certification{
  display: flex;
  margin: 50px;
  justify-content: center;
}
.iso .certification img{
  height: 125px;
  margin: 0 50px;
}
.book_2{
  padding: 30px;
  display: flex;
  justify-content: space-between;
}
.book_2 .one{
  width: 49%;
  height: 650px;
  background: url(../images/back_app.jpg);
  background-size: cover;
}
.book_2 .one .container{
  background: #00000039;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content:end;
}
.book_2 .one .container .heading{
  color: white;
  font-size: 3rem;
  font-family: "mogan";
  padding: 0 0 30px 100px;
}
.book_2 .one .container .btn button{
  margin: 0 0 50px 100px;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 10px 30px;
  border: none;
  outline: none;
}
.book_2 .one .container .btn button:hover{
  background: #113b34;
  color: white;
  transition: all 0.2s;
}
.book_2 .two{
  width: 49%;
  height: 650px;
  background: url(../images/Membership-Overview.webp);
  background-size: cover;
}
.book_2 .two .container{
  background: #00000039;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content:end;
}
.book_2 .two .container .heading{
  color: white;
  font-size: 3rem;
  font-family: "mogan";
  padding: 0 0 30px 100px;
}
.book_2 .two .container .btn button{
  margin: 0 0 50px 100px;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 10px 30px;
  border: none;
  outline: none;
}
.book_2 .two .container .btn button:hover{
  background: #113b34;
  color: white;
  transition: all 0.2s;
}
.down{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 100px 0 20px 0;
}
.down img{
  flex: 1 1 calc(100% / 6- 10px);
  max-width: calc(100% / 6 - 10px);
  height: auto;
}
.quote{
  margin: 250px;
  text-align: center;
}
.quote p{
  font-family: "mogan";
  font-size: 4rem;
}
.quote span{
  font-family: "betterlet";
  font-size: 4rem;
  color: #113b34;
}
.body{
  background: url(../images/home_header_back_12.jpg),url(../images/home_header_back_2.jpg);
  background-repeat: no-repeat,no-repeat;
  background-position: left,right;
  background-size:50% 100%,50%;
}
.body .black{
  background: #00000034;
}
.body .black .header{
  padding: 30px 50px;
}
.body .black .header .navbar{
  justify-content: space-between;
  display: flex;
}
.body .black .header .navbar .content{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.close_navbar{
  display: none;
}
.body .black .header .navbar .content .visit{
  align-items: center;
  display: flex;
}
.open_navbar{
  display: none;
}
.body .black .header .navbar .logo a{
  text-decoration: none;
  color: #fff;
  font-family: "mogan";
}
.body .black .header .navbar .logo span{
  text-transform: capitalize;
  font-family: "betterlet";
  font-size: 3rem;
}
.body .black .header .navbar .logo{
  font-size: 2rem;
  width:350px;
  text-transform: uppercase;
  align-items: center;
}
.body .black .header .navbar .content .menu{
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.body .black .header .navbar .content .menu a{
  font-size: 1rem;
  color:white;
  font-weight: bolder;
  text-decoration: none;
  margin: 0 20px;
}
.body .black .header .navbar .content .menu a:hover{
  color: #a2a2a2;
}
.body .black .header .navbar .content .visit .social i{
  color: #fff;
  font-size: 1.2rem;
  margin: 13px;
}
.body .black .header .navbar .content .visit .btn button{
  padding: 10px 30px;
  text-transform: uppercase;
  background: none;
  color: #ffffff;
  margin: 0 0 0 30px ;
  font-size: 1.2rem;
  border: #ffffff solid 2px;
}
.body .black .header .navbar .content .visit .btn button:hover{
  background-color: #113b34;
  border: #113b34 solid 2px;
  transition: all 0.2s;
}
.body .black .container{
  padding: 100px 200px;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.body .black .container .big p{
  color:#fff;
  font-size: 7rem;
  font-family: "mogan";
}
.body .black .container .big p span{
  font-size: 7rem;
  font-family: "betterlet";
}
.body .black .container .small{
  color:#fff;
  font-size: 1.5rem;
  margin: 0 0 50px 0;
}
.body .black .container .btn-services button{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 5px;
  text-align: center;
  align-items: center;
  z-index: 100000;
  outline: none;
  border: none;
}
.body .black .container .btn-services button:hover{
  border-radius: 50%;
  text-transform: uppercase;
  padding: 5px;
  text-align: center;
  align-items: center;
  transition: all 0.3s;
  background: #113b34;
  color: #ffffff;
}
.gallery{
  margin: 200px 0 100px 0;
  display: flex;
  flex-direction: column;
}
.gallery .slider{
  display: flex;
  justify-content: space-between;
  margin: 100px;
}
.gallery .slider .box1{
  border-radius: 30px;
  background: url(../images/makeup_by_raj.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 400px;
  height: 500px;
}
.gallery .slider .box1 .black{
  display: flex;
  border-radius: 30px;
  justify-content: center;
  align-items: end;
  text-align: center;

  height: 100%;
}
.gallery .slider .box1 .black .text{
  color: #fff;
  font-size: 1.3rem;
  padding: 15px;
  background: #0000008b;
  border-radius: 10px;
  margin: 10px 0;
  text-transform: uppercase;
}
.gallery .slider .box2{
  border-radius: 30px;
  background: url(../images/hair.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 400px;
  height: 500px;
}
.gallery .slider .box2 .black{
  display: flex;
  border-radius: 30px;
  justify-content: center;
  align-items: end;
  text-align: center;
  height: 100%;
}
.gallery .slider .box2 .black .text{
  color: #fff;
  font-size: 1.3rem;
  padding: 15px;
  background: #0000008b;
  border-radius: 10px;
  margin: 10px 0;
  text-transform: uppercase;
}
.gallery .slider .box3{
  border-radius: 30px;
  background: url(../images/nail.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 400px;
  height: 500px;
}
.gallery .slider .box3 .black{
  display: flex;
  border-radius: 30px;
  justify-content: center;
  align-items: end;
  text-align: center;
  height: 100%;
}
.gallery .slider .box3 .black .text{
  color: #fff;
  font-size: 1.3rem;
  padding: 15px;
  background: #0000008b;
  border-radius: 10px;
  margin: 10px 0;
  text-transform: uppercase;
}
.footer{
  border-top: #113b34 2px solid;
  color: #fff;
  display: flex;
  background: #113b34;
  justify-content: space-between;
}
.footer .details{
  width: 100%;
  justify-content: center;
}
.footer .details .one{
  display: flex;
  padding: 50px;
  justify-content: space-between;
}
.footer .details .one .logo img{
  height: 200px;
  width: 200px;
}
.footer .appointment .container_form{
  display: flex;
  flex-direction: column;
}
.footer .appointment{
  background-color: #fff;
  text-align: center;
  justify-content: center;
  padding: 40px;
  width: 410px;
}
.footer .appointment .heading{
  font-size: 4rem;
  margin: 0 0 40px 0;
  font-family: "mogan";
  color: #000000;
  text-align: left;
}
.footer .appointment .container_form{
  text-align: center;
  justify-content: center;
}
.footer .appointment .container_form input{
  height: 30px;
  margin: 20px 0;
  border: none;
  outline: none;
  background: transparent;
  color: #000000;
  border-bottom: 2px solid #000000;
  font-size: 1.3rem;
}
.footer .appointment .container_form button{
  width: 100%;
  margin: 20px 0;
  padding: 20px;
  font-size: 1.3rem;
  text-transform: uppercase;
  background: #113b34;
  color: #fff;
  border: #113b34 solid;
  outline: none;
}
.footer .appointment .container_form button:hover{
  background: #ffffff;
  color: #000000;
  border: #000000 solid;
  transition: all 0.2s;
}
.footer .details .one .pages{
  display: flex;
  flex-direction: column;
}
.footer .details .one .pages{
  justify-content: space-between;
  .navbar{
    display: flex;
    flex-direction: column;
  }
  a{
    color: #fff;
    text-decoration: none;
    margin: 5px 0;
    font-size: 1.2rem;
  }
  a:hover{
    color: #b6b6b6;
    text-decoration: underline;
    transition: 0.2s all;
  }
  .heading{
    font-size: 0.8rem;
    margin:0 0 70px 0;
  }
}
.location{
  display: flex;
  flex-direction: column;
  .heading{
    font-size: 0.8rem;
    text-transform: uppercase;
    margin: 0 0 70px 0;
  }
  .address{
    font-size: 1.2rem;
    margin: 0 0 40px 0;
  }
  .timing{
    font-size: 1.2rem;
    margin: 0 0 20px 0;
  }
  .ph a{
    font-size: 1.7rem;
    margin: 20px 0;
    margin-bottom: 20px;
    color: #fff;
    text-decoration: none;
  }
  .ph a:hover{
    color: #b6b6b6;
    text-decoration: underline;
    transition: 0.2s all;
  }
  .mail a{
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
  }
  .mail a:hover{
    color: #b6b6b6;
    text-decoration: underline;
    transition: all 0.2s;
  }
}
.footer .details .newsletter{
  padding: 20px 70px;
  .heading{
    font-size: 3rem;
    font-family: "mogan";
  }
  form{
    align-items: center;
    display: flex;
    gap: 20px;
    input{
      width: 350px;
      height: 30px;
      background: transparent;
      border: none;
      outline: none;
      border-bottom: #fff solid 2px;
      font-size: 1.2rem;
      color: #fff;
    }
    button{
      font-size: 1.2rem;
      background: transparent;
      border: #fff solid 2px;
      color: #fff;
      padding: 10px 30px;
      outline: none;
    }
    button:hover{
      background: #ffffff;
      color: #113b34;
      border: #ffffff solid 2px;
      transition: all 0.2s;
    }
  }
}
.footer .details .copy{
  display: flex;
  padding: 20px 70px;
  justify-content: space-between;
  font-size: 1.2rem;
  .social a{
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
    margin: 0 20px;
  }
}
