<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Gotham-Ultra";
  src: url("fonts/GothamUltra.otf");
}
.gotham-ultra {
  font-family: "Gotham-Ultra";
}
.breadcrumbs .breadcrumb-text h1 {
  font-size: 1.7rem;
  font-family: "Gotham-Ultra";
}
.section-padding {
  padding: 2rem 7rem;
}
.tickets-box-txt h2 {
  font-weight: bold;
  font-size: 2rem;
}
.tickets-box-txt h3 {
  font-family: "Gotham-Book";
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  font-size: 2.5rem;
}
.bg-blue {
  background: #01a0a8;
}
.open {
  color: #01a0a8;
  text-transform: capitalize;
}
.close {
  color: #b21818;
  text-transform: capitalize;
}
.tickets-box-txt p {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 0;
}
.tickets-box-img img {
  height: 100%;
  object-fit: cover;
}
.home-video {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}
tr td {
  font-weight: bold;
  color: #000;
}
th,
td {
  text-align: center !important;
}
.responsive-table {
  overflow-x: auto;
}

/*Stations Page*/
.intro {
  padding: 5rem 7rem 1rem;
  box-sizing: border-box;
  width: 80%;
  margin: auto;
  font-family: "Gotham-Book";
  font-size: 20px;
  line-height: 1.5;
}
.stations-sec {
  padding: 2rem 7rem;
}
.stations-sec .single-station {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
}
.stations-sec .single-station.right {
  flex-direction: row-reverse;
}
.stations-sec .station-img {
  box-sizing: border-box;
}
.stations-sec .station-img img {
  width: 100%;
  height: 33rem;
  object-fit: cover;
}

.stations-sec .station-content {
  /*width: 40%;*/
  box-sizing: border-box;
  padding: 2rem 3rem;
}
.stations-sec .station-content .title {
  font-family: "Gotham-Book";
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
.stations-sec .station-content .text {
  font-family: "Gotham-Book";
  font-size: 20px;
  line-height: 1.5;
}

/*News Page*/

.bloge-sec .single-blog {
  width: 80%;
  border: 1px solid #ddd;
  margin: auto;
  margin-bottom: 4rem;
}
.bloge-sec .single-blog .blog-img {
  height: 50vh;
}
.bloge-sec .single-blog .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bloge-sec .single-blog .blog-content {
  padding: 2rem 6rem;
}
.bloge-sec .single-blog .blog-content .title {
  font-size: 28px;
}
.bloge-sec .single-blog .blog-content .text {
  font-size: 20px;
  line-height: 1.5;
}
footer.footer {
  position: relative;
}
.subscription-txt {
  font-size: 16px;
  font-family: "Gotham-Book";
  letter-spacing: 1px;
  line-height: 24px;
  padding-right: 30px;
  padding-top: 5px;
  color: #ffffff;
}
.subscription-form {
  height: 40px;
  background: #fff;
  border: 0;
  color: #01a0a8;
  outline: none;
  padding: 0 1rem;
  width: 13rem;
}
.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;
}
.subscription-btn:hover {
  background: #53565a;
  color: #fff;
  text-decoration: none;
}
.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;
}

.coming-soon-box span {
  opacity: 1;
  transition: all 0.3s;
}
.hp-attr:hover h2 span {
  opacity: 1;
  transition: all 0.3s;
}

.mobile-footer-subscribe {
  display: none;
}

.morecontent span {
  display: none;
}

a.morelink {
  color: #01a0a8;
  font-size: 16px;
}

.countries-code-wrapper {
  width: 120px;
}

.phone-number-div {
  width: calc(75% - 120px);
}

select.countries-code {
  margin-bottom: 0rem;
  border: 1px solid #d5dade;
  outline: 0;
  width: 95%;
  height: 100%;
  background-color: #d5dade;
}

