@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-style: "Poppins"; */
}

body {
  user-select: none;
}

ul li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f1a8cf;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: transLoader 1s linear infinite forwards;
}

@keyframes transLoader {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.loader-overlay img {
  width: 200px;
}


.hair-services-page-wrapper {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #793385, #4b2157);
}

header {
  /* overflow: hidden; */
  width: 100%;
  /* position: relative; */
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 100;
}

header .left {
  width: 30%;
}

header .right {
  width: 60%;
}

header .right ul {
  width: 100%;
  /* border: 1px solid red; */
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #ffffffb8;
}

#services-hair-head {
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  text-shadow: 1px 1px 10px #fff;
}

header .right ul li:hover {
  color: #fff;
  cursor: pointer;
  text-shadow: 1px 1px 10px #fff;
  transition: 0.5s all;
}

li.sub-menu-pricing {
  position: relative;
}

li.sub-menu-pricing:hover ul {
  display: flex;
}

li.sub-menu-pricing ul {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  display: none;
  background-color: #fff;
  border-radius: 5px;
  transition: 0.5s all;

  width: fit-content;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  /* margin-top: 5px; */
}

li.sub-menu-pricing li {
  color: #4b2157;
  white-space: nowrap;
  padding: 15px 10px;
  /* margin-left:80px; */
  width: fit-content;
  font-family: "Poppins";
  font-weight: 400 !important;

  border-bottom: 2px solid transparent !important;
}

li.sub-menu-pricing li:hover {
  background-color: rgb(223, 219, 219);
  width: 100%;
}

li.sub-menu-pricing li:hover {
  color: #4b2157 !important;
  cursor: pointer;
  text-shadow: 1px 1px 10px #4b2157 !important;
  transition: 0.5s all;
}

.sub-menu-pricing-mobile li a {
  color: #c820ba;
  text-align: left;
  font-size: 12px;
  margin-left: 40px;
}

ul.sub-menu-pricing-mobile li {
  text-align: left;
}

.header-mob {
  display: none;
}


/* [START] */
footer {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 40px 0;
  color:#7E4798;
  /* background-color: #7E4798; */
  background-color: #fff;
}

.footer-wrapper {
  width: 90%;
  display: flex;
  margin-left: 30px;
}

.foot {
  width: 25%;
  color: #7E4798;
  /* color: #7E4798; */
  font-family: "Open Sans";
  font-size: 12px;
}

.foot div {
  margin-bottom: 20px;
  font-weight: bold !important;
}

.foot-4 {
  padding-left: 20px;
}

/* [END] */




.cls-1 .ser-s-c-body,
.cls-3 .ser-s-c-body,
.cls-5 .ser-s-c-body,
.cls-2 .ser-t-c-body,
.cls-4 .ser-t-c-body,
.cls-6 .ser-t-c-body,
.cls-7 .ser-t-c-body{
  transition: 1.5s all;
  transform : translateY(100%);
  /* opacity:0; */
}
.cls-1.slide-up-common .ser-s-c-body,
.cls-3.slide-up-common .ser-s-c-body,
.cls-5.slide-up-common .ser-s-c-body,
.cls-2.slide-up-common .ser-t-c-body,
.cls-4.slide-up-common .ser-t-c-body,
.cls-6.slide-up-common .ser-t-c-body,
.cls-7.slide-up-common .ser-t-c-body{
  transform : translateY(0%);
  opacity:1;
}

/* First Container [START] */
.ser-f-c {
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  /* width: 100vw; */
  height: 100vh;
  box-sizing: border-box;
}

.ser-f-c-left {
  width: 40%;
  margin-left: 10%;
  padding-top: 5vw;
}

.ser-f-c-left h1 {
  font-family: 'Forum';
  font-weight: 100 !important;
  font-size: 3.5vw;
  letter-spacing: 0.5vw;
}

.ser-f-c .fir-c-btn {
  /* position: absolute;
    bottom: 10vw;
    left:10vw; */
  z-index: 10;
  margin-top: 2vw;
}

