@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
      }
  }
.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;
  }
}

.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;
}
.footer_m{
  display: none;
}
.some-images{
  display: none;
}
.content{
  display: none;
}
.top{
  background: #113b34;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px;
  color: #fff;
  .sec_1,.sec_2{
    display: flex;
    gap: 25px;
    a{
      color: #fff;
      text-decoration: none;
    }
    .data{
      gap: 9px;
      display: flex;
    }
  }
}
.navbar_m{
  display: none;
}
.navbar_d{
  display: flex;
  padding: 20px 50px;
  justify-content: space-between;
  align-items: center;
  .logo{
    font-size: 3rem;
    font-family: 'mogan';
    color: #113B34;
    span{
      font-family: 'betterlet';
    }
  }
  .menu{
    display: flex;
    gap: 20px;
    a{
      text-decoration: none;
      color: #113B34;
      font-size: 1.2rem;
    }
  }
  .visit{
    button{
      padding: 15px 30px;
      font-size: 1.1rem;
      text-transform: uppercase;
      color: #113B34;
      border: #113B34 solid 2px;
      outline: none;
      background: transparent;
      &:hover{
        background: #113B34;
        color: #fff;
        transition: 0.2s all;
      }
    }
  }
}

.main_banner{
  display: flex;
  align-items: center;
  color: #fff;
  background: #113B34;
  height: 105vh;
  .img{
    width: 50%;
    height: 100%;
    background: url(../images/photo-1562322140-8baeececf3df.avif);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .main{
    width: calc(50% - 200px);
    display: flex;
    flex-direction: column;
    padding: 100px;
    gap: 50px;
    .small{
      font-size: 1rem;
      text-transform: uppercase;
    }
    .big{
      font-size: 4rem;
      font-family: 'mogan';
    }
    .para{
      font-size: 1.2rem;
    }
  }
}
.something_au{
  display: flex;
  align-items: center;
  height: calc(105vh - 200px);
  padding: 200px 100px;
  .img{
    width: 55%;
    background: url(../images/pexels-photo-20592897.webp);
    height: 100%;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .text{
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    .big{
      font-size: 4rem;
      font-family: 'mogan';
    }
    .para{
      font-size: 1.2rem;
      padding-right: 90px;
    }
  }
}
.stylist{
  width: 100%;
}
.stylist .one{
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.stylist .one .mini{
  text-transform: uppercase;
  font-size: 1.2rem;
}
.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;
  font-size: 1.5rem;
}
.stylist .two .box .name .desig{
  text-transform: uppercase;
  color: rgb(199, 199, 199);
  font-size: 1rem;
}
.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";
}
.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;
}
.appointment_box{
  margin: 100px;
  width: 60%;
  padding: 100px 50px;
  border: #113B34 solid 1px;
  display: flex;
  justify-content: center;
  justify-self: center;
  text-align: center;
  form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 60px;
    .header{
      display: flex;
      flex-direction: column;
      gap: 20px;
      .one{
        text-transform: uppercase;
        font-size: 1rem;
      }
      .two{
        font-family: 'mogan';
        font-size: 4rem;
      }
      .three{
        font-size: 1rem;
      }
      
    }
    .form{
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 30px 20%;
        input{
          height: 30px;
          padding: 5px 10px;
          border: none;
          border-bottom: #113B34 solid 2px;
          outline: none;
          font-size: 1.2rem;
        }
        .buttons{
          display: flex;
          justify-content: left;
          button{
            
            padding: 10px 30px;
            background: #113B34;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.2rem;
          }
        }
      }
  }
}
.something_au_m,.stylist_m{
  display: none;
}

