*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background-color: white;
}

.newheadersection {
    margin-bottom: 600px;
}

.newheadersectionMobile {
    display: none;
}

.aftervideosectioTEXTSEC {
    background-color:  rgb(247, 242, 236);
    height: 110px;
}


.aftervideosectioTEXT {
    display: flex;
    justify-content: center;
   padding-top: 25px;
}

.aftervideosectioTEXT p {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.showcase header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 30px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
}

header .logo
{
 height: 100px;
 cursor: pointer;
 
}


.toggle
{
  position: relative;
  width: 60px;
  height: 60px;
  background: url(https://i.ibb.co/HrfVRcx/menu.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  cursor: pointer;
  margin-top: 30px;
}


.toggle.active
{
  background: url(https://i.ibb.co/rt3HybH/close.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  cursor: pointer;
}
.showcase
{
  position: absolute;
  right: 0;
  width: 100%;
  min-height: 600px;
  padding: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background:  rgb(247, 242, 236);
  transition: 0.5s;
  z-index: 2;
}
.showcase.active
{
  right:220px;
}

.showcase video
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600PX;
  object-fit: cover;
  
}
.overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  mix-blend-mode: overlay;
}
.text
{
  position: relative;
  z-index: 10;
}

.text h2
{
  font-size: 5em;
  font-weight: 800;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
}
.text h3
{
  font-size: 4em;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
}
.text p
{
  font-size: 1.1em;
  color: #fff;
  margin: 20px 0;
  font-weight: 400;
  max-width: 700px;
}
.text a
{
  display: inline-block;
  font-size: 1em;
  background: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  color: #111;
  letter-spacing: 2px;
  transition: 0.2s;
}
.text a:hover
{
  letter-spacing: 6px;
}
.social
{
  position: absolute;
  z-index: 10;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social li
{
  list-style: none;
}
.social li a
{
  display: inline-block;
  margin-right: 20px;
  filter: invert(1);
  transform: scale(0.5);
  transition: 0.5s;
}

.social img {
    height: 40px;
}
.social li a:hover
{
  transform: scale(0.5) translateY(-15px);
}
.menu
{
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu ul
{
  position: relative;
  margin-bottom: 150px;
}
.menu ul li
{
  list-style: none;
  padding-top: 30px;
}
.menu ul li a
{
  text-decoration: none;
  font-size: 16px;
  color: #111;
  padding-left: 30px;
  

}
.menu ul li a:hover
{
  background-color: rgb(243, 13, 109);
  color: white;
  font-weight: bold;
  border-radius: 10px;
}

.newheadersection .showcase header {
    align-items: center;
    justify-content: space-between;
    padding-left: 100px;
}

.newheadersection .showcase .logo {
     margin-left: 80%;
}

.newheadersection .showcase .menuu {
    margin-right: 100px;
}

.menuu ul li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}

.newheadersection .showcase .menuu ul li a:hover {
background-color: rgb(243, 13, 109);
  color: white;
  font-weight: bold;
  border-radius: 10px;
  transition: .5s;
}

.contaner {
    display: flex;
    padding-left: 50px;
    padding-right: 30px;
    margin-top: 10px;
    height: 90px;
}

.adssection {
    background-color:  rgb(243, 13, 109);;
    height: 40px;
}

.adssection h5 {
    color: white;
    text-align: center;
    font-family: cursive;
    padding-top: 10px;
}

.mini-header {
    width: 100%;
    height: 80px;
}

.logo {
    height: 50px;
    position: absolute;
    margin-top: 20px;
    flex-basis: 30%;
}

/*.logo {
    height: 50px;
    position: absolute;
    left: 55%;
    content: "";
    margin-left: -150px;
    margin-top: 20px;
    margin-bottom: 20px;
}*/

.bigheader {
    background-image: url('headerimg.png');
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 100vh;
}


.headsectionTEXT {
    text-align: center;
    justify-content: center;
    margin: auto;
    padding-top: 200px;
    max-width: 370px;
}

.headsectionTEXT h2 {
    margin: 10px 0px;
    font-size: 27px;
    color:  rgb(243, 13, 109);;
}

.headsectionTEXT p {
    color: black;
    font-size: 20px;
    margin: 20px 0px;
}

/*media section*/


/*SLIDE SHOW SETTING*/




.jusTEXT {
  font-size: 16px;
  text-align: center;
  max-width: 800px;
  margin: auto;
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 80px;
}

.jusTEXT h1 {
   margin-bottom: 20px;
   font-size: 40px;
}

.jusTEXT span {
    color: rgb(243, 13, 109);
    font-weight: bold;
}


/*.bigheaderText {
   text-align: center;
   padding-top: 150px;
   max-width: 370px;
   justify-content: center;
   margin: auto;
}

.bigheaderText h2 {
    margin: 10px 0px;
    font-size: 27px;
    color:  rgb(243, 13, 109);;
}

.bigheaderText p {
    margin: 20px 0px;
    font-size: 20px;
}

.bigheaderText button {
    font-size: 15px;
}*/


.oursevices {
    text-align: center;
    margin-top: 30px;
    font-family: 'Handlee', cursive;
    
}



/* Line code*/
.line {
    width: 100%;
    height: 1px;
    background: black;
}

.navbar {
    display: flex;
    align-items: center;
    padding: 20px;
    flex-basis: 3000%;
}

nav {
    flex: 1;
    text-align: right;
    
}

nav ul {
    display: inline-block;
    list-style-type: none;
}

nav ul li {
    display: inline-block;
    margin-right: 50px;
}

#Navbutton {
    padding: 5px 5px;
    outline: none;
    background-color: transparent;
    border: SOLID 1PX  rgb(243, 13, 109);

}

