<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-video-slider {
    max-width: 1100px;
    margin: 0 auto;
}

.video-slide {
    text-align: center;
    padding: 10px;
}

.video-thumbnail {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px;
}

.slick-prev, .slick-next {
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    border: none;
    cursor: pointer;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}
.duration {
	position: relative;

}
.duration h4 {
	position: absolute;
	bottom: 20px;
	right: 10px;
	color: #c0c0c0 !important;
	font-size: 14px;
}
.custom-video-slider .slick-arrow:hover, .custom-video-slider .slick-arrow:focus {
	background: #000;
}
.custom-video-slider .slick-arrow::before {
	display: flex;
	text-align: center;
	justify-content: center;
}
.custom-video-slider .slick-dots li.slick-active button::before {opacity: 1;color: #c30300;}
.custom-video-slider .slick-dots li button::before {font-size: 12px;}
.asian_temp .custom-video-slider .slick-dots li button::before {color: #fff}

.vimeo-video {
    width: 100%;
    height: 100%;
    border: none;
}


/* video popup */

.video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.video-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    width: 500px;
    
    text-align: center;
    border-radius: 8px;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 40px;
    cursor: pointer;
    color: red;
}

#upgradePlan {
/*    font-weight: bold;*/
}

#upgradePlan button {
    background: red;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 10px;
    cursor: pointer;
}

.free-video-text {
	text-align: center;
}
.free-video-btn {
	margin-top: 50px;
}
.free-video-btn a {
	border: none;
	padding: 14px 20px;
	background-color: #ce0000;
	padding-left: 40px;
	padding-right: 40px;
	color: #FFF;
	text-decoration: none;
	border-radius: 2rem;
	text-transform: uppercase;
	font-weight:400;
}
.free-video-btn a:hover {color:#FFF !important;}
.asian_free_type .free-video-text h3 {
    color: #fff !important;
} 
.free-video-text h3 {
	color: #222222 !important;
	font-size: 25px;
	font-weight: 600;
} 

.bk-text h3 {
	color: #FFF;
}
.bk-text p {
	font-weight: 400;
}
a {
	text-decoration: none;
}
@media(max-width:767px){
	.free-video {
	margin-bottom: 40px;
}
	
}
@media(min-width:768px){
.free-video {
	display: flex;
}
.video-sec {
	width: 50%;
}
.video-txt {
	width: 50%;
}
}</pre></body></html>