html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

header {
  display: flex;
  flex-direction: row;
  gap: 1vw;
  justify-content: center;
  align-items: center;
  padding: 2vh 0vw;
  background: #752697;
  border-bottom: 0.1vw solid var(--primary-color);
}

:root {
  --primary-color: GOLD;
}
.superspan {
  color: #1aa100 !important;
  font-size: 2.4vw !important;
}

.domen_hed_a {
  align-items: center;
  background-color: #752697;
  border-radius: 0.5vw;
  border-width: 0;
  box-shadow: rgba(57, 31, 91, 0.24) 0 0.2vw 0.2vw,
    rgba(179, 132, 201, 0.4) 0 0.8vw 1.2vw;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-family: sans-serif;
  font-size: 1.3vw !important;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 0.6vw;
  margin: 0;
  padding: 1.3vw 1.3vw !important;
  text-align: center;
  text-decoration: none;
  text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.4vw,
    rgba(255, 255, 255, 0.2) 0 0 1.2vw, rgba(57, 31, 91, 0.6) 0.1vw 0.1vw 0.4vw,
    rgba(57, 31, 91, 0.32) 0.4vw 0.4vw 1.6vw;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
}

.domen_hed_a:hover {
  background-image: linear-gradient(#752697, #16271b 50%);
}

h1 {
  font-size: 2vw;
  margin: 0;
}
h2 {
  font-size: 1.4vw;
}
h3 {
  font-size: 1.2vw;
}
h4 {
  font-size: 1.1vw;
}
p {
  font-size: 1.1vw;
}

@keyframes caits {
  0% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}

@keyframes pulsesens {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}

.spec1 {
  position: absolute;
  vertical-align: middle;
  left: auto;
  width: 33vw !important;
}
.gamecontpos {
  animation: caits 3s ease-in-out infinite;
  position: absolute;
  top: 2vh;
  right: 3%;
  z-index: 0;
  width: 7vw !important;
}
.gamecontpos_two {
  animation: caits 3s ease-in-out infinite;
  position: absolute;
  bottom: 1vw;
  left: 3%;
  z-index: 0;
  width: 11vw !important;
}

.gamecontpos_three {
  transform: rotate(35deg);
  position: absolute;
  bottom: 17vw;
  left: 63%;
  z-index: 0;
  width: 23vw;
}

.gamecontpos_four {
  transform: rotate(-44deg);
  position: absolute;
  bottom: 39vw;
  left: 19%;
  z-index: 0;
  width: 11vw !important;
}

.domen_sec_one .spec3 {
  animation: caits 3s ease-in-out infinite;
  position: absolute;
  bottom: 5%;
  left: 7%;
}
.spec {
  align-self: flex-start !important;
}

.domen_sec_one img {
  width: 8vw;
  align-self: center;
}

.domen_sec_one {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2vh;
  text-align: center;
  padding: 3vh 10vw;
  height: 31vw !important;
  background-image: url("./media/main.webp");
  background-color: #752697;
  background-size: 100% 100%;
  z-index: 0;
  overflow: hidden;
  position: relative;
  backdrop-filter: blur(1vw);
}

.ggas {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  bottom: 0;
  backdrop-filter: blur(0.4vw);
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.ggas h1 {
  font-size: 4vw;
  color: white;
  position: absolute;
  top: 0;
}
.ggas p {
  font-size: 1.4vw;
  color: white;
  font-weight: 700;
  position: absolute;
  bottom: 0;
}
.domen_sec_one span {
  font-size: 4vw;
  color: #752697;
  text-shadow: 1px 1px 10px #000;
}
.domen_sec_one h3 {
  font-size: 1.5vw;
  color: white;
}

.domen_sec_two {
  display: flex;
  padding: 3vh 10vw !important;
  text-align: center;
  flex-direction: column !important;
  justify-content: center;
  background: linear-gradient(to bottom, #752697 71%, #752697);
  color: white;
}

.domen_terms {
  display: flex;
  flex-direction: column;
  padding: 3vh 20vw;
  justify-content: flex-start;
  background: linear-gradient(
    45deg,
    #752697 6%,
    black 22%,
    black 58%,
    black 71%,
    #752697 95%
  );
  gap: 3vh;
  text-align: left;
  align-items: flex-start;
  color: white;
}
.domen_terms h1 {
  text-align: left;
  align-self: flex-start;
}
.domen_terms h3 {
  text-align: left;
  align-self: flex-start;
  font-size: 1.4vw;
}
.domen_game_sec {
  display: flex;
  flex-direction: column;
  padding: 13vh 0vw;
  justify-content: center;
  background: linear-gradient(
    0deg,
    #752697 3%,
    #752697 27%,
    #752697 44%,
    #752697 74%,
    #752697 100%
  );
  gap: 3vh;
  text-align: center;
  align-items: center;
  position: relative;
}

.domen_game_rvdv {
  display: flex;
  flex-direction: row;
  gap: 1.2vw;
  justify-content: center;
  z-index: 1;
}

.domen_game_cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: rgb(0 0 0) 0px 2px 8px 0px;
  border-radius: 0.5vw;
  position: relative;
}

.domen_game_cell img {
  width: 14vw;
  border-radius: 0.5vw;
}

.domen_game_cell a {
  padding: 1vh 2vw;
  border-radius: 0.5vw;
  width: 50%;
  text-align: center;
  text-decoration: none;
  font-size: 1.3vw;

  background-color: var(--primary-color);
  color: black;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
}

.domen_game_cell a:hover {
  background-color: black;
  color: white;
}

.domen_hid {
  transition: all 0.3s ease;
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  color: white;
  top: 0;
  width: 100%;
  border-radius: 0.5vw;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
}

.domen_game_cell:hover .domen_hid {
  opacity: 1;
  backdrop-filter: blur(1vw);
}

.domen_com_sec {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6vh 10vw;
  flex-direction: row;
  gap: 1vw;
  background-color: #752697;
}

.domen_com_cell {
  padding: 1vw;
  flex-direction: column;
  display: flex;
  justify-content: center;
  box-shadow: rgb(0 0 0 / 37%) 0px 2px 8px 0px;
  color: white;
  background-color: #752697;
  text-align: center;
  border-radius: 0.5vw;
  /* border: 0.1vw solid var(--primary-color); */
}
.domen_com_cell img {
  width: 5vw;
  border-radius: 50%;
  align-self: center;
}

.domen_four_sec {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 6vh 20vw;
  flex-direction: row;
  gap: 1vw;
  background-color: #752697;
}

.domen_three_sec {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 6vh 10vw;
  flex-direction: row !important;
  gap: 1vw;
  background-color: #752697;
}

.domen_three_cell {
  flex-grow: 1;
  padding: 0.9vh 1vw;
  background-color: #752697;
  flex-direction: column;
  display: flex;
  justify-content: center;
  box-shadow: rgb(0 0 0 / 40%) 0px 2px 8px 0px;
  color: white;
  text-align: center;
  border-radius: 0.5vw;
  /* border: 0.1vw solid var(--primary-color); */
}

.domen_four_cell {
  flex-grow: 1;
  padding: 1.9vh 1.3vw;
  background-color: #752697;
  flex-direction: column;
  display: flex;
  justify-content: center;
  color: white;
  text-align: center;
  border-radius: 0.5vw;
  border: 0.1vw solid var(--primary-color);
}

.domen_four_cell p {
  text-transform: uppercase;
  text-align: center;
  max-width: 229px;
  margin-left: auto;
  margin-right: auto;
}

.domen_four_cell img {
  width: 7vw;
  align-self: center;
}

.domen_four_cell h1 {
  font-size: 1.3vw;
  text-transform: uppercase;
}

.domen_three_cell p {
  text-align: center;

  margin-left: auto;
  margin-right: auto;
}

.domen_three_cell img {
  width: 6vw !important;
  align-self: center;
  border: 0.2vw solid gold;
  border-radius: 50%;
  padding: 0.2vw;
}

.domen_three_cell h1 {
  font-size: 1.3vw;
  text-transform: uppercase;
}

.domen_com_cell h1 {
  font-size: 2vw;
}

.domen_stars {
  display: flex;
  flex-direction: row;
  font-size: 1.1vw;
  color: var(--primary-color);
  text-align: center;
  gap: 0.3vw;
  justify-content: center;
}

footer {
  display: flex;
  flex-direction: column;
  color: white;
  gap: 1vw;
  padding: 2vh 10vw;
  background-color: #480c8d;
  text-align: center;
  align-items: center;
  border-top: 0.1vw solid var(--primary-color);
}
footer img {
  width: 7vw;
}

footer p {
  font-size: 1.3vw;
}
.domen_quick_links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 1vw;
}

.domen_aforimg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 1vw;
}
.domen_a img {
  width: 7vw;
}

