@charset "utf-8";

/*
* Reset css
*/

*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

@font-face {
    font-family: Mont; /* Имя шрифта */
    src: url(../img/Mont-Bold.ttf); /* Путь к файлу со шрифтом */
}

html {
	width: 100%;
	height: 100%;
}

body {
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	background: #3e0d61;
	font-family: 'Mont', sans-serif;
	font-size: 18px;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}

h2 {
	margin-top: 25px;
	margin-bottom: 15px;
}

.content {
	background: url(../img/bg1.png) center top no-repeat #3e0d61;
	box-shadow: inset 0px 0px 8px 16px #3e0d61;
	background-size: contain;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 20px;
	padding-top: 50px;
}

.logo {
	width: 100%;
    display: flex;
    justify-content: flex-start;
	align-items: center;
}

.askgamblers {
	margin-left: 20px;
}

.offer {
	width: 60%;
	margin-top: 100px;
	display: flex;
	flex-direction: column;
}

.offer__title {
	font-size: 22px;
	background: -webkit-gradient(linear,left top,right top,from(#0afe70),color-stop(40%,#1bf978),color-stop(75%,#fff),color-stop(85%,#aaf0c0)) 0 repeat-x;
    background: linear-gradient(to right,#0afe70 0 40%,#1bf978 40% 75%,#fff 75% 85%,#aaf0c0 85% 100%) 0 repeat-x;
	font-weight: bold;
	background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-bottom: 25px;
}

.offer__desc {
	background: -webkit-gradient(linear,left top,right top,from(#0afe70),color-stop(40%,#1bf978),color-stop(75%,#fff),color-stop(85%,#aaf0c0)) 0 repeat-x;
    background: linear-gradient(to right,#0afe70 0 40%,#1bf978 40% 75%,#fff 75% 85%,#aaf0c0 85% 100%) 0 repeat-x;
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight: bold;
	font-size: 2.5vw;
	margin-bottom: 25px;
}

.offer__btn {
	margin-bottom: 25px;
}

.btn {
    background-color: transparent;
    border: 4px solid #00ff6c;
    box-shadow: 0 3px 0 #f10099, 0 3px 0 #f10099 inset;
    text-transform: uppercase;
    color: #00ff6c;
    border-radius: 46px;
    max-width: 220px;
    text-align: center;
    padding: 14px;
	width: 100%;
	cursor: pointer;
}

.step-container {
	width: 100%;
	display: flex;
	margin-top: 125px;
	box-shadow: 0px -80px 80px 80px #3e0d61;
}

.step {
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	color: #fff;
	font-size: 16px;
	height: 180px;
}

.step__title {
	text-transform: uppercase;
	color: #00ff6c;
	font-size: 22px;;
}

.step:nth-child(1) {
    background: #460474;
	border-radius: 20px 0px 0px 20px;
}
.step:nth-child(2) {
    background: #340257;
}
.step:nth-child(3) {
    background: #2c004b;
}
.step:nth-child(4) {
    background: #260040;
}
.step:nth-child(5) {
    background: #1c022d;
	border-radius: 0px 20px 20px 0px;
}

.info-container {
	width: 100%;
	display: flex;
	margin-bottom: 50px;
}

.info {
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	color: #fff;
	font-size: 16px;
}

.info__title {
	font-size: 36px;
	color: #00ff6c;
}

.info__desc {
	text-align: center;
	max-width: 70%;
}

.play-now {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.text {
	font-size: 18px;
	font-weight: 600;
	color: #abbad2;
}

footer {
	text-align: center;
	color: #a3abd0;
	max-width: 1500px;
	margin: 50px auto;
	font-size: 14px;
	line-height: 18px;
	box-sizing: border-box;
}

.footer-logos {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
	-webkit-flex-flow: row wrap;
	max-width: 1500px;
}

.footer-logos img {
	display: inline-block;
	margin: 15px 15px;
	vertical-align: middle;
	height: 25px;
}

.footer-text {
	height: 180px;
	overflow: hidden;
	max-width: 1500px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding-bottom: 50px;
    padding-top: 50px
}

.footer-text p {
	padding: 0 30px;
}

.footer-text.closed {
	height: auto;
	overflow: hidden;
}

.footer-gradient {
	position: absolute;
	width: 100%;
	height: 220px;
	background: rgb(62 13 97);
    background: linear-gradient(0deg, rgb(62 13 97) 0%, rgb(62 13 97) 58%, rgb(11 10 33 / 0) 100%);
}

.footer-gradient.hide {
	display: none;
}

.arr {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 46px;
	position: absolute;
	top: 0px;
	z-index: 2;
	cursor: pointer;
	box-sizing: border-box;
}

.arr.up {
	transform: rotate(180deg);
}

@media only screen and (max-width:930px) {
	.offer {
		width: 100%;
	}
	.offer__desc {
		font-size: 35px;
	}
}

@media only screen and (max-width:768px) {
	.logo {
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.askgamblers {
		margin-left: 0px;
		margin-top: 20px;
	}
	.content {
		background-size: 130%;
		background-position: 120% 200px;
	}
	.offer {
		width: 100%;
    	background: #3e0d6180;
		box-shadow: 0px 0px 11px 11px #3e0d618a;
	}
	.text {
		font-size: 14px;
	}
	.step-container {
		margin-top: 80px;
	}
	.step {
		height: 120px;
		font-size: 12px;
	}
	.step__title {
		font-size: 16px;;
	}
	.info__title {
		font-size: 16px;
	}
	.info__desc {
		font-size: 12px;
	}
}

@media only screen and (max-width:552px) {
	.offer {
		align-items: center;
		margin-top: 75px;
	}
	.offer__desc {
		font-size: 28px;
		text-align: center;
	}
	.step-container {
		flex-direction: column;
		margin-top: 35px;
	}
	.step {
		flex: unset;
		color: #fff;
		font-size: 18px;
		height: 100px;
	}
	.step:nth-child(1) {
		background: #460474;
		border-radius: 20px 20px 0px 0px;
	}
	.step:nth-child(5) {
		background: #1c022d;
		border-radius: 0px 0px 20px 20px;
	}
	.info-container {
		flex-direction: column;
	}
	.info__img {
		width: 60%;
	}
	.info__title {
		font-size: 18px;
	}
	.info__desc {
		font-size: 14px;
	}
}