@media screen and (max-width: 500px ){
   .navbar{
      width: 100%;
      justify-content: center ;
  }

}
@media screen and (max-width: 700px ){
  .navbar{
     width: 100%;
     justify-content: center ;
 }

}

.navbar-text{
  color: white !important;
}

.fa-facebook-square, .fa-instagram, .fa-twitter, .fa-whatsapp{
  font-size: 20px !important;
}
.navbar-brand{ 
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 30px !important;
  text-shadow: 4px 3px 3px gray;
  font-style: italic;
}
.nav-link{
 color: gray;
 font-weight: bold;
 font-family: Georgia, 'Times New Roman', Times, serif;
}
.nav-link:hover{
  background-color: rgb(48, 48, 48);
  color: white !important;
  border-radius: 15px;
}
.heading{
  margin-top: 50px;
  margin-left: 50px;
  text-shadow: 2px 5px 4px gray;
}
.fa-shopping-bag, .fa-user-o{
  font-size: 32px !important;
}
.head{
   text-align: center;
   font-size: 40px;
   color: black;
   text-shadow: 3px 3px 3px gray;
   font-family: Georgia, 'Times New Roman', Times, serif;
}
.btn-primary{
   width: 100%;
}
.card-img-top:hover{
   transform: scale(1.5)
}
.card{ 
  width: 200px;
   height: auto ;
   border: none !important;
   margin-top: 20px;
}
.fa-star, .fa-star-half-o, .fa-star-o{
   color: orange;
}
.btn-primary{
   width: 100%;
   background-color: black !important;
   border: #fff !important;
   color: #fff;
   font-style: italic;
}
.btn-primary:hover{
   background-color: gray !important;
   color: black;
}
@media screen and (max-width: 500px){
   #cards{
      width: 20px;
      margin-left: 30px !important;
      width: auto;
       margin: auto;
       
  }

}
.card{
   margin: 10px;
   width: auto;
   border: none;
}
.card-text{
   text-align: center;
}
.our{
   text-align: center;
   font-size: 25px;
   margin-top: 5px;   
}
#box{
   width: auto;
   margin-top: 10px;
   text-align: center;
   
}
ul{
  list-style-type: none;
  
}
.col{
  margin: 20px;
}
.useful{
  font-size: 20px;
  margin-bottom: 15px;
  text-decoration: underline;
  color: white;
  
}
.list, li{
  margin-top: 10px;
  color: rgb(204, 199, 199) !important;
}
.square{
  list-style-type: square;
  margin-bottom: 10px;
}
.copyright{
  color: white;
  margin: 15px;
  margin-left: 20px;
}
.fa-arrow-circle-up{
  font-size: 50px !important;
  color: black;
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  
}