.loader{
display: none;
width: 100vw;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--secondary-color);
}
body {
	padding-right: 0 !important;
}
.h-400 {
	height: 400px;
}
.loading .loader {
display: block;
}
.loaded .loader {
display: none;
}
.loader {
position: relative;
display: inline-block;
margin: 0 auto;
cursor: wait;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.loader-pacman {
margin: 0 auto !important;
width: 18em;
height: 0.75em;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%);
background: repeating-radial-gradient(white, white 0.2em, transparent 0.2em, transparent 100%);
background-size: 0.8em 0.8em;
-webkit-animation: pac-dots 5s linear infinite;
        animation: pac-dots 5s linear infinite;
}
#toggle:checked ~ #sect .loader-pacman {
filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3));
}
.loader-pacman:before, .loader-pacman:after {
content: "";
display: block;
position: absolute;
left: 0;
top: -0.615em;
width: 1em;
height: 1em;
border-radius: 50%;
border: 1em solid var(--red);
}
.loader-pacman:before {
border-color: transparent var(--red) var(--red) transparent;
-webkit-animation: pac-top 0.5s linear infinite alternate;
        animation: pac-top 0.5s linear infinite alternate;
}
.loader-pacman:after {
border-color: var(--red) transparent transparent var(--red);
top: auto;
bottom: -0.615em;
-webkit-animation: pac-bot 0.5s linear infinite alternate;
        animation: pac-bot 0.5s linear infinite alternate;
}

@-webkit-keyframes pac-dots {
to {
  background-position: -200% 0;
}
}

@keyframes pac-dots {
to {
  background-position: -200% 0;
}
}
@-webkit-keyframes pac-move {
to {
  width: 1em;
}
}
@keyframes pac-move {
to {
  width: 1em;
}
}
@-webkit-keyframes pac-top {
from {
  transform: rotate(45deg);
}
to {
  transform: rotate(105deg);
}
}
@keyframes pac-top {
from {
  transform: rotate(45deg);
}
to {
  transform: rotate(105deg);
}
}
@-webkit-keyframes pac-bot {
from {
  transform: rotate(45deg);
}
to {
  transform: rotate(-15deg);
}
}
@keyframes pac-bot {
from {
  transform: rotate(45deg);
}
to {
  transform: rotate(-15deg);
}
}
 
/* slider style */
.slider {
	width: 100%;
	height: 600px;
	position: relative;
}
.slider_inner{
  width: 100%;
	height: 450px;
	position: relative;
}
.slider__box iframe {
	border: 0;
	height: 100vw;
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	left: 50% !important;
	top: 100px !important;
}
.slider-top-text {
	position: absolute;
	color: #fff;
	left: 100px;
	bottom: 100px;
	max-width: 600px;
	text-align: center;
}

.slider-top-text h1 {
	font-size: 5rem;
	font-size: clamp(3rem, 3.5rem + 1.2vw, 5rem);
	color: var(--primary-color);
	position: relative;
	font-weight: 300;
	z-index: 999;
	letter-spacing: 5;
	line-height: 80px;
	text-transform: uppercase;
}
.slider-top-text h3 {
	font-size: 2rem;
	font-size: clamp(1rem, 1rem + 1.2vw, 4rem);
	margin-top: var(--margin-s);
  font-weight: var(--font-weight);
  color: var(--primary-color);
}
.button_slider:hover {
	color: #fff;
	background: #f33;
}
@media (max-width:1366px){
  .slider{
    height: 400px;
  }

}
@media (max-width:1200px){
  .slider{
    height: 350px;
  }
}



@media (max-width:992px){
  .slider__box iframe {
    top: 180px !important;
  }
  .slider-top-text {
    max-width: 400px;
    text-align: center;
  }
  .slider-top-text h3 {
    font-size: 17px;
    margin-top: var(--margin-s);
    font-weight: var(--font-weight);
  }
  .slider-top-text h1 {
    font-size: 45px;
    font-weight: var(--font-weight);
    line-height: 50px;
  }
}
@media (max-width:680px){
  .slider-top-text {
    left: 5vw;
    bottom: 5vh;
  }

  .slider-top-text h1 {
    font-size: 5rem;
    font-size: clamp(2rem, 3rem + 1.1vw, 1rem);
    letter-spacing: -1px;
    line-height: 60px;
    text-transform: uppercase;
  }
}
@media (max-width:560px){
  .slider{
    height: 200px;
  }
  .slider__box iframe {
    top: 100px !important;
  }
}
@media (max-width:420px){

  .slider-top-text h1 {
    font-size: 25px;
  }
  .slider-top-text h3 {
    font-size: 15px;
  }
  .slider-top-text {
    left: 5vw;
    bottom: 3vh;
  }

}