.ser-f-c .fir-c-btn button {
  padding: 0.6vw 1.3vw;
  font-size: 1.2vw;
  margin-right: 1vw;
  /* font-weight: 900; */
}

.fir-c-btn {
  width: 100%;
}

.fir-c-btn button {
  cursor: pointer;
  border: none;
  padding: 5px 8px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  border-radius: 0.7vw;
}


.fir-c-btn button.fir-c-btn-2 {
  color: #fff;
  background-color: transparent;
  /* background-color: #7E4798; */
  transition: 0.5s all;
  border: 1px solid #fff;
}

.fir-c-btn button.fir-c-btn-2:hover {
  box-shadow: 0px 0px 10px #fff;
  color: #4b2157;
  /* font-weight: 400; */
  background-color: #fff;
}

.ser-f-c-right {
  width: 60%;
  position: relative;
  height: 100vh;
  overflow: hidden;
  transition: 1s all;
}

.ser-f-c-right-women {
  width: 50%;
  position: absolute;
  /* display: none; */
  bottom: -10px;
  right: -100%;
  transition: 1s all;
}
.ser-f-c-right .line{
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 50;
  transform: translate(-50%,-50%);
}
.ser-f-c-right .line .content{
  /* width: 150px; */
  margin-left: 20px;
  white-space: nowrap;
  cursor: pointer;
  /* text-align: center; */
}
.line .content:hover{
  transform:scale(1.2);
  transition: 0.5s all;
  text-shadow: 2px 2px 3px #000;
}
.line.back-rotate .content:hover{
  transform:rotateY(180deg)scale(1.2);
  transition: 0.5s all;
  text-shadow: 2px 2px 3px #000;
}
.ser-f-c-right .line .content h3{
  font-size: 1.1vw;
  letter-spacing: 3px;
  font-weight: 300;
  font-family: "Forum" !important;
  cursor: pointer;
}

.str-line{
  width:100px;
  height: 2px;
  background-color: #fff;
  position: relative;
}
.str-line span{
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #fff;
  right:-10px;
  top:50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
}
/* lines [START]*/
.ser-f-c-right-women .line-1{
  top:26%;
  left:20%;
}
.ser-f-c-right-women .line-1 .str-line{
  width:6vw;
}
.ser-f-c-right-women .line-2{
  top:33%;
  left:90%;
}
.ser-f-c-right-women .line-2 .str-line{
  width: 5vw;
}
.ser-f-c-right-women .line-3{
  top:45%;
  left:68%;
}
.ser-f-c-right-women .line-3 .str-line{
  width: 5vw;
}
.ser-f-c-right-women .line-4{
  top:75%;
  left:115%;
}
.ser-f-c-right-women .line-4 .str-line{
  width: 3vw;
}
.ser-f-c-right-women .line-5{
  top:88%;
  left:115%;
}
.ser-f-c-right-women .line-5 .str-line{
  width: 4vw;
}


.ser-f-c-right-men .line-1{
  top:72%;
  left:0%;
}
.ser-f-c-right .back-rotate{
  transform: translate(-50%,-50%)rotateY(180deg);
  transform-style: preserve-3d;
  backface-visibility: visible;
}
.ser-f-c-right .back-rotate .content{
  transform:rotateY(180deg)
}
.ser-f-c-right-men .line-1 .str-line{
  width:4vw;
}
.ser-f-c-right-men .line-2{
  top:25%;
  left:14%;
}
.ser-f-c-right-men .line-2 .str-line{
  width:3vw;
}
.ser-f-c-right-men .line-3{
  top:80%;
  left:100%;
}
.ser-f-c-right-men .line-3 .str-line{
  width:5vw;
}
.ser-f-c-right-men .line-4{
  top:90%;
  left:95%;
}
.ser-f-c-right-men .line-4 .str-line{
  width:5vw;
}
.ser-f-c-right-men .line-5{
  top:20%;
  left:13%;
}
.ser-f-c-right-men .line-5 .str-line{
  width:5vw;
}
.ser-f-c-right-men .line-6{
  top:40%;
  left:11%;
}
.ser-f-c-right-men .line-6 .str-line{
  width:5vw;
}


