@import url("https://fonts.googleapis.com/css?family=Kaushan+Script");
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: url(img/floral3.jpg)  center/cover fixed no-repeat;
    font-family: "Kaushan Script", cursive;

}
header{
    background-color: white;
    height: 12vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    

}

.nav{
    display: flex;
    justify-content: space-between;
    width: 25%;
    margin-left: -20px;
}
.logo img{
    width: 80px;
    height: 80px;
}
.logo{
   margin-top: 0px;
}
li{
    list-style: none;
    outline: none;
}

li a{
    text-decoration: none;
    font-size: 25px;
    color: #ef7998;
}
a:hover{
    color: black;
}

.ryt{
    display: flex;
}
.number-p{
  font-size: 23px;
   margin-top: 0px;
}
.fa-phone{
    rotate: 245deg;
    margin-top: 6px;
    margin-left: -20px;
}

.bg-img{
    min-height: calc(100vh - 76px);
        background:linear-gradient(rgba(249, 228, 148, 0.2),rgba(29, 28, 25, 0.9)),
          url("img/bg3.jpg") center/cover fixed no-repeat;
         
       
}
h1{
   position: absolute;
   top: 30%;
   left: 50%;
   transform: translate(-50%,-50%);
   color: white;
   font-weight: 100;
   font-size: 40px;
    

}
strong{
    font-size: 70px;
    font-weight:700;
    color: #ef7998;
}
.Welcome-explore{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 23px;
    background: transparent;
    width: 15%;
    height: 55px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Kaushan Script", cursive;

}
.Welcome-explore a{
    color:black;
    list-style: none;
    text-decoration: none;
}
.Welcome-explore a:hover{
    color:#ef7998;

}
.Welcome-explore:hover{
    background-color: black;
    cursor: pointer;
    color:#ef7998;
    
}
.About{
    display: grid;
    grid-template-columns: 5fr 5fr;
    grid-template-rows: 1fr;
    padding: 58px;
}
h2{
    font-size: 50px;
    font-weight: 100;
    margin-top: 75px;
}
.lorem{
    font-size: 22px;
    font-weight: 100;
    color : rgb(117, 90, 90);

    line-height: 30px;
}
.about-explore{
    margin-top: 20px;
    font-size: 20px;
    background: transparent;
    width: 20%;
    height: 55px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Kaushan Script", cursive;
    cursor: pointer;

}
.about-explore:hover{
    background-color: black;
    color: #ef7998;
}
.about-explore a{
    color:black;
    list-style: none;
    text-decoration: none;
}
.about-explore a:hover{
    color:#ef7998;

}
.about_img{
    width: 600px;
    height: 450px;
    margin: 30px;
}
.about_img:hover{

    animation: box 2s ease-in-out;
    cursor: pointer;
}
@keyframes box{
    100%{
        margin:-10px;
        padding: 13px;
    }
}

.box{
    width: 600px;
    height: 450px;
    border: 8px solid rgb(205, 164, 50);
}
.Store{
 
    height: auto;
}
h3{
    font-size: 53px;
    font-weight: 100;
    text-align: center;
}
.button{
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.btn{
    width: 100px;
    height: 45px;
    margin-left: 50px;
    text-transform: uppercase;
    font-family: "Kaushan Script", cursive;
    font-size: 15px;
    font-weight: 300;
    border-radius: 10px;
    background-color: transparent;
     overflow: hidden;
    outline: none;
    cursor: pointer;
}
.btn:hover{
    background-color: black;
    color: #ef7998;
}
.Search-bar{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    
}
.Search-bar i{
    background-color: #ef7998;
    width:40px;
    height: 40px;
    padding: 10px;
    border-radius: 2px;

}
input{
    width: 40%;
    height: 40px;
    padding: 10px;
    font-family: "Kaushan Script", cursive;
    border-radius:0px 8px 8px 0px;
    border: 1px solid;
    font-size: 15px;
    font-weight: bolder;
    

}
.All{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr ;
    margin-left: 100px;
    margin-top: 40px;
    
  

    
}

.item{
    width: 350px;
    height: 350px;
    border-radius: 10px;
    transition: all 2s ease-in-out;
  
}
.item-box:hover{
    transform: scale(1.2);
    transition: all 1s ease-in-out;
    cursor: pointer;

}
h4{
    font-size: 25px;
    font-weight: 100;
    padding: 20px;
    text-align: center;
  
}

.item-box{
    border: 0.1px solid hidden;
    width: 350px;
    background-color:white;
    border-radius: 8px;
    margin-bottom: 30px;
    height:auto;
}


.footer{
    text-align: center;
}
.footer p{
   font-size: 30px;
 
}
.footer a{
    color: rgb(122, 92, 92);
}
.footer a:hover{
    color: #ef7998;
}



.nav-btn{
    display: none;
}
.sidebar{
    display: none;
}
.sidebar-toggle{
    display: none;
}

@media (max-width:500px){
    .ryt{
        display: none;
    }
    .mobile-nav{
        background: transparent;
    }
  
    .sidebar-toggle{
        position:absolute;
        right:10%;
        top:3%;
        width:15%;
        height: 45px;
        border: none;
        background-color: #ef7998;
        color: aqua;
        border-radius: 8px;
        display: block;
        
    
    }
    .show-sidebar {
       display: block;
       transform: translate(120%);
      }
    .close-btn{
        font-size: 20px;
        background: transparent;
        padding:4px;
        margin-left: 230px;
    }
    aside{
        
        border: 2px solid hidden;
        padding: 10px;
        position: absolute;
        top: 12%;
        left: -100%;

        
        border-radius: 10px;
        z-index: 1;
        width: 80%;
        height: 350px;
        text-align: center;
        background:rgb(243, 191, 200);
       
        box-sizing: border-box;
        box-shadow: 0px 5px 20px;
    }
    .oop{
        margin-top: 10px;
    }
    .back{
        font-size: 30px;
    }
    .back:hover{
        color: black;
    }
    .number-1{
       margin-top: 20px;
       margin-left: 50px;
       display: flex;
    }
       
    .number-1-p{
        font-size: 23px;
        font-weight: 800;
     font-family: "Kaushan Script", cursive;
    }
  
    header{
        display: block;
      
        margin-left: 40px;
    }
    .logo img{
      width: 80px;
      height: 65px;
    }
    .logo{
        margin-left: 0;
    }
    h1{
      margin-top: 100px;
      text-align: center;
    }
    
  .nav{
        display: none;
    }
      .Welcome-explore{
          width: 130px;
          margin-top: 130px;
      }
      .About{
          display: block;
          margin-top: -80px;
          margin-left: -30px;

      }
      .lorem{
          font-size: 17px;
      }
      .about-explore{
          width: 130px;
      }
      .about_img{
          width: 250px;
          height: 250px;
          margin: 10px;
      }
      .item-box{
        width: 280px;
        margin-left: 30px;
       }
      .item{
        width: 280px;
        height: 280px;
      }
      h4{
        font-size: 20px;
      }
      
      .box{
          width: 250px;
          height: 250px;
          margin-top: 30px;
          margin-left: 0px;
      }
      .button{
          display:block;
      }
      .btn{
          margin-left: 13px;
          margin-top: 10px;
      }
      .Search-bar{
          border-radius: 0px;
          
      }
      input{
          width: 80%;
      }
      .All{
          display: block;
          margin-left: 3px;
          
         
      }
      .item-box:hover{
          transform: none;
      }
      
     
    }
   

    

    
      
  
  
