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


/* 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% );
    padding: 2rem 11%;
    max-height: 30vw;
    align-content: stretch;
}

    .hero-section .banner-text {
        background: rgb(0, 0, 0);
        background: linear-gradient( 0deg, rgba(0, 0, 0, 0.6292892156862745) 0%, rgba(0, 0, 0, 0.4556197478991597) 54%, rgba(0, 0, 0, 0) 90% );
        padding: 40px 30px 20px 30px;
    }

.banner-cont {
    width: 70%;
    text-decoration: none;
}

    .banner-cont h2 {
        margin-bottom: 15px;
        font-weight: 900;
    }

    .banner-cont h2,
    .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%;
}

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

.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: -1px -1px 28px 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;
    margin-bottom: 30px;
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: -50px;
}

.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: #202e7f;
        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: 15vw;
    margin-bottom: 20px;
    background-color: rgb(206, 206, 206);
}

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

.ticket-park-details {
    padding: 0 2px;
}

    .ticket-park-details h3,
    .ticket-park-details p {
        margin-bottom: 10px;
        color: #405371;
    }

/* 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: 300px;
    height: 300px;
}

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

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

.paragraph .image-cont {
    height: 30vw;
    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 h2 {
    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: #003eae;
    }

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

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

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

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

    body h2 {
        text-align: center;
        font-size: 1.2rem;
    }

    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: 0.8rem;
        line-height: 1.05rem;
    }

    section {
        margin-bottom: 10px;
    }

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

    /* 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: 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: 150px;
    }

    /* 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: 80%;
        margin: 30px;
        justify-self: center;
        display: flex;
        justify-content: center;
    }

    .ticket {
        width: 70%;
    }

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

    .ticket-title {
        margin-bottom: 10px;
        margin-top: 40px;
    }

    /* 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;
    }
}

@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(26, 26, 26);
    display: block;
    text-decoration: none;
    min-width: fit-content;
    text-wrap: nowrap;
    text-transform: capitalize;
    font-weight: 500;
    text-align: left;
    transition: 0.2s;
}
/* Select Number of Days */
.select-number-days {
    text-align: center;
    color: #405371;
    padding-bottom: 10px;
}

    .select-number-days div > h4 {
        margin-bottom: 20px;
        color: #405371;
        width: 100%;
        display: block;
        text-align: left;
    }

    .select-number-days div > p {
        margin-bottom: 30px;
        color: #2c3a50;
        width: 100%;
        display: block;
        text-align: left;
    }

.ticket-select {
    cursor: pointer;
    border: 2px solid rgb(225, 225, 225);
    width: 100%;
}

.ticket-select-price {
    text-align: right;
}

.avail-tickets .ticket-select-price {
    margin-left: auto;
    align-items: flex-end;
    justify-content: flex-end;
}

.avail-tickets .ticket-select-details {
    width: 100%;
}

.avail-tickets .ticket-sub-header {
    align-self: flex-start;
    text-align: left;
}

.avail-tickets h4 {
    margin-left: 25px;
    margin-right: 25px;
}

.ticket-select:hover,
.ticket-select.selected {
    border: 2px solid #2c3a50;
    transition: 0.3s;
}

.ticket-select-img {
    margin: 10px 20px 10px 30px;
    width: 15%;
    max-width: 15%;
    min-width: 15%;
    align-items: center;
}

    .ticket-select-img img {
        align-self: center;
    }

.one-park-options {
    width: calc(100% - 40px);
}

.park-option {
    border: 1px solid rgb(192, 188, 188);
    border-radius: 10px;
    padding: 7px 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

    .park-option.selected,
    .park-option:hover {
        background-color: #405371;
    }

        .park-option.selected .bullet,
        .park-option:hover .bullet {
            background-color: turquoise;
        }

        .park-option.selected *:not(.price),
        .park-option:hover *:not(.price) {
            color: white;
        }

    .park-option .bullet {
        height: 15px;
        width: 15px;
        height: 15px;
        width: 15px;
        border: 1px solid rgb(137, 137, 137);
        border-radius: 100px;
        margin-right: 20px;
    }

    .park-option .ticket-select-price {
        margin-left: auto;
        padding-right: 0;
    }

        .park-option .ticket-select-price h3 {
            margin-bottom: 0;
        }

.days {
    justify-content: center;
    padding-bottom: 40px;
}

.day-cont {
    margin-right: 15px;
}

.day {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 13px 20px 13px 20px;
    background-color: rgb(238, 238, 238);
    cursor: pointer;
}

.day-cont .caption {
    font-size: 11px;
    margin-top: 7px;
    color: rgb(36, 36, 36);
}

.day-cont .caption-price {
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    color: #e70004;
}

.day h3 {
    line-height: 1.5rem;
    font-size: 1.4rem;
    color: #2c3a50;
}

.select-number-days .day p {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #2c3a50;
    margin-bottom: 0;
}

.select-number-days > .col {
    border-bottom: 2px solid rgb(221, 221, 221);
}

.day.active {
    background-color: #e70004;
}

    .day.active p,
    .day.active h3 {
        color: white;
    }

/* Select the Ticket Type */
.select-ticket-type {
    padding-bottom: 0;
}

    .select-ticket-type h4 {
        text-align: center;
        color: #405371;
    }

/* Warning Section */
.warning > * {
    margin-bottom: 10px;
}

.warning i {
    font-size: 2rem;
}

.warning .button-blue {
    margin-top: 10px;
    border-radius: 5px;
    background-color: #2c3a50;
    font-size: 1.1rem;
    padding: 12px 17px;
    font-weight: 500;
    letter-spacing: 0.05px;
}

.warning p,
.warning h3 {
    color: #2c3a50;
    max-width: 1000px;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .select-number-days {
        padding: 20px;
    }

        .select-number-days p {
            margin-bottom: 10px;
        }

    .days {
        overflow: auto;
        max-width: 100%;
        justify-content: flex-start;
        padding: 20px 0 20px 0;
        border-bottom: 0;
    }

    .avail-tickets .ticket-select-price {
        margin-left: 0;
        align-items: center;
        justify-content: center;
    }

    .ticket-select {
        flex-direction: column;
        width: 90%;
        max-height: none;
    }

    .ticket-select-img {
        margin: 0 5px;
        width: 20%;
        max-width: 20%;
        min-width: 20%;
    }

        .ticket-select-img img {
            width: 100%;
            height: auto;
        }

    .ticket-select > .x-center {
        flex-direction: row;
        border-bottom: 1px solid rgb(194, 194, 194);
        margin: 10px 20px;
        padding: 10px 0 20px 0;
        max-width: none;
    }

    .ticket-select .ticket-select-img {
        max-height: 210px;
    }

    .ticket-select-details {
        padding: 0 10px;
    }

    .ticket-select-price {
        padding: 5px 0 10px 0;
    }

    .ticket-select .park-option {
        font-size: 0.9rem;
        padding: 10px;
        line-height: 1.05rem;
    }

    .park-option .bullet {
        height: 10px;
        width: 10px;
        min-height: 10px;
        min-width: 10px;
        margin-right: 10px;
    }

    .park-option .ticket-select-price {
        align-items: flex-end;
        width: 30%;
        padding: 0;
    }

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

        .park-option .ticket-select-price h3 {
            font-size: 0.9rem;
            display: flex;
            align-items: center;
        }

    .park-option-title {
        margin-right: 10px;
    }

    .warning {
        padding: 0 10%;
    }
}


