#heading {
    padding-top: 8rem;
    position: relative;
}

#events {
    position: relative;
}

.padding {
    padding: 4rem;
}

.event-card-container {
    margin-top:6rem;
}

.mbottom-8 {margin-bottom: 8rem}

/* HEADER */
#heading {
    padding-top: 150px
}

.events-header-right {
    position: relative;
}

.event-category-header-left {
    background-image: linear-gradient(to bottom right, #EA5602, #FF6E1D);
    border-radius: 20px 0 0 20px;
    padding-left: 4rem;
    padding-top: 4rem;
}

.event-category-header-right {
    padding: 0;
}

.ttl-category-heading{
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
}

.txt-category-heading {
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
}

/* HEADER CATEGORIES */
.button-filter {
    padding: 16px 30px 16px 30px !important;
}

.events-select, .category-select {
    padding: 12px 30px 12px 30px !important;
    border-radius: 30px;
}

.subcategories {
    border-radius: 0 0 20px 20px;
    color: #fff;
}

.subcategory-img {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.subcategory-text {
    position: absolute;
    bottom: 18px;
}

.subcategories h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    color: #FFFFFF !important;
    text-transform: uppercase;
    opacity: 1;
    text-align: center;
}

.subcategories a:hover h6{
    color: #FB6713 !important;
}

.subcategories a:hover img {
    filter: brightness(1.2) saturate(100%) hue-rotate(0deg) brightness(0) invert(70%);
}

.btn-home {
    content: url("../images/icons/icn-simple-arrow-left.svg");
    display: inline-block;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    margin-top: 18px;
    width: 30px;
}

.btn-md.disabled{
    font-size: 16px;
    letter-spacing: 1.8px
}

video {
    position: fixed;
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
}

.event-card{
    display: flex;
    align-items: center;
    width: 428px;
    height: 600px;
    border-radius: 20px 20px 80px 20px;
    background: transparent
}

.event-card.disabled{
    opacity: .5;
}

.cnt-event-img{
    margin-top: 30px;
    border-radius: 10px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.cnt-event-img img{
    width:100%;
    height: 100%;
    object-position: bottom;
    object-fit: cover;
}

.cnt-event-img video{
    width:100%;
    height: 100%;
    object-position: bottom;
    object-fit: cover;
}

.txt-event-date{
    margin-top: 14px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
    opacity: 0.9;
}

.txt-event-name{
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.event-name-height{height: 54px;}

.txt-event-location {
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.txt-event-address {
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent linear-gradient(180deg, #243B3F00 0%, #252525 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
}

.overlay:hover {
    background: transparent linear-gradient(180deg, #243B3F00 20%, #FB6713 100%) 0% 0% no-repeat padding-box;
}

.sale-date {font-size: medium}

.txt-event-artist{
    margin-top:10px;
    font-size: 18px;
    width: 250px;
    text-align:center
}

.footer-star {
    top: -30rem;
    right: -20rem;
}

/* TABS */
.date-filter {
    width: 260px;
}
#events #event-tabs {
    border-radius: 20px;
}


.icn-arrow-event-select {
    position: absolute;
    left: 130px;
    top: 70%;
    width: 24px;
    height: 24px;
    background: url("../images/icons/icn-arrow-down.svg") no-repeat;
}

/* SAFARI 10+ */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none)
    {
        .bg-heading {
            display:grid;
            min-height: 500px;
        }
    }
}
/* SAFARI 13+ */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) and (display:flow-root)
    {
        .bg-heading {
            display:grid;
            min-height: 500px;
        }
    }
}

/* RESPONSIVE */

@media screen and (orientation: landscape) {
}

@media(max-width: 1669px){
}

@media(max-width: 1599px){
}

@media(max-width: 1399px){
    .event-card-container{ width: 50% }
}

@media(max-width: 1199px){
}

@media(max-width: 1080px){
    .event-card-container{ width: 50% }
    .event-card{margin:0 auto}
}

@media(max-width: 991px){
    .event-category-header-right {
        border: unset
    }

    #heading {
        padding-top: 68px
    }

    .btn-home {
        width: 40px;
    }

    .event-card-container{ align-items: center }

    #events-select-container,.events-select, #category-select-container, .category-select {
        width: 100%;
        margin-bottom: 10px;
    }

    .date-filter {
        width: 100%;
    }

    .icn-arrow-event-select {
        position: absolute;
        left: unset;
        right: 12px;
        top: 64%;
        width: 24px;
        height: 24px;
        background: url("../images/icons/icn-arrow-down.svg") no-repeat;
    }

    #selectors {margin-top: unset !important;}


    .event-info{
        padding: 14px
    }

    .subcategories {
        height: auto;
    }

    #event-select, #category-select, #events-select-container, #category-select-container, .date-filter {
        width: 100%;
    }

    .mbottom-8 {margin-bottom: 0}
}

@media(max-width: 767px){
    .event-category-header-right {
        overflow: hidden;
        max-height: 300px;
    }
    .event-card-container{ width: 100%; align-items: center }
    .event-card{margin:0 auto; width: unset;}
    #events #event-tabs li a {
        display: block !important;
        width: 100%;
    }

    .subcategories,  .event-category-header-left {
        border-radius: 0;
    }

    .event-category-header-left {
        padding-left: 1rem;
        padding-top: 0;
    }

    .subcategory-text {
        bottom: 14px;
    }

    .subcategories h6 {
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0;
        color: #FFFFFF !important;
        text-transform: uppercase;
        opacity: 1;
        text-align: center;
    }

    .ttl-category-heading{
        font-size: 36px;
    }

    .txt-category-heading{
        font-size: 14px;
        margin-bottom: 1rem;
    }

}

@media(max-width: 575px){
    .event-category-header-right {
        overflow: hidden;
        max-height: 180px;
    }

    .txt-event-name, .txt-event-location, .txt-event-date {
        font-size: 14px;
    }
}

@media(max-width: 360px){
    #heading {
        padding-top: 5rem;
    }
    .event-card-container{ width: 100% }
    .event-card{width: 100%; height: 690px; align-items: center}
    .cnt-event-img img {width: 100%; height: 100%}
}

@media(max-width: 260px){
    .ttl-category-heading{
        font-size: 16vw;
    }

    .txt-category-heading{
        font-size: 8vw;
    }

    h2{ font-size:8vw !important; }

    .header{ position:relative }

    .bg-heading{
        height: unset;
        min-height: unset;
    }
    .txt-event-date{font-size:6vw}
    .txt-event-name{width:150px; font-size:6vw}
}