/* Tour Page */
.tour-page {
    padding-top: 200px;
}

.tour-page__hero {
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: -40% 98%;
    border-radius: 200px 0 200px 0;
    padding-bottom: 240px;
}

.tour-page__ticket {
    margin-bottom: -100px;
    width: 90%
}

.tour-page__ticket img {
    transform: translateY(-200px);
}

.tour-page__wrapper {
    max-width: 1024px;
    width: 80%;
}

.tour-page__video {
    max-width: 1024px;
}

.tour-page__title {
    font-size: 38px;
    font-weight: 600;
}

.tour-page__lead  {
    color: #fff;
    font-size: 24px;
}

.tour-page__infographics {
    font-size: 20px;
    font-weight: 600;
    padding-top: 80px;
    width: 60%;
}

.tour-page__schedules {
    margin-top: 64px;
}

.schedules__title {
    font-size: 24px;
    font-weight: 600;
    width: 70%;
}

.schedules__title img {
    width: 50%;
}

.schedules {
    max-width: 960px;
    width: 85%;
}

.schedule__item {
    border-top: solid 1px var(--primary-color);
}

.schedule__item:last-of-type {
    border-bottom: solid 1px var(--primary-color);
}

.schedule__date,
.schedule__location,
.schedule__link {
    font-size: 20px;
}

.tour-page__explore {
    background: var(--primary-color);
    margin-top: 80px;
    padding: 80px 0;
}

.explore__container {
    width: 80%
}

.explore__title {
    font-size: 32px;
    font-weight: 600;
}

.explore__image {
    width: 30%;
}

.explore__sub-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.explore__text {
    font-size: 20px;
}

.explore__link {
    align-self: flex-start;
}

.explore__link a {
    color: #fff !important;
    font-size: 20px;
    font-weight:700;
    text-align: left;
    text-decoration: underline;
}

@media (min-width: 576px) {
    .tour-page__infographics {
        font-size: 18px;
        width: 90%;
    }

    .schedules__title {
        font-size: 32px;
    }

    .schedules__title img {
        margin-right: 24px;
        width: 200px;
    }
}

@media (min-width: 768px) {
    .explore__image,
    .explore__sub-title {
        text-align: left;
    }

    .explore__container {
        max-width: 1280px;
        width: 90%
    }

    .explore__image img {
        margin: 0;
        height: 88px;
        width: auto;
    }

    .explore__link {
        margin: auto 0 0;
    }

}

@media (min-width: 991px) {
    .tour-page {
        padding-top: 80px;
    }

    .tour-page__ticket {
        margin-bottom: -50px;
        max-width: 1024px;
    }

    .tour-page__hero {
        background-repeat: no-repeat;
        background-size: 40%;
        background-position: -21% 86%;
        border-radius: 600px 0 600px 0;
        padding-bottom:160px;
    }

    .tour-page__ticket img {
        transform: translateY(-100px);
    }

    .tour-page__wrapper {
        width: 90%;
    }

    .tour-page__video {
        width: 90%;
    }

    .tour-page__title {
        font-size: 32px;
        font-weight: 600;
    }

    .tour-page__lead  {
        color: #fff;
        font-size: 18px;
    }

    .tour-page__infographics {
        font-size: 20px;
        padding-top: 88px;
        max-width: 1280px;
    }

    .col-lg-3 {
        max-width: 20% !important;
    }

    .infographic__img {
        max-width: 180px;
    }

    .tour-page__schedules {
        margin-top: 72px;
    }

    .schedules__title img {
        margin-right: 12px;
        width: 120px;
    }

    .schedules__title {
        font-size: 48px;
    }

    .schedule__date,
    .schedule__location,
    .schedule__link {
        font-size: 24px;
        font-weight: 700;
    }

    .tour-page__explore {
        padding: 120px 0;
    }

    .explore__image img {
        height: 96px;
    }
}

.tour-form-page .banner__text h2 {
    font-size: 32px;
    font-weight: 700;
}

.tour-form-page .banner-container {
    max-width: 1168px;
    width: 100%;
}

.tour-form-page .tour-form__text-section {
    max-width: 1120px;
    width: 100%;
}

.tour-form-page .tour-form__text-section p {
    font-size: 24px;
    font-weight: 300;
}

.tour-form-page .tour-form__form {
    background: #f1f1f1;
    position: relative;
}

.tour-form-page .tour-form__circle-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    max-width: 500px;
    width: 45%;
    transform: translate(-40%, -50%);
}

.tour-form-page .tour-form__title {
    font-size: 32px;
    font-weight: 700;
}

.tour-form-page .tour-form {
    max-width: 800px;
}

@media (min-width: 500px) {
    .tour-form-page .tour-form__circle-image {
        width: 30%;
    }
}

@media (min-width: 991px) {
    .tour-form-page .banner__text h2 {
        font-size: 64px;
    }

    .tour-form-page .tour-form__text-section p {
        font-size: 32px;
    }

    .tour-form-page .tour-form__title {
        font-size: 48px;
    }

    .tour-form-page .tour-form__circle-image {
        width:25%;
    }
}