@media (max-width: 1024px) {
  .sq-fot-btn {
    display: flex;
    padding: 1rem !important;
  }
}
@media (max-width: 768px) {
  .section-padding {
    padding: 2rem;
  }
  .stations-sec {
    padding: 2rem;
  }
  .stations-sec .station-content {
    padding: 0;
  }
  .intro {
    width: 100%;
    padding: 3rem 2rem 0;
  }
  .breadcrumbs .breadcrumb-text h1 {
    font-size: 1.7rem;
  }
  .blog-section {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .tickets-box-txt {
    padding-top: 2rem;
  }
  .tickets-box-img {
    padding-top: 2rem;
  }
  .bloge-sec .single-blog {
    width: 100%;
  }
  .bloge-sec .single-blog .blog-content {
    padding: 2rem;
  }
  .slider-item {
    padding-left: 0;
    margin: 2rem 0;
  }
  .header {
    background: #242331;
  }
  .header .mobile-menu span {
    background: #fff;
  }
  .footer-subscribe {
    display: none;
  }

  .phone-on-mobile {
    width: 70%;
  }
  .contact-us-section
    .form-section
    .form-groups
    .form-group
    .phone-on-mobile
    input[type="tel"] {
    width: 100% !important;
  }
  .countries-code-wrapper {
    width: 30%;
  }
  .countries-code-wrapper select {
    width: 100%;
  }
  .mobile-field {
    flex-direction: row !important;
    padding: 0 1rem;
  }
}

/* ////////////////////////////////// */
@media (max-width: 576px) {
  .contact-us-section
    .form-section
    .form-groups
    .form-group
    .phone-on-mobile
    input[type="tel"] {
    width: 100% !important;
  }
  p {
    font-size: 13px;
  }
  .book-btn {
    display: none;
  }

  .mobile-boxes-slider {
    position: relative;
  }

  .mobile-boxes-slider .slick-dots {
    padding-bottom: 1rem;
  }

  .mobile-boxes-slider .slick-dots li button:before {
    font-family: "slick";
    font-size: 12px;
    line-height: 20px;
    color: #242331;
  }

  .stations-sec .station-img img {
    height: 35vh;
  }

  .train-times-table thead tr th {
    font-size: 16px;
  }

  .train-times-table tbody tr td {
    font-size: 15px;
  }

  .tickets-box-txt .show-more-btn:hover {
    height: auto;
  }

  .mobile-footer-subscribe {
    display: initial;
  }

  .mobile-footer-subscribe .subscription-form {
    width: 8rem;
  }

  .mobile-footer-subscribe .subscription-btn {
    height: 40px;
    background: #01a0a8;
    border-radius: 0;
    border: 0;
    padding: 10px 10px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    outline: 0;
    font-size: 13px;
  }

  .mobile-footer-subscribe .subscription-txt {
    padding-right: 0;
    font-size: 14px;
  }

  .bloge-sec .single-blog .blog-img {
    height: 30vh;
  }
}

/* --------------------------------------------------------------------
--------------------------------------------------------------------
--------------------------------------------------------------------
--------------------------------------------------------------------
--------------------------------------------------------------------
--------------------------------------------------------------------
--------------------------------------------------------------------
--------------------------------------------------------------------
*/

.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
}

.accordion dd,
.accordion__panel {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-top: none;
}

.accordion p {
  padding: 1em 2em 1em 2em;
  font-family: "Gotham-Book";
}

.accordion {
  position: relative;
  background-color: #fff;
}

.faqs-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}

.accordionTitle,
.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";
}

.accordionTitle:before,
.accordion__Heading:before {
  font-size: 1.7em;
  line-height: 0.5em;
  float: right;

  color: #242331;
  font-family: "Gotham-Book";
  background-image: url(images/exp-icon.png);
  width: 30px;
  height: 30px;
  content: "";
  margin-top: -5px;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #ececec;
  border-bottom: none;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  float: right;
  color: #2fb0b7;
  background-image: url(images/coll-icon.png);
  width: 30px;
  height: 30px;
  content: "";
  margin-top: -5px;
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 15em;
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

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

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

.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);
  }
}



/****** Blog Page *******/
.blogs-intro p{
  color: #5C5C5C;
  font-family: "Gotham-Book";
}
.blogs-intro .container,
.blogs-wrapper .container,
.single-blog.breadcrumbs .container,
.related-section .container,
.intro-section  .container{
  padding-left: 15em;
  padding-right: 15em;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.blogs-intro nav .breadcrumb,
.intro-section nav .breadcrumb{
  list-style: none;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  background-color: #fff;
  border-radius: 0.25rem;
  font-family: "Gotham-Book";
}
.blogs-intro nav .breadcrumb a,
.intro-section nav .breadcrumb a {
  color: blue;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.blogs-intro nav .breadcrumb .breadcrumb-item.active,
.intro-section nav .breadcrumb .breadcrumb-item.active {
  color: #000000;
}
.blogs-intro nav .breadcrumb .breadcrumb-item+.breadcrumb-item::before,
.intro-section nav .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #000000;
  content: "&gt;";
}
.blogs-wrapper {
  font-family: "GillSans";
}
.blogs-wrapper .intro-section p {
  font-family: "GillSans";
  font-size: 20px;
  color: #5c5c5c;
}

.blogs-wrapper  .search-container {
  display: flex;
  justify-content: flex-end;
  padding: 5rem 0;

}
.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  .search-container .search-box-wrapper {
  display: flex;
}
.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: 20px;
  padding: 1rem;
  margin-left: 10px;
  border-radius: 1px;
}

.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 {
  margin-bottom: 3rem;
}



