body {
    position: relative;
    font-family: 'Ubuntu condensed', Arial;
}
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 600px;
    display: block;
    background-image: linear-gradient(180deg, black, transparent);
    z-index: -1;
}
.spooler {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color:  rgb(244 67 54 / 80%);
    color: white;
    z-index: 10000;
    font-size: 2rem;
    font-weight: 200;
    display: none;
}
.spooler-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.secure {
    position: absolute;
    top: 5px;
    width: 75px;
}
.btn-check:checked+label:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #ffea00;
    left: 0;
    top: 50%;
    transform: translateY(-65%);
}
.imgvideo {
    transition: all .2s;
    cursor: pointer;
    position: relative;
    z-index: 0;
}
.imgvideo:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    border-radius: 0.5rem;
    z-index: 100;
}
.backgroundimg .imgview {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-top: 100%;
    max-width: 1000px;
    min-width: 350px;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.backgroundimg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 /60%);
    z-index: 1000;
    display: none;
}
.backgroundimg .close {
    font-size: 2rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 1;
    color: #ffffff;
    opacity: .6;
    cursor: pointer;
    transition: all .3s;
}
.backgroundimg .close:hover {
    opacity: 1;
}
.backgroundimg ul {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.5rem;
    height: 100%;
}
.backgroundimg ul li i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0 0 10px #000;
}
.backgroundimg ul li {
    width: 7%;
    height: 100%;
    color: #ffffff;
    opacity: .6;
    transition: all .3s;
    position: absolute;
    display: block;
    cursor: pointer;
    font-size: 2rem;
}
.backgroundimg ul li:hover {
    opacity: 1;
}
.left {
    left: 0;
}
.right {
     right: 0;
}
.notification {
    position: absolute;
    top: 200px;
    right: 0;
    z-index: 10000;
    max-width: 350px;
}
footer li a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
footer li a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.header .nav-link {
    color: white;
}
.header .border-end{
    border-color: rgba(255,255,255,.5) !important;
}
.star{
    background: #FFBB00;
    background: -webkit-linear-gradient(to bottom, #FFBB00 33%, #FFED4D 85%);
    background: -moz-linear-gradient(to bottom, #FFBB00 33%, #FFED4D 85%);
    background: linear-gradient(to bottom, #FFBB00 33%, #FFED4D 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nostar {
    background: #C9C9C9;
    background: -webkit-linear-gradient(to bottom, #C9C9C9 28%, #F5F5F5 69%);
    background: -moz-linear-gradient(to bottom, #C9C9C9 28%, #F5F5F5 69%);
    background: linear-gradient(to bottom, #C9C9C9 28%, #F5F5F5 69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.smallplayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 3rem;
    opacity: .5;
}
.smallplayer i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.smallplayer:hover{
    opacity: 1;
}
.rightvideotitle, .rightvideotitle:visited {
     font-size: 19px;
     font-weight: bold;
     margin-bottom: 5px;
     display: block;
 }

#carouselHeader{
    position: relative;
}
#carouselHeader:before, #carouselHeader:after {
    position: absolute;
    content: "";
    bottom: 80px;
    left: 15px;
    top: 36%;
    width: 71%;
    background: rgb(0 0 0 / 52%);
    z-index: 0;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 61%);
    -moz-box-shadow: 0 20px 15px #9B7468;
    box-shadow: 0 68px 30px rgb(0 0 0 / 61%);
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    transform: rotate(-6deg);
}
#carouselHeader:after {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    transform: rotate(6deg);
    right: 15px;left: auto;
}
.rightmenulastvideo{
    background-color: #f1f1f1;
    overflow: hidden;
}
.rightmenulastvideo h3 {
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #f00f00;
    margin-bottom: 10px;
    color: #000000;
}
.leftmenuScroll {
    height: 355px;
    overflow: hidden;
}
.leftmenu a {
    font-size: .85rem;
    color: #666666;
    text-decoration: none;
}
.leftmenu li:hover {
    display: block;
    padding-left: 3px;
    background: rgba(0,0,0,0) linear-gradient(90deg, rgb(180,180,180) 13%, rgb(255,255,255) 62%) repeat scroll 0 0;
}
.leftmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-link.active, .active > .page-link {
    background-color: #ff0000;
    border-color: #ff0000;
}
.page-link {
    color: #6c757d;
    font-size: .75rem;
}
.player{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}


a.player-button {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border-radius: 100%;
    z-index: 1;
    box-shadow: 0 0 15px rgb(0 0 0 / 50%);
}
a.player-button:hover {
    box-shadow: 0 0 31px rgb(255 0 0);
}
a.player-button:before,
a.player-button:after {
    content: '';
    position: absolute;
}
a.player-button:before {
    top: 50%;
    left: 50%;
    transform: translate(-37%, -50%);
    width: 0;
    height: 0;
    border-top: 20px solid white;
    border-bottom: 20px solid white;
    border-left: 40px solid transparent;
    box-shadow: 0px 0px 0px 9999px #fff;
    z-index: -1;
    opacity: .4;
}
a.player-button:before, a.player-button:after {
    content: '';
    position: absolute;
}

a.player-button:hover:before {
    box-shadow: 0px 0px 0px 9999px white;
    border-top: 20px solid white;
    border-bottom: 20px solid white;
    opacity: 1;
}


a.player-button:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.leftmenu h3 {
    font-size: 20px;
    font-weight: bold;
    color: #f00f00;
    margin: 30px 0 10px 15px;
}
.titlemenucategory {
    color: #ffffff !important;
    background-color: #f00f00;
    height: 47px;
    line-height: 47px;
    padding-left: 30px;
    margin: auto 0 24px 0 !important;
    border-bottom-right-radius: 5px;
    position: relative;
}
#carouselHeader {
    min-height: 400px;
}
.carousel-caption {
    position: absolute;
    right: 0;
    top: 1.25rem;
    left: 55%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    z-index: 1;
}
.carousel-caption p {
    padding-right: 15%;
    z-index: 1;
}
.bgslider {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 60%;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 1;
}
.carousel-item {
    height: 400px;
    z-index: 1;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 1rem;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 1rem;
    list-style: none;
    width: 150px;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #f00;
}
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
}
.header-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(102deg, transparent 26%, black 49%);
    z-index: 1;
}
.slider_title {
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #a90000;
    padding-bottom: 3px;
    margin-bottom: 20px;
}
.logo-header {
    max-width: 280px;
}