/* [END] */

.ser-f-c-right-women.active {
  right: 30%;
}

.ser-f-c-right-women img {
  width: 100%;
  height: auto;
  z-index: 40;
  position: relative;
}

.ser-f-c-right-men {
  width: 45%;
  position: absolute;
  bottom: -10px;
  right: -120%;
  transition: 1s all;
}

.ser-f-c-right-men.active {
  right: 30%;
}

.ser-f-c-right-men img {
  width: 100%;
  position: relative;
  z-index: 40;
  /* height: 90vh; */
}

/* [END] */


/* second container [START] */
.ser-s-c {
  width: 100%;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  transition: 1s all;
}


div.ser-s-c-head {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #7E4798;
  padding: 3vw;
  font-family: "Forum";
  letter-spacing: 5px;
}

div.ser-s-c-head h1 {
  font-weight: 300 !important;
  font-size: 3vw;
}

.ser-s-c-head .ser-s-c-w,
.ser-s-c-head .ser-s-c-m {
  display: none;
}

.ser-s-c-head .ser-s-c-w.active,
.ser-s-c-head .ser-s-c-m.active {
  display: block;
}

.ser-s-c-body {
  transition: 1s all;
  width: 100%;
  display: flex;
}

.ser-s-c-body .ser-s-c-left {
  width: 50%;
  display: flex;
  text-align: left;
  align-items: center;
  position: relative;
  transition: 1s all;
}

.ser-s-c-left .ser-s-c-left-women {
  position: relative;
  transform: translate(-100%);
  transition: 1s all;
  opacity: 0;
}

.ser-s-c-left .ser-s-c-left-men {
  position: absolute;
  transform: translate(-100%);
  transition: 1s all;
  opacity: 0;
}

.ser-s-c-left .ser-s-c-left-women.active,
.ser-s-c-left .ser-s-c-left-men.active {
  transform: translate(0);
  opacity: 1;
}

.ser-s-c-body .ser-s-c-right {
  width: 50%;
  position: relative;
  /* border:1px solid red; */
  transition: 1s all;
}

.ser-s-c-right-women {
  position: relative;
  width: 100%;
  /* top: 10px; */
  bottom: -5px;
  transform: translate(120%);
  transition: 1s all;
}

.ser-s-c-right-women.active {
  transform: translate(0%);
}

.ser-s-c-right-men {
  position: absolute;
  top: auto;
  bottom: -5px;
  left: -50px;
  width: 100%;
  transform: translate(120%);
  transition: 1s all;
}

.ser-s-c-right-men img,
.ser-s-c-right-women img {
  height: auto;
  width: 100%;
}

.ser-s-c-right-men.active {
  transform: translate(0%);
}

.ser-s-c-left h3 {
  font-size: 1.2vw;
  margin-left: 10%;
  font-family: "Poppins";
  font-weight: 400;
  color: #7E4798;
}

.ser-s-c .fir-c-btn button {
  padding: 0.4vw 1vw;
  font-size: 1vw;
  /* margin-right: 1vw; */
  /* font-weight: 900; */
}

.ser-s-c-left .fir-c-btn button.fir-c-btn-1 {
  color: #7E4798 !important;
  background-color: transparent;
  /* background-color: #7E4798; */
  transition: 0.5s all;
  border: 1px solid #7E4798 !important;
  margin-top: 2vw;
  margin-left: 10%;
}







/* Third Container [START] */




.ser-t-c {
  width: 100%;
  text-align: center;
  /* background-color: #fff; */
  overflow: hidden;
}
.ser-t-c.hide-for-women{
  background-color: #fff;
}

