html {
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: black;
}

::-webkit-scrollbar-thumb {
  background-color: #0fa479;
  border-radius: 6px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  padding: 1vw 0;
  z-index: 999;
}

.nos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5vw;
}

.nos a {
  font-size: 1.2vw;
  font-weight: 600;
  text-decoration: none;
  color: #0fa479;
}

.nos i {
  margin-left: 0.35vw;
}

.nos a:hover {
  text-decoration: underline;
}

.mai {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: black;
  background-image: url("img/bg1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 7vw 0 2vw 0;
}

.mai h5 {
  font-size: 4.5vw;
  margin-left: 4vw;
  font-weight: 900;
  color: #0fa479;
  text-shadow: black 0.2vw 0.2vw 0;
  margin-bottom: 0;
}

.mai h6 {
  margin-left: 4vw;
  font-size: 3.5vw;
  font-weight: 700;
  color: #0fa479;
  text-shadow: black 0.2vw 0.2vw 0;
  margin-top: 0;
  margin-bottom: 2vw;
}

.about {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 1vw;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.7);
  gap: 3vw;
  padding: 0 1.5vw;
}

.about p {
  font-size: 1vw;
  font-weight: 500;
  color: white;
  text-align: center;
  width: 45vw;
}

.about h1 {
  font-size: 4.2vw;
  font-weight: 900;
  color: #0fa479;
  margin-bottom: 0;
  text-transform: uppercase;
}

.about h2 {
  margin-top: 0;
  font-size: 3.5vw;
  font-weight: 700;
  color: #0fa479;
}