/*a {
    text-decoration: none;
    font-weight: bold;
    color: black;
    font-family: sans-serif;
    position: relative;
    letter-spacing: 0.5px;
}

ul li:hover {
    transform: scale(1.1);
    transition: 0.3s;
  }
  
  a:after {
      content: "";
      position: absolute;
      background-color: palevioletred;
      height: 3px;
      width: 0;
      left: 0;
      bottom: -10px; 
      transition: 00.3s;
  }

  a:hover:after {
    width: 100%;
  }*/


  /*categogry setttings


  .box-container {
      display: flex;
  }

  #category1 {
    
  }
  
  #category1 .box-container .box {
    height: 30rem;
    flex: 1 1 40rem;
    border-radius: 0.5rem;
    position: relative;
    overflow: hidden;
  }
  
  #category1 .box-container .box img {
    height: 200px;
    width: auto;
    
  }
  
  #category1 .box-container .box:hover img {
    transform: scale(1.1);
  }
  
  #category1 .box-container .content {
    position: absolute;
    bottom: 7rem;
    left: 40px;
  }
  
  #category1 .box-container .content span {
    font-size: 2rem;
    color: var(--orange);
  }
  
  .content h3 {
    font-size: 3rem;
    color: #3337;
    text-transform: uppercase;
    text-align: center;
  }


 product category*/



                      /* our service seetting*/

 .services {
     display: flex;
     margin-top: 50px;
 }

 .servicesdetials img {
     height: 400px;
     width: 100%;
     object-fit: cover;
 }

  /* grayscale black and white seeting*/
 .servicesdetials img:hover {
     filter: grayscale(100%);
 }


 .servicesdetials {
    margin: -1%;
    position: relative;
    flex-basis: 33.33%;
 }

 .first-txt {
    position: absolute;
    top: 17px;
    left: 30px;
 }

 .servicesdetials H4 {
    font-size: 30px;
    font-weight: bold;
    color: white;
    font-family: 'Cormorant Garamond', serif;
    margin-left: 70px;
    margin-top: 130px;
 }



 .servicebutton {
     padding: 10px 20px;
     outline: none;
     background: transparent;
     cursor: pointer;
     border: solid 2px white;
     margin-left: 90px;
     border-radius: 0%;
     font-size: 20px;
     
 }

 .servicebutton:hover {
    transform: scale(1.1);
    transition: 0.6s;
  }
  
  .servicebutton:hover {
      color:  white;
      background-color: rgb(243, 13, 109);
      border-radius: 10px;
  }

/* end of our service seetting*/



  .sec1 h2 {
     text-align: center;
     margin: 30px;
     font-weight: ;
  }

  .product-box {
      display: flex;
      padding-left: 30px;
      padding-right: 30px;
      align-items: center;
      justify-content: space-around;
  }

  .product1 {
      flex-basis: 20%;
  }

  .product1 img {
         height: 250px;
         box-shadow: 0px 0px 20px rgb(185, 182, 182);
         margin: 20px;
         transition: transform 0.5s;
  }

  .product1 img:hover {
    transform: translateY(-15px);
}

  .productdetails {
      text-align: center;
  }

  .productdetails h4 {
      font-size: 11px;
  }

  .productdetails p {
    font-size: 10px;
    margin: 10px;
}

