/*@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");*/

#datepicker {
  color-scheme: only light;
  background-color: white;
}

body,
h1,
h2,
h3,
h4,
p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: rgb(23, 22, 22);
}

body {
  background-color: white;
  overflow-x: hidden;
}

body p {
  font-weight: 200;
  line-height: 1.3rem;
  font-size: 1rem;
}

body h3 {
  font-weight: 600;
}

body h4 {
  font-weight: 600;
}

section {
  padding: 2rem 11%;
  margin-bottom: 50px;
}

section h1,
.paragraph h1 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #405371;
}
.paragraph h2{
  color: #405371;
  }
ul li,
b {
  color: #405371;
}
.anchor-tag a{
  color: #0cb1ff!important;
}
/* Header Style */
.header {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0px 9px 62px -39px rgba(77, 77, 77, 0.61);
  -moz-box-shadow: 0px 9px 62px -39px rgba(77, 77, 77, 0.61);
  box-shadow: 0px 9px 62px -39px rgba(77, 77, 77, 0.61);
  background-color: white;
  top: 0;
  z-index: 9999999;
}

.top-nav {
  display: flex;
  padding: 20px 11%;
  justify-content: space-between;
}

.top-nav .logo-container {
  width: 50%;
  max-width: 500px;
  min-width: 200px;
  max-height: 50px;
  display: flex;
  align-items: center;
}

.logo-container img {
  width: 100%;
}

.top-nav-left {
  margin-right: auto;
}

.top-nav-right {
  min-width: 200px;
  justify-content: flex-start;
}

.top-nav-right .bi-list {
  display: none;
}

.top-nav-right .ticket-seller-img {
  /* width: 25%; */
  margin-left: 20px;
  max-width: 500px;
}

.ticket-seller-img img {
  width: 100%;
}

.powered-by {
    width:auto;
/*  width: 300px;
  margin-left: 40px;
  margin-top: -5px;*/
}
.powered-by .right-space {
    margin-right: 20px;
    text-transform: capitalize;
}

.powered-by span {
  text-transform: uppercase;
  font-size: 0.7rem;
  margin-right: 7px;
  text-wrap: nowrap;
}

.powered-by svg {
  max-width: 140px;
  width: auto;
  height: 30px;
}

/* Navbar  */
.navbar {
  padding: 0 10%;
  justify-content: space-between;
}

.navbar .nav-item {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(63, 65, 68);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 15px 20px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
  transition: 0.2s;
}

.nav-item span i {
  display: none;
}

.navbar a.nav-item:last-of-type {
    color: #3f4144;
    text-decoration: underline;
}

.nav-item:not(.mobile, a, #multiday):hover {
  box-shadow: 0px 10px 40px -10px rgba(58, 58, 58, 0.61);
  transition: 0.3s;
  text-decoration: underline;
  color: #202e7f;
}

.nav-item:not(.mobile, a):hover .dropdown {
  visibility: visible;
  transition: 0.2s;
  opacity: 1;
}
#multiday:hover, .last-menu-item:hover {
    box-shadow: 0px 10px 40px -10px rgba(58, 58, 58, 0.61);
    transition: 0.3s;
    text-decoration: underline;
    color: #202e7f;
}
    #multiday:hover .multi-day-link, .last-menu-item:hover span{
        color: #202e7f;
    }
    /* Dropdown */
    .dropdown {
        position: absolute;
        top: 40px;
        left: 0px;
        opacity: 0;
        display: block;
        background-color: white;
        visibility: hidden;
        padding: 10px;
        transition: 0.2s;
        box-shadow: 0px 40px 62px -20px rgba(58, 58, 58, 0.61);
        z-index: 20;
    }

.dropdown-item {
    color: #000;
    font-size: 15px;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    min-width: 215px;
    text-wrap: nowrap;
    border-bottom: 1px solid #ccc;
    text-transform: none;
    font-weight: 600;
    text-align: left;
    transition: 0.2s;
}

