@import url("../fonts/benzin/stylesheet.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
}
body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Чтобы предотвратить горизонтальную прокрутку */
}
.bg {
	background-color: #131315;
	    margin: 0;
    padding: 0;
}
.list {
	vertical-align: middle;
	display: inline-block;
}
.line {
	width: 100%;
	height: 40px;
background: rgb(175,33,214);
background: linear-gradient(25deg, rgba(175,33,214,1) 0%, rgba(109,49,194,1) 51%, rgba(49,144,194,1) 70%, rgba(84,30,203,1) 100%);
font-family: 'Benzin';
animation: gradient-animation 10s ease infinite;
overflow: hidden;
font-weight: 700;
color: white;
padding-top: 3px;
margin-right: 0px;
}
.line span {
	font-family: 'Benzin';
font-weight: 700;
color: white;
margin-right: 10px;
display: inline-block; /* Сделать текст блочным, чтобы он не переносился */
white-space: nowrap; /* Запрет переноса текста */
position: absolute;
left: 100%;
font-size: 20px;
text-align: center;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%; /* Исходная позиция градиента */
    }
    100% {
        background-position: 100% 50%; /* Конечная позиция градиента */
    }
}

.releases {
	margin-top: 45px;
}
.releases img {
	height: 260px;
	border-radius: 16px;
	# border: 3px rgba(255, 255, 255, 0.8) solid;
}
.r-i {
	background: rgba( 45, 45, 60, 0.45 );
backdrop-filter: blur( 9px );
-webkit-backdrop-filter: blur( 9px );
border-radius: 16px;

width: 260px;
padding: 10px;
margin-top: 10px;
}
.r-t {
	font-family: 'Benzin';
font-weight: 600;
color: white;
}
.r-s {
	color: white;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	opacity: 0.4;
	margin-bottom: 0px;
}
.releases button {
	color: black;
	margin-top: 10px;
	background-color: #fff;
	border-radius: 15px;
	padding: 5px;
	display: inline-block;
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	transition: 0.25s;
}
.releases button:hover {
	background-color: #DADADA;
}
.n-r {
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
		background: rgba( 35, 35, 40, 0.45 );
		padding: 10px;
backdrop-filter: blur( 9px );
-webkit-backdrop-filter: blur( 9px );
border-radius: 20px;
}
.menu img {
	height: 50px;
	
}
.menu {
	padding-top: 20px;
	padding-bottom: 20px;
}
.send {
	float: right;
	color: black;
	background-color: #fff;
	border-radius: 11px;
	padding: 5px 20px;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	transition: 0.25s;
	cursor: pointer;
	float: right;
	margin-top: 10px;
}

.main .h12 {
	color: white;
	font-weight: 600;
	font-family: 'Benzin';
	margin-top: 50px;
	margin-bottom: 20px;
    text-align: center;
	opacity:1;
}
.emoji {
	height: 40px;
	transform: translateY(-4px);
}
.emoji2 {
	height: 20px;
	transform: translateY(-2px);
}
.emoji3 {
	height: 30px;
	transform: translateY(-2px);
}
.main h5 {
	color: white;
	margin-bottom: 50px;
}

.prem1 {
	background: rgba( 35, 35, 40, 0.45 );
	border-radius: 20px;
	padding: 20px;
	width: 300px;
	color: white;
	text-align: left;
	margin: auto;
	
opacity: 0; /* Начальная прозрачность */
  transform: translateY(50px); /* Начальное смещение вниз */
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.show {
  opacity: 1;
  transform: translateY(0);
}
.hhh {
  display: none; /* Скрытие блока изначально */
}
.prem1:hover {
	background: rgba( 40, 40, 50, 0.45 );
}
.prem1 span {
	opacity: 0.5;
	font-weight: 500;
}
.prem1 h3 {
	margin-bottom: 0px;
	font-weight: 700;
}
.contact {
	background: rgba( 35, 35, 40, 0.45 );
	border-radius: 20px;
	padding: 40px;
	margin-top: 50px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.cycl1 {
	position: absolute;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background-color: rgba(109,49,194,1);
	filter: blur(140px);
	right: 0;
	transform: translateX(150px);
}
.cycl2 {
	position: absolute;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background-color: rgba(49,144,194,1);
	filter: blur(140px);
	right: 0;
	transform: translateX(150px);
}
.contact1 {
	background: rgba( 35, 35, 40, 0.45 );
	border-radius: 20px;
	padding: 40px;
	margin-top: 0px;
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
}
.contact h3 {
	color: white;
	font-family: 'Benzin';
	font-weight: 700;
}
.contact1 h3 {
	color: white;
	font-family: 'Benzin';
	font-weight: 700;
}
.s-s {
		
	color: black;
	background-color: #fff;
	border-radius: 11px;
	padding: 5px 20px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	transition: 0.25s;
	cursor: pointer;

	margin-top: 10px;
}
.abu h1 {
	color: white;
	font-family: 'Benzin';
	font-weight: 600;

	margin-bottom: 10px;
}
.abu {
	padding-top: 50px;
}
.hr {
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: 0.6;

}
.abu h5 {
	color: white;
	font-weight: 500;
	margin-top: 10px;
	font-size: 15px;
	margin-bottom: 30px;
}
.ons {
	
	background: rgba( 35, 35, 40, 0.45 );
	border-radius: 40px;
	padding: 40px;
	
}
footer {
	background: rgba( 35, 35, 40, 0.45 );
	margin-top: 50px;
	padding: 30px;
}
footer img {
	height: 50px;
	
}
footer .de  {
	color: white;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 15px;
	opacity: 0.5;
}
.de1 {
	  margin-top: 0px;
  }
@media only screen and (max-width: 600px) {
  .prem1 {
	  margin-top: 20px;
  }
  .menu {
	  padding: 30px;
  }
  .cycl1 {
	 opacity: 0.4;
  }
  .cycl2 {
	 opacity: 0.4;
  }
  .main h5 {
	  padding: 20px;
	  margin-bottom: 0px;
  }
  .de1 {
	  margin-top: 20px;
  }
}