*{
    padding: 0;
    margin: 0;
}
body{
    font-family: lato;
    /* overflow:hidden; */
    overflow-x:hidden;
}
   
.loading-bar{
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    /* background-color:#2980b9; */
    background-color: rgb(255, 217, 1);
  
    background-size: cover;
    /* display:flex;
    justify-content: center;
    align-items: center; */
    
} 
.spinner {
    width: 40px;
    height: 40px;
  
    position: relative;
    margin: 100px auto;
  }
  
  .double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
  }
  
  .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
  
  @-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
  }
  
  @keyframes sk-bounce {
    0%, 100% { 
      transform: scale(0.0);
      -webkit-transform: scale(0.0);
    } 50% { 
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
    }
  }
 
.overflow-hidden{
    overflow-x: hidden;
}
  
 
/* navigation-bar-start */
.nav{
    position: fixed;
    
    width: 100%;
    height: 80px;
    background-color: rgb(250, 250, 39);
    z-index: 2;

  
    
   
}
 
.nav ul{
    float: right;
    margin-right: 25px;

}
.nav ul li{
    display: inline-block;
    line-height:80px;
    margin: 0 15px;

}
.nav ul li a{
    position: relative;
    color: #000;
    font-size: 18px;
    padding: 5px 0;
    text-transform: uppercase;
    text-decoration: none;
    display:inline-block ;
}
.nav ul li a::after{
   content: '';
   display: block;
   width: 0;
   height: 2px;
   background: #000;
   transition: width .3s;
   margin-top:-18px;
}
.nav ul li a:hover::after{
    width: 100%;
    transition: width .3s;

}
 
label #btn,
label #cancel{
    color: rgb(7, 7, 7);
    font-size: 25px;
    font-weight:100;
    float: right;
    line-height:80px ;
    margin-right:30px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
/* top-image-ads */
.top-ads-image{
    height: 100vh;
    background: url("girl.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center  ;
    

}
.heading-container{
    width: 380px;
    position: absolute;
    top: 30%;
    left: 5%;
     
}
.top-lorem-text{
    padding-top: 20px;
    font-weight: 400;
    letter-spacing:2px;
    opacity: 0.8;
    font-size: 1rem;
}
.shopping-as-you-love{
    font-size: 4.4rem;
    opacity: 0.8;
    
}
.see-whats-on-sale{
    padding: 10px 20px;
    text-decoration: none;
    background-color: crimson;
    color: #fff;
    position: absolute;
    margin-top: 30px;
    border-radius: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    
}
/* clothing-jewelry-cosmetics */
#clothes-jewelry-cosmetics-container{
    display:flex;
    flex-wrap: wrap;
}
.products-items{
    width:32vw;
    height: 440px;
    position: relative;
    background-color: black;
    transition: .5s;
}
.product-image{
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    transition: .5s ease ;
    
   
    overflow: hidden;
  
}
 
.content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
   -ms-transform: translate(-50%,-50%);
   font-size: 40px;
   overflow: hidden;
    
   white-space: nowrap;
   color: rgb(255, 255, 255);
   text-align: center;
}
 
.overlay{
    opacity: 0;

}
.products-items:hover .product-image{
    opacity: 0.5;

}
.products-items:hover .overlay{
    opacity: 1;

}
 
   
    

 


/* products-on-sale */
 
.Products-on-sale{
    padding-top: 6rem;
    text-align: center;
    font-family: "lato";
    font-size: 2.3rem;
    opacity: 0.9;

}
.clothing-flex{
    display: flex;
    flex-wrap: wrap;
    margin-top: 4rem;
    margin-left: 20px;
}
.cloth-wear-products{
    width: 220px;
    height: 350px;
    margin: 10px;
    margin-left: 30px;
    transition:0.75s;
    /* overflow: hidden;
    text-align: center; */
}
.cloth-wear-products:hover{
    transform: scale(1.1);

}
.triangle-shape{
    position: relative;
    width: 200px;
    height: 200px;
    background-color: rgb(214, 3, 116);
    clip-path: polygon(38% 0, 0 0, 0 31%);
    opacity: 0.7;
}
.star-shape{
    position: absolute;
    width: 18px;
    height: 18px;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    background-color: #fff;
    margin: 12px;
}
.product-image-handle{
    width: 220px;
    height: 200px;
    margin-top:-220px;
}
 