div.ser-t-c-head {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  padding: 3vw;
  font-family: "Forum";
  letter-spacing: 5px;
}
.ser-t-c.hide-for-women div.ser-t-c-head{
  color: #fff;
}
.ser-t-c.hide-for-women .ser-t-c-right-men h3{
  color: #7E4798;
}
.ser-t-c.hide-for-women .fir-c-btn{
  text-align: center;
}
.ser-t-c.hide-for-women .fir-c-btn button.fir-c-btn-1{
  color: #7E4798 !important;
  border: 1px solid #7E4798 !important;
}

div.ser-t-c-head h1 {
  font-weight: 300 !important;
  font-size: 3vw;
}

.ser-t-c-head .ser-t-c-w,
.ser-t-c-head .ser-t-c-m {
  display: none;
}

.ser-t-c-head .ser-t-c-w.active,
.ser-t-c-head .ser-t-c-m.active {
  display: block;
}

.ser-t-c-body {
  width: 100%;
  display: flex;
  transition: 1s all;
}

.ser-t-c-body .ser-t-c-left {
  width: 50%;
  position: relative;
  /* border:1px solid red; */
  transition: 1s all;
}

.ser-t-c-left-women {
  position: relative;
  width: 100%;
  /* top: 10px; */
  /* left:5%; */
  bottom: -5px;
  transform: translate(-120%);
  transition: 1s all;
}

.ser-t-c-left-women.active {
  transform: translate(0%);
}

.ser-t-c-left-men {
  position: absolute;
  top: auto;
  bottom: -5px;
  /* left: -80px; */
  width: 100%;
  transform: translate(-120%);
  transition: 1s all;
}

.ser-t-c-left-men img,
.ser-t-c-left-women img {
  height: auto;
  width: 100%;
}

.ser-t-c-left-men.active {
  transform: translate(0%);
}

.ser-t-c-body .ser-t-c-right {
  width: 50%;
  display: flex;
  text-align: right;
  align-items: center;
  position: relative;
  transition: 1s all;
}
.jus-cont-f-e{
  justify-content: flex-end;
}
.mr-10per{
  margin-right: 10%;
}
.mr-10per h3{
  font-family: "Forum";
  font-size: 4vw;
}

.ser-t-c-right .ser-t-c-right-women {
  position: relative;
  transform: translate(100%);
  transition: 1s all;
  opacity: 0;
}

.ser-t-c-right .ser-t-c-right-men {
  position: absolute;
  transform: translate(100%);
  transition: 1s all;
  opacity: 0;
}

.ser-t-c-right .ser-t-c-right-women.active,
.ser-t-c-right .ser-t-c-right-men.active {
  transform: translate(0);
  opacity: 1;
}

.ser-t-c-right h3 {
  font-size: 1.2vw;
  margin-right: 10%;
  font-family: "Poppins";
  font-weight: 400;
  color: #fff;
}
.ser-t-c-right .mr-10per h3{
  white-space: nowrap;
  font-family: "Forum";
  font-size: 4vw;
}

.ser-t-c .fir-c-btn button {
  padding: 0.4vw 1vw;
  font-size: 1vw;
  /* margin-right: 1vw; */
  /* font-weight: 900; */
}

.ser-t-c-right .fir-c-btn button.fir-c-btn-1 {
  color: #fff !important;
  background-color: transparent;
  /* background-color: #fff; */
  transition: 0.5s all;
  border: 1px solid #fff !important;
  margin-top: 2vw;
  margin-right: 10%;
}

/* [END] */







/* third container  */
.t-c-left-women-1{
  top:-25%;
}
.t-c-left-men-1 img{
 width:80%;
}
.s-c-right-women-2{
  top:-25%;
  right: -15%;
}
.s-c-right-women-2 img{
  width: 70%;
}
.s-c-right-men-2{
  top: -25%;
  right:-20%;
}
/* .s-c-right-men-2 img{
  width: 70%;
} */