.dropdown-item:last-of-type {
  border-bottom: 0;
}

.dropdown-item:hover {
  color: #202e7f;
  transition: 0.3s;
}

/* Hero Section */
.hero-section {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  background: rgb(23, 58, 115);
 /*  background: linear-gradient(
    0deg,
    rgba(23, 58, 115, 1) 0%,
    rgba(32, 80, 158, 1) 66%
  ); */
  background: url(https://res.cloudinary.com/funex/image/upload/f_auto,q_100/c_scale,w_auto,dpr_auto/v1707361807/bannerbg_zbtraw.jpg) no-repeat;
  padding: 2rem 11%;
  /* max-height: 30vw; */
  align-content: stretch;
  background-size: cover;
}

.hero-section .banner-text {
  background: rgb(1, 24, 71);
  background: linear-gradient(
    0deg,
    rgba(1, 24, 71, 0.9178265056022409) 0%,
    rgba(0, 32, 99, 0.5704875700280112) 31%,
    rgba(0, 32, 99, 0.1951374299719888) 67%,
    rgba(0, 0, 0, 0) 97%
  );
  padding: 40px 30px 20px 30px;
}
.hero-section h2 {
   color: white;
   text-shadow:
       2px  2px 0 #165C95,
      -1px -1px 0 #165C95,  
       1px -1px 0 #165C95,
      -1px  1px 0 #165C95,
       1px  1px 0 #165C95;
}
.hero-section .refundable-cont.y-center  h3 {
  text-shadow: 
      1px  1px     #0cb1ff, 
     -1px  1px     #0cb1ff, 
      1px -1px     #0cb1ff, 
     -1px -1px     #0cb1ff,
      1px  1px 5px #555;
      color: #fff;
 }
.banner-cont {
  width: 70%;
  text-decoration: none;
}

.banner-cont h2 {
  font-weight: 900;
  line-height: 22px;
}

.banner-cont h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.refundable-cont.y-center {
  position: relative;
  justify-content: space-between;
  margin-bottom: 17px;
}

.banner-cont h2,
.banner-cont h3,
.banner-cont p {
  color: white;
}

.banner-cont div.banner-cont-item {
  position: relative;
  min-height: 20vw;
  max-height: 25vw;
  overflow: hidden;
}

.banner-image {
  width: 100%;
  max-height: 80vh;
}

.banner-image img {
  width: 100%;
  height: 100%;
}

.banner-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  justify-content: space-between;
  width: calc(100% - 60px);
}

.banner-text .text-container p {
  margin: 0;
  line-height: 23px;
  font-size: 1.3rem;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.8);
}

.banner-text .text-container p:nth-of-type(2) {
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 1.5rem;
}

.banner-cont .button-blue {
  font-size: 1.2rem;
  border-radius: 50px;
  margin-left: auto;
  max-width: 100px;
}

.ticket-cont {
  width: 30%;
  margin-left: 50px;
  max-width: 300px;
}

.ticket {
  width: calc(100% - 40px);
  height: 100%;
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.ticket a {
  text-decoration: none;
}

.ticket img {
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  z-index: -1;
}

.ticket-title {
  text-transform: uppercase;
  color: #01628c;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 25px;
}

.ticket-dc {
  display: block;
  text-align: center;
  padding: 15px 0;
  border-bottom: 5px dotted grey;
  cursor: pointer;
  box-sizing: border-box;
}

div.ticket-dc:last-of-type {
  border-bottom: none;
}

.ticket-dc p {
  margin: 0;
  line-height: 17px;
  font-size: 1.1rem;
}

.ticket-dc p:nth-of-type(2) {
  text-transform: uppercase;
  font-weight: 600;
  color: #0099c7;
  margin-top: 3px;
}

/* Theme Parks */
.ticket-parks-sec {
  padding: 2% 12%;
}

.ticket-parks-cont {
  display: flex;
  flex-wrap: wrap;
}

.ticket-park {
  width: calc(50% - 40px);
  /* max-width: 450px; */
  flex: 1;
}

.ticket-park:first-of-type {
  margin-right: 2rem;
}

.ticket-parks-cont:not(:last-of-type) .ticket-park {
  margin-bottom: 40px;
}

.ticket-parks-cont .button-blue {
  margin-top: 15px;
}

.ticket-park-img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 18vw;
  margin-bottom: 20px;
  background-color: rgb(206, 206, 206);
}
/* 
.ticket-park-img img {
  width: 100%;
  height: 170%;
} */