.products-name{
    padding:20px 20px;
    font-size: 1.4rem;
    
}
.price-products{
    padding-left: 20px;
    margin-top: -20px;
   
    
    color: crimson;
    font-size: 1.2rem;
    font-weight: bold;
   
    margin-left: 5px;

}
.old-price{
  opacity: 0.5;  
  font-weight: 400;
}


 
/*Best selling products  */
.more-btn-container{
    width:200px;
    height: 100px;
    
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    padding: 20px;
   

}
.more-products-btn{
   
    padding:10px 40px;
    text-decoration: none;
    background-color: rgb(150, 149, 149);
    margin-top: 2rem;
    border-radius: 20px;
    color: #fff;
    text-transform: capitalize;
    


}
/* counting */
#counting-container{
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:200px ;
   

}
.counting-increment{
    width: 300px;
    height: 200px;
    
    margin:40px;

}
.number-heading{
    text-align: center;
    font-size: 4rem;

}
.number-lorem-heading{
    text-align: center;
    color: rgb(77, 74, 74);

}
 
.main-containe-profile{
    display: flex;
    flex-wrap: wrap;
    

}
.profile-image{
      width: 600px;
     height:650px; 
    background-position:center center;
   

}
.shopping-image{
    height:550px;
    width:480px;

}
.profile-about{
   width:700px;
  
    
     margin-top:180px; 
  
   
    letter-spacing: 1px;
    
   
}
.new-trends-fashion{
    padding: 60px  2rem  40px 40px;

}
.fashion-lorem-text{
    padding-left: 40px;
    padding-bottom: 4rem;
}
.About-us-btn{
    background-color:rgb(240, 240, 240);
    padding: 10px 40px;
    text-decoration: none;
    border-radius: 20px;
    color: #000;
    font-weight: bold;
     margin-left: 40px;

}
/* payment */
 
.payment-choice-container{
   
    
    display: flex;
    flex-wrap: wrap;
  
    justify-content: space-around;
   
    
}
.payment-choice-container{
  
    margin: 60px  100px;
}
.payment-choice{
    width: 150px;
    height: 200px;
    margin:20px;
}
.payment-details{
    width: 100px;
    height: 100px;
    margin:25% 25% 15px ;
   
  
}
.details-heading{
    text-align: center;
}
/* contact */
 
.shopping-bags{
    width: 400px;
    margin-left: 50%;
    transform: translate(-50%);
    
    
}
.shopbag{
    
    width: 350px;
    margin-left: 50%;
    transform: translate(-50%);
  

}
.contact-information-container{
    height: 450px;
    background-color: gold;
    margin-top:-3px;
    

}
.Sign-up-for-a-newsletter{
    text-align: center;
    padding-top: 70px;
    font-size: 2.3rem;
}
.contact-heading-container{
    width: 780px;
    margin-left: 50%;
    transform: translate(-50%);
}
.contact-lorem-heading{
    padding: 20px;
   
    /* padding:20px 150px  0 30px; */
    text-align: center;
    padding-bottom: 60px;
    margin-left: 110px;
    /* font-size:1vw; */
    
}
.input-box-container{
  
     
       display: flex;
   
    
    
    margin-left: 50%;
    transform: translate(-50%);
    margin-bottom: 30px;
  
     
   
}
.input-box1{
    height: 20px;
    width: 350px;
    /* margin: 10px 0  0 25%; */
    outline: none;
    background:gold;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-bottom: 6px;
    
}
.input-box{
    height: 20px;
    width: 350px;
    margin: 0 10px ;
    outline: none;
    background:gold;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-bottom: 6px;
    margin-bottom: 20px;
    
}
.sign-up-today-btn{
    
   padding: 10px 25px;
   background-color: rgb(248, 35, 78);
   text-decoration: none;
   color: #fff;
   border-radius: 20px;
   margin-left: 44%;
   transform: translate(-50%);

}
/* automatic slider image */
#Automatic-slider-image-container{
    /* width: 100%; */
    /* height: 350px; */
    background-color: rgb(184, 80, 11);
    overflow-x: scroll;
    overflow-y: hidden;
     white-space: nowrap;
    

   
}
.flex-image-slider{
    /* display:flex; */
    display: flex;
    /* flex-wrap: wrap; */
     justify-content: space-between;
     align-items: center;
   
}
.image-slider{
    width:270px;
    height: 280px;
    background-color: darkmagenta;  
}
.slide-image-handle{
    width:270px;
    height: 280px;

}
/* more details */
 