.blogs-wrapper .blogs-list .blogs-list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media (min-width: 768px) {
  .blogs-wrapper .blogs-list .blogs-list-item:not(:first-child) {
    width: 30%;
    border: 0.5px solid #707070;
  }

  .blogs-wrapper .blogs-list .blogs-list-item:not(:first-child) .img-wrapper {
    width: 100%;
    height: 250px;
  }
  .blogs-wrapper .blogs-list .blogs-list-item:not(:first-child) .text-wrapper {
    padding: 1rem;
  }
  .blogs-wrapper .blogs-list .blogs-list-item:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .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;
  }
  .single-blog.breadcrumbs .breadcrumb-text .txt-white{
    font-size: 30px;
  }
}
.blogs-wrapper .blogs-list .blogs-list-item .text-wrapper p.date {
  color: #797979;
}
.blogs-wrapper .blogs-list .blogs-list-item .text-wrapper span.cat {
  color: #101010;
  font-size: 14px;
  background-color: #d6dade;
  padding: 0.5rem 2rem;
}
.blogs-wrapper .blogs-list .blogs-list-item .text-wrapper h2 {
  color: #020202;
  font-size: 27px;
  font-family: "GillSans-Medium";
  margin-bottom: 0;
}
.blogs-wrapper .blogs-list .blogs-list-item .text-wrapper p.desc {
  color: #5c5c5c;
  margin-top: 5px;
  line-height: 1.3;
}
.blogs-wrapper .blogs-list .blogs-list-item .text-wrapper a {
  text-decoration: none;
  color: #469ea6;
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
.blogs-wrapper .no-result{
  display: none;
}
.blogs-wrapper .nav{
  text-align: center;
  display: flex;
  justify-content: center;
}
.blogs-wrapper .pagination{
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  margin-top: 0;
}
.blogs-wrapper .nav .btn-first,
.blogs-wrapper .nav .btn-prev,
.blogs-wrapper .nav .btn-next,
.blogs-wrapper .nav .btn-last,
.blogs-wrapper .nav .pagination li {
  font-size: 25px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 5px;
  height: 40px;
  color: #6c757d;
  margin-left: 10px;
  margin-top: 4px;
}
.blogs-wrapper .nav .pagination li {
  font-size: 20px;
  padding-top: 10px;
  margin-top: 0;
}
.intro-section img {
  max-width: 100%;
}
.intro-section h1,
.intro-section h2,
.intro-section h3,
.intro-section h4,
.intro-section h5,
.intro-section p{
  font-family: "Gotham-Book"
}
.intro-section h1 {
  font-size: 38px;
}
.intro-section h4 {
  font-size: 25px;
}
.intro-section h5 {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.related-section h3{
  font-size: 2.3em;
  font-family: "Gotham-Book"
}
.intro-section p {
  font-size: 20px;
  color:#5C5C5C;
}
.intro-section .container{
  margin-bottom: 5rem;
}

.single-blog.breadcrumbs .breadcrumb-text .txt-white {
  font-size: 38px;
  font-family: "Gotham-Book";
  font-weight: 500;
}
.single-blog.breadcrumbs .breadcrumb-text h2.txt-white {
  font-size: 38px;
  font-family: "Gotham-Book";
  font-weight: 700;
}
.single-blog.breadcrumbs {
  height: 25rem;
  background: url(https://www.palmmonorail.com/images/blog/blog-single-bg.webp);
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
  background-size: cover;
}
.single-blog-slider .slider-item {
  max-width: 400px;
}.single-blog-slider .single-blog-slider {
   font-size: 2rem;
 }
@media (max-width: 768px) {
  .blogs-intro .container,
  .blogs-wrapper .container,
  .single-blog.breadcrumbs .container,
  .related-section .container,
  .intro-section  .container{
    padding-left: 1em;
    padding-right:1em;
  }
  .blogs-wrapper  .search-container {
    padding: 2rem 0;
  }
  .blogs-wrapper .blogs-list .blogs-list-item {
    width: 100%;
    border: 0.5px solid #707070;
  }
  .blogs-wrapper .blogs-list .blogs-list-item .text-wrapper {
    padding: 1rem;
  }
  .blogs-wrapper .search-container{
    flex-wrap: wrap;
  }
  .blogs-wrapper .search-container .blog-cat-select {
    margin-bottom: 15px;
  }
  .single-blog.breadcrumbs .breadcrumb-text h1.txt-white {
    font-size: 25px;
    font-weight: bold;
  }
  .intro-section h1{
    font-size: 25px;
    font-weight: bold;
  }
  .intro-section p {
    font-size: 15px;
    text-align: justify;
    line-height: 20px;
  }
  .intro-section h5 {
    font-size: 17px;
  }
  .related-section h3 {
    display: none;
  }
  .single-blog.breadcrumbs .breadcrumb-text .date{
    font-size: 13px;
  }
  .blogs-wrapper .search-container .blog-cat-select,
  .blogs-wrapper .search-container .search-box-wrapper,
  .blogs-wrapper .search-container .search-box-wrapper input{
    width: 100%;
  }
  .single-blog.breadcrumbs {
    height: 12rem !important;
    background-size: cover !important;
  }
  .blogs-intro nav .breadcrumb, .intro-section nav .breadcrumb {
    display: block;
  }
  .blogs-intro nav .breadcrumb .breadcrumb-item+.breadcrumb-item::before,
  .intro-section nav .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    padding-left: 0;
  }
}

.blog-image-container {
  display: flex;
  width: 100%;
  justify-content: center;
}</pre></body></html>