iframe {
  width: 90vw;
  height: 82vh;
  border: none;
}

.domen_conta {
  width: 40vw;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
}

label {
  display: block;
  font-size: 1.57vw;
  margin-bottom: 0.5vw;
  color: var(--primary-color);
  font-weight: 600;
}

input,
textarea {
  box-shadow: 0 0 2vw 12px rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 1vw !important;
  box-sizing: border-box;
  border: 0.1vw solid var(--primary-color);
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-size: 1.9vw !important;
  background-color: #ffffff00;
  color: white;
  border-radius: 0px;
}

textarea {
  resize: vertical;
  height: 7.3vw;
}

.button {
  background-color: black;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  cursor: pointer;
  font-size: 1.9vw !important;
  font-weight: 900;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: var(--primary-color);
  border: 1px solid white;
  color: white;
}

.domen_contact_terms {
  padding: 2vh 20vw;
  text-align: left;
  color: white;
  justify-content: center;
  display: flex;
}

.domen_contact_sec {
  display: flex;
  flex-direction: column;
  padding: 3vh 20vw;
  justify-content: center;
  background: linear-gradient(
    45deg,
    #752697 5%,
    black 22%,
    black 58%,
    black 71%,
    #752697 96%
  );
  gap: 3vh;
  text-align: center;
  align-items: center;
  color: white;
}

