* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Kanit", sans-serif;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}
body .wrapper-text {
  color: #000;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.075rem;
  max-width: 1296px;
  overflow: hidden;
  background-color: #fff;
  min-height: 60px;
  border: 4px solid #000;
  border-radius: 10rem;
  border-bottom-width: 8px;
  border-right-width: 8px;
  margin-bottom: 2rem;
  width: calc(100% - 9rem);
  margin-top: 4.25rem;
}
body .wrapper-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  background-color: #fffd61;
  z-index: -1;
}
body .wrapper-text strong {
  font-weight: 700;
}
body .wrapper-text strong.ellipsis {
  font-family: "Space Grotesk", sans-serif;
  margin-left: -0.25rem;
}
body .wrapper-text .slider {
  display: flex;
  gap: 1rem;
  transform: translateX(0.6ch);
}
body .wrapper-text .slider.en {
  width: 180ch;
  animation: slider-en 20s linear 0s infinite normal none running;
}
body .wrapper-text .slider.pt {
  width: 187ch;
  animation: slider-pt 20s linear 0s infinite normal none running;
}
@keyframes slider-en {
  0% {
    transform: translateX(0.6ch);
  }
  100% {
    transform: translateX(-89.6ch);
  }
}
@keyframes slider-pt {
  0% {
    transform: translateX(0.6ch);
  }
  100% {
    transform: translateX(-92.4ch);
  }
}
body .content {
  background: url("../images/bg.svg") center/cover no-repeat;
  padding: 0 4.5rem;
  margin-top: 5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
body .content section {
  border: 4px solid #000;
  border-bottom-width: 8px;
  border-right-width: 8px;
  position: relative;
  min-height: 23rem;
  background-color: #fff;
  max-width: 1296px;
  display: flex;
  align-items: center;
}
body .content section.us:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 3.5rem;
  width: 100%;
  background-color: #fffd61;
  z-index: 0;
}
body .content section.logo {
  margin-bottom: 4.5rem;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -5rem;
  width: 100%;
}
body .content section.logo .just-have {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
body .content section.logo .social {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}
body .content section.logo .social a {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  transition: 0.5s;
}
body .content section.logo .social a:hover {
  transform: scale(0.9) rotate(20deg) !important;
}
body .content section.logo .social a:nth-child(1) {
  left: 4%;
  bottom: 3rem;
}
body .content section.logo .social a:nth-child(2) {
  left: 18%;
  bottom: 6rem;
}
body .content section.logo .social a:nth-child(3) {
  left: 68%;
}
body .content section.logo .language-buttons-wrapper {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  display: flex;
  gap: 0.75rem;
  z-index: 999;
}
body .content section.logo .language-buttons-wrapper a {
  background: transparent;
  border: 0;
  height: 3.5rem;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 900;
  padding: 0.5rem 1.5rem;
  background-color: #000;
  min-width: 6.25rem;
  border-radius: 50%;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
body .content section.logo > img {
  margin-top: -1.5rem;
  z-index: 1;
  max-width: 90%;
}
body .content section.us {
  position: relative;
  padding: 2rem;
  padding-top: 3.875rem !important;
  padding-bottom: 0 !important;
}
body .content section.us header {
  background: url("../images/waves.svg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.5rem;
  top: -2.25rem;
  position: absolute;
  width: 100%;
  max-width: 26rem;
  left: 50%;
  transform: translateX(-50%);
}
body .content section.us header h1 {
  color: #fff;
  text-transform: uppercase;
}
body .content section.us p {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  padding: 2rem 0;
}
body .content section.games {
  background-color: #fffd61;
  background-image: url("../images/zeengs-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
body .content section.games a {
  background: transparent;
  border: 0;
  position: absolute;
  right: 1rem;
  top: -3.25rem;
  background-color: #000;
  color: #fff;
  padding: 2.75rem 1.75rem;
  text-transform: uppercase;
  border-top-right-radius: 10rem;
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
  transform-origin: bottom right;
  cursor: pointer;
  text-decoration: none;
  display: block;
  line-height: 1;
  font-size: 2rem;
  margin: 0;
  font-weight: 700;
}
body .content .row {
  display: flex;
  gap: 1rem;
  display: flex;
  max-width: 1296px;
  width: 100%;
}
body .content .newsletter-wrapper {
  max-width: 39.75rem;
  width: 100%;
  position: relative;
  margin: 0 auto 5rem;
}
body .content .newsletter-wrapper header {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
body .content .newsletter-wrapper header strong,
body .content .newsletter-wrapper header span {
  font-family: "Space Grotesk";
  font-size: 1.25rem;
  font-style: normal;
  line-height: normal;
}
body .content .newsletter-wrapper input {
  border: 4px solid;
  border-radius: 10rem;
  height: 3.5rem;
  width: 100%;
}
body .content .newsletter-wrapper input::-moz-placeholder {
  color: #000;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
}
body .content .newsletter-wrapper input::placeholder {
  color: #000;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
}
body .content .newsletter-wrapper button {
  position: absolute;
  background: transparent;
  border: 0;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  width: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: url("../images/cloud-shape.png") center/contain no-repeat;
  position: absolute;
  top: 4rem;
  right: 0;
  text-transform: uppercase;
  cursor: pointer;
}
body .talk-wrapper {
  margin-bottom: 5rem;
}
body .talk-wrapper strong,
body .talk-wrapper span {
  font-family: "Space Grotesk", "sans-serif";
  font-size: 28px;
  font-style: normal;
  line-height: normal;
}
body .talk-wrapper strong {
  font-weight: 700;
}
body .talk-wrapper span {
  font-weight: 300;
}
body footer {
  width: 100%;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 2rem;
}
body footer img {
  position: absolute;
  bottom: -6rem;
  left: 1rem;
}
body footer P {
  margin: 0 auto;
  max-width: 1296px;
  padding: 0 1rem;
}

@media screen and (min-width: 992px) {
  .row {
    margin-bottom: 3rem;
  }
  .row section {
    flex: 0.5;
  }
}
@media screen and (max-width: 1200px) {
  .content {
    margin-top: 30rem !important;
  }
  .talk-wrapper {
    margin-bottom: 1rem !important;
  }
  .logo {
    padding-top: 7rem;
    padding-bottom: 1rem;
    margin-bottom: 7rem !important;
    border: 0 !important;
    background: transparent !important;
    margin-top: -30rem !important;
    height: 30rem;
  }
  .logo .language-buttons-wrapper {
    right: 0.5rem !important;
  }
  .logo .bottom-images-wrapper {
    display: none;
  }
  .logo > img {
    max-width: 60% !important;
  }
  .social {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    transform: translateY(60%);
  }
  .social a {
    position: unset !important;
    transform: scale(0.75) !important;
  }
  footer img {
    height: 320px;
    margin: 0 auto;
    position: relative !important;
    bottom: 0rem !important;
  }
}
@media screen and (max-width: 992px) {
  .row {
    gap: 3rem !important;
    flex-direction: column;
    margin-bottom: 5rem;
  }
  .talk-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem !important;
  }
  .games {
    background-size: contain;
  }
  .games a {
    top: -3rem !important;
    padding: 1.5rem 0.75rem !important;
  }
  .games a strong {
    font-size: 1.25rem !important;
    margin: 0;
  }
  .games a span {
    font-size: 0.75rem !important;
    font-weight: 100;
  }
}
@media screen and (max-width: 576px) {
  .content {
    padding: 0 1.25rem !important;
  }
  .wrapper-text {
    font-size: 1rem !important;
    margin-top: 1.25rem !important;
    width: calc(100% - 2.5rem) !important;
    display: none;
  }
  .wrapper-text::before {
    height: 2.5rem !important;
  }
  .logo {
    margin-bottom: 7rem !important;
  }
  .logo .language-buttons-wrapper a {
    height: 2.5rem !important;
    font-size: 1rem !important;
    min-width: 5rem !important;
  }
  .us {
    padding: 1rem !important;
  }
  .us header {
    max-width: 90% !important;
  }
  .us p {
    font-size: 1.25rem !important;
  }
  .row {
    gap: 3rem !important;
    flex-direction: column;
    margin-bottom: 5rem;
  }
  .newsletter-wrapper button {
    font-size: 1.5rem !important;
    top: 4.5rem !important;
  }
  .slider.en {
    width: 180ch !important;
    animation: slider-en infinite 20s linear;
  }
  .slider.pt {
    width: 170ch !important;
    animation: slider-pt infinite 20s linear;
  }
  @keyframes slider-en {
    0% {
      transform: translateX(0.6ch);
    }
    100% {
      transform: translateX(-82ch);
    }
  }
  @keyframes slider-pt {
    0% {
      transform: translateX(0.6ch);
    }
    100% {
      transform: translateX(-84.8ch);
    }
  }
}
.shake:hover {
  animation: shake 0.5s infinite ease-in-out;
}

@keyframes wave {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 67.3%;
  }
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}/*# sourceMappingURL=styles.css.map */