/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    letter-spacing: 0.3px;
}

body,
html {
    overflow-x: hidden;
}
.overnight-carousel-banner{
    background-color: #000;
}
.overnight-carousel-banner>img, 
.cotb-carousel-banner .slide_header>img, 
.trackday-carousel-banner .slide_header>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 67px;
    object-position: left;
}

/* key highlights css starts here */
.key-highlights-wrapper {
    padding: 80px 20px 80px 20px;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.key-highlights-wrapper.overnighttour{
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 100)), url('../../images/events/fzx-back.webp');
}

.key-highlights-wrapper ul{
    margin-left: 1.5rem;
}

.key-highlights-wrapper ul li{
    list-style-type: disc;
}

.key-highlights-wrapper>.container>h2 {
    font-size: 38px;
    text-align: center;
    color: #FFFFFF;
    font-family: "Krona One", sans-serif;
    font-weight: 600;
}

.key-highlights-grid-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}




.key-highlights-grid-row>div {
    text-align: center;
    background-color: #FFFFFF;
    padding: 60px 30px;
    opacity: 0.8;
    border-radius: 3px;
    /* transition: opacity 0.4s ease-in; */
    /* cursor: pointer; */
} 
s


.key-highlights-grid-row>div>h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #0002D7;
    font-size: 18px;
    height: 50px;
}



.key-highlights-grid-row>div>p:nth-child(2) {
    font-family: 'Montserrat', sans-serif;
    color: #3E3E3E;
    font-size: 16px;
    height: 100px;
}

.key-highlights-grid-row>div>p:nth-child(3) {
    font-family: 'Montserrat', sans-serif;
    color: #0002D7;
    font-weight: 700;
    font-size: 14px;
}

.overnight-carousel-banner>img:nth-child(2) {
    display: none;
}

@media screen and (max-width: 1080px) {
    .key-highlights-grid-row>div {
        padding: 60px 10px;
    }

    .key-highlights-grid-row {
        gap: 20px;
    }

    .overnight-carousel-banner>img {
        margin-top: 62px;
    }
}

@media screen and (max-width: 992px) {
    .key-highlights-grid-row>div {
        padding: 60px 40px;
    }

    .key-highlights-grid-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .overnight-carousel-banner>img:nth-child(1) {
        display: none;
    }

    .overnight-carousel-banner>img:nth-child(2) {
        display: block;
        /* height: calc(100vw * 1.25); */
        height: 100%;
    }
    .overnight-tour-mobile-view-src{
        height: calc(100vw * 1.10) !important;
        object-position: center !important;
    }
}

@media screen and (max-width: 712px) {
    .key-highlights-wrapper>.container {
        max-width: 660px !important;
    }
}

@media screen and (max-width: 640px) {
    .key-highlights-grid-row>div>h4 {
        height: initial;
    }

    .key-highlights-grid-row>div>p:nth-child(2) {
        height: initial;
    }
}

@media screen and (max-width: 598px) {
    .key-highlights-grid-row {
        grid-template-columns: repeat(1, 1fr);
    }

    .key-highlights-wrapper>.container>h2 {
        font-size: 28px;
    }

    .key-highlights-wrapper {
        background-attachment: initial;
        background-position: top center;
    }
}

/* key highlights css ends here */

/* Route Info component starts here */
.route-info-wrapper {
    background-image: linear-gradient(to top,
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 100)), url('../../images/events/fzx.webp');
    padding: 80px 0px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}


.route-info-grid-row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

.route-info-grid-row>div>h3 {
    font-size: 72px;
    background: linear-gradient(183deg, rgba(255, 255, 255, 0.70) 67.43%, rgba(255, 255, 255, 0.00) 108.49%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    line-height: 1.1395;
    letter-spacing: 4px;
}

.route-info-grid-row>div:nth-child(1)>p {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    color: white;
}


.route-info-grid-row>div:nth-child(2)>p:nth-child(1),
.route-info-grid-row>div:nth-child(2)>p:nth-child(2) {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: white;
    margin-bottom: 0rem;
    font-size: 18px;
}

.route-info-grid-row>div:nth-child(2)>p:nth-child(3) {
    margin-top: 15px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.route-info-wrapper {
    position: relative;
    top: 0;
}

.route-info-wrapper>.container {
    margin-bottom: 9rem;
}

.bottom-placement-location {
    position: absolute;
    bottom: 0px;
    padding: 3px 0px;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(115, 115, 115, 0.50) 100%); */
}

.bottom-placement-location>h3 {
    font-size: 48px;
    letter-spacing: 4px;
    background: linear-gradient(183deg, rgba(255, 255, 255, 0.70) 67.43%, rgba(255, 255, 255, 0.00) 108.49%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    line-height: 1.1395;
}

.box-route-info-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
    max-width: fit-content;
}

.box-route-info-row>div {
    border: 1px solid #f7f7f76f;
    height: auto;
    padding: 2px 15px;
    text-align: center;
    border-radius: 5px;
}

.box-route-info-row>div>p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: white;
    font-weight: 600;
}

