@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Spartan:wght@400;500;600;700;800&display=swap');
.bmc_setbodypart_landing {
    min-height: 100vh;
    background: url('../images/banner-bg.webp') no-repeat;
    background-size: cover;
    font-family: 'spartan', sans-serif;
}
.bmc_setbodypart_landing_inner {
    width: 100%;
    padding: 30px 0;
    min-height: 100vh;
    min-height: calc(100vh - 130px);
    display: flex;
    align-items: center;
}
.bmc_setbodypart_box {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.bmc_setbodypart_box_inner {
    width: 92%;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bmc_setbodypart_box_inner h1 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    /* line-height: 60px; */
    margin: 0;
}
.bmc_setbodypart_box_inner h1 span {
    color: #32B879;
    border-radius: 35px;
    margin: 0 5px;
    /* border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 13px 20px 0px; */
}
.bmc_setbodypart_box_inner h1 span.alt_text_clr{
    color: #E84C61;
}
.bmc_setbodypart_box_inner h2 {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0;
}
.bmc_setbodypart_box_inner h2 span {
    margin: 0 10px;
    color: #F8B81F;
}

.bmc_setbodypart_box_set {
    width: 100%;
    justify-content: center;
    display: flex;
}
.bmc_setbodypart_box_set_inner {
    width: 1366px;
    /* height: 400px; */
    border-radius: 12px;
    display: flex;
    align-items: stretch;
    margin-top: 20px;
    flex-direction: row;
    position: relative;
    gap: 40px;
    overflow: hidden;
}
.bmc_setbodypart_box_set_inner .bmc_setbodypart_box_set_left {
    width: 60%;
    border-right: 1px dashed #ccc;
    padding: 30px 20px 30px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-color: #fff;
}
.landing_page_event_name{
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #000925;
}
.bmc_setbodypart_box_set_inner .bmc_setbodypart_box_set_left h4 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    text-align: left;
    margin: 0;
    letter-spacing: -0.5px;
}
.bmc_setbodypart_box_set_inner .bmc_setbodypart_box_set_left h4 span {
    color: #E84C61;
}
.bmc_setbodypart_box_set_inner .bmc_setbodypart_box_set_right p {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0;
    letter-spacing: -0.5px;
}
.bmc_setbodypart_box_set_right {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 30px 30px 20px;
    position: relative;
    background-color: #fff;
}
.seat_timer {
    width: 100%;
    display: flex;
    justify-content: center;
}
.seat_timer .seat_timer_inner {
    display: flex;
    align-items: center;
}
.seat_timer .seat_timer_inner span {
    width: 120px;
    height: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #E84C61;
    flex-direction: column;
    color: #ffffff;  
    border-radius: 8px;    
}
.seat_timer .seat_timer_inner span b {
    font-weight: 700;
    font-size: 44px;
}
.seat_timer .seat_timer_inner span i {
    font-weight: 500;
    font-style: normal;
}
.seat_timer .seat_timer_inner span:nth-child(2) {
    width: 40px;
    height: 140px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #222;
    font-size: 40px;
    font-weight: 500;
    border-radius: 0;
    background: transparent;
}
.bmc_setbodypart_box_set_right h5 {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    color: #222;
    font-size: 16px;
    align-items: center;
    font-weight: 500;
    margin: 0;
}
.bmc_setbodypart_box_set_right .face_value_text{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin: 30px 0 0 0;
}
.bmc_setbodypart_box_set_right h5 span {
    color: #000000;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 5px;
    font-weight: 400;
}
.bmc_setbodypart_box_set_right h6 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10px 0 20px 0 !important;
}
.bmc_setbodypart_box_set_right h5 p {
    margin: 0 !important;
}
.bmc_setbodypart_box_set_right h5 p.lp_coupoun_name {
    border-radius: 4px;
    line-height: 1;
    background: #a52a2a1f;
    font-weight: 600;
    margin-bottom: 5px !important;
    color: brown;
    padding: 5px;
}
.bmc_setbodypart_box_set_right .linksetbmc {
    display: inline-flex;
    padding: 14px 10px 10px 10px;
    font-size: 16px;
    font-weight: 600;
    background: #32B879;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 40px;
    /* height: 50px; */
    text-decoration: none;
    text-transform: capitalize;
    text-align: center;
}
.ticket3__rip {
    position: absolute;
    background-color: #fff;
    background-image: linear-gradient(90deg, #fff 49%, #ffffff 50%);
    margin: 25px 0;
    width: 50px;
    left: 60%;
    top: 0px;
    height: calc(100% - 50px);
    transform: translateX(-60%);
}

.ticket3__rip::before,
.ticket3__rip::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    border: 10px solid transparent;
    border-top-color: #fff;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
    border-radius: 50%;
}

