body { font-family: 'Inter', sans-serif; }
a { text-decoration: none; color: #250847; }
p { font-size: 16px; font-weight: 300; }
h1 { font-size: calc(2vw + 15px); font-weight: 700; }
h2 { font-size: calc(2vw + 6px); font-weight: 700; }
h4 { font-size: calc(2vw + 6px); font-weight: 700; line-height: 20px; }
@media screen and (min-width: 1024px) {
	h2 { font-size: 30px; font-weight: 700; line-height: 34px;}
	h4 { font-size: 22px; font-weight: 700; line-height: 26px; }
}
.container{
    width: 100%;
}
.container_inner{
    padding-left:7%;
    padding-right: 7%;
}
.center-vertical{
    display: flex;
    justify-content: left;
    align-items: center;
}
.event_title-block{

}
.order-1{
    order:1;
}
.order-2{
    order:2;
}
@media screen and (max-width: 1023px) {
    .mob-order-1{
        order:1;
    }
    .mob-order-2{
        order:2;
    }
}
@media screen and (min-width: 1024px) {
.events_wrap{
    display: grid;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    grid-row-gap: 4%;
    grid-column-gap: 2%;
    padding-top: 2%;
    padding-bottom: 4%;
}
}
@media screen and (min-width: 576px) and (max-width:1023px ) {
    .events_wrap{
        display: grid;
        grid-template-columns: 32% 32% 32%;
        grid-row-gap: 0;
        grid-column-gap: 2%;
    }
    }
@media screen and (max-width:575px ) {
     .events_wrap{
        display: grid;
        grid-template-columns: 48% 48%;
        grid-row-gap: 0;
        grid-column-gap: 4%;
    }
}
.event_box-image {
    position: relative;
    overflow: hidden;
    width: 100%; /* Adjust the width as needed */
    height: auto; /* Adjust the height as needed */
    aspect-ratio: 4/5;
    cursor: pointer;
    border-radius: 10px;
}
.event_box-image img{
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    object-fit: cover;
    transition: transform 0.5s ease;
}


.event_box-image:hover img {
    transform: scale(1.1); /* Adjust the scale value as needed */
}
.event-box h4{
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #250847;
}  
.event-box button{
    padding: 0px;
    border: none;
    background: transparent;
}


/* The popup*/
.pop-up-section {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255,255,255,0.9); /* Black w/ opacity */
}

/* Popup content */
.popup-content-wrap{
    background-color: #fff;
    width: auto; 
    padding-left:4%;
    padding-right: 4%;
}
@media screen and (min-width: 1024px) {
.popup-content-wrap{
    padding-left:7%;
    padding-right: 7%;
}
}
.pop-content-section{
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 0%;
    grid-column-gap: 2%;
    padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
.pop-content-section{
    display: grid;
    grid-template-columns: 58% 40%;
    grid-row-gap: 0%;
    grid-column-gap: 2%;
    padding-bottom: 50px;
}
}

.pop-header-section img{
    width: 100%;
    height: auto;
    aspect-ratio: 3/1;
    object-fit: cover;
    border-radius: 10px;
}
.pop-title-section h2{
    padding-bottom: 10px;
}
.left-side-section .event-main-information{
    background: #F5F5F5;
    padding: 20px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .left-side-section .event-main-information{
        padding: 15px 4%;
    }
    }

.left-side-section .event-main-information p{
    position: relative;
    padding-left: 35px;
}
.left-side-section .event-main-information img{
    width: 24px;
    padding-right: 30px;
    position: absolute;
    left: 0px;
    top: -3px;
}
.event-sec-information p{
    margin-bottom: 20px;
}
.left-side-section ul{
    padding-left: 20px;
}
.left-side-section li{
    padding-bottom: 5px;
}
.left-side-section strong{
    font-weight: 700;
    color:#50D823;
}
.ticket-price-list p{
margin: 0px;
padding-bottom: 5px;
}
.ticket_price p{
    display: inline-block;
    margin: 15px 0px;
    font-weight: 700;
    font-size: 18px;
}

