* {
  margin: 0%;
}

.body {
  background-color:rgb(246, 245, 245);
  margin: 0 ;
  font-family: "Cabin",sans-serif;
}

/* header */

.logo {
  width: 200px;
}

a {
  text-decoration: none;
  color: white;
  font-size: 140%;
}

header {
  position: absolute;
  width: 95%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px;
}

header ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}

header ul li {
  margin-right: 30px;
  transform: translateX(-10px);
}

header ul li a {
  padding: 6px 15px;
  border-radius: 20px;
}

header ul li a:hover {
  background-color: #102039;
  color: #fff;;
}

.search input {
  border-radius: 50px;
  border: none;
  outline: none;
  height: 30px;
  padding: 0 10px;
  box-shadow: 20px 8px 20px rgba(24, 42, 97, 0.75) ;
}

.search button {
  position: absolute;
  left: 280px;
  height: 30px;
  width: 60px;
  border-radius:50px ;
  background-color: #102039;
  color: #fcfcfc;
  border: none;
}

.search button:hover {
  background-color:#3fd0d4;
  background-image: url("magnifying-black.png") ;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  
}

.button {
  transform: translateX(1128px);
}

/* landing page */

.landing-page{
  /*background-image: url("18.jpg");*/
  background: url('1.jpg') center/cover no-repeat fixed;
  background-size:1920px 1080px;
  background-position: center;
  background-repeat: no-repeat;
}

.btn-DH {
  padding: 10px 20px;
  background-color: #102039;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-size: 16px;
  transition: background-color 0.3s, transform 0.3s;
  display: inline-block;
  margin-top: 10px;
}

.btn-DH:hover {
  background-color: #3fd0d4;
  transform: scale(1.05);
}

.content {
  background-color: rgba(0, 0, 0, 0.5);
  background-size:1920px 1080px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
}

.hotel-details {
  color: white;
  font-size: 70px;
  display: flex;
  justify-content: center;
  margin: 0 0 10px 0;
}

.hotel-details2 {
  color: white;
  display: flex;
  justify-content: center;
  margin: 0;
}

/*____________________________*/

.btn {
  padding: 10px 20px;
  background-color: #102039;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-size: 16px;
  transition: background-color 0.3s, transform 0.3s;
  display: inline-block;
}

.btn:hover {
  background-color: #3fd0d4;
  transform: scale(1.05);
}


/*____________________________________________________________________*/


/* Hotels Section */
.hotels-section {
  background: #f4f4f4;
  padding: 20px;
  text-align: center;
}

.hotels-section h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.hotel-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 20px;
}

.hotel-card {
  background: #fff;
  margin: 10px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 390px;
  width: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 15px;
}

.hotel-card img {
  width: 100%;
  height: 277px;
  object-fit: cover;
  border-radius: 8px;
}

.hotel-card h3 {
  margin: 10px 0;
  font-size: 22px;
}

.hotel-card p {
  font-size: 13px;
  color: #555;
}

.hotel-card button {
  background: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}

.hotel-card button:hover {
  background: #555;
  transform: scale(1.1);
}

.hotel-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.custom-button {
  display: inline-block; /* To make links look like buttons */
  padding: 10px 20px;
  background: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 25px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-button:hover {
  transform: translateY(-5px); /* Move up */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow */
}

/*______________________________________________________________________*/

/* footer */

.tiktok {
  width:1.7%;
  margin: 2px;    
}

.twitter {
  width:1.7%;
  margin: 2px;
}

.instagram {
  width:1.7%;
  margin: 2px;
}

.facebook {
  width:1.7%;
  margin: 2px;
}

.footer {
  margin: 0%;
  padding: 0;
  background: url("footer.jpg") center/cover no-repeat fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-size:1920px 1080px;
  background-position: center;
  width: 100%;
  clip-path: inset(20% 0 0 0); /* Shrink 20% from top and bottom*/
  display: block;
  overflow: hidden;
  margin-top: auto;
  flex: 1; 
}

.logo2 {
  transform: translateX(500px);
  margin-bottom: 8%;
  margin-top: 5%;
  width: 35%;    
}

.content2 {
  background-color: rgba(0, 0, 0, 0.372);
  background-size:1920px 1080px;
}

.part1 {
  position: absolute;
  margin-left: 6%;
  list-style: none;
  color: #fff;
  transform: translateY(-300px);
  font-family:sans-serif;
  font-size: 130%;
}

.links1 {
  position: absolute;
  transform: translateY(-300px);
  margin-left: 77%;
  color: #fff;
  font-family:sans-serif;
  font-size: 130%;
}

.links2 {
  position: absolute;
  transform: translateY(-241px);
  margin-left: 90%;
  color: #fff;
  font-family:sans-serif; 
  font-size: 130%; 
}

/* Responsive Design */
@media (max-width: 768px) {
  .navbar a {
    font-size: 16px;
    padding: 10px;
  }

  .hero-content h1 {
    font-size: 30px; 
  }

  .hero-content p {
    font-size: 14px; 
  }

  .btn {
    font-size: 14px;
  }

  .hotel-list {
    flex-direction: column;
    gap: 10px; /* Reduce the gap between elements */
  }

  .hotel-card {
    max-width: 100%;
    padding: 10px; 
    box-shadow: none;
  }

  .hotel-card img {
    height: auto;
  }

  .footer {
    text-align: center;
  }
}