@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&display=swap');
a{
    text-decoration: none;
}
body{
    font-family: 'Chakra Petch', sans-serif;
}
header{
    height: fit-content;
    background-color: rgb(55, 55, 97);
  

}
nav div{
    display: inline-block;
}

.dropdown {
    line-height: .5;

  position: relative;
  display: inline-block;
  z-index: 1 !important;
}

.dropdown-content {
    line-height: .5;
  display: none;
  position: absolute;
  background-color: rgb(55, 55, 97);
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1 !important;

}

.dropdown-content a {
  
  display: block;
  padding: 5px 20px;
  z-index: 1 !important;
  margin: 0px;

}
.dropdown-content{
    width: 100%;
}
.dropdown-content a:hover {
    background-color: #ddd;
      z-index: 1 !important;
    }


.dropdown:hover .dropdown-content {
    display: block;
  z-index: 1 !important;
}

.drop-down-item{
    height:40px; 
    display: none;
    z-index: 1 !important;
}




.logo-side{
    margin: 10px 0px 0px 30px;

}
.logo-side a, .footer-logo a:last-child{  
    font-family: 'Indie Flower', cursive;
    font-weight: 700;
    font-size: 25px;
    position: relative;
    bottom: 3px;
    right: 25px;
    background: -webkit-linear-gradient(rgb(121, 177, 199),#ccbd58e8,rgb(231, 135, 151),rgb(116, 13, 116));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
}
.nav-list{
  
    margin: 10px 10px 0px 10% ;
    height: 70px;
    line-height:75px;
}
.nav-list a{
    margin: 10px;
    font-weight: 900;
    font-size: 17px;  
    color: white;

}
.nav-list a:hover{
    border-bottom:2px solid rgb(231, 72, 197);
    color: rgb(231, 72, 197);

}
main{
    height:fit-content;
  
}


.mySlides {
    display: none;
}
.slideshow-container {
  position: relative;
}
.fade {
  animation-name:fade;
  animation-duration: 2s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.search{
    
   margin-left:10%;
   
  
}

#search{
    border-radius: 5px;
    padding: 5px;
    border: none;
    background-color:rgba(220, 220, 220, 0.548);

}

#search-btn{
    border-radius: 5px;
    width: 28px;
    height: 25px;
    border: none;
    background-color:gainsboro;
    font-size: 15px;
    color: rgb(55, 55, 97);

}
#search-btn i{
    font-size: 20px;
  
    
}
.category{
    border-radius: 50px;
    
}
.cat-img{
    border-radius: 150px;
    margin: 10px;
    opacity: 0.8;
    display: block;
}
.cat-imgs{
   text-align: center;
   margin-bottom: 50px;
  
    
}
.cat-imgs span {
    color:rgb(255, 255, 255);
    font-size: xx-large;
    background-color:rgb(231, 72, 197);

    width: fit-content;
     padding: 5px;
    position: relative;
    bottom: 160px;
    left:90px ;
    z-index: 2;
}

.cat-imgs span:hover{
    opacity: 0;
}

.d-inline-block{
    display: inline-block;
}
.d-block{
    display: block;
}
.rotate{
    transform:scaleX(-1);
}
.break-line{ 
    margin: 50px;
    text-align: center;
    font-size: xx-large;
    font-weight: 700;
    color: rgb(231, 72, 197);

}

.sale{
    margin: 0px ;
    border:70px solid rgb(55, 55, 97);
    font-size: medium;
    text-align: center;
    color:rgb(55, 55, 97);
    font-size: large;
    
}
.sale-img{
    display: inline-block;
    margin: 10px;
  
}
del {
    text-decoration: line-through;
    font-style: italic;
    color:  rgb(231, 72, 197);
   
    display: block;
    text-align: center;
    font-size: small;
}
.sale-img span {
    display: block;
    text-align: center;
  
    
}
.count-down{
    float: right;
    position: relative;
    top: 20px;
    margin-right: 70px;

}
.count-down span{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    height: 30px;
    padding: 5px;
    background-color: white;
    color:  rgb(231, 72, 197);
    font-size: x-large;
    font-weight: 700;
    margin-left:10px ;
}
.custom-sale{
   margin-top: 100px;
    text-align: center;

}

