/* @import url(https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800,900,1000,1100,1200&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Livvic:wght@400;500;600;700&display=swap); */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/XRXV3I6Li01BKofINeaB.woff2') format('woff2');
  font-display: swap;
}
.spcb_text,
p {
  line-height: 2;
  font-size: 18px !important;
}
strong {
  font-size: 19px !important;
}
.bg-half,
.row > *,
.section,
.share_s {
  position: relative;
}
@media (min-width: 1400px) {
  .container {
    max-width: 96% !important;
  }
}
.h1,
.h2,
h1,
h2 {
  font-size: 30px !important;
  margin-top: 50px !important;
}
.h3,
.h5,
h3,
h5 {
  font-size: 20px !important;
}
.h4,
h4 {
  font-size: 24px !important;
}
.h6,
h6 {
  font-size: 16px !important;
}
.text-primary {
  color: salmon !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #284bc1 !important;
}
.text-muted {
  color: #8492a6 !important;
}
a.text-muted:focus,
a.text-muted:hover {
  color: #75859b !important;
}
.text-light {
  color: #f8f9fc !important;
}
a {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  text-decoration: none !important;
  /* color: var(--letter-correct); */
}
.d-flex .flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body {
  font-family: Nunito, sans-serif;
  overflow-x: hidden !important;
  font-size: 16px;
  color: #161c2d;
  margin: 0;
  background-color: #fffdfc;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Nunito, sans-serif;
  font-weight: 600;
}
::-moz-selection {
  background: rgba(47, 85, 212, 0.9);
  color: #fff;
}
::selection {
  background: rgba(47, 85, 212, 0.9);
  color: #fff;
}
.section {
  padding: 100px 0;
}
.para-desc {
  max-width: 600px;
}
.spcb_text {
  font-size: 18px;
  align-self: center;
}
.bg-half {
  padding: 32px 0;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-position: center center;
}
@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
  .bg-half {
    padding: 50px 0;
  }
  .spcb_text,
  p {
    line-height: 2;
    font-size: 15px !important;
  }
  strong {
    font-size: 16px !important;
  }
}
.spcb-h1,
spcb-h1 {
  font-size: 38px !important;
  font-weight: 900 !important;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .spcb-h1 {
    font-size: 34px !important;
  }
}
.spcb-h2 {
  font-size: 20px !important;
  font-weight: 700;
}
.spcb_head {
  font-size: 24px !important;
  font-weight: 900 !important;
}
@media (max-width: 1024px) {
  .spcb_head {
    font-size: 22px !important;
    font-weight: 900 !important;
  }
}
@media (max-width: 512px) {
  .spcb_head {
    font-size: 20px !important;
    font-weight: 900 !important;
  }
}
.number {
  font-size: 38px !important;
  font-weight: 700 !important;
}
.logo_img {
  height: 16px;
}
@media (max-width: 400px) {
  .logo_img {
    height: 12px;
  }
}
.share_s {
  padding: 30px 0;
}
.footer-bar {
  margin-top: 30px;
  margin-bottom: 30px;
}
.no-padding {
  padding: 0 !important;
  width: 100% !important;
}
.banner {
  display: block;
}
.banner_middle {
  width: 728px;
  height: 90px;
}
.banner_under_mobile {
  display: none;
}
@media (max-width: 600px) {
  .banner_under {
    display: none;
  }
  .banner_under_mobile {
    display: grid;
  }
}
.Game-keyboard-button:hover {
  background-color: #faebd7;
}
.light {
  background-color: #fff;
}
.flag {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 6px;
  float: left;
}
.frames_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.wordle_but {
  display: block;
  margin: auto;
  width: calc(25% - 24px);
  text-align: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  color: #FFF !important;
  background-color: #28b862;
  transition: 0.2s ease-in-out;
  max-width: fit-content;
}
.get_help{
  display: none;
  width: calc(25% - 24px);
  text-align: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  color: #FFF !important;
  background-color: #28b862;
  transition: 0.2s ease-in-out;
  margin: auto; 
  font-size:18px; 
  max-width:fit-content;
}
.lan_btn {
  display: block;
  margin: 12px;
  width: calc(25% - 24px);
  text-align: center;
  line-height: 30px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  background: #e7dcab;
  border-radius: 8px;
  transition: 0.2s ease-in-out;
}
.active_btn{
    color: #FFF !important;
    background-color: #28b862;
}
.lan_btn:hover {
    transform: translate(0, -3px);
}
.wordle_but:hover {
    transform: translate(0, -3px);
}
.wordle_step {
  display: flex;
  margin-top: 1.4rem;
}
.faq_block {
  border-radius: 14px;
  margin-top: 35px;
  padding: 32px;
  background-color: #e6e6e6;
}
.wordle_h3 {
  padding-top: 10px;
  margin-top: 0;
  font-weight: 700;
  text-align: left;
}
.wordle_text {
  text-align: left;
  font-size: 18px;
}
.g_block {
  background-color: #fff;
  text-align: left;
  font-family: Nunito, sans-serif !important;
  min-height: 600px;
}
.nerdle_but {
  min-width: max-content;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  background-color: #acff87 !important;
  border: 1px solid;
  color: #000 !important;
}
.dordle_but,
.gen_but,
.kid_but,
.lewd_but,
.octordle_but,
.quordle_but,
.tour_but {
  min-width: max-content;
  padding: 18px 20px;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 700;
  color: #000 !important;
}
.nerdle_but:hover {
  background-color: #8dd46d !important;
}
.dordle_but {
  background-color: #d5d0ff !important;
}
.dordle_but:hover {
  background-color: #a6a0d7 !important;
}
.quordle_but {
  background-color: #ffc487 !important;
}
.quordle_but:hover {
  background-color: #e9af73 !important;
}
.octordle_but {
  background-color: #ffcab3 !important;
}
.octordle_but:hover {
  background-color: #ffae8b !important;
}
.kid_but {
  background-color: #f9dcff !important;
}
.kid_but:hover {
  background-color: #f4bfff !important;
}
.lewd_but {
  background-color: #fff5c6 !important;
}
.lewd_but:hover {
  background-color: #ffefa2 !important;
}
.gen_but {
  background-color: #d1efff !important;
}
.gen_but:hover {
  background-color: #b0e3ff !important;
}
.tour_but {
  background-color: #d8fdff !important;
}
.tour_but:hover {
  background-color: #bcfcff !important;
}
.plusle_but {
  background-color: #5adca3 !important;
  color: #000 !important;
  border: none;
  border-radius: 6px;
}
.plusle_but:hover {
  background-color: #52c090 !important;
}
.row__field:focus {
  outline: 0;
}
body.dark .faq_block {
  color: #000;
}
body.dark .share_s {
  background-color: #212121;
}
body.dark .wordle_but {
  box-shadow: none;
}
.logo_text {
  color: #191919 !important;
}
.dark .logo_text {
  color: #d9d9d9 !important;
}
.quordle_b {
  background-color: #b6ebfe !important;
  color: #000 !important;
  border: 1px solid;
  border-radius: 6px;
}
.quordle_b:hover {
  background-color: #94e3ff !important;
}
.frames_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 991px) {
  .frames_block {
    margin-left: 3px;
    margin-right: 3px;
  }
}
.we_but {
  display: inline-flex;
  min-height: 90px;
  max-height: 90px;
  align-items: center;
  margin: 12px;
  width: calc(25% - 24px);
  text-align: center;
  padding: 2px 13px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  color: #3c4858 !important;
  background-color: #cadaff !important;
  transition: transform 0.2s;
}
@media (max-width: 1024px) {
  .we_but {
    font-size: 11px;
  }
}
@media (max-width: 710px) {
  .wordle_but{
    width: calc(50% - 10px);
    font-size: 12px;
    margin-top: 5px;
  }
  .we_but, .lan_btn{
    width: calc(50% - 24px);
    font-size: 16px;
    margin-top: 5px;
  }
}
.we_but:hover {
  transform: translate(0, -3px);
}
.wemage {
  width: 38px;
  height: 38px;
  margin-right: 10px;
}
.we_d {
  margin: auto;
}
.stats-chart table .number {
  font-size: 16px !important;
}
.games {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
}
.game-item {
  width: 200px;
  margin: 15px;
  background: #fff;
  box-shadow: 0 5px 20px rgb(0 0 0 / 7%);
  transition: transform 0.2s;
}
.game-item:hover {
  transform: translate(0, -3px);
}
.btn,
.game-item {
  text-decoration: none;
  border-radius: 10px;
}
.game-item__img {
  height: 133px;
  border-radius: 10px 10px 0 0;
}
.game-item__img,
.page,
.scroll-element .scroll-element_outer,
svg:not(:root) {
  overflow: hidden;
}
.game-item__img img {
  display: block;
  max-width: 100%;
  transition: transform 0.35s;
  transform: scale(1);
}
img {
  border-style: none;
}
.game-item__info {
  padding: 10px 15px 15px;
}
.btn-center,
.game-item__info,
.headline,
.wordle-text .h2--center,
.wordle-text p.center {
  text-align: center;
}
.game-item__title {
  color: #13141c;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  transition: 0.3s;
}
.game-item__text {
  color: #7e8399;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
}
.ad__container {
  padding-top: 30px;
}
header {
  display: block;
  padding: 0px !important;
}
.header_menu {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  width: 66.66667%;
  margin: 0 auto;
}
.header_menu img{
    height: 35px;
    aspect-ratio: 3.7;
    object-fit: contain;
}
.darkmode--activated header {
  background-color: #13141c;
}
.header_menu_link {
  color: #13141c;
  text-decoration: none;
  text-align: center;
}
.darkmode--activated .header_menu_link.active {
  background: #66f099;
}
.header_menu_link.active:hover {
  background: #00cb4b !important;
}
.darkmode--activated .header_menu_link.active:hover {
  background: #17f067 !important;
}
.header_menu_link:hover {
  background: #17f067;
}
.header_menu_link img {
  height: 19px;
  margin-right: 6px;
}
.header_menu_link {
  background: #fff;
  color: #13141c;
  font-size: 14px;
  line-height: 14px;
  margin: 3px;
  padding: 6px 15px;
  border-radius: 7px;
}
.header_menu_link.active {
  background: #d6e7ed;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .gamb span,
  header {
    position: relative;
  }
  /* header {
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  } */
}
@media (max-width: 767px) {
  .header_menu {
    width: auto;
  }
}
.ezmob-footer-close {
  font-family: Nunito, "Open Sans", sans-serif !important;
  line-height: 22px !important;
  color: #fff !important;
  background: #b0b0c1 !important;
  width: 24px !important;
  border: none !important;
}

.mode-button.active {
  background-color: #28b862 !important;
  transition: 0.2s ease-in-out;
}

.mode-button {
  background-color: #dde1ed00 !important;
  transition: 0.2s ease-in-out;
}

.mode-button:hover {
  color: #FFF;
  background-color: #28b862 !important;
  transition: 0.2s ease-in-out;
}

@media (max-width: 768px) {
  .header_menu_link img {
    display: table;
    margin: auto;
  }
}

.aq-box{
  list-style-type: none;
  padding: 15px;
  margin: 20px 0;
  border-radius: 10px;
  box-shadow: 0 0 25px var(--box-background);
}
.footer{
  padding: 40px 10px;
  background:#fbf9f5;
}
.header_menu_links{
  align-self: center;
  justify-content: center;
}
.home{
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  color: #28b862;
  padding: 5px;
  margin-left: 10px;
}
.home i{
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .home{
    font-size: 16px;
    align-self: center;
    justify-content: center;
  }
  .home span{
    display: none;
  }
  .dialog{
    width: 90%;
  }
  .text{
    width: 100%;
    margin: 0 auto !important;
  }
}
.dialog{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 18px;
}
.title{
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 36px;
}

