html {
  scroll-behavior: smooth;
}

* {
  font-family: Helvetica;
}

body {
  background-color: black;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
  font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
  font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
  font-weight: 500 !important;
}

italic {
  font-style: italic;
}

.container span {
  font-weight: 600;
  font-size: 20px;
}

.container-xl span {
  font-weight: 600;
  font-size: 20px;
}

.container-xl p {
  font-size: 14px;
  text-align: justify;
}

.container-sm p {
  font-size: 14px;
  text-align: justify;
}
.container p {
  font-size: 14px;
}

/* section */
#section-2 {
  background-color: black;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.section-3,
.section-4 {
  background-color: black;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Navbar ***/
.navbar {
  padding-top: -20px;
  padding-bottom: -20px;
}

.navbar-collapse {
  font-size: 12px;
  color: white;
}

.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.navbar-scroll {
  background-color: black;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 99;
  box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.7);
  transition-duration: 0.6s;
}

.navbar-toggler {
  border: none;
}
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none !important;
  box-shadow: none !important;
}

/*** Jumbotron ***/
.jumbotron {
  background-image: url("img/jumbotron (1).jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  min-height: 350px;
}

.jumbotron .display-6 {
  text-align: center;
  padding-top: 60px;
  font-size: 25px;
  font-weight: 600;
}

.jumbotron .display-6 span {
  font-weight: 700;
  color: #ff0000;
}

/*** Jumbotron ***/
.jumbotron1 {
  background-image: url("img/banner_rm280_24.JPG");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  min-height: 350px;
}

.jumbotron1 .display-6 {
  color: #000000;
  text-align: center;
  padding-top: 60px;
  font-size: 25px;
  font-weight: 800;
}

/* Our Service Hover */
.container .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container .row .box {
  position: relative;
  background: #181818;
  padding: 100px 40px 10px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
}

.container .row .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #143518;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s;
}

.container .row .box:hover:before {
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform 0.5s;
}

.container .row .box h2 {
  position: absolute;
  left: 40px;
  top: 60px;
  font-size: 3.5em;
  font-weight: 800;
  z-index: 1;
  opacity: 0.1;
  transition: 0.5s;
}

.container .row .box:hover h2 {
  opacity: 1;
  color: #ffffff;
  transform: translateY(-40px);
}

.container .row .box h3 {
  position: relative;
  font-size: 1em;
  z-index: 2;
  color: #ffffff;
  transition: 0.5s;
}

.container .row .box p {
  position: relative;
  z-index: 2;
  columns: #555555;
  transition: 0.5s;
}

.container .row .box:hover h3,
.container .row .box:hover p {
  color: #ffffff;
}

/* Our Service */

.services-1 .list .ourservices .fa {
  padding-right: 10px;
}
@media (max-width: 800px) {
  .services-1 .list .ourservices .fa {
    padding-right: 5px;
  }
}

/* Testimonial */
.shadow-effect {
  background: #181818;
  padding: 20px;
  text-align: center;
  box-shadow: 0 19px 38px rgba(95, 95, 95, 0.1),
    0 15px 12px rgba(95, 95, 95, 0.02);
}
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 200;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #143518;
  padding: 9px 20px;
  font-size: 12px;

  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(95, 95, 95, 0.12),
    0 5px 7px rgba(95, 95, 95, 0.05);
}
#customers-testimonials .item {
  text-align: center;
  padding: 20px;
  margin-bottom: 10px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #143518;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #143518;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

/* About Year */
.hovereffect {
  position: relative;
  text-align: center;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect h2 {
  text-align: center;
  position: relative;
  font-size: 1em;
  padding: 15px;
  background: rgba(0, 0, 0, 0.4);
}

.site-section {
  padding: 2em 0;
}
@media (min-width: 768px) {
  .site-section {
    padding: 3em 0;
  }
}
.site-section.site-section-sm {
  padding: 2em 0;
}

.cta-big-image > .container-sm {
  position: relative;
}

/* Contact */
.contact-link .footer {
  text-decoration: none;
}

/* Our Services */
.display-5 {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 1.5rem;
  }
}

.d-flex {
  display: flex !important;
}

small,
.small {
  font-size: 0.875em;
  color: #2bb840;
}

.btn-outline-dark {
  border-radius: 0px;
  border-color: #ffffff;
  color: #ffffff;
  font-size: small;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #143518;
}

.btn:focus,
.btn:active {
  color: #143518;
  outline: none !important;
  box-shadow: none !important;
}

/* Filter Denah */
.gallery-menu {
  text-align: center;
}
.gallery-menu ul li {
  display: inline-block;
  margin: 10px;
  list-style: none;
  justify-content: center;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}

.gallery-item .item {
  /*width:303px;*/
  float: left;
  padding: 10px;
}

