@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: 300;
  line-height: 1.3rem;
  font-size: 1.2rem;
}

body h3 {
  font-weight: 600;
}

body h4 {
  font-weight: 600;
}

section {
  padding: 2rem 11%;
}

section h1,
.paragraph h1 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #020202;
}

ul li,
b {
  color: #020202;
}
/* 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: 7px 11%;
  justify-content: space-between;
}

.top-nav .logo-container {
  width: 165px;
  max-width: 200px;
  min-width:170px;
  height:95px;
  display: flex;
  align-items: center;
}

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

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

.top-nav-right {
  justify-content: flex-end;
}

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

.top-nav-right .ticket-seller-img {
  width: 165px;
  margin-left: 20px;
  max-width: 165px;
}
.ticket-seller-img img {
  width: 100%;
}

.powered-by {
  margin-top:-13px;
}

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

.powered-by svg {
  max-width: 60px;
  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;
  max-width: 200px;
}

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

.navbar a.nav-item:last-of-type {
  color: #eb0004;
  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;
}

/* Dropdown */


.dropdown-item {
  color: rgb(26, 26, 26);
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  min-width: 215px;
  text-wrap: nowrap;
  border-bottom: 1px solid rgb(208, 208, 208);
  text-transform: none;
  font-weight: 500;
  text-align: left;
  transition: 0.2s;
}

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

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

.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:2rem 11%;
}

.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-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: auto;
}
/* 
.ticket-park-img img {
  width: 100%;
  height: 170%;
} */

.ticket-park-img img.sm {
  width: 100%;
  height: 120%;
}
.paragraph h2{
  color: #020202;
  }
.ticket-park-details {
  padding: 15px;
}
.ticket-park-details h2,
.ticket-park-details h3,
.ticket-select-details h2,
.ticket-park-details p {
  margin-bottom: 10px;
  color: #020202;
}
.ticket-park-details h2 ,
.ticket-select-details h2{
  font-size: 1.17em;
}
/* Special Events Section  */

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

.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: 17px 30px;
  width: 100%;
}

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

.ticket-select-details h3{
    font-size: 1.5em;
}

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

.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: #eb0005;
  margin-left: 3px;
  font-weight: 600;
}

.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: #020202;
}

.paragraph span {
  color: #020202 !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: 20vw;
}

.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: #1f2f5f;
  font-weight: bold;
}

.ticket-select-cont {
    padding-left: 0px;
    padding-right: 0px;
}

.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 {
  background-color: #0049cc;
}
.button-blue, .button-red {
  display: block;
  appearance: button;
  color: white;
  border: none;
  padding: 5px 38px!important;
  text-transform: uppercase;
  cursor: pointer;
  min-width: fit-content;
  text-wrap: nowrap;
  border-radius: 12px;
  text-decoration: none;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
  font-weight: 600;
  text-align: center;
}
#specialEvents .button-red {
  margin: 5px 0;
}

.button-red{
  color: #fff;
    background-color: #e70004;
    border-color: #e70004;
}
.button-red:hover {
  background-color: #c40003;
  border-color: #b90003;
  color: #fff;
}
.button-blue.gray {
  background-color: #cecece;
  color: rgb(48, 48, 48);
}

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

.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: #003eae;
}

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

.button-blue.red {
  background-color: #eb0004;
  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: 177px;
}

.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 .powered-by span {
  font-size: 1rem;
}

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

.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
/* 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 10px 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: 4% 5%;
  }

  /* Navbar Mobile CSS*/
  .top-nav {
    padding:8px 12px 12px 12px;
  }
  .powered-by {
    margin-top: -13px;
}
  .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: 75%;
    margin-top: -5px;
    align-items: flex-start;
    padding: 10px;
    right: -100%;
    overflow-y: auto;
    justify-content: flex-start;
    transition: 0.5s;
    box-shadow: 0 40px 15px 25px rgba(20, 20, 20, 0.191);
  }

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

  .nav-item span {
    text-align: left;
    padding: 10px 10px;
    text-transform: capitalize;
    border-top: 1px solid rgb(230, 230, 230);
  }

  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: 110px;
  }

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

  .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 {
    width: 100%;
    height: 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: auto;
  }

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

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

  .ticket-select-details {
    padding: 0 !important;
    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: 123px;
  }

  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: 16px;
  }
  .banner-header img {
    margin-top: 0px;
}
}


@media screen and (min-width: 600px) and (max-width: 1279px) {
    .logo-bg-dt {
        height: 230px !important;
    }

    .ticket-select-details {
        font-size: 12px;
    }

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

    smalll {
        font-size: 12px;
    }
}


@media (max-width: 1600px) {
    .ticket-select-img {
        width: 20%;
        max-width: 20%;
        min-width: 20%;
    }
}
@media screen and (min-width:320px) {
  .img-show-desktop{
    display: none;
  }
  .img-hide-desktop{
    display: block;
  }
}

@media screen and (min-width: 820px) {
  .img-show-desktop{
    display: block;
  }
  .img-hide-desktop{
    display: none;
  }
}

