.nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav-tabs li {
    width: 100%
}

.nav-tabs li .nav-link {
    width: 100%;
    border: none;
    padding: 10px 0;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--text);
    border-bottom: 3px solid transparent;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, .1)
}

.nav-tabs li .nav-link:hover {
    border-color: transparent
}

.nav-tabs li .active {
    color: var(--white) !important;
    background: var(--primary-gdnt);
    border-color: var(--primary) !important
}

.tab-pane {
    padding: 30px 0 0;
    display: none
}

.tab-pane.active {
    display: block
}

.show-card {
    margin-bottom: 30px
}

.show-card:hover .show-overlay {
    background: var(--show-hover-oly)
}

.show-card:hover .show-bg img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.show-content {
    position: relative;
    margin-bottom: 8px
}

.show-bg {
    overflow: hidden;
    border-radius: 10px
}

.show-bg img {
    width: 100%;
    border-radius: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.show-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: var(--show-oly)
}

.show-time {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.show-time p {
    color: var(--white);
    font-size: 20px;
    margin-bottom: 7px;
    font-family: var(--sfamily)
}

.show-time h4 {
    color: var(--white);
    font-weight: var(--mweight)
}

.show-host {
    position: absolute;
    bottom: -30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.show-host li:nth-child(2),
.show-host li:nth-child(3) {
    margin-left: -25px
}

.show-host li a img {
    width: 60px;
    border-radius: 50%;
    border: 5px solid var(--white)
}

.show-meta {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner-1 {
    background: url(../../img/banner-home.png) no-repeat center;
    background-size: cover;
    overflow: hidden
}

.banner-oly {
    padding: 171px 0 171px;
    background: var(--primary-gdnt)
}

.banner-content {
    text-align: center
}

.banner-content h1 {
    -webkit-text-fill-color: #fff
}

.single-content h2 {
    font-size: 38px;
    margin-bottom: 10px;
    color: var(--white);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, .1)
}

@media (max-width:991px) {
    .single-content h2 {
        font-size: 38px
    }
}

.show-part {
    padding: 100px 0
}

live-part {
    padding: 20px 0;
}

@media (max-width:767px) {
    .banner-oly {
        padding: 60px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .banner-oly {
        padding: 80px 0
    }
}

@media (max-width:991px) {
    #show-menu {
        overflow-x: scroll
    }

    iframe {
        height: 388px;
    }

    .banner-content h1 {
        font-size: 42px;
        line-height: 46px
    }

    .nav {
        width: 800px
    }

    .nav-tabs li .nav-link {
        padding: 8px 0
    }

    #show-menu::-webkit-scrollbar {
        width: 12px;
        background-color: var(--white)
    }

    #show-menu::-webkit-scrollbar-thumb {
        border-radius: 30px;
        background: #aaa;
        border: 5px solid var(--light-white)
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .show-host li a img {
        width: 55px
    }
}