* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--white);
  font-family: var(--font-meadow);
}
html {
  /* 1rem = 10px */
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  overflow-x: hidden;
  background-color: #2c0401;
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: #2c0401;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(
    251.82deg,
    #fbc926 -6.68%,
    #fffbcc 11.86%,
    #f8efba 15.57%,
    #e7d18d 23.73%,
    #cca246 34.11%,
    #c3922e 37.82%,
    #eed688 57.84%,
    #fffbcc 67.48%
  );

  border-radius: 10px;
}
footer,
header,
section {
  font-size: 1.6rem;
}
@font-face {
  font-family: "meadow";
  src: url(assets/Meadow\ Bloom.otf);
}
:root {
  --font-meadow: "meadow";
  --font-mont: "Montserrat", sans-serif;
  --white: #ffffff;
  --black: #000000;
  --nav-height: 100px;
}
/*=== navbar=== */
.navbar {
  min-height: var(--nav-height);
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* page */
.page {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.page-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
}
#page-content1 {
  min-height: calc(100vh - var(--nav-height));
}

#page1 {
  background: #d9d9d905;
}
/* =========top-side======== */
.top-side {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-side4,
.top-side1 {
  padding: 2rem 4% 2rem 4%;
}
.top-side2 {
  margin-top: 3rem;
  padding: 4rem 4% 4rem 4%;
}
.top-side3 {
  justify-content: space-evenly;
  flex-direction: row;
  padding: 4rem 4% 4rem 4%;
  gap: 2rem;
  background: #d9d9d905;
}

/* ========bottom-side======== */
.bottom-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  flex: 1;
  position: relative;
  justify-content: center;
}
.bottom-side1 {
  padding: 0 4% 0 4%;
  justify-content: flex-end;
}
.bottom-side2 {
  flex-direction: row;
  justify-content: space-around;
}

/* =========heading section======== */

.text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 6;
}

#text1 {
  margin-top: -4rem;
  position: relative;
  bottom: -4rem;
}
#text3 {
  gap: 2rem;
}
#text4 {
  width: 100%;
}
.gradient-color {
  background: linear-gradient(
    251.82deg,
    #fbc926 -6.68%,
    #fffbcc 11.86%,
    #f8efba 15.57%,
    #e7d18d 23.73%,
    #cca246 34.11%,
    #c3922e 37.82%,
    #eed688 57.84%,
    #fffbcc 67.48%
  );

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.heading {
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
.heading1 {
  font-size: 23rem;
}
.heading2 {
  font-size: 10rem;
}
.heading4 {
  font-size: 14rem;
}

#text1 h2 {
  font-size: 5.5rem;
  color: var(--white);
}

.coin-box span {
  font-weight: 400;
  font-size: 4.5rem;
  text-transform: uppercase;
}
.game-box h4 {
  font-weight: 400;
  font-size: 5.5rem;
  text-align: center;
  text-transform: uppercase;
}
.para {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
}
.para1 {
  max-width: 60rem;
}
#page4 p {
  font-family: var(--font-meadow);
  font-weight: 400;
  font-size: 2.2rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 6;
}
.box p {
  color: var(--black);
  position: relative;
  z-index: 6;
}

/* ========btns section======== */
.btn-cover {
  width: 100%;
  background: linear-gradient(
    251.82deg,
    #fbc926 -6.68%,
    #fffbcc 11.86%,
    #f8efba 15.57%,
    #e7d18d 23.73%,
    #cca246 34.11%,
    #c3922e 37.82%,
    #eed688 57.84%,
    #fffbcc 67.48%
  );
}
.btn-div-img {
  margin-top: -4rem;
  margin-bottom: -4rem;
  width: 10rem;
  height: auto;
}
.btns-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  position: relative;
}
.link-btn {
  padding: 0 1rem;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s;
  z-index: 10;
  border-radius: 50%;
}

.link-btn:hover {
  transform: translateY(-10px);
  background: linear-gradient(
    251.82deg,
    #fbc926 -6.68%,
    #fffbcc 11.86%,
    #f8efba 15.57%,
    #e7d18d 23.73%,
    #cca246 34.11%,
    #c3922e 37.82%,
    #eed688 57.84%,
    #fffbcc 67.48%
  );
}

.link-btn img {
  width: 100%;
  height: auto;
}
/* ========copy btn section======== */

.copy-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  gap: 1.5rem;
}

.copy-btn {
  transition: all 0.4s;
  padding: 1rem;
  border-radius: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  cursor: pointer;
  border: 1px solid #d9d9d905;
  outline: none;
  background-color: #e9cf76;
  transition: all 0.4s;
}
.copy-btn p {
  font-weight: 400;
  font-size: 2.2rem;
  color: var(--black);
  transition: all 0.4s;
}

.copy-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.copy-text .ca {
  white-space: nowrap;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.copy-text p {
  font-size: 2.5vmin;
  font-weight: 400;
  padding: 1rem;
  border-radius: 1.7rem;
  background: #e9cf76;
  color: var(--black);
  border: 1px solid #d9d9d905;
}

/* ========game div======== */
.container {
  display: flex;
  align-items: center;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4rem;
  gap: 2rem;
}
.game-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  max-width: 30rem;
}
.game-img {
  width: 100%;
  height: auto;
  background: linear-gradient(
    251.82deg,
    #fbc926 -6.68%,
    #fffbcc 11.86%,
    #f8efba 15.57%,
    #e7d18d 23.73%,
    #cca246 34.11%,
    #c3922e 37.82%,
    #eed688 57.84%,
    #fffbcc 67.48%
  );
  border: 0.85px solid #000000;
  border-radius: 56px;
  padding: 1rem;
  margin-bottom: auto;
}
.game-img img {
  width: 100%;
  height: 100%;
}
.coming-btn {
  border-radius: 2rem;
  padding: 1rem 2rem;
  background: linear-gradient(
    251.82deg,
    #fbc926 -6.68%,
    #fffbcc 11.86%,
    #f8efba 15.57%,
    #e7d18d 23.73%,
    #cca246 34.11%,
    #c3922e 37.82%,
    #eed688 57.84%,
    #fffbcc 67.48%
  );
}
.sub-btn {
  background-color: #e9cf76;
  border-radius: 2rem;
  padding: 1rem 2rem;
  border: 1px solid #d9d9d905;
  cursor: pointer;
}

