/*header css starts*/
.off{
    background-color: rgb(246, 163, 74);
    text-align: center;
    padding-top: 1%;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.blinking-text {
    animation: blink 1s infinite;
}	


.eric{
    
    background-color: rgb(255, 255, 255);

}


.logo-div img{
    width:70% ;
 height: auto;
display: block;
margin-left: 20%;

}



.collapse li{
    display:inline-flex;
    padding: 3.5%  1.5%;
}
.collapse li a{
    color:#0c0c0c;
    font-size:25px;
    }
    
    .collapse li a:hover{
    color:#f2c14d;
}
hr.new1 {
    border-top: 1px dotted rgb(246, 163, 74);
}
/*header css ends*/

/*body css starts*/
.banner-div{
    width:100%;
    height:700px;
    text-align: center;
    background-repeat: no-repeat;
    background-size:cover;

    margin: 0;
    padding: 0;
    animation: changeBackground 15s infinite;
}

@keyframes changeBackground {
    0% { background-image: url(/img/image1.jpeg); }
    25% { background-image: url(/img/image2.jpg); }
    50% { background-image: url(/img/image3.png); }
    75% { background-image: url(/img/image4.jpg); }
    100% { background-image: url(/img/image6.jpg); }
     }


     .banner-div2 h3{
        text-align: center;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 40px;
     }

     .banner-div2 p{
    
        text-align: center;
        font-family: sans-serif;
        color:grey;
        font-size: 14px;
     }
.categories h3{
    margin-left: 20px;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 30px;
    
}
.categories p{
   
        text-align: center;
        color:grey;

}
.gallery img:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
  }
.gallery {
    border: 5px solid #f6a34a;
  }

  .gallery img {
    width: 100%;
    height:210px;
  }

  .desc {
    padding: 15px;
    text-align: center;
  }
  * {
    box-sizing: border-box;
  }

.bk h2{

    text-align: center; 
    font-size: 20px;
     font-weight: bold;
     color: #494949;
     animation: count-up 2s ease-in-out;


}




  .bk p{
    text-align: center; 
    font-size: 13px;
     
     color: #494949;
    
 }
 
 .bk {
     display: flex;
     justify-content: space-around;
     margin-top: 50px;
 }
 
 .body-div{
    background-color: #ece8e8;
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 24px;
 }
 .body-con h3{
 color: #0c0c0c;
 text-align: center;
 padding-top: 80px;

}
.body-con{
    background-color:rgb(246, 163, 74);
    width: 1153px;
    height: 860px;
    border-radius: 20%;
}

.body-con p{
    text-align: justify;
    line-height: 26pt;
    
}

.richiey h2{
    text-align: center;
}

.richiey p{
    text-align: center;
}

.richiey h3{
    text-align: center;
}
.headd{
    text-align: center;
}


.galleryy {
    border: 2px solid #ccc;
  }

  .galleryy img {
    width: 100%;
    height:310px;
  }

  .descc {
    padding: 15px;
    text-align: center;
    color: rgb(99, 187, 242);
  }

 .hair {
    background-image: url(/img/hairbgg.png);
    height: 400px;
    background-repeat:no-repeat ;
    padding-left: 50%;
    padding-top: 12%;
 }
  .hair p{
    text-align: center;
    font-size: 30px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: rgb(246, 163, 74);
  }
  .haircol{
    background-color: #e3e3e3;
    height: 937px;
  }
  

  .haircol h3{
    text-align: center;
  }

  .haircol p{
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 18px;
  }

.contact1 h3{
    text-align: center;
    

}
  .contactt{
    background-image: url(/img/conti1.gif);
    height: 350px;
    background-repeat:no-repeat ;
  }

  .table-box{
    padding-left: 20%;
  }

  .conhead h3{
text-align: center;
  }

  
  .join-div h1{
font-family: Georgia, 'Times New Roman', Times, serif;
  }
  

  .join-div{
    text-align: center;
                        }
    
   .join-div img{
   text-align: center;
   width: 300px;
   height: auto;
  }
    

  .join-row{
    margin-left:32% ;
 }

.refund1 h2{
    text-align: center;
}
.refund1 p{
    text-align: center;
}
.refund1 img{
    margin-left: 25%;
}

.refund2 img{
    width: 100%;

}
.content p{
    text-align: justify;
}

.refund11 h2{
    text-align: center;
}
.refund11 p{
    text-align: center;
}
.refund11 img{
    margin-left: 25%;
    width: 700px;
}

 .refund {
    background-color: #f39305;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 50%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-left: 25%;
  }
  
  .active, .refund:hover {
    background-color: #555;
  }
  
  .refund:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    width: 50%;
    margin-left: 25%;
  }
  
.privacy-head h1{
text-align: center;
text-decoration: underline orange;
}

