.text-container {
position: relative;
padding: 2rem;
background: rgba(255, 255, 255, 0.9);
border-radius: 10px;
box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
transition: transform 0.3s ease;
background: rgba( 0, 0, 0, 0.15 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 18px );
-webkit-backdrop-filter: blur( 18px );
border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.text-container:hover {
transform: translateY(-5px);
}
h1 {
color: #fff;
font-size: 3rem;
font-weight: 300;
line-height: 1.5;
text-transform: uppercase;
white-space: nowrap;
overflow: hidden;
position: relative;
width: 650px;
height: 4.5rem;
}

h1 span.prefix {
font-size: 40px;
margin-left: 40px;
position: relative;
cursor: pointer;
transition: color 0.3s ease;
}
h1 span.prefix:hover {
color: #7c5ce0;
}

.message {
background: linear-gradient(45deg, #a8d8ea, #aa96da);
color: #000;
display: block;
font-weight: 700;
overflow: hidden;
position: absolute;
padding: 0.2rem 1rem;
top: 0.7rem;
left: 270px;
border-radius: 4px;
animation: openclose 8s ease-in-out infinite;
height: 4.5rem;
cursor: pointer;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.message:hover {
transform: scale(1.02);
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.word1, .word2, .word3, .word4 {
font-family: tahoma;
position: absolute;
width: 100%;
opacity: 0;
height: 4.5rem;
}

.message .word1 { animation: word-animation 8s infinite; }
.message .word2 { animation: word-animation 8s infinite 2s; }
.message .word3 { animation: word-animation 8s infinite 4s; }
.message .word4 { animation: word-animation 8s infinite 6s; }

@keyframes word-animation {
0%, 5% { opacity: 0; }
10%, 22% { opacity: 1; }
27%, 100% { opacity: 0; }
}

@keyframes openclose {
0% { top: 0.2rem; width: 0; }
5% { width: 0; }
10% { width: 285px; }
20% { top: 0.2rem; width: 285px; }
25% { top: 0.2rem; width: 0; }
30% { top: 0.2rem; width: 0; }
35% { top: 0.2rem; width: 285px; }
45% { top: 0.2rem; width: 285px; }
50% { top: 0.2rem; width: 0; }
55% { top: 0.2rem; width: 0; }
60% { top: 0.2rem; width: 285px; }
70% { top: 0.2rem; width: 285px; }
75% { top: 0.2rem; width: 0; }
80% { top: 0.2rem; width: 285px; }
90% { top: 0.2rem; width: 285px; }
95% { top: 0.2rem; width: 0; }
100% { top: 0.2rem; width: 0; }
}

@media (max-width: 768px) {
h1 {
font-size: 2rem;
width: 400px;
}
  
h1 span.prefix {
font-size: 1.4rem;
margin-left: 20px;
  }
 
  .message {
left: 150px;
}
}

.preloader {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: 1001;
background: rgba( 0, 0, 0, 0.1 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 18px );
-webkit-backdrop-filter: blur( 18px );
border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.preloader__image {
position: relative;
top: 30%;
left: 45%;
width: 250px;
height: 250px;
background: url('https://i.pinimg.com/originals/3d/6a/a9/3d6aa9082f3c9e285df9970dc7b762ac.gif') no-repeat 50% 50%;
}

.loaded_hiding .preloader {
transition: 0.3s opacity;
opacity: 0;
}

.loaded .preloader {
display: none;
}
@keyframes blink-animation {
0%,
100% {
opacity: var(--blink-opacity, 1);
}
50% {
opacity: 0;
}
}


.hero {
	--blink-opacity: 1;
animation: blink-animation 5s ease-in-out infinite running;
--stripes: repeating-linear-gradient(
100deg,
var(--stripe-color) 0%,
var(--stripe-color) 7%,
transparent 22%,
transparent 1%,
var(--stripe-color) 1%

);
}

.banner {
background: radial-gradient(
circle,
rgba(20, 24, 52, 1.6) 0%,
rgba(19, 22, 47, 1.6) 10%);
padding: 15px;
border-radius: 27px;
font-size: 15px;
line-height: 1.4;
color: #e1e3eb;
}
.list {
gap: 12px;
button123 {
appearance: none;
outline: none;
font: inherit;
background: #2e303d;
box-shadow: inset 0 0 0 1px #3c3e4d;
line-height: 24px;
padding: 8px 16px;
border-radius: 15px;
cursor: pointer;
transition: background-color 0.3s;
&:hover {
background-color: #323543;
}
} 
}
{
}
#hideMe {
-moz-animation: cssAnimation 0s ease-in 5s forwards;
-webkit-animation: cssAnimation 5s ease-in 2s forwards;
-o-animation: cssAnimation 0s ease-in 5s forwards;
animation: cssAnimation 2s ease-in 5s forwards;
}
@keyframes cssAnimation {
to {
width:0;
height:0;
overflow:hidden;
filter: blur(20px);
opacity: 1;
animation: animate 10s linear infinite;
}
}
@-webkit-keyframes cssAnimation {
to {
width:0;
height:0;
visibility:hidden;
}
}
.h4 {
font-size: var(--fs-4);
font-weight: 700;
}
.image-box:hover img {
transform: scale(1.1);
}
.dark .edit26 {
position: relative;
padding: 10px 22px;
border-radius: 6px;
border: none;
color: #fff;
cursor: pointer;
transition: all 4.2s ease;
}
.edit26 {
background: rgba( 255, 255, 255, 0.15 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 18px );
-webkit-backdrop-filter: blur( 18px );
border: 1px solid rgba( 255, 255, 255, 0.18 );
position: relative;
padding: 10px 22px;
border-radius: 6px;
border: none;
color: #fff;
cursor: pointer;
transition: all 4.2s ease;
}

.edit26:active {
transform: scale(0.96);
}
.edit26:before,
.edit26:after {
position: absolute;
content: "";
width: 150%;
left: 50%;
height: 100%;
transform: translateX(-50%);
z-index: -1000;
background-repeat: no-repeat;
}
.edit26::before {
top: -70%;
background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
radial-gradient(circle, transparent 20%, #7d2ae8 20%, transparent 30%),
radial-gradient(circle, #7d2ae8 20%, transparent 20%),
radial-gradient(circle, #7d2ae8 20%, transparent 20%),
radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
radial-gradient(circle, #7d2ae8 20%, transparent 20%),
radial-gradient(circle, #7d2ae8 20%, transparent 20%),
radial-gradient(circle, #7d2ae8 20%, transparent 20%),
radial-gradient(circle, #7d2ae8 20%, transparent 20%);
background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
10% 10%, 18% 18%;
animation: greentopBubbles ease-in-out 3.6s forwards infinite;
}
@keyframes greentopBubbles {
0% {
background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
40% 90%, 55% 90%, 70% 90%;
}
50% {
background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
50% 50%, 65% 20%, 90% 30%;
}
100% {
background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
50% 40%, 65% 10%, 90% 20%;
background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
}
}







.edit26::after {
bottom: -70%;
background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
radial-gradient(circle, #7d2ae8 20%, transparent 20%),
radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
radial-gradient(circle, #7d2ae8 20%, transparent 20%),
radial-gradient(circle, #7d2ae8 20%, transparent 20%),
radial-gradient(circle, #7d2ae8 20%, transparent 20%),
radial-gradient(circle, #7d2ae8 20%, transparent 20%);
background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
animation: greenbottomBubbles ease-in-out 3.6s forwards infinite;
}
@keyframes greenbottomBubbles {
0% {
background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
70% -10%, 70% 0%;
}
50% {
background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
105% 0%;
}
100% {
background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
110% 10%;
background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
}
}
:root {
--fs-base: 0.85rem;
--fs-1: 1.875rem;
--fs-2: 1.5rem;
--fs-3: 1.25rem;
--fs-4: 0.875rem;
--fs-5: 0.75rem;
}

.h1,
.h2,
.h3,
.h4 {
display: block;
color: var(--foreground-primary);
}

.h1 {
font-size: var(--fs-1);
font-weight: 900;
}

.h2 {
font-size: var(--fs-2);
font-weight: 700;
}

.h3 {
font-size: var(--fs-3);
font-weight: 700;
}

.h4 {
font-size: var(--fs-4);
font-weight: 700;
}

.blog-card .h3 {
line-height: 1.4;
margin-bottom: 1rem;  
}

.blog-card {
display: grid;
grid-template-columns: 3fr 4fr;
gap: 20px;	
  }
  
.blog-card-banner {
display: block;
overflow: hidden;
border-radius: 5px;
}

.card-image {
width:  100%;
height: 22%;
background-color: var(--gray);
color: transparent;
background-image: linear-gradient(to right, transparent, #55555565, transparent);
background-size: 200% 100%;
animation: loading 1.6s linear infinite;
100% {
background-position: -200% 0%;
}
}

.card-image1 {
width: 100%;
height: 50%;
background-color: var(--gray);
color: transparent;
background-image: linear-gradient(to right, transparent, #55555565, transparent);
background-size: 200% 100%;
animation: loading 1.6s linear infinite;
100% {
background-position: -200% 0%;
}
}

.card-image2 {
width:  100%;
height: 24%;
background-color: var(--gray);
color: transparent;
background-image: linear-gradient(to right, transparent, #55555565, transparent);
background-size: 200% 100%;
animation: loading 1.6s linear infinite;
100% {
background-position: -200% 0%;
}
}
.blog .h2::before {
content: '';
position: absolute;
top:  0;
left: 0;
background: var(--action-primary);
width:  5px;
height: 100%;
border-radius: 5px;
}

.blog-text,
.profile-wrapper { display: block; }
.blog-text {
color: var(--foreground-secondary);
font-size: var(--fs-4);
display: -webkit-box;
line-clamp: 3;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
margin-bottom: 1rem;
}
 
.blog .wrapper-flex {
display:         flex;
justify-content: start;
align-items:     center;
gap: 10px;
}
.profile-wrapper img { border-radius: 50%; }
.container { max-width: 1150px; }

.dark .edit21 {
display: inline-block;
padding: 0.5rem 1rem;
background: #1E90FF;
text-transform: uppercase;
font-size: 0.7rem;
color: var(--color-highlight);
border-radius: 1em;
} 
.edit21 {
background: rgba( 255, 255, 255, 0.15 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 18px );
-webkit-backdrop-filter: blur( 18px );
border: 1px solid rgba( 255, 255, 255, 0.18 );
display: inline-block;
padding: 0.5rem 1rem;
background: #1E90FF;
text-transform: uppercase;
font-size: 0.7rem;
color: var(--color-highlight);
border-radius: 1em;
}

#switch:checked ~ .outer .image-box{
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
#switch:checked ~ .outer .image-box img{
border-color: transparent;
}
body {
padding: 0;
margin: 0;
color: #000;
font-family: 'DM Mono', monospace;
}

.header11 {
background: rgba( 255, 255, 255, 0.15 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 18px );
-webkit-backdrop-filter: blur( 18px );
border: 1px solid rgba( 255, 255, 255, 0.18 );
border-radius: 10px 10px;);
width: 100%;
padding: 0 50px;
animation: top 1s both;
display: flex;
align-items: center;
}

.dark .header11 {
background: rgba( 0, 0, 0, 0.4 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 18px );
-webkit-backdrop-filter: blur( 18px );
border: 1px solid rgba( 255, 255, 255, 0.18 );
border-radius: 10px 10px;);
width: 100%;
padding: 0 50px;
animation: top 1s both;
display: flex;
align-items: center;
}
.user-info {
display: flex;
align-items: center;
 svg {
width: -10px;
 }
.profile {
margin: 0 1px 0 12px;
width: 1px;
}
}
body {
 background-position: center;
 background-size: cover;
 background-repeat: no-repeat;
 background-blend-mode: color-dodge;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 padding: 1em 2em;
}


	#loading-layer {
		display: block !important;
		position: fixed;
	}
	#loading-layer:before, #loading-layer:after {
		content: "";
		border-radius: 50%;
		background-color: #5e81f5;
		position: absolute;
		left: 50%; top: 50%;
		  $cubic: cubic-bezier(0.64, 0.01, 0.07, 1.65);
   $size: 40px;
   position: fixed;
	}
	
	#loading-layer:before {
		width: 100px; height: 100px;
		margin: -50px 0 0 -50px;
		
	}
	
		#loading-layer:after {
		width: 40px; height: 40px;
		background-color: #fff;
		margin: -20px 0 0 -20px;
	}

	#loading-layer:before {
		-webkit-animation: load1 1s infinite ease;
		animation: load1 1s infinite ease;
	}
	#loading-layer:after {
		-webkit-animation: load2 1s infinite -0.32s ease;
		animation: load2 1s infinite -0.32s ease;
	}
	@-webkit-keyframes load1 {
		0%, 80%, 100% { -webkit-transform: scale(1,1); }
		40% { -webkit-transform: scale(.6,.6); }
	}
	@keyframes load1 {
		0%, 80%, 100% { transform: scale(1,1); }
		40% { transform: scale(.6,.6); }
	}
	@-webkit-keyframes load2 {
		0%, 80%, 100% { -webkit-transform: scale(1,1); }
		40% { -webkit-transform: scale(.5,.5); }
	}
	@keyframes load2 {
		0%, 80%, 100% { transform: scale(1,1); }
		40% { transform: scale(.5,.5); }
	}
:root {
    --color-bg: #34304c;
    --color-bg2: #534d7a;
		 --color-bg4: #008000;
	 --color-bg3: #534d7a;
    --color-highlight: #fff;
}







.dark .edit25 {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: var(--color-bg3);
    background: var(--color-bg2);
    text-transform: uppercase;
    font-size: 0.7rem;
    color: var(--color-highlight);
    border-radius: 1em;
}
.edit1212 {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: var(--color-bg2);
    text-transform: uppercase;
    font-size: 0.7rem;
    color: var(--color-highlight);
    border-radius: 1em;
}

.dark .card1 {
  background: rgba( 0, 0, 0, 0.15 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  border-radius: 10px
}

.card1 {
  background: rgba( 0, 0, 0, 0.3 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  border-radius: 10px
}

.dark .brc-secondary-l3  {
  background: radial-gradient(
  circle,
  rgba(20, 24, 52, 1.6) 0%,
  rgba(19, 22, 47, 1.6) 10%);
}
.brc-secondary-l3  {
    background-color: #0;
	
}
.brc-secondary-l2  {
    background-color: #0;
}

.text-center {
background: rgba( 255, 255, 255, 0.15 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
   border-radius: 20px 20px
}

.dark .text-center {
background: rgba( 0, 0, 0, 0.6 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  border-radius: 20px 20px
}

h8{
    color: #fff;
}

.dark h9{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
  transition: 1.9s;
}
.name{
    font-size: 17px;
    font-weight: 500;
    color: #fff;
  transition: 1.9s;
}

.dark h1{
    color: #fff;
}

.dark .wrap {
  background: rgba( 0, 0, 0, 0.01 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.02);
    padding: 30px;
}

.wrap {
 background: 

    box-shadow: 0 2px 15px 0;
      padding: 30px;
	   background: rgba( 255, 255, 255, 0.1 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  transition: 1.9s;
}

.dark .card {
  background: rgba( 255, 255, 255, 0.15 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
    border-radius: 20px;
    border: 2px solid #55c5e9; 

}
.dark .card123123 {
  background: rgba( 0, 0, 0, 0.3 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
    width: 260px;
 	 bottom: 50px;

    border-radius: 10px;

	
}
.dark  .container2112{
  background: rgba( 0, 0, 0, 0.3 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
    overflow: hidden;
    position: relative;
      color: #FFF;
    height: 90px;
    width: 260px;
 background: radial-gradient(
  circle,
  rgba(20, 24, 52, 1.6) 0%,
  rgba(19, 22, 47, 1.6) 10%);
    border-radius: 10px;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
	
}
.dark .audioplayer {
     left: -10px;
    width: 100%;
  background: rgba( 0, 0, 0, 0.70 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 90px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.dark .ap-img {
width: 100px;
height: 80px;
display: block;
position: relative;
margin: 0 10px;
background-color: #00BFFF;
color: #00BFFF;
border: 1px solid #00BFFF;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid rgba(169, 150, 253, 0.5);
  width: 80px;
  aspect-ratio: 1/1;
  margin-bottom: 0px;
  box-shadow: rgba(221, 221, 221, 0.3) 0px 6px 18px -3px,
    rgba(221, 221, 221, 0.8) 100px -3px 0px inset;
  transition: all 0.2s;
    border: 4px solid rgba(169, 150, 253, 0.8);
		top: -10px;
}

.dark .ap-artist {
    font-size: 15px;
    margin-top: 5px;
    color: #00FFFF;
}
.dark .ap-title {
    font-size: 20px;
    font-weight: 500;
}

.dark .footer a, .footer span {color: #686de0; border-bottom: 1px dotted #686de0;}
.dark .panel__wrapper-icon .panel__head {
    background: linear-gradient(to right,#192229,#192229);
    padding: 24px 40px;
    box-shadow: 0 6px 30px 0 rgba(0,0,0,.12);
    color: rgba(255,255,255,.9);
	   background-image: url("https://avatars.mds.yandex.net/get-pdb/1745470/061823ca-9ad0-4556-a46f-6f969d724964/s1200?webp=false");
}
.dark header .top {
	width: 100%;
	height: 85px;
	display: block;
	float: left;
	background: #a29bfe;
	background: -moz-linear-gradient(100deg, #192229,#192229);
	background: -webkit-linear-gradient(100deg, #192229,#192229);
	background: -o-linear-gradient(100deg, #192229,#192229);
	background: -ms-linear-gradient(100deg, #192229,#192229);
	background: linear-gradient(100deg, #192229,#192229);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#192229', endColorstr='#6c5ce7', GradientType=0 );
	border-radius: 12px 12px 0 0;
	padding: 20px 40px 20px 40px;
	position: relative;
	box-shadow: inset 0 500px rgba(0,0,0,0.3);
}

.dark .card-footer {
    padding: 0.75rem 1.25rem;
 background: radial-gradient(
  circle,
  rgba(20, 24, 52, 1.6) 0%,
  rgba(19, 22, 47, 1.6) 10%);
    border-top: 1px solid #f5f5f9
}
.dark .card-header {
  background: rgba( 255, 255, 255, 0.15 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgb(245,
    245,
    249)
}

.card {
  background: rgba( 255, 255, 255, 0.05 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.dark .card {
  background: rgba( 0, 0, 0, 0.3 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.dark .button,
.dark .btn,
.dark .pagi-load a,
.dark .up-second li a,
.dark .usp-edit a,
.dark .qq-upload-button,
.dark  button:not(.color-btn):not([class*="fr"]):not(.search-btn):not([class*="owl-"]),
.dark  html input[type="button"],

.side-subscribe {  background: rgba(78, 104, 199, 0.5 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 ); bottom: 50px;}

  .dark .side-subscribe {    background: rgba( 0, 0, 0, 0.3 );

.dark .collection-in::before {content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 3; 
background: linear-gradient(45deg, #000 0%,#111 50%,#be2edd 80%,#eb4d4b 100%); opacity: 0.6;   background: rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
transition: all 1.0s ease;}
.dark .track-play {position: absolute; z-index: 5; left: 0; top: 0; right: 0; bottom: 0; text-align: center; 
background-color: rgba(0,0,0,0.6); color: #E0FFFF; cursor: pointer; font-size: 20px; opacity: 0;   background: rgba(255, 255, 255, 0.1);
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
border-top: 1px solid rgba(255, 255, 255, 0.5);
border-left: 1px solid rgba(255, 255, 255, 0.5);
backdrop-filter: blur(0.3px);	 
}
}
.dark .track-subtitle {font-size: 13px; color: #00FFFF; margin-top: 5px;}
.dark .track-time {font-size: 12px; color: #ccc; margin-left: 15px;}
.dark .track-fav, .track-dl {width: 30px; height: 30px; border-radius: 15px; text-align: center; 
	background-color: #141319; color: #ccc; margin-left: 10px; font-size: 13px; cursor: pointer; }
.dark .track-dl {background-color: transparent; color: #badc58; font-size: 24px; margin-left: 20px; 	 bottom: 50px;
  transition: 1.9s;
  }
.dark .track-item.js-item-played:before {
    background-color: #E0FFFF;
    content: "";
    border-radius: 10px;
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
  transition: 1.9s;
  
}

.dark .share a .ya-share2__badge {
    border-radius: 50%;
    background-color: #1a1a1a;
  transition: 3.9s;
}
.share a .ya-share2__badge {
    border-radius: 50%;
  transition: 3.9s;
}
.theme-switch {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 40px;
	left: 20px;
    right: 10px;
    top: 11px;
}
.theme-switch-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}
.theme-switch-wrapper label {
    margin-bottom: 0 !important;
}
.theme-switch input {
    display: none;
}
.slider {
    background-color: transparent;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;	
}
.slider:before {
    position: absolute;
    content: "";
    left: 4px;
    top: auto;
    width: 40px;
    height: 40px;
    background-color: #506172;
    bottom: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #506172;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  background-color: #48dbfb;
  background-image: url('https://assets.codepen.io/1462889/sun.svg');
  transition: all 500ms linear;
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
input:checked + .slider {
    background-color: transparent;
    border: 1px solid #d9d9d9;
}
input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    transform: translateX(18px);
    background-color: #d9d9d9;
}

.tab {
	float: left;
	background: 0;
	border: 0;
	padding: 10px 20px;
	color: #bfc3cc;
	font-size: 14px;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	border-radius: 2px;
	background: #2f343f;
}
.tab.active,
.tab:hover {
	background: #6c5ce7;
	color: #fff;
}

.playbox span.quality {
	position: absolute;
	z-index: 1;
	top: 12px;
	right: 19px;
	padding: 5px 10px;
	font-size: 16.5px;
	font-weight: 900;
	border-radius: 3px;
	color: #fff;
	border-radius: 20px;
	background: rgba( 78, 104, 199, 0.7 );

}

.dark .playbox span.quality {
	color: #fff;
	background: #6670ff;
	background: rgba( 102, 112, 255, 0.6 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
}

body::-webkit-scrollbar {
    width: 1em;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px 2px rgba(70, 130, 180,0.3); 
    background:none; 
        opacity:.7;
			background: rgba( 255, 255, 255, 0.15 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
}



body::-webkit-scrollbar-thumb {
  border-radius: 5px;	
  background: none; 
 -webkit-box-shadow: inset 0 0 6px rgba(30, 144, 255,0.5);
  cursor: pointer;
  	background: rgba( 0, 0, 0, 0.6 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.player-control,
.player-meta,
.player-subtext,
.page-episodescontrol {
	width: 100%;
	float: left;
	display: block;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 10px;
  background: rgba( 255, 255, 255, 0.15 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.player-meta {
	float: none;
	height: auto;
}
.player-control,
.player-subtext {
	padding: 10px 30px;
}
.player-control .report-video {
	float: right;
	line-height: 60px;
	border-left: 1px solid #171921;
	font-size: 14px;
	color: #fff;
}
.someclass {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5000;
    display: table;
    width: 100%;
    height: 100%;
			-webkit-transition: all 1.0s ease;
	-moz-transition: all 1.0s ease;
	-o-transition: all 1.0s ease;
	-ms-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

.loading_in {
    display: inline-block;
    padding: 40px;
    background: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
border-radius: 10px
-webkit-transition: all 1.0s ease;
-moz-transition: all 1.0s ease;
-o-transition: all 1.0s ease;
-ms-transition: all 1.0s ease;
transition: all 1.0s ease;
}
.collection-item1, .album-item  {padding: 0 10px;   float:left;  width: 50%;}
.collection-item2, .album-item  {padding: 0 10px;  float:left; width: 25%;}
:root {
 --body-font: "Inter", sans-serif;
 --theme-bg: #00;
 --body-color: #00;
 --button-bg: #000;
 --border-color: rgb(0 0 0 / 7%);
 --video-bg: #5435345;
 --delay: 0s;
}

.sidebar {
 width: 220px;
 height: 100%;
 padding: 30px;
 overflow-x: hidden;
 .logo {
  flex-shrink: 0;
  &-expand {
   text-decoration: none;
   top: 0;
   &:before {
    content: "";
    position: absolute;
   }
  }
 }
 &-link {
  &:hover,
  &.is-active {
   color: #fff;
   font-weight: 600;
   &:nth-child(2n + 1) {
    svg {
    
    }
   }
   &:nth-child(2n) {
    svg {
    }
   }
   &:nth-child(2n + 3) {
    svg {
    }
   }
  }
 }
 &.collapse {
  width: 90px;
  border-right: 1px solid var(--border-color);
  .side-title {
  }
 }
}
@keyframes bottom {
 0% {
  transform: translateY(100px);
  opacity: 0;
 }
 100% {
  opacity: 1;
  transform: none;
 }
}
.side-menu {
 a {
  color: var(--body-color);
  & + a {
   margin-top: 26px;
  }
 }
 svg {
  &:hover {
  }
 }
}
.anim {
 animation: bottom 0.8s var(--delay) both;
}

.card {
    border-radius: 20px;
	    border: 2px solid #55c5e9;  
}

h6 {
    color: #000000
}
.card123123 {
  background: rgba( 78, 104, 199, 0.5 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
    width: 260px;
   transition: 1.9s;
    border-radius: 10px;
}

.container2112{
    overflow: hidden;
    position: relative;
      color: #FFF;
    height: 90px;
    width: 260px;
    background-color: #1E90FF;
    border-radius: 10px;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
}

.panel__wrapper-icon .panel__head {
    background: linear-gradient(to right,#2775ff,#7202bb);
    padding: 24px 40px;
    box-shadow: 0 6px 30px 0 rgba(0,0,0,.12);
    color: rgba(255,255,255,.9);
	   background-image: url("https://3.bp.blogspot.com/-piZWCW2uUbg/W2fPXxkWZgI/AAAAAAAAOu0/eydmMjTIqcwLMHEEr2H7imqoRTxMw4o9QCLcBGAs/s1600/among_trees_night_dribbble.png");

}
main.container-fluid {
	margin:0;padding:0;}
.nightmode {
 background-image: linear-gradient(to right, #274046, #E6DADA);
 color:#fff;
}  

.dark .nightmode {
   border-radius: 12px;
 background: radial-gradient(
  circle,
  rgba(20, 24, 52, 0.6) 0%,
  rgba(19, 22, 47, 0.6) 10%);
 color:#fff;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(255,255, 255);
    border-bottom: 1px solid rgb(245,
    245,
    249)
}

header .top {
	width: 100%;
	height: 85px;
	display: block;
	float: left;
	background: #a29bfe;
	background: -moz-linear-gradient(100deg, #a29bfe,#6c5ce7);
	background: -webkit-linear-gradient(100deg, #a29bfe,#6c5ce7);
	background: -o-linear-gradient(100deg, #a29bfe,#6c5ce7);
	background: -ms-linear-gradient(100deg, #a29bfe,#6c5ce7);
	background: linear-gradient(100deg, #a29bfe,#6c5ce7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a29bfe', endColorstr='#6c5ce7', GradientType=0 );
	border-radius: 12px 12px 0 0;
	padding: 20px 40px 20px 40px;
	position: relative;
	box-shadow: inset 0 500px rgba(0,0,0,0.2);
}

.footer {
  background: rgba( 255, 255, 255, 0.15 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding: 1.3rem 2rem;
    border-top: 1px solid rgba(190, 192, 214, 0.45098039215686275);
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.02);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
	
}

.dark  .footer {
  background: rgba( 0, 0, 0, 0.3 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding: 1.3rem 2rem;
    border-top: 1px solid rgba(190, 192, 214, 0.45098039215686275);
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.02);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid #f5f5f9
}

.m-0 {
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 13px 0 rgba(236, 236, 241, 0.44);
    box-shadow: 0 0 13px 0 rgba(236, 236, 241, 0.44)
}

.card-title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 13px 0 rgba(236, 236, 241, 0.44);
    box-shadow: 0 0 13px 0 rgba(236, 236, 241, 0.44)
}

* {background: transparent; margin: 0; padding: 0; outline: none; border: 0; box-sizing: border-box;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
table {border-collapse: collapse; border-spacing: 0;}
input, select {vertical-align: middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
img {max-width: 100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #333; text-decoration: none;}
a:hover, a:focus, .track-desc:hover > *, .side-item:hover *, .album-in:hover * {color: #686de0; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 500; font-size: 24px;}
button, textarea, select, input[type="text"], input[type="password"], input[type="button"], input[type="submit"] 
{appearance: none; -webkit-appearance: none; font-size: 16px; font-family: 'Montserrat' !important;}
.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, 
button:not(.color-btn):not([class*=fr]):not(.search-btn):not([class*=owl-]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
display: inline-block; text-align: center; padding: 0 20px; height: 40px; line-height: 40px;
border-radius: 20px; cursor: pointer; font-weight: 400; box-shadow: none;
background-color:  color:#918545; font-size: 15px;}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, 
.pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):not([class*=fr]):not(.search-btn):not([class*=owl-]):hover, 
html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover 
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
input[type="text"], input[type="password"] {height: 40px; line-height: 40px;
border-radius: 4px; border: 0; padding: 0 15px;}
select {height: 40px; border: 0; padding: 0 15px;}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {width: 100%; background-color: #fff; color: #000; 
box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0,0,0,0.1);}
select {width: auto;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: inset 0 0 0 1px #3498db, inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #000; opacity: 0.5; font-size: 14px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

.img-box, .img-wide, .img-resp, .img-resp-vert, .img-fit {overflow: hidden; position: relative;}
.img-resp {padding-top: 70%;}
.img-resp-vert {padding-top: 140%;}
.img-box img, .img-resp img, .img-resp-vert img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert img {position: absolute; left: 0; top: 0;}
.img-wide img {width: 100%; display: block;}
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.fx-row, #dle-content {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-start, #dle-content {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px;}
.fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
b, strong, .fw700 {font-weight: 600;}
.icon-left [class*="fa-"], .icon-left .icon {margin-right: 10px;}
.icon-right [class*="fa-"],
.icon-right .icon {
    margin-left: 10px;
}
.anim, .btn, button, .side-nav a, .collection-in::before, .wplayer, .audioplayer, 
.track-desc, .track-title, .track-subtitle, .side-item, .side-item * {transition: all .3s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 30px; font-size: 22px; font-weight: 500;}
#dle-content > *:not(.album-item):not(.collection-item) {width: 100%;}

.audioplayer-bar {
background-color: #000;

	}
.wplayer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 15px;
    z-index: 990;

  box-shadow: -9px -9px -5px 2px rgba(91,62,222,0.7);
}
.audioplayer {
    max-width: 740px;
    margin: 0 auto;
    height: 60px;
    border-radius: 0 0 10px 10px;
    padding: 10px 20px 10px 10px;
    background-color: #232323;
    color: #fff;
    box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    left: -20px;
    width: 800px;
    height: 70px;
    border-radius: 0 0 10px 10px;
    background: transparent linear-gradient(to bottom,rgba(10,11,31,0.9) 50%,rgb(10,11,31) 70%) repeat scroll 0 0;
    box-shadow: 1px 10px 20px 5px #222;
	left: -10px;
    width: 100%;
  justify-content:space-between;
  align-items:center;
  padding:1.5rem;
  height:105px;
  background: rgba( 0, 0, 0, 0.3 );
  backdrop-filter: blur( 200.5px );
  -webkit-backdrop-filter: blur( 177px );
  border-radius: 30px;
  border: 1px solid rgba( 255, 255, 255, 0.1 );
   background-position: 100% 0;
    -o-transition: all .9s ease-in-out;
    -webkit-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;  
}

.audioplayer audio {
    display: none;
}
.audioplayer-bar {
 display: block;
  position: relative;
  width: 18%;
  height: 25%;
top: -9px;

}
.audioplayer-bar-loaded {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 122px 122px 0 0;	
}
.audioplayer-bar-played {

position: absolute;
top: -2px;
height: 100%;
z-index: 10;
border-radius: 0;
background-color: #fff;
width: 100%;
-webkit-appearance: none;
width: calc(100% - (0px));  
height: 15px;
border-radius: 5px;
background: rgba(255, 255, 255, 0.5);
outline: none;
padding: 0;
margin: 0;
cursor: pointer;
color: $color-black;
z-index: 103;

box-shadow: 0px 0px 5px 2px rgba(91,62,222,0.7);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='feather feather-chevron-up' width='' viewBox='0 0 24 24'%3E%3Cdefs/%3E%3Cpath d='M18 15l-6-6-6 6'/%3E%3C/svg%3E");
transition: all .3s ease;

}
.audioplayer-volume {
top: -6px;
position: relative;
z-index: 100;
margin-left: 20px;
font-size: 18px;
}
.audioplayer-muted .fa-volume-up:before {
content: "\f6a9";
}
.audioplayer-volume-button a {
color: #ccc;
display: block;
height: 30px;
line-height: 30px;
text-align: center;
}
.audioplayer-volume-adjust {
position: absolute;
left: 0;
bottom: 100%;
width: 30px;
height: 100px;
background-color: #333;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
padding: 10px;
display: none;
border-radius: 12px;
box-shadow: 0px 0px 5px 2px rgba(91,62,222,0.7);
}
.audioplayer-volume-adjust > div {
    width: 10px;
    height: 80px;
    border-radius: 0px;
    position: relative;
    cursor: pointer;
    background-color: #222;
    overflow: hidden;
	  border-radius: 12px;
  box-shadow: 0px 0px 5px 2px rgba(91,62,222,0.7);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='feather feather-chevron-up' width='' viewBox='0 0 24 24'%3E%3Cdefs/%3E%3Cpath d='M18 15l-6-6-6 6'/%3E%3C/svg%3E");
  transition: all .3s ease;
	  border-radius: 12px;
  box-shadow: 0px 0px 5px 2px rgba(91,62,222,0.7);
  
}

.audioplayer-volume-adjust > div > div {
    width: 100% !important;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.audioplayer-volume:hover .audioplayer-volume-adjust {
    display: block;
}

.ap-time {
    font-size: 15px;
    color: #ccc;
    margin-left: 20px;
	  margin-top: -15px;
}
.audioplayer-time-current:after {
    content: "/";
    display: inline;
    margin: 0 6px;
}
.ap-desc {
width: 300px;
}
.ap-img {
width: 100px;
height: 80px;
display: block;
position: relative;
margin: 0 10px;
  width: 80px;
  margin-bottom: 0px;
  box-shadow: rgba(221, 221, 221, 0.3) 0px 6px 18px -3px,
    rgba(221, 221, 221, 0.8) 100px -3px 0px inset;
  transition: all 0.2s;
    border: 4px solid rgba(169, 150, 253, 0.8);
	top: -10px;
background-color: #DDA0DD;
color: #DDA0DD;
border: 1px solid #DDA0DD;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid rgba(169, 150, 253, 0.5);
  width: 80px;
  aspect-ratio: 1/1;
  margin-bottom: 0px;
  box-shadow: rgba(221, 221, 221, 0.3) 0px 6px 18px -3px,
    rgba(221, 221, 221, 0.8) 100px -3px 0px inset;
  transition: all 0.2s;
    border: 4px solid rgba(169, 150, 253, 0.8);	
}

.ap-artist {
font-size: 13px;

top: 10px;
 
color: #ccc;	
}
.ap-title {
font-size: 20px;
font-weight: 500;
margin-top: -18px;
}
.ap-btns {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}




.audioplayer-playpause a {

width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50%;
display: block;
position: relative;
margin: 0 10px;
background-color: var(--primary-color);
color: #efefef;
border: 1px solid #fff;
font-size: 1.1rem;
transition: all 0.5s ease;
}
.ap-prev,
.ap-next {
cursor: pointer;
color: #fff;
background-color: var(--primary-color);
font-size: 18px;
width: 30px;
height: 30px;
text-align: center;
border-radius: 50%;
}
#nav ul li a span.fa {
color: #ff6600;
}
.audioplayer-volume-button a:hover,
.ap-dl:hover {
opacity: 1;
color: #fff;
}
.audioplayer-stopped .audioplayer-playpause a {
padding-left: 3px;
}
.audioplayer-playpause a:hover,
.ap-prev:hover,
.ap-next:hover {
background-color: #686de0;
color: #fff;
border-radius: 12px;
box-shadow: 0px 0px 5px 2px rgba(91,62,222,0.7);
transition: all .8s ease;
}
.wplayer-init .audioplayer-playpause .fas:before {
content: "\f04b";
padding-left: 1px;
}
.player-hide .wplayer {
bottom: -80px;
}
.player-hide .audioplayer {
box-shadow: 0 -15px 30px rgba(0, 0, 0, 0);
transform: scale(0.5, 0.5);
}
.ap-title,
.ap-artist {
max-width: 230px;
  transition-delay: 3s;
    font-family: "Kalam", cursive;
}
.logo {display: block; height: 40px; line-height: 40px; color: #fff !important; font-weight: 600; 
font-size: 24px; 
text-transform: uppercase;}
.logo span {color: #f6e58d;}
.logo span.logo-domain {color: #e3e4ff; font-weight: 500; font-size: 15px; margin-left: 3px;}
.search-wrap {margin: 0 30px;}
.search-box {max-width: 740px; position: relative;}
.search-box input, .search-box input:focus {padding: 0 60px 0 30px; border-radius: 10px; box-shadow: none;}
.search-box input:not(:focus)::placeholder {color: #333; opacity: 0.4; font-size: 13px;} 
.search-box button {position:absolute; right:5px; top:0px; z-index:10; width: 60px; cursor: pointer; 
background: none; color: #333; line-height: 40px; text-align: center; border-radius: 0 20px 20px 0;}
.header { box-shadow: 0 0 15px rgba(0,0,0,0.6); margin-bottom: 30px;}
.wrap {min-width:320px; position: relative;}
.wrap-center {max-width:1240px; margin:0 auto; position:relative; z-index:20;}
.header-in {padding: 0px 0;}
.col-main {min-height: 100vh;}
.col-left {width: 200px; margin-right: 30px; position: relative; z-index: 50;}
.col-right {width: 240px; margin-left: 30px;}
.footer a, .footer span {color: #686de0; border-bottom: 1px dotted #686de0;}
#gotop{position:fixed; width:60px; height:60px; line-height:60px; right:10px; bottom:10px;
z-index:997; display:none; background-color:#686de0; color:#fff; cursor:pointer; font-size:24px; 
border-radius:50%; text-align:center; box-shadow: 0 27px 53px rgba(0,0,0,0.1);}
.header, .col-left, .col-right, .col-main {transition: all .5s;}
.not-loaded .header {transform: translateY(-100px);}
.not-loaded .col-left {transform: translateY(100px);}
.not-loaded .col-right {transform: translateY(100px);}
.not-loaded .col-main {transform: translateY(-100px);}
.not-loaded .wplayer-init {transform: translateY(100px);}
.sect {margin-bottom: 30px; position: relative;}
.sect-header {margin-bottom: 30px;}
.sect-title {font-weight: 500; font-size: 22px;}
.sect-title [class*=fa-], .side-bt [class*=fa-], .speedbar [class*=fa-] {color: #f2554c; margin-right: 15px;}
.sect-bg {padding: 30px; border-radius: 10px; 
box-shadow: 0 27px 53px );}
.sect-col {width: calc((100% - 30px)/2);}
.sect-link {height: 30px; line-height: 30px; margin-left: 15px; display: block; cursor: pointer;
padding: 0 15px; background-color: #e9ecf5; border-radius: 15px; font-size: 12px;}
.sect-link:hover {background-color: #f6e58d; color:#918545;}

.sect-items {margin: 0 -10px -20px -10px;}
.collection-item, .album-item {padding: 0 10px; margin-bottom: 20px; width: 25%;}
.collection-in {display: block; height: 120px; border-radius: 10px;}
.collection-title {position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 5; text-align: center; 
background-color: rgba(104,109,224,0); color: #fff; font-weight: 600; padding: 15px;}
.collection-item:nth-child(1), .collection-item:nth-child(6) {width: 50%;}
.collection-in::before {content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 3; 
background: linear-gradient(45deg, #87CEEB 20%,#87CEEB 100%); opacity: 0.2;}

.album-item {width: 25%;}
.album-img {border-radius: 10px; margin-bottom: 15px; padding-top: 100%;}
.collection-in:hover::before {right: -100px; opacity: 1;}
.track-item:not(:last-child) {margin-bottom: 20px;}
.track-item a, a.track-desc, .track-fav a {display: block;}
.track-img {width: 40px; height: 40px; border-radius: 10px; margin-right: 15px;}
.track-play {position: absolute; z-index: 5; left: 0; top: 0; right: 0; bottom: 0; text-align: center; 
background-color: rgba(0,0,0,0.1); color: #f6e58d; cursor: pointer; font-size: 24px; opacity: 0;}
.track-title {font-weight: 500;}
.track-subtitle {font-size: 13px; color: #999; margin-top: 5px;}

.track-time {font-size: 12px; color: #999; margin-left: 15px;}
.track-fav, .track-dl {width: 30px; height: 30px; border-radius: 15px; text-align: center; 
background-color: #e9ecf5; color: #95afc0; margin-left: 10px; font-size: 13px; cursor: pointer;}
.track-dl {background-color: transparent; color: #badc58; font-size: 24px; margin-left: 20px;}
.track-dl:hover {color: #6ab04c;}
.track-fav:hover, .track-fav:hover a {background-color: #f6e58d; color:#918545;}
.track-item:hover .track-play {opacity: 1;}
.track-item.js-item-played:before {
background-color: #141319;
content: "";
border-radius: 10px;
position: absolute;
left: -10px;
top: -10px;
right: -10px;
bottom: -10px;
transition: 1.9s;
}

.js-item-played .fa-play-circle:before {content: '\f04c'; font-size: 14px; position: relative; top: -4px;}
.track-item > *, .track-item {position: relative;}
.js-item-played .track-equalizer {opacity: 1;}
.track-equalizer {z-index: 3; pointer-events: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
background-color: rgba(0,0,0,0.6); align-items: center; justify-content: center; display: flex; opacity: 0;}
.track-equalizer li {background: #f6e58d; max-width: 4px; height: 100%; margin-right: 2px; border-radius: 3px; flex: 1 1 100%;
min-width: 0; animation: equalizer .5s forwards ease-in-out infinite; animation-direction: alternate;}
.track-equalizer li:last-child {margin-right: 0;}
.track-equalizer li:nth-child(1) {animation-duration: 2s;}
.track-equalizer li:nth-child(2) {animation-duration: 1.6s;}
.track-equalizer li:nth-child(3) {animation-duration: 1.9s;}
.track-equalizer li:nth-child(4) {animation-duration: 1.5s;}
.track-equalizer li:nth-child(5) {animation-duration: 1.7s;}
@keyframes equalizer {0% {height: 5%;} 12% {height: 10%;} 24% {height: 40%;} 36% {height: 15%;} 48% {height: 25%;} 
60% {height: 30%;} 72% {height: 20%;} 84% {height: 35%;} 100% {height: 5%;} }
.side-box {margin-bottom: 20px; padding: 20px;}
.side-bt {margin: 0 -20px 20px -20px; font-size: 17px; font-weight: 500; 
border-bottom: 1px solid #f2f2f2; padding: 0 20px 20px 20px;}
.side-sticky {position: sticky; left: 0; top: 15px;}
.side-nav > li > a {display: block; font-weight: 500; padding-left: 40px;}
.side-nav > li {position: relative; margin-bottom: 20px;}
.side-nav > li > span {position: absolute; left: 0; top: 0px; color: #686de0; font-size: 18px; pointer-events: none;}
.side-nav > li > a:hover, .side-nav > li:hover > a {color: #686de0;}
.submenu > a:after {content:"\f061"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
transition: all .2s; display: inline-block; margin-left: 15px; position: relative; top: 2px;}
visibility: hidden; opacity: 0; transform: translateY(30px); padding: 20px; padding-bottom: 5px;}
.hidden-menu li {width: 50%; margin-bottom: 15px;}
.hidden-menu li a {display: block; font-size: 14px;}
.side-nav > li:hover .hidden-menu {visibility: visible; opacity: 1; transform: translateY(0px);}
.side-top-item:not(:last-child) {margin-bottom: 20px;}
.side-letter {position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 5; font-size: 17px;
text-align: center; background-color: #000; color: #fff; text-transform: uppercase; font-weight: 600;}
.side-item {display: block; margin-bottom: 10px; font-size: 14px; 
color: #999; line-height: 1.6; position: relative; padding-left: 20px;}
.side-item:last-child {margin-bottom: 0;}
.side-item span {font-weight: 500; color: #333;}
.side-item::before {content: '\f111'; font-family: 'Font Awesome 5 Pro'; font-weight: 900; 
position: absolute; left: 0; top: 4px; color: #f6e58d; font-size: 10px;}

.side-subscribe .side-bt .fal {margin-right: 10px;}
.side-subscribe-caption { color: #fff; font-size: 13px; margin-top: 20px;}
.side-subscribe .search-box input {padding: 0 15px;}
.side-subscribe button {right: 0; width: 40px;}
.side-subscribe .side-bt {border-bottom: 0; padding-bottom: 0;}
.side-text {padding: 0; color: #999; font-size: 13px; line-height: 1.6;}
.side-links {line-height: 2.2; padding: 0; font-size: 14px; margin-right: -20px;}
.side-links a {margin-right: 20px; color: #686de0;}
.side-links a:hover {text-decoration: underline;}
.fheader {margin-bottom: 15px;}
.fheader h1 {color: #686de0;}
.fheader h1 div {color: #333; margin-bottom: 5px; font-size: 0.8em;}
.fheader h1 a{margin-left: 15px;}

.fimg {width: 180px; height: 180px; margin-right: 15px; border-radius: 10px;}
.finfo li {display: flex; justify-content: flex-start; font-size: 13px; line-height: 1.8;}
.finfo li > span:first-child {color: #999; display: inline-block; width: 110px;}
.finfo span a {color: #686de0; text-decoration: underline;}
.frate a {display: block; margin-left: 13px;}
.frate a .fal {width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; margin-right: 8px;
background-color: #6ab04c; color: #fff; font-size: 18px; box-shadow: 0 2px 6px rgba(0,0,0,0.1);}
.frate a + a .fal {background-color: #eb4d4b;}
.fcaption {font-size: 13px; line-height: 1.5; color: #5c5c5c; margin: 15px 0 -5px 0;}
.ffav a {display: block;}
.ffav .track-fav {width: auto; padding: 0 10px; border-radius: 10px; 
margin: 10px 0 0 0; display: block; line-height: 30px; color: #686de0;}
.ffav .fal, .ffav .fas {color: #686de0; margin-right: 8px;}
.ffav .track-fav a {color: #686de0;}
.fctrl {width: 230px; margin-left: 15px;}
.fplay { margin-top: 15px; height: 60px; border-radius: 10px; cursor: pointer; color: #fff; font-size: 13px;
background: linear-gradient(135deg, #686de0 0%,#4834d4 100%); box-shadow: 0 2px 6px rgba(0,0,0,0.1); 
position: relative; padding: 10px 10px 10px 50px; margin-bottom: 15px;}
.fplay-caption div {font-size: 15px; font-weight: 500; margin-bottom: 3px;}
.fplay .track-play {opacity: 1; width: 40px; border-radius: 10px 0 0 10px; font-size: 14px; 
background-color: rgba(0,0,0,0.15);}

.fdl {display: block; margin-bottom: 0; color: #fff !important;
background: linear-gradient(135deg, #badc58 0%,#6ab04c 100%);}
.fdl .track-play {color: #fff; font-size: 18px;}
.js-item-played .fa-play:before {content: '\f04c';}
.fplay:hover {box-shadow: 0 2px 6px rgba(0,0,0,0);}
.fplay:hover .track-play {background-color: rgba(0,0,0,0.3);}
.show-text {width: 40px; height: 40px; border-radius: 50%; text-align: center; font-size: 18px; 
cursor: pointer; background-color: #686de0; color: #fff; 
position: absolute; bottom: 30px; left: 50%; margin-left: -20px; z-index: 5;}
.ftext[style]::before {content: ''; pointer-events: none; height: 100%; position: absolute; z-index: 3;
left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, transparent 0%, #fff 100%);}
.ftext {position: relative;}
.fcols .fcaption {width: 230px; margin: 0 0 0 15px; text-align: right;}
.fimg-podb {border-radius: 10px; height: 260px; color: #fff;}
.fimg-podb .fheader {position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; margin: 0; padding: 15px 30px;}
.fimg-podb a, .fimg-podb h1 {color: #fff;}
.fimg-podb::before {content: ''; position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; 
background: linear-gradient(to top, #686de0 0%, transparent 100%); height: 50%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{max-width:100% !important; display:block; width:100%; height:400px;}
.mejs-container {max-width:100% !important;}
.full-text {line-height: 1.7; font-size: 15px;}
.full-text img:not(.emoji) {max-width:100%; margin-top: 10px; margin-bottom: 10px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {text-decoration:underline; color:#06c;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0;}
.full-text p {margin-bottom:10px;}
.full-text > ul, .full-text > ol {margin:0;}
.full-text > ul li {list-style:disc; margin-left:40px;}
.full-text > ol li {list-style:decimal; margin-left:40px;}

.ac-inputs input {width: 48.5%; margin-bottom: 15px;}
.ac-textarea textarea {height: 100px; margin-bottom: 15px;}

.ac-protect, .ac-textarea .bb-editor + br {display: none;}
.login-box {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); 
background: rgba( 255, 255, 255, 0.00 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 18px );
-webkit-backdrop-filter: blur( 18px );
border: 1px solid rgba( 255, 255, 255, 0.18 ); padding: 30px 60px 40px 60px; border-top: 5px solid #686de0; width: 400px; 
box-shadow: 0 20px 60px rgba(0,0,0,0.5);}
.login-close {width: 26px; height: 26px; line-height: 26px; text-align: center; font-size: 24px; 
cursor: pointer; position: absolute; top: -30px; right: -30px; color: #fff;}
.login-title {font-size: 22px; font-weight: 500; margin-bottom: 15px; text-align: center;}
.login-avatar {width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 15px auto; 
text-align: center; line-height: 60px; font-size: 24px; background-color: #f2f6f8; color: #939393;}

.login-input {margin-bottom: 15px;}
.login-btn button {   background: rgba( 255, 255, 255, 0.15 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );width: 100%; margin: 15px 0;}
.login-btm a {border-bottom: 1px dotted #686de0; color: #686de0; font-size: 13px;}
.login-check {position: relative; font-size: 14px;}
.login-check input {opacity: 0; position: absolute; cursor: pointer;}
.login-check span {display: block; padding-left: 36px; height: 30px; line-height: 30px; color: #939393;}
.login-check span:before, .login-check span:after{content: '';position: absolute;top: 50%;transition: .3s;}

.login-check span:before{left: 0; height: 10px; margin-top: -5px; width: 26px; border-radius: 5px; 
background: #fff; box-shadow: inset 0 1px 4px rgba(0,0,0,0.3);}	
.login-check span:after{left: 1px; height: 12px; width: 12px; margin-top: -6px; background: #2ecc71;
border-radius: 6px; box-shadow: 0 1px 4px rgba(0,0,0,0);}
.login-check input:checked + span:before {background-color: #fff;}
.login-check input:checked + span:after {left: 13px; background-color: #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.3);}
.login-menu {border-top: 1px solid #e3e3e3; border-left: 1px solid #e3e3e3;}
.login-menu li {text-align: center; border-right: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3ee; width: 50%;}

.login-menu a {display: block; padding: 10px 5px; font-size: 13px;}
.login-menu li .fa {display: none; height: 28px; font-size: 22px; color: #06c;}
.login-admin {text-align: center; margin: -10px 0 25px 0;}
.login-soc-title {display: flex; align-items: center; margin: 30px 0 15px 0;}
.login-soc-title:before, .login-soc-title:after {content: ''; height: 1px; background-color: #e3e3e3; flex: 1;}
.login-soc-title:before {margin-right: 15px;}
.login-soc-title:after {margin-left: 15px;}
.login-soc-btns {text-align: center;}
.login-soc-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.btn-menu {display: none;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#f2f6f8;
padding:15px 20px; z-index:9999; position:fixed; left:-320px; top:0; transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
position:fixed; left:0; top:0; z-index:9998; display:none;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 9999;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #e84e36; color: #fff; transition:top .4s;}
.btn-close.active {top:0px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}
.side-panel .hidden-menu {width: 100%; width: calc(100% + 40px); margin: 20px -20px 10px -20px; box-shadow: none;
border-radius: 0; position: static; visibility: visible; transform: none; opacity: 1; padding: 20px 10px 1px 10px;}
.side-panel .hidden-menu li {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
max-width: 100%; min-width: auto; white-space: nowrap; margin: 0 10px 20px 10px;}
@media screen and (max-width: 1220px) {
.wrap {padding: 0; overflow: hidden;}
.wrap-center {max-width:1000px; width: calc(100% - 30px);}
.col-left {display: none;}
.btn-menu {display: block; font-size: 28px; margin-left: 15px; cursor: pointer; color: #fff;}
.search-wrap {margin: 0 30px;}
.header-btn {background-color: rgba(0,0,0,0.1); color: #fff;}
.header, .sect, .side-box {margin-bottom: 15px;}
.col-right {margin-left: 15px;}
#gotop {bottom: 70px; width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
.wplayer {bottom: 0;}

.fcols .fcaption {width: 100%; margin: 10px 0 -15px 0; text-align: left;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:400px;}
}
@media screen and (max-width: 950px) {
.wrap-center {max-width:768px;}
.col-right {display: none;}
.footer {display: block; text-align: center;}
.footer-copyright {margin: 0 0 30px 0;}
}
@media screen and (max-width: 760px) {
.wrap-center {max-width:640px;}
.not-logged .login-avatar {display: none;}
.login-close {top: -5px;}
.login-title {font-size: 18px;}
.login-box {max-width: calc(100% - 60px); padding: 15px;}
.header-in {padding: 10px 0;}
.search-wrap {-ms-flex-order: 10;-webkit-order: 10;order: 10; min-width: 100%; margin: 10px 0 0 0;}
.logo {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
max-width: 100%; min-width: 50px; margin-right: 15px;}
.sect-col {width: 100%;}
.sect-col + .sect-col {margin-top: 30px;}
.sect-bg {padding-left: 15px; padding-right: 15px;}
.ap-title, .ap-artist {max-width: 100%;}
.ap-desc {position: absolute; left: 0; right: 0; bottom: 100%; z-index: 5; min-width: 100%; padding: 10px; 
background-color: #333; box-shadow: 0 0 30px rgba(0,0,0,0.1); visibility: hidden;}
.ap-mob-btn {display: block; cursor: pointer; font-size: 28px; color: #f6e58d;}
.ap-time {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
max-width: 100%; min-width: 50px; justify-content: flex-end;}
.ap-desc.is-active {visibility: visible;}
.audioplayer-volume {display: none;}
.ap-btns {left: 70px; transform: translate(0,-50%);}
.fctrl {width: 100%; margin: 15px 0 0 0; display: flex; justify-content: space-between;}
.fplay {width: 48%; margin: 0;}
.fimg-podb {border-radius: 0; margin: -30px -15px 0 -15px;}
.fimg-podb .fheader {padding: 15px;}
.dcont button {font-size:12px; padding:0 15px !important;}

}
@media screen and (max-width: 590px) {
.wrap-center {max-width:480px;}
.header-btn {margin-left: 15px; font-size: 12px; padding: 0 10px; border-radius: 15px; height: 30px; line-height: 30px;}
.sect-title {font-size: 20px;}
.sect-items {margin: 0 -5px -10px -5px;}
.album-item, .collection-item {width: 50%; padding: 0 5px; margin-bottom: 10px;}
.col-right {display: block; width: 100%; margin: 10px 0 0 0;}
.ac-inputs input {width: 100%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}
.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}
@media screen and (max-width: 470px) {
.wrap-center {max-width:360px;}
.track-time {font-size: 10px; margin-left: 10px;}
.track-dl {margin-left: 10px;}
.logo {font-size: 20px;}
.fmain {margin: -15px; margin-bottom: 15px; border-radius: 0; padding: 15px;}
.frate {font-size: 12px;}
.frate a .fal {width: 30px; height: 30px; line-height: 30px; font-size: 14px; margin-right: 5px;}
.fheader h1 {font-size: 20px;}
.fimg {width: 100px; height: 100px; margin-right: 10px;}
.finfo li {line-height: 1.5;}
.ffav {display: none !important;}
.fcols .fcaption {margin-bottom: 0;}
.fimg-podb {margin-top: -15px; height: 150px;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
background-color:  font-size: 15px;}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, 
html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover 
{background-color:  ; box-shadow: 0 10px 20px 0 rgba(0,0,0,0);}
.bottom-nav {margin-bottom: -10px; padding-top: 30px;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 10px; 
margin:0 3px 10px 3px; line-height: 40px; min-width: 40px; background-color: #fff; 
box-shadow: 0 23px 57px rgba(0,0,0,0.03); border-radius: 10px; font-weight: 500; font-size: 17px;}
.navigation span:not(.nav_ext), .pagi-nav a:hover {background-color:#686de0; color: #fff;}

.link1 {
background-color: rgba(173, 255 255, 0.35);
border: 1px solid rgba(200, 200, 255, 0.8);
border-radius: 6px;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
cursor: pointer;  
padding: 10px 20px;
text-decoration: none;
}
.nav {
list-style: none;
}
.nav li {
float: left;
}
.nav li a {
display: block;
text-decoration: none;
border-radius: 9px;
margin: 5px 
}
.active12{
background: #1E90FF;
transition: background ease .5s;
}
.image-box21 {
height: 120px;
width: 400px;
border-radius: 15px;
padding: 3px;
background: #092c3e;
transition: transform 0.80s;
overflow: hidden;
}
.image-box21 img {
height: 100%;
width: 150%;
object-fit: cover;
border: 5px solid #fff;
border-radius: 12px;
}
.image-box20 {
height: 120px;
width: 200px;
border-radius: 15px;
padding: 3px;
background: #092c3e;
transition: transform 0.80s;
overflow: hidden;
}
.image-box20 img {
height: 100%;
width: 150%;
object-fit: cover;
border: 5px solid #fff;
border-radius: 12px;
}
.image-boxp img {
border: 2px solid #1E90FF;
border-radius: 2px;
}
i,
video {
vertical-align: baseline;
}

#nav li.menu-item-has-children:after {
	content: "\f0d7";
	position: absolute;
	width: 0;
	height: 0;
	top: 20px;
	right: 10px;
	font-family: 'FontAwesome';
	font-size: 15px;
	color: #fff;
	cursor: pointer;	
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	visibility: visible;

}



























#nav li li:hover > a, #nav li li.current-menu-item > a {
	border-left: 10px solid #E0FFFF;
	padding-left: 15px;
}
#nav li ul {
	z-index: 9999;
	position: absolute;
	visibility: hidden;
	height: auto;
	float: left;
	width: 250px;
	max-width: 400px;
	min-width: 150px;
	box-shadow: 0px 13px 16px 1px rgba(0, 0, 0, 0.68), inset 1px 0px 0px #292c32;
	background: #222731;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
  border-radius: 12px;

    background: rgba( 0, 0, 0, 0.9 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
}

   .active1 {
border-radius: 20px;
  background: rgba( 0, 0, 0, 0.5 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  font-weight: 600;
 }
   .trailer-tab {
  font-weight: 600;
border-radius: 20px;
  background: rgba( 65, 105, 225, 0.7 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  font-weight: 600;
 }
 
   .dark .trailer-tab {
  font-weight: 600;
border-radius: 20px;
  background: rgba( 0, 0, 255, 0.2 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  font-weight: 600;
 }

    .trailer-tab1 {
  font-weight: 600;
 }
     .active2 {
border-radius: 20px;
  background: rgba( 25, 25, 112, 0.7 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  font-weight: 600;
 }

  .dark  .active2 {
border-radius: 20px;
  background: rgba( 0, 0, 255, 0.2 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  font-weight: 600;
 }

  .dark .sect-bg1 {
   border-radius: 12px;
 background: radial-gradient(
  circle,
  rgba(20, 24, 52, 0.6) 0%,
  rgba(19, 22, 47, 0.6) 10%);
  background: rgba( 0, 0, 0, 0.3 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
 padding: 30px; 
margin-bottom: 2%;
border-radius: 10px;
  background-size:cover;
  padding:2rem;
	  cursor:pointer;
  justify-content:space-between;
}
.sect-bg1 {
  background: rgba( 255, 255, 255, 0.0 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.0 );
 padding: 30px; 
margin-bottom: 2%;
border-radius: 10px;
  background-size:cover;
  padding:2rem;
	  cursor:pointer;
  justify-content:space-between; 
}

.content1 {
width: 227px;
height: 140px;
border-radius: 8px;

}
.image-box100 {
width: 227px;
height: 140px;
backdrop-filter: blur(0px);
border-radius: 8px;
}
.image-box100:hover {
transform: scale(1.04) rotate(1deg);
}


.mobile-menu-icon, 
.mobile-search-icon {
display: none!important;
}
header .top .logo a {
color: #fff;
text-decoration: none;
}
header .top .logo img {
	max-width: 100%;
	max-height: 100%;
	margin: -10px auto;
	background-size: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
}
.logo-content {
	padding-top: 7px;
}
.logo-content span {
	color: #fff;
	background-color: #ff1151;
	border-radius: 3px;
	padding: 0 5px;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 20px;
}
a.logo-text {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
header a.logo-image {
	margin-top: -13px;
	float: left;
}
header .menu {
	width: 100%;
	height: 55px;
	float: left;
	background-color: #171A21;
	border-bottom: 3px solid #6c5ce7;
	position: relative;
	display: block;
	padding: 0px 27px;
}
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
}
#nav li {
	position: relative;
	float: left;
	list-style: none;
}
#nav li a {
	color: #fff;
	display: block;
	line-height: 55px;
	padding: 0px 16px 0px 16px;
	height: 55px;
	transition: .3s all;
	letter-spacing: -0.3px;
	font-weight: 500;
	font-size: 16px;
}

header .top .search {
	width: 100%;
	height: 45px;
	float: left;
	position: relative;
}
header .top .search input {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
	background-color: rgba(0, 0, 0, 0.15);
	outline: none;
	border: none;
	border-radius: 100px;
	font-family: 'Source Sans Pro';
	padding-top: 0px;
	color: #474747;
	font-size: 14px;
	padding-left: 3px;
	padding-right: 46px;
	text-indent: 19px;
	transition: .3s all;
	outline: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}
header .top .search input:not(:focus)::placeholder {
	color: #fff;
	opacity: .8;
	font-size: 14px;
}
header .top .search form {
	height: 45px;
}
header .top .search input:focus {
	background-color: #fff;
	box-shadow: 0 12px 25px 0 rgba(0,0,0,0.21);
}
#search-button {
	color: #fff;
	font-size: 16px;
	position: absolute;
	right: 5px;
	top: 3px;
	background: 0;
	border: 0;
	border-radius: 5px;
	height: 38px;
	width: 38px;
cursor: pointer;
outline: none;
}
.btn {
padding: 0 15px;
}
.btn.header {
background-color: #6c5ce7;
border-radius: 100px;
color: #fff !important;
font-size: 14px;
letter-spacing: 0.17px;
border-radius: 100px;
line-height: 40px;
}
.btn.showmore {
text-transform: uppercase;
font-size: 12px;
padding: 3px 30px 0 30px;
margin: 0 auto;
float: none;
}
.btn.showmore:hover {
background: #FFA900;
box-shadow: 0 11px 29px 0 rgba(255,169,0,0.36);
border-color: #FFA900;
}
.guest-buttons {
float: right;
}
.guest-buttons a {
transition: .3s all;
text-decoration: none;
}
.guest-buttons a:first-child {
margin-right: 10px;
border: 0;
background-color: rgba(0, 0, 0, 0.15);
}
.guest-buttons a:first-child span {
color: #ff6600;
}
.guest-buttons a span {
font-size: 16px;
padding-right: 5px;
position: relative;
top: 1px;
transition: .3s all;
}
.link {
  align-items: center;
  backdrop-filter: blur(3px);
  background-color: rgba(173, 255 255, 0.35);
  border: 1px solid rgba(200, 200, 255, 0.8);
  border-radius: 6px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;  
  display: inline-flex;
  gap: 5px;
  left: 200px;
  padding: 10px 20px;
  position: fixed;
  text-decoration: none;
  z-index: 100;
}
.link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.link > i, .link > span {
  height: 20px;
  line-height: 20px;
}

.link > span {
  color: white;
  font-family: "Rubik", sans-serif;
}
.article-card{
    border:3px solid #777777;
}
.btn {
  color: #fff;
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background-size: 400%;
}
@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
.btn:before {
  content: "";
  position: absolute;
  top: -0px;
  right: -0px;
  bottom: -0px;
  left: -0px;
  z-index: -1;
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: .5s;
}
.btn:hover:before {
  filter: blur(20px);
  opacity: 1;
  animation: animate 10s linear infinite;
}
.image-gallery1{
  max-width: 1100px;
  min-height: 20vh;
  width: 100%;
  margin: auto;
    border-radius: 30px 30px
	margin-bottom: 20px;
}

.dark .image-gallery1 header{
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding: 20px 0;
  letter-spacing: 1px;
  background: rgba( 0, 0, 0, 0.3 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
    border: 2px solid #ccc;
}
.image-gallery1 header{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
    background: rgba( 255, 255, 255, 0.15 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
 border: 2px solid #ccc;
  padding: 20px 0;
  letter-spacing: 1px;
  border-radius: 20px 20px
}
section .logo_icons{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
section .logo_icons a{
  display: flex;
  align-items: center;
  text-decoration: none;
}
section .logo_icons .logoImg{
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

section .logo_icons .text_content{
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  color: #333;
}

section .logo_icons .icons i{
  height: 35px;
  width: 35px;
  background: #ccc;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.logos img{
opacity: 0.3;
margin: 0 7px;
}
.clocktext {
  background: rgba( 255, 255, 255, 0.15 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
display:block;
margin:0;
padding:1px 0 0 0;
width:100%;
text-align:center;
line-height:1.2;
white-space:nowrap;
 background: radial-gradient(
  circle,
  rgba(20, 24, 52, 0.6) 0%,
  rgba(19, 22, 47, 0.6) 10%);
}
#date {
font-size:1.3rem;
padding-top:15px;
}
#time {
font-size:5rem;
margin:1px 0 0 0;
}
#time span {
display:inline-block;
padding:0;
vertical-align: baseline;
text-align:left;
width: 2em;
margin:0 0 0 0.5em;
font-size:1.5rem;
line-height:1.5;
white-space:normal;
}
.edit {
    display: inline-block;
    padding: 0.5rem 1rem;
  background: rgba( 255, 255, 255, 0.15 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
    text-transform: uppercase;
    font-size: 0.7rem;
    color: var(--color-highlight);
    border-radius: 8em;
}

.edit11 {
    display: inline-block;
    padding: 0.5rem 1rem;
  background: rgba( 123, 104, 238, 0.15 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
    text-transform: uppercase;
    font-size: 0.7rem;
    color: var(--color-highlight);
    border-radius: 2em;
}


.edit1 {
    display: inline-block;
    padding: 0.5rem 1rem;
  background: rgba( 123, 104, 238, 0.15 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
    text-transform: uppercase;
    font-size: 0.7rem;
    color: var(--color-highlight);
    border-radius: 8em;
}

.edit2 {
    display: inline-block;
    padding: 0.5rem 1rem;
  background: rgba( 100, 149, 237, 0.15 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
    text-transform: uppercase;
    font-size: 0.7rem;
    color: var(--color-highlight);
    border-radius: 8em;
}
.edit3 {
    display: inline-block;
    padding: 0.5rem 1rem;
  background: rgba( 65, 105, 225, 0.15 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
    text-transform: uppercase;
    font-size: 0.7rem;
    color: var(--color-highlight);
    border-radius: 8em;
}


.edit4 {
    display: inline-block;
    padding: 0.5rem 1rem;
  background: rgba( 65, 105, 225, 0.15 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
    text-transform: uppercase;
    font-size: 0.7rem;
    color: var(--color-highlight);
    border-radius: 8em;
}


body {
    border-radius: 10px
}

.dark .job-box {
  padding: 15px 60px;
  background: rgba( 0, 0, 0, 0.4 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 0, 0, 0, 0.18 );
   border-radius: 10px 10px;
   margin-bottom: 20px;
}

.job-box {
  padding: 15px 60px;
  background: rgba( 255, 255, 255, 0.15 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 0, 0, 0, 0.18 );
   border-radius: 10px 10px;
   margin-bottom: 20px;
}

ul {
  list-style: none; 
}
.list-disk li {
  list-style: none;
  margin-bottom: 12px;
}
.list-disk li:last-child {
  margin-bottom: 0;
}
.job-box .img-holder {
  height: 65px;
  width: 65px;
  background-color: #4e63d7;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
  background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
   justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
   align-items: center;
  border-radius: 65px;
}



@media (min-width: 768px) {
  .job-content ul li {
    border-bottom: 0;
    padding: 0;
  }
}

.job-content ul li i {
  font-size: 20px;
  position: relative;
  top: 1px;
}
.mb-30 {
    margin-bottom: 30px;
}

.fa-picture-o:before {
  content: "\f03e";
}
.fa-file-audio-o:before {
  content: "\f03e";
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

.footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.5rem;
  padding: 10px;
  
}

.footer-row .footer-col h4 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}
.footer-col .links li {
  list-style: none;
  margin-bottom: 10px;
}
.footer-col .links li a {
  text-decoration: none;
  color: #bfbfbf;
}
.footer-col .links li a:hover {
  color: #fff;
}


 .footer-col p {
   margin: 20px 0;
  color: #bfbfbf;
  max-width: 300px;
}

.footer-col form {
  display: flex;
  gap: 5px;
}
  .container { max-width: 1150px; }
.content{
  background: rgba( 255, 255, 255, 0.15 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
    transition: 1.2s;
   float: left;
  width: calc(54% - 54px);
  display: flex;
  margin-left: 1rem;
    margin-bottom: 1rem;
  border-radius: 12px;
  position: relative;
   float: left;
}
.dark .content{

  background: rgba( 0, 0, 0, 0.4 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );

}
.content2{
  display: flex;
  margin-left: 1rem;
    margin-bottom: 1rem;
  border-radius: 12px;
  position: relative;

   float: left;
  width: calc(54% - 54px);

}

.image-box {
  height: 150px;
  width: 240px;
  border-radius: 12px;
  padding: 3px;
  background: #092c3e;
    transition: transform 0.25s;
	  overflow: hidden;
}
.image-box img {
  height: 100%;
  width: 150%;
  object-fit: cover;
  border: 5px solid #fff;
  border-radius: 12px;
}

.image-box100  {
  height: 100%;
  width: 35%;
  object-fit: cover;
  border: 5px solid #24292d;
  border-radius: 12px;
}

.dark .image-box100  {
  height: 100%;
  width: 35%;
  object-fit: cover;
  border: 5px solid #fff;
  border-radius: 12px;
}

#switch:checked ~ .outer .image-box{
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
#switch:checked ~ .outer .image-box img{
  border-color: transparent;
}
.dark .content .details{
  color: #fff;

}
.content .details{
  width: 50%;
   color: #fff;
  margin: 10px 0 20px 20px;
}
.content .details p{
 font-size: 15px;
   font-weight: 600;
 margin-top: 6px;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&display=swap');

.card-list {
    display: flex;
    padding: 3rem;
    overflow-x: scroll;
}
.card-list::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.card-list::-webkit-scrollbar-thumb {
    background: #201c29;
    border-radius: 10px;
    box-shadow: inset 2px 2px 2px hsla(0,0%,100%,.25), inset -2px -2px 2px rgba(0,0,0,.25);
}

.card-list::-webkit-scrollbar-track {
    background: linear-gradient(90deg,#201c29,#201c29 1px,#17141d 0,#17141d);
}

.dark .content {
    border-radius: 16px;
    box-shadow: -1rem 0 3rem #000;
    transition: 1.2s;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.9);
  
}
header .navbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .menu{
  display: flex;
  flex-wrap: wrap;
}
.navbar .logo a{
  text-decoration: none;
  font-size: 22px;
  color: #000;
  font-weight: 500;
}
.navbar .menu li{
  list-style: none;
  margin: 0 6px;
}
.navbar .menu a{
  color: #000;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.navbar .menu a:hover{
  color: #f2f2f2;
}
.navbar .buttons input{
  outline: none;
  color: #f2f2f2;
  font-size: 18px;
  font-weight: 500;
  border-radius: 12px;
  padding: 6px 15px;
  border: none;
  margin: 0 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: linear-gradient( 135deg, #ff9a9e  10%, #F6416C 100%);

}
.navbar .buttons input:hover{
  transform: scale(0.97);
}
 header .text-content{
   width: 40%;
   margin: 100px 0 0 50px ;
 }
.text-content h2{
  font-size: 27px;
  font-weight: 600;
}
.text-content p{
font-size: 15px;
margin-top: 10px;
}
header .play-button{
position: absolute;
right: 50px;
bottom: 40px;
}
.play-button .play{
font-size: 18px;
font-weight: 500;
}
 .play-button .play::before{
content: '';
position: absolute;
height: 3px;
width: 50px;
top: 50%;
transform: translateY(-50%);
left: -58px;
background: #000;
 }
.play-button i{
height: 40px;
width: 40px;
border: 2px solid #000;
  line-height: 38px;
text-align: center;
  margin-left: 10px;
  border-radius: 6px;
  cursor: pointer;
}
@media (max-width:850px) {
  header .navbar{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 5px;
  }
  .navbar .menu {
    margin: 10px 0 20px 0;
  }
  header .text-content{
    margin: 30px 0 0 20px ;
    width: 70%;
  }
  header .text-content h2{
    font-size: 20px;
  }
}
@media (max-width:410px) {
  header{
    height: 100vh;
    width: 100%;
    border-radius: 0px;
  }
  header .navbar{
    padding: 15px 10px;
}
}
*{

  font-family: 'Poppins',sans-serif;
  transition: all 0.9s ease;
}
.collection-title{
  font-family: 'Poppins',sans-serif;
  transition: all 0.9s ease;
}
body.dark{
    --primary-color: #3A3B3C;
}

.dark .edit26 {
 background: radial-gradient(
  circle,
  rgba(0, 21, 54, 90.6) 100%,
  rgba(0, 21, 54, 90.6) 100%);
}
.edit26 {
  background: rgba( 255, 255, 255, 0.15 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  color: #fff;
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background-size: 400%;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
	font-size: 0.7rem;
  position: relative;
}
.edit26:before {
  top: -0px;
  right: -0px;
  bottom: -0px;
  left: 100px;
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  opacity: 0;
  transition: .5s;
}
.edit26:hover:before {
  filter: blur(20px);
  opacity: 1;
  animation: animate 10s linear infinite;
}

.h3 {
  font-size: var(--fs-3);
  font-weight: 700;
}
.h4 {
  font-size: var(--fs-4);
  font-weight: 700;
}
.loading {
background-color: var(--gray);
color: transparent;
background-image: linear-gradient(to right, transparent, #55555565, transparent);
background-size: 200% 100%;
animation: loading 1.6s linear infinite;
}
@keyframes loading {
100% {
background-position: -200% 0%;
}
}
.row > * {
width: 100%;
max-width: 100%;
}
.btn:focus, .btn.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.9);
}

body {
color: #888da8;
--gradient: linear-gradient( 135deg, #72EDF2 10%, #5151E5 100%);
}
.anim2{
animation: show_toast 2s ease forwards;
}
@keyframes show_toast {
0%{
transform: translateX(-100%);
}
40%{
transform: translateX(10%);
}
80%, 100%{
transform: translateX(0px);
}
}

@keyframes hide_toast {
0%{
transform: translateX(0px);
}
40%{
transform: translateX(10%);
}
80%, 100%{
opacity: 0;
pointer-events: none;
transform: translateX(-100%);
}
}

.btndark{
color:  #000000;
font-size: 25px;
cursor: pointer;
top: 6px;
left: 50px;
}

.dark .btndark{
color:  #1E90FF;
font-size: 25px;
cursor: pointer;
top: 6px;
left: 50px;
}
.btn.showmore:hover {
background: #FFA900;
box-shadow: 0 11px 29px 0 rgba(255,169,0,0.36);
border-color: #FFA900;
}

.btn.showmore {
text-transform: uppercase;
font-size: 12px;
padding: 3px 30px 0 30px;
margin: 0 auto;
float: none;
}

.lightBox .logo_icons .icons i:hover{
color: #fff;
background: #7d2ae8;
}
section .image-gallery{
max-width: 1300px;
min-height: 100vh;
width: 100%;
background: #fffff;
margin: auto;
}
.dark .image-gallery{
max-width: 1300px;
min-height: 100vh;
width: 100%;
background: rgba( 0, 0, 0, 0.15 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 18px );
-webkit-backdrop-filter: blur( 18px );
border: 1px solid rgba( 255, 255, 255, 0.18 );
margin: auto;
}
.image-gallery header{
color: #fff;
font-size: 30px;
font-weight: 600;
text-align: center;
padding: 20px 0;
letter-spacing: 1px;
background: rgba( 255, 255, 255, 0.15 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 18px );
-webkit-backdrop-filter: blur( 18px );
border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.dark .image-gallery header{
color: #fff;
font-size: 30px;
font-weight: 600;
text-align: center;
padding: 20px 0;
letter-spacing: 1px;
background: rgba( 0, 0, 0, 0.3 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 18px );
-webkit-backdrop-filter: blur( 18px );
border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.image-gallery .image-container{
columns: 3;
margin-top: 20px;
gap: 15px;
}

.image-gallery .dark. image-container{
columns: 5;
margin-top: 20px;
gap: 15px;
background: rgba( 255, 255, 255, 0.4 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 18px );
-webkit-backdrop-filter: blur( 18px );
border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.image-container img{
width: 100%;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
background: rgba( 255, 255, 255, 0.4 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 18px );
-webkit-backdrop-filter: blur( 18px );
border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.image-container .image-box{
position: relative;
cursor: pointer;
margin: 10px 0; 
}
.image-box .logo_icons{
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
padding: 10px 15px;
background: rgba(0, 0, 0, 0.2);
box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.2);
opacity: 0;
pointer-events: none;
transition: all 0.3s ease;
}
.image-box:hover .logo_icons{
opacity: 1;
pointer-events: auto;
}
.image-box .logo_icons .icons i{
color: #b4b4b4;
background: #fff;
}
.logo_icons .icons i:hover{
color: #707070;
}
section .image-gallery .logo_icons .text_content{
color: #fff;
font-size: 14px
}
section .image-gallery .text_content .followers{
font-size: 12px;
font-weight: 400;
margin-top: -4px;
}
.dark .wrapper9 .title9 {
color: #fff;
line-height: 40px;
text-align: center;
background: radial-gradient(
circle,
rgba(20, 24, 52, 1.6) 0%,
rgba(19, 22, 47, 1.6) 10%);
font-size: 25px;
font-weight: 500;
border-radius: 4px 4px 0 0
}
.wrapper9 .title9 {
background: rgba( 255, 255, 255, 0.15 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 18px );
-webkit-backdrop-filter: blur( 18px );
border: 1px solid rgba( 255, 255, 255, 0.18 );
color: #fff;
line-height: 40px;
text-align: center;
background: #2775ff;
font-size: 25px;
font-weight: 500;
border-radius: 4px 4px 0 0
}

.article-card {
width: 400px;
height: 212px;
border-radius: 10px;
overflow: hidden;
position: relative;
font-family: Arial, Helvetica, sans-serif;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
transition: all 300ms;
float: left;
margin-left: 8px;
}

.article-card:hover {
transform: translateY(-2px);
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.article-card img {
width: 100%;
height: 100%;
object-fit: cover;
}

.article-card .content {
box-sizing: border-box;
width: 100%;
position: absolute;
padding: 0px 0px 10px 0px;
height: 30px;
bottom: 0;
}

.article-card .content2 {
box-sizing: border-box;
width: 100%;
position: absolute;
padding: 0px 0px 10px 0px;
height: 30px;
bottom: 0;
}

.article-card .date,
.article-card .title {
margin: 0;
}

.article-card .date {
font-size: 13px;
color: rgba(255, 255, 255, 0.9);
margin-bottom: 4px;
}

.article-card .title {
font-size: 13px;
color: #fff;
}

.anim-bg-gradient {
background: linear-gradient(120deg, #4169E1, MidnightBlue, #192229);
background-size: 200% 100%;
background-position: 100% 0;
transition: background-position .5s;
font-size: 1rem;
}
.anim-bg-gradient:hover {
background-position: 0 0;
}
.anim-bg-gradient1 {
background: linear-gradient(120deg, SlateBlue, DarkSlateBlue, #192229);
background-size: 200% 100%;
background-position: 100% 0;
transition: background-position .5s;
font-size: 1rem;
}
.anim-bg-gradient1:hover {
background-position: 0 0;
}
.card1-title i:hover{
transform: scale(1.25) rotate(100deg); 
color:#ffff;
}
.card13:hover{
transform: scale(1.05);
box-shadow: 10px 10px 15px rgba( 255,255,255,255.5);
}
.active13 {
background-color: var(--gray);
background-image: linear-gradient(to right, transparent, #55555565, transparent);
background-size: 200% 100%;
animation: loading 1.6s linear infinite;
}

.track-img {
width: 150px;
height: 90px;
backdrop-filter: blur(0px);
left: 25px;
right: -20px;
}