.filter-button {
  font-size: small;
  border: 2px solid #ffffff;
  padding: 5px 10px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
  background: transparent;
}
.filter-button:hover,
.filter-button:focus,
.filter-button.active {
  color: #ffffff;
  background-color: #143518;
  border: 2px solid #143518;
}
.item {
  margin: 0px;
  padding: 0;
  position: relative;
}
.item .img-info {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  overflow: hidden;
  color: #fff;
  top: 0;
  display: none;
  -webkit-transition: 2s;
  transition: 2s;
}

.item:hover .img-info {
  display: block;
  -webkit-transition: 2s;
  transition: 2s;
}

/* Tour Buses 1 */
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
  top: 50px;
  bottom: auto;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  padding: 10px;
  z-index: 2;
}
/* End Tour Buses 1 */

/* Additional Facilities */
.ftco-section {
  padding: 3em 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .ftco-section {
    padding: 2em 0;
  }
}

.ftco-no-pt {
  padding-top: 0 !important;
}

.ftco-no-pb {
  padding-bottom: 0 !important;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-item {
  opacity: 1;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
.owl-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  color: rgba(0, 0, 0, 0.2) !important;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: #ffffff;
    font-weight: 1000;
  }
}
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .owl-carousel .owl-nav .owl-prev span:before,
  .owl-carousel .owl-nav .owl-next span:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: #ffffff;
    font-weight: 1000;
  }
}
.owl-carousel .owl-nav .owl-prev:hover span:before,
.owl-carousel .owl-nav .owl-next:hover span:before {
  color: #ff0000;
  font-weight: 1000;
}
.owl-carousel .owl-nav .owl-prev {
  right: 0;
  margin-right: 40px;
  background-color: transparent;
  border: none;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
  margin-right: 20px;
  background-color: transparent;
  border: none;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.owl-dot {
  text-decoration: none;
  border: none;
  margin-right: 5px;
}

.work {
  width: 100%;
}
.work .img {
  width: 100%;
  height: 300px;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  -webkit-box-shadow: 0px 20px 35px -30px rgba(255, 255, 255, 0.26);
  -moz-box-shadow: 0px 20px 35px -30px rgba(255, 255, 255, 0.26);
  box-shadow: 0px 20px 35px -30px rgba(255, 255, 255, 0.26);
  z-index: 0;
}
.work .img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  background: rgba(255, 93, 177, 0);
  background: -moz-linear-gradient(
    top,
    rgba(255, 93, 177, 0) 0%,
    rgba(148, 54, 103, 0) 42%,
    black 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 93, 177, 0)),
    color-stop(42%, rgba(148, 54, 103, 0)),
    color-stop(100%, black)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 93, 177, 0) 0%,
    rgba(148, 54, 103, 0) 42%,
    black 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 93, 177, 0) 0%,
    rgba(148, 54, 103, 0) 42%,
    black 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 93, 177, 0) 0%,
    rgba(148, 54, 103, 0) 42%,
    black 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 93, 177, 0)),
    color-stop(42%, rgba(148, 54, 103, 0)),
    to(black)
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 93, 177, 0) 0%,
    rgba(148, 54, 103, 0) 42%,
    black 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#000000', GradientType=0 );
  opacity: 0.6;
}
.work .text {
  padding: 35px;
  padding-top: 0;
}
.work .text .cat {
  font-size: 12px;
  color: #143518;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.5);
  padding: 1px 8px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 5px;
}

/* End Additional Facilities */

/* NEWS */

.position-relative {
  position: relative !important;
}
.d-flex {
  display: flex !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-lg {
  width: 138px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0px;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  background-color: #181818;
}
.content-wrapper {
  padding: 60px 0;
}

.grid-margin {
  margin-bottom: 2rem;
}

.stretch-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.stretch-card .card {
  width: 100%;
  height: auto;
}

.scroll-div {
  height: 280px;
  overflow: hidden;
  overflow-y: scroll;
}

.scroll-object {
  padding-right: 10px;
  padding-bottom: 0px;
}
/* END NEWS */

/* Merchandise */
.load .img-fluid {
  height: 450px auto;
  z-index: 0;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}

#loadMore {
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
  width: 100%;
}
#loadMore a {
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: white;
  display: inline-block;
  padding: 5px 10px;
  transition: all 0.25s ease-out;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
#loadMore a:hover {
  color: #ffffff;
  background-color: #143518;
  border: 2px solid #143518;
}

/* FOOTER */
.footer ft {
  margin-bottom: 4px;
}
@media (max-width: 1200px) {
  .footer .text {
    font-size: 12px;
    margin-bottom: 2px;
  }
}

