* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  font-family: sans-serif;
  scroll-behavior: smooth;
}







.head-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: center;
  font-size: 26px;
  padding-left: 40px;
  color: white;
  font-family: "Yeseva One";
  position: relative;
  text-shadow: 0 0 10px #000;
}

.head-content h1 {
  margin-bottom: 20px;
  text-align: center;
}

.head-content a {
  color: #fff;
}

.head-content p {
  font-size: 20px;
}

@media(max-width:900px) {
  .head-content {
    padding-left: 0;
    align-items: center;
  }

  .header {
    justify-content: center;
  }
}

@media(max-width:750px) {
  .head-content {
    font-size: 25px
  }
}

.all-main-h2 {
  font-size: 25px;
  line-height: 150%;
  color: var(--dark);
  font-weight: bold;
}

.all-main-p {
  font-size: 17.5px;
  line-height: 150%;
  color: #333;
}

.all-main-p2 {
  font-size: 16.8px;
  line-height: 150%;
  color: #333;
}







/* hotel search sec  */


.different-places-sec {
  gap: 20px;
  max-width: 80vw;
  margin: auto;
  margin-block: 2vw;
  border-bottom: 5px solid black;
  padding-bottom: 30px;
}

.different-places-in {
  font-size: 45px;
  text-align: center;
  position: relative;
  background-color: white;
  color: black;
  border-left: 5px solid black;
  border-right: 5px solid black;
  padding-inline: 20px;
  margin-inline: auto;
  width: fit-content;
  margin-bottom: 10px;
}

.different-places-in::before {
  content: "";
  z-index: -1;
  position: absolute;
  display: block;
  background-color: black;
  width: 80vw;
  height: 5px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);

}

.different-places-in-city {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.different-places-in-city a {
  background-color: black;
  padding: 12px 24px;
  border: 2px solid black;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  transition: .3s;
  color: #fff;
}

.different-places-in-city a:hover {
  background-color: white;
  color: black;
}

@media(max-width:1200px) {
  .different-places-sec {
    max-width: 90vw;
  }

  .different-places-in::before {
    width: 90vw;
  }
}

@media(max-width:1100px) {
  .different-places-in {
    font-size: 38px;
  }

  .different-places-in-city a {
    font-size: 18px;
  }
}

@media(max-width:900px) {
  .different-places-sec {
    border: none;
  }

  .different-places-in::before {
    display: none;
  }
}

@media(max-width:700px) {
  .different-places-in {
    font-size: 35px;
    background-color: rgba(0, 0, 0, 0.134);
    padding-block: 10px;
    margin-bottom: 10px;
  }

  .different-places-sec {
    padding-bottom: 10px;
  }

  .different-places-in-city {
    gap: 15px;
    row-gap: 10px;
  }

}

@media(max-width:500px) {
  .different-places-sec {
    margin-top: 40px;
  }

  .different-places-in-city {
    gap: 10px;
    row-gap: 10px;
  }
}






/* hotel sec  */

.hotel-main {
  display: block;
}

.hotel-component {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-inline: 10px;
  padding: 20px;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

@media(max-widht:750px) {
  .head-component {
    margin-block-end: 40px;
  }
}

.hotel-name {
  font-size: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hotel-btn {
  display: block;
  width: fit-content;
  min-width: 120px;
  padding: 9px 15px;
  font-size: 16px;
  font-weight: 550;
  color: #fff;
  text-align: center;
  background: #292929;
  border-radius: 3px;
  border: 2px solid #292929;
  text-decoration: none;
  transition: .2s;
}

.hotel-button a{
  color: #2d94ff;
}

.hotel-button a:hover{
  color: #000;
  text-decoration: underline;
}

.hotel-address {
  font-size: 17px;
  color: #333;
}

.image-gallery {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.main-image {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.sub-images {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.sub-image {
  width: 100px;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
  border: 1px solid #ddd;
  transition: transform 0.3s, filter 0.3s;
}

.grayscale {
  filter: grayscale(100%);
}

.sub-image:hover {
  transform: scale(1.05);
}

.hotel-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hotel-category {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hotel-category p {
  display: flex;
  flex-direction: column;
  color: #666;
  font-size: 18px;
}

.hotel-category p span {
  font-size: 18px;

}

.hotel-category p span:nth-child(2) {
  font-size: 30px;

}


.hotel-category h2,
.hotel-about h2,
.hotel-rooms h2 {
  font-size: 22px;
  color: black;
}

.stars {
  color: gold;
}

.hotel-about {
  font-size: 18px;
  line-height: 21px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #333;
}

.hotel-rooms {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hotel-room-ul {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.hotel-room-ul li {
  list-style: none;
  box-shadow: 0px 0px 5px rgb(0, 0, 0, .2);
  padding: 11px 16px;
  font-size: 18px;
  font-weight: 600;
}

/* Media query for screens larger than 950px */
@media (min-width: 950px) {

  .hotel-main {
    gap: 10px;
  }

  .hotel-component {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 20px auto;
  }

  .hotel-name,
  .hotel-address {
    grid-column: 2;
  }

  .image-gallery {
    grid-row: 1 / span 4;
    grid-column: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .hotel-btn {
    font-size: 18px;
  }

  .hotel-btn:hover {
    background-color: #fff;
    color: #292929;
  }

  .sub-images {
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }

  .hotel-address {
    grid-row: 2;
  }

  .hotel-details {
    grid-column: 2;
  }

  .hotel-rooms {
    grid-column: 2 span;
  }
}

@media (max-width:600px) {
  .sub-images {
    justify-content: center;
  }
}

@media (max-width:500px) {

  .hotel-component {
    margin-inline: 10px;
  }

  .hotel-name {
    font-size: 22px;
  }

  .hotel-btn {
    font-size: 14px;
    padding: 7px 10px;
  }

  .hotel-address,
  .hotel-category p,
  .hotel-about {
    font-size: 14px;
  }

  .hotel-category h2,
  .hotel-about h2,
  .hotel-rooms h2 {
    font-size: 18px;
  }

  .hotel-room-ul li {
    font-size: 15px;
  }
}