.ticket-park-img img.sm {
  width: 100%;
  height: 120%;
}

.ticket-park-details {
  padding: 0 2px;
}
.ticket-park-details h2,
.ticket-park-details h3,
.ticket-select-details h2,
.ticket-park-details p {
  margin-bottom: 10px;
  color: #405371;
}
.ticket-park-details h2 ,
.ticket-select-details h2{
  font-size: 1.17em;
}
/* Special Events Section  */
.ticket-select-ticks {
  padding: 0 12%;
}

.ticket-select {
  margin-bottom: 20px;
  border: 1px solid rgb(186, 186, 186);
  border-radius: 15px;
  min-height: 170px;
  width: 100%;
  overflow: hidden;
}

.ticket-select-img {
  width: 30%;
  max-width: 30%;
  min-width: 30%;
  overflow: hidden;
  min-height: 170px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

/* .ticket-select-img img {
  width: 100%;
  align-self: stretch;
}
 */
.ticket-select-det-cont {
  width: 75%;
}

.ticket-select-details {
  padding: 30px;
/*   width: 70%; */
}

.ticket-select-price {
  width: 30%;
}

.ticket-select-details h3,
.ticket-select-details p {
  color: #405371;
}

.ticket-select-details h3,
.ticket-select-details p:not(:last-of-type) {
  margin-bottom: 10px;
}

.ticket-select-price {
  display: flex;
  flex-direction: column;
  padding-right: 30px;
  text-align: center;
  align-items: center;
}

.ticket-select-price h3 {
  margin-bottom: 5px;
  min-width: fit-content;
  text-wrap: nowrap;
}

.ticket-select-price .price {
  font-size: 1.5rem;
  color: rgb(217, 68, 68);
  margin-left: 3px;
}

.one-park-options {
  padding: 20px;
}

#specialEvents .ticket-select,
#specialEvents .ticket-select-img {
  max-height: 180px;
  height: 180px;
}

#specialEvents .ticket-select-img img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
}
/* Paragraph Type */
.paragraph p,
.paragraph h3 {
  margin-bottom: 40px;
  color: #405371;
}

.paragraph span {
  color: #405371 !important;
}

.paragraph .image-cont {
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  border-radius: 10px;
}

.paragraph .image-cont.x-center {
  align-items: center;
}

.paragraph h3 {
  margin-bottom: 20px;
}

.paragraph .image-cont.bg {
  height: 16vw; /* 20 */
}

.paragraph .image-cont img {
  width: 100%;
}

.image-caption {
  display: block;
  font-size: 0.8rem;
  margin-top: -10px;
}

/* Banner  */
.banner {
  background-color: white;
}

.banner .image-cont {
  overflow: hidden;
}

.banner-cont-item::after {
  content: "© Disney";
  position: absolute;
  right: 12px;
  top: 10px;
  color: white;
  font-size: 1rem;
}

.banner .image-cont img {
  width: 100%;
}

.banner-header img {
  max-width: 210px;
  margin-top: -30px;
}

.banner h1 {
  padding: 2rem 11% 10px 11%;
  color: #405371;
}

.ticket-select-img,
.ticket-park-img,
.image-cont {
  position: relative;
}

.ticket-select-img::after,
.ticket-park-img::after,
.image-cont::after {
  position: absolute;
  right: 12px;
  bottom: 10px;
  color: white;
  font-size: 1rem;
}