.more-details-flex{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    align-items: center;


}
.details-information{
    width: 300px;
    height: 300px;
    /* background-color: darkslategrey; */
    margin-top: 5rem;
    margin-left: 10px;


}
.details-loeram-heading{
    font-size: 20px;
    padding: 20px 4rem;
    color: rgb(87, 85, 85);

}
.more-details-btn{
    padding: 10px 35px;
    background-color: rgb(161, 161, 161);
    text-decoration: none;
    color: rgb(219, 217, 217);
    font-size: 0.7rem;
    margin-left: 60px;
    border-radius: 20px;

}
.under-line{
    height: 1px;
    width:80%;
    background-color: rgb(156, 156, 156);
    margin-top: 3rem;
    margin-left:60px ;

}
.social-media-icon{
    margin-left: 60px;
}
 .social-media-icon i{
     color: rgb(219, 36, 73);
     font-size:0.8rem;
     margin-left:0.3rem;
     margin-top: 20px;
 }
 .icon-heading{
     margin-left:70px ;
     margin-top: 25px;
     color: rgb(128, 128, 128);

 }
 .icon-heading i{
     padding-right:5px;
     color: crimson;
 }
 .middle-data{
     margin-top: 5.4rem;

 }
 .deatails-lorem-heading{
     margin-top:1rem;
     padding: 40 20px;
     margin-left: 50px;
     letter-spacing: 1px;
     color: rgb(128, 128, 128);;

 }
 .read-more-btn{
     color: crimson;
     margin-left: 50px;
     position: absolute;
     margin-top:3.5rem;
     text-decoration: none;

 }
 .read-more-btn:hover{
     text-decoration: underline;
 }
 #copyright-container{
     width: 100%;
    height: 10vh;
    text-align: center;
}
.copyright-heading{
   
    padding-top: 20px;
    color: #666666;
    margin-top:20vh;
    text-align: center;
}
@media(max-width:1768px){
    .products-items{
        width:32vw;
        height: 350px;
    }
    .products-items2{
        width: 33vw;
        height: 350px;
    }
    .products-items3{
        width: 34vw;
        height: 350px;

    }
    .cloth-wear-products{
        width:15vw ;
        
    }
     
    .products-images{
        width:15vw;
        

    }
    .product-image-handle{
        width: 15vw;
      
        
    }
    /* .image-slider{
        width: 294px;
        height:400px ;
    } */
    
   

    
}
@media(min-width:1360px){
   
    .products-items{
        width: 32.9vw;
        height: 500px;
    }
    /* .products-items2{
        width: 33vw;
        height: 500px;

    }
    .products-items3{
        width:32.7vw;
        height: 500px;

    } */
    .cloth-wear-products{
        width:16vw;
        
        
    }
    .products-images{
        width:16vw;
        
        

    }
    .product-image-handle{
        width: 16vw;
        
        
    }
       
}

 


 @media(max-width:960px){
    .cloth-wear-products{
        width:40vw;
        margin-bottom: 30px;

    }
    .products-images{
        width:40vw

    }
    .product-image-handle{
        width: 40vw;
        height:50vh;
    }
    .details-information{
        width: 100%;
    }
    .cloth-wear-products{
        margin-top: 40px;
    }
    

 }
 
@media(max-width:860px){
    .cloth-wear-products{
        width:35vw;
    }
    .products-images{
        
        width:35vw;
       
    }
    .product-image-handle{
        width: 35vw;
        height:40vh ;
    }
    .input-box-container{
        display: block;
    }
    .input-box1{
        /* width: 500px; */
        width: 85vw;
        
        margin-left:-90px;
  
        
    }
    .input-box{
        /* width: 500px; */
        width: 85vw;
       
        margin-left:-90px;
        margin-top: 40px;
    }
     .top-lorem-text{
        display: none;
    }
    .shopping-as-you-love{
        font-size: 3rem;


    }
    .heading-container{
        top: 45%;
    }
    label #btn{
        display: block;
    }
    ul{
        position: fixed;
        width: 50%;
        height: 100%;
        background-color:  yellow;
         top: 80px;  
        left: -100%;
         
        text-align: center;
        transition:  all.6s;
        z-index: 2;
    }
    .nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 15px;
    }
    .nav ul li a{
        font-size:20px;
    }
    #check:checked ~ ul{
        left: 0;
         
    }
    #check:checked ~ label #btn{
        display: none;
    }
    #check:checked ~ label #cancel{
        display:block;
    }
    .nav ul li a::after{
        margin-top: 10px;
    }
    .profile-about{
        
        margin-top:-100px;
        margin-left: 100px;
    }
    .products-items{
        width:100%;
        height: 680px;

    }
    
    .profile-about{
       
        margin-left: 0;
    }
    .contact-lorem-heading{
        padding:20px 150px  40px 40px;
    }
    .image-slider{
        width:303px
    }
    .details-information{
        margin-top: 1rem;;
    }
    .details-loeram-heading{
        margin-top:3rem;
       
    }
    .deatails-lorem-heading{
        margin-left:70px

    }
    .read-more-btn{
        margin-left:70px;
    }
    .copyright-heading{
        text-align: center;
    }
     


}
@media (max-width:790px){
    .cloth-wear-products{
        width:40vw;
    }
    .products-images{
        width:40vw;
        height:100px ;
        
  

    }
    .product-image-handle{
        width: 35vw;
        height:30vh ;
    }
    
     
    .profile-about{
        margin-top:0px;
        margin-left: 0;
        
    }
    /* .cloth-wear-products:hover{
        transform: scale(1);
        display: none; */

}