@media (min-width:1500px) {
  .ser-f-c-right-women .line-2{
    left:88%;
  }
  .ser-f-c-right-men .line-1{
    left:0%;
  }
  .ser-f-c-right-men .line-2{
    top:25%;
    left:17%;
  }
  .ser-f-c-right-men .line-3{
    /* top:40%; */
    left:100%;
  }
  .ser-f-c-right-women .line-4{
    left:112%;
  }
  .ser-f-c-right-men .line-4{
    top:90%;
    left:93%;
  }
  .ser-f-c-right-women .line-5{
    left:113%;
  }
  .ser-f-c-right-men .line-5{
    top:20%;
    left:14.5%;
  }
  .ser-f-c-right-men .line-6{
    top:40%;
    left:12%;
  }
}
















@media (min-width:2300px) {
  .ser-f-c-right-women .line-1{
    top:26%;
    left:22%;
  }
  .ser-f-c-right-women .line-5{
    left:112%;
  }
  .ser-f-c-right-women .line-2{
    left:85%;
  }
  .ser-f-c-right-men .line-3{
    /* top:40%; */
    left:95%;
  }
  .ser-f-c-right-men .line-4{
    left:92%;
  }
  .ser-f-c-right-men .line-2{
    left:20%;
  }
  .ser-s-c-right-women {
    height: 100%;
  }
  .ser-s-c-right-women img {
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 50%;
  }
  .ser-s-c-right-men img {
    width: 60%;
  }
  .ser-s-c-right-women.fourth-cont img,
  .ser-s-c-right-women.second-cont img{
    width: 70%;
    left:20%;
  }
  .ser-s-c .fir-c-btn button {
    margin-bottom: 2vw;
  }





  .ser-t-c-left-women {
    height: 100%;
  }

  .ser-t-c-left-women img {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 70%;
  }
  .ser-t-c-left-men img {
    width: 70%;
  }

  .ser-t-c .fir-c-btn button {
    margin-bottom: 2vw;
  }
  .mr-10per{
    margin-top:6vw;
    margin-bottom:6vw;
  }

}