.slider .slider__item , .slider__box{
width: 100%;
height: 100%;
align-items: center;
}
.slider .slider__item .slider_img{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.slider .slider__item .slider_img img{
position: absolute;
min-width: 100%;
min-height: 100%;
max-width: 100%;
max-height: 100%;
left: 0;
top: 0;
object-fit: cover;
}
.slider .slider__item .slider_text_box {
max-width: 515px;
padding-top: calc(var(--margin-l) + var(--margin-l));
}
.slider .slider__item h2{
font-size: 5rem;
font-size: clamp(5rem, 4.7rem + 1.5vw, 6.5rem);
color: var(--primary-color);
position: relative;
font-weight: 300;
z-index: 999;
letter-spacing: -8px;
line-height: 76px;
text-transform: uppercase;
text-align: center;
}
.slider .button_slider {
	width: min(760vw , 350px);
	margin-top: 10px;
	height: 60px;
	font-size: 1.5rem;
}
.slider .button_slider a {
	color: var(--primary-color);
	font-size: 1.5rem;
	font-size: clamp(1rem, 1.4rem + 0.25vw, 1.5rem);
	text-decoration: none;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: right;
	font-family: Calibri;
}

/* section two
links_quick section */
.links_quick {
	width: 100%;
	background-color: var(--black);
	height: 76px;
	position: relative;
	z-index: 2;
}
.list_links_quick{
height: 100%;
max-width: 1500px;
width: 100%;
margin: 0 auto;
align-items: center;
}
.list_links_quick .item_link_quick{
margin: 0 var(--margin-s);

}
.list_links_quick .item_link_quick a{
text-decoration: none;
color: var(--primary-color);
letter-spacing: 0px;
line-height: 26px;
text-transform: uppercase;
font-size: 0.6875rem;
font-size: clamp(0.6875rem, 0.6625rem + 0.125vw, 0.8125rem);
}


/* section three */
.sec_3{
background-color: var(--secondary-color);
padding-top: var(--margin-l);
padding-bottom: calc( 2 *  var(--margin-l));
}
.sec_3 .live_Video{
justify-content: space-between;
/* height: 420px; */
}
.sec_3 .live_Video_img{
flex:0 0 calc(50% - var(--margin-m));
max-width: 750px;
height: 100%;
overflow: hidden;
}
.sec_3 .live_Video_img img{
width: 100%;
height: 100%;
object-fit: cover;
}
@media (max-width:1460px){
.sec_3 .live_Video_img {  max-width: 47%;}
}
@media (max-width:1460px){
.sec_3 .live_Video_img {  max-width: 40%;}
}
.sec_3 .text_box{
flex: 0 0 calc(50% - var(--margin-m));
order: -2;
align-items: start;
}
.sec_3 .text_box h3{
font-size: 2.375rem;
font-size: clamp(2.375rem, 2.3125rem + 0.3125vw, 2.6875rem);
line-height: 44px;
text-transform: uppercase;
color: #ffffff;
font-family: "Myriad Pro";
font-weight: normal;
margin: 0;
}
.sec_3 .text_box p{
margin-top: var(--margin-m);
width: 502px;
height: 90px;
line-height: 30px;
font-size: 1rem;
font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
color: var(--primary-color);
font-family: "Calibri";
display: -webkit-box;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.sec_3 .bottom_box{
	margin-top: calc(  var(--margin-s))
}
.sec_3 .bottom_box .button__style{
width: 142px;
height: 49px;
}
.sec_3 .bottom_box .button__style a{
font-size: 0.6875rem;
font-size: clamp(0.6875rem, 0.6625rem + 0.125vw, 0.8125rem);
letter-spacing: 1px;
line-height: 16px;
color: var(--primary-color);
text-align: center;
text-decoration: none;
}
.sec_3 .bottom_box .buttom_right{
background-color: transparent;
border: 2px solid var(--perpul);
margin-inline-start: var(--margin-m);
}

.list_item_video_box{
margin-top: calc(3 * var(--margin-s));
max-width: 1200px;
/* margin-right: auto;
margin-left: auto; */
}
.list_item_video_box_inner{
  margin-top: calc(  var(--margin-s));
  max-width: unset !important;
  margin-right: unset;
  margin-left: unset;
}

@media (max-width:1200px){
.list_item_video_box{display: block;padding: 0 2rem;}
.list_item_video_box .item_video_box{margin-top: 40px;}
}
.list_item_video_box .item_video_box {
margin-inline-end: calc(var(--margin-m) - 5px);
margin-inline-start: 5px;
flex: 0  0 30%;
max-width: 372px;
text-align: center;
border-radius: 10px;
background: #13171b;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
position: relative;
margin-bottom: calc((2 * var(--margin-l)) - 10px);
}
.list_item_video_box .item_video_box .avatar{
width: 65px;
height: 65px;
border-radius: 50%;
overflow: hidden;
position: absolute;
top: -35px;
inset-inline-start: var(--margin-s);
}
.list_item_video_box .item_video_box .avatar img{
width: 100%;
height: 100%;
}
.list_item_video_box .item_video_box .honors{
position: absolute;
inset-inline-end: 5px;
top: 10px;
}
.modal-disable{opacity: 50%;}
.list_item_video_box .item_video_box .honors >div{
margin-bottom: 3px;
}
.list_item_video_box .item_video_box .honors img{
width: 25px;
height: 25px;
vertical-align: middle;
margin-inline-start: 5px;
}
.list_item_video_box .item_video_box .honors span{
font-size: 0.625rem;
font-size: clamp(0.625rem, 0.6rem + 0.125vw, 0.75rem);
line-height: 30px;
color: var(--primary-color);
font-weight: bold;
font-family: "Calibri";
}
@media (min-width: 992px){
.flickity-prev-next-button.previous {
left: -10px;
}
.flickity-prev-next-button.next {
right: -10px;
}
}
.qwer { height: 75px; display: flex; align-items: center;}
.list_item_video_box .item_video_box .img_box {
	width: 100%;
	height: 210px;
	overflow: hidden;
	transition: none;
	border-radius: 10px 10px 0 0;
}
.list_item_video_box .item_video_box .icon__play, img.video-thumbnail.poster_video{position: relative;}
.list_item_video_box .item_video_box .icon__play:before{content: '';background: url('/uploads/assets/img/play.png');position: absolute;left: 50%;transform: translate(-50% , -50%);top: 50%;width: 85px;height: 85px;opacity: 0.722;filter: brightness(0) invert(1);z-index: 999;}
.list_item_video_box .item_video_box .item_slider_img{width: 100%;height: 100%;}
.list_item_video_box .item_video_box .img_box img, .list_item_video_box .item_video_box .img_box video, .list_item_video_box .item_video_box .img_box iframe, .list_item_video_box .item_video_box .img_box .item_slider_img > div {
	/* width: 100%; */
	height: 100%;
	max-width: 100000%;
	object-fit: cover;
}
.list_item_video_box .item_video_box .little-img { width: 100%; height: 100%; }
.list_item_video_box .item_video_box .little-img img {
	
border-radius: 50%;
}
.list_item_video_box .item_video_box h2 {
	margin-top: var(--margin-s);
	/* font-size: 1.3125rem; */
	font-size: clamp(1.3125rem, 1.2625rem + 0.25vw, 1.5625rem);
	letter-spacing: 1px;
	color: var(--primary-color);
	text-align: start;
	font-weight: normal;
	line-height: normal;
	min-height: 20px;
}
.list_item_video_box .item_video_box h3 {
padding-top: 20px;
font-size: 1rem;
font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
line-height: 100px;
color: #ffffff;
font-weight: bold;
font-family: "Calibri";
text-align: start;
padding-inline-start: var(--margin-s);
}
.list_item_video_box .item_video_box h3 img{
vertical-align: middle;
width: 20px;
height: 20px;
margin-inline-start: -5px;
}
.list_item_video_box .item_video_box h3 span{
color: #a0a0a0;
font-size: 0.625rem;
font-size: clamp(0.625rem, 0.6rem + 0.125vw, 0.75rem);
margin-inline-start: 5px;
}
.list_item_video_box .item_video_box p {
color: #fff;
font-size: 14px;
line-height: 1.6;
text-align: left;
}
.list_item_video_box .item_video_box h4 {
color: #fff;
padding: 10px 0;
font-size: 20px;
text-align: left;
}
.list_item_video_box .item_video_box .marvel{
padding: 0 var(--margin-s);
border-bottom: 1px solid #363636;
}
.list_item_video_box .item_video_box .editor-vote{padding-inline-start: var(--margin-s);padding-inline-end: var(--margin-s); padding-bottom: calc(var(--margin-m) + 6px);}
.list_item_video_box .item_video_box .vote__box {
	padding-inline-start: var(--margin-s);
	padding-inline-end: var(--margin-s);
	padding-bottom: calc(var(--margin-s));
	justify-content: space-between;
}
.list_item_video_box .item_video_box .editor-vote h4{
	font-size: 0.75rem;
	font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--primary-color);
	font-weight: normal;
	text-align: center;
}
.list_item_video_box .item_video_box .vote__box h4{
	font-size: 0.5rem;
	font-size: clamp(0.5rem, 0.625rem + 0.125vw, 0.875rem);
	letter-spacing: 0px;
	text-transform: uppercase;
	color: var(--primary-color);
	font-weight: normal;
	text-align: center;
}
.list_item_video_box .item_video_box .vote__box .vote-star {
	width: 35px;
	display: inline-block;
}
.list_item_video_box .item_video_box .vote__box .vote-star .svg {
	max-width: 1000%;
	width: 100%;
}
.list_item_video_box .item_video_box .vote__box .vote-text {
	color: #959595;
	padding-left: 3px;
	padding-top: 2px;
	letter-spacing: 0px;
	font-size: 14px;
}
.list_item_video_box .item_video_box  .vote__box .no__vote .vote-text {
	color: #3954d9 !important;
	font-size: 18px !important;
	font-weight: 600;
	padding-top: 7px !important;
}
.list_item_video_box .item_video_box .vote__box .voted .vote-text {
	padding-top: 10px !important;
}

.list_item_video_box .item_video_box .vote__box .vote-text span {
	display: block;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 19px;
}
.list_item_video_box .item_video_box .vote__box .vote-text strong {
	font-size: 20px;
	letter-spacing: -1px;
	color: #fff;
	margin-right: 1px;
}

.list_item_video_box .item_video_box .vote__box .vote-text .vote__users{
	font-size:12px ;
	color: #888888;
}

.list_item_video_box .item_video_box .vote__box .rate {
	display: flex;
	margin-left: 0px;
	cursor: pointer;
	transition: all 0.5s;
	padding: 0px 10px;
	border-radius: 5px;
}
.list_item_video_box .item_video_box .vote__box .rate:hover {
	background: #f4617129;
	box-shadow: 0 0 0 #fff;
}


.list_item_video_box .item_video_box .btn {
color: #fff;
border: none;
outline: none;
background: var(--perpul);
border-radius: 20px;
width: 143px;
height: 40px;
display: inline-block;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
margin: 5px auto 0 auto;
text-align: center;
position: absolute;
bottom: -20px;
left: 50%;
transform: translateX(-50%);
}
.list_item_video_box .item_video_box .btn a{
font-size: 0.875rem;
font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
letter-spacing: 0px;
text-transform: uppercase;
color: var(--primary-color);
font-weight: bold;
font-family: "Calibri";
text-align: center;
text-decoration: none;
}
.list_item_video_box .item_video_box .btn:hover {
letter-spacing: 1px;
}
.c_red{
color: var(--red);
font-weight: bold;
font-family: "Calibri";
font-size: 0.75rem;
font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
margin-inline-end: var(--margin-s);
}
.c_red span{margin-inline-end: 5px;}
.list_item_video_box .item_video_box .description {
	margin-top: var(--margin-s);
	height: 100px;
	font-size: 14px;
	letter-spacing: 0px;
	color: var(--primary-color);
	font-weight: 300;
	font-family: "Lato";
	/* display: -webkit-box; */
	/* text-overflow: ellipsis; */
	/* -webkit-box-orient: vertical; */
	-webkit-line-clamp: 4;
	overflow: auto;
}
.list_item_video_box .item_video_box .rate .checked {
color: var(--red);
}



/* style sec-4
your project */
.sec_4{position: relative;}
.sec_4 .right_red_box{
width: 100%;
height: 350px;
background-color: #ff3347;
order: -2;
}
@media (min-width:1500px){
.sec_4 .blue_box{
max-width: 844px;
}
.sec_4 .right_red_box{width: 450px;}

}

@media (min-width:992px){
.sec_4{
height: 447px;
background-color: var(--perpul);
}
.sec_4 .right_red_box{
max-width: 452px;
height: 100%;
background-color: #ff3347;
position: absolute;
inset-inline-end: 0;
z-index: 9;
order: -2;
}
.sec_4 .blue_box{
max-width: 70%;
}
.sec_4 .right_red_box{
width: 30%;}
}
.sec_4 .right_red_box h4{
font-size: 1.625rem;
font-size: clamp(1.625rem, 1.575rem + 0.25vw, 1.875rem);
letter-spacing: 1px;
text-transform: uppercase;
color: #ffffff;
font-weight: bold;
font-family: "Calibri";
}
.sec_4 .right_red_box img{
width: 300px;
height: 245px;
}

.sec_4 .blue_box{
padding-top: var(--margin-l);
background-color: var(--perpul);
}
.sec_4 .blue_box h2 , .sec_4 .blue_box h3{
font-size: 2.375rem;
font-size: clamp(2.375rem, 2.3125rem + 0.3125vw, 2.6875rem);
letter-spacing: -1px;
line-height: 57px;
text-transform: uppercase;
color: var(--primary-color);
font-weight: normal;
}
.sec_4 .blue_box p{
margin-top: var(--margin-m);
font-size: 1.125rem;
font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
letter-spacing: 0px;
line-height: 28px;
color: var(--primary-color);
}
.sec_4 .blue_box .button__style{
width: 150px;
height: 52px;
margin-left: auto;
margin-top: var(--margin-l);
}
.sec_4 .blue_box .button__style a{
font-size: 0.875rem;
font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
letter-spacing: 1px;
line-height: 19px;
text-transform: uppercase;
color: var(--primary-color);
text-align: center;
text-decoration: none;
}


/* style section five 
editor_section */
.editor_section {
	background-color: var(--secondary-color);
	padding-top: calc((2 * var(--margin-m)) - 10px);
	padding-bottom: calc( 2 * var(--margin-s));
}
.editor_section h2{
font-size: 1.625rem;
font-size: clamp(1.625rem, 1.575rem + 0.25vw, 1.875rem);
line-height: 100px;
text-transform: uppercase;
color: var(--primary-color);
font-weight: bold;
font-family: "Calibri";
text-align: center;
}

.editor_section .list_item_video_box{margin-top: calc(2 * var(--margin-l));}



@media (max-width:992px){
 
.slider .slider__item .slider_text_box {
max-width: 350px;
padding-top: 100px;
margin: 0 auto!important;
}
.slider .slider__item h2 {
font-size: 3.5rem;
font-size: clamp(3.5rem, 3.3rem + 1vw, 4.5rem);
color: var(--primary-color);
position: relative;
font-weight: 300;
z-index: 999;
letter-spacing: -2px;
line-height: 59px;
text-transform: uppercase;
text-align: center;
}
.slider .button_slider{height: 60px;}
.slider .button_slider a{line-height: 60px;font-size: 1rem; font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);}
.list_links_quick{margin-inline-start: 30px;}
.list_links_quick .item_link_quick a{font-size: 12px;}
.list_links_quick .item_link_quick {margin: 0; margin-inline-end: var(--margin-m);}
}
@media (max-width:1045px){
.sec_3 .live_Video{
height: fit-content;
}
.sec_3 .live_Video_img {
max-width: 100%;
flex: 0 0 100%;
order: -3;
margin-bottom: 20px;
align-self: center;
height: fit-content;
/* height: 300px; */

}
#footer{
height: fit-content;
}
#footer .footer_col {
flex: 1 1 0%;
width: 100%;
flex: 0 0 100%;
margin-bottom: 10px;
}
.sec_4 .container{
max-width: 100% !important;
width: 100%;
padding: 0 2rem 2rem 2rem;
margin: 0 !important;
background-color: var(--perpul);
}
.sec_4 .blue_box{text-align: center;}
.sec_4 .blue_box .button__style{margin: 30px auto 0 auto;}
.sec_3 .text_box{flex:0 0 100%}
.sec_3 .text_box p {max-width: 100%;width: 100%;}
}