.box-route-info-row>div>p:nth-child(2) {
    margin-bottom: 0rem;
    margin-top: 55px;
}

@media screen and (max-width: 712px) {
    .route-info-grid-row {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 598px) {
    .bottom-placement-location>h3 {
        font-size: 32px;
    }

    .route-info-wrapper {
        background-attachment: initial;
        background-position: top center;
    }
}

/* Route Info component ends here */

/* Registration form Wrapper component starts here */
.registration-form-wrapper {
    padding: 40px 0px 40px 0px;
    background-image: url('../../images/events/overnight-tour/vecto-bg.png') !important;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
}

.registration-form-wrapper>.container>h3 {
    text-align: center;
    color: #0002D7;
    font-family: "Krona One", sans-serif;
    font-size: 44px;
    font-weight: 600;
}

.form-grid-row-registration {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.registration-form-wrapper>.container>form {
    max-width: 650px;
    margin: 30px auto;
}

.registration-form-wrapper>.container>form>div>input,
.registration-form-wrapper>.container>form>input,
.registration-form-wrapper>.container>form>.form-grid-row-registration>select {
    border-radius: 4px;
    border: 1.863px solid rgba(255, 255, 255, 0.20);
    background: rgba(0, 0, 0, 0.05);
    padding: 12.359px 26.085px;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.60);
    width: 100%;
    margin-top: 1rem;
    height: 3.2rem;
}

.payment-log-leads>form>div>input,
.payment-log-leads>form>input {
    border-radius: 4px;
    border: 1.863px solid rgba(255, 255, 255, 0.20);
    background: rgba(0, 0, 0, 0.05);
    padding: 12.359px 26.085px;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.60);
    margin-bottom: 20px;
    width: 100%;
    height: 3.2rem;
}

.payment-log-leads>form>.payment-cta{
    margin-top: 0px !important;
}

.registration-heading{
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 24px;
}

/* select  */
.form-select-state {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.select-wrapper {
    font: normal 14px '\5FAE\8F6F\96C5\9ED1';
    width: 100% !important;
    height: 52px !important;
    position: relative;
    cursor: pointer;
    display: inline-block;
    display: inline;
    float: left;
    margin-right: 10px;
    background: rgba(0, 0, 0, 0.03) !important;
    border-radius: 4px;
    /* border: 1px solid #e3e3e3; */
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.60);
}

.select-wrapper.focus {
    border: 1px solid transparent;
}

.select-button {
    font: normal 14px '\5FAE\8F6F\96C5\9ED1';
    width: 100% !important;
    height: 52px !important;
    border: 0;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.03) !important;
    cursor: pointer;
    padding: 12.359px 26.085px;
    overflow: hidden;
    text-align: left;
    outline: none;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.60);
}

.select-down {
    position: absolute;
    top: 55% !important;
    transform: translateY(-50%) !important;
    right: 12px;
    height: 0;
    width: 0;
    overflow: hidden;
    font-size: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
}

.disabled {
    color: #cccccc;
}

.select-list {
    width: 100%;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 0 3px #ddd;
    border-radius: 3px;
    display: none;
    z-index: 2;
    position: absolute;
    left: -1px;
    top: 35px;
    overflow: hidden;
}

.select-list ul {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 34px;
    max-height: 240px;
}

.select-list ul li {
    width: auto;
    height: 34px;
    padding-left: 10px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}

.select-list ul li.selected,
.select-list ul li:hover {
    color: #fff;
    background: #0002D7;
}

/* 下拉列表不可用样式 */
.select-button-disable {
    color: #ccc;
    width: 100%;
    height: 34px;
    border: 1px solid transparent;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    padding-left: 10px;
    overflow: hidden;
    text-align: left;
    outline: none;
}

.select-down-disable {
    color: #ccc;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 34px;
}

/* select */

.form-tab-module-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 10px; */
    margin: 20px auto;
    max-width: fit-content;
}

.form-tab-module-row>div>.btn-ripples {
    width: 100%;
    cursor: pointer;
    text-align: center;
}

