.cardone{
  border: none;
  border-radius: 15px;
  overflow: hidden;
  margin: 10px 5px;
  max-width: 300px;
  width: 100%;
}


.cardone img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.Cardtext{
  text-align: center;
  padding: 8px;
}


.pricecolor{
  color: red;
}

.offpricecolor{
  color: black;
}

button{
    margin: 5px;
    height: 30px;
    background-color: white;
    border-color: gray;
}

.addcartbtn{
  background-color: black;
  color: white;
}

.addcartbtn:hover{
  color: white;
}



button:hover{
    background-color: black;
    color: white;
    border-color: black;
}

.sample{
  background-color: black;
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

ul>li{
    text-decoration: none;
}

.how{
    height: 60px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.imagelogo>img{
    height: 80px;
    width: 80px;
}

.imagelogo>h1{
    height: 80px;
    width: 80px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
}

/* .bodyimage{
    width: 100%;

} */



 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul li{
    margin: 10px;
}

.nonedec{
  text-decoration: none;
  color: black;
  
}

.nonedec:hover{
  color:firebrick;
  height: 30px;
  width: 30px;
}

.loginpg{
  border-radius: 5px;
  background-color:firebrick;
  color: white;
  border-color: white;
 padding: px;
  margin:5px ;

}

.loginpg:hover{
  color: firebrick;
  border-color: firebrick;
  background-color: white;
}

.loginpgdeco{
  text-decoration: none;
  color: white;
}

.loginpgdeco:hover{
  color: firebrick;
}


.btnn{
    background-color: black;
    border: 2px solid black;
    color: white;
    border-radius: 5px;
    
}
.moved>h3{
    color: white;
}

nav li{
    text-transform: uppercase;
}

.card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: scale(1.05);
}

.card img {
  width: 100%;
  height: 350px; 
  object-fit: cover;
  border-radius: 10px;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: black;
  border-radius: 60%;
}


.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul li{
    margin: 10px;
}


.btnn{
    background-color: black;
    border: 2px solid black;
    color: white;
    border-radius: 5px;
    
}

.btnn:hover{
    background-color: aqua;
    color: black;
    border: 2px solid aqua;
    transition: 0.5s;
}

.touch{
  margin-left: 15px;
}

ul h3{
  margin-left: 10px;
}




