ul>li{
    text-decoration: none;
}

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

.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: 5px;
  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;
    
}

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

.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: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  
}


.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

/* .forms{
  margin-right: 40px;
  display:grid;
} */


.banner-img {
  width: 100%;
  height: auto;
  display: block;
}

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

footer ul li {
  margin-bottom: 8px;
}
