* {
    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{
  color: white;
}

/* nav2 */
#nav2 {
    width: 100%;
    height: 15vh;
    background: white;
    top: 0px;
    position: sticky;

}

.navrap2 {
    width: 80%;
    margin: auto;
    /* height: 90vh; */
}

.logo{
    padding-left: -15%;
}

.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;
}







.bigphoto{
    padding-left: 90px;
    margin-top: 3%;
}

.bigphoto img{
    height: 90vh;
}

.textcontent h1{
    /* border: 2px solid black; */
    width: 30%;
    margin-left: 50%;
    margin-top: -45%;
    font-size: 40px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.textcontent h2{
    /* border: 2px solid black; */
    width: 25%;
    margin-left: 50%;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

.cakeabout h4{
    /* border: 2px solid black ; */
    width: 45%;
    margin-left: 50%;
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: grey;
}


.quantity h2{
    width: 10%;
    height: 40px;
    border: 2px solid grey;
    padding-left: 3%;
}


/* .quantity h1{
    width: 10%;
    height: 40px;
    border: 2px solid grey;
    padding-left: 3%;
} */



.cart{
    margin-left: 50%;
    margin-top: 3%;
}

.cart h3{
    /* border: 2px solid black; */
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 25px;
    background-color: purple;
    color: white;
    width: 400px;
    height: 5vh;
    border-radius: 25px;
    text-align: center;
  }



  .proceed{
    margin-left: 50%;
    margin-top: 1%;
}

.proceed h3{
    /* border: 2px solid black; */
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 25px;
    background-color: white;
    color: purple;
    width: 400px;
    height: 5vh;
    border-radius: 25px;
    text-align: center;
    border: 2px solid purple;
  }

.note1{
    margin-left: 50%;
    margin-top: 2%;
}

.note1 h3{
    /* border: 2px solid black; */
    width: 85%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: grey;
}


.note{
    margin-left: 50%;
    margin-top: 1%;
}

.note h3{
    /* border: 2px solid black; */
    width: 85%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: grey;
}


/* .like{
    margin-top: 4%;
    padding-left: 80px;
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
} */





















.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: 50vh;
    width: 100%;
    padding-left: 5%; 
}

.bestrap1 {
    height: 75vh;
    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);
}



.flip-box-front a{
    text-decoration: none;
}

.flip-box-back a{
    text-decoration: none;
}



/* 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%;

  }