.label_ribbon {
	position: absolute;
	top: 80px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	/* box-shadow: 0 0 5px #ff0000; */
	filter: drop-shadow(-4px 5px 6px rgba(0, 0, 0, 0.8));
}
.label_ribbon span{
font-size: 12px;
letter-spacing: 0px;
color: #ffffff;
font-weight: 300;
font-family: "Calibri";
position: relative;
z-index: 999;
display: inline-block;
margin-top: 14px;
}
.ribbon-2 {
--f: 10px; /* control the folded part*/
--r: 15px; /* control the ribbon shape */
--t: 10px; /* the top offset */

position: absolute;
inset: var(--t) calc(-1 * var(--f)) auto auto;
padding: 0 10px var(--f) calc(10px + var(--r));
clip-path: polygon(
0 0,
100% 0,
100% calc(100% - var(--f)),
calc(100% - var(--f)) 100%,
calc(100% - var(--f)) calc(100% - var(--f)),
0 calc(100% - var(--f)),
var(--r) calc(50% - var(--f) / 2)
);
background: var(--perpul);
box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005;
transform: rotate(180deg);
width: 150px;
height: 32px;
inset-inline-start: -9px;
top: 0px;
}

.internal-wiki svg{margin: 0 !important;}
.internal-wiki path{fill: white;}