.abtCOL {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bufr {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #0fa479;
  gap: 3vw;
}

.bufr p {
  color: white;
  text-shadow: black 0.075vw 0.075vw 0;
  font-size: 1.05vw;
  font-weight: 500;
}

.bufrIMG {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
}

.bufrIMG img {
  width: 2.5vw;
}

.bufrIMG h1 {
  font-size: 1.2vw;
  font-weight: 600;
  color: white;
  text-shadow: black 0.1vw 0.1vw 0;
}

.bonuska {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3vw;
  background-color: black;
  background-image: url("img/bg1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 96%;
  padding: 2vw;
}

.plus {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 1vw;
  box-shadow: gold 0 0 0.5vw;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1vw;
}

.plus h1 {
  font-size: 1.5vw;
  font-weight: 600;
  color: #0fa479;
  margin-bottom: 0;
}

.plus h2 {
  font-size: 1.2vw;
  font-weight: 500;
  color: #0fa479;
  text-align: center;
}

.games {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2vw 0;
  width: 100%;
  background-color: black;
  background-image: url("img/bg2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.games h1 {
  font-size: 3vw;
  font-weight: 900;
  color: white;
  margin-bottom: 0;
  text-shadow: black 0.2vw 0.2vw 0;
}

.games p {
  font-size: 1vw;
  font-weight: 500;
  color: white;
  padding: 1vw;
  border-radius: 1vw;
  background-color: rgba(0, 0, 0, 0.7);
  width: 75%;
  text-align: center;
}

iframe {
  width: 88.5vw;
  border: none;
  height: 82vh;
  box-shadow: black 0 0 1vw;
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: black;
  background-image: url("img/bg1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2vw 0;
}

footer h6 {
  font-size: 1.25vw;
  font-weight: 600;
  color: white;
  text-shadow: 0.1vw 0.1vw 0 black;
}

.ftROW {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6vw;
}

.ftCOL {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  backdrop-filter: brightness(0.3);
  padding: 15px;
}

.ftCOL p {
  font-size: 1vw;
  font-weight: 500;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 1vw;
  padding: 1vw;
  width: 40vw;
}

.ftIMAGES {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1vw;
}

.ftIMAGES img {
  width: 5vw;
}

.ftIMG1 img {
  width: 14vw !important;
  padding: 0.5vw;
  background-color: black;
  border-radius: 0.5vw;
}

.ftIMG2 img {
  width: 9vw !important;
}

.sosa {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  border-radius: 1vw;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 1.5vw;
}

.sosa h2 {
  color: white;
  text-shadow: black 0.1vw 0.1vw 0;
  font-size: 2vw;
  font-weight: 700;
}

form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1vw;
}

label {
  color: white;
  text-shadow: black 0.1vw 0.1vw 0;
  font-size: 1.2vw;
  font-weight: 600;
  align-self: flex-start;
}

input {
  color: white;
  text-shadow: black 0.1vw 0.1vw 0;
  font-size: 1vw;
  font-weight: 600;
  align-self: flex-start;
  border-radius: 1vw;
  background-color: #0fa479;
  border: transparent 0;
  padding: 1vw;
  width: 87%;
}

textarea {
  color: white;
  text-shadow: black 0.1vw 0.1vw 0;
  font-size: 1vw;
  font-weight: 600;
  align-self: flex-start;
  border-radius: 1vw;
  background-color: #0fa479;
  border: transparent 0;
  resize: none;
  width: 87%;
  padding: 1vw;
}

button {
  background-color: #0fa479;
  border-radius: 1vw;
  box-shadow: 0 0 0.5vw black;
  color: black;
  font-size: 1.15vw;
  font-weight: 600;
  padding: 0.5vw 3vw;
  border: 0;
  width: 98%;
}

button:hover {
  background-color: rgba(218, 165, 32, 0.75);
}

.docs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  padding: 2vw 0;
  width: 100%;
  background-color: black;
  background-image: url("img/bg2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.docsTXT {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1vw;
  width: 80%;
  border-radius: 1vw;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1.5vw;
}

.docsTXT h2 {
  font-size: 2.8vw;
  font-weight: 700;
  color: white;
  text-shadow: black 0.1vw 0.1vw 0;
}

.docsTXT p {
  font-size: 1.15vw;
  font-weight: 500;
  color: white;
  text-shadow: black 0.1vw 0.1vw 0;
}

.docsTXT h5 {
  font-size: 2vw;
  font-weight: 600;
  color: white;
  text-shadow: black 0.1vw 0.1vw 0;
}

@media (max-width: 786px) {
  .nos a {
    font-size: 2.5vw;
    font-weight: 600;
    text-decoration: none;
    color: #0fa479;
  }

  .nos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3.5vw;
  }

  header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 0;
    padding: 3vw 0;
    z-index: 999;
  }

  .mai h5 {
    font-size: 6.5vw;
    margin-left: 4vw;
    font-weight: 900;
    color: #0fa479;
    text-shadow: black 0.2vw 0.2vw 0;
    margin-bottom: 0;
  }

  .mai h6 {
    margin-left: 4vw;
    font-size: 5.5vw;
    font-weight: 700;
    color: #0fa479;
    text-shadow: black 0.2vw 0.2vw 0;
    margin-top: 0;
    margin-bottom: 2vw;
  }

  .about p {
    font-size: 2.5vw;
    font-weight: 500;
    color: white;
    text-align: center;
    width: 80%;
  }

  .about h1 {
    font-size: 7.2vw;
    font-weight: 900;
    color: #0fa479;
    margin-bottom: 0;
    text-transform: uppercase;
  }

  .about h2 {
    margin-top: 0;
    font-size: 6.5vw;
    font-weight: 700;
    color: #0fa479;
  }

  .about {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    border-radius: 1vw;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.7);
    gap: 3vw;
    padding: 0 1.5vw;
  }

  .bufrIMG h1 {
    font-size: 2.8vw;
    font-weight: 600;
    color: white;
    text-shadow: black 0.1vw 0.1vw 0;
  }

  .bufrIMG img {
    width: 5.5vw;
  }

  .bufr p {
    color: white;
    text-shadow: black 0.075vw 0.075vw 0;
    font-size: 2.35vw;
    font-weight: 500;
  }

  .bonuska {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4vw;
    background-color: black;
    background-image: url(img/bg1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 96%;
    padding: 2vw;
  }

  .plus h1 {
    font-size: 3.5vw;
    font-weight: 600;
    color: #0fa479;
    margin-bottom: 0;
    text-align: center;
  }

  .plus {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 55%;
    border-radius: 1vw;
    box-shadow: gold 0 0 0.5vw;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1vw;
  }

  .plus h2 {
    font-size: 2.5vw;
    font-weight: 500;
    color: #0fa479;
    text-align: center;
  }

  .games h1 {
    font-size: 5vw;
    font-weight: 900;
    color: white;
    margin-bottom: 0;
    text-shadow: black 0.2vw 0.2vw 0;
  }

  .games p {
    font-size: 3vw;
    font-weight: 500;
    color: white;
    padding: 1vw;
    border-radius: 1vw;
    background-color: rgba(0, 0, 0, 0.7);
    width: 75%;
    text-align: center;
  }

  .ftIMG1 img {
    width: 27vw !important;
    padding: 0.5vw;
    background-color: black;
    border-radius: 0.5vw;
  }

  .ftIMG2 img {
    width: 18vw !important;
  }

  .ftIMAGES img {
    width: 10vw;
  }

  .ftROW {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 6vw;
  }

  footer h6 {
    font-size: 2.8vw;
    font-weight: 600;
    color: white;
    text-shadow: 0.1vw 0.1vw 0 black;
  }

  .sosa h2 {
    color: white;
    text-shadow: black 0.1vw 0.1vw 0;
    font-size: 4vw;
    font-weight: 700;
  }

  label {
    color: white;
    text-shadow: black 0.1vw 0.1vw 0;
    font-size: 3vw;
    font-weight: 600;
    align-self: center;
  }

  input {
    color: white;
    text-shadow: black 0.1vw 0.1vw 0;
    font-size: 3vw;
    font-weight: 600;
    border-radius: 1vw;
    background-color: #0fa479;
    border: transparent 0;
    padding: 1vw;
    width: 87%;
    align-self: center;
  }

  button {
    background-color: #0fa479;
    border-radius: 1vw;
    box-shadow: 0 0 0.5vw black;
    color: black;
    font-size: 3vw;
    font-weight: 600;
    padding: 1.5vw 3vw;
    border: 0;
    width: 90%;
    margin-top: 2vw;
  }

  textarea {
    color: white;
    text-shadow: black 0.1vw 0.1vw 0;
    font-size: 2.75vw;
    font-weight: 600;
    align-self: center;
    border-radius: 1vw;
    background-color: #0fa479;
    border: transparent 0;
    resize: none;
    width: 87%;
    padding: 1vw;
  }

  .docsTXT h2 {
    font-size: 4.8vw;
    font-weight: 700;
    color: white;
    text-shadow: black 0.1vw 0.1vw 0;
  }

  .docsTXT p {
    font-size: 3.15vw;
    font-weight: 500;
    color: white;
    text-shadow: black 0.1vw 0.1vw 0;
  }

  .docsTXT h5 {
    font-size: 4vw;
    font-weight: 600;
    color: white;
    text-shadow: black 0.1vw 0.1vw 0;
  }

  .ftCOL p {
    font-size: 2.8vw;
    font-weight: 500;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 1vw;
    padding: 1vw;
    width: 80%;
  }
}
