.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;
}
.mid{
    width: 100%;
    height: 400vh;
    background-color:white;
}
.midrap{
    text-align: center;
    font-size: 4vh;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.midrap1{
    width: 90%;
    margin: auto;
    padding-top: 20px;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.box{
    position: relative;
    border-radius: 10px;
    overflow:hidden;
    background-color:rgb(246, 245, 247);
    border: 3px solid whitesmoke;
    
}
.box img{
    width: 100%;
    height: 750px;
    object-fit: cover;
    /* transition: transform 0.5s; */
}
.checked {
  color: orange;
}
.box h2{
    font-size: 16px;
}
.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;
}