@media (max-width:992px){
.home__page .list_item_video_box .item_video_box{width: 49%; opacity: 0.5;}
.home__page .list_item_video_box .item_video_box.is-selected{opacity: 1;}
.home__page .list_item_video_box .item_video_box .editor-vote {padding-bottom: var(--margin-l);padding-top: 10px;}
.home__page .list_item_video_box .item_video_box .description{max-width: 98%;}
.slider .slider__item .slider_text_box{padding-top: 80px;}
.slider  .button_slider{margin-top: 10px;}
.home__page .list_item_video_box {height: 850px;}
}

.flowplayer .fp-embed {
display: none;
}


.carousel_img .flickity-button{background: transparent;color: var(--perpul);}
.carousel_img .flickity-prev-next-button.previous{left: 0px;}
.carousel_img .flickity-prev-next-button.next{right: 0;}

.video-container {
position: relative;
width: 100%;
}
.video-thumbnail {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.play-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80px;
height: 80px;
background: url('PATH_TO_PLAY_ICON') no-repeat center;
background-size: 60%;
border: none;
outline: none;
cursor: pointer;
}
.fixed{
position: fixed;
top: 0;
width: 100%;
z-index: 1049;
}
.flickity-viewport , .flickity-slider{height: 100% !important;}
.slider .flickity-prev-next-button{ background-color: transparent; color: var(--perpul);}
.slider .flickity-prev-next-button.previous{left: 30px;}
.slider .flickity-prev-next-button.next{right: 30px;}
.flickity-page-dots {
bottom: 2px;
left: 0;
background-color: transparent;
}
.flickity-page-dots .dot {
width: 20px;
height: 5px;
margin: 0 4px;
background: var(--perpul);
border-radius: 10px !important;
}
.slider .flickity-page-dots{bottom: 10px;}

@media (max-width:678px){
  .slider .button_slider {
    width: fit-content;
    padding: 0 1rem;
    height: 40px;
    font-size: 1.2rem;
  }
  .slider .button_slider a{line-height: 40px;}
  .home__page .list_item_video_box .item_video_box{width: 99%;}
  .home__page .list_item_video_box .item_video_box .marvel{margin: 0 auto;width: 97%;}
  }
  
  .rating-stars {
      /* unicode-bidi: bidi-override; */
      /* direction: rtl; */
      /* cursor: pointer; */
      color: #aaa;
    
  }
  
  .open-star {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2em;
    cursor: pointer;
    transition: all 0.4s;
  }
  .open-star:hover {
    transform: scale(1.4) rotate(180deg);
  }
  .open-star:hover :after {

    color: var(--red);
  }
  .open-star:before {
    content: '☆';
    position: relative;
    transition: all 0.4s ease-in;
  }
  
  .rating-stars .open-star:before {
    text-align: center;
    padding: 0 .1em;

  }
  .rating-stars .open-star:after,
  .rating-stars .open-star.users-rating:after,
  .rating-stars .open-star.users-rating ~ .open-star:after {
    content: '★';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    color: var(--secondary-color);
  }
  .rating-stars .open-star.lit:after,
  .rating-stars .open-star.users-rating:after,
  .rating-stars .open-star.users-rating ~ .open-star:after {
    color: var(--red);
  }
  
  .rating-stars .open-star.users-rating:after,
  .rating-stars .open-star.users-rating ~ .open-star:hover .open-star:hover :after {
    color: var(--red);
  }
  
  .rating-stars .open-star.half-lit:after {
    content: '★';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50%;
    padding: 0 .1em;
    color: var(--red);
    overflow: hidden;
    unicode-bidi: bidi-override;
    direction: ltr;
  }
  .list_item_video_box .item_video_box  h5 {
      color: #fff;
      background-color: #3954d9;
      padding: 5px;
      width: 100%;
      margin: 10px 0;
  }

  

/* banner */
.sec_1.bannner {
  width: 100%;
  height: 360px;
  overflow: hidden;
  background-color: var(--secondary-color);
}
.sec_1.bannner img{
  aspect-ratio: 1920/360;
  height: 100%;
  object-fit: cover;
}


/* style profile section */
.sec_2{ background-color:black;}
.sec_2 .profile_box{
  padding: 2rem 0;
  align-items: center;
}
.sec_2 .profile_box .profile_box_img{
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}
.sec_2 .profile_box .profile_box_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_2 .profile_box .details_profile {
	margin-inline-start: var(--margin-m);
	margin-top: 10px;
	padding-right: 60px;
}
.sec_2 .profile_box .details_profile h4{
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.65rem + -0.125vw, 1.625rem);
  color: var(--black);
  font-weight: bold;
  font-family: "Lato";
  color: var(--primary-color);
}

.sec_2 .profile_box .details_profile .profile-description {
	margin-top: 8px;
	color: #a0a0a0;
  font-weight: 600;
	/* font-weight: bold; */
}

/* tabs style  */
.sec_3{ background-color: var(--secondary-color);}
.tab_box .list-tabs li{ margin-inline-end: var(--margin-l);}
.tab_box .list-tabs li a {
	font-size: 1.125rem;
	font-size: clamp(1.1rem, 1.1rem + -0.125vw, 1.25rem);
	font-weight: normal;
	font-family: "Myriad Pro";
	color: var(--primary-color);
	letter-spacing: 1;
	transition: 03.s;
  opacity: 50%;
}
.tab_box .list-tabs li a:hover, .tab_box .list-tabs li.active a{
  opacity: 100%;
}
.tabs__content {
	margin-top: var(--margin-m);
	background-color: #2c313b;
	padding: 2.5rem 0;
	border-top: 1px solid #4f4f4f;
}

