.banner-img {
  background: linear-gradient(
    rgba(28, 28, 28, 0.2) 0%,
    rgba(28, 28, 28, 0.7) 100%
  );
  background-image: url("../assets/amenities-page/table_tennis.jpg");
  height: 550px;
  /* You must set a specified height */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  /* margin-bottom: 45px; */
}

.img-content {
  background-color: rgba(67, 74, 84, 0.3);
  flex: 1 0 100%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 100px;
  color: rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.img-cs {
  /* height: 300px; */
  width: 100%;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  flex: 1;
}

.bnr-heading {
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 90px;
  border-width: 0 px;
  margin: 0 px;
  padding: 0 px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 70px;
  color: #fff;
}

.gap30 {
  gap: 30px;
}

.gap50 {
  gap: 50px;
}

.p1 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0b6354;
  margin: 25px 0 0;
}

.p2 {
  font-weight: 400;
  color: #000;
  font-size: 42px;
  line-height: 1.3em;
  letter-spacing: -0.03em;
  margin: 15px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.p3 {
  font-size: 16px;
  font-weight: 300;
  color: #505050;
  -webkit-font-smoothing: antialiased;
  margin: 0px;
  box-sizing: border-box;
  line-height: 1.87em;
}

.pad50 {
  padding: 25px 80px;
}

.mr25 {
  margin: 25px 0px;
}

.t1 {
  margin: 28px 0 0;
  font-size: 110px;
  line-height: 1.1em;
  font-weight: 400;
  color: #ccc1bd;
  letter-spacing: -0.03em;
  word-wrap: break-word;
}

.activitySection {
  padding: 25px 45px;
  margin: 0px;
}

.activityContent {
  flex-direction: row;
}

.activities,
.relaxMoments,
.adventures {
  flex-direction: row;
  padding: 25px 45px 45px 45px;
  margin: 0px;
}

.hw100 {
  height: 500px;
  width: 100% !important;
  object-fit: cover;
}

.wd {
  width: 50%;
}

.seo-section {
  flex: 1;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 80px;
  padding-bottom: 0;
}

.seo-section .ap {
  text-align: center;
  padding-top: 10px;
}

.link a {
  color: #e56907;
}

.bnr-img {
  min-width: 100%;
}

@media (max-width: 768px) {
  .bnr-heading {
    line-height: 30px;
    font-size: 30px;
  }

  .img-1 {
    height: 250px;
  }

  .t2 {
    font-size: 26px;
    line-height: 26px;
  }

  .t1 {
    font-size: 60px;
    margin-bottom: 28px;
  }

  .individual-rooms {
    flex-direction: column;
    padding: 20px 20px;
  }

  .room-content {
    order: 2;
  }

  .content-box {
    padding: 20px;
  }

  .content-box p {
    margin-bottom: 0;
    font-size: 16px;
  }

  .p3 {
    font-size: 24px !important;
    line-height: 24px;
  }

  .p4 {
    font-size: 14px !important;
    line-height: 20px;
  }

  .hg-cs {
    min-height: 15px;
  }

  .img-cs {
    height: 250px;
  }

  .activitySection,
  .activities,
  .relaxMoments,
  .adventures {
    padding: 0 45px;
    margin: 0px;
  }

  .activityContent,
  .activities,
  .relaxMoments,
  .adventures {
    flex-direction: column;
  }

  .activities > div .photobox,
  .relaxMoments > div .photobox,
  .adventures > div .photobox {
    order: 4;
    margin-top: 40px;
  }
  .relaxMoments {
    margin-top: 20px;
  }
  .mb {
    margin-bottom: 45px;
  }

  .slick-slider {
    margin: 25px 0 0 0 !important;
  }

  .wd {
    width: 100% !important;
  }

  .banner-img {
    margin-bottom: 0;
  }

  .p1,
  .p2 {
    text-align: center;
  }

  .seo-section {
    padding: 45px;
    padding-bottom: 0;
  }

  .seo-section .ap {
    text-align: left;
  }

  .seo-section h1 {
    font-size: 23px;
    padding-bottom: 5px;
  }

  .seo-section h2 {
    font-size: 20px;
    padding-bottom: 5px;
  }

  .hw100 {
    height: auto;
  }
}
