@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book/Gotham-Book.eot?") format("eot"), url("../fonts/Gotham-Book/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book/Gotham-Book.svg#Gotham-Book") format("svg");
}
@font-face {
  font-family: "Gotham-Ultra";
  src: url("../fonts/Gotham-Ultra/gotham-ultra.ttf");
}
@font-face {
  font-family: "Raleway-Bold";
  src: url("../fonts/Raleway-Bold/Raleway-Bold.eot") format("eot"), url("../fonts/Raleway-Bold/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold/Raleway-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "dancing";
  src: url("../fonts/Dancing/DancingScript-Regular.ttf");
}
.fd-col {
  flex-direction: column;
}

.align-center {
  align-items: center;
}

.j-center {
  justify-content: center;
}

.d-flex {
  display: flex;
}

.uppercase {
  text-transform: uppercase;
}

.txt-white {
  color: #ffffff;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

a {
  text-decoration: none;
  outline: none;
}

.p-7 {
  padding: 7rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.pl-7 {
  padding-left: 7rem;
}

.pr-7 {
  padding-right: 7rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-4 {
  padding-left: 4rem;
}

.w-2 {
  width: 50%;
}
.w-1 {
  width: 100%;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
body.active {
  overflow: hidden;
}

header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
  transition: all 0.3s;
  height: 5rem;
  flex-wrap: unset;
  display: flex;
  flex-direction: row;
}
header.fixed-header {
  background-color: #242331;
  box-shadow: 0px 2px 10px 1px #000000a6;
  top: 0rem;
  position: fixed;
}
header .logo {
  margin-left: 6.5rem;
  background: transparent;
  display: flex;
}
header .logo img {
  margin-top: 0.5rem;
  width: 100%;
  height: 80%;
}
header .menu-button {
  display: none;
}
header .nav-menu {
  width: 85%;
  display: flex;
  align-items: center;
}
header .nav-menu .navbar {
  width: 75%;
}
header .nav-menu .navbar .mobile-menu {
  display: none;
}
header .nav-menu .navbar .main-menu {
  list-style: none;
  justify-content: space-around;
  font-family: "Gotham-Book";
}
header .nav-menu .navbar .main-menu li {
  margin-right: 0.5rem;
}
header .nav-menu .navbar .main-menu li a {
  position: relative;
  padding: 0.3rem 0;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}
header .nav-menu .navbar .main-menu li a::before, header .nav-menu .navbar .main-menu li a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: #f3f3f5;
  transition: all 0.3s;
}
header .nav-menu .navbar .main-menu li a::before {
  top: 0;
  left: 0;
}
header .nav-menu .navbar .main-menu li a::after {
  right: 0;
  bottom: 0;
}
header .nav-menu .navbar .main-menu li a:hover::before, header .nav-menu .navbar .main-menu li a:hover::after {
  width: 100%;
}
header .nav-menu .social-icons {
  width: 25%;
}
header .nav-menu .social-icons a {
  display: inline-block;
  width: fit-content;
  cursor: pointer;
  padding-left: 1rem;
}
header .nav-menu .social-icons a img {
  width: 15px;
  height: 15px;
}

@media (max-width: 1070px) {
  header {
    background: #242331;
    flex-wrap: unset;
    overflow: hidden;
  }
  header .logo {
    width: 75%;
    padding: 0;
    margin-left: 0;
  }
  header .logo img {
    margin-top: 0.5rem;
  }
  header .nav-menu {
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 80px;
  }
  header .nav-menu .social-icons {
    display: none;
  }
  header .nav-menu .navbar {
    position: absolute;
    background: #242331;
    height: 100vh;
    width: 100vw;
    top: 0;
    right: -100%;
    z-index: 150;
    transition: all 0.3s;
    display: block;
    padding: 4rem 0;
    overflow-x: auto;
  }
  header .nav-menu .navbar.active {
    right: 0;
  }
  header .nav-menu .navbar .mobile-menu-close {
    display: initial;
    position: absolute;
    left: 1.5rem;
    top: 2rem;
    cursor: pointer;
  }
  header .nav-menu .navbar .mobile-menu-close span {
    width: 30px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 0.5rem 0;
  }
  header .nav-menu .navbar .mobile-menu-close span:nth-child(1) {
    transform: rotate(45deg);
  }
  header .nav-menu .navbar .mobile-menu-close span:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -0.7rem;
  }
  header .nav-menu .navbar .main-menu {
    display: block;
    background-color: #242331;
    padding: 0;
  }
  header .nav-menu .navbar .main-menu li {
    margin-bottom: 1rem;
    text-align: center;
  }
  header .nav-menu .navbar .main-menu li a {
    color: #fff;
    font-size: 16px;
  }
  header .menu-button {
    height: 100%;
    background-color: #01a0a8;
    display: initial;
    cursor: pointer;
    width: calc(100% - 70px);
  }
  header .menu-button a {
    color: #fff;
    margin: auto 0;
    font-size: 0.8rem;
    margin-top: 2rem;
    display: block;
    text-align: center;
    padding: 0 10px;
    font-family: "Gotham-Book";
  }
  header .mobile-menu {
    display: initial;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    cursor: pointer;
  }
  header .mobile-menu span {
    background: #fff;
    display: block;
    margin: 0.5rem 0;
    width: 40px;
    height: 3px;
  }
  header .mobile-menu span:nth-of-type(2) {
    width: 25px;
  }
  header .mobile-menu span:nth-of-type(3) {
    width: 35px;
  }
}
@media only screen and (min-width: 1750px) {
  .header .logo {
    width: 16.66%;
  }
  .header .logo img {
    margin-top: 0.7rem;
  }
}
@media (min-width: 770px) {
  .home-header {
    border-bottom: 1px solid #7d7d7d;
  }
}
body.active header {
  overflow: visible;
}

.breadcrumbs {
  position: relative;
  width: 100%;
  height: 17.5rem;
  background: #242331;
  font-family: "Arial";
}
.breadcrumbs .breadcrumb-text {
  height: 100%;
}
.breadcrumbs .breadcrumb-text h1 {
  font-size: 2.7rem;
  letter-spacing: 2px;
  font-family: "Gotham-Ultra";
  text-align: center;
}
.breadcrumbs.attraction-breadcrumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 50vh;
}
.breadcrumbs.single-blog {
  height: 25rem;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
  background: url("../../frontend-assets/images/blog-single-bg.webp") no-repeat right/cover;
}
.breadcrumbs.single-blog .container {
  width: 1140px;
  margin: auto;
  box-sizing: border-box;
  max-width: 100%;
}
.breadcrumbs.single-blog .container h2 {
  font-size: 38px;
  font-family: "Gotham-Book";
  font-weight: 700;
  margin-bottom: 0;
}
.breadcrumbs.single-blog .container p {
  font-size: 20px;
  font-family: "Gotham-Book";
  font-weight: 500;
}

.intro {
  padding: 5rem 7rem 1rem;
  box-sizing: border-box;
  width: 80%;
  margin: auto;
  font-family: "Gotham-Book";
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.intro a {
  color: #000;
}
.intro h2 {
  font-size: 2.7rem;
  font-family: "Gotham-Book";
  text-align: center;
}

.morecontent span {
  display: none;
}
.morecontent .morelink {
  color: #01a0a8;
  font-size: 16px;
}

@media (max-width: 1070px) {
  .breadcrumbs {
    height: 8rem;
    margin: 5rem 0 0;
  }
  .breadcrumbs.single-blog .container {
    max-width: 100%;
  }
  .breadcrumbs .breadcrumb-text h1 {
    margin-top: 2rem;
    font-size: 1.7rem;
  }
}
.blog-section .item .tickets-box-img {
  padding-right: 2rem;
}
.blog-section .item .tickets-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-section .item .tickets-box-img h3 {
  font-family: "Gotham-Book";
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  font-size: 2.5rem;
  width: 3rem;
  float: left;
  color: #e8e8e8;
}
.blog-section .item .tickets-box-img h2 {
  font-weight: bold;
  font-size: 2rem;
  width: 100%;
  color: #000;
  font-family: "Gotham-Book";
  float: left;
}
.blog-section .item .tickets-box-img p {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 0;
  font-family: "Gotham-Book";
  width: 100%;
  color: #000;
  float: left;
}
.blog-section .item .tickets-box-img hr {
  width: 35%;
  float: left;
  color: #e8e8e8;
  border: 1px solid #e8e8e8;
  margin-top: 2rem;
}
.blog-section .item .tickets-box-txt {
  padding-right: 0;
  padding-left: 2rem;
}
.blog-section .item .tickets-box-txt p {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 0;
  font-family: "Gotham-Book";
  width: 100%;
  color: #000;
  float: left;
}
.blog-section .item .tickets-box-txt h2 {
  font-weight: bold;
  font-size: 2rem;
  width: 100%;
  color: #000;
  font-family: "Gotham-Book";
  float: left;
}
.blog-section .item .tickets-box-txt h3 {
  font-family: "Gotham-Book";
  margin: 0.5rem 0.5rem 0 0;
  font-size: 2.5rem;
  width: 3rem;
  float: left;
  color: #e8e8e8;
}
.blog-section .item .tickets-box-txt hr {
  width: 35%;
  float: left;
  color: #e8e8e8;
  border: 1px solid #e8e8e8;
  margin-top: 2rem;
}
.blog-section .item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.blog-section .item:nth-of-type(even) .tickets-box-txt {
  padding-left: 0;
  padding-right: 2rem;
}
.blog-section .item:nth-of-type(even) .tickets-box-img {
  padding-right: 0rem;
  padding-left: 2rem;
}

@media (max-width: 1070px) {
  .intro {
    width: 100%;
    padding: 3rem 2rem 0;
  }

  .blog-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .blog-section .item .tickets-box-img {
    padding-right: 0rem;
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .blog-section .item .tickets-box-txt {
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 2rem;
  }
  .blog-section .item .tickets-box-txt p {
    font-size: 16px;
  }
  .blog-section .item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .blog-section .item:nth-of-type(even) .tickets-box-txt {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-section .item:nth-of-type(even) .tickets-box-img {
    padding-right: 0rem;
    padding-left: 0;
  }
}
@media (max-width: 1070px) {
  .d-flex {
    flex-wrap: wrap;
  }

  .z-padding-on-mobile {
    padding: 0px;
  }

  .no-padding-mobile {
    padding: 1rem !important;
  }

  .intro {
    width: 100%;
    padding: 3rem 2rem 0;
  }

  .w-2 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .z-padding-on-mobile {
    padding: 0px;
  }
}
@media (max-width: 375px) {
  .z-padding-on-mobile {
    padding: 0px;
  }
}
/******/
.train-schedule {
  background-color: #ececec;
}
.train-schedule .blogs-intro {
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 18px;
}
.train-schedule .blogs-intro p {
  color: #5c5c5c;
  font-family: "Gotham-Book";
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.train-schedule .blogs-intro.responsive-table {
  overflow-x: auto;
}
.train-schedule .blogs-intro.responsive-table table {
  width: 70%;
  margin: auto;
}
.train-schedule .blogs-intro.responsive-table table thead tr {
  border-top: 1px solid #c1c3d1;
  color: #666b85;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}
.train-schedule .blogs-intro.responsive-table table thead tr:last-child {
  border-bottom: none;
  border-top-left-radius: 3px;
}
.train-schedule .blogs-intro.responsive-table table thead tr:first-child {
  border-bottom: none;
  border-top-right-radius: 3px;
  border-right: none;
}
.train-schedule .blogs-intro.responsive-table table thead tr th {
  color: #fff;
  background: #01a0a8;
  border: none;
  font-size: 23px;
  font-weight: 100;
  padding: 24px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  font-family: "Gotham-Book";
}
.train-schedule .blogs-intro.responsive-table table thead tr th:first-child {
  border-top-left-radius: 3px;
}
.train-schedule .blogs-intro.responsive-table table tbody tr {
  border-top: 1px solid #c1c3d1;
  color: #666b85;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}
.train-schedule .blogs-intro.responsive-table table tbody tr:hover td {
  background: #4e5066;
  color: #ffffff;
  border-top: 1px solid #22262e;
}
.train-schedule .blogs-intro.responsive-table table tbody tr th,
.train-schedule .blogs-intro.responsive-table table tbody tr td {
  background: #fff;
  border: none;
  font-size: 18px;
  font-weight: 100;
  padding: 20px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  font-family: "Raleway", sans-serif;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
  color: #2d2d2d;
}
.train-schedule .blogs-intro.responsive-table table tbody tr th {
  font-size: 23px;
  font-weight: 350;
}
.train-schedule .blogs-intro.responsive-table table tbody tr td {
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  color: #000000;
  font-family: "Gotham-Book";
}
.train-schedule .blogs-intro.responsive-table table tbody tr th :first-child,
.train-schedule .blogs-intro.responsive-table table tbody tr td :first-child {
  border-top-left-radius: 3px;
  background: #ffff;
  color: #000;
}
.train-schedule .blogs-intro.responsive-table table tbody:first-child {
  border-top: none;
}
.train-schedule .btn-new-tra {
  display: flex;
  justify-content: center;
  margin: auto;
  padding-bottom: 5rem;
}
.train-schedule .btn-new-tra .book-btn-tra {
  background: #01a0a8;
  border-radius: 5px;
  border: 0;
  padding: 1rem 2rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Gotham-Book";
}
.train-schedule .btn-new-tra .book-btn-tra:hover {
  color: #01a0a8;
  background-color: #fff;
}

@media (max-width: 769px) {
  .train-schedule .blogs-intro {
    margin-top: 0rem;
  }
  .train-schedule .blogs-intro p {
    color: #5c5c5c;
    font-family: "Gotham-Book";
    font-size: 13px;
  }
  .train-schedule .blogs-intro.responsive-table table thead tr {
    font-size: 16px;
  }
  .train-schedule .blogs-intro.responsive-table table thead tr th {
    font-size: 16px;
    padding: 6px;
  }
  .train-schedule .blogs-intro.responsive-table table tbody tr th,
.train-schedule .blogs-intro.responsive-table table tbody tr td {
    font-size: 16px;
    padding: 6px;
  }
}
.stations-sec {
  padding: 2rem 7rem;
}
.stations-sec .single-station {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
}
.stations-sec .single-station .station-img {
  box-sizing: border-box;
  width: 66.67%;
}
.stations-sec .single-station .station-img img {
  width: 100%;
  height: 33rem;
  object-fit: cover;
}
.stations-sec .single-station .station-content {
  box-sizing: border-box;
  padding: 2rem 3rem;
  width: 33.33%;
}
.stations-sec .single-station .station-content .title {
  font-family: "Gotham-Book";
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
.stations-sec .single-station .station-content .text {
  font-family: "Gotham-Book";
  font-size: 20px;
  line-height: 1.5;
}
.stations-sec .single-station .station-content .btn {
  text-decoration: none;
  color: #01a0a8;
  font-size: 15px;
  padding: 0.5rem 1rem;
  background: linear-gradient(to right, #01a0a8 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  border-radius: 5px;
  transition: all 0.3s ease-out;
}
.stations-sec .single-station .station-content .btn:hover {
  color: #ffffff;
  background-position: left bottom;
}
.stations-sec .single-station:nth-of-type(even) {
  flex-direction: row-reverse;
}

@media (max-width: 1070px) {
  .stations-sec {
    padding: 2rem;
  }
  .stations-sec .single-station .station-img {
    width: 100%;
  }
  .stations-sec .single-station .station-img img {
    height: 35vh;
  }
  .stations-sec .single-station .station-content {
    padding: 0;
    width: 100%;
  }
}
.ticket-pricing {
  background-image: url(../../frontend-assets/images/ticket-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.ticket-pricing .price-list-container {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.ticket-pricing .price-list-container .btn-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
  padding-top: 2rem;
}
.ticket-pricing .price-list-container .btn-wrapper .ticket-btn {
  background: #01a0a8;
  border-radius: 5px;
  border: 0;
  text-decoration: none;
  padding: 1rem 2rem;
  color: #fff;
  text-transform: uppercase;
  font-family: "Quicksand-Medium";
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #01a0a8;
}
.ticket-pricing .price-list-container .btn-wrapper .ticket-btn:hover {
  background: #fff;
  color: #01a0a8;
  border: 1px solid #fff;
}
.ticket-pricing .price-list-container .pricing-tabs .stations-tabs {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  color: #a2a2a2;
  border-radius: 10px;
  z-index: 0;
  transition: all 0.3s;
  width: 100%;
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.ticket-pricing .price-list-container .pricing-tabs .stations-tabs .station-box {
  background-color: #f0f0f0;
  color: #a2a2a2;
  width: 18.1rem;
  padding: 1rem;
  border-radius: 10px;
  cursor: pointer;
  z-index: 0;
  transition: all 0.3s;
  font-family: "Gotham-Book";
}
.ticket-pricing .price-list-container .pricing-tabs .stations-tabs .station-box.active {
  background-color: #00aac3;
  color: #fff;
}
.ticket-pricing .price-list-container .pricing-tabs .stations-tabs .station-box span {
  font-size: 14px;
  font-family: "Gotham-Book";
}
.ticket-pricing .price-list-container .pricing-tabs .tables-wrapper {
  background-color: #fff;
  border-radius: 10px;
  margin-top: -1rem;
  z-index: 10;
  position: relative;
  padding: 5rem;
}
.ticket-pricing .price-list-container .pricing-tabs .tables-wrapper .table-container {
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  overflow: hidden;
}
.ticket-pricing .price-list-container .pricing-tabs .tables-wrapper .table-container table {
  width: 100%;
  background-color: #f7f7f7;
  font-family: "Quicksand-Medium";
  border-collapse: collapse;
}
.ticket-pricing .price-list-container .pricing-tabs .tables-wrapper .table-container table thead {
  background-color: #d3d3d3;
}
.ticket-pricing .price-list-container .pricing-tabs .tables-wrapper .table-container table thead tr {
  border-bottom: 1px solid #d3d3d3;
}
.ticket-pricing .price-list-container .pricing-tabs .tables-wrapper .table-container table thead tr td {
  text-align: left;
  padding-left: 5rem;
  padding: 1rem 0 1rem 1rem;
  font-family: "Gotham-Book";
}
.ticket-pricing .price-list-container .pricing-tabs .tables-wrapper .table-container table tbody {
  background-color: #d3d3d3;
}
.ticket-pricing .price-list-container .pricing-tabs .tables-wrapper .table-container table tbody tr {
  border-bottom: 1px solid #d3d3d3;
  background: #fff;
}
.ticket-pricing .price-list-container .pricing-tabs .tables-wrapper .table-container table tbody tr td {
  padding: 1.5rem 0;
  text-align: center;
  font-family: "Gotham-Book";
}
.ticket-pricing .price-list-container .pricing-tabs .price-new-aed {
  font-family: "Gotham-Book";
  font-size: 1.2rem;
}
.ticket-pricing .price-list-container .tab-content {
  border-radius: 10px;
  overflow: hidden;
  display: none;
}
.ticket-pricing .price-list-container .tab-content .inner-table {
  width: 100%;
  background-color: #f7f7f7;
  font-family: "Gotham-Book";
  border-collapse: collapse;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
}
.ticket-pricing .price-list-container .tab-content .inner-table thead {
  background-color: #d3d3d3;
}
.ticket-pricing .price-list-container .tab-content .inner-table thead tr {
  border-bottom: 1px solid #d3d3d3;
}
.ticket-pricing .price-list-container .tab-content .inner-table thead tr td {
  text-align: center;
  padding: 1rem 0 1rem 1rem;
  background: #00aac3;
  color: #fff;
  font-family: "Gotham-Book";
  width: 40px;
}
.ticket-pricing .price-list-container .tab-content .inner-table thead tr td.ddd {
  padding-left: 2rem;
}
.ticket-pricing .price-list-container .tab-content .inner-table thead tr td:first-child {
  padding-left: 5rem;
  text-align: left;
}
.ticket-pricing .price-list-container .tab-content .inner-table tbody {
  background-color: #d3d3d3;
}
.ticket-pricing .price-list-container .tab-content .inner-table tbody tr {
  border-bottom: 1px solid #d3d3d3;
  background: #fff;
}
.ticket-pricing .price-list-container .tab-content .inner-table tbody tr td {
  padding: 1.5rem 0;
  font-family: "Gotham-Book";
  text-align: center;
}
.ticket-pricing .price-list-container .tab-content .inner-table tbody tr td:first-child {
  padding-left: 5rem;
  text-align: left;
}
.ticket-pricing .price-list-container .tab-content .inner-table tbody tr:hover td {
  background: #4e5066;
  color: #ffffff;
  border-top: 1px solid #22262e;
}
.ticket-pricing .price-list-container .tab-content.active {
  display: block;
}
.ticket-pricing .price-list-container .tickets-boxes-wrapper {
  font-family: "Quicksand-Medium";
  margin-top: 2rem;
  margin-bottom: 2rem;
  justify-content: space-between;
}
.ticket-pricing .price-list-container .tickets-boxes-wrapper .box {
  background-color: #ffffff;
  width: 45%;
  padding: 1rem;
  border-radius: 10px;
}
.ticket-pricing .price-list-container .tickets-boxes-wrapper .box h3 {
  font-family: "Gotham-Book";
  font-size: 22px;
  font-weight: bold;
}
.ticket-pricing .price-list-container .tickets-boxes-wrapper .box h3 span {
  color: #00aac3;
}
.ticket-pricing .price-list-container .tickets-boxes-wrapper .box p {
  font-size: 17px;
  font-family: "Gotham-Book";
}

@media (max-width: 1070px) {
  .ticket-pricing .price-list-container {
    width: 100%;
    padding: 0 1rem;
  }
  .ticket-pricing .price-list-container .btn-wrapper {
    justify-content: center;
  }
  .ticket-pricing .price-list-container .btn-wrapper a {
    font-size: 15px;
  }
  .ticket-pricing .price-list-container .pricing-tabs {
    margin-bottom: 10px;
  }
  .ticket-pricing .price-list-container .pricing-tabs .stations-tabs {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding: 20px 0 20px 0;
    align-items: center;
  }
  .ticket-pricing .price-list-container .pricing-tabs .stations-tabs .station-box {
    margin-bottom: 1rem;
    box-sizing: border-box;
    padding: 0.5rem;
    width: 100%;
  }
  .ticket-pricing .price-list-container .pricing-tabs .stations-tabs .station-box p {
    margin: 0.5rem 0 0;
    font-size: 16px;
  }
  .ticket-pricing .price-list-container .pricing-tabs .tables-wrapper {
    width: 100%;
    padding: 1rem;
  }
  .ticket-pricing .price-list-container .tickets-boxes-wrapper {
    margin-bottom: 0;
    margin-top: 0px;
    padding: 0;
  }
  .ticket-pricing .price-list-container .tickets-boxes-wrapper .box {
    width: 100%;
    margin: 0.5rem 0;
  }
  .ticket-pricing .price-list-container .tab-content .inner-table thead tr td:first-child,
.ticket-pricing .price-list-container .tab-content .inner-table tbody tr td:first-child {
    padding-left: 1rem;
    text-wrap: wrap;
    width: 33.3%;
    max-width: 70px;
  }
  .ticket-pricing .stations-tabs {
    flex-wrap: wrap;
    margin-bottom: 1rem;
    padding: 0;
  }
}
.contact-us-section {
  padding-top: 6rem;
}
.contact-us-section .contact-us-img {
  width: 60%;
}
.contact-us-section .contact-us-img img {
  width: 100%;
  height: 100%;
}
.contact-us-section .form-section {
  width: 40%;
}
.contact-us-section .form-section .form-groups {
  width: fit-content;
  margin: auto;
}
.contact-us-section .form-section .form-groups .form-group {
  margin-top: 10px;
  margin-bottom: 10px;
}
.contact-us-section .form-section .form-groups .form-group p {
  font-weight: 500;
  color: #242331;
  margin-top: 0px;
  margin-bottom: 1.7rem;
  font-size: 1.1rem;
  font-family: "Gotham-Book";
  width: 75%;
}
.contact-us-section .form-section .form-groups .form-group label {
  font-size: 1.2rem;
  font-weight: 500;
  color: #878787;
  font-family: "Gotham-Book";
}
.contact-us-section .form-section .form-groups .form-group.countries-code-wrapper {
  width: 100%;
}
.contact-us-section .form-section .form-groups .form-group.countries-code-wrapper .countries-code {
  width: 120px;
  background-color: #d5dade;
  margin-right: 10px;
}
.contact-us-section .form-section .form-groups .form-group.countries-code-wrapper .phone-number-div {
  width: calc(100% - 130px);
}
.contact-us-section .form-section .form-groups .form-group.countries-code-wrapper .phone-number-div input {
  width: 68%;
}
.contact-us-section .form-section .form-groups .form-group .form-item {
  max-width: 400px;
}
.contact-us-section .form-section .form-groups .form-group .form-item select {
  padding: 0.8rem;
  margin-bottom: 0rem;
  border: 1px solid #d5dade;
  outline: 0;
  width: 100%;
  background-color: #d5dade;
}
.contact-us-section .form-section .form-groups .form-group .form-item textarea {
  border: 1px solid #d5dade;
  outline: 0;
  padding: 0.5rem 0;
  background-color: #d5dade;
  text-indent: 0.8rem;
  width: 100%;
}
.contact-us-section .form-section .form-groups .form-group .form-item input {
  padding: 0.8rem;
  margin-bottom: 0rem;
  border: 1px solid #d5dade;
  background-color: #d5dade;
  outline: 0;
  width: 100%;
}
.contact-us-section .form-section .form-groups .form-group .form-action {
  margin-top: 1rem;
  float: left;
}
.contact-us-section .form-section .form-groups .form-group .form-action input {
  border: none;
  cursor: pointer;
  outline: 0;
  background: #01a0a8;
  padding: 1rem;
  font-size: 18px;
  width: 100%;
  border: 1px solid #01a0a8;
  transition: all 0.3s ease-in-out;
}
.contact-us-section .form-section .form-groups .form-group .form-action input:hover {
  background-color: #fff;
  border: 1px solid #01a0a8;
  color: #01a0a8;
}
.contact-us-section .form-section h2 {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Gotham-Book";
  text-transform: uppercase;
  margin-top: 0;
}

.contact-us-footer {
  padding-bottom: 5rem;
  padding-top: 3rem;
  padding-left: 5rem;
}
.contact-us-footer p {
  color: #575757;
  border-left: 1px solid #d5dade;
  padding-right: 2rem;
  font-family: "Gotham-Book";
}
.contact-us-footer p a {
  color: #000000;
  font-family: "Gotham-Book";
}

@media (max-width: 1024px) {
  .contact-us-section .form-section .form-groups {
    width: fit-content;
    margin: auto;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .contact-us-section .form-section .form-groups .form-group .form-item {
    max-width: 100%;
  }
  .contact-us-section .form-section .form-groups .form-group.countries-code-wrapper .phone-number-div input {
    width: 100%;
  }
}
@media (max-width: 1070px) {
  .contact-us-section {
    padding-top: 0;
  }
  .contact-us-section .contact-us-img {
    width: 100%;
    padding-top: 3rem;
  }
  .contact-us-section .contact-us-img img {
    width: 95%;
    display: block;
    margin: 0 auto;
  }
  .contact-us-section .form-section {
    padding-bottom: 2rem;
    width: 95%;
    display: block;
    margin: 0 auto;
  }
  .contact-us-section .form-section .form-groups {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .contact-us-section .form-section .form-groups .get-in-touch {
    text-align: center;
  }
  .contact-us-section .form-section .form-groups .get-in-touch h2 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .contact-us-section .form-section .form-groups .form-group {
    flex-direction: column;
    padding: 0;
    width: 90%;
    margin: 10px auto;
  }
  .contact-us-section .form-section .form-groups .form-group h2 {
    text-align: center;
    padding-bottom: 0rem;
  }
  .contact-us-section .form-section .form-groups .form-group .form-item textarea {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .contact-us-section .form-section .form-groups .form-group .form-item input {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .contact-us-section .form-section .form-groups .form-group.countries-code-wrapper {
    flex-direction: row;
    width: 90%;
  }
  .contact-us-section .form-section .form-groups .form-group.countries-code-wrapper .phone-number-div {
    width: calc(100% - 130px);
  }
  .contact-us-section .form-section .form-groups .form-group.countries-code-wrapper .phone-number-div input {
    width: 100%;
  }
  .contact-us-section .form-section .form-groups .form-group p {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }

  .contact-us-footer {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
  .contact-us-footer p {
    border-left: 0;
    border-bottom: 1px solid #d5dade;
    padding-bottom: 1rem;
    text-align: center;
    width: 100%;
  }
}
.blogs-intro {
  padding: 0 5rem;
}
.blogs-intro p {
  color: #5c5c5c;
  font-family: "Gotham-Book";
}
.blogs-intro nav .breadcrumb {
  background-color: #fff;
  border-radius: 0.25rem;
  font-family: "Gotham-Book";
  list-style: none;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
}
.blogs-intro nav .breadcrumb li {
  font-size: 1.1rem;
  font-family: "Gotham-Book";
}
.blogs-intro nav .breadcrumb li a {
  color: blue;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.blogs-intro nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #000000;
  content: ">";
}
.blogs-intro h1,
.blogs-intro h2 {
  font-family: "Gotham-Book", sans-serif;
}
.blogs-intro h1 {
  font-size: 38px;
}
.blogs-intro img {
  max-width: 100%;
}

.blogs-wrapper {
  padding: 5rem;
}
.blogs-wrapper .search-container {
  display: flex;
  justify-content: flex-end;
  padding: 5rem 0;
}
.blogs-wrapper .search-container .search-box-wrapper {
  display: flex;
  align-items: center;
}
.blogs-wrapper .search-container .search-box-wrapper input {
  width: 250px;
  padding: 1rem;
  border: 2px solid #01a0a8;
  color: #5c5c5c;
  font-family: "GillSans";
  font-size: 14px;
}
.blogs-wrapper .search-container .search-box-wrapper img {
  background-color: #00a0a8;
  width: 52px;
  height: 52px;
  padding: 1rem;
  margin-left: 10px;
  border-radius: 1px;
}
.blogs-wrapper .search-container .blog-cat-select {
  border-color: #01a0a8;
  border-width: 2px;
  width: 250px;
  padding: 1rem;
  outline: 0;
  appearance: none;
  position: relative;
  background-image: url("https://www.palmmonorail.com/images/blog/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 94% 50%;
  background-size: 14px;
  color: #5c5c5c;
  font-family: "GillSans";
  font-size: 14px;
}
.blogs-wrapper .blogs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}
.blogs-wrapper .blogs-list .blogs-list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1070px) {
  .blogs-intro h1 {
    font-size: 25px;
  }
  .blogs-intro p {
    font-size: 15px;
    text-align: justify;
    line-height: 20px;
  }
  .blogs-wrapper .blogs-list .blogs-list-item {
    width: 100%;
    border: 0.5px solid #707070;
  }
}
.related-section {
  margin-top: 100px;
  margin-bottom: 50px;
}
.related-section .container {
  width: 1140px;
  margin: auto;
  box-sizing: border-box;
  max-width: 100%;
}
.related-section .container h2 {
  font-size: 2.3em;
  font-family: "Gotham-Book";
}
.related-section .latest-news-boxes .slider-arrows {
  position: relative;
  width: 25%;
  background-color: #242331;
}
.related-section .latest-news-boxes .slider-arrows .f-slide-count {
  position: absolute;
  bottom: 5rem;
  right: 3rem;
}
.related-section .latest-news-boxes .slider-arrows .f-slide-count .slide_count {
  display: inline-block;
  margin-right: 0.5rem;
  transform: unset;
  font-size: 2rem;
  font-weight: 900;
  margin-top: 3rem;
  border-bottom: #01a0a8 solid 1px;
  color: #fff;
  font-family: "dancing";
}
.related-section .latest-news-boxes .slider-arrows .f-slide-count .slide_all {
  font-size: 1.2rem;
  border-bottom: #46455f solid 1px;
  color: #fff;
  font-family: "dancing";
}
.related-section .latest-news-boxes .autoplay {
  background-image: url(../../frontend-assets/images/dark-gray-bg.webp);
  height: 33rem;
  padding-bottom: 2rem;
  background-position-x: left;
  padding-top: 25px;
  background-repeat: no-repeat repeat;
}
.related-section .latest-news-boxes .autoplay .slider-item {
  max-width: 400px;
  padding-left: 2rem;
  box-sizing: border-box;
  outline: 0;
}
.related-section .latest-news-boxes .autoplay .slider-item .news-boxes {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding-bottom: 1rem;
  text-align: center;
  height: 450px;
}
.related-section .latest-news-boxes .autoplay .slider-item .news-boxes img {
  max-width: 100%;
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
.related-section .latest-news-boxes .autoplay .slider-item .news-boxes h3 {
  color: #000;
  font-family: "Gotham-Book";
  font-size: 27px;
  margin-bottom: 0;
  margin-top: 10px;
  padding-top: 1rem;
}
.related-section .latest-news-boxes .autoplay .slider-item .news-boxes p {
  color: #5c5c5c;
  font-family: "Gotham-Book";
}
.blogs-wrapper .blogs-list .blogs-list-item .text-wrapper .cat {
  color: #101010;
  font-size: 14px;
  background-color: #d6dade;
  padding: 0.5rem 2rem;
  font-family: "Gotham-Book";
}
.blogs-wrapper .blogs-list .blogs-list-item .text-wrapper .date {
  color: #797979;
}
.blogs-wrapper .blogs-list .blogs-list-item .text-wrapper a {
  text-decoration: none;
  color: #469ea6;
  display: block;
  font-size: 16px;
  margin-top: 10px;
  font-family: "Gotham-Book";
}
.blogs-wrapper .blogs-list .blogs-list-item .text-wrapper h2 {
  color: #020202;
  font-size: 27px;
  margin-bottom: 10px;
  font-family: "GillSans-Medium";
}

@media (min-width: 1070px) {
  .blogs-wrapper .blogs-list .blogs-list-item {
    width: 31.5%;
    border: 0.5px solid #707070;
  }
  .blogs-wrapper .blogs-list .blogs-list-item:first-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    margin-bottom: 3rem;
  }
  .blogs-wrapper .blogs-list .blogs-list-item:first-child .img-wrapper {
    width: 40%;
    height: 360px;
  }
  .blogs-wrapper .blogs-list .blogs-list-item:first-child .img-wrapper img {
    width: 100%;
    height: 360px;
    object-fit: cover;
  }
  .blogs-wrapper .blogs-list .blogs-list-item:first-child .text-wrapper {
    width: 56%;
    font-family: "GillSans";
  }
  .blogs-wrapper .blogs-list .blogs-list-item:first-child .text-wrapper a {
    padding-top: 10px;
  }
  .blogs-wrapper .blogs-list .blogs-list-item .img-wrapper {
    width: 100%;
    height: 250px;
  }
  .blogs-wrapper .blogs-list .blogs-list-item .text-wrapper {
    padding: 1rem;
  }
  .blogs-wrapper .blogs-list .blogs-list-item .text-wrapper .desc {
    color: #5c5c5c;
    margin-top: 5px;
    line-height: 1.3;
    font-family: "Gotham-Book";
  }
  .blogs-wrapper .no-result {
    display: none;
  }
}
@media (max-width: 1070px) {
  .blogs-intro {
    padding: 0 1rem !important;
  }
  .blogs-intro nav .breadcrumb li {
    font-size: 14px;
  }

  .blogs-wrapper {
    padding: 1rem;
  }
  .blogs-wrapper .blogs-list .blogs-list-item .text-wrapper {
    margin-top: 1rem;
    padding: 10px;
  }
  .blogs-wrapper .blogs-list .blogs-list-item .text-wrapper h2 {
    font-family: "GillSans-Medium";
  }

  .related-section {
    margin-top: 50px;
  }
  .related-section .container h2 {
    font-size: 1.75rem;
    font-family: "Gotham-Book";
  }
  .related-section .latest-news-boxes .autoplay {
    height: 100%;
  }
  .related-section .latest-news-boxes .autoplay .slider-item {
    max-width: 95%;
    margin-bottom: 25px;
  }
  .related-section .latest-news-boxes .slider-arrows {
    display: none;
  }
}
.tickets,
.container-card {
  width: 1140px;
  margin: auto;
  box-sizing: border-box;
  max-width: 100%;
}

.tickets.content-content {
  margin-bottom: 5rem;
}

.tickets .monorail-promotions,
.container-card .monorail-promotions .prom-cat {
  margin: 1rem auto;
  display: flex;
  justify-content: space-between;
}

.tickets a {
  margin-right: 4rem;
  cursor: pointer;
  margin-bottom: 1rem;
  border-bottom: 1px solid #0006;
  font-family: "Gotham-Book";
  font-size: 14px;
}
.tickets a.active {
  border-bottom: 0;
}
.tickets a.active h2 {
  color: #01a0a8;
  opacity: 0.75;
}
.tickets a h2 {
  opacity: 0.5;
  color: #000;
  transition: all 0.3s;
  font-family: "Raleway-Bold";
  font-size: 20px;
}

.container-card .card-promotion-in img {
  width: 51px;
  height: 51px;
  object-fit: cover;
}

.promotion-content {
  margin-top: 1rem;
  margin-bottom: 5rem;
}

.container-card .card-promotion-desc-title {
  font-family: "Gotham-Book";
  color: #fff;
}
.container-card .card-promotion-desc-title span {
  font-size: 1rem;
  font-weight: 200;
}
.container-card .card-promotion-desc-title p {
  font-size: 16px;
  width: 0;
  margin: 0rem;
  padding-left: 2rem;
  margin-top: 0.5rem;
}

.container-card.tab-content {
  display: none;
}
.container-card.tab-content.active {
  display: block;
}
.container-card .card-promotion {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 5rem 0;
}
.container-card .card-promotion .tickets-box {
  padding: 1.5rem;
  background-color: #01a0a8;
  box-sizing: border-box;
  margin: 1rem;
  border-radius: 0px 37px 0px 0px;
  min-height: 150px;
}
.container-card .card-promotion .tickets-box .card-promotion-in {
  display: flex;
  float: right;
  align-items: flex-start;
  flex-direction: column;
}
.container-card .card-promotion .tickets-box .card-promotion-in img {
  margin-right: 1rem;
}
.container-card .card-promotion .tickets-box .card-promotion-in p {
  color: #fff;
  font-family: "Gotham-Book";
}
.container-card .card-promotion .tickets-box .card-promotion-desc .card-promotion-desc-title > p {
  font-family: "Gotham-Book";
}
.container-card.prom-title {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.container-card.prom-title .text {
  margin: 0;
  margin-left: -4rem;
  font-size: 36px;
  font-family: "Raleway-Bold";
}
.container-card.prom-title .line {
  flex: 1;
  margin: 0 50px;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 1024px) {
  .promotion-content {
    padding: 2rem;
  }

  .container-card.prom-title .text {
    margin-left: 0;
    font-size: 25px;
  }
}
@media (max-width: 1070px) {
  .tickets,
.container-card {
    width: 100%;
  }

  .tickets a {
    margin: 0;
  }

  .container-card .monorail-promotions .prom-cat,
.container-card .card-promotion .tickets-box .card-promotion-in {
    display: unset;
  }

  .container-card .card-promotion {
    grid-template-columns: repeat(1, 1fr);
  }

  .container-card.prom-title .text {
    font-size: 25px;
    padding: 10px;
    margin-left: 0;
  }
}
.main-section {
  padding: 3rem 8rem 1rem;
  width: 80%;
  margin: auto;
}
.main-section h2 {
  font-family: "Gotham-Book";
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.main-section p {
  font-family: "Gotham-Book";
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.main-section a {
  color: #000;
}
.main-section ul {
  padding: 1rem;
  box-sizing: border-box;
  width: 80%;
  margin: auto;
  font-family: "Gotham-Book";
  font-size: 20px;
  line-height: 1.5;
}
.main-section .note {
  width: 80%;
  margin: auto;
  font-family: "Gotham-Book";
  font-size: 20px;
  margin-top: 1rem;
}

@media (max-width: 1070px) {
  .main-section {
    padding: 1rem;
    width: 90%;
  }
  .main-section h2 {
    font-size: 24px;
  }
  .main-section p {
    font-family: "Gotham-Book";
    font-size: 16px;
  }
  .main-section ul {
    padding: 0;
    font-size: 16px;
  }
}
.news-section {
  width: 80%;
  margin: auto;
}
.news-section .single-news {
  margin-bottom: 3rem;
  border: 1px solid #ddd;
}
.news-section .single-news .news-img {
  height: 55vh;
}
.news-section .single-news .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-section .single-news .news-content {
  padding: 2rem 6rem;
}
.news-section .single-news .news-content .title {
  font-family: "Gotham-Book";
  font-size: 28px;
  text-transform: uppercase;
}
.news-section .single-news .news-content .text {
  font-family: "Gotham-Book";
  font-size: 20px;
  line-height: 1.5;
}
.news-section .single-news .news-content ul {
  font-family: "Gotham-Book";
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 1070px) {
  .news-section {
    padding: 2rem;
  }
  .news-section .single-news .news-img {
    height: 30vh;
  }
  .news-section .single-news .news-content {
    padding: 1rem;
  }
  .news-section .single-news .news-content .title {
    font-size: 24px;
  }
  .news-section .single-news .news-content .text {
    font-size: 16px;
  }
  .news-section .single-news .news-content ul {
    font-size: 16px;
  }
}
.attraction-single {
  box-sizing: border-box;
  width: 80%;
  margin: auto;
  font-family: "Gotham-Book";
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin: 2rem auto;
}
.attraction-single .arrow-icons {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0;
}
.attraction-single .arrow-icons .arrow-next {
  cursor: pointer;
}
.attraction-single .arrow-icons .arrow-next p {
  text-align: right;
  font-size: 14px;
}
.attraction-single .arrow-icons .arrow-prev {
  cursor: pointer;
}
.attraction-single .arrow-icons .arrow-prev p {
  text-align: left;
  font-size: 14px;
}

@media (max-width: 1070px) {
  .attraction-single {
    font-size: 16px;
  }
}
.slider-section .home-video {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}
.slider-section #video_overlay {
  width: 100%;
  background: #0c0c0c52;
  z-index: 100;
  position: absolute;
  top: 0;
  height: 90vh;
  text-align: center;
}
.slider-section #video_overlay .main-title {
  font-size: 4rem;
  font-family: "Gotham";
  font-weight: 900;
  margin-top: 35vh;
  text-align: center;
  color: #fff;
}
.slider-section #video_overlay .book-btn {
  height: 60px;
  background: #01a0a8;
  border-radius: 5px;
  border: 0;
  padding: 1rem 2rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Gotham-Book";
  border: 1px solid #01a0a8;
}
.slider-section #video_overlay .book-btn:hover {
  background: #fff;
  color: #01a0a8;
}

.choose-station .title {
  font-size: 2rem;
  font-weight: 700;
  padding: 8rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-transform: capitalize;
  font-family: "Gotham-Book";
  text-align: center;
}
.choose-station .description {
  line-height: 2;
  text-align: center;
  font-family: "Gotham-Book";
}
.choose-station .stations {
  display: flex;
  padding: 2rem 5rem;
}
.choose-station .stations .column {
  flex: 1 0 50%;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.choose-station .stations .column .item {
  position: relative;
  flex-basis: calc(50% - 15px);
  margin-right: 15px;
  width: 50%;
}
.choose-station .stations .column .item .gateway-img {
  width: 100%;
  height: 40vh;
  margin-bottom: 15px;
  object-fit: cover;
  filter: brightness(0.6);
}
.choose-station .stations .column .item h2 {
  position: absolute;
  top: 0;
  font-size: 1.7rem;
  padding-left: 1rem;
  font-family: "Gotham";
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
.choose-station .stations .column .item-full {
  position: relative;
  flex-basis: calc(100% - 15px);
  margin-right: 15px;
  width: 100%;
}
.choose-station .stations .column .item-full .gateway-img {
  width: 100%;
  height: 40vh;
  margin-bottom: 15px;
  object-fit: cover;
  filter: brightness(0.6);
}
.choose-station .stations .column .item-full h2 {
  position: absolute;
  top: 0;
  font-size: 1.7rem;
  padding-left: 1rem;
  font-family: "Gotham";
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
.choose-station .stations .column.first-col .item {
  flex-basis: 100%;
  margin-right: 15px;
}
.choose-station .stations .column.first-col .item .gateway-img {
  height: calc(80vh + 1.2rem);
}

@media (max-width: 1070px) {
  .slider-section #video_overlay .main-title {
    font-size: 2rem;
  }
  .slider-section #video_overlay .book-btn {
    padding: 1rem 1.2rem;
    font-size: 14px;
    display: none;
  }

  .choose-station .title {
    padding: 1rem;
  }
  .choose-station .description {
    font-size: 16px;
    padding: 1rem;
  }
  .choose-station .stations {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
  }
  .choose-station .stations .column,
.choose-station .stations .column.first-col {
    flex: 1 0 100%;
  }
  .choose-station .stations .column .item,
.choose-station .stations .column.first-col .item {
    flex-basis: 100%;
    margin-right: 0;
  }
  .choose-station .stations .column .item .gateway-img,
.choose-station .stations .column.first-col .item .gateway-img {
    height: 40vh;
  }
}
.attractions-slider {
  margin-bottom: 4rem;
}
.attractions-slider .title {
  font-size: 2rem;
  font-weight: 700;
  padding: 8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-transform: capitalize;
  font-family: "Gotham-Book";
  text-align: center;
}
.attractions-slider .description {
  line-height: 1.5;
  text-align: center;
  font-size: 16px;
  font-family: "Gotham-Book";
  padding-left: 7rem;
  padding-right: 7rem;
  margin-bottom: 2rem;
  width: 90%;
}
.attractions-slider .description a {
  color: #000;
}
.attractions-slider .slider-arrows {
  position: relative;
  background-color: #242331;
  width: 25%;
  display: flex;
  color: #d5dade;
}
.attractions-slider .slider-arrows .f-slide-count {
  position: absolute;
  bottom: 8rem;
  right: 3rem;
}
.attractions-slider .slider-arrows .f-slide-count .slide_count {
  display: inline-block;
  margin-right: 0.5rem;
  transform: unset;
  font-size: 2rem;
  font-weight: 900;
  margin-top: 3rem;
  border-bottom: 1px solid #00a0a8;
  font-family: fantasy;
}
.attractions-slider .slider-arrows .f-slide-count .slide_all {
  font-size: 1.3rem;
  border-bottom: 1px solid #46455f;
  font-family: fantasy;
}
.attractions-slider .autoplay {
  background-image: url(../../frontend-assets/images/dark-gray-bg.webp);
  height: 32rem;
  padding-bottom: 3rem;
  padding-top: 2.2rem;
  background-repeat: no-repeat repeat;
  width: 75%;
}
.attractions-slider .autoplay .slick-prev {
  background-image: url(../../frontend-assets/images/icons/prev-icon.webp);
  left: -100px;
  margin-top: 2rem;
  height: 3rem;
  width: 3rem;
  background-size: 100% 100%;
}
.attractions-slider .autoplay .slick-prev::before {
  display: none;
}
.attractions-slider .autoplay .slick-next {
  background-image: url(../../frontend-assets/images/icons/next-icon.webp);
  left: -100px;
  margin-top: -2rem;
  height: 3rem;
  width: 3rem;
  background-size: 100% 100%;
}
.attractions-slider .autoplay .slick-next::before {
  display: none;
}
.attractions-slider .autoplay .slider-item {
  padding-left: 2rem;
  box-sizing: border-box;
  outline: 0;
}
.attractions-slider .autoplay .news-boxes {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding-bottom: 1rem;
  text-align: center;
  height: 450px;
  background-color: #fff;
}
.attractions-slider .autoplay .news-boxes img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
.attractions-slider .autoplay .news-boxes h3 {
  font-family: "Gotham-Book";
  font-size: 27px;
  margin-bottom: 0;
  margin-top: 10px;
  padding-top: 1rem;
}
.attractions-slider .autoplay .news-boxes p {
  color: #000;
  font-family: "Gotham-Book";
  padding: 1rem;
}
.attractions-slider .autoplay .news-boxes .btn {
  text-decoration: none;
  color: #01a0a8;
  font-size: 15px;
  padding: 0.5rem 1rem;
  background: linear-gradient(to right, #01a0a8 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  border-left: 1px solid #e7e7e7;
}
.attractions-slider .autoplay .news-boxes .btn:hover {
  color: #ffffff;
  background-position: left bottom;
}
.attractions-slider .autoplay .slick-dots {
  display: none;
  padding-bottom: 1rem;
}
.attractions-slider .autoplay .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

@media (min-width: 1070px) {
  .attractions-slider .slick-dots {
    display: none !important;
  }
}
@media (max-width: 1070px) {
  .attractions-slider .title {
    padding: 1rem;
  }
  .attractions-slider .description {
    padding: 1rem;
    font-size: 16px;
    width: 100%;
  }
  .attractions-slider .autoplay {
    background-image: none;
    width: 100%;
  }
  .attractions-slider .autoplay .slick-prev,
.attractions-slider .autoplay .slick-next {
    left: -50px;
    display: none;
  }
  .attractions-slider .autoplay .slider-item {
    padding-left: 0;
  }
  .attractions-slider .autoplay .news-boxes p {
    font-size: 13px;
  }
  .attractions-slider .slider-arrows {
    display: none !important;
  }
  .attractions-slider .slider-arrows .f-slide-count {
    right: 0;
  }
  .attractions-slider .slick-dots {
    display: block;
    padding-bottom: 1rem;
  }
  .attractions-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .attractions-slider .slick-dots li button:before {
    font-family: "slick";
    font-size: 32px;
    line-height: 20px;
    color: #242331;
  }
}
footer {
  position: relative;
  background-color: #242331;
  padding-bottom: 3rem;
  padding-top: 2rem;
}
footer .left-align,
footer .right-align {
  display: flex;
  margin: auto;
}
footer .footer-logo {
  padding-left: 6.5rem;
  width: 100%;
  padding-right: 2rem;
  padding-top: 1rem;
}
footer .footer-logo h2 {
  text-transform: uppercase;
  margin-top: 3rem;
  font-family: "Gotham-Book";
  color: #ffffff;
}
footer .footer-logo p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  font-family: "Gotham-Book";
  color: #eeeded;
}
footer .footer-logo .submit-btn {
  margin-top: 2rem;
}
footer .footer-logo .submit-btn a {
  padding: 0.8rem 3rem;
  text-decoration: none;
  border: 1px solid #fff;
  font-family: "Gotham-Book";
  color: #ffffff;
}
footer .new-logo {
  width: auto;
}
footer .new-logo a {
  text-decoration: none;
  outline: none;
}
footer .right-align {
  flex-direction: column;
  width: 50%;
}
footer .right-align .forming {
  margin-left: 1rem;
}
footer .right-align .forming .subscription-txt {
  font-size: 16px;
  font-family: "Gotham-Book";
  letter-spacing: 1px;
  line-height: 24px;
  padding-right: 30px;
  padding-top: 5px;
  color: #ffffff;
}
footer .right-align .forming .subscription-form {
  height: 40px;
  background: #fff;
  border: 0;
  color: #01a0a8;
  outline: none;
  padding: 0 1rem;
  width: 13rem;
}
footer .right-align .forming .subscription-btn {
  height: 40px;
  background: #01a0a8;
  border-radius: 0;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}
footer .right-align .social-menu {
  margin: 1rem;
  margin-top: 2rem;
}
footer .right-align .social-menu a {
  color: #fff;
  font-family: "Gotham-Book";
  border-right: 2px solid #fff;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1.5;
}
footer .right-align .social-menu a:last-child {
  border: 0;
}
footer .right-align .social-menu a:first-child {
  padding-left: 0;
}
footer .right-align .follow-us p {
  color: #fff;
  font-family: "Gotham-Book";
  margin: 1rem;
  display: inline-block;
}
footer .right-align .follow-us img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

@media (max-width: 1070px) {
  footer .footer-logo {
    padding: 1rem;
    text-align: center;
  }
  footer .footer-logo .get-in-touch {
    text-align: center;
  }
  footer .left-align {
    display: block;
  }
  footer .left-align .new-logo {
    text-align: center;
  }
  footer .right-align {
    width: 100%;
    padding: 1rem;
    text-align: center;
  }
  footer .right-align .forming {
    width: 100%;
    margin: 0;
  }
  footer .right-align .forming .subscription-txt {
    padding: 0;
    text-align: center;
  }
  footer .right-align .forming .input-group {
    display: flex;
    justify-content: center;
  }
  footer .right-align .forming .input-group .subscription-form {
    width: 130px;
  }
}
.faqs-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}
.faqs-container .accordion {
  position: relative;
  background-color: #fff;
}
.faqs-container .accordion .accordionTitle,
.faqs-container .accordion .accordion__Heading {
  background-color: #fff;
  text-align: left;
  font-weight: 700;
  padding: 2em;
  display: block;
  text-decoration: none;
  color: #242331;
  transition: background-color 0.5s ease-in-out;
  border: 1px solid #dddddd;
  font-family: "Gotham-Book";
}
.faqs-container .accordion .accordionTitle:before,
.faqs-container .accordion .accordion__Heading:before {
  font-size: 1.7em;
  line-height: 0.5em;
  float: right;
  color: #242331;
  font-family: "Gotham-Book";
  width: 30px;
  height: 30px;
  content: "";
  margin-top: -5px;
  margin-left: 10px;
  background-image: url(../../frontend-assets/images/icons/exp-icon.webp);
}
.faqs-container .accordion .accordionTitleActive,
.faqs-container .accordion .accordionTitle.is-expanded {
  background-color: #ececec;
  border-bottom: none;
}
.faqs-container .accordion .accordionTitleActive:before,
.faqs-container .accordion .accordionTitle.is-expanded:before {
  float: right;
  color: #2fb0b7;
  background-image: url(../../frontend-assets/images/icons/coll-icon.webp);
  width: 30px;
  height: 30px;
  content: "";
  margin-top: -5px;
}
.faqs-container .accordion .accordion-body.active {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-top: none;
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
  animation: accordionIn 0.45s normal ease-in-out both 1;
  max-height: 15em;
  transition: max-height 0.5s;
  padding: 1rem 2rem;
}
.faqs-container .accordion dl:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
}
.faqs-container .accordion dd {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-top: none;
}
.faqs-container .accordion p {
  padding: 1em 2em 1em 2em;
  font-family: "Gotham-Book";
}
.faqs-container .accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 15em;
  transition: max-height 0.5s;
}
.faqs-container .accordionItem.is-collapsed {
  max-height: 0;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
  animation: accordionIn 0.45s normal ease-in-out both 1;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
  animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}

.js-cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
  z-index: 9999;
  background: linear-gradient(rgba(19, 19, 19, .9), rgba(19, 19, 19, .9));
  border: solid 1px;
}

.js-cookie-consent p {
  font-size: 13px;
  line-height: 14px;
  font-weight: 200;
  margin-bottom: 0;
  margin-top: 0;
  float: left;
  width: 55%;
  color: #fff !important;
}

.js-cookie-consent a {
  float: right;
  color: #777;
  font-size: 11px;
  margin-right: 15px;
  margin-top: 8px;
  text-decoration: none;
}

.js-cookie-consent button {
  font-size: 13px;
  min-width: 140px;
  padding: 8px 20px 9px;
  color: #53abad;
  border: 1px solid #53abad;
  background-color: transparent;
  float: right;
  white-space: normal;
  border-radius: 2px;
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.no-resize {
  resize: none;
}

.pagination nav > div:nth-child(2) > div:nth-child(2) > span {
  display: flex;
  gap: 15px;
  font-size: 18px;
  display: flex;
  width: 100%;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #000;
}

.pagination nav > div:nth-child(2) > div:nth-child(2) > span span,
.pagination nav > div:nth-child(2) > div:nth-child(2) > span a {
  display: flex;
  width: 38px;
  padding: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 32px;
}
.pagination nav > div:nth-child(2) > div:nth-child(2) > span a {
  color: #000;
}
span[aria-current="page"] span {
  color: #d13239;
  border-radius: 50%;
  width: 50px;
  padding: 7px;
  border: none;
}
.pagination .border {
  border: 1px solid var(--apply-filter-color, #F1F1F1);
  
}
.pagination nav > div:nth-child(2) > div:nth-child(2) svg {
  height: 25px;
}
/*# sourceMappingURL=style.css.map */
.latest-news-boxes {
  background-color: #242331;
}
@media (max-width: 1070px) {
  .latest-news-boxes {
    background-color: unset;
  }
  .mobile-footer-d {
    display: flex;
    flex-direction: column-reverse;
  }
  .mobile-footer-d .social-menu {
    display: flex;
    flex-direction: column;
  }
  .mobile-footer-d .social-menu a {
    border-right: unset !important;
  }
}
.m-auto {
  margin: auto;
}
.blogs-wrapper .container {
  padding-left: 15em;
  padding-right: 15em;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.search-btn {
  border: none;
  background: none;
  height: 53px;
}