.item-tabs__pane {
  display: none;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: start;
  transition: .3s
} 
.item-tabs__pane.show {
  display: block ;
}

.tabs__content .carousel__videos{
  min-height: 263px;
  width: 100%;
}
.tabs__content .carousel__videos_two{ width: calc(100% - 22.8%);}
.tabs__content .box_video{
  position: relative;
  width: 24.2%;
  min-height: 263px;
  max-width: 360px;
  margin-inline-end: var(--margin-s);
  border-radius: 5px;
  overflow: hidden;
  justify-content: space-between;
}

.tabs__content .carousel__videos_two .box_video{
  width: 33%;
}
.tabs__content .box_video .img_box{
  height: 202px;
  border-radius: 5px;
  overflow: hidden;
}
.tabs__content .box_video .img_box img{
  aspect-ratio: 360/202;
  object-fit: cover;
  height: 100%;
}
.tabs__content .box_video a{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.tabs__content .box_video h2 {
  margin-top: var(--margin-s);
  font-size: clamp(1.3125rem, 1.2625rem + 0.25vw, 1.5625rem);
  letter-spacing: 1px;
  color: var(--primary-color);
  text-align: start;
  font-weight: normal;
  line-height: normal;
}
.tabs__content .box_video .details_item {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
.tabs__content .box_video .c_red{
  color: var(--red);
  font-weight: bold;
  font-family: "Calibri";
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
  margin-inline-end: var(--margin-s);
}
.tabs__content .box_video .c_red span{margin-inline-end: 5px;}
.tabs__content .box_video.uploads_file {
	width: 21% !important;
	border: 2px dashed #748099;
	padding: 0.5rem;
	margin-inline-start: 0;
}
.tabs__content .box_video.uploads_file .img_box{
  font-size: 3rem;
  background-color: var(--secondary-color);
  color: var(--perpul);
  height: 100px;
}
.img_box input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.tabs__content .box_video.uploads_file textarea , .tabs__content .box_video.uploads_file input{
  outline: none;
  padding: 5px;
  margin-bottom: var(--margin-s);
}
textarea {
  resize: none;
}
.tabs__content .box_video.uploads_file textarea{
  height: 80px;
}
.tabs__content .box_video.uploads_file .youtubeBox{
  height: 50px;
}
.tabs__content .box_video.uploads_file input{
  height: 40px;
}
.tabs__content .box_video.uploads_file button {
	height: 30px;
	background: #2c313b;
	color: white !important;
	/* font-size: 0.875rem; */
	font-size: clamp(0.875rem, 1.025rem + -0.125vw, 1rem);
	cursor: pointer;
	border: none;
	transition: all 0.5s;
}
.tabs__content .box_video.uploads_file button:hover {
	background: #333f57 !important;
	color: #fff;
}
.tabs__content .box_video .descriptoin_idea{
  color: var(--primary-color);
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 1.025rem + -0.125vw, 1rem);
  text-align: justify;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
/* .sec_3 .flickity-prev-next-button{top: 38%;}
.sec_3 .flickity-prev-next-button.next{right: -20px;}
.sec_3 .flickity-prev-next-button.previous{left: -20px;} */

/* contact us style */
.item-tabs__pane .contact_form{width: 100%;justify-content: space-evenly;}
.item-tabs__pane .comboboxStyle{width: 20%;}
.item-tabs__pane .comboboxStyle label{
  color: var(--primary-color);
  font-size: 1.3rem;
  font-size: clamp(1.3rem, 1.5rem + -0.25vw, 1.75rem);
  line-height: 35px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Myriad Pro";
}
.item-tabs__pane .contact_form textarea{
  margin-top: var(--margin-m);
  width: 60%;
  height: 200px;
  border-radius: 5px;
  padding: 8px;
}
.item-tabs__pane select#subject{
  height: 40px;
  outline: none;
  border-radius: 5px;
}
.item-tabs__pane button.button__style{margin-top: var(--margin-m);height: 50px;color: var(--primary-color);border: none;margin-bottom: 3px;width: 200px;}
@media (max-width:1460px){
  .tabs__content .box_video{width: 33%;}
  .tabs__content .carousel__videos_two .box_video{width:50%}
  .tabs__content .carousel__videos_two{width:  calc(100% - 315px);}
  .tabs__content .box_video.uploads_file{width: 300px !important;}
}
@media (max-width:1200px){
  .item-tabs__pane .comboboxStyle{width: 30%;}
  .item-tabs__pane .contact_form textarea{width: 80%;}
}
@media (max-width:1100px){
  .tabs__content .box_video{width: 45%;}
  .tabs__content .carousel__videos_two .box_video{width:65%}
}
@media (max-width:768px){
  .flex-row.list-tabs {
      width: 100%;
      white-space: nowrap;
      display: flex;
      flex-flow: row;
      overflow-x: scroll;
      overflow-y: hidden;
  }
}
@media (max-width:992px){
  .tabs__content .box_video{width: 100%;margin-inline-end: var(--margin-m);}
  .item-tabs__pane .comboboxStyle{width: 50%;}
  .item-tabs__pane .contact_form textarea{width: 95%;}
  .tabs__content .carousel__videos_two .box_video{width:100%}
  .tabs__content .carousel__videos_two{width: 100% ;}
  .tabs__content .box_video.uploads_file{    width: 100% !important;margin-bottom: 30px;max-width: 100%;}
  .sec_1.bannner{height: 260px;}
}



.rating-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse; 
    padding: 0.1em 0.1em 0.1em 0.1em;
    gap: 10px;
    border-radius: 50px;
    border: none;
    position: relative;
    /* background: #13171b; */
    /* box-shadow: 0 1px 1px rgba(255, 255, 255, 0.08), 0 2px 2px rgba(255, 255, 255, 0.08), 0 3px 3px rgba(0, 0, 0, 0.075),  0 4px 4px rgba(255, 255, 255, 0.08); */
}

.rating-container input {
  display: none;
}
.rating-container label {
	height: 20px;
	width: 20px;
  cursor: pointer;
	transform-origin: "center center";
}

.rating-container label img.svg {
	transition: transform 0.4s ease-in-out;
	opacity: 0.5;
	filter: grayscale(.9);
}
.rating-container.rating-stars-community input:not(:disabled)+label:hover img.svg {
  transform: scale(1.25) rotate(10deg);
}
.rating-container.rating-stars-community-v2 input:not(:disabled)+label:hover img.svg {
	transform: scale(1.25) rotate(10deg);
}



input:checked ~ label img.svg {
  opacity: 1;
  filter:grayscale(0);
  transform: scale(1.25) rotate(10deg);
}

.rating-container.rating-stars-community input:not(:disabled)+label:hover img.svg,
.rating-container.rating-stars-community input:not(:disabled)+label:hover ~ label img.svg {
  opacity: 1;
  filter:grayscale(0);
  transform: scale(1.25) rotate(10deg);
}

.rating-container.rating-stars-community-v2 input:not(:disabled)+label:hover img.svg,
.rating-container.rating-stars-community-v2 input:not(:disabled)+label:hover ~ label img.svg {
  opacity: 1;
  filter:grayscale(0);
  transform: scale(1.25) rotate(10deg);
}


