@import url('https://fonts.googleapis.com/css2?family=Archivo&family=Oswald:wght@200;300;400;500;600;700&family=Raleway:wght@400;900&display=swap');
@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Bold.woff2') format('woff2'),
        url('../fonts/Dosis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-SemiBold.woff2') format('woff2'),
        url('../fonts/Dosis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Medium.woff2') format('woff2'),
        url('../fonts/Dosis-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Dosis';
    position: relative;
}

.btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.unstyled {
    padding: 0px;
    padding: 0rem;
    margin: 0px;
    margin: 0rem;
    list-style: none;
}

.absolute-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1230px;
    }
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    align-items: flex-start;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link,
.nav-link,
.nav-link:focus,
.nav-link:hover {
    color: #fff;
    font-size: 18px;
}

.home-banner {
    background: url(../img/banner.jpg) no-repeat center;
    background-size: cover;
}

.new-concert {
    /* padding-bottom: 145px; */
    padding-bottom: 20px;
}

.new-concert h2 {
    font-size: 50px;
    font-weight: bold;
    color: #F72026;
    padding-top: 60px;
    padding-bottom: 0;
    text-transform: uppercase;
    max-width: 65%;
    margin: auto;
}

.new-concert h3 {
    font-size: 45px;
    font-weight: bold;
    color: #4d4d4d;
    padding-bottom: 55px;
}

.new-concert p {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    line-height: 37px;
}

.new-concert h4 {
    font-size: 52px;
    color: #da4a46;
    font-weight: bold;
}

.extra-my {
    margin-top: 25px;
    margin-bottom: 65px;
}

.new-concert form .form-label {
    font-size: 22px;
    font-weight: 600;
    padding-left: 12px;
}

.new-concert form .form-control,
.new-concert form .form-select {
    border-radius: 12px;
    border: 2px solid #000;
    height: 52px;
}

.new-concert form .ticket {
    border-radius: 12px;
    border: 2px solid #f1b44d;
    height: 52px;
}

