.banner {
  position: relative;
  height: 30rem;
  background-color: #000;
}
.banner-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(70%);
  z-index: 0;
}
.banner-content {
  position: relative;
  height: 100%;
  padding-top: 7rem;
}
.banner-title {
  font-size: 3.5rem;
  font-family: "Bebas Neue";
  color: #fff;
  width: 50%;
  margin-bottom: 1.5rem;
}
.banner-desc {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.banner-btn-booking {
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #BC2023;
  display: inline-block;
  padding: 0.75rem 1.75rem;
  font-weight: 200;
}
.banner-btn-booking:hover {
  color: #BC2023;
  background: #fff;
}
.banner-btn-signup {
  text-align: center;
  text-decoration: none;
  color: #BC2023;
  background: transparent;
  border: 1px solid #BC2023;
  display: inline-block;
  padding: 0.75rem 1.75rem;
  font-weight: 200;
}
.banner-btn-signup:hover {
  color: #BC2023;
  background: #fff;
}

.thrill {
  padding: 4rem 0;
  background-color: #000;
}
.thrill-header {
  margin-bottom: 4rem;
}
.thrill-title {
  font-size: 2.5rem;
  font-family: "Bebas Neue";
  color: #fff;
}
.thrill-desc {
  color: #fff;
  font-size: 1.25rem;
  line-height: 150%;
}
.thrill-item-img {
  height: 10rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.5rem;
}
.thrill-item-name {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1.5rem;
  font-family: "Bebas Neue";
}
.thrill-item-desc {
  color: #fff;
  font-size: 1rem;
  line-height: 150%;
  margin-bottom: 1.5rem;
}
.thrill-item-btn-learnmore {
  text-decoration: none;
  color: #BC2023;
}
.thrill-item-btn-learnmore:hover {
  color: #fff;
}
.thrill-item-btn-learnmore img {
  height: 1rem;
  width: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 0.75rem;
}

.tagline {
  padding: 5rem 0;
  background-color: #000;
}
.tagline-content {
  display: flex;
  align-items: center;
}
.tagline-name {
  color: #fff;
  font-size: 1rem;
  line-height: 150%;
  margin-bottom: 1rem;
}
.tagline-title {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 1.5rem;
  font-family: "Bebas Neue";
}
.tagline-desc {
  color: #fff;
  font-size: 1rem;
  line-height: 150%;
  margin-bottom: 2rem;
}
.tagline-label {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 1rem;
  font-family: "Bebas Neue";
}
.tagline-btn-book-now {
  margin-top: 1rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #BC2023;
  display: inline-block;
  padding: 0.75rem 1.75rem;
  font-weight: 200;
}
.tagline-btn-book-now:hover {
  color: #BC2023;
  background: #fff;
}
.tagline-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 35rem;
}

.block-space {
  background-color: #000;
  height: 5rem;
}

@media screen and (min-width: 992px) {
  .tagline.tagline-content-left .tagline-content {
    padding-right: 1.5rem;
  }
  .tagline.tagline-content-left .tagline-img {
    padding-left: 1.5rem;
  }
  .tagline.tagline-content-right .tagline-content {
    padding-left: 1.5rem;
  }
  .tagline.tagline-content-right .tagline-img {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .banner-title {
    font-size: 3rem;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .banner-desc {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .banner-btn-booking {
    font-size: 1rem;
  }
  .banner-btn-signup {
    font-size: 1rem;
  }
  .thrill-item {
    margin-bottom: 5rem;
  }
  .tagline {
    padding: 3rem 0;
  }
  .tagline-content {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .banner-title {
    font-size: 2rem;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .banner-desc {
    color: #fff;
    font-size: 0.75rem;
    margin-bottom: 2rem;
  }
  .banner-btn-booking {
    font-size: 0.75rem;
  }
  .banner-btn-signup {
    font-size: 0.75rem;
  }
  .thrill {
    padding-bottom: 0;
  }
  .thrill-title {
    font-size: 2rem;
  }
  .thrill-desc {
    font-size: 0.75rem;
  }
  .thrill-item-img {
    height: 20rem;
  }
  .thrill-item-desc {
    font-size: 0.75rem;
  }
  .thrill-item-btn-learnmore {
    font-size: 0.75rem;
  }
  .thrill-item-btn-learnmore img {
    height: 0.75rem;
    width: 0.75rem;
  }
  .tagline {
    padding: 3rem 0;
  }
  .tagline-name {
    font-size: 0.75rem;
  }
  .tagline-title {
    font-size: 2rem;
  }
  .tagline-desc {
    font-size: 0.75rem;
  }
  .tagline-label {
    font-size: 1rem;
  }
  .tagline-btn-book-now {
    font-size: 0.75rem;
  }
  .tagline-img img {
    min-height: 20rem;
  }
}
@media screen and (max-width: 576px) {
  .thrill-item-img {
    height: 15rem;
  }
}