@media(max-width:600px) {
  .ser-t-c.hide-for-women .ser-t-c-left{
    margin-top: 100px;
  }

  .ser-f-c-right-men .line-1 .str-line {width: 10vw;}
  .ser-f-c-right-men .line-1 {left: -10%;}
  .ser-f-c-right-men .line-2 .str-line {width: 8vw;}
  .ser-f-c-right-men .line-2 {left: 5%;}
  .ser-f-c-right-men .line-3 .str-line {width: 10vw;}
  .ser-f-c-right-men .line-3 {left: 110%;}
  .ser-f-c-right-men .line-4 .str-line {width: 10vw;}
  .ser-f-c-right-men .line-4 {left: 102%;}
  .ser-f-c-right-men .line-5 .str-line {width: 10vw;}
  /* .ser-f-c-right-men .line-4 {left: 68.5%;} */

  .ser-f-c-right-women .line-1 .str-line {width: 15vw;}
  .ser-f-c-right-women .line-1 {left: 10%;}
  .ser-f-c-right-women .line-2 .str-line,.ser-f-c-right-women .line-3 .str-line {width: 10vw;}
  .ser-f-c-right-women .line-2 {left: 95%;}
  .ser-f-c-right-women .line-3 {left: 71%;}
  .ser-f-c-right-women .line-4 .str-line {width: 7vw;}
  .ser-f-c-right-women .line-4 {left: 120%;}
  .ser-f-c-right-women .line-5 .str-line {width: 7vw;}
  .ser-f-c-right-women .line-5 {left: 120%;}

  .ser-f-c-right .line .content{
    margin-left: 10px;
  }
  .ser-f-c-right .line .content h3{
    font-size: 2.4vw;
  }
  .ser-t-c-right-men.active.mr-10-per{
    margin-top: 15% !important;
  }
  .ser-t-c-right-men.mr-10-per .fir-c-btn button.fir-c-btn-1{
    margin-bottom: 20% !important;
  }
  .ser-f-c{
    flex-direction: column;
    height: auto;
  }
  .ser-f-c-left{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left:0;
  }
  .ser-f-c-left h1 {
    font-size: 5vw;
    width: 90%;
    text-align: center;
    line-height: 7vw;
    margin-left: 5%;
    margin-right: 5%;
}
.ser-f-c .fir-c-btn {
  margin-top: 4vw;
  display: flex;
  justify-content: center;
}

.ser-f-c-right {
  width: 100%;
  height: 60vh;
}
.ser-f-c .fir-c-btn button{
  padding: 2vw 3vw 1.5vw 3vw;
  font-size: 3vw;
  margin-right: 4vw;
}
  div.ser-s-c-head {
    padding: 5vw;
    letter-spacing: 1px;
    margin-bottom: 10vw;
  }
  div.ser-s-c-head h1{
    font-size: 5vw;
  }
  .ser-s-c-body .ser-s-c-left{
    width: 100%;
    text-align: center;
  }
  .ser-s-c-body .ser-s-c-right{
    width: 100%;
  }
  .ser-s-c-left h3{
    font-size: 3vw;
    margin-left: 5%;
    margin-right: 5%;
  }
  .ser-s-c-left .fir-c-btn{
    display: flex;
    justify-content: center;
  }
  .ser-s-c-left .fir-c-btn button.fir-c-btn-1{
    margin-left:0;
    margin-bottom: 10%;
  }
  .ser-s-c .fir-c-btn button{
    padding: 2vw 3vw 1.5vw 3vw;
    font-size: 3vw;
  }
  .ser-s-c-body {
    flex-direction: column;
  }
  .ser-s-c-right-men{
    left:0px;
  }
  div.ser-t-c-head {
    padding: 5vw;
    letter-spacing: 1px;
    margin-bottom: 15vw;
  }
  div.ser-t-c-head h1{
    font-size: 5vw;
  }
  .ser-t-c-body .ser-t-c-left{
    width: 100%;
    text-align: center;
  }
  .ser-t-c-body .ser-t-c-right{
    width: 100%;
    text-align: center;
  }
  .ser-t-c-left h3,.ser-t-c-right h3{
    font-size: 3vw;
    margin-left: 5%;
    margin-right: 5%;
  }
  .ser-t-c-left .fir-c-btn{
    display: flex;
    justify-content: center;
  }
  .ser-t-c-left .fir-c-btn button.fir-c-btn-1{
    margin-left:0;
    margin-bottom: 10%;
  }
  .ser-t-c .fir-c-btn button{
    padding: 2vw 3vw 1.5vw 3vw;
    font-size: 3vw;
  }
  .ser-t-c-body {
    flex-direction: column-reverse;
  }
  .ser-t-c-right-men{
    left:0px;
  }
  .ser-t-c-right h3 {
    font-size: 3vw;
    margin-right: 5%;
    margin-left: 5%;
  }
  .jus-cont-f-e {
    justify-content: center;
  }
  .mr-10per {
    margin-right: 0%;
    width: 100%;
  }
  .mr-10per h3 {
    font-size: 6vw !important;
  }
  .ser-t-c-right .fir-c-btn button.fir-c-btn-1{
    margin-right: 0%;
    margin-bottom: 10%;
  }
  .fir-c-btn button {

    border-radius: 2vw;
  }
  .loader-overlay img {
    width: 100px;
  }

  header {
    display: none;
  }

  .header-mob {
    display: block;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    background-color: transparent;
    color: #fff;
  }

  .menu-container {
    position: relative;
    width: 100%;
    display: flex;
  }

  .menu-container div {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .menu-toggle {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
  }

  .side-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #562665;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    z-index: 1000;
  }

  .side-menu ul {
    list-style: none;
    padding: 0;
    text-align: center;
  }

  .side-menu li {
    margin: 20px 0;
  }

  .side-menu a {
    color: #562665;
    text-decoration: none;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
  }

  .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #562665;
    font-size: 36px;
    cursor: pointer;
  }

  .side-menu.menu-open {
    transform: translateX(100%);
  }

  .footer-wrapper {
    flex-wrap: wrap;
    margin: 0 30px;
  }

  .foot {
    width: 50%;
    margin-bottom: 30px;
  }

}

@media(max-width:440px){
  .ser-f-c-right{
    height: 50vh;
  }
}