.ticket_price span{
    display: inline-block;
    width: 100%;
    text-align: right;
    margin: 15px 0px;
    font-weight: 900;
    font-size: 16px;
    color: #250847;
}
@media screen and (min-width: 768px) {
    .ticket_price p{
        display: inline-block;
        margin: 30px 0px;
        font-weight: 700;
        font-size: 18px;
    }

    .ticket_price span{
        display: inline-block;
        width: 100%;
        text-align: right;
        margin: 30px 0px;
        font-weight: 900;
        font-size: 18px;
        color: #250847;
    }
}
.right-side-section{
    position: relative;
    padding-bottom: 30px;
    
}
.right-side-section h2{
    text-align: center;
}
.sticky-content{
    position: sticky;
    top: 0px;
    right: 0;
    border-radius: 10px;
}
@media screen and (min-width: 1024px) {
.sticky-content{
    position: sticky;
    top: 0px;
    right: 0;
    background: #F5F5F5;
    padding: 5px 30px 50px 30px;
    border-radius: 10px;
}
}
.ticket_price{
    display: grid;
    grid-template-columns: 49% 49%;
    grid-row-gap: 0%;
    grid-column-gap: 2%;
    background: #F5F5F5;
    border-top-right-radius:10px;
    border-top-left-radius:10px;
    padding-left: 4%;
    padding-right: 4%;
}
@media screen and (min-width: 1024px) {
.ticket_price{
    padding-left: 7%;
    padding-right: 7%;
    background: #fff;
}
}
.sticky-content button{
    width: 100%;
    background-color: #50D823;
    padding: 15px 20px;
    border: none;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    transition: 0.3s;
}
@media screen and (min-width: 768px) {
.sticky-content button{
    padding: 20px 20px;
    font-size: 18px;
}
}
.sticky-content button:hover{
    background-color:#40BF11 ;
}
@media screen and (max-width: 1023px) {
    .sticky-content h2{ display: none; }
}

.ticket-block-text{
    display: grid;
    grid-template-columns: 48% 24% 24%;
        grid-row-gap: 0;
        grid-column-gap: 2%;
        margin: 0px 0px;
}
@media screen and (min-width: 1024px) {
.ticket-block-text{
        margin: 20px 0px;
}
}
@media screen and (max-width: 1023px) {
    .ticket-block-text-2{
        display: none;
    }
    .ticket-block-text-3{
    display: none;
    }
}
.full-ticket-title{
    display: grid;
    grid-template-columns: 100%;
        grid-row-gap: 0;
        grid-column-gap: 0%;
    margin: 0px 0px;
}
.full-ticket-title p{
    font-size: 16px;
font-weight: 700;
color: #250847;
padding-left: 0px;
margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
.full-ticket-title p{
padding-left: 20px;
}
}
@media screen and (min-width: 1024px) {
.full-ticket-title{
    margin: 20px 0px;
}
.full-ticket-title p{
margin-bottom: 10px;
}
}
.ticket-block-text p{
font-size: 16px;
font-weight: 700;
color: #250847;
padding-left: 20px;
margin-bottom: 10px;

}
.ticket-block{
    margin: 10px 0px 20px 0px;
    background: #fff;
    padding: 0px 20px;
    border-radius: 10px;
}
@media screen and (min-width: 1240px) {
.ticket-block{
    margin: 20px 0px;
}
}
@media screen and (min-width: 768px) {
    .ticket-block{
        display: grid;
            grid-template-columns: 48% 24% 24%;
            grid-row-gap: 0;
            grid-column-gap: 2%;
    }
 }



.popup-sec-step-section{
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}
.popup-sec-step-section-2{
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 99;
}
.popup-content-transparent{
    background-color: #F7F7F7;
    width: 100%;
    max-height: 100%;
    max-width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0px;
    overflow: auto; /* Enable scrolling if needed */
}
@media screen and (min-width: 768px) {
.popup-content-transparent{
    border-radius: 10px;
}
}
.popup-content-transparent-inner{
    position: relative;
}
.popup-transparent-main-content{
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 2%;
    grid-column-gap: 0%;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
.popup-transparent-main-content{
    display: grid;
    grid-template-columns: 60% 38%;
    grid-row-gap: 0;
    grid-column-gap: 2%;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 40px;
}
}

@media screen and (max-width: 767px) {
    .select-ticket-date{
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E3E3E3;
    }
    }
@media screen and (min-width: 768px) {
.select-ticket-date{
padding-top: 20px;
padding-bottom: 20px;
}
}
.select-ticket-date h5{
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
    padding-bottom: 6px;
    color: #250847;
    }