.ticket3__rip::before {
    top: -52px;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
}

.ticket3__rip::after {
    border-right-color: #ffffff;
    border-top-color: #ffffff;
    bottom: -52px;
    transform: translateX(-50%) rotate(-45deg);
}
.event_sideimage_bmc {
    display: flex;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 20px;
    overflow: hidden;
}
.event_sideimage_bmc img {
    width: 100%;
    object-fit: contain;
    height: 400px;
    object-position: left;
}
.ticket3__strip {
    position: absolute;
    left: 60%;
    top: 50%;
    margin-left: -4px;
    height: calc(100% - 48px);
    width: 2px;
    transform: translate(-60%, -50%);
    background-image: repeating-linear-gradient(0deg, #00000024, #00000024 5px, transparent 6px, transparent 12px), repeating-linear-gradient(90deg, #fff0, #fff0 10px, transparent 10px, transparent 20px), repeating-linear-gradient(180deg, #3330, #fff0 10px, transparent 10px, transparent 20px), repeating-linear-gradient(270deg, #fff0, #fff0 10px, transparent 10px, transparent 20px);
    background-position: 0 0, 0 0, 100% 0, 0 100%;
}
.bmc_setbodypart_box_set_right .linksetbmc:hover {
    background: #0f613a;
}
.message_coupon_all {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.sold_all_tickect_main {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.sold_all_tickect_main img {
    height: 300px;
    border-radius: 10px;
}

.bmc_barcode_image_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    height: 70px;
    position: relative;
}

.top_border_css:before,
.top_border_css:after,
.bottom_border_css:before,
.bottom_border_css:after{
    content: "";
    position: absolute;
    border-radius: 0px;
    border: 2px solid;
    width: 20px;
    height: 20px;
}

.top_border_css:before{
    top: -10px;
    left: -10px;
    border-bottom: 0;
    border-right: 0;
}

.top_border_css:after{
    top: -10px;
    right: -10px;
    border-left: 0;
    border-bottom: 0;
}

.bottom_border_css:before{
    bottom: -10px;
    left: -10px;
    border-top: 0;
    border-right: 0;
}

.bottom_border_css:after{
    bottom: -10px;
    right: -10px;
    border-left: 0;
    border-top: 0;
}

.bmc_barcode_image_wrap img{
    height: 100%;
    object-fit: contain;
}

.landing_desc{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    max-width: 80%;
    text-align: center;
    margin: 10px auto;
}

.landing_desc span{
    color: #f7b639;    
}


@media (max-width: 1480px) {
    .bmc_setbodypart_box_set_inner {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .bmc_setbodypart_box_inner h1 {
        font-size: 30px;
    }
    .bmc_setbodypart_box_inner h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .landing_desc{
        font-size: 18px;
        line-height: 28px;
    }
    .bmc_setbodypart_box_inner {
        width: calc(100% - 32px);
    }
    .bmc_setbodypart_box_set_inner {
        margin-top: 10px;
        gap: 0;
    }
    .event_sideimage_bmc img {
        height: 300px;
    }
    .bmc_setbodypart_box_set_inner .bmc_setbodypart_box_set_left {
        width: 55%;
    }
    .bmc_setbodypart_box_set_right {
        width: 45%;
    }
    .ticket3__rip,
    .ticket3__strip {
        display: none;
    }
    .ticket3__rip:before,
    .ticket3__rip:after {
        display: none;
    }
    .bmc_setbodypart_box_set_inner .bmc_setbodypart_box_set_left {
        width: 60%;
        border-right: 2px dashed #ccc;
    }
    .bmc_barcode_image_wrap{
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
        height: 60px;
    }
    .landing_page_event_name{
        font-size: 26px;
    }
}
@media (max-width: 1024px) {
    .bmc_setbodypart_box_set_inner .bmc_setbodypart_box_set_left {
        width: 50%;
    }
    .bmc_setbodypart_box_set_right {
        width: 50%;
    }

    .bmc_barcode_image_wrap{
        max-width: 330px;
        height: 54px;
    }
    .landing_desc{
        max-width: 90%;
    }
}
@media (max-width: 991px) {
    .bmc_setbodypart_landing_inner{
        min-height: calc(100vh - 115px);
    }
    .landing_page_event_name {
        font-size: 22px;
    }
}
@media (max-width: 768px) {
    .bmc_setbodypart_landing{
        background-attachment: fixed;
    }
    .bmc_setbodypart_box_set_inner {
        flex-direction: column;
    }
    .bmc_setbodypart_box_set_inner .bmc_setbodypart_box_set_left {
        width: 100%;
        border: none;
        padding:10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .bmc_setbodypart_box_set_right {
        width: 100%;
        padding-top: 0;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .event_sideimage_bmc img {
        height: auto;
    }
    .event_sideimage_bmc {
        width: 240px;
        margin-bottom: 0;
        border-radius: 6px;
    }
    .bmc_setbodypart_box_set_inner .bmc_setbodypart_box_set_left h4 {
        width: calc(100% - 160px);
        padding-left: 10px;
        font-size: 16px;
    }
    .bmc_setbodypart_box_inner h1 {
        /* line-height: 1; */
        font-size: 26px;
    }
    .seat_timer .seat_timer_inner span {
        width: 100px;
        height: 100px;
    }
    .seat_timer .seat_timer_inner span:nth-child(2) {
        height: 100px;
    }
    .bmc_setbodypart_box_set_right h5 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 10px 0;
    }
    .bmc_setbodypart_box_set_right h6 {
        margin-bottom: 10px;
    }
    .seat_timer .seat_timer_inner span b {
        font-size: 30px;
    }
    .bmc_setbodypart_box_inner h2 {
        margin-top: 0;
    }
    .seat_timer {
        margin-bottom: 10px;
    }
    .bmc_setbodypart_box_inner h1 span {
        padding: 0;
        border: none;
    }

    .bmc_barcode_image_wrap{
        margin-bottom: 20px;
        max-width: 360px;
        height: 60px;
    }

    .bmc_barcode_image_wrap:before{
        content: '';
        position: absolute;
        top: -30px;
        width: calc(100vw - 60px);
        height: 2px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 2px dashed #ccc;
    }
    .bmc_setbodypart_box_set_right .face_value_text {
        font-size: 20px;
        line-height: 30px;
        margin: 20px 0 0 0;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .event_sideimage_bmc {
        width: 220px;
    }
    .bmc_setbodypart_box_set_inner .bmc_setbodypart_box_set_left h4 {
        width: calc(100% - 100px);
    }
    .bmc_setbodypart_box_set_inner .bmc_setbodypart_box_set_left h4 {
        font-size: 15px;
    }
    .bmc_setbodypart_box_set_inner .bmc_setbodypart_box_set_right p {
        font-size: 13px;
    }
    .bmc_setbodypart_box_inner h1 {
        line-height: 1.3;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .bmc_setbodypart_box_inner h2 {
        font-size: 14px;
    }
    .landing_desc{
        font-size: 16px;
        line-height: 26px;
        max-width: 100%;
    }
    .bmc_setbodypart_box_inner h2 span {
        margin: 0 3px;
    }
    .bmc_setbodypart_box_set_right .linksetbmc {
        font-size: 14px;
        padding: 10px;
    }
    .landing_page_event_name {
        font-size: 18px;
    }

    .bmc_barcode_image_wrap{
        margin-bottom: 20px;
        max-width: 380px;
        height: 60px;
    }
    .bmc_setbodypart_landing_inner{
        padding: 10px 0 30px;
    }
    .bmc_setbodypart_box_set_right .face_value_text {
        font-size: 18px;
        line-height: 28px;
    }
    .seat_timer .seat_timer_inner span {
        width: 80px;
        height: 80px;
    }
    .seat_timer .seat_timer_inner span:nth-child(2) {
        height: 80px;
    }
    .seat_timer .seat_timer_inner span b {
        font-size: 26px;
    }
    .bmc_setbodypart_box_set_right h5 span{
        font-size: 12px;
    }

    .bmc_setbodypart_box_inner h1{
        font-size: 24px;
    }
}

@media (max-width: 479px) {
    .bmc_barcode_image_wrap{
        max-width: 320px;
        height: 52px;
    }

    .bmc_barcode_image_wrap:before{
        top: -24px;
    }

    .top_border_css:before, 
    .top_border_css:after, 
    .bottom_border_css:before, 
    .bottom_border_css:after{
        width: 15px;
        height: 15px;
    }

    .top_border_css:before{
        top: -7px;
        left: -7px;
    }

    .top_border_css:after {
        top: -7px;
        right: -7px;
    }

    .bottom_border_css:before {
        bottom: -7px;
        left: -7px;
    }

    .bottom_border_css:after {
        bottom: -7px;
        right: -7px;
    }

    .landing_desc{
        font-size: 14px;
        line-height: 24px;
    }
    .event_sideimage_bmc {
        width: 200px;
    }
    .bmc_setbodypart_box_set_right .face_value_text {
        font-size: 16px;
        line-height: 26px;
        margin: 15px 0 0 0;
    }
    .bmc_setbodypart_box_set_right h6{
        margin: 10px 0 5px 0 !important;
    }
}

@media (max-width: 400px) {
    .bmc_barcode_image_wrap{
        max-width: 280px;
        height: 46px;
    }
}

@media (max-width: 359px) {
    .bmc_barcode_image_wrap {
        max-width: 240px;
        height: 38px;
    }
}