.sub-btn span,
.coming-btn span {
  font-weight: 400;
  font-size: 2.4rem;
  text-align: center;
  color: var(--black);
  text-transform: uppercase;
}
/* ====== emial ====== */
.email-div form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.email-div {
  border-radius: 2rem;
  border: 1px solid #e9cf76;
  display: flex;
  gap: 1rem;
  padding: 1rem;
  width: 100%;
  justify-content: space-between;
}
.email-div input::placeholder {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 2rem;
  text-align: left;
  padding: 1rem;
  color: #ffffff80;
  background-color: transparent;
}
.email-div input {
  flex: 1;
  background-color: transparent !important;
  border: none;
  outline: none;
  font-size: 2rem;
  color: #e9cf76 !important;
}
input[type="email"] {
  background-color: transparent;
}
input:-webkit-autofill {
  background-color: transparent;
}
input[type="email"]:-webkit-autofill {
  padding: 1rem;
  -webkit-box-shadow: 0 0 0 1000px #e9cf76 inset;
  -webkit-text-fill-color: #000 !important;
  border-radius: 8px;
  transition: background-color 5000s ease-in-out 0s;
}

input[type="email"]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #f5da85 inset;
  -webkit-text-fill-color: #111 !important;
}
.box {
  background: linear-gradient(
    251.82deg,
    #fbc926 -6.68%,
    #fffbcc 11.86%,
    #f8efba 15.57%,
    #e7d18d 23.73%,
    #cca246 34.11%,
    #c3922e 37.82%,
    #eed688 57.84%,
    #fffbcc 67.48%
  );
  align-content: center;
  text-align: center;
  padding: 1rem 4% 1rem 4%;
  position: relative;
}
.text-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2rem;
  width: 100%;
  margin: 3rem 0;
  position: relative;
  z-index: 4;
}
.text-line p {
  background: #d9d9d905;
  width: 100%;
  padding: 1rem;
}
/* ========main-img section======== */
.wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.side-img {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 5;
}
#side-img-1 {
  max-width: 35rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-left: 5rem;
}
#inside-img1 {
  position: absolute;
  left: -28%;
  width: 70%;
}
#side-img-2 {
  max-width: 35rem;
}
#side-img-3,
#side-img-4 {
  max-width: 25rem;
  width: 30%;
}
#side-img-5 {
  max-width: 35rem;
  width: 45%;
  position: absolute;
  top: -12rem;
  left: 0;
}
#side-img-6 {
  max-width: 35rem;
  width: 45%;
  position: absolute;
  top: -12rem;
  right: 4%;
}

.side-img .img {
  width: 100%;
  height: 100%;
}
/* ========footer======== */
.footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20%;
  padding: 2rem 10% 2rem 10%;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.logo-text {
  font-weight: 400;
  font-size: 4.5rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.logo-img {
  width: 10rem;
  height: auto;
}
.footer-lines {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 2rem;
}
.footer-lines li {
  list-style: none;
  text-decoration: none;
  transition: all 0.4s;
}
.footer-lines span {
  font-weight: 400;
  font-size: 2.4rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.footer-lines li:first-child {
  margin-right: 4rem;
}
.footer-lines li:hover span {
  background: linear-gradient(
    251.82deg,
    #fbc926 -6.68%,
    #fffbcc 11.86%,
    #f8efba 15.57%,
    #e7d18d 23.73%,
    #cca246 34.11%,
    #c3922e 37.82%,
    #eed688 57.84%,
    #fffbcc 67.48%
  );

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.footer-p {
  padding: 2rem 0;
}
/* ========coins======== */
.c-coin {
  width: 20rem;
  height: auto;
  transform: rotate(15deg);
  margin-bottom: 2rem;
}
.coin-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.coin {
  position: absolute;
  z-index: -1;
  width: 7rem;
  height: auto;
}
.coin2 {
  width: 5rem;
}
#coin1 {
  top: 0;
  left: 0;
}
#coin2 {
  top: 0;
  right: 3%;
}
#coin3 {
  top: 30%;
  left: 3%;
}
#coin3 {
  top: 30%;
  left: 3%;
}
#coin4 {
  top: 0;
  left: 0;
}
#coin5 {
  top: 10%;
  right: 4%;
}
#coin6 {
  width: 10rem;
  bottom: 12%;
  left: 2%;
}
#coin7 {
  top: -100%;
  left: 0;
  position: absolute;
  z-index: 2;
  width: 5rem;
}
#coin8 {
  top: -10%;
  right: 10%;
  position: absolute;
  z-index: 2;
}
#coin9 {
  width: 5rem;
  top: 10%;
  left: 28%;
}
#coin10 {
  width: 5rem;
  bottom: 0;
  right: 0;
}
/*  */
.btn {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: #2c0401;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}
.btn:hover {
  transform: scale(1.05);
}

.btn:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}
.sub-btn:active::before,
.sub-btn:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(110%);
}