@media screen and (min-width: 1600px) {
/*   .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: 5px 38px!important;
  margin-top: 5px;
}
.spl-events{
background-color: #fff;
}
.content p, h3 {
  margin-bottom: 10px;
  color: #020202;
}
.slide-card{
  display: flex!important;
  align-items: center;
  justify-content: center;
}
.fx-attraction__content-wrapper h2, .fx-attraction__tickets h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #020202;
}
.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: #020202;
  font-size: 1.5em;
}
h2.page-title {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #020202;
  margin-bottom: 30px;
}
.static-content-page {
  display: flex;
  width: 100%;
  padding: 20px 11%;
}
.contact-info{
  display: flex;
  align-items: baseline;
}
.contact-info h3 {
  padding-right: 5px;
}
.mb-0, .my-0 {
  margin-bottom: 0!important;
}

/*** 17 May ***/
.header-contact img{
  width: 45px;
}
.header-contact p{
  font-weight:600;
}
.section-bg{
background-color: #eaf3ff;
}
#specialEvents .ticket-select-cont .ticket-select{
  background-color: #1f2f5f;
  position:relative;
}
#specialEvents .ticket-select-cont .ticket-select h2,
#specialEvents .ticket-select-cont .ticket-select p{
  color: #fff;
}
#specialEvents .offer-tag {
  background-image: url(https://media.emailer-images.com/image/upload/f_auto,q_40/c_scale,w_auto,dpr_auto/v1715961751/offer-tag_zq8cfa.svg);
  background-repeat: no-repeat;
  width: 250px;
  position: absolute;
  z-index: 99999;
  right: -95px;
  height: 115px;
  top: -6px;
}
#specialEvents .ticket-select-price .button-blue{
  background-color: #eb0004;
}
#specialEvents .ticket-select-price > div > p:nth-child(2) .price{
  font-weight: 600;
  color: #fff;
}
smalll {
  font-size: 80%;
}
section h1, section h2{
  color: #000;
  margin-bottom: 12px;
}
.text-red{
 color: #eb0004;
}
img{
  width: 100%;
}
.buy-info {
  width: 60%;
  margin:auto auto 15px auto;
}
.buy-info .price {
  color: #eb0004;
  font-size: 24px;
  font-weight: 600;
}
.reg-price{
  color:#717171;
}
.from-price > small{
  color:3b4f72;
}
.header-contact img{
  margin-right: 16px;
}


.ticket-cards  .ticket-park {
  display: flex;
  padding: 0rem;
  width: 100%;
}
.ticket-park .ticket-card-item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  box-shadow: 1px 1px 4px -2px #c6d0d7;
  border: 1px solid rgba(0, 0, 0, .125);
}
.ticket-park .ticket-card-item:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0 3px 7px 0 rgb(0 0 0 / 39%);
  z-index: 2;
  -webkit-transition: box-shadow .2s, -webkit-transform .2s;
  transition: box-shadow .2s, transform .2s, -webkit-transform .2s;
  border: 1px solid #e0e0e0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ticket-park .ticket-card-item:hover a.button-blue, .button-blue:hover {
  color: #fff;
  background-color: #003eae !important;
}
.ticket-parks-sec > h2 + p{
  margin: 18px 0px;
}
a, a.link {
  color: #2048c4;
  background-color: transparent;
}
.step2 h2{
  text-align: left;
}
.ExpressPasses .ticket-select .ticket-select-details .ticket-card-header + p ,
.ExpressUnlimitedPasses .ticket-select .ticket-select-details .ticket-card-header + p{
  display:block;
}
.ExpressPasses .ticket-select .ticket-select-details + .logo-wrapper + p,
.ExpressUnlimitedPasses .ticket-select .ticket-select-details + .logo-wrapper + p  {
  display :none;
}
@media (min-width: 40rem) {
  .ticket-park {
    width: 50%;
  }
}
@media (min-width: 56rem) {
  .ticket-park {
    width: 33.3%;
  }
}
@media (max-width: 600px){
  .desktop-img{
    display: none;
  }
    .select-ticket-type {
        padding: 0px;
    }
    .pad-20-mbl{
        padding: 20px;
    }
    .show-mobile-img {
        display: block;
    }
  .top-nav .logo-container {
    width: 110px;
    min-width: 110px;
}
.header-contact.x-center {
  padding-left: 22px;
}
#specialEvents .ticket-select-price > div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.buy-info {
  width: 80%;
}
.button-blue, .button-red {
  padding: 12px 38px !important;
}

.ExpressPasses .ticket-select .ticket-select-details .ticket-card-header + p ,
.ExpressUnlimitedPasses .ticket-select .ticket-select-details .ticket-card-header + p{
  display:none;
}
.ExpressPasses .ticket-select .ticket-select-details + .logo-wrapper + p,
.ExpressUnlimitedPasses .ticket-select .ticket-select-details + .logo-wrapper + p  {
  display :block;
}
.ExpressPasses .ticket-select > .x-center, .ExpressUnlimitedPasses .ticket-select > .x-center {
  flex-direction: column;       
  align-items: flex-start;
}
.step2 h2 {
  padding-left: 15px;
}
.step2 p {
  padding: 0 13px;
}
#specialEvents .button-blue.xs {
    padding: 12px 38px !important;
}
}
@media (min-width: 600px){
  .desktop-img{
    display: block;
  }
  .show-mobile-img{
    display: none;
  }
}

@media (max-width: 760px){
  .header-contact .header-text{
    display:none;
  }
}

@media (max-width: 1280px){
  .header-contact img {
    width: 35px;
    margin-right: 10px;
  }
}
@media (min-width: 1280px){
.container{
  max-width: 1200px;
}
/*.ticket-select-details {
  width: 80%;
}*/
.ticket-park-details{
  height: 105px;
}
.ticket-cards  .ticket-park {
  padding: 1rem;
}
#specialEvents .ticket-select-price > div{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-right: 5%;
}
}

@media (min-width: 1920px){
  .container {
    max-width: 1600px;
  }
}