@media(max-width:650px){
    .cloth-wear-products{
        width:35vw;
        padding-left: 20px;
    }
    .products-images{
        width:35vw

    }
    .product-image-handle{
        width: 35vw;
        height:40vh ;
        margin-left: 20px;
    }
    .profile-image{
        width:100vw;
    }
    .profile-about{
        margin-top: 0;
        margin-left: 0;
    }

}
@media(max-width:510px){
    .clothing-flex{
         display: flex;
         flex-wrap: wrap;
         justify-content: center;
    }
    .cloth-wear-products{
        width:45vw;
        padding-left: 20px;
    }
    .products-images{
        width:45vw

    }
    .product-image-handle{
        width: 45vw;
        height:45vh ;
        margin-left: 20px;
    }
    .profile-image{
        width: 500px;
       
    }
     

}
@media(max-width:414px){
    .top-ads-image{
        
        height: 350px;
    }
    .products-items{
        width: 100%;
        height: 360px;
    }
    
    .shopping-as-you-love{
        font-size: 2rem;
        margin-top: -180px;
    }
    .see-whats-on-sale{
        padding:8px;
        font-size: 0.7rem;
        margin-top: 20px;
    }
    .clothing-flex{
        display:block;
         
        justify-content:center;
    }
        
    .cloth-wear-products{
        
        width:45vw ;
         height:400px ;
        
    }
    .products-images{
        
        width: 45vw;

    }
    .product-image-handle{
        
       width: 45vw;
        height:280px ;
  
    }
    .profile-image{
       width: 350px; 
    }
    .shopping-image{
        width:320px ;
    }
    .profile-about{
        margin-top: 0px;
        width: 360px;
        margin-left:0px;
    }
    .new-trends-fashion{
        font-size: 1.5rem;
    }
    .fashion-lorem-text{
        font-size: 1rem;
    }
    .Sign-up-for-a-newsletter{
        font-size: 1.5rem;
    }
    .contact-lorem-heading{
        padding:20px 220px  40px 100px;
   
         
    }
    .input-box-container{
        margin-left:205px;

    }
    .image-slider{
        width:414px;
        height: 400px;
        background-color: darkmagenta;  
    }
    .slide-image-handle{
        width:414px;
        height: 400px;
    
    }
}
    
    @media(max-width:320px){
        .input-box-container{
            margin-left: 180px;
        }
        .contact-lorem-heading{
            font-size:0.8rem ;
            padding:20px 250px  40px 150px;
        }
        .shopping-bags{
            width:310px;


        }
        .shopbag{
            width:310px;

        }
        .image-slider{
            width:320px;
            height: 320px;
            background-color: darkmagenta;  
        }
        .slide-image-handle{
            width:320px;
            height: 320px;
        
        }



    }

     
    
}
@media(max-width:280px){
    .top-ads-image{
        height: 250px;
    }
    .shopping-as-you-love{
        font-size: 1rem;
        margin-top: -150px;

    }
    .see-whats-on-sale{
        padding: 8px 5px;
        margin-top: 30px;
        font-size: 0.5rem;
    }
    .products-items{
        
        height: 300px;
        
    }
    
    .cloth-wear-products{
        width:30vw;
       
    }
    .products-images{
        width:30vw;

    }
    .product-image-handle{
        width:45vw;
        height:150px ;
        
        
    }
    .more-btn-container{
        margin-left: 20px;
    }
    .more-products-btn{
         
        padding: 10px;
    }
    .contact-lorem-heading{
        padding:20px 250px  40px 140px;
    }
    .input-box-container{
        margin-left:170px;

    }
    .shopping-bags{
        width:270px ;
    }
    .shopbag{
        width:270px ;
    }
    .image-slider{
        width:280px;
        height: 280px;
        background-color: darkmagenta;  
    }
    .slide-image-handle{
        width:280px;
        height: 280px;
    
    }
    
    

}
 