.image-cont:not(.pixar-slinky, .lucas)::after {
  content: "© Disney";
}

.image-cont.pixar-slinky::after {
  content: "© Disney/Pixar © Slinky-Poof Inc.";
}

.image-cont.lucas::after {
  content: "© &TM Lucasfilm Ltd.";
}

/* Global CSS */
.button-blue {
  display: block;
  appearance: button;
  background-color: #297ebe;
  color: white;
  border: none;
  padding: 15px;
  text-transform: uppercase;
  cursor: pointer;
  min-width: fit-content;
  text-wrap: nowrap;
  border-radius: 40px;
  text-decoration: none;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
  font-weight: 600;
  text-align: center;
}

.button-blue.gray {
  background-color: #cecece;
  color: rgb(48, 48, 48);
}

.button-blue.xs {
  padding: 13px 20px;
  max-width: 100px;
}

.button-blue.sm {
  padding: 13px 2rem;
}

.button-blue.lg {
  width: 100%;
}

.button-blue.nm {
  max-width: 210px;
}

.button-blue.green {
  border-radius: 5px;
  background-color: #30356c;
}

.button-blue.semi-bordered {
  border-radius: 5px;
}

.button-blue.red {
  background-color: #30356c;
  color: white;
}

.badge {
  padding: 5px 10px;
  border-radius: 20px;
  background-color: rgb(239, 215, 215);
  color: rgb(143, 42, 42);
  margin-left: 5px;
  font-size: 0.7rem;
  min-width: fit-content;
}

.x-center {
  display: flex;
  align-items: center;
}

.y-center {
  display: flex;
  justify-content: center;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
}

.y-start {
  display: flex;
  align-items: flex-start;
}

.space-between {
  justify-content: space-between;
}

.col {
  display: flex;
  flex-direction: column;
}

.icon-left {
  margin-right: 5px;
}

.margin20 {
  margin-bottom: 20px !important;
}

.no-margin {
  margin-bottom: 0 !important;
}

.topmost {
  margin-top: 160px;
}

.light-text {
  color: grey;
}

.home {
  color: black;
  text-decoration: none;
}

.hidden {
  display: none !important;
}

.sticky {
  position: fixed;
  top: 0;
}

.sticky + .content {
  padding-top: 102px;
}

.width80 {
  max-width: 80%;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border-top: 3px solid rgb(106, 115, 170);
  margin-top: 100px;
}

footer .powered-by span {
  font-size: 1rem;
}

footer .powered-by svg {
  max-width: 180px;
  margin-left: 5px;
}

.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.d-xl-none {
    display: none;
}

.icn-clr {
    display: none;
}