.font-12 {
    font-size: 12px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-19 {
    font-size: 19px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-36 {
    font-size: 36px !important;
}
.font-48 {
    font-size: 48px !important;
}
.font-52 {
    font-size: 52px !important;
}
.font-72 {
    font-size: 72px !important;
}
.font-weight-bold
{
    font-weight: 600;
}
.font-weight-bolder
{
    font-weight: 700;
}
.font-weight-extrabold
{
    font-weight: 900;
}
.font-weight-medium
{
    font-weight: 500;
}
.font-weight-normal
{
    font-weight: 400;
}
.font-weight-light
{
    font-weight: 300;
}
.font-weight-lighter
{
    font-weight: 100;
}

@media (max-width: 440px) {
    .font-sm-12 {
        font-size: 12px !important;
    }
    .font-sm-14 {
        font-size: 14px !important;
    }
    .font-sm-16 {
        font-size: 16px !important;
    }
    .font-sm-18 {
        font-size: 18px !important;
    }
    .font-sm-20 {
        font-size: 20px !important;
    }
    .font-sm-24 {
        font-size: 24px !important;
    }
    .font-sm-28 {
        font-size: 28px !important;
    }
    .font-sm-32 {
        font-size: 32px !important;
    }
    .font-sm-36 {
        font-size: 36px !important;
    }
    .font-sm-48 {
        font-size: 48px !important;
    }
    .font-sm-52 {
        font-size: 52px !important;
    }
}