.custom-sale img{
    margin: 5px;
}

.custom-piece{
    margin:50px;
    text-align: center;
    height: 300px;
}
.custom-piece-img{
    background-color: gainsboro;
    padding: 40px;
    margin: 10px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 3px 3px rgb(55, 55, 97);

    
}
.custom-piece-img img:hover{
    animation-name: resize;
    animation-duration: 100s;
}
@keyframes  resize{
    0% {width: 150px;height: 150px;} 
  0.5% {width: 170px; height: 170px;}

}

footer{
    background-color: rgb(55, 55, 97);
    display:flex ;
}
.footer{
    display: inline-block;
    color:  rgb(231, 72, 197);
    margin:20px 50px;
    padding:  0px 77px;
    height: 180px;   
}
.footer h1{
    text-align: center;
    font-size: x-large;
    font-weight: 500;
    padding-bottom: 20px;
}
.footer a{
    display: block;
    text-decoration: none;
    font-size: medium;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    padding-left: 20px;
}
.footer div{
    padding-left: 40px;
    font-size: 20px;
}
.footer i{
    font-size:23px;
    padding-top: 5px;
    margin: 5px;
}
.footer i:hover ,.footer a:hover{
    color: gainsboro;
}

.free-shipping{
    background-color: gainsboro;
    text-align: center;
    color: rgb(55, 55, 97);
    line-height: 1.5;

}
.free-shipping h1{
    font-size: xx-large;
    font-weight: 800;
    text-shadow:1px 1px white;
    
}
.free-shipping h2{
    font-size:larger;
}




/*---------- contact us page style -------------- */



.contact{
    margin: 50px 0px;
}
.contact > div{
    border-radius:100px;
    margin:10px auto;
    padding: 30px;
    width: 960px;
    height:190px;
    background-color:#eee;
    color:rgb(55, 55, 97);
   box-shadow: 2px 2px rgb(55, 55, 97);
}
.rigth-shadow{
    box-shadow: -2px 2px rgb(55, 55, 97) !important;

}
.contact-par{
    display: inline-block;
    width: 60%;
    font-size:large;
    position: relative;
    bottom: 90px;

}
.contact-par h1{
    margin-bottom: 20px;
    font-size: xx-large;
    font-weight: 900;
    font-family: 'Hachi Maru Pop', cursive;
    color: rgb(231, 72, 197);
    text-shadow: -2px -2px rgb(55, 55, 97);
}

.rigth-img .contact {
    float: right;

}

.flag {
    display: inline;
    position: relative;

  }
  .rigth-img-cutting{
    bottom: 29px;
    left: 60px;
  }
  .left-img-cutting{
    bottom: 30px;
    right:30px;
  }
  .rigth-img-cutting:after {
    content: "";
    position: absolute;
    left: 0;
    border: 93px solid #eee;
    border-bottom: 158px solid transparent;
    border-right: 55px solid transparent;
  }
 


  .left-img-cutting:after{
    position: absolute;
    content: "";
    right: 0px;
    border: 93px solid #eee;
    border-top: 157px solid transparent;
    border-left: 55px solid transparent;
}






.page-name{
    font-family: 'Chakra Petch', sans-serif;
    font-size: 25px;
    font-weight: 600;
    width: 89.3%;
    color: rgb(55, 55, 97);
    background-color: gainsboro;
    padding: 15px 70px;
    text-align: left !important;
}


.cart-div a{

    border-radius: 5px;
    background-color:gainsboro;
    font-size: 17px;
    color: rgb(55, 55, 97);
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 1px;
    margin-bottom: 2px;
   
}

.cart-div a:hover , #search-btn:hover{
    background-color:rgb(201, 196, 196);

}