/* checkbox */
.form-group {
    display: block;
    margin-bottom: 15px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    font-size: 18px;
    width: 100%;
}


.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    background-color: #D9D9D9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 13px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 8px;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 10px;
    width: 6px;
    height: 14px;
    border: solid #0002D7;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* checkbox */

.payment-cta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.payment-cta>button {
    width: 400px;
    margin: auto;
}

.vehicle-grid-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    max-width: 800px !important;
    margin: 0px auto 20px auto;
}

.vehicle-grid-row>div>label {
    font-size: 14px !important;
}

.vehicle-grid-row>div>.select-wrapper {
    background: transparent !important;
    border-bottom: 1px solid #e3e3e3 !important;
}

#Vehicle>.select-button,
#member>.select-button {
    background: transparent !important;
}

.no-flex-top {
    margin-bottom: 0px !important;
}

@media screen and (max-width: 714px) {
    .form-select-state {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 640px) {

    .form-grid-row-registration,
    .form-select-state {
        grid-template-columns: repeat(1, 1fr);
    }

    .no-flex-top {
        margin-bottom: 20px !important;
    }

    .vehicle-grid-row {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 598px) {
    .registration-form-wrapper>.container>h3 {
        font-size: 26px;
    }

    .registration-form-wrapper>.container>form>div>input,
    .registration-form-wrapper>.container>form>input,
    .select-button {
        padding: 12.359px 13.085px;
        font-size: 14.949px;
    }

    .form-group>label {
        font-size: 16px;
    }
}

/* Registration form wrapper component ends here */

#key_highlights {
    display: none;
}

@media screen and (max-width: 598px) {
    .key-highlights-grid-row {
        display: none;
    }

    #key_highlights {
        display: block;
    }
}

@media screen and (max-width: 714px) {
    .other-highlights-grid-row {
        display: none !important;
    }
}

/* Carousel Key Highlights */

.key_highlights_mobile_view {
    /* margin-top: -3.5rem; */
}

.key_highlights_carousel_row {
    /* From https://css.glass */
    background-color: #fff;
    height: 300px;
    padding: 40px 15px;
    border-radius: 0px;
    margin-bottom: 2rem;
    opacity: 0.8;
    margin-top: 2rem;
}

.key_highlights_carousel_row>h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #0002D7;
    font-size: 22px;
}

.key_highlights_carousel_row>p:nth-child(2) {
    font-family: 'Montserrat', sans-serif;
    color: #3E3E3E;
    font-size: 16px;
}

.key_highlights_carousel_row>p:nth-child(3) {
    font-family: 'Montserrat', sans-serif;
    color: #0002D7;
    font-weight: 700;
    font-size: 14px;
}

.payment-log {
    margin: 9rem auto !important;
}

.modal-header>.btn-close {
    box-shadow: none !important;
    outline: none !important
}

#sendmobOtpAllEvent {
    position: absolute;
    top: 0px !important;
    transform: translateY(80%);
    right: 20px;
    border: none;
    background: #0002d7;
    color: #fff !important;
    padding: 1px 10px;
    font-size: 15px;
}

#sendmobOtpAllEvent.cotb-otp, #sendmobOtpAllEvent.trackday-otp {
    transform: translateY(35%) !important;
}

.otp-verified {
    font-size: 13px;
    margin-bottom: 10px;
    /* display: none; */
}

/* .otp {
    position: absolute;
    top: 14px;
    right: 20px;
}
.otp-button {
    background: none;
    color: #0002d7;
    border: none;
    outline: none;
    font-weight: bold;
} */

.modal-header{
    position: relative;
    /* padding: 1rem; */
    /* background-color: #007bff; */
    /* color: #020101; */
    border-radius: 0.3rem 0.3rem 0 0;
    width: 300px;
    text-align: right;
    width: 100%;
    float: right;
    display: block;
    border: none;
    z-index: 1;
}
.modal-header #resultCloseBtn{
    background: none;
    border: none;
    font-size: 2.5rem;
    color: black;
    cursor: pointer;
    float: right;
    text-align: right;
    /* display: inline; */
    height: 50px;
    line-height: 50px;
}
#event-pass .payBtn{
    background: #0002d7;
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 10px;
}

div.register-btn input[type=radio]{
    display: none;
}

form#trackDayEventAllEvent .btn.btn-default{
    color: #0002d7 !important;
    background: #fff;
    border: 1px solid #0002d7;
}
form#trackDayEventAllEvent .btn.btn-default.active{
    background-color: #0002d7;
    color: #fff !important;
}


.btn{
    box-shadow: none;
}


.modal-header {
    z-index:1;
} 