input:not(:disabled):checked + label:hover img.svg {
  opacity: 1;
  filter:grayscale(0);
}
input:not(:disabled):checked ~ label:hover img.svg,
input:not(:disabled):checked ~ label:hover ~ label img.svg {
  opacity: 1;
  filter:grayscale(0);
}

label:hover ~ input:not(:disabled):checked ~ label img.svg {
  opacity: 1;
  filter:grayscale(0);
}

#gamevote-1:checked ~ .rating-value:before {
  content: "1";
}

label[for=gamevote-1]:hover ~ .rating-value:before {
  content: "1" !important;
}

#gamevote-2:checked ~ .rating-value:before {
  content: "2";
}

label[for=gamevote-2]:hover .rating-value:before {
  content: "2" !important;
}

#gamevote-3:checked ~ .rating-value:before {
  content: "3";
}

label[for=gamevote-3]:hover ~ .rating-value:before {
  content: "3" !important;
}

#gamevote-4:checked ~  .rating-value:before {
  content: "4";
}

label[for=gamevote-4]:hover ~ .rating-value:before {
  content: "4" !important;
}

#gamevote-5:checked ~ .rating-value:before {
  content: "5";
}
label[for=gamevote-5]:hover ~ .rating-value:before {
	content: "5" !important;
}
 
#gamevote-6:checked ~ .rating-value:before {
	content: "6";
}
label[for=gamevote-6]:hover ~ .rating-value:before {
	content: "6" !important;
}
#gamevote-7:checked ~ .rating-value:before {
	content: "7";
}
label[for=gamevote-7]:hover ~ .rating-value:before {
	content: "7" !important;
}
#gamevote-8:checked ~ .rating-value:before {
	content: "8";
}
label[for=gamevote-8]:hover ~ .rating-value:before {
	content: "8" !important;
}
#gamevote-9:checked ~ .rating-value:before {
	content: "9";
}
label[for=gamevote-9]:hover ~ .rating-value:before {
	content: "9" !important;
}
#gamevote-10:checked ~ .rating-value:before {
	content: "10";
}
label[for=gamevote-10]:hover ~ .rating-value:before {
	content: "10" !important;
}

/* #gamevote-5:checked ~ .rating-value:after {
	animation: pulse 0.4s ease-out 1;
} */

@keyframes pulse {
  0% {
    height: 138px;
    width: 138px;
    top: -1px;
    left: -1px;
    opacity: 1;
  }
  100% {
    height: 170px;
    width: 170px;
    top: -16px;
    left: -16px;
    opacity: 0;
  }
}
.rating-value {
	position: absolute;
	top: -120px;
	color: #fff;
	font-size: 31px;
	font-family: Calibri;
}



.logged-user .rating-value {
	top: -89px;

}
.tags__box {
	display: flex;
	margin-top: 10px;
}

.tags__box span {
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	display: block;
	min-width: 40px;
	padding: 6px;
	font-size: 12px;
	margin-left: 10px;
	cursor: pointer;
}
.tags__box .land__size {
	border-color: #fff;
  color: #fff;
  margin-left: 0 !important;
}
.tags__box .tag__1 {
	border-color:  #FF5733;
  color: #FF5733;
}
.tags__box .tag__2 {
	border-color:  #33FF57;
  color: #33FF57;
}
.tags__box .tag__3 {
	border-color:  #3373FF;
  color: #3373FF;
}
.tags__box .tag__4 {
	border-color:  #FFC533;
  color: #FFC533;
}
.tags__box .tag__5 {
	border-color:  #33FFC5;
  color: #33FFC5;
}
.tags__box .tag__6 {
	border-color:  #FF33C5;
  color: #FF33C5;
}
.tags__box .tag__7 {
	border-color:  #C533FF;
  color: #C533FF;
}
.tags__box .tag__8 {
	border-color:  #33C5FF;
  color: #33C5FF;
}
#particles-js {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
  z-index: 0;
}

/* 404  */
.sec_404 h3 {
	font-size: 34px;
	letter-spacing: 8;
	color: #fff;
}
.sec_404 a {
	background: #f88f8d;
	display: block;
	width: 300px;
	padding: 20px 30px;
	margin-top: var(--margin-m);
	text-align: center;
	border-radius: 5px;
	transition: all 0.5s;
}
.sec_404 a:hover {
	background: #1ebeb6;
	color: #0b534f;
	transform: scale(1.1);
}
 .details_profile {
	margin-inline-start: var(--margin-m);
	margin-top: 10px;
}

.btn-edit {
	position: absolute;
	background: #2bbcc4;
	color: #041c19;
	border: 1px solid #052f31;
	padding: 5px 10px;
	border-radius: 5px;
	bottom: 5px;
	right: 5px;
	opacity: 1;
	cursor: pointer;
	/*display: none; */
	font-size: 11px;
}

/*
.editable-item:hover .btn-edit{
  display: block;
}
*/
.position-relative {
  position: relative;
}

.simple-metaverser-uploader .upload-box {
	border: 1px solid #1e201f;
	border-radius: 7px;
	margin-top: 10px;
	background: #3f4241;
	display: flex;
	padding: 12px 5px;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}
.simple-metaverser-uploader .upload-btn {
	border: 0;
	background: #3ab0c3;
	border-radius: 4px;
	/* border-right: 1px dashed #000; */
	color: #fff !important;
	/* margin-right: 20px; */
	font-size: 1rem;
	padding: 8px 10px;
}
.simple-metaverser-uploader .uploaded-file {
	align-items: center;
	align-content: center;
	display: flex;
	width: 100%;
	margin-left: 10px;
}
.simple-metaverser-uploader .filename {
	padding: 5px 0;
}
.simple-metaverser-uploader input[type="file"]{
	display: none;
}
.simple-metaverser-uploader .file-upload-completed{
	color:#2ab57d;
}
.btn.btn-icon {
	background: transparent;
	border: transparent;
}
.simple-metaverser-uploader .progress {
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
	height: 8px;
}

.profile_box .prize-awards {
	margin-left: auto;
	display: flex;
	flex-direction: column;
}
.prize-awards .trophy-row  img {
	width: 30px;
}
.prize-awards .prize-row img {
	width: 30px;
}

.prize-awards .trophy-row {
	display: flex;
	flex-direction: row-reverse;
}
.prize-awards .prize-row {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 10px;
}
.btn-upload {
	height: 260px !important;
	display: block;
	background: #39414f;
	color: #fff !important;
	box-shadow: 3px 3px 4px #1c1313;
	border-radius: 5px;
	border: 1px solid #000;
	width: 100%;
	transition: all 0.5s;
}
.box-dashed-btn {
	border: 1px dashed #cebdbd;
	padding: 10px;
	border-radius: 5px;
}
.youtube-play-btn {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 100px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.btn-upload:hover {
	background: #282f3c;
	box-shadow: 0 0 0 #1c1313;
}
.youtube-play-btn img {
	width: 80px !important;
	object-fit: fill !important;
}
#PlayerYoutube {
	width: 100%;
	height: 80vh;
}
.remove-btn {
	position: absolute;
	left: 20px;
	right: 10px;
}
.img-thumbnail-2 {
	padding: 0.25rem;
	/* background-color: #fff; */
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	/* max-width: 100%; */
	height: 100%;
}
.selected-item .img-thumbnail-2 {
	border-color: #1b9b1b;
	background: #425145;
	box-shadow: 0 0 5px #2e7630;
}