@media screen and (max-width:1368px) {
    .top{
      justify-content: center;
      .sec_1{
        display: none;
      }
    }
    .navbar_d{
      display: none;
    }
    .navbar_m{
      display: flex;
      justify-content: space-between;
      color: #113B34;
      .NP{
          padding: 30px 20px;
          align-items: center;
          display: flex;
          justify-content: space-between;
          width: 100%;
        .open_navbar a{
          color: #113B34;
          font-size: 2.5rem;
          text-decoration: none;
        }
      .logo a{
          text-decoration: none;
          font-size: 2rem;
          color: #113B34;
          span{
              font-family: 'betterlet';
              font-size: 2.5rem;
          }
          
      }
      }
      
      
    }
    .content{
            position: fixed;
            z-index: 100;
            background: #113b34;
            width: 100%;
            height: 100%;
            display: none;
            flex-direction: column;
            justify-content:start;
            text-align: center;
            color: #ffffff;
            font-size: 1rem;
            a{
                color: #fff;
            }
            .close_navbar{
                padding: 20px 30px;
                text-align: right;
            }
            .menu{
                display: flex;
                flex-direction: column;
                text-align: left;
                padding: 20px;
                gap: 15px;
                font-size: 1.2rem;
            }
            .location{
                font-size: 1.2rem;
                padding: 50px 40px 20px 40px;
            }
            .contact a{
                text-decoration: underline;
            }
            .visit{
                margin: 30px 40px;
                .social a{
                    margin: 0 30px;
                }
                .btn a button{
                    padding: 10px 40px;
                    margin: 50px;
                    color: #fff;
                    border: #fff solid 2px;
                    outline: none;
                    background: none;
                    font-size: 1rem;
                    text-transform: uppercase;
                }
            }
      }
    .down{
      display: none;
    }
    .some-images{
      padding: 0 10px;
      text-align: center;
      display: flex;
      flex-direction: column;
      .row{
          text-align: center;
          display: flex;
          gap: 10px;
          margin: 5px 0;
          img{
              width: calc(100% / 2 - 5px);
          }
      }
    }

    .footer{
      display: none;
    }
    .appointment_m{
      text-align: center;
      display: flex;
      flex-direction: column;
      margin: 8px;
      background: #113b34;
      padding: 20px 5px;
      color: #fff;
      gap: 15px;
      .heading{
          font-family: 'mogan';
          font-size: 1.5rem;
      }
      form{
          display: flex;
          flex-direction: column;
          gap: 20px;
          padding: 10px 20px;
          input{
              color: #fff;
              height: 30px;
              background: none;
              outline:none;
              border: none;
              border-bottom: #fff solid 2px;
              &::placeholder{
                  color: #dedede;
              }
          }
          button{
              color: #fff;
              border: #fff solid 2px;
              height: 35px;
              text-transform: uppercase;
              background: none;
          }
      }
  }
    .appointment_m{
      font-size: 1.2rem;
      margin-bottom: 10px;
      margin: 0;
      padding: 50px 10px;
      border-bottom: #fff solid 2px;
    }
    .footer_m{
      display: flex;
      flex-direction: column;
      background: #113b34;
      
      .footer_main{
          text-align: center;
          color: #fff;
          padding: 50px 10px;
          .img img{
              width: calc(100% / 1.8);
          }
          .logo{
              font-size: 3rem;
              font-family: 'mogan';
              span{
                  font-family: 'betterlet';
              }
          }
          .pages{
              margin: 50px 0;
              display: flex;
              flex-direction: column;
              gap: 50px;
              .heading{
                  text-transform: uppercase;
                  font-size: 1.3rem;
              }
              .menu{
                  display: flex;
                  flex-direction: column;
                  a{
                      color: #fff;
                      font-size: 1rem;
                      margin: 10px 0;
                  }
              }
              
          }
          .contact{
                  display: flex;
                  flex-direction: column;
                  color: #fff;
                  .addr{
                      padding: 10px 20px;
                      font-size: 1.2rem;
                  }
                  .timing{
                      padding:10px 20px;
                      font-size: 1.2rem;
                  }
                  .ph a,.mail a{
                      color: #fff;
                      text-decoration: underline;
                      font-size: 1.3rem;
                  }
          }
          .stay_updated{
              margin: 30px 10px;
              display: flex;
              margin-top: 60px;
              font-size: 2rem;
              flex-direction: column;
              .heading{
                  text-decoration: underline;
                  font-family: 'mogan';
                  font-size: 2.5rem;
              }
              form{
                  display: flex;
                  flex-direction: column;
                  margin: 40px 10px;
                  gap: 10px;
                  input{
                      height: 30px;
                      padding: 5px;
                      outline: none;
                      font-size: 1.2rem;
                      background: none;
                      border: none;
                      border-bottom: #fff solid 2px;
                      color: #fff;
                      &::placeholder{
                          color: #dedede;
                          text-decoration: none;
                          text-align: center;
                      }
                  }
                  button{
                      padding: 10px; 
                      font-size: 1.3rem;
                  }
              }
          }
      }
  }
  .main_banner{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    background: #113B34;
    .img{
      width: 100%;
      height: 400px;
      background: url(../images/photo-1562322140-8baeececf3df.avif);
      background-size:cover;
      background-repeat: no-repeat;
      background-position: center;
    }
    .main{
      display: flex;
      width: 100%;
      justify-content: center;
      flex-direction: column;
      padding: 10px;
      gap: 30px;
      .small{
        font-size: 1rem;
        text-transform: uppercase;
      }
      .big{
        font-size: 3rem;
        font-family: 'mogan';
      }
      .para{
        font-size: 1rem;
      }
    }
  }
  .something_au{
    display: none;
  }
  .something_au_m{
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 20px;
    margin: 70px 0;
    .text{
      display: flex;
      flex-direction: column;
      gap: 20px;
      .big{
        font-size: 4rem;
        font-family: 'mogan';
      }
      .para{
        font-size: 1.1rem;
      }
    }
    .img{
      width: calc(100% - 40px);
      padding: 20px;
      height: 300px;
      background: url(../images/pexels-photo-20592897.webp);
      background-position: center;
      background-size: 100%;
    }
  }
  
}