.select-ticket-date p{
margin: 0px;
font-size: 12px;
color: #7B7A83;
}
@media screen and (max-width: 767px) {
.select-ticket-price{
    padding-top: 15px;
padding-bottom: 15px;
padding-left: 0px;
width: 48%;
display: inline-block;
}
}
@media screen and (min-width: 768px) {
.select-ticket-price{
    border-left: 1px solid #F5F5F5;
    padding-top: 25px;
padding-bottom: 25px;
padding-left: 20px;
}
}
.select-ticket-price p{
margin: 0px;
padding-top: 3px;
font-size: 10px;
font-weight: 500;
color: #7B7A83;
}
.select-ticket-price span{
    font-size: 18px;
    font-weight: 900;
    color: #250847;
    
}
@media screen and (max-width: 767px) {
    .select-ticket-count{
        padding-top: 0px;
        padding-bottom: 15px;
        padding-left: 0px;
        width: 48%;
        display: inline-block;
        position: relative;
    }
}
@media screen and (min-width: 768px) {
.select-ticket-count{
    border-left: 1px solid #F5F5F5;
    padding-top: 25px;
padding-bottom: 25px;
padding-left: 20px;
}
}
.select-ticket-basket{
    position: relative;
}
.select-ticket-basket-box{
    display: grid;
    grid-template-columns: 75% 23%;
    grid-row-gap: 0;
    grid-column-gap: 2%;
    padding-left:4%;
    padding-right: 4%;
    border-bottom: 1px solid #F5F5F5;
}
.ticket__box{
    padding: 0px 0px 0px 0px;
    margin: 20px 0px;
    min-height: 1px;
}
.selected-ticket-box{
    background-color: #fff;
    border-radius: 10px;
}
.select-ticket-basket-inner{
    padding-bottom: 40px;
    position: sticky;
    top: 0px;
    
}

.payment-btn button{
    width: 100%;
    background-color: #50D823;
    padding: 20px 20px;
    border: none;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
font-size: 18px;
font-weight: 700;
line-height: 18px;
color: #fff;
transition: 0.3s;
}

@media screen and (max-width: 1023px) {
    .payment-btn.st_1{
        margin-bottom: 20px;
    }
     .payment-btn.st_1 button{
        width: 100%;
        background-color: #50D823;
        padding: 20px 0px;
        border: none;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
        color: #fff;
        transition: 0.3s;
        position: fixed;
        bottom: 0px;
        left: 0;
    }
    }
