/* tickets block */
.ticktes-body{
    background: #f4f4f4;
}
.ticket-body .header-desktop {
    background: transparent;
}
section.tickets-top {
    background: url(./images/tickets-bg.png) no-repeat;
    height: 588px;
    background-size: cover;
}
.tickets-top-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 60px 0 90px;
}
.left .title {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1.6px;
}
.left .text {
    color: #A1A1A1;
    font-size: 22px;
    font-weight: 400;
}
.tickets-top-block  .bt-a {
    border-radius: 10px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.30);
    padding: 8px 35px;
}
.tickets-top-block  .bt-a a {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.4px;
}
.tickets-top-block-second {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.tickets-top-block-second .first {
    display: flex;
    align-items: center;
    gap: 40px;
}
.tickets-top-block-second .first img {
    filter: invert(1);
}
.tickets-top-block-second .first .text {
    color: #FFF;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    width: 55%;
    gap: 8px;
}
.tickets-top-block-second .text a {
    color: #9D9D9D;
    font-size: 18px;
    font-weight: 400;
    text-decoration-line: underline!important;
}
.tickets-top-block-second .second {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.tickets-top-block-second .st-date,.tickets-top-block-second .end-date {
    display: flex;
    flex-direction: column;
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
}
.st-date span, .end-date span {
    color: #9D9D9D;
    font-size: 20px;
    font-weight: 400;
}
.st-date p, .end-date p {
    color: #A1A1A1;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}
.tickets-title {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1.2px;
    margin: 40px 0;
}
button.tck-btn {
    color: #A1A1A1;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.8px;
    border: 0;
    background: none;
    margin: 10px 10px 20px;
    padding: 8px 25px;
}

#add-cart-block {
    position: sticky;
    top:1rem;
}
button.tck-btn:first-child {
    margin: 10px 10px 20px 0;
    z-index: 11;
    position: relative;
}
.tck-btn.active {
    border-radius: 5px;
    background: #050505;
    padding: 8px 25px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.8px;
    border: 0;
}
.top-date {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    margin-bottom: 16px;
}
.top-date .left, .top-date .right {
    display: flex;
    gap: 12px;
    color: #878787;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.32px;
    padding:0;
}
.ticket-block .center-text {
    color: #020202;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.48px;
    margin-bottom: 10px;
}
.ticket-block .bottom-text {
    color: #878787;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.32px;
}
input#qty {
    border: 0;
    background: none;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.4px;
    width: 45px;
}
button.qtyminus, button.qtyplus {
    color: #a1a1a1;
    border: 1px solid #a1a1a1;
    border-radius: 100px;
    padding: 4px 12px;
    background: #fff;
}
.fdd {
    color: #209B33;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.28px;
    margin-bottom: 8px;
}
.old-price {
    color: #A1A1A1;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.44px;
    text-decoration: line-through;
    margin-right: 12px;
}
.new-price {
    color: #209B33;
}
.cart-block {
    border-radius: 20px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    padding: 18px 16px;
    margin-top: 10px;
    position: sticky;
    top: 6px;
    margin-bottom: 20px;
}
.top-side {
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-side .title {
    color: #020202;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.48px;
}
.total-block .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #020202;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.28px;
}
.total-block .title span {
    color: #A1A1A1;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.24px;
}
.submit-btn button {
    border-radius: 10px;
    background: #209B33;
    border: 0;
    width: 100%;
    height: 54px;
    margin: 32px 0 16px;
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.44px;
}
button.cc-btn {
    color: #020202;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.28px;
    text-decoration-line: underline;
    border: 0;
    background: transparent;
    width: 100%;
}
.accordion-item {
    border: 0!important;
}
.ticket-piece {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.28px;
}
.ticket-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 18px;
    border-bottom: 1px solid #e2e2e2;
}
.ticket-cart .d-flex {
    color: #020202;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.28px;
    gap: 4px;
}
.ticket-cart-price {
    color: #050505;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.28px;
}
.total-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.total-price {
    color: #050505;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.28px;
}
form.c-code-frm {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c-code-frm input {
    width: 100%;
    margin-right: 8px;
    height: 44px;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    padding-left: 12px;
    color: #000;
}
form.c-code-frm button {
    background: #000;
    height: 44px;
    padding: 0 22px;
    text-transform: uppercase;
    font-size: 16px;
    border: 0;
}
form.c-code-frm button:hover {
    background: #000!important;
}
.btm-blck .accordion-body {
    padding: 10px 0;
}
.quantity-form p.qty {
    display: flex;
    align-items: center;
    margin: 0;
}
.ticket-date {
    color: #A1A1A1;
    font-size: 22px;

}
.tickets .col-12 {
    padding: 0!important;
}
.tickets {
    margin-bottom: 20px;
}
.ticket-date {
    height: 100%;
    width: 100%;
    border-radius: 17px 0px 0px 17px;
    background: #F8B709;
}
.ticket-date .date {
    color: #FFF !important;
    text-align: center;
    font-size: 1.1rem !important;
    font-weight: 400;
    letter-spacing: -0.36px;
    height: 100%;
    width: max-content;
    rotate: 270deg;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 18px;
    text-transform: uppercase;
}
.top-date .left .date {
    color: #878787!important;
    font-size: 16px!important;
    font-style: normal!important;
    font-weight: 300!important;
    letter-spacing: -0.32px!important;
}
.ticket-info {
    border-radius: 0px 20px 20px 0px;
    background: #FFF;
    padding: 32px 28px;
    display: flex;
    justify-content: space-between;
}
.tickets .center-text {
    color: #020202;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -0.48px;
    margin-bottom: 10px;
}
.tickets .bottom-text {
    color: #878787;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.32px;
}
.ticket-price-quantiy .price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #050505;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -0.44px;
}
.ticket-price-quantiy {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.ticket-price-quantiy .price span {
    color: #A1A1A1;
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: -0.24px;
}
.ticket-list {
    width: 100%;
}
.tickets .row {
    width: 100%;
}
@media (max-width:1680px){
    .ticket-date-left div {
        width: max-content;
    }
    .ticket-center {
        padding: 25px 12px;
    }
    .ticket-block .bottom-text {
        font-size: 14px;
    }
    .ticket-block {
        width: max-content;
    }
}
@media (max-width:1440px){
    .ticket-block .center-text {
        font-size: 22px;
    }
    .top-date .left, .top-date .right {
        font-size: 14px;
    }
    .ticket-cart .d-flex {
        font-size: 13px;
    }
    .submit-btn button {
        height: 50px;
        font-size: 20px;
    }
    .tickets .center-text {
        font-size:1.3rem;
    }
    .tickets .bottom-text {
        font-size: 0.8rem;
    }
}
@media (max-width:1366px){}
@media (max-width:900px){
    .tickets-title {
        margin: 20px 0 10px 0;
    }
    .tickets-top .tickets-top-block .right {
        padding: 8px 0 25px 0;
    }
    .tickets-top-block-second .second {
        gap: 20px;
    }
    .tickets-top-block-second .second img {
        width: 45px;
        height: auto;
    }
    .tickets-top-block-second .first {
        gap: 20px;
    }
    section.tickets-top {
        background: url(./images/tickets-bg.png) no-repeat center;
        height: 588px;
    }
    .tickets-top-block {
        display: flex;
        align-items: flex-start;
        margin: 30px 0px;
        flex-direction: column;
        padding-left: 8px;
        gap: 20px;
    }
    .left .title {
        font-size: 28px;
    }
    .left .text {
        font-size: 18px;
    }
    .tickets-top-block .bt-a a {
        font-size: 16px;
    }
    .tickets-top-block-second {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        padding-left: 8px;
    }
    .tickets-top-block-second .first .text {
        font-size: 14px;
        width: 75%;
        gap: 3px;
    }
    .tickets-top-block-second .text a {
        font-size: 14px;
    }
    .tickets-top-block-second .st-date, .tickets-top-block-second .end-date {
        font-size: 14px;
    }
    .st-date span, .end-date span {
        font-size: 16px;
    }
    .st-date p, .end-date p {
        font-size: 16px;
    }
    .ticket-block {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .ticket-date-left {
        height: 40px;
        border-radius: 17px 17px 0px 0px;
        width: 100%;
    }
    .ticket-date-left div {
        rotate: 0deg;
    }
    .ticket-block .center-text {
        font-size: 18px;
    }
    .ticket-center {
        padding: 25px 12px 6px;
    }
    .ticket-right {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-right: 0;
        gap: 24px;
        padding: 18px 12px;
    }
    .ticket-right .price {
        align-items: flex-start;
    }
    .tck-btn.active {
        border-radius: 5px;
        background: #050505;
        padding: 8px 22px;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -0.8px;
        border: 0;
    }
    button.tck-btn {
        color: #A1A1A1;
        font-family: Lexend;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.8px;
        border: 0;
        background: none;
        margin: 0px 0px 20px;
        padding: 4px 12px;
    }
    .cart-block {
        border-radius: 20px 20px 0 0;
        border: 1px solid #E2E2E2;
        background: #FFF;
        padding: 12px 18px;
        margin-top: 10px;
        position: fixed;
        top: unset;
        margin-bottom: 0;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 13;
    }
    .top-side {
        padding-bottom: 8px;
        width: 100%;
    }
    button.ts-btn {
        padding-bottom: 10px;
        border-bottom: 1px solid #e2e2e2;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: transparent;
        width: 100%;
        border: 0;
    }
    .top-side .title {
        font-size: 18px;
    }
    .ticket-piece {
        font-size: 12px;
    }
    .ticket-cart {
        margin-top: 12px;
        padding-bottom: 8px;
        margin-bottom: 14px;
    }
    .ticket-cart .d-flex {
        font-size: 12px;
    }
    .ticket-cart-price {
        font-size: 12px;
    }
    .total-block .title span {
        font-size: 10px;
    }
    .submit-btn button {
        height: 44px;
        font-size: 16px;
        margin: 22px 0 12px;
    }
    .tickets .col-12 {
        padding-right: 10px!important;
        padding-left: 10px!important;
    }
    .ticket-date {
        height: 100%;
        width: 100%;
        border-radius: 17px 17px 0px 0px;
        background: #F8B709;
        padding: 8px;
    }
    .ticket-date .date {
        width: 100%;
        rotate: 0deg;
    }
    .ticket-info {
        border-radius: 0px 0px 20px 20px;
        padding: 20px 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    .ticket-price-quantiy {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 10%;
        width: 100%;
        margin-top: 18px;
    }
    .tickets .center-text {
        font-size: 1.2rem;
    }
    .tickets .bottom-text {
        font-size: 0.9rem;
    }
    .quantity-form p.qty {
        display: flex;
        align-items: center;
        margin: 0;
        gap: 8px;
    }
    input#qty {
        width: 34px;
        font-size: 16px!important;
    }
    .tickets .row {
    width: unset;
}

}
/* tickets block */