/* DESKTOP VERSION */
@media (min-width: 769px) {
  .navbar .nav-link {
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  }
  .nav-link {
    text-transform: uppercase;
    margin-right: 20px;
  }

  .nav-link:hover::after {
    content: "";
    display: block;
    border-bottom: 3px solid #143518;
    width: 50%;
    margin: auto;
    padding-bottom: 5px;
    margin-bottom: -10px;
  }

  .nav-link.active {
    font-weight: bold;
  }

  .html {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* MOBILE VERSION */
@media (max-width: 500px) {
  .jumbotron .display-6 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .responsive-text {
    font-size: 0.75em;
  }
  .img-lg {
    width: 100px;
  }
}

/* TABLET VERSION */
@media (max-width: 768px) {
  #section-2,
  .section-3,
  .section-4,
  .site-section,
  .section-about,
  .services-1,
  .services-2,
  .services-3,
  .services-4 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .responsive-text {
    font-size: 0.75em;
  }
}

/* DESKTOP */
@media (max-width: 1200px) {
  #section-2,
  .section-3,
  .section-4,
  .site-section,
  .section-about,
  .services-1,
  .services-2,
  .services-3,
  .services-4 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .responsive-text {
    font-size: 0.75em;
  }
}

/* Whatsapp  */
.float {
  bottom: 10px;
  right: 10px;
  align-items: center;
  position: fixed;
  display: inline-block;
  margin: 10px 0 0;
  text-decoration: none !important;
}

.my-float img {
  pointer-events: none;
}

.img-fluid {
  pointer-events: none;
}

/* Video RM 280 */
.video-wrap {
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  height: calc(100vh - 51px);
}

.hero-section small {
  color: white;
  text-transform: uppercase;
}

.hero-section .section-overlay {
  z-index: 2;
  opacity: 0.45;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 80px;
}

.hero-section .container .row {
  height: 100%;
}

.bg-video {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  min-height: 350px;
}

/* Bangku RM280 */
.projects-section {
  padding: 3rem 0;
}
.projects-section .featured-text {
  padding: 2rem;
}
@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #143518;
  }
}
.projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}
@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 5rem;
  }
}

/* Image Slider News */
.carousel_inner {
  width: 100%;
  overflow: hidden;
}

.carousel_inner::after {
  content: "";
  display: block;
  clear: both;
}

.carousel_item {
  position: relative;
  float: left;
  display: none;
  width: 100%;
  margin-right: -100%;
}

/* slide effect */
.carousel_item__active,
.carousel_item__pos_next {
  display: block;
}

.carousel_item__pos_next {
  left: 100%;
}

.carousel_item__next {
  transform: translateX(-100%);
  transition: transform 2.5s ease-in-out;
}

/* fade effect */
.carousel__fade .carousel_item__pos_next {
  left: 0;
  opacity: 0;
}

.carousel__fade .carousel_item__next {
  transform: none;
  opacity: 1;
  transition: opacity 2s ease-in-out;
}

.carousel__fade .carousel_item__active.carousel_item__next {
  opacity: 0;
}

/* carousel */
.carousel_img {
  display: block;
  width: 100%;
}

/* Booking */

.section {
  position: relative;
  height: 100vh;
}

.section .section-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#booking {
  font-family: "Montserrat", sans-serif;
  background-image: url("https://i.imgur.com/ZaRYfYW.jpg");
  background-size: cover;
  background-position: center;
}

#booking::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}

.booking-form {
  background-color: #000000;
  padding: 30px 20px;
  -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.booking-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.booking-form .form-control {
  background-color: #2d343b;
  border-radius: 4px;
  border: none;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  font-size: 14px;
}

.booking-form input[type="date"].form-control:invalid {
  color: rgba(62, 72, 92, 0.3);
}

.booking-form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.booking-form select.form-control + .select-arrow {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 24px;
  text-align: center;
  pointer-events: none;
  height: 50px;
  line-height: 50px;
  color: #d2d2d2;
  font-size: 12px;
}

.booking-form select.form-control + .select-arrow:after {
  content: "\279C";
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.booking-form .form-label {
  position: absolute;
  top: -10px;
  left: 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  line-height: 24px;
  height: 24px;
  font-size: 12px;
  pointer-events: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.booking-form .form-group.input-not-empty .form-label {
  top: -10px;
  color: #fff;
  font-size: 12px;
}

.booking-form .form-group:not(.input-not-empty) .form-control:not(:focus) {
  color: transparent;
}

.booking-form .form-group .form-control:focus + .form-label {
  top: -10px;
  color: #fff;
  font-size: 12px;
}

.booking-form .submit-btn {
  display: inline-block;
  color: #fff;
  background-color: #092e19;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 4px;
  border: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
  opacity: 0.9;
}

.booking-cta {
  margin-top: 80px;
  margin-bottom: 30px;
}

.booking-cta h1 {
  font-size: 52px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.booking-cta p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

/* MOBILE VERSION */
@media (max-width: 500px) {
  .section .booking-cta {
    margin-right: 20px;
    margin-left: 20px;
  }
  .booking-cta h1 {
    font-size: 32px;
  }
  .booking-cta p {
    font-size: 12px;
    text-align: justify;
  }
}
