header.homepage-header.location {
  background-image: url("../images/location/location-bg.jpg");
  background-position: bottom;
}
.homepage-header.location .arrow-bg {
  position: absolute;
  left: 0;
}
.homepage-header.location .logo {
  margin-left: 60px;
}
.intro {
  width: 550px;
  text-align: left;
  color: white;
  margin: 20px 0 0 75px;
}
.intro h1 {
  font-size: 70px;
  margin: 40px 0;
  font-weight: 800;
  font-family: trumpsoftpro, sans-serif;
  font-style: normal;
}
.intro h1 span {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #d5826b;
  color: #d5826b;
  font-weight: 800;
  font-family: trumpsoftpro, sans-serif;
  font-style: normal;
}
.intro p {
  font-weight: 600;
  font-size: 18px;
}

.nearby-title {
  margin: 0 auto;
}
.nearby-title li {
  padding-left: 7px;
}
.introduction.location {
  background-color: #fff;
  color: #1e4c51;
  position: relative;
}
.introduction.location h1 {
  color: #1e4c51;
  z-index: 1000;
  position: relative;
  top: -20px;
  text-align: left;
  margin: 0;
  font-size: 40px;
}
.introduction.location .paragraphs img {
  width: 100%;
}

.location-highlights {
  display: flex;
}
.location-highlights ul {
  color: #fff;
  list-style: disc;
}
.location-highlights ul li {
  color: #fff;
  font-size: 15px;
  text-align: left;
  line-height: 2em;
  list-style: none;
}
.location-highlights ul li strong {
  font-weight: 600;
}
.location-highlights ul li.paragraph {
  margin: 10px 0;
}
.location-highlights .right-grid-information-1 .info {
  width: 86%;
}
.location-highlights ul li span {
  color: #d5826b;
}
.location-highlights .right-grid-information-1 .icon p {
  color: #fff;
}
.location-highlights .row {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
  height: 550px;
}
.location-highlights .right-grid-image-1 {
  background-image: url("../images/location/transport-bg.png");
}
.location-highlights .left-grid-image-1 {
  background-image: url("../images/location/around-corner-bg.png");
  height: 100%;
}
.location-highlights .right-grid-information-1 {
  background: none;
  background-color: #204c51;
  color: #fff;
  height: 100%;
}

.location-gallery {
  background-color: #eed6cb;
  display: flex;
}
.location-gallery .gallery {
  padding: 0;
  position: revert;
  margin: 60px 0;
}

.close-hand {
  background-color: #d5826b;
  color: #1e4c51;
}
.close-hand .container {
  padding: 30px 30px 60px 30px;
}
.close-hand .items {
  margin: 50px 0;
}
.close-hand h1 {
  font-size: 70px;
  padding-bottom: 30px;
  font-weight: 800;
  font-family: trumpsoftpro, sans-serif;
  font-style: normal;
}
.close-hand h1 span {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #fff;
  color: #fff;
  font-weight: 800;
  font-family: trumpsoftpro, sans-serif;
  font-style: normal;
}
.close-hand .row {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.close-hand .row .amenity {
  height: 250px;
}
.close-hand .row .description {
  width: 250px;
}
.close-hand .row .title {
  font-weight: 700;
  padding: 10px 0 20px 0;
  font-size: 20px;
}
.close-hand .row .icon {
  width: 80px;
}

@media screen and (max-width: 730px) {
  nav {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1;
  }
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .introduction.location .container {
    display: block;
  }
  .introduction.location h1 {
    text-align: center;
  }
  .nearby-title {
    margin-bottom: 50px;
  }
  .nearby-title ol {
    list-style: none;
    text-align: center;
  }

  .location-highlights .row {
    display: block;
  }

  .intro {
    width: 80%;
    padding-bottom: 30px;
  }

  .close-hand {
    display: inline-table;
  }
  .close-hand .row {
    display: block;
  }
  .close-hand .row .description {
    width: 100%;
  }
  .close-hand .row .description p {
    width: 50%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1000px) {
  .location-highlights ul li {
    font-size: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .location-highlights {
    display: block;
  }
  .clockwise-right {
    display: none;
  }
  .enquire {
    top: 200px;
    right: 30px;
  }
}