.btn-remove {
	position: absolute;
	left: 20px;
	top: 10px;
}
/* .game-image-list-item {
	height: 120px;
} */
@media (min-width: 576px){
  .modal-dialog {
    	margin: 3.75rem auto;
  }
}
.game-btn-group {
	display: flex;
	justify-content: space-around;
	overflow: hidden;
	border-radius: 4px;
	width: 95%;
	margin: 10px auto;
}
.game-btn-group a {
	display: block;
	background: #3954d9;
	color: #fff;
	border-radius: 5px;
	padding: 0px 54px;
	/* margin-left: 10px; */
	font-size: 15px;
	font-weight: 500;
	transform: skew(-25deg);
	width: 57%;
	margin-left: -25px;
	height: 35px;
}
.game-btn-group a span {
	transform: skew(25deg) translate(-50%,-50%);
	position: absolute;
	left: 50%;
	top: 50%;
}
.game-btn-group a.btn-left {
	margin-left: -45px;
}
.game-btn-group a.btn-right {
	margin-right: -45px;
}

#GAME_COLLECTION_ .label_ribbon {
  top: 10px;
}
.right-sidebar {
	width: 30%;
	padding:0 15px;
}


.main_container {
	width: 70%;
	padding: 20px 20px;
}
.main-container-header {
	display: flex;
	gap: 25px;
}
.game-page-logo {
	padding: 5px;
	border: 1px solid #272c36;
	border-radius: 5px;
	background: #131313;
	/* width: 80%; */
}
.game-page-logo img {
	height: 135px;
}
.right-sidebar-header {
	border-radius: 10px 10px 0 0;
	border: 1px solid #272c36;
	height: 100%;
	padding: 20px 10px 0 10px;
	border-bottom: 0;
	background: #13171b;
}
.right-sidebar-body {
	border-left: 1px solid #151515;
	border-right: 1px solid #151515;
	padding: 30px 15px;
	border-radius: 0 0 10px 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #151515;
	min-height: 700px;
	background: #13171b;
	box-shadow: 3px 6px 8px #000000a3;
}
.right-side-button {
	display: none;
}

@media (max-width: 1460px){
	.game_page_section .container {
		width: 100%;
	}
}

@media (max-width:1150px){
	.slider_inner {
		height: 400px;
	}
	.right-side-button {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		cursor: pointer;
		border: none;
		cursor: pointer;
		display: flex;
		padding: 0;
	}
	.right-side-button  svg {
		width: 50px;
		height: 50px;
	}
	
	.right-side-button .line {
		fill: none;
		stroke: white;
		stroke-width: 6;
		transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
			stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
	}
	.right-side-button .line1 {
		stroke-dasharray: 60 207;
		stroke-width: 6;
	}
	.right-side-button .line2 {
		stroke-dasharray: 60 60;
		stroke-width: 6;
	}
	.right-side-button .line3 {
		stroke-dasharray: 60 207;
		stroke-width: 6;
	}
	.right-side-button.opened .line1 {
		stroke-dasharray: 90 207;
		stroke-dashoffset: -134;
		stroke-width: 6;
	}
	.right-side-button.opened .line2 {
		stroke-dasharray: 1 60;
		stroke-dashoffset: -30;
		stroke-width: 6;
	}
	.right-side-button.opened .line3 {
		stroke-dasharray: 90 207;
		stroke-dashoffset: -134;
		stroke-width: 6;
	}
	

	.main_container {
		width: 100%;
		padding: 20px 20px;
		position: relative;
	}

	.right-sidebar {
		width: 400px;
		padding: 0 15px;
		position: absolute;
		right: -420px;
		display: block;
		transition: all 0.5s;
	}

	.sec_2 .right-sidebar {
		bottom: 0;
	}
	
}
.slider_inner img{
	object-fit: cover;
	max-width: 10000%;
	height: 100%;
	
}
@media (max-width:780px){
	.slider_inner {
		width: 100%;
		height: 260px;
		position: relative;
	}

}
@media (max-width:400px){
	.slider_inner {
		width: 100%;
		height: 230px;
		position: relative;
	}
}



.btn-play-now {
	border-radius: 5px;
	background: var(--blue);
	display: block;
	padding: 10px;
	text-align: center;
	font-weight: 500;
}

h2.game_title {
	color: #bfbfbf;
	margin-top: 15px;
	letter-spacing: 4;
	font-size: 40px;
	margin-bottom: 15px;
}
.game_decription {
	color: #f0f0f0;
	line-height: 30px;
	text-align: justify;
	min-height: 100px;
}

.sec_5 {
	background: #272c36;
}

.prize_pool {
	border: 1px solid #847f7f;
	background: #1e1d1d;
	margin: 30px auto;
	border-radius: 5px;
	padding: 15px;
	color: #fff;

}
 
.btn.btn-earch-pool {
	background: #f9354b;
	color: #fff;
}
.prize_pool h5 {
	color: #6a6a6a;
	font-size: 21px;
}
.prize_pool_value {
	color: #f9354b;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 300;
}
.img-thumbnail-3 {
	padding: 5px;
	border: 1px solid #847f7f;
	border-radius: 5px;
	width: 100%;
}
.land_nft {
	padding: 15px;
	border: 1px dashed #4b4b4d;
	margin-top: 15px;
	border-radius: 5px;
	background: #1e1d1d;
}
.land_nft h3 {
	color: #fff;
	letter-spacing: -1px;
	margin-bottom: 30px;
}
.btn.btn_buy_nft {
	background: #f9354b;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #f7ecec;
	padding: 5px;
	width: 100%;

}
.game_action {
	margin-top: 30px;
	text-align: center;
}
.social-media-share {
	margin-top: 29px;
	border: 1px solid #847f7f;
	background: #1e1d1d;
	padding: 0;
	display: flex;
	justify-content: space-around;
	border-radius: 5px;
}

.social-media-share a {
	border-left: 1px solid #fff;
	display: block;
	padding: 11px;
	text-align: right;
	color: #fff;
	align-self: center;
	display: flex;
	width: 100%;
	text-align: center;
	transition: all 0.5s;
}
.social-media-share a i {
  margin: 0 auto;
}
.social-media-share a:hover {
	background: #2b5c64;
}
.social-media-share a:first-child  {
	border-left : 0;

}
.game_media_slider .item_slider_img {
	height: 230px;
	overflow: hidden;
	width: 400px;
	margin-right: 15px;
}