.navbar-dkt {
    justify-content: space-between;
}
/* Mobile CSS  */
@media only screen and (max-width: 600px) {
  section h1,
  .paragraph h1 {
    font-size: 1.3rem;
    line-height: 1.5rem;
    text-align: left;
  }

  html {
    overflow-x: hidden;
  }

  body section {
    padding: 20px 0 0 0;
  }

  body h1 {
    text-align: center;
    font-size: 1.3rem;
  }

  body h2 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

  body h3 {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  body h4 {
    font-size: 1rem;
    font-weight: 600;
  }

  body div,
  body p,
  body span,
  body b {
    font-size: 15px;
    line-height: 17px;
  }

  section {
    margin-bottom: 10px;
  }

  .ticket-parks-sec,
  .ticket-select-ticks {
    padding: 2% 5%;
  }

    .btn-close {
        background-image: url(//res.cloudinary.com/funex/image/upload/v1739251966/Asset_28_luzenj.svg);
        width: 30px !important;
        height: 31px;
        border: none;
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: 30px 25px !important;
        margin-left: 11px;
    }

    .go-back-cont {
        display: flex;
        border: 2px solid #3f5270;
        padding: 6px;
        border-radius: 8px;
        align-items: center;
        width: fit-content;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 14px;
    }

    .go-back-icn {
        width: 16px;
        height: auto;
        margin-right: 7px;
        border-radius: 4px;
    }

    .icn-clr {
        text-decoration: none;
        color: inherit;
        display: block;
    }

    .go-back-txt {
        flex: 1;
    }

        .go-back-txt p {
            margin-bottom: 0 !important;
            color: #3f5270 !important;
            font-weight: 700 !important;
            text-wrap:nowrap;
            font-size: 11px;
        }

    .d-mb-none {
        display: none;
    }

    .d-xl-none {
        display: block;
    }

    .navbar-mbl {
    }
    /* Navbar Mobile CSS*/
    .no-scroll {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }

    .top-nav {
        padding: 20px;
    }

    .navbar .nav-item {
        color: #000;
        font-weight: 700;
        font-size: 1.2rem;
        padding: 5px 10px 0px 0px;
    }

    .font-bold-nav {
        color: #000;
        font-weight: 700;
    }

    .nav-item img {
        width: 30px;
        margin-right: 15px;
    }

    .navbar .nav-item {
        color: #000;
        font-weight: 700;
        font-size: 1.2rem;
        padding: 5px 10px 0px 0px;
    }

    .font-bold-nav {
        color: #000;
        font-weight: 700;
    }

    .contact-txt {
        font-size: 17px;
        padding-left: 17px;
    }

        .contact-txt a {
            color: #000;
            text-decoration: none;
        }

    .pb-15 {
        padding-bottom: 15px;
    }

    .pl-30 {
        padding-left: 30px !important;
    }

    .mb--7{
        margin-bottom: -7px;
    }

    .contact-txt p {
        color: #000;
        font-size: 13px;
        font-weight: 600;
        line-height:20px;
    }

    .multi-day-link {
        color: #000 !important;
        font-weight: 700 !important;
    }

    .nav-item span i {
        margin-left: auto;
        display: block;
    }

    .dropdown-item {
        padding: 15px 10px 15px 2px;
    }
    .navbar a.nav-item:last-of-type {
        color: #000;
        text-decoration: none;
    }
    /* Navbar Mobile CSS*/
    .top-nav {
        padding: 20px;
    }

  .top-nav-right {
    min-width: 0;
  }

  .top-nav-right img,
  .top-nav-right span,
  .top-nav-right .ticket-seller-img {
    display: none;
  }

  .top-nav-right i {
    font-size: 2rem;
  }

  .top-nav-right .bi-list {
    display: block;
  }

    .navbar {
        position: fixed;
        flex-direction: column;
        background-color: white;
        height: 100%;
        width: 100%;
        margin-top: -95px;
        align-items: flex-start;
        padding: 20px 0px 20px 20px;
        right: -111%;
        overflow-y: auto;
        justify-content: flex-start;
        transition: 0.5s;
    }

  .navbar > .nav-item {
    flex-direction: column;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    max-width: none !important;
    margin: 0;
    width: 100%;
    flex: 0 1 auto;
    padding: 0;
  }

        .navbar .nav-item {
            position: relative;
            text-decoration: none;
            text-transform: uppercase;
            color: #000;
            font-weight: 600;
            font-size: 0.9rem;
            padding: 0px 15px 15px;
            text-align: left;
            z-index: 10;
            cursor: pointer;
            transition: 0.2s;
        }

    .dropdown .dropdown-item {
        border-bottom: 0;
        margin-left: 55px;
        border-top: 1px solid #ccc;
        width: 74%;
        text-wrap: wrap;
        line-height: 22px;
    }

    .nav-item span {
        text-align: left;
        padding: 17px 10px 10px;
        text-transform: capitalize;
        border-top: 1px solid #ccc;
        font-size: 19px;
        font-weight: 700;
    }

  a.nav-item {
    border-bottom: 1px solid rgb(230, 230, 230);
  }

  .nav-item span i {
    margin-left: auto;
    display: block;
  }

  .navbar.shown {
    transition: 0.5s;
    right: 0;
  }

  .dropdown {
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: none;
    top: 0;
    box-shadow: none;
    width: 100%;
    padding: 5px 0;
    display: none;
  }

  .dropdown.shown {
    display: block;
  }

  .dropdown .dropdown-item {
    border-bottom: 0;
  }

 /* .powered-by {
    width: 150px;
  }*/

  .refundable-cont.y-center {
    margin: 10px 0;
    justify-content: center;
    flex-direction: column;
  }

  .banner-cont h3 {
    font-size: 13px;
    margin-bottom: 0;
    text-align: center;
    margin-right: 20px;
  }

  .banner-cont .banner-header img {
    max-width: 80px;
    position: relative;
    margin-top: 0;
  }

  /* Hero Section Mobile */
  .hero-section {
    max-height: none;
    flex-direction: column;
    padding: 20px;
  }

  .hero-section .banner-cont {
    width: 100%;
    max-width: none;
  }

  .banner-cont h2 {
    font-size: 1.1rem;
  }

  .banner-cont .banner-text {
    flex-direction: column;
    padding: 10px;
    align-items: flex-start;
    width: calc(100% - 20px);
  }

  .banner-text .button-blue {
    margin-top: 5px;
    margin-left: 0;
  }

  .banner-cont div.banner-cont-item {
    min-height: 250px;
    background-size: auto !important;
  }

  .banner-text .text-container p {
    font-size: 1.1rem;
  }

  .banner-text .text-container p:nth-of-type(2) {
    font-size: 1.2rem;
  }

  /* Banner  */
  .banner h2 {
    padding: 10px;
  }

  .banner .image-cont {
    display: flex;
    justify-content: center;
    height: 140px;
  }

  .banner .image-cont img {
    height: 100%;
    width: auto;
  }

  .ticket-cont {
    width: 90%;
    margin: 15px 15px 30px 15px;
    justify-self: center;
    display: flex;
    justify-content: center;
  }

  .ticket {
    width: 75%;
  }

  .ticket img {
    margin-top: 0;
    width: 100%;
    margin-left: 0;
  }

  .ticket-title {
    margin-top: 90px;
  }

  /* Theme Parks Mobile CSS  */
  #specialEvents .ticket-select {
    flex-direction: column;
    max-height: none;
    height: auto;
  }

  #specialEvents .ticket-select-img {
    min-width: 0;
    max-width: none;
    width: 100%;
    max-height: none;
    height: auto;
  }

  #specialEvents .ticket-select > .ticket-select-det-cont.x-center {
    width: 100%;
    max-width: calc(100% - 40px);
  }

  #specialEvents .ticket-select-img img {
    width: 100%;
    height: auto;
    align-self: stretch;
  }

  #specialEvents .ticket-select-price {
    margin-top: 20px;
  }

  #specialEvents .button-blue.xs {
    max-width: none;
    margin-top: 5px;
  }

  .ticket-parks-cont {
    flex-direction: column;
  }

  .ticket-parks-cont .ticket-park {
    margin-right: 0;
    max-width: none;
    width: 100%;
  }

  .ticket-park-img {
    height: 35vw;
  }

  .ticket-parks-cont .ticket-park {
    margin-bottom: 40px;
  }

  /* Ticket Select Mobile CSS  */
  .ticket-select {
    min-width: none;
    width: 100%;
    justify-items: stretch;
    justify-content: stretch;
    max-height: 450px;
  }

  .ticket-select > .x-center {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    align-self: stretch;
    max-width: 65%;
  }

  .ticket-select-details {
    padding: 0;
    width: 100%;
  }

  .ticket-select-img {
    align-self: stretch;
    display: flex;
    justify-content: center;
    width: 35%;
    min-width: 35%;
  }

  .ticket-select-img img {
    width: auto;
  }

  .ticket-select-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    width: 100%;
    margin-top: auto;
  }

  .ticket-select-price h3 {
    font-size: 0.9rem;
  }

  .ticket-select-price h3 span.price {
    font-size: 1.2rem;
  }

  .ticket-select-price .button-blue {
    width: 100%;
  }

  /* Paragraph Mobile CSS */
  .paragraph {
    /* padding: 0 10%; */
    padding: 0 5%;
  }

  .paragraph .image-cont {
    display: flex;
    justify-content: center;
  }

  .paragraph .image-cont img {
    /* height: 100%;
    width: auto; */
    width: 100%;
  }

  .button-blue.sm {
    padding: 6px 20px;
    max-width: 150px;
  }

  .button-blue {
    font-size: 0.9rem;
  }

  .topmost {
    margin-top: 105px;
  }

 /* footer .powered-by {
    margin-left: 0;
    width: 180px;
  }*/

  footer .powered-by svg {
    max-width: 100px;
  }

  .powered-by svg {
    width: auto;
    height: 15px;
  }
  .slick-prev {
      left: -8px!important;
  }
  .slick-next {
      right: -8px!important;
  }
  section.content {
    padding: 0 5%;
}
.hero-section h2 {
  font-size: 17px;
}
.banner-header img {
  margin-top: 0px;
}
}
@media (min-width: 760px) {
  #specialEvents .ticket-select,
  #specialEvents .ticket-select-img {
    max-height:fit-content;
    height: auto;
  }
}
@media (max-width: 1600px) {
  .ticket-select-img {
    width: 20%;
    max-width: 20%;
    min-width: 20%;
  }
  .img-show-desktop{
    display: none;
  }
  .img-hide-desktop{
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  .img-show-desktop{
    display: block;
  }
  .img-hide-desktop{
    display: none;
  }
/*   .hero-section {
    max-height: 22vw;
  }
 */
  .banner-cont div.banner-cont-item {
    min-height: 15vw;
    max-height: 19vw;
  }

  .banner-image img {
    width: 100%;
  }
}

@media screen and (min-width: 1900px) {
  .hero-section {
    max-height: 22vw;
  }

  .banner-cont div.banner-cont-item {
    min-height: 15vw;
    max-height: 19vw;
  }

  .banner-image img {
    width: 100%;
  }
}

.multi-day-link {
  color: rgb(63, 65, 68);
  display: block;
  text-decoration: none;
  min-width: fit-content;
  text-wrap: nowrap;
  text-transform: capitalize;
  font-weight: 600;
  text-align: left;
  transition: 0.2s;
}
a.button-blue {
  padding: 12px!important;
}
.container {
  width: 100%;
}
#specialEvents .button-blue.xs {
  padding: 10px 38px!important;
}
.spl-events{
background-color: #fff;
}
.content p, h3 {
  margin-bottom: 10px;
  color: #405371;
}
.slide-card{
  display: flex!important;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px){
    .desktop-img{
    display: none;
    }
    .show-mobile-img{
    display: block;
    }
    footer {
        padding-bottom: 90px;
    }
    footer .powered-by span{
        font-size:14px;
    }
    .powered-by .right-space {
        margin-right: 10px;
    }
}
@media (min-width: 600px){
  .desktop-img{
    display: block;
  }
  .show-mobile-img{
    display: none;
  }
}
@media (min-width: 1280px){
.container{
  max-width: 1200px;
}

.ticket-park-details{
  height: 80px;
}
}

@media (min-width: 1920px){
  .container {
    max-width: 1600px;
  }
}
.fx-attraction__content-wrapper h2, .fx-attraction__tickets h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #405371;
}
.media:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #3f527026;
  height: 1px;
  margin: 2% 10% 2% 10%;
}
.banner h1.main-title {
  padding: 2rem 11% 10px 11%;
  color: #405371;
  font-size: 1.5em;
}
h2.page-title {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #405371;
  margin-bottom: 30px;
}
.static-content-page {
  display: flex;
  width: 100%;
  padding: 20px 11%;
}
.mb-0, .my-0 {
  margin-bottom: 0!important;
}
.text-center{
  text-align: center;
}