body {
  font-family: 'Poppins', sans-serif;
  color: #5E6282;
  height: 100vh;
  overflow-x: hidden;
}

.custom-text {
  display: flex;
  color: black;
  font-weight: bold;
  font-size: 17px;
}
/* .custom-text ul li a {
  font-weight: 600;
} */
.nav-link:hover  {
  color: #df6951 !important;
}
.Signup {
  /* border: 1px solid #000; */
  border-radius: 8px;
  padding: 0px 10px;
  background: linear-gradient(to right, orange ,yellow);

}
.Signup:hover{
  color: #04071d !important;
}
.hero h5 {
  color: #DF6951;
  font-weight: 700;
}
.find:hover{
   background: linear-gradient(to right, orange ,yellow);
   color: #000;
}
.Play-btn:hover{
  color: black;
}
.hero h1 {
  font-family: 'sans-serif';
  font-weight: bold;
  font-size: 4rem;
}

h1 {
  color: #000;
  font-family: 'sans-serif';
}

.btn-primary {
  background-color: #F1A501;
  border: none;
}

.btn-link {
  color: #686D77;
  font-weight: bold;
}

#services {
  text-align: center;
}

.card img {
  height: 300px;
  object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}
.card {
  border: none;
  /* width: 300px; */
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.price {
  font-weight: bold;
}
.trip-info i {
  margin-right: 6px;
}
.section-margin-top {
  margin-bottom: 100px;
}

.our-client-img img {
  max-height: 80px;
  object-fit: contain;
}

.color-btn{
    background-color:#FF7D68;
    color: white;
}
/* Base: full width for small screens */
.email-input {
    width: 100%;
    max-width: 100%;
}

.subscribe-btn {
    width: 100%;
}

/* Medium and up: input 50%, button auto */
@media (min-width: 768px) {
     .hero h1 {
    font-size: 3rem;
  }
    .email-input {
        width: 50%;
    }
    
    .subscribe-btn {
        width: auto;
    }
}
@media (max-width: 576px) {
  .hero h1 {
    font-size: 2rem;
  }
  /* .navbar-brand img {
    height: 30px;
  } */

  .Signup {
    padding: 2px 8px;
    font-size: 14px;
  }

  .custom-text {
    font-size: 15px;
  }
  .logo{
    width: 100%;
    max-width: 90px;
  }
  .small-img{
    margin-right: 50px;
    height: 20%;
    width: 50%;
  }
  /* .small-img img{
    width: 20px;
    height: 20px;
  } */
  .small-img p{
    font-size: 12px;
    margin-top:-5px ;
  }
}

