@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

html, body {
  overflow-x: hidden;
}

body {
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	font-family: 'Poppins', sans-serif;
	background-image:
    linear-gradient(
      to bottom,
      rgba(45, 119, 81, 0.6) 0%,
      rgba(52, 80, 62, 0.6) 35%,
	  rgba(32, 41, 27, 0.8) 50%,
      rgba(32, 41, 27, 0.9) 70%,
      rgba(9, 11, 7, 0.95) 100%
    ),
	url('./images/background.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

main {
	flex-grow: 1;
	display: flex;
	justify-content: space-around;
}

.left {
	min-width: 0px;
	max-width: 578px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.brand-logo {
	margin-top: 10vh;
}

.logo-container {
	position: relative;
}

.logo {
	width: 350px;
}


.welcome-container {
	width: 100%;
	padding: 25px 0;
	margin-top: -12vh;
	position: relative;
	border-radius: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 2.3;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.kubik {
	width: 140px;
	position: absolute;
	top: -2vh;
	left: -12.5vh;
	animation: floatKubik 8s ease-in-out infinite;
	-webkit-animation: floatKubik 8s ease-in-out infinite;
	filter: blur(2px);
	-webkit-filter: blur(2px);
	transform: rotate(-85deg);
	-webkit-transform: rotate(-85deg);
	-moz-transform: rotate(-85deg);
	-ms-transform: rotate(-85deg);
	-o-transform: rotate(-85deg);
}

.fishka {
	width: 110px;
	position: absolute;
	top: 32vh;
	right: -8vh;
	animation: floatFishka 10s ease-in-out infinite;
	-webkit-animation: floatFishka 10s ease-in-out infinite;
	filter: blur(2px);
	-webkit-filter: blur(1px);
	transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
}

@keyframes floatKubik {
	0% {
		transform: translateY(0) rotate(-85deg);
		-webkit-transform: translateY(0) rotate(-85deg);
		-moz-transform: translateY(0) rotate(-85deg);
		-ms-transform: translateY(0) rotate(-85deg);
		-o-transform: translateY(0) rotate(-85deg);
}
	50% {
		transform: translateY(4vh) rotate(-80deg);
		-webkit-transform: translateY(4vh) rotate(-80deg);
		-moz-transform: translateY(4vh) rotate(-80deg);
		-ms-transform: translateY(4vh) rotate(-80deg);
		-o-transform: translateY(4vh) rotate(-80deg);
}
	100% {
		transform: translateY(0) rotate(-85deg);
		-webkit-transform: translateY(0) rotate(-85deg);
		-moz-transform: translateY(0) rotate(-85deg);
		-ms-transform: translateY(0) rotate(-85deg);
		-o-transform: translateY(0) rotate(-85deg);
}
}

@keyframes floatFishka {
	0% {
		transform: translate(0) rotate(-40deg);
		-webkit-transform: translate(0) rotate(-40deg);
		-moz-transform: translate(0) rotate(-40deg);
		-ms-transform: translate(0) rotate(-40deg);
		-o-transform: translate(0) rotate(-40deg);
}
	50% {
		transform: translate(1vh, 4vh) rotate(-5deg);
		-webkit-transform: translate(1vh, 4vh) rotate(-35deg);
		-moz-transform: translate(1vh, 4vh) rotate(-5deg);
		-ms-transform: translate(1vh, 4vh) rotate(-5deg);
		-o-transform: translate(1vh, 4vh) rotate(-5deg);
}
	100% {
		transform: translate(0) rotate(-40deg);
		-webkit-transform: translate(0) rotate(-40deg);
		-moz-transform: translate(0) rotate(-40deg);
		-ms-transform: translate(0) rotate(-40deg);
		-o-transform: translate(0) rotate(-40deg);
}
}

.welcome-text {
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
}
.word {
    font-weight: 700;
	color: #F9D45D;
}
.word0{
    font-weight: 700;
}
.welcome-text1 {
	font-weight: 700;
	font-size: 81px;
	line-height: 72px;
	text-transform: uppercase;
	color: #08D308;
}

.word-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: -30px;
}

.word1 {
	text-transform: none;
	font-size: 45px;
	line-height: 49px;
	color: #FFFFFF;
}
.word2 {
	font-size: 104px;
	line-height: 92px;
}
.welcome-text2 {
	font-weight: 300;
	font-size: 27px;
	line-height: 30px;
	text-transform: uppercase;
}
.word3 {
	font-weight: 700;
	color: #08D308;
}

.promo-code {
	color: #FFFFFF;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.promo-text {
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
}
.arrow-promo {
	position: absolute;
    top: 8px;
	right: 10px;
}
.code-container {
	margin-top: 10px;
	background-color: #323C50;
	width: 289px;
	height: 60px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	gap: 30px;
}
.copy-button {
	width: 79px;
	background-color: #323C50;
	border: none;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 14px;
	line-height: 12px;
	cursor: pointer;
}
.text-block {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #1F2435;
	width: 130px;
	height: 38px;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.copy-text {
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
}
.img-promo{
	position: absolute;
	left: -62px;
	top: 0px;

}

.playnow	{
	width: 280px;
	height: 56px;
	margin-top: 4vh;
	display: none;
	border: 1px solid #1BBE4B;
	border-radius: 10px;
	background: linear-gradient(0deg, #095C8A, #0DF81B);
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	font-weight: 500;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}


.right {
	max-width: 458px;
	width: 100%;
	padding-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal-content {
  width: 90%;
  max-width: 500px;
	height: 573px;

  background: transparent;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.modal-iframe {
  width: 100%;
  height: 573px;
  border: none;
  border-radius: 20px;
}

iframe {
	width: 100%;
	height: 573px;
	border: none;
	border-radius: 20px;
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

footer {
	padding: 20px 20px;
	display: flex;
	justify-content: center;
	column-gap: 55px;
	row-gap: 20px;
	flex-wrap: wrap;
}

@media (max-width: 1279px) {
	.playnow {
		display: block !important;
	}

	.right {
		display: none;
	}

}



@media (max-width: 750px) {

	.left {
		padding: 0 20px;
	}

}

@media (max-width: 650px) {

	.brand-logo {
		margin-top: 7vh;
	}

	.welcome-container {
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
	}

	.kubik {
		left: -11vh;
	}

	.fishka {
		right: -6vh;
	}
}

@media (max-width: 565px) {

	.welcome-text1 {
	font-size: 74px;
	line-height: 86px;
}


	footer {
		column-gap: 20px;
	}

}

@media (max-width: 520px) {

	.welcome-text1 {
	font-size: 66px;
	line-height: 64px;
	}

	.word1 {
		font-size: 42px;
		line-height: 44px;
	}

	.word2 {
		font-size: 94px;
		line-height: 86px;
	}
}

@media (max-width: 500px) {
	.brand-logo {
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
}

}

@media (max-width: 480px) {

	.brand-logo {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
}

	.logo-container {
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
	}

	.welcome-text {
		font-size: 20px;
		line-height: 26px;
	}

	.word-wrapper {
		margin-bottom: -15px;
	}

	.welcome-text1 {
		font-size: 60px;
		line-height: 60px;
	}

	.playnow {
		margin-top: 2vh;
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
	}

	.kubik {
		display: none;
	}

	.fishka {
		display: none;
	}

}

@media (max-width: 430px) {

	.welcome-text1 {
		font-size: 54px;
	}

	.brand-logo {
		margin-top: 5vh;
	}

	.welcome-container {
		margin-top: -14vh;
	}

}

@media (max-width: 400px) {
	.brand-logo {
		margin-top: 3vh;
		transform: scale(0.75);
		-webkit-transform: scale(0.75);
		-moz-transform: scale(0.75);
		-ms-transform: scale(0.75);
		-o-transform: scale(0.75);
	}

	.welcome-container {
		margin-top: -15vh;
	}

	.welcome-text {
		font-size: 17px;
		line-height: 21px;
	}

	.welcome-text1 {
		font-size: 48px;
	}

	.word1 {
		font-size: 38px;
		line-height: 42px;
	}

	.word2 {
		font-size: 86px;
		line-height: 72px;
	}
}