.payment-btn button:hover{
    background-color: #40BF11;
}
.promo-code{
    border-bottom: 1px solid #F5F5F5;
    border-top: 1px solid #F5F5F5;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 4%;
    padding-right: 4%;
}
.promo-code div{
    display: inline-block;
}
@media screen and (min-width: 1024px) {
.promo-code{
    display: grid;
    grid-template-columns: 48% 48%;
    grid-row-gap: 0;
    grid-column-gap: 4%;
    padding-left: 4%;
    padding-right: 4%;
    border-bottom: 1px solid #F5F5F5;
    border-top: 1px solid #F5F5F5;
    margin-top: 2%;
}
}
.promo-code p{
font-size: 14px;
font-weight: 500;
color: #250847;
}
.promo-code input{
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    padding: 7px 10px;
    margin-top: 7px;
    width: 100%;
}
.backet-price{
    display: grid;
    grid-template-columns: 48% 48%;
    grid-row-gap: 0;
    grid-column-gap: 4%;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.backet-price .ticket-quantity{
font-size: 14px;
font-weight: 500;
color: #250847;
margin-bottom: 6px;
margin-top: 0px;
}
.backet-price .ticket-quantity span{
    font-size: 14px;
    font-weight: 500;
    color: #250847;
}
.backet-price .ticket-amount{
font-size: 18px;
font-weight: 700;
color: #250847;
margin-top: 0px;
margin-bottom: 0px;
}
.backet-price .total_amount {
    position: relative;
}
.backet-price .total_amount span{
    font-size: 20px;
    font-weight: 900;
    color: #250847;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.basket-ticket-price{
    position: relative;
}
.basket-ticket-price .remove-button{
position: absolute;
top: 0px;
right: 0px;
border: none;
background-color: transparent;
padding: 0px;
margin: 0px;
}

.basket-ticket-price .remove-button img{
width: 12px;
height: 12px;
transition: 0.3s;
}
.basket-ticket-price .remove-button img:hover{
    transform: rotate(90deg);
}
.basket-ticket-price span{
    position: absolute;
    bottom: 0px;
    right: 0px;
font-size: 14px;
font-weight: 500;
}

.basket-ticket-names { padding-top: 10px }
.basket-ticket-names input { border-radius: 5px; border: 1px solid #999; line-height: 21px; padding: 3px 10px; }

/**/

.quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
.quantity-selector{
    position: absolute;
    top: -15px;
}
}

    .quantity-btn {
        background-color: #f0f0f0;
        border: none;
        padding: 3px 10px;
        cursor: pointer;
        max-width: 40px;
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        transition: 0.1s;
    }
    @media screen and (min-width: 768px) {
        .quantity-btn {
            padding: 10px 10px;
        }
        }

.quantity-btn:hover {
    background-color: #250847;
    color: #fff;
}
.quantity-selector input {
    width: 100%;
    text-align: center;
    border: none;
    padding: 3px 10px;
    font-size: 16px;
}
@media screen and (min-width: 768px) {
.quantity-selector input {
    padding: 10px;
}
}

.quantity-selector input:focus {
    outline: none;
}
/*pop up transparent header END*/
/*pop up step 4*/
.bank-list{
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 6%;
    grid-column-gap: 4%;
    padding-top: 20px;
    padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
.bank-list{
    display: grid;
    grid-template-columns: 48% 48%;
    grid-row-gap: 6%;
    grid-column-gap: 4%;
    padding-top: 0px;
    padding-bottom: 40px;
}
}
.bank-content{
    margin-bottom: 0px;
 }
@media screen and (min-width: 768px) {
.bank-content{
   padding-left: 20px;
   padding-right: 0px;
}
}
.bank-check{
    display: inline-block; 
width: 100%;
}
.bank-check label{
    width: calc(100% - 30px);
    background: #fff;
    border-radius: 10px;
    display: block;
    padding: 10px 15px;
    
}
/* Hide the default checkbox */
.rounded-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.custom-checkbox {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #F7F7F7;
    border:1px solid #E7E7E7 ;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-right: 10px;
}

/* Show custom checkmark when checked */
.rounded-checkbox:checked + .custom-checkbox::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-color: #50D823;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
/*test*/

/*TEST */
/* Change background color on hover */
.custom-checkbox:hover {
    background-color: #E7E7E7;
}
.bank-logo{
    display: inline-block;
}
.bank-logo img{
    width: 58px;
    height: 40px;
    object-fit: cover;
}
.bank-title{
    display: inline-block;
}
.bank-title p{
    padding-left: 10px;
font-size: 16px;
font-weight: 500;
color: #250847;
}
.policy-check{
    border-top: 1px solid #F5F5F5;
    margin-top: 30px;
    background: #50D82310;
}
.policy_check{
    margin-left: 20px;
}

.policy-check p{
    display: inline-block;
}
.policy-check-inner{
    height: 60px;
    padding-right: 0;
    padding-left: 0;
}
@media screen and (min-width: 1024px) {
.policy-check-inner{
    padding-right: 20px;
    padding-left: 20px;
}
}
.additional-content-customer{
    padding-right: 0px;
    padding-left: 0px;
}
@media screen and (min-width: 1024px) {
.additional-content-customer{
    padding-right: 20px;
    padding-left: 20px;
}
}
@media screen and (max-width: 767px) {
.additional-content-customer{
    padding-top: 50px;
}
}
.policy-check a{
    text-decoration: underline;
    transition: 0.3s;
}
.policy-check a:hover{
    color:#40BF11;
}
.form-content{
    border-bottom: 1px solid #D4D4D4; 
    padding-bottom: 20px;
}
.customer-title {
    padding-top: 20px;
    padding-bottom: 20px;
}
.customer-title h4{
    display: inline-block;
    margin: 0px;
}
.customer-form .customer-form-inner{
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 10px;
    grid-column-gap: 0%;
}
@media screen and (min-width: 576px) {
.customer-form .customer-form-inner{
    display: grid;
    grid-template-columns: 48% 48%;
    grid-row-gap: 0;
    grid-column-gap: 4%;
}
}
.customer-form .customer-form-inner input{
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    border: none;
}
.customer-form .customer-form-inner::placeholder{
font-size: 14px;
font-weight: 400;
    color: #797979;
}

/*pop up step 4 END*/



.info { background: #090; width: 100%; padding: 10px; color: #fff; }
.info.error { background: #900 }

div.maxreached{
    color: #c95254;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 3px;
}
div.soldout{
    color:#fff;
    font-size: 16px;
    font-weight: 400;
    background: #c95254;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
}
/*VOC*/
.select-ticket-date p b{
    font-size: 12px!important; 
    font-weight: 700!important; 
    color: #002247!important;
    display: block!important;
}
.select-ticket-date p{
    font-size:10px!important; 
    color: #002247!important; 
}
.select-ticket-date h5{
    font-size: 14px!important;
    color:#7B7A83;
    }
.select-ticket-date h5 p.c_1{
    font-size:16px!important; 
    font-weight: 700!important; 
    color: #1b86a0!important;
}
.select-ticket-date h5 p.c_2{
    font-size:16px!important; 
    font-weight: 700!important; 
    color: #e77c05!important;
}
.select-ticket-date h5 p.c_3{
    font-size:16px!important; 
    font-weight: 700!important; 
    color: #002247!important;
}
.select-ticket-date h5 p.c_4{
    font-size:16px!important; 
    font-weight: 700!important; 
    color: #9E784D!important;
}
.select-ticket-date h5 p.c_5{
    font-size:16px!important; 
    font-weight: 700!important; 
    color: #1be101!important;
}
.select-ticket-date h5 p.c_6{
    font-size:16px!important; 
    font-weight: 700!important; 
    color: #e12a01!important;
}



/*VOC END*/
