* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}


/* nav1 */
.nav1{
    background: purple;
    font-size: 22px;
    text-align: center;
    height: 50px;
    color: white;
    text-decoration: underline;
    padding-top: 15px;
}


.nav1 ul a{
  /* text-decoration: none; */
  color: white;
}



/* nav2 */
#nav2 {
    width: 100%;
    height: 15vh;
    background: white;
    top: 0px;
    /* position: sticky; */

}

.navrap2 {
    width: 80%;
    margin: auto;
    /* height: 90vh; */
}

.logo img{
  margin-left:-3%;
}

.menu{
    text-align: center;
}

.menu ul{
    margin-top: -60px;
}

.menu ul li {
    display: inline
}

.menu ul li a {
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    padding: 22px;
}


.menu ul li a i{
    font-size: 25px;
    color: purple;
}

/* .menu ul li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    border-radius: 20px;
} */


.something h1{
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: purple;
    font-size: 60px;
}


.video1{
    margin-top: 3%;
    margin-right: 45%;
}


.choco{
    /* border: 2px solid black; */
    width: 40%;
    margin-left: 55%;
    margin-top: -22%;
}

.choco h1{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    color: rgb(60, 56, 56);
}


.chphoto{
    /* border: 2px solid black; */
    margin-top: 5%;
    width: 30%;
    margin-left: 5%;
}

.chphoto h2{
    color: purple;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 40px;
}













.recommended {
    /* color: black; */
    /* margin-left: 6%; */
    margin-top: 3%;
    /* background-color: rgba(0, 0, 0, 0.4); */
   
}
.recommended h2 {
    color: black;
     margin-left: 6%; 
    margin-top: 5%;
    /* background-color: rgba(0, 0, 0, 0.3); */
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 40px;
}
.best1 {
    height: 35vh;
    width: 100%;
    padding-left: 5%; 
}

.bestrap1 {
    height: 50vh;
    display: grid;
    grid-template-columns: auto auto auto auto auto ;
    /* background-color: rgba(0, 0, 0, 0.4); */
     /* overflow: auto;  */
    grid-column-gap: 10px; 
    /* height: 40vh;  */
}

.flip-box-back img {
    display: inline;
    margin-top: 8%;
    border-radius: 20px;
}

.flip-box-back h3 {
    font-size: 22px;
    /* padding-top: 3%; */
    color: black;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-left: -1%;
    margin-top: 10%;
}

.flip-box-back h4 {
    font-size: 18px;
    padding-top: 3%;
    color: black;
    margin-left: -10%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.flip-box-front img {
    /* display: inline; */
    margin-top: 8%;
    border-radius: 20px;
}
/* .flip-box-front p {
    margin-top: 20%;
    font-size: 15px;
    color: black;
    margin-left: -60%;
} */
.flip-box-front h3 {
    font-size: 22px;
    /* padding-top: 3%; */
    color: black;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-left: -1%;
    margin-top: 10%;
}

.flip-box-front h4 {
    font-size: 18px;
    padding-top: 3%;
    color: black;
    margin-left: -10%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.flip-box {
    /* background-color: transparent; */
    margin-top: 4%;
    width: 280px;
    height: 300px; 
    /* border: 1px solid #f1f1f1;  */
     perspective: 800px; 
  }
  
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
     transform-style: preserve-3d; 
  }
  
  .flip-box:hover .flip-box-inner {
    transform: rotateX(180deg);
  }
  
  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
     -webkit-backface-visibility: hidden; 
     backface-visibility: hidden; 
  }
  
  .flip-box-front {
    background-color:transparent;
    color: black;
  }
  
  .flip-box-back {
    background-color:transparent; 
    color: black;
    transform: rotateX(180deg);
  }




  .quantity h1{
    margin-top: -1%;
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(53, 45, 45);
}





    
    /* footer */
    .footer {
        width: 100%;
        height: 50vh;
        background: black;
        /* border-bottom: 1px solid white; */
        margin-top: 8%;
      }
      
      .footrap {
        width: 80%;
        margin: auto;
        display: grid;
        grid-template-columns: auto auto auto auto ;
        grid-column-gap: 20px;
        padding-top: 10px;
      }
      
      .boxx {
        /* background-color: rgba(0, 0, 0, 0.2); */
        padding: 10px;
      }
      
      .boxx h1 {
        text-align: center;
        color: white;
        font-size: 30px;
      }
      
      
      
      .boxx ul li{
        list-style: none;
        color: white;
        padding-left: 25%;
        font-size: 20px;
      }
      
      
      .boxx2 {
        /* background-color: rgba(0, 0, 0, 0.2); */
        padding: 10px;
      }
      
      .boxx2 h1 {
        text-align: center;
        color: white;
        font-size: 30px;
      
      }
      
      
      .boxx2 ul li{
        list-style: none;
        color: white;
        padding-left: 30%;
        font-size: 20px;
      }
      
      
      .boxx3 {
        /* background-color: rgba(0, 0, 0, 0.2); */
        padding: 10px;
      }
      
      .boxx3 h1 {
        text-align: center;
        color: white;
        font-size: 30px;
      }
      
      .boxx3 ul li{
        list-style: none;
        color: white;
        padding-left: 25%;
        font-size: 20px;
        
      }
      
      
      
      .boxx4 {
        /* background-color: rgba(0, 0, 0, 0.2); */
        padding: 10px;
      }
      
      .boxx4 h1 {
        text-align: center;
        color: white;
        text-decoration: none;
        font-size: 30px;
      }
      
      
      .boxx4 ul li{
        list-style: none;
        color: white;
      font-size: 20px;
      padding-left: 30%;
      }
      .boxx4 ul li a{
        font-size: 40px;
        border: 2px solid white;
      } 
    
      .boxx5 img{
        margin-top: 8%;
    
      }



























    