@import "https://fonts.googleapis.com/css?family=Raleway:400";
 
a:hover{
	color: #FA57A1!important;
 }
.card:hover{
	background-color: #212529 !important;
}
.video-details {
	display: inline-block;
	color: rgb(179 179 179 / 85%);
	font-size: 12px;
	font-weight: 500;
}
.video-card {
   object-fit: fill;
   display:none;
 }
.overlay-code {
    left: 0;
    top: 0;
    padding: 6px;
}
.pre_loading {
	display:none;
}
.thumb_preload {background:linear-gradient(110deg,#1c2029 8%,#2e3440 18%,#1c2029 33%);background-size:300% 100%;animation:1.5s shine linear infinite;}
   @keyframes shine{to{background-position-x:-300%}}
   @-moz-keyframes shine{to{background-position-x:-300%}}
   @-webkit-keyframes shine{to{background-position-x:-300%}}

@property --angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: true;
}
@property --gradX {
  syntax: '<percentage>';
  initial-value: 50%;
  inherits: true;
}
@property --gradY {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: true;
}
:root {
	--d: 1500ms;
	--angle: 90deg;
	--gradX: 100%;
	--gradY: 50%;
	--c1: #ff00bfff;
	--c2: #ff00bf1a;
}
.box {
	border: .25rem solid;
	border-image: conic-gradient(from var(--angle), var(--c2), var(--c1) 0.1turn, var(--c1) 0.15turn, var(--c2) 0.25turn) 30;
	animation: borderRotate var(--d) linear infinite forwards;
}
@keyframes borderRotate {
	100% {
		--angle: 420deg;
	}
}  
.lustwm {
	position:absolute;
	top:0px;
	left:0px;
	max-width:120px;
	max-height:30px;
}
@media (min-width: 576px) { 
   .lustwm {
	   	position:absolute;
		top:5px;
		left:5px;
	    max-width:100px;
		max-height:30px;
   }
}
@media (min-width: 992px) { 
   .lustwm {
	   	position:absolute;
		top:10px;
		left:5px;
	    max-width:160px;
		max-height:40px;
   }
   	.col-related {
		max-width: 320px;
	}
}
@media (min-width: 1200px) { 
   .lustwm {
	   	position:absolute;
		top:13px;
		left:5px;
	    max-width:160px;
		max-height:40px;
   }
}

@media (max-width: 576px) { 
    h4,h5 { 
        font-size: 4vw!important;
    }
	h6 { 
        font-size: 3.5vw!important;
    }
}