
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

 *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", serif;
 }

 main{
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;

 }

 .navbar-nav .nav-link:hover {
  color: rgb(233, 106, 2) !important; 
  transition: color 0.3s ease-in-out; 
}

.navbar-brand:hover .logo {
  color: red !important; 
  transition: color 0.3s ease-in-out;
}

.navbar {
  transition: all 0.3s ease-in-out;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-color: black;
}



  .card-footer a:focus {
      outline: none;
  }





.main-container-all{
  padding-inline: 15%;
  padding-block: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  
.main-container-all{
  padding-inline: 5%;
 
}
}

.sction1-content{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;

}
.sction1-content img{
  width: 100%;
  border-radius: 15px;
}
.sction1-content-text{
  font-weight: 600;
  text-align: center;
}
.sction1-content-text h4{
  font-size: 21px;
  font-weight: 700;
}
.sction1-content-text p {
  font-size: 18px;
  color: #999;
  font-weight: 500;
}
.sction1-content-text button {
  border: none;
  outline: none;
  font-size: 15px;
  background: none !important;
  font-weight: 400;
  color: rgb(179, 138, 5);
}




  .container2 h2 {
    color: #d2d7dd; 
  }
  .container2 p {
    color: #e2dfdf; 
  }




  .card-img{
    width: 100%;
  }

  .c-item{
    height: 670px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .c-img{
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
  }
 
.carousel-caption{

  align-items: center;
  justify-content: center;
  text-align: center;
}

.carousel-caption h1, .carousel-caption h4, .carousel-caption h5 {
    font-family: 'Cinzel', serif;
  }
  

  .carousel-caption p, .carousel-caption a {
    font-family: 'Raleway', sans-serif;
  }



.hotel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotel-title {
  font-size: 1.5rem;
}
.hotel-price {
  font-size: 1.3rem;
}
.hotel-description {
  font-size: 0.95rem;
}

.ratio-1x1 img {
  object-fit: cover; 
  width: 100%; 
  height: 100%; 
}

.bannar-img {
  border-radius: 15px;
  height: 500px;  
  overflow: hidden;  
}

.bannar-img .card-img {
  width: 100%;  
  height: 100%; 
  object-fit: cover; 
}

.card-img-overlay {
  padding: 1rem;
  margin: 1rem;  
}