/* The container */
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 21px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 50px;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 2px solid #f1b44d;
    border-radius: 12px;
    text-align: center;
    line-height: 46px;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input~.checkmark {
    border-color: rgb(241, 180, 77);
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked~.checkmark {
    background-color: rgb(241, 180, 77);
    color: #fff;
}

.new-concert form .btn-theme,
.new-concert form .btn-theme:hover {
    background-color: #da4a46;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-radius: 12px;
}

.new-concert form .btn-yellow,
.new-concert form .btn-yellow:hover {
    background-color: #FDBE10;
    color: #412665;
    font-size: 24px;
    font-weight: bold;
    border-radius: 12px;
}

.bg-blue {
    background-color: #e12746;
}

.bg-red {
    background-color: #F72026;
}

.check-list {
    font-size: 24px;
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.check-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px;
}

.check-list li:before {
    content: '\2714';
    position: absolute;
    left: 0;
    top: 8px;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
}

.bg-spgrey {
    background: #DEDEDE;
    /* padding: 60px 0;
    text-align: center; */
}

.fc-primary-blues {
    color: #e12746;
    text-transform: uppercase;
    font-size: 2.75rem;
    font-weight: bold;
}

.fc-primary-red {
    color: #F72026;
    text-transform: uppercase;
    font-size: 2.75rem;
    font-weight: bold;
}



.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.join-mail {
    font-size: 2.75rem;
    font-weight: bold;
}

.maindesc {
    font-size: 1.375rem;
}

.fw-medium {
    font-weight: 500;
}

.hr-white {
    border-color: #ffffff;
    height: 2px;
    opacity: 1;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.default-form {
    display: flex;
    margin-top: 1.25rem;
}

.default-form .control-group {
    margin-bottom: 0;
    margin-right: 10px;
    width: 70%;
    position: relative;
}

.default-form .control-group .form-field {
    padding: 0.625rem;
    width: 100%;
    height: 44px;
    border: none;
    box-shadow: none;
    position: relative;
    z-index: 4;
    background-color: #ffffff;
    border-radius: 30px;
    color: #000000;
    padding-left: 20px;
    font-size: 14px;
}

.btn.\--btn-secondary-blues,
.btn.\--btn-secondary-blues:hover {
    background: #EF3B3B;
    color: #ffffff;
    font-weight: 700;
    border-radius: 6px;
    padding: 0 1.875rem;
    font-size: 1rem;
}

.primary-footer {
    padding: 8px 0;
}

.fs-small {
    font-size: 0.75rem;
}

.socialmedia-section .social-media li {
    margin: 0 10px;
    display: inline-block;
}

.socialmedia-section .social-media a {
    color: #ffffff;
    text-decoration: none;
}

.socialmedia-section .social-media i {
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: block;
    font-size: 24px;
    padding-top: 8px;
    text-decoration: none;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: auto;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("fonts/fonts/slick.eot");
    src: url("fonts/fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/fonts/slick.woff") format("woff"), url("fonts/fonts/slick.ttf") format("truetype"), url("fonts/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: -20px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.\--big-dot .slick-dots {
    bottom: -40px;
}

.\--xbig-dot .slick-dots {
    bottom: -60px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 36px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

h2.maintitle {
    font-size: 2.75rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Oswald';
}

h2,h3{  
    font-family: 'Oswald';
}

span.breakword {
    word-break: break-word;
}

button.navbar-toggler {
    background: #fff;
}

.px-4 {}


.confirmation {
    padding: 85px 0;
}
.confirmation h2 {
    font-size: 86px;
    font-weight: 700;
    color: #3E2B64;
}
.confirmation h3 {
    font-size: 56px;
    font-weight: 600;
    color: #4D4D4D;
}
.confirmation p {
    font-size: 34px;
    line-height: 45px;
}
.confirmation p.max-w-640 {
    max-width: 640px;
}
.mb-85 {
    margin-bottom: 85px;
}
.my-65 {
    margin-top: 65px;
    margin-bottom: 65px;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-55 {
    margin-bottom: 55px;
}
.event-content {
    padding: 150px 0;
}
.event-content h1 {
    font-size: 117px;
    line-height: 106px;
    color: #FFFF00;
    font-weight: 700;
    margin-bottom: 50px;
}
.event-subhead {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px;
}
.event-date {
    font-size: 33px;
    font-weight: 700;
    color: #fff;
    line-height: 27px;
    margin-bottom: 55px;
}
.event-date small {
    font-size: 22px;
    color: #ffffff;
    line-height: 25px;
    display: block;
}
.btn-event, .btn-event:hover {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    background: #EF3B3C;
}
.slot {
    width: 120px;
    background: rgba(253, 159, 22, 0.28);
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.slot-day {
    font: normal normal 600 20px/37px Archivo;
    font-size: 20px;
    line-height: 37px;
    letter-spacing: 0px;
    color: #201F20;
}
.slot-date {
    background: rgba(253, 159, 22, 0.28);
    font: normal normal 600 17px/37px Archivo;
    letter-spacing: 0px;
    color: #201F20;
}
.slick-current-active .slot {
    background: #5DCC54;
}
.slick-current-active .slot-day {
    color: #ffffff;
}
.slick-current-active .slot-date {
    background: rgba(49, 103, 9, 0.28);
    color: #ffffff;
}
.slot-schedule {
    text-align: center;
    padding: 20px 15px 60px;
}
.slot-pricing {
    text-align: center;
}
.slot-pricing p {
    font: normal normal 600 20px/37px Archivo;
    letter-spacing: 0px;
    color: #201F20;
    margin-top: 15px;
}
.slot-pricing-final {    
    justify-content: center;
    align-items: center;
}
.slot-pricing-final span {
    font: normal normal bold 50px/64px Oswald;
    letter-spacing: 0.8px;
    color: #3E2B64;
    text-transform: uppercase;
}
.slot-pricing-final span img {
    vertical-align: bottom;
    margin: 0 20px;
}
.slot-highlights h3 {
    font: normal normal 300 25px/22px Oswald;
    letter-spacing: 0px;
    color: #000000;
    position: relative;
    text-align: center;
}
.slot-highlights h3:after {
    content: "";
    position: absolute;
    width: 596px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
    max-width: 100%;
}
.slot-highlights p {
    padding: 0;
    margin: 0;
    text-align: center;
}
.slot-highlights p  span {
    font: normal normal 900 24px/40px Raleway;
    letter-spacing: 0px;
    color: #3E2B64;
    text-transform: uppercase;
    padding-right: 25px;
    position: relative;
}
.slot-highlights p span:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #E7212B;
    left: -20px;
    top: 11px;
}
.slot-highlights p span:first-child::before {
    display: none;
}
.slick-prev:before, .slick-next:before {
    color: #DDDDDD;
}
.kids13 {
    font: italic 20px Archivo;
}

.mb-view{
    display: none;
}

#how-to-get-there h2,#where-to-park h2 {
    color: #000;
    margin-bottom: 12px;
}

#media-partner h2 {
    margin-bottom: 15px;
}

@media (max-width: 576px) {

    h2 {
        font-size: 30px !important;
    }    

    input.form-field {
        border-radius: unset !important;
    }

    .new-concert h2 {
        font-size: 2.875rem;
    }

    h2.maintitle {
        /* font-size: 1.875rem; */
        font-size: 25px;
    }
    .confirmation h2 {
        font-size: 42px;
    }
    .confirmation h3 {
        font-size: 28px;
        margin-bottom: 45px;
    }
    .confirmation p {
        font-size: 18px;
        line-height: 28px;
    }
    .confirmation .my-65 {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .event-content h1 {
        font-size: 70px;
    }
    .event-content {
        padding: 150px 25px;
    }

    /* Custom CSS added by Marshian on 2022-10-03 */
    .top-banner-image{                
        background-size: contain !important;
        background-position: top !important;
        min-height: 150px !important;
        background-repeat: no-repeat !important;
    }
    .new-concert h2 {
        font-size: 35px;
        max-width: 100%;
    }
    .new-concert p {
        font-size: 23px;
        color: #3E2B64;
        font-weight: 400;
        line-height: 37px;
        padding: 0px 10px;
    }
    .check-list {
        font-size: 20px;        
    }
    .slot-highlights p span {
        font: normal normal 900 19px/42px Raleway;
    }
    .slot-highlights p span:before {
        top: 5px;
    }
    .slot-pricing-final span {
        font: normal normal bold 44px/56px Oswald;
    }
    #dayImage{
        width:100%;
    }

    .web-view{
        display: none;
    }
    .mb-view{
        display: grid !important;
    }
    .slot-pricing-final span img {
        transform: rotate(269deg);
        height: 80px;
        width: auto !important;
        margin: 0px 0px 20px 0px;
    }   

    .kids13 {     
        border-top: 1px solid #DDDDDD;
        padding-top: 20px;
        margin-top: 20px;
    }
    .new-concert form .form-control, .new-concert form .form-select{
        border-radius: 0px;
    }
    .container {
        padding: 0px 24px;
    }
    #where-to-park p {
        line-height: 36px;
    }

    section#how-to-get-there {
        background-color: #fff;
        border-top: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
    }
    #how-to-get-there h2{
        margin-bottom: 22px;
    }

    section#footer {
        background-color: #E6E6E6;
    }
    section#footer h2{
        font-weight: 400;
        margin-bottom: 10px;
    }
    section#footer h2,    section#footer p {
        color: #707070 !important;
        text-align: center;
    }
    #footer form {
        display: block;
        text-align: center;
    }
    #footer .default-form .control-group {        
        width: 100%;        
    }

    #footer input.btn {
        width: 200px;
        margin-top: 15px;
        padding: 12px 0px;
        margin-bottom: 15px !important;
        background-color: #3E2B64;
        font-size: 21px;
        border-radius: unset;
    }

    .socialmedia-section .social-media i{    
        border-radius: 50%;
        width: 60px;
        display: block;
        font-size: 38px;
        padding-top: 8px;
        text-decoration: none;
        color: #E7212B;
        border: unset;
    }
    span#mb-wallet,span#get-wallet-amount{
        font-size: 54px;
    }
}
