@import url('https://fonts.cdnfonts.com/css/hartwell-alt');
@import url('https://fonts.cdnfonts.com/css/bebas-neue');
@import url('https://fonts.cdnfonts.com/css/anton');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  display: flex;
  justify-content: center;
  background-color: #000;
}

.page-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 100%;
  background-image: url("../images/bg22.jpg");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  overflow-y: auto;
}

.header-banner-logo,
.invite-games-img-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.header-banner-logo>img {
  width: 40%;
}

.invite-bonus-img {
  width: 90%;
}

.invite-games-img-wrapper {
  margin-top: -170px;
}

.invite-games-img-wrapper>img {
  width: 90%;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.invite-friends-section {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding: 10px;
}

.invite-friends {
  font-family: 'Hartwell Alt', sans-serif;
  font-weight: 950;
  font-style: italic;
  font-size: 20px;
  color: #fefefe;
  letter-spacing: 5px;
  white-space: nowrap;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.welcome-bonus-play {
  background: url('../images/poker-bg1.png') center center no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 1102/167;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0px;
  color: #fefefe;
  padding-left: 18%;
  display: flex;
  align-items: center;
  padding-top: 2%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.large-collection {
  display: flex;
  flex-direction: column;
  gap: 10px;

}

.large-collection-text {
  font-family: 'Anton';
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #fefefe;
  text-align: center;
  font-style: italic;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.register-and-explore-text {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #fefefe;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.get-discount {
  background: url('../images/get-discount-bg1.png') center center no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 1106/505;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fefefe;
}

.get-discount-text {
  font-family: 'Anton';
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.download-now-text {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #FFED00;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.supremacy-text {
  font-family: 'Anton';
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing:0px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.service-supremacy {
  background: url('../images/service-supremacy2.png') center center no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 1125/842;
  font-family: 'Anton';
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #fefefe;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5px;
  position: relative;
}

.blackboard-text {
  position: absolute;
  top: 65%;
  left: 70%;
  transform: translate(-50%, -50%);
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blackboard-text-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.how-download-apk-text {
  font-family: 'Anton';
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #fefefe;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-style: italic;
  margin-top: 20px;
}

.download-section {
  background-color: #2f2f2f82;
  display: flex;
  justify-content: space-around;
  position: relative;
  padding: 20px;
  border-top: 3px solid #42e77f;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.play-now-button {
  background: linear-gradient(180deg, #29E3A8 0%, #97E060 100%);
  color: #fefefe;
  width: fit-content;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  border-radius: 8px;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-app-button {
  background: linear-gradient(180deg, #FF584F 0%, #F9CF28 100%);
  color: #fefefe;
  width: fit-content;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  border-radius: 8px;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bonus-img {
  background: url('../images/bonus-1181.png') center center no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 579/260;
  width: 150px;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 1s ease-in-out infinite;
  position: absolute;
}
