@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');

* {
box-sizing: border-box;
}

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(0, 11, 7, 0.1) 0%,
      rgba(0, 11, 7, 0.2) 35%,
	  rgba(0, 11, 7, 0.35) 50%,
      rgba(0, 11, 7, 0.9) 80%,
      rgba(9, 11, 7, 0.95) 100%
    ),
	url('./images/background-image.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;
	justify-content: center;
}

.brand-logo2 {
	display: none;
}

.containerforlogo {
	margin-top: 173px;
	position: relative;
}

.logo {
	width: 264px;
	position: absolute;
	top: -200px;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}


.welcome-container {
	position: relative;
	width: 480px;
	height: 323px;
	padding: 25px 0;
	position: relative;
	border-radius: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 1;
	background: rgba(0, 0, 0, 0.28);
		box-shadow:
		0px 10.73px 16.09px rgba(0, 0, 0, 0.25),
		0px 4.29px 4.29px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(4px);

	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.chip {
	width: 154px;
	position: absolute;
	top: 29vh;
	left: -10vh;
	animation: floatChip 8s ease-in-out infinite;
	-webkit-animation: floatChip 8s ease-in-out infinite;
}

.gift {
	width: 101px;
	position: absolute;
	top: 32vh;
	right: -8vh;
	animation: floatGift 10s ease-in-out infinite;
	-webkit-animation: floatGift 10s ease-in-out infinite;
	
}

@keyframes floatChip {
	0% {
		transform: translateY(0) rotate(0deg);
		-webkit-transform: translateY(0) rotate(0deg);
		-moz-transform: translateY(0) rotate(0deg);
		-ms-transform: translateY(0) rotate(0deg);
		-o-transform: translateY(0) rotate(0deg);
}
	50% {
		transform: translateY(4vh) rotate(-10deg);
		-webkit-transform: translateY(4vh) rotate(-10deg);
		-moz-transform: translateY(4vh) rotate(-10deg);
		-ms-transform: translateY(4vh) rotate(-10deg);
		-o-transform: translateY(4vh) rotate(-10deg);
}
	100% {
		transform: translateY(0) rotate(0deg);
		-webkit-transform: translateY(0) rotate(0deg);
		-moz-transform: translateY(0) rotate(0deg);
		-ms-transform: translateY(0) rotate(0deg);
		-o-transform: translateY(0) rotate(0deg);
}
}

@keyframes floatGift {
	0% {
		transform: translate(0) rotate(-20deg);
		-webkit-transform: translate(0) rotate(-20deg);
		-moz-transform: translate(0) rotate(-20deg);
		-ms-transform: translate(0) rotate(-20deg);
		-o-transform: translate(0) rotate(-20deg);
}
	50% {
		transform: translate(1vh, 4vh) rotate(-25deg);
		-webkit-transform: translate(1vh, 4vh) rotate(-25deg);
		-moz-transform: translate(1vh, 4vh) rotate(-25deg);
		-ms-transform: translate(1vh, 4vh) rotate(-25deg);
		-o-transform: translate(1vh, 4vh) rotate(-25deg);
}
	100% {
		transform: translate(0) rotate(-20deg);
		-webkit-transform: translate(0) rotate(-20deg);
		-moz-transform: translate(0) rotate(-20deg);
		-ms-transform: translate(0) rotate(-20deg);
		-o-transform: translate(0) rotate(-20deg);
}
}

.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: 66px;
	line-height: 50px;
	text-transform: uppercase;
	color: #08D308;
	display: block;
	margin-top: 25px;
}

.word-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: -30px;
	gap: 16px;
	display: block;
	margin-top: 15px;
}

.word1 {
	text-transform: none;
	font-size: 36px;
	line-height: 39px;
	color: #FFFFFF;
}
.word2 {
	font-size: 66px;
	line-height: 50px;
}
.welcome-text2 {
	font-weight: 300;
	font-size: 27px;
	line-height: 30px;
	text-transform: uppercase;
	display: block;
	margin-top: 70px;
}
.word3 {
	font-weight: 700;
	color: #08D308;
}

.promo-code {
	color: #FFFFFF;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 45px;
}

.promo-text {
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
}
.code-container {
	margin-top: 10px;
	background-color: #323C50;
	width: 313px;
	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;
}

.text-block {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #1F2435;
	width: 130px;
	height: 38px;
	text-align: center;
	border-radius: 1px;
	margin-left: 10px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
}
.copy-text {
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	color: #51FC8B;
}

.copy {
	width: 55px;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	white-space: nowrap;
}

.copy-button {
	width: 79px;
	background-color: transparent;
	border: none;
}

.copy-img {
	width: 45px;
	height: 45px;
	margin-top: 10px;
	margin-left: 10px;
}

.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%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.brand-logo{
	margin-top: -33px;
}
.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;
	}

	.brand-logo2 {
		display: block !important;
		margin-bottom: 50px;
	}

	.right {
		display: none;
	}
}



@media (max-width: 750px) {
	main {
		padding: 0 20px;
	}

	.chip {
		display: none;
	}

	.gift {
		display: none;
	}
}

@media (max-width: 520px) {

	.containerforlogo {
		width: 100%;
	}

	.welcome-container {
		width: 100%;
	}

	.brand-logo2{
		margin-bottom: 30px;
		width: 100%;
	}
}

@media (max-width: 467px) {
    .welcome-text1 {
		font-size: 60px;
	}

	.word2 {
		font-size: 60px;
	}
}

@media (max-width: 430px) {
	.welcome-text{
		font-size: 19px;
	}

    .welcome-text1 {
		font-size: 50px;
	}

	.word2 {
		font-size: 50px;
	}

	.welcome-text2{
		font-size: 22px;
	}
}

@media (max-width: 375px) {
	.welcome-text{
		font-size: 17px;
	}

    .welcome-text1 {
		font-size: 43px;
	}

	.word2 {
		font-size: 43px;
	}

	.welcome-text2{
		font-size: 19px;
	}
}