.productdetails h6 {
    color: palevioletred;
}

  button {
      padding: 5px 9px;
      background-color: rgb(243, 13, 109);
      border: solid 1px rgb(243, 13, 109);
      margin: 5px;
      font-size: 11px;
      color: white;
      border-radius: 10px;
  }

  button:hover {
    transform: scale(1.1);
    transition: 0.3s;
  }
  
  button:hover {
      color:  rgb(243, 13, 109);
      background-color:white;
  }

  .soldout {
    padding: 5px 30px;
    background-color: burlywood;
  }

  /*delivery section*/

   /*testimonies*/

 .row {
     display: flex;
     justify-content: space-between;
 }

.Testimonies {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    margin-top: 10px;
    
}

.Testimonies .col-3 {
    text-align: center;
    padding: 10px 15px;
    cursor: pointer;
    transition: transform 0.5s;
    background-color: rgb(248, 227, 236);
    border-radius: 10px;
}

.Testimonies .col-3 img {
    width: 100px;
    margin-top: 0px;
    border-radius: 50%;
}

.Testimonies .col-3:hover {
    transform: translateY(-10px);
}

.fa .fa-quote-left {
    font-size: 34px;
    color: aqua;
}

.col-3 p {
    font-size: 12px;
    margin: 12px 0;
    color: #7e7d7d;
}

.Testimonies .col-3 h3 {
    font-weight: 600;
    color: aqua;
    font-size: 16px;
}

.row .col-3 p {
    color: #7e7d7d;
    line-height: 20px;
}

.col-3 {
    margin: 10px;
}

  /* big image categort 1

  .categoryimg {
    background-image: url('https://marvel-b1-cdn.bc0a.com/f00000000236182/hudabeauty.com/on/demandware.static/-/Library-Sites-HudaSharedContent/default/dwe416c092/images/d-glowish-multidew-skintint.jpg');
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 450px;
    margin-bottom: 100px;
    margin-top: 30px;
  }*/

 /* Product button*/
  .productbutton {
      margin: auto;
      justify-content: center;
      align-items: center;
      display: flex;
      margin-top: 40px;
      margin-bottom: 50px;
  }

 /* big image categort 2*/



 



 /* section two*/

 .secction2 {
    display: none;
 }

 .secction22 {
    display: flex;
    padding-left: 40px;
    padding-right: 30px;
    margin-top: 150px;
    margin-bottom: 100px;
    justify-content: space-between;
 }

 .section2img img {
     height: 300px;
 }

 .section2img {
   flex-basis: 50%;
}


 /* section 2 Line code*/
.line2 {
    width: 130px;
    height: 2px;
    background:palevioletred;
    margin: auto;
    margin-top: 10px;
}

.section2text {
    margin-top: -90px;
    margin-bottom: 50px;
    text-align: center;
    margin: auto;
    justify-content: center;
    
}

.section2text h4 {
   margin-bottom: 20px;
   font-size: 25px;
}

.section2text p {
    margin-bottom: 20px;
 }

 .section2text h6 {
     font-size: 15px;
 }

.pinkshadefinder {
    color: orangered;
}


/* WIG SMALL SECTION*/
#wigimagesection {
    display: flex;
    padding-left: 40PX;
    padding-right: 30PX;
   
}

.wigs img {
    height: 150px;
}

.wigs {
    flex-basis: 60%;
   padding: 0px 10px;
}

.wigh1 {
    flex-basis: 40%;
}




/*footer section */

.footersection {
    display: flex;
    margin-top: 50px;
    
    background-color: rgb(247, 242, 236);
    padding-left: 40px;
    padding-right: 30px;
    height: 300px;
}

.footermenu12 {
    margin-top: 40px;
    flex-basis: 50%;
}

.footermenu12 img {
    height: 20px;
    display: inline;
    padding-right: 15px;
}

.footermenu12 h1 {
    font-size: 15px;
}

.socialicon {
    margin-top: 30px;
   justify-content: space-between;
   
   
}

.footermenu1 {
   flex-basis: 50%;
    margin-top: 40px;
}

/*footer text*/

.footermenu1 a {
        list-style: none;
        text-decoration: none;
        color: black;
        display: table;
        margin: 20px 0px;
        padding-right: 30px;
        font-size: 15px;
        font-weight: lighter;

}

