  body{
    font-family: 'Noto Sans Display';
  }

  .container {
    max-width: 1200px;
  }
  
  .navbar{
    background: black !important;
  }

  .navbar-dark .navbar-nav .nav-link {
      color: rgba(255,255,255,1);
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.5px;
  }

  .navbar-dark .navbar-nav .nav-link:hover {
    color: #F69425;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

  .nav-link{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .nav-link.active{
    color: #F69425 !important;
  }

  .flipside-header {
    font-size: 60px;
    padding-top: 100px;
  }

  @media (max-width: 991.98px) {
    .flipside-header {
      font-size: 35px;
      padding-top: 50px;
    }
    .navbar-dark .navbar-toggler {
      border: none;
    }
    .navbar-toggler:focus {
      box-shadow: none;
    }
    .navbar {
      padding-bottom: 20px;
    }
    .navbar-nav{
      padding-top: 20px;
    }
    .navbar-dark .navbar-nav .nav-link {
      font-size: 20px;
      padding: 10px 5px !important;
    }
    .contact-btn {
      display: block;
      font-size: 18px!important;
    }
    .text-end {
      text-align: left !important;
    }
  }

  footer{
    background: #171616;;
  }

  .footer-link{
    color: #fff!important;
    padding: 0px !important;
    text-decoration: none;
    font-weight: 300;
  }

  .footer-link:hover {
    color: #f59426 !important;
  }

  .footer-link.social {
    display: block;
    color: white; 
    font-weight: 400; 
    text-decoration: none;
    background: #2e2e2e;
    letter-spacing: 0.2px;
    padding: 15px 15px !important;
  }

  footer h5 {
    color: #fff;
    font-weight: 300;
  }

  footer h5::after {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    width: 50px;
    content: "";
    display: block;
    background-image: linear-gradient(270deg,rgba(69,255,230,0),#f79426);
  }

  .enquiry-btn {
    display: block;
    color: #f59426;
    font-weight: 400;
    text-decoration: none;
    background: #2e2e2e;
    letter-spacing: 0.2px;
    padding: 15px 20px !important;
  }

  .enquiry-btn:hover {
    color: #fff;
  }

  /*
   * Custom translucent site header
   */
  
  .site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
  .site-header a {
    color: #8e8e8e;
    transition: color .15s ease-in-out;
  }
  .site-header a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  /*
   * Dummy devices (replace them with your own or something else entirely!)
   */
  
  .product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    transform: rotate(30deg);
  }
  
  .product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
  }
  
  .product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
  }
  
  
  /*
   * Extra utilities
   */
  
  .flex-equal > * {
    flex: 1;
  }
  @media (min-width: 768px) {
    .flex-md-equal > * {
      flex: 1;
    }
  }


  /* Header Video */

  header {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  
  header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  header .container {
    position: relative;
    z-index: 2;
  }
  
  header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 1;
  }

  .flipside-color{
    color: #F69425 !important;
  }

  .flipside-dark-color{
    color: #f08207 !important;
  }

  .ad-activity-title::after {
    margin: auto;
    margin-top: 20px;
    height: 2px;
    width: 75px;
    content: "";
    display: block;
    background-image: -webkit-linear-gradient(left, transparent 0%, #f79426 45%, #f79426 55%, transparent 100%);
    background-image: linear-gradient(left, transparent 0%, #f79426 45%, #f79426 55%, transparent 100%);
  }

  .btn-flipside {
    background-color: #F69425;
    color: #333 !important;
    font-weight: 500;
  }

  .btn-flipside:hover {
    background-color: #F69425;
    color: #333;
  }

  .btn-flipside-outline {
    color: #F69425;
    border-color: #f79426;
  }

  .btn-flipside-outline:hover {
    color: white;
    border-color: #f79426;
    background: #F69425;
  }

  .page-title {
    color: white;
    margin-top: 50px;
  }

  .page-title::after {
    margin: auto;
    margin-top: 20px;
    height: 2px;
    width: 75px;
    content: "";
    display: block;
    background-image: -webkit-linear-gradient(left, transparent 0%, #f79426 45%, #f79426 55%, transparent 100%);
    background-image: linear-gradient(left, transparent 0%, #f79426 45%, #f79426 55%, transparent 100%);
  }

  .accordion-item {
    background-color: #333;
    color: white;
  }

  .accordion-button, .accordion-button:not(.collapsed), .accordion-button:focus {
    box-shadow: none;
    border-color: none;
    background-color: #333;
    color: white;
  }

  .accordion-button::after {
    width: auto;
    height: auto;
    content: "+";
    font-size: 40px;
    background-image: none;
    font-weight: 100;
    color: #b9b9b9;
    transform: translateY(-4px);
}
.accordion-button:not(.collapsed)::after {
    width: auto;
    height: auto;
    background-image: none;
    content: "-";
    font-size: 48px;
    transform: translate(-5px, -4px);
    transform: rotate(0deg);
}

  .accordion-body {
    text-align: left;
    color: #aaa;
  }

  .safety-list {
    padding-left: 15px;
  }

  .safety-list li {
    margin-bottom: 10px;
  }

  .terms-content h5 {
    letter-spacing: 0.4em;
    color: #ffffff;
  }

  .terms-content p {
    color: #b7b7b7;
  }

  .terms-content li {
    color: #ffffff;
  }

  .table-activity-restrictions td{
    padding: 20px;
    border: 3px solid white;
  }

  .price-table th, .price-table td {
    padding: 10px 20px;
  }

  .price-table th {
    background: #f79426;
    border-bottom: none;
  }

  .breadcrumb a {
    color: white;
    font-weight: 500;
    text-decoration: none;
  }

  .breadcrumb-item.active {
    color: #fff;
    font-weight: 300;
  }

  .buffet-list ul {
    margin-bottom: 0px;
    list-style: none;
    padding: 0px 15px;
  }

  .buffet-list li {
    padding: 10px;
  }

  .buffet-list li::before {
    content: '⭑';
    margin-right: 15px;
    color: #999;
  }

  .whats-app {
      position: fixed;
      width: 60px;
      height: 60px;
      bottom: 40px;
      background-color: #25d366;
      color: #FFF;
      border-radius: 50px;
      text-align: center;
      font-size: 30px;
      box-shadow: 2px 2px 3px #5e5e5e;
      z-index: 100;
      right: 20px;
      transition: transform ease 300ms;
  }
 
  .whats-app:hover {
    color: white;
    transform: translate(0, -10px);
  }

  .my-float {
      /* vertical-align: sub; */
      margin-left: 2px;
      padding-top: 10px;
      display: block;
  }

  .flipside-p{
    font-size: 16px;
    line-height: 2 !important;
    font-weight: 400;
    color: white;
  }
  .bordere > div{
    border: 1px solid #eee; 
  }