.game_media_slider  .flickity-viewport,.game_media_slider  .flickity-slider {
	height: 230px !important;
}
.nft_price {
	color: #5b5b5b;
	letter-spacing: -1;
	font-size: 18px;
	margin-bottom: 30px;
}
.input-checkbox {
	position: absolute;
	top: 0;
}
.youtube-iframe{
	position: absolute; 
	top:0;z-index: -99; 
	width: 100%;
	 height: 100%
}
.ql-snow .ql-stroke {
	stroke: #ededed;
}
.ql-snow .ql-picker {
	color: #ededed;
}
.ql-snow .ql-picker-options {
	background-color: #343a40;
}
.ql-snow.ql-toolbar button:hover, .ql-snow .ql-toolbar button:hover, .ql-snow.ql-toolbar button:focus, .ql-snow .ql-toolbar button:focus, .ql-snow.ql-toolbar button.ql-active, .ql-snow .ql-toolbar button.ql-active, .ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow .ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active, .ql-snow .ql-toolbar .ql-picker-label.ql-active, .ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow .ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
	color: #999999;
}
.no_value {
	cursor: text;
	color: #272c36 !important;
}
.no_value:hover {
	background-color:transparent !important;
}
.game_share_section {

	margin-top: 10px;
	text-align: center;
	justify-content: center;
	display: flex;
}
pre.ql-syntax {
	display: block;
	font-size: 87.5%;
	color: #f8f8f2;
	background: #23241f;
	white-space: pre-wrap;
	overflow: visible;
	padding: 12px;
	border-radius: 6px;
	border: 1px solid #4f4f4f;
	line-height: 1.7;
}
.input-group-text {
	color: #6c757d;
	background-color: #15181d;
	border: 1px solid #1e201f;
}
.select2-container--default .select2-selection--multiple {
	background-color: #3f4241;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #15181d;
	padding-bottom: 5px;
	padding-top: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	height: 100%;
}
.select2-dropdown {
	background-color: #3f4241;
	border: 1px solid #1f2120;
}
.select2-results__option--selectable {
	color: #adb5bd;
}
.select2-container--default .select2-results__option--selected {
	background-color: #15181d;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #1b2d4a;
}
.game_genres {
	color: #919191;
	padding: 0;
	margin: 0px 0 20px 0;
	text-align: left;
	/* text-decoration: underline; */
	font-size: 13px;
	height: 20px;
}
.profile_img{
	cursor: pointer;
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #bfbfbf;
}
.dataTables_wrapper .dataTables_length select {
	border: 1px solid #3d4045;
	background-color: #272c36;
	color: #fff;
}
.dataTables_wrapper .dataTables_filter input {
	border: 1px solid #3d4045;
	background-color: #2c313b;
	color: #fff;
}
table.dataTable.no-footer {
	border-bottom: 1px solid #3d4045;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color: #2c313b;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
	background-color: #272c36;
}
table.dataTable tbody tr {
	background-color: #2c313b;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
	background-color: #272c36;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
	border-top: 1px solid #3b3d42;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
	background-color: #13171b;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
	background-color: #13171b;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #fff !important;
	border: 1px solid #979797;
	background-color: #272c36;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #13171b), color-stop(100%, #272c36));
	background: -webkit-linear-gradient(top, #13171b 0%, #272c36 100%);
	background: -moz-linear-gradient(top, #13171b 0%, #272c36 100%);
	background: -ms-linear-gradient(top, #13171b 0%, #272c36 100%);
	background: -o-linear-gradient(top, #13171b 0%, #272c36 100%);
	background: linear-gradient(to bottom, #13171b 0%, #272c36 100%);
}


.dataTables_wrapper .dataTables_paginate .paginate_button {

	color: #ededee !important;
	border: 1px solid #13171b;

}
.btn.metamask-not-connect {
	width: 100%;
	height: 45px;
	background: #0a4060;
	color: #fff;
	border: 1px solid #fff;
}
.btn.metamask-not-connect img{
	height: 35px;

}
.cound-down-text {
	color: #9fa7ae;
	margin-bottom: 15px;
}

.referral-code {
	position: relative;
	padding: 10px;
	text-align: center;
	color: #fff;
	letter-spacing: 9;
	text-align: center;
	width: 100%;
	display: block;
	border: 1px dotted #17a2b8;
	border-radius: 5px;
}

.referral-code .copy-btn {
	position: absolute;
	right: 0;
	width: 40px;
	height: 100%;
	top: 0;
	border-radius: 0 5px 5px 0;
	padding: 12px 7px;
	text-align: center;
	font-size: 17px;
}
.user__rate_description {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.user__rate_description .rate__this_start {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-top: -25px;
}
.user__rate_description .rate__this_start .svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	max-width: 10000%;
}
.user__rate_description .rate__this_start strong {
	position: relative;
	top: 35px;
	font-size: 25px;
	display: block;
	width: 100%;
	text-align: center;
}
.btn.btn-remove-vote {
	color: #3954d9;
	margin: 0 auto;
	display: block;
	width: 100%;
}
.btn.btn-remove-vote:hover {
	background: #444648;
	color: #ffffff;
}
.btn.btn-set-vote:disabled {
	background: #444648;
	opacity: 1;
}
.btn.btn-set-vote {
	text-align: center;
	width: 100%;
	display: block;
	background: #3954d9;
	color: #fff;
}
#UserFullname {
	cursor: pointer;
}
.fa.fa-check.tick__review {
	background: #69a893;
	padding: 4px 5px;
	color: #154611;
	border-radius: 27px;
}
.user_review__item {
	border: 1px solid #2c313b;
	border-radius: 5px;
	background: #282c33;
	box-shadow: 0 0 4px #000;
	padding: 15px;
	color: #999;
}
.user_review__item .user__avatar {
	width: 45px;
	border-radius: 50px;
	border: 2px solid #e8d5d7;
	margin-right: 10px;
}
.user_review__item .user__nickname {
	color: #f7344a;
	text-decoration: underline;
	letter-spacing: 1px;
	font-size: 19px;
}
.user_review__item .user__comment {
	margin-top: 20px;
	margin-bottom: 10px;
}
.user_review__item .date__info {
	direction: ltr;
	text-align: right;
	font-size: 14px;
	font-style: italic;
	color: #666;
}

.user_review__item .user__vote .rating-container.rating-stars-community-v3 {
	justify-content: start;
	align-items: start;
	gap: 4px;
}
.user_review__item .user__vote .rating-container.rating-stars-community-v3 label {
	height: 12px;
	width: 11px;
	cursor: pointer;
	transform-origin: "center center";
}

.masters_row {
	width: 100%;
	height: 260px;

}

.master_item_wrapper{
	margin-right: 20px;
}
.master_item {
	width: 190px;
	border: 1px solid #333;
	padding: 0;
	border-radius: 7px;
	background: #13171b;
	box-shadow: 0 0 4px #0f0f0f;
	overflow: hidden;
}

@media (max-width:1470px){
	.master_item {
		width: 160px;
	}	
}
@media (max-width:1200px){
	.master_item {
		width: 130px;
	}	
}
@media (max-width:1040px){
	.master_item {
		width: 190px;
	}	
}
.master_item_avatar {
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #253168;
	margin: 10px;
}
.master_item_title {
	text-align: center;
	margin-top: 11px;
	background: #3954d9;
}
.master_item_title a {
	color: #fff;
	text-align: center;
}
.disabled-link {
	background: #292f35 !important;
	color: #404040 !important;
	cursor: default;
}