.footermenu1 h1 {
    font-size: 15px;
}

/*FOOTER BIG H1 TEXT*/
.footerh1 {
    font-weight: bold;
}


/* copy wright section*/

.copywritesection {
    display: flex;
    justify-content: center;
    margin: 10px 0px;
    background-color: rgb(247, 242, 236);
}

.copywriteTEXT {
    margin-right: 20px;
}

.copywriteLIST {
    flex-basis: 30%;
}
.copywriteLIST ul {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    list-style: none;
}

.copywriteLIST ul a {
    text-decoration: none;
    list-style: none;
}

/*new slide settings*/

.swiper {
    width: 500px;
    height: fit-content;
}

.swiper-slide img {
      width: 100%;

}

.swiper-slide {
    border-radius: 5px;
}

.swiper .swiper-button-prev, .swiper .swiper-button-next {
    color: white;
}

.swiper .swiper-pagination-bullet-active {
    background: white;
}


/*new slide settings*/

.swiper {
    width: 250px;
    height: fit-content;
}

.swiper-slide img {
      width: 100%;

}

.swiper-slide {
    border-radius: 5px;
}

.swiper .swiper-button-prev, .swiper .swiper-button-next {
    color: white;
}

.swiper .swiper-pagination-bullet-active {
    background: white;
}



    .sec11 {
        display: none;
    }



    .box {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30vh;

    }

   .form-box {
       padding: 10px 7px;
       border-radius: 5px;
       background-color: white;
       box-shadow: 10px 10px 15px wheat, 10px -10px 15 blueviolet;
   }

 .form-box input {
     font-size: 10px;
     color: black;
     padding: 15px 10px;
     border: none;
     outline: none;
     background: white;
 }

 .form button {
     color:blue;
     padding: 15px 20px;
     font-size: 20px;
     border: none;
     border-radius: 5px;
     background: blue;
     cursor: pointer;
     transition: .3s;

 }

.form-box button:hover {
    background: palevioletred;
}

