@font-face {
	font-family: "Gilroy-Regular"; 
	src: url(../fonts/Gilroy-Regular.ttf);
}
@font-face {
	font-family: "Gilroy-SemiBold"; 
	src: url(../fonts/Gilroy-SemiBold.ttf);
}

body {
	background: #38323d;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: "Gilroy-Regular", "verdana";
}

a{
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
.f-c{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.f-b{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.wrap{
	margin: 0 auto;
}
/*main*/
.main {
	text-align: center;
	background: url(../img/grid.png);
	padding: 50px;
}
.main_title {
	font-size: 36px;
	text-transform: uppercase;
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	border-radius: 10px;
	font-weight: 500;
	font-family: Gilroy-SemiBold;
}
.main_title span {
	font-size: 21px;
	display: block;
	letter-spacing: 4px;
	margin-top: 6px;
	color: #e195d7;
}
.main_tg {
	margin: 30px;
	width: 50%;
	margin: 30px auto;
	background: rgb(8 9 18 / 35%);
	padding: 18px;
	border-radius: 10px;
	animation-name: fadeIn;
	animation-delay: 0.5s;
	animation-fill-mode: both;
	animation-duration: 2s;
}
.main_tg_title {
	font-size: 21px;
	text-transform: uppercase;
	font-family: Gilroy-SemiBold;
}
.main_tg_title span {
	font-size: 18px;
	margin: 5px;
	text-transform: none;
	display: block;
	color: #ebc8e7;
	font-family: Gilroy-Regular;
}
.main_container {
	margin: 40px 0px;
	flex-wrap: wrap;
}
.bookmark {
	background: #352e34;
	padding: 8px 10px;
	margin-top: 10px;
	display: inline-block;
	border-radius: 50px;
	font-size: 16px;
	text-transform: capitalize;
	width: 200px;
	transition: 0.2s;
}
.bookmark:hover {
	background: #a95a9e;
}
.block {
	width: 480px;
	background: #31272f;
	padding: 10px;
	border-radius: 0px 0px 10px 10px;
	margin: 20px 10px;
	position: relative;
	border-bottom: 3px solid rgb(75 46 62 / 55%);
	display: block;
	animation-name: fadeIn;
	animation-delay: 1.2s;
	animation-fill-mode: both;
	animation-duration: 2s;
}
.block:before {
	content: "";
	background: url(../img/mob_decorate.png);
	width: 503px;
	height: 40px;
	position: absolute;
	background-size: cover;
	top: -22px;
	left: -2px;
	filter: hue-rotate(-94deg);
	transition: 0.3s;
}
.block_img {
	width: 100%;
	transition: 0.5s;
}
.block_img img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 0 3px rgb(0 0 0 / 10%);

}
.block_info {
	margin-top: 5px;
}
.block_info span {
	background: #c3e539;
	padding: 1px 6px;
	border-radius: 10px;
	color: #000;
	margin: 0px 5px;
}
.block_link {
	background: linear-gradient(45deg, #67275f, #e195d7, #67275f);
	padding: 5px;
	font-family: 'Gilroy-SemiBold';
	font-size: 18px;
	text-decoration: none;
	align-items: center;
	color: #55394a;
	border-radius: 10px;
	padding: 6px;
	box-shadow: 0 0 10px 1px rgb(172 16 160 / 42%);
}

.block:hover:before {
	filter: hue-rotate(-62deg);
}
.block:hover .block_img {
	transform: rotate(-1deg);
	transition: 0.5s;
}
.block_link-img {
	background: rgb(0 0 0 / 20%);
	width: 32px;
	border-radius: 10px;
	padding: 3px;
}
.social_name{
	font-size: 18px;
	animation-name: fadeIn;
	animation-delay: 0.5s;
	animation-fill-mode: both;
	animation-duration: 2s;
}
.main_stream {
	margin: 20px;
	z-index: 99;
	left: 25px;
	top: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgb(0 0 0 / 20%);
	border-radius: 50px;
	margin: 10px auto;
	width: 270px;
	animation-name: fadeIn;
	animation-delay: 0.5s;
	animation-fill-mode: both;
	animation-duration: 2s;
}
.main_stream_item {
	margin: 10px;
	transition: 0.2s;
}
.main_stream_item:hover{
	filter: contrast(0.5);
}
.main_stream_item img {
	width: 45px;
	border-radius: 50%;
	box-shadow: 0 0 15px 5px rgb(0 0 0 / 25%);
}
footer {
	background: rgb(0 0 0 / 20%);
	padding: 10px 20px 10px;
	text-align: center;
	font-size: 14px;
	color: #dfdfdf;
}
.strongmark {
	position: absolute;
	top: 20px;
	right: 20px;
	background: #a10d0d;
	padding: 15px;
	font-size: 32px;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.studio_copy {
	margin: 0 auto;
	text-align: center;
	background: rgb(0 0 0 / 30%);
	padding: 5px;
}

.studio_copy img {
	height: 32px;
	opacity: 0.7;
	transition: 0.3s;
}
.studio_copy span {
	position: relative;
	top: -10px;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	opacity: 0.5;
	transition: 0.3s;
}
.studio_copy:hover img{
	opacity: 1;
}
.studio_copy:hover span{
	opacity: 1;
}
.rules-title {
	display: block;
	font-family: 'Gilroy-SemiBold';
	color: #ba7272;
	font-size: 14px;
}
.footer_copy p {
	background: #ffffff08;
	padding: 10px 20px;
	border-radius: 50px;
	margin: 10px 2px;
}
/*animation*/
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
} 
.main_title{
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.main_stream_item{
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: 1.8s;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
} 

.block:hover .block_contant .block_link {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

/*adaptation*/
@media screen and (max-width: 1440px) {
	.block {
		width: 450px;
	}
	.block:before {
		width: 474px;
		top: -20px;
	}
}
@media screen and (max-width: 1210px) {
	.block {
		width: 549px;
	}
	.block:before {
		width: 574px;
		top: -24px;
	}
	.main_tg {
		width: 70%;
	}
}

@media screen and (max-width: 900px) {
	.block {
		width: 450px;
	}
	.block:before {
		width: 474px;
		top: -20px;
	}
	.main_tg {
		width: 90%;
	}
	.main_title {
		font-size: 26px;
	}
	.main_title span {
		font-size: 18px;
		letter-spacing: 2px;
		margin-top: 6px;
	}
	.main_tg_btn {
		width: auto;
		font-size: 16px;
	}
	.main_tg_btn:hover {
		width: auto;
	}
}

@media screen and (max-width: 680px) {
	.wrap{
		width: 98%;
	}
	.main {
		margin: 20px 10px;
	}
}
@media screen and (max-width: 560px) {
	.wrap{
		width: 98%;
	}
	.main {
		margin: 20px 10px;
		padding: 20px;
	}
	.block {
		width: 270px;
	}
	.block:before {
		width: 293px;
		top: -13px;
	}
	.block_link {
		font-size: 16px;
	}
	.block_preim li {
		margin: 4px 0px;
		padding: 4px 6px;
		border-radius: 10px;
		font-size: 14px;
	}
	.main_tg {
		padding: 10px;
	}
}
@media screen and (max-width: 360px) {
	.block {
		width: 290px;
		border-radius: 10px;
		margin: 10px;
	}
	.block:before {
		display: none;
	}
}