*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

ol[class],
ul[class] {
	padding: 0;
	list-style: none
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
	margin: 0
}

body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto
}

img {
	max-width: 100%;
	display: block
}

article>*+* {
	margin-top: 1em
}

button,
input,
select,
textarea {
	font: inherit
}

@media (prefers-reduced-motion:reduce) {
	* {
		-webkit-animation-duration: 0s !important;
		animation-duration: 0s !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		-webkit-transition-duration: 0s !important;
		-o-transition-duration: 0s !important;
		transition-duration: 0s !important;
		scroll-behavior: auto !important
	}
}

a {
	color: var(--accent);
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

img {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
}

:root {
	--bgColor: #fff;
	--fontColor: #fff;
	--accent: #f00;
	--accentHover: #c70101;
	--gradient-orange: linear-gradient(43.45deg, #FF6E00 14.63%, #FF7900 49.58%, #FF8400 56.24%, #FFC800 85.37%);
	--text-shadow-main: 0 0.625vw 1.406vw rgba(0, 0, 0, 0.75);
	--button-shadow: 0 0.391vw 0.781vw 0 #000000BF;
}

html {
	font-size: 0.391vw;
	background-color: var(--bgColor);
	font-family: 'Gilroy', sans-serif;
	color: var(--fontColor);
	overflow-x: hidden;
}

.wrapper {
	--max-width: 50.781vw;
	--padding-side: 0.625vw;

	width: min(var(--max-width), 100% - (var(--padding-side) * 2));
	margin-inline: auto;
}


.main_first,
.main_second {
	background: var(--bgColor) url('../img/background.png') center / cover no-repeat;
	min-height: 100vh;
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
	transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;

	display: flex;
	align-items: flex-end;
}

.main_first.screen-exit {
	opacity: 0;
	-webkit-transform: translateX(-1.953vw);
	transform: translateX(-1.953vw);
	pointer-events: none;
}


.main_first_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: grid;
	grid-template-columns: 26.563vw auto 1fr;
	justify-content: space-between;
	position: relative;
	z-index: 5;

	padding-left: 4.688vw;
}

.main_content,
.slot_wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.main_content {
	text-align: center;
	margin-top: 12.305vw;
}

.main_content_logo {
	width: 12.891vw;
	height: 6.641vw;
}



.main_content_title_text,
.main_left_plash_title_text,
.main_second_content_title_text {
	position: relative;
	z-index: 2;
	background: var(--gradient-orange);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main_content_title::before,
.main_left_plash_title::before,
.main_second_content_title::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: var(--text-shadow-main);
	color: transparent;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.main_content_title::before {
	content: 'Gerçek casino';
}

.main_second_content_title::before {
	content: 'SENSATIONAL!';
}

.main_content_description {
	font-family: 'DrukCyr', sans-serif;
	font-size: 4.531vw;
	font-weight: 800;
	text-transform: uppercase;
}

.slot_wrapper {
	height: 100%;
	overflow: hidden;
	z-index: 3;
	position: relative;
}

.main_left_plash {
	display: flex;
	align-items: center;
	margin-top: 110px;
	padding-left: 110px;
	padding-right: 300px;
	margin-left: -7vw;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 62vw;
	height: 11vw;
	backdrop-filter: blur(10px);
	transform: rotate(-8deg);
	z-index: 2;
}

.main_left_plash_bell {
	position: relative;
	width: 11.914vw;
	height: 13.867vw;
}

.main_left_plash_bell_count {
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(-50%, -50%);
	font-size: 8.594vw;
	font-weight: 800;
	color: #fff;
	-webkit-text-stroke: 0.234vw #4A0707;
	font-family: 'DrukCyr', sans-serif;
}

.main_left_plash_bell_icon,
.main_content_logo img,
.slot_image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.main_content_title,
.main_left_plash_title {
	font-size: 6.25vw;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'DrukCyr', sans-serif;
	position: relative;
	z-index: 2;
}

.main_content_title {
	margin-top: 1.563vw;
}

.main_left_plash_title {
	margin-left: -5px;
	text-align: center;
}

.main_left_plash_title::before {
	content: 'ÇAN TOPLANDI';
}

.main_left_button,
.main_second_content_button_button {
	box-shadow: var(--button-shadow);
	background: var(--gradient-orange);
	color: #22151E;
	-webkit-animation: magicPulse 2.2s ease-in-out infinite;
	animation: magicPulse 2.2s ease-in-out infinite;
	display: block;
	cursor: pointer;
	font-weight: 800;
	border-radius: 2.5vw;
	position: relative;
	border: none;
	text-transform: uppercase;
}

.main_left_button{
	-webkit-animation: magicPulseTwo 2.2s ease-in-out infinite;
	animation: magicPulseTwo 2.2s ease-in-out infinite;
}

.main_left_button {
	padding: 0.977vw 8.398vw;
	font-size: 1.953vw;
	margin-top: 200px;
	margin-left: 4.492vw;
	font-weight: 900;
	position: relative;
}

.main_left_button:disabled {
	opacity: .7;
	cursor: not-allowed;
	animation-play-state: paused;
}

.main_left_button:hover,
.main_second_content_button_button:hover {
	color: #000;
}

.main_left_button::after,
.main_second_content_button_button::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 2.5vw;
	padding: 0.078vw;
	background: linear-gradient(to right, transparent 0%, white 50%, transparent 100%);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

.main_left_button::before {
	content: '';
	position: absolute;
	top: calc(100% + 3.516vw);
	left: 3.516vw;
	right: 0;
	bottom: 0;
	background-image: url('../img/arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 9.766vw;
	height: 7.031vw;
}

.slot_wrapper,
.slot_image {
	width: 700px;
	height: 1300px;
	min-height: 1300px;
}

.slot {
	width: 505px;
	height: 452px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
	overflow: hidden;
	position: absolute;
	bottom: 281px;
	left: 96px;

	background-color: rgba(0, 0, 0, 0.2);
}

.slot::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 96px;
	background-color: rgba(255, 255, 255, 0.15);
	border-top: 1px solid #FE6E00;
	border-bottom: 1px solid #FE6E00;
}

.slot_row {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	overflow-y: clip;
	max-height: 100%;
}

.slot_track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	will-change: transform;
	transform: translateY(-58%);
}


.slot_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: -webkit-transform 0.25s ease;
	transition: -webkit-transform 0.25s ease;
	-o-transition: transform 0.25s ease;
	transition: transform 0.25s ease;
	transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.slot_item img {
	-o-object-fit: contain;
	object-fit: contain;
	pointer-events: none;
}

.slot_item,
.slot_item img {
	width: 70px;
	height: 70px;
}

.slot_track--spinning {
	-webkit-filter: blur(1px);
	filter: blur(1px);
	opacity: 0.85;
}

.slot_item--win {
	-webkit-animation: scatterPulse 1.4s ease-in-out infinite;
	animation: scatterPulse 1.4s ease-in-out infinite;
}

.slot_track.idle {
	-webkit-animation: slotIdle 2s ease-in-out infinite;
	animation: slotIdle 2s ease-in-out infinite;
}

.slot_row:nth-child(1) .slot_track.idle {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.slot_row:nth-child(2) .slot_track.idle {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.slot_row:nth-child(3) .slot_track.idle {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.slot_row:nth-child(4) .slot_track.idle {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.slot_row:nth-child(5) .slot_track.idle {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.slot_row:nth-child(6) .slot_track.idle {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

@keyframes slotIdle {

	0%,
	100% {
		transform: translateY(-58%);
	}

	50% {
		transform: translateY(calc(-58% - 5px));
	}
}

@keyframes scatterPulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: drop-shadow(0 0 0 rgba(255, 247, 148, 0.9));
		filter: drop-shadow(0 0 0 rgba(255, 247, 148, 0.9));
	}

	50% {
		-webkit-transform: scale(1.18);
		transform: scale(1.18);
		-webkit-filter: drop-shadow(0 0 20px rgba(255, 247, 148, 0.9));
		filter: drop-shadow(0 0 20px rgba(255, 247, 148, 0.9));
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: drop-shadow(0 0 0 rgba(255, 247, 148, 0.9));
		filter: drop-shadow(0 0 0 rgba(255, 247, 148, 0.9));
	}
}

@keyframes magicPulse {

	0%,
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}

.main_first[hidden] {
	display: none;
}

.main_second {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;

	opacity: 0;
	pointer-events: none;
	visibility: hidden;

	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;

}

.main_second.screen-enter {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
	position: absolute;
}


.main_second_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 220px 0;

	width: 100%;
	height: 100%;
}

.main_second_content {
	background-color: rgba(255, 115, 1, 0.1);
	backdrop-filter: blur(10px);

	padding: 85px;
	padding-left: 18vw;


	width: 100%;
	height: 100%;

	position: relative;
	z-index: 2;
}

.main_second_content_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: max-content;
}



.main_second_content::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px;
	background: linear-gradient(to right, transparent 0%, white 50%, transparent 100%);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

.main_second_content_logo {
	width: 390px;
	height: 200px;
}

.main_second_content_logo img {
	width: 100%;
	height: 100%;
}

.main_second_content_title {
	font-size: 172px;
	font-family: 'DrukCyr', sans-serif;
	font-weight: 800;
	position: relative;
	letter-spacing: -2px;
	line-height: 1;
}

.main_second_content_description {
	margin-top: 10px;
	font-weight: 800;
}

.main_second_content_description-sub {
	font-weight: 600;
}

.main_second_content_button_button {
	padding: 22px 160px;
	display: block;
	margin-top: 35px;
}

.main_second_content_description,
.main_second_content_description-sub,
.main_second_content_button_button {
	font-size: 48px;
}

.big-slot-image,
.bell-image,
.bell-bottom-image {
	position: absolute;
	pointer-events: none;
	object-fit: fill;
}

.big-slot-image {
	width: 47vw;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 3;
}

.bell-image {
	width: 17vw;
	height: 18.5vw;
	top: 35px;
	left: 50%;
	transform: translateX(-20%);
	z-index: 2;

	filter: blur(8px);
}

.bell-bottom-image {
	width: 21vw;
	height: 24vw;
	bottom: -128px;
	left: -74px;
	z-index: 2;

	filter: blur(8px);
}



@media (max-width: 2000px) {

	.slot_wrapper,
	.slot_image {
		width: 490px;
		height: 1050px;
		min-height: 1050px;
	}

	.slot {
		width: 386px;
        height: 352px;
        gap: 19px;
        bottom: 239px;
        left: 52px;
	}

	.slot_track {
		transform: translateY(-60%);
		gap: 17px;
	}


	:root {
		--slot-item-size: 55px;
	}

	.slot_item,
	.slot_item img {
		width: var(--slot-item-size);
		height: var(--slot-item-size);
	}

	.slot::before {
		height: calc(var(--slot-item-size) + 20px);
	}



	@keyframes slotIdle {

		0%,
		100% {
			transform: translateY(-60%);
		}

		50% {
			transform: translateY(calc(-60% - 5px));
		}
	}


	.main_second_content {
		padding: 65px;
		padding-left: 15vw;
		height: auto;
	}
}

@media (max-width: 1700px) {
	.main_second_content {
		z-index: 3;
	}

	.big-slot-image,
	.bell-bottom-image {
		z-index: 2;
	}

	.bell-image {
		z-index: 1;
	}
}

@media (max-width: 1300px) {

	.slot_wrapper,
	.slot_image {
		width: 430px;
		height: 900px;
		min-height: 900px;
	}

	.slot {
		width: 337px;
		height: 306px;
		gap: 19px;
		bottom: 205px;
		left: 46px;
	}

	.slot_track {
		transform: translateY(-65%);
	}

	.slot_track {
		gap: 15px;
	}


	:root {
		--slot-item-size: 50px;
	}

	.slot_item,
	.slot_item img {
		width: var(--slot-item-size);
		height: var(--slot-item-size);
	}

	.slot::before {
		height: calc(var(--slot-item-size) + 10px);
	}

	@keyframes slotIdle {

		0%,
		100% {
			transform: translateY(-65%);
		}

		50% {
			transform: translateY(calc(-65% - 5px));
		}
	}

	.main_second_content {
		padding: 60px 0;
		display: flex;
		justify-content: center;
	}

	.big-slot-image {
		width: 680px;
	}

}

@media (max-width: 1200px) {
	.main_left_plash {
		padding-right: 100px;
	}

	.main_first_inner {
		padding-left: 28px;
	}

	.main_first_inner {
		grid-template-columns: 26.563vw auto 1fr;
	}

	.main_left_button {
		margin-top: 100px;
	}

	.main_content {
		margin-top: 200px;
	}

	.main_left_plash {
		gap: 10px;
		padding-left: 85px;
	}

	.main_left_plash_bell {
		position: relative;
		width: 9vw;
		height: 11vw;
	}

	.main_left_plash_bell_count {
		font-size: 6vw;
	}

	.bell-image {
		display: none;
	}

	.bell-bottom-image {
		width: 220px;
		height: 250px;
		bottom: -20px;
		left: -20px;
	}
}

@media (max-width: 1000px) {

	.slot_wrapper,
	.slot_image {
		width: 365px;
		height: 725px;
		min-height: 725px;
	}

	.slot {
		width: 282px;
		height: 265px;
		gap: 16px;
		bottom: 154px;
		left: 41px;
	}

	.slot_track {
		gap: 10px;
		transform: translateY(-65%);
	}

	.slot_track {
		gap: 15px;
	}


	:root {
		--slot-item-size: 42px;
	}

	.slot_item,
	.slot_item img {
		width: var(--slot-item-size);
		height: var(--slot-item-size);
	}

	.main_left_plash {
		padding-left: 45px;
	}

}


@media (max-width: 800px) {
	.main_first_inner {
		grid-template-columns: 1fr;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		padding: 0 12px;
	}

	.main_left_plash {
		display: none;
	}

	.main_content {
		margin-top: 30px;
	}

	.main_content_logo {
		width: 205px;
		height: 22px;
	}

	.main_content_title {
		font-size: 70px;
	}

	.main_content_description {
		font-size: 56px;
	}

	.main_left_button {
		margin-top: 0;
		margin-left: 0;
		position: absolute;
		bottom: 65px;
		left: 50%;
		transform: translateX(-50%);
		padding: 15px 0;
		font-size: 28px;
		border-radius: 34px;

		width: 100%;
		max-width: 320px;
		z-index: 3;
	}

	.main_left_button::before {
		display: none;
	}



	.slot_wrapper,
	.slot_image {
		width: 365px;
		height: 725px;
		min-height: 725px;
		margin-inline: auto;
		margin-top: 5px;
	}

	.slot {
		width: 282px;
		height: 265px;
		gap: 16px;
		bottom: 154px;
		left: 41px;
	}

	.slot_track {
		gap: 10px;
		transform: translateY(-61.5%);
	}

	.slot_track {
		gap: 13px;
	}

	@keyframes slotIdle {

		0%,
		100% {
			transform: translateY(-61.5%);
		}

		50% {
			transform: translateY(calc(-61.5% - 5px));
		}
	}

	.bell-bottom-image {
		display: none;
	}

	.big-slot-image {
		width: 50%;
		max-width: 400px;
		min-width: 320px;
		height: 420px;
		top: auto;
		bottom: 0;
	}

	.main_second_content_logo {
		width: 206px;
		height: 31px;
	}

	.main_second_content_logo img {
		object-fit: cover;
	}


	.main_second_content_title {
		font-size: 94px;
	}

	.main_second_content_description,
	.main_second_content_description-sub,
	.main_second_content_button_button {
		font-size: 24px;
	}

	.main_second_content_button_button {
		padding: 12px 77px;
		border-radius: 30px;
		margin-top: 20px;
	}

	.main_second_inner {
		padding: 70px 0;
	}

	@keyframes magicPulseTwo {

		0%,
		100% {
			-webkit-transform: translateX(-50%) scale(1);
			transform: translateX(-50%) scale(1);
		}
	
		50% {
			-webkit-transform: translateX(-50%) scale(1.05);
			transform: translateX(-50%) scale(1.05);
		}
	}
}

@media (max-width: 480px) {


	.slot_wrapper,
	.slot_image {
		width: 376px;
		height: 644px;
		min-height: 644px;
	}

	.slot {
		width: 293px;
		height: 265px;
		gap: 16px;
		bottom: 163px;
		left: 41px;
	}

	.slot_track {
		gap: 10px;
		transform: translateY(-61.5%);
	}

	.slot_track {
		gap: 13px;
	}
}

@media (max-width: 380px) {
	.main_content_logo {
		width: 160px;
		height: 18px;
	}

	.main_content_description {
		font-size: 42px;
	}

	.main_content_title {
		font-size: 54px;
	}

	.main_left_button {
		max-width: 240px;
		font-size: 21px;
		padding: 10px 0;
		border-radius: 26px;
		bottom: 40px;
	}


	.slot_wrapper,
	.slot_image {
		width: 290px;
		height: 484px;
		min-height: 484px;
	}

	.slot {
		width: 227px;
		height: 202px;
		gap: 15px;
		bottom: 123px;
		left: 30px;
	}

	.slot_track {
		gap: 10px;
		transform: translateY(-61.5%);
	}

	.slot_track {
		gap: 9px;
	}

	:root {
		--slot-item-size: 33px;
	}

	.slot_item,
	.slot_item img {
		width: var(--slot-item-size);
		height: var(--slot-item-size);
	}

	.main_second_content_title {
		font-size: 72px;
	}

	.main_second_content_description,
	.main_second_content_description-sub,
	.main_second_content_button_button {
		font-size: 18px;
	}

	.main_second_content_button_button {
		padding: 9px 60px;
	}
}