.sec13 {
    display: none;
}






    @media only screen and (max-width: 600px) {


        .newheadersectionMobile {
            display: block;
            margin-bottom: 600px;
        }
        .newheadersection {
            display: none;
        }
          /*.bigheaderText p {
              padding-bottom: 220px;
              font-size: 18px;
          }

          .bigheaderText h2 {
            padding-top: 300px;
            font-size: 200px;
          }

         .bigheaderText h2 {
             font-size: 26px;
             width: 90%;
         }

         .bigheaderText p {
             color: white;
             width: 90%;
         }*/

         .aftervideosectioTEXTSEC {
             height: 200px;
         }
         .aftervideosectioTEXT {
             flex-direction: column;
             justify-content: center;
             align-items: center;
             text-align: center;
         }
          
         .jusTEXT h1 {
            margin-bottom: 20px;
            font-size: 30px;
         }


         .mediasection {
             flex-direction: column;
             justify-content: center;
         }

         .iframe-container {
             margin-top: 40px;
             justify-content: center;
             align-items: center;
             padding-right: 50px;
             padding-left: 10px;
             
         }

         .iframe-container {
            width: 350px;
            height: 200px;
            
        }

        .mediaTEXT {
            width: 270px;
        }

         .headsectionTEXT p {
            color: white;
            font-size: 20px;
            margin: 20px 0px;
        }


        .services {
            flex-direction: column;
        }


        /*small images in slide*/

        .Slidesmallimages {
            display: flex;
            background-color: palegoldenrod;
        }
        /*settings to make the foujr small image sit side by side*/
        .Slidesmallimages img {
  
            padding: 2px;
            width: 100%;
            
        }

        /*small images in slide*/

        .servicesdetials img {
            height: 400px;
        }

       
       

        .row {
            flex-direction: column;
        }


    .copywriteTEXT p {
        font-size: 7px;
        text-align: center;
    }

    .copywriteLIST {
        display: none;
    }

        body {
            background-color:  white;
         }
       
        

    .logo {
        display: flex;
    }
        
   .navbar a {
       display: none;
   }

   .bigheader {
    background-image: url('');
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 100vh;
}

  


  /* section 2 find your perfect*/
  .secction2 {
    flex-direction: column;
  }

  .secction2 {

    display: flex;
    margin-top: 100px;
    margin-bottom: -40px;
    justify-content: space-between;

}

.secction22 {
    display: none;
}

  .section2text {
      margin-bottom: 20px;
      margin-top: 10px;
  }

  /*SLIDE SHOW SETTING*/
[data-component="slideshow"] .slide {
    display: none;
  }

  [data-component="slideshow"] .slide.active {
    display: block;
  }

  .slide img {
     height: 450px;
     width: 100%;
     object-fit: cover;
}

/*SLIDE SHOW SETTING*/



.secction2 p {
 margin-bottom: 10px;
}

 .section2text h6 {
     font-size: 15px;
 }

 .line2 {
    width: 114px;
    height: 2px;
    background:palevioletred;
    
}

.section2text {
    padding-left: 20px;
    padding-right: 20px;
}

 /* section 3 for hairs*/

 .sec1 {
     display: none;
 }

 .sec11 {
     display: block;
     margin-top: 50px;
     padding-left: 20px;
     padding-right: 20px;
    
    
 }
 .sec11 .product-box .product1 img {
                  height: 135px;
 }

 .sec11 h2 {
   text-align: center;
   margin-bottom: 10px;
 }


 /*footer*/ 


 .footersection {
    flex-direction: column;
    margin-top: 40px;

    background-color: rgb(247, 242, 236);
    padding-left: 60px;
    padding-right: 30px;
    height: 1000px;
    padding-top: 100px;
}


  .box {
      margin-right: 70px;
  }


  .footermenu1 {
    flex-basis: 50%;
     margin-top: 10px;
     margin: 0px 0px;
 }

 .footermenu12 {
    margin-top: -20px;
    flex-basis: 50%;
}

 .copywritesection {
     flex-direction: column;
 }


  .sec13 {
      display: none;
  }









    } /*end of mobile version*/



 


    @media (min-width: 601px) and (max-width: 1000px) {

        .newheadersection {
            display: none;
        }

        .newheadersectionMobile {
            display: block;
            margin-bottom: 600px;
        }

        .aftervideosectioTEXTSEC {
            height: 200px;
        }
        .aftervideosectioTEXT {
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .menu ul
{
  position: relative;
  margin-bottom: 150px;
}

   .sec1 {
     display: none;
 }

 .sec13 {
    display: block;
}

.product1 img {
    height: 200px;
}

.sec13 h2 {
    text-align: center;
}


.servicesdetials H4 {
    font-size: 20px;
    font-weight: bold;
    color: white;
    font-family: 'Cormorant Garamond', serif;
    margin-left: 35px;
    margin-top: 130px;
 }



 .servicebutton {
     padding: 10px 20px;
     outline: none;
     background: transparent;
     cursor: pointer;
     border: solid 2px white;
     margin-left: 40px;
     border-radius: 0%;
     font-size: 15px;
     
 }

 .servicebutton:hover {
    transform: scale(1.1);
    transition: 0.6s;
  }
  
  .servicebutton:hover {
      color:  white;
      background-color: rgb(243, 13, 109);
      border-radius: 10px;
  }

/* end of our service seetting*/



  .sec1 h2 {
     text-align: center;
     margin: 30px;
     font-weight: ;
  }


  .bigheader {
    background-image: url('headerimg.png');
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 500px;
}

.bigheaderText {
   text-align: center;
   padding-top: 160px;
   max-width: 370px;
   justify-content: center;
   margin: auto;
}

.bigheaderText h2 {
    margin: 10px 0px;
    font-size: 27px;
    color:  rgb(243, 13, 109);;
}

.bigheaderText p {
    margin: 20px 0px;
    font-size: 20px;
}

.bigheaderText button {
    font-size: 15px;
}



/* header text secssion form


.bigheaderText p {
    padding-bottom: 220px;
    font-size: 25px;
}

.bigheaderText h2 {
  padding-top: 300px;
  font-size: 200px;
}

.bigheaderText h2 {
   font-size: 40px;
   width: 100%;
}






    }*/


    @media (min-width: 602px) and (max-width: 715px) {
        .newheadersectionMobile {
            display: block;
            margin-bottom: 600px;
        }
        .newheadersection {
            display: none;
        }

        .aftervideosectioTEXTSEC {
            height: 200px;
        }
        .aftervideosectioTEXT {
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
        .product1 img {
            height: 150px;
        }

       .services .servicesdetials h4 {
            color: white;
        }

        .servicebutton {
            font-size: 9px;
        }

        .menu ul
{
  position: relative;
  margin-top: 200px;
}














    }