.mob img {
  width: 5vw !important;
}

@media (max-width: 1137px) {
  .domen_contact_sec {
    display: flex;
    flex-direction: column;
    padding: 12vh 20vw !important;
    justify-content: center;
    /* background: linear-gradient(45deg, #280c3c 0%, black 22%, black 58%, black 71%, #280c3c 100%); */
    gap: 3vh;
    text-align: center;
    align-items: center;
    color: white;
  }

  label {
    display: block;
    font-size: 2.57vw !important;
    margin-bottom: 0.5vw;
    color: var(--primary-color);
    font-weight: 600;
  }

  textarea {
    resize: vertical;
    height: 12.3vw !important;
  }
}

@media (max-width: 786px) {
  .domen_three_sec {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 6vh 10vw;
    flex-direction: column !important;
    gap: 1vw;
    background-color: #752697;
  }

  .domen_three_cell img {
    width: 21vw !important;
    align-self: center;
    border: 0.2vw solid gold;
    border-radius: 50%;
    padding: 0.2vw;
  }

  .domen_sec_one .spec1 {
    position: absolute;
    bottom: -30vw !important;
    left: auto;
    width: 56vw !important;
  }

  .gamecontpos {
    animation: caits 3s ease-in-out infinite;
    position: absolute;
    top: 0;
    right: 3%;
    z-index: 0;
    width: 14vw !important;
  }

  .domen_hed_a {
    align-items: center;
    /* background-color: rgba(134,65,255,255); */
    /* border-radius: 4vw; */
    border-width: 0;
    box-shadow: rgba(57, 31, 91, 0.24) 0 0.2vw 0.2vw,
      rgba(179, 132, 201, 0.4) 0 0.8vw 1.2vw;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-family: sans-serif;
    font-size: 3.3vw !important;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.04em;
    line-height: 0.6vw;
    margin: 0;
    padding: 2.3vw 1.3vw !important;
    text-align: center;
    text-decoration: none;
    text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.4vw,
      rgba(255, 255, 255, 0.2) 0 0 1.2vw,
      rgba(57, 31, 91, 0.6) 0.1vw 0.1vw 0.4vw,
      rgba(57, 31, 91, 0.32) 0.4vw 0.4vw 1.6vw;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
  }

  .ggas p {
    font-size: 6.4vw;
    color: black;
    font-weight: 700;
  }

  .domen_sec_one .spec2 {
    animation: caits 3s ease-in-out infinite;
    position: absolute;
    top: 8%;
    right: 6%;
  }

  .domen_com_cell img {
    width: 16vw;
    border-radius: 50%;
    align-self: center;
  }

  .domen_four_sec {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 6vh 20vw;
    flex-direction: column;
    gap: 1vw;
    /* background-color: #201c1c; */
  }

  .domen_four_cell img {
    width: 23vw;
    align-self: center;
  }

  .domen_four_cell h1 {
    font-size: 5.3vw;
  }

  .domen_sec_one img {
    width: 15vw;
    align-self: center;
  }

  .domen_aforimg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 1vw;
    margin-bottom: 3vh;
  }

  .domen_sec_one {
    height: 53vh !important;
  }
  .domen_sec_one h1 {
    font-size: 10vw;
    color: white;
  }
  .domen_sec_one span {
    font-size: 10vw !important;
    color: var(--primary-color);
  }
  .domen_sec_one h3 {
    font-size: 5.5vw;
    color: white;
  }
  h1 {
    font-size: 6vw;
    margin: 0;
  }
  h2 {
    font-size: 4.7vw;
  }
  .domen_game_cell img {
    width: 29vw;
    border-radius: 0.5vw;
  }

  .domen_game_cell a {
    padding: 1vh 2vw;
    border-radius: 0.5vw;
    width: 50%;
    text-align: center;
    text-decoration: none;
    font-size: 5.3vw;
    background-color: var(--primary-color);
    color: black;
    transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  }

  .domen_com_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6vh 5vw;
    flex-direction: column;
    gap: 3vw;
    /* background-color: #201c1c; */
  }

  .domen_com_cell h1 {
    font-size: 6vw;
  }

  p {
    font-size: 5.1vw;
  }

  .domen_stars {
    display: flex;
    flex-direction: row;
    font-size: 4.1vw;
    color: var(--primary-color);
    text-align: center;
    gap: 0.3vw;
    justify-content: center;
    padding-bottom: 3vw;
  }
  footer p {
    font-size: 5.3vw;
  }

  footer {
    display: flex;
    flex-direction: column;
    /* background-color: black; */
    color: white;
    gap: 1vw;
    padding: 2vh 5vw;
    text-align: center;
    align-items: center;
    border-top: 0.1vw solid var(--primary-color);
  }

  .domen_a img {
    width: 29vw;
  }

  .mob img {
    width: 13vw !important;
  }
  h4 {
    margin-top: -4vw;
    font-size: 3.1vw;
  }

  h3 {
    font-size: 5.2vw;
  }

  .domen_terms {
    display: flex;
    flex-direction: column;
    padding: 3vh 6vw;
    justify-content: flex-start;
    gap: 3vh;
    text-align: left;
    align-items: flex-start;
    color: white;
  }
  label {
    display: block;
    font-size: 6.17vw !important;
    margin-bottom: 0.5vw;
    color: var(--primary-color);
    font-weight: 600;
  }

  .button {
    background-color: black;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    cursor: pointer;
    font-size: 3.9vw !important;
    font-weight: 900;
    transition: background-color 0.3s ease;
  }

  .domen_conta {
    width: 60vw;
    display: flex;
    justify-content: center;
    text-align: left;
    flex-direction: column;
  }

  input,
  textarea {
    box-shadow: 0 0 2vw 12px rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 1vw !important;
    box-sizing: border-box;
    border: 0.1vw solid var(--primary-color);
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 6.9vw !important;
    background-color: #ffffff00;
    color: white;
    border-radius: 0px;
  }

  textarea {
    resize: vertical;
    height: 24.3vw;
  }

  .domen_quick_links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 1vw;
    margin-bottom: 2vh;
  }

  .domen_terms h3 {
    text-align: left;
    align-self: flex-start;
    font-size: 5.4vw;
  }

  .domen_sec_two {
    display: flex;
    padding: 3vh 3vw !important;
    text-align: center;
    flex-direction: column !important;
    justify-content: center;

    color: white;
  }

  .gamecontpos_two {
    animation: caits 3s ease-in-out infinite;
    position: absolute;
    bottom: 1vw;
    left: 3%;
    z-index: 0;
    width: 15vw !important;
  }
}

@media (min-width: 587px) and (max-width: 785px) {
  .domen_sec_one {
    height: 70vh !important;
  }
}