.privacy-head img{
    margin-left: 40%;
    width: 20%;
    }
.container p{
    margin-top: 5%;
    text-align: justify;
    font-size: medium;
}

.terms{
    text-align: justify;
}
.termss{
    text-align: justify;
    background-color: #f4cc6f;
    border-radius: 24px;
}

.content p{
    text-align: justify;
}

/*body css ends*/

/*footer css starts*/

.footer-div{
    background-color: #eae9e7;
    padding-block-start:16px ;
    padding-inline-end: 16px;
    padding-block-end: 1px;
    padding-inline-start: 16px;
}



.footer-inner{
    display: grid;
    align-content: normal;
    justify-content:normal;
    align-items: normal;
    justify-items:normal;
    column-gap: 16px;
    
}

.footer-content{
    background-color:antiquewhite;
    border-radius: 24px;
    padding-block-start:32px ;
    padding-inline-end: 32px;
    padding-block-end: 48px;
    padding-inline-start: 32px;
    display: grid;
    align-content: normal;
    justify-content:space-around;
    align-items: normal;
    justify-items: normal;
    row-gap: 48px;
    column-gap: 48px;
    justify-content: space-around;
}

.footer-sp1{
    display: flex;
    flex-direction:row;
    flex-wrap: nowrap;
    align-content: normal;
    justify-content: space-between;
    align-items:normal ;
    justify-content: space-between;
    row-gap: 46px;
    column-gap: 46px;
}
.footer-sp2{
color: rgb(246, 163, 74);
text-align: center;
flex-basis: min-content;
min-width: 22%;

}

.footer-sp3-items{
display: grid;
align-content: normal;
justify-content: normal;
align-items: center;
justify-items:normal;
justify-content: normal;
align-items: center;
text-decoration: none;
width: 100%;
row-gap: 8px;
column-gap: 8px;
}

.footer-sp-icon{
    background-color:rgb(246, 163, 74);
    width: 48px;
    height: 56px;
    max-width: 48px;
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    display: grid;
    align-content: normal;
    justify-content: center;
    align-items: center;
    justify-items: normal;
    align-items: center;
    justify-items: center;
    place-self: center;
    align-self: center;
    justify-self: center;
}

.footer-sp-icon-image{
    width: 32px;
    height: 32px;
}

.footer-sp-details{
    font-family: sans-serif;
    font-size: 1rem;
    line-height:130%;
    letter-spacing: 0;
    font-weight: 400;
    color: rgb(3, 84, 105);
}



.foot-op{
    padding-top: 20px;
}

.bo{
    color: rgb(246, 163, 74);
}
.ca{
    color: rgb(246, 163, 74);
}

.no p{
    text-align: justify;
}
.footr-c{
    background-color: rgb(246, 163, 74);
    text-align: center;
    padding-top: 1%;
}

.container1{
    text-align: justify;
}
.container1 img{
width: 80px;
}

.container1 i{
    font-size:28px;
    padding-right: 20px;

}

.container2 i{
    color: GREEN;
    font-size:48px;
}

.container2 a:link {
    color: rgb(3, 84, 105);
    background-color: transparent;
    text-decoration: none;
}


.container2 a:hover {
    color: rgb(246, 163, 74);
    background-color: transparent;
    text-decoration: none;
  }




.container3 a:link {
    color: rgb(3, 84, 105);
    background-color: transparent;
    text-decoration: none;
}


.container3 a:hover {
    color: rgb(246, 163, 74);
    background-color: transparent;
    text-decoration: none;
  }

  .boody{
    background-color: #f2c14d;
    height: 300px;
   
  }

  .boodyy{
    margin-left: 60px;
    font-family: 'Times New Roman', Times, serif;

  }

  .scroll-container {
    background-color: #333;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
  }
  
  .scroll-container img {
    padding: 10px;
  }
  
/*footer css ends*/

@media screen and (max-width:800px){
    .nav li{
    display: block;
    text-align: center;
    }
    
    .logo-div img{
        display: block;
  margin-left: auto;
  margin-right: auto;

    }
    .categories h3{
        text-align: center;
    }
    .body-con{
        background-color:rgb(246, 163, 74);
        width: 430px;
        height: 1320px;
        border-radius: 20%;
    
    }

    .label-div{
        width: 86%;
    }
    .refund1 img{
        margin-left: 16%;
        width: 70%;
    }
    .privacy-head img{
        margin-left: 30%;
        width: 50%;
        }
        .refund11 img{
            margin-left: 15%;
            width: 400px;
        }
        .hair {
            background-image: url(/img/hairbgg.png);
            height: 400px;
            background-repeat:no-repeat ;
            padding-left: 1%;
            padding-top: 12%;
         }
}



