.nav{
    width: 100%;
    height: 65px;
    background-color: rgb(209, 206, 206);
}
.navrap{
    width: 85%;
    margin: auto;
}
.logo{
    position: absolute;
    margin-left: 6%;
}
.logo h1{
    margin-top: 10px;
    color: black;
    font-size: 6vh;
     font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.menu{
    /* margin-top: 10px; */
    float: right;
}
.menu ul{
    margin-top: 29px;
}
.menu ul li{
    display: inline;
    padding-right: 3ch;
}
.menu ul li a{
    margin-left: 20px;
    color:black;
    text-decoration: none;
    font-weight: bold;
    font-size: 2vh;
    /* padding-right: 40px; */
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.menu ul li a:hover{
    text-decoration: underline;
}
#fa{
    float:right;
    margin-right:100%;
    margin-top: 40px;
}
#fa-shopping-bag{
    float:right;
    margin-top: 10px;
}
#fa{
    float:right;
    margin-right:100%;
    margin-top: 40px;
}
.search input[type=text]{
  float: right;
  padding: 6px; 
  border: none;
  margin-top: 8px;
  margin-left: 10%;
  font-size: 17px;
}
.ban{
    background-image:url(../image/happy-friends-posing-with-pink-background\ \(2\).jpg) ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color:white;
    padding: 100px 0;
    text-align: center;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 40vh;
}
.ban h1{
    font-size: 10vh;
}
.ban p{
    font-size: 4vh;
}
.ban span{
    width: 100%;
    background-color: white;
    border: 2px solid white;
    border-radius: 50px;
    padding: 20px;
}
.ban span a{
    color: black;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: none;
}
.ban span a:hover{
    border-bottom: 2px solid black;
}
.mid{
    width: 100%;
    height: 885vh;
    background-color:white;
}
.midrap h2{
  text-align: center;
  font-size: 40px;
}
.midrap1{
    width: 90%;
    margin: auto;
    padding-top: 20px;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.category-card{
    position: relative;
    border-radius: 10px;
    overflow:hidden;
    /* box-shadow: var(--shadow); */
}
.category-card img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s;
}
.category-card:hover img{
    transform: scale(1.1);
}
.category-card h3{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: -50px;
    color: white;
}
.ban1{
    width: 90%;
    height: 23vh;
    margin: auto;
    background-color:rgba(232, 88, 184, 0.155); 
   
}
.banrap1 h4{
    margin-top: 40px;
    text-align: center;
    padding: 15px;
    font-size: 4vh;
}
.banrap1 span{
    width: 100%;
    margin-left: 45%;
    background-color: black;
    background: 2px solid black;
    border-radius: 40px;
    padding: 20px;

}
.banrap1 span a{
    color: aliceblue;
    font-size: 20px;
    text-decoration: none;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.banrap1 span a:hover{
    border-bottom: 2px solid white;
}
.midrap2 h5{
  text-align: center;
  font-size: 40px;
}
.midrap3{
    width: 90%;
    margin: auto;
    padding-top: 20px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.product{
    position: relative;
    border-radius: 10px;
    overflow:hidden;
}
.product img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: transform 0.3s;
}
.product:hover img{
    transform: scale(1.1);
}
.product h6{
    position: absolute;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serifs;
    font-size: 4vh;
    bottom: 0;
    left: 0;
    right: 0;
    padding: -50px;
    color: white;
}
.product h2{
    position: absolute;
    margin-top: 12px;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serifs;
    font-size: 4vh;
    bottom: 0;
    left: 0;
    right: 0;
    padding: -50px;
    color: white;
}
.nav1{
    margin-top: 15px;
    padding: 5px;
    width: 98%;
    height: 5vh;
    background: linear-gradient(rgb(228, 228, 11));
}
.navrap1{
    width: 70%;
    margin: auto;
}
.name{
    color: rgb(204, 20, 134);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 5vh;
    font-weight: bold;
}
.midrap4 h1{
  text-align: center;
  font-size: 40px;
}
.midrap5{
    width: 90%;
    margin: auto;
    padding-top: 20px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.product1{
    position: relative;
    border-radius: 10px;
    overflow:hidden;
}
.product1 img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: transform 0.3s;
}
.product1:hover img{
    transform: scale(1.1);
}
.product1 h2{
    position: absolute;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serifs;
    font-size: 4vh;
    bottom: 0;
    left: 0;
    right: 0;
    padding: -50px;
    color: white;
}
.midrap6 h3{
  text-align: center;
  font-size: 40px;
}
.ban2{
    background-image:url(../image/ban\ 2.avif);
    width: 95%;
    height:5%;
}
.banrap2 h4{
    text-align: center;
    margin-top: 40px;
    padding: 95px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 5vh;
    text-decoration: black;

}
.banrap2:hover h4{
    color:rgb(174, 163, 20);
}
.midrap7{
    width: 90%;
    margin: auto;
    padding-top: 20px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.product2{
    position: relative;
    border-radius: 10px;
    overflow:hidden;
}
.product2 img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: transform 0.3s;
}
.midrap8 h4{
  text-align: center;
  font-size: 40px;
}
.midrap9{
    width: 90%;
    margin: auto;
    padding-top: 20px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.product3{
    position: relative;
    border-radius: 10px;
    overflow:hidden;
}
.product3 img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: transform 0.3s;
}
.midrap10 h5{
    font-size: 40px;
}
.midrap11{
    width: 90%;
    margin: auto;
    padding-top: 20px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.product4{
    position: relative;
    border-radius: 10px;
    overflow:hidden;
}
.product4 img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: transform 0.3s;
}
.ban3{
    background-color: pink;
    width: 100%;
    height: 165vh;
}
.banrap3 h4{
    text-align: center;
    font-size: 6vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* padding-top: 20px; */
}
.banrap4{
    width: 90%;
    margin: auto;
    padding-top: 20px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.product5{
    position: relative;
    border-radius: 10px;
    overflow:hidden;
}
.product5 img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: transform 0.3s;
}
.footer{
    width: 100%;
    background-color: gray;
    height: 100vh;  
    padding-top: 40px;
}
.footrap{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto  ;
    grid-column-gap: 60px;
    grid-row-gap: 60px;  
}
.box1 h1{
    font-size: 35px;
    margin-top: 100px;
    color: white;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.box1 p{
    font-size: 15px;
    margin-top: 15px;
    color: white;
    font-size: 20px;
    /* font-weight: bold; */
}
.box1 p:hover{
    color: darkmagenta;
}
.footrap1{
    text-align: center;
    font-size: 2vh;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.footrap2{
   justify-content: center;
   display: flex;
   gap: 15px;
}
