/*
 Theme Name:     Qtech Games - 3.2.9
 Theme URI:      _
 Description:    Child theme of Hello
 Author:         VladiCamp
 Author URI:     https://qtechgames.com/
 Template:       hello-elementor
 Version:        3.2.9
*/
/*************************************
=common
*************************************/
/*************************************
=root
*************************************/
:root {
  --border-radius: 12px;
  --border-radius-sm: 10px;
  --box-shadow: 40px 40px 99px #B73A3126;
  --gap-space: 10px;
}

/*************************************
=elements
*************************************/
html {
  scroll-behavior: smooth;
}

/*************************************
=helpers
*************************************/
.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -15vw;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-style: italic;
  color: #999999 !important;
  opacity: 0.9 !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-style: italic;
  color: #999999 !important;
  opacity: 0.9 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-style: italic;
  color: #999999 !important;
  opacity: 0.9 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  font-style: italic;
  color: #999999 !important;
  opacity: 0.9 !important;
}

.animate-divider {
  overflow-x: hidden;
}
.animate-divider .elementor-shape {
  width: 130vw !important;
  margin: auto;
  bottom: -1px;
  animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}

.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-inline {
  display: inline !important;
}
.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}

.v-visible {
  visibility: visible !important;
}
.v-hidden {
  visibility: hidden !important;
}

.dialog-widget-content, .dialog-message {
  border-radius: var(--border-radius) !important;
}

.full-width {
  width: 100% !important;
}

.gap-default,
.gap-default .elementor-container {
  gap: var(--gap-space);
}

.object-fit {
  position: absolute !important;
  bottom: 0;
  right: 0;
  height: calc(100% + 50px);
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .object-fit {
    height: calc(100% + 30px);
  }
}
.object-fit .elementor-widget-container {
  width: 100%;
  height: 100%;
}
.object-fit img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}

.popup-provider {
  cursor: pointer;
}

.prevent-link article a {
  cursor: default !important;
}

.elementor-post__thumbnail img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.hidden-lg {
  display: none !important;
}
.hidden-lg.active {
  display: block !important;
}
@media (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
  .hidden-md.active {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
  .hidden-sm.active {
    display: block !important;
  }
}
@media (max-width: 425px) {
  .hidden-xs {
    display: none !important;
  }
  .hidden-xs.active {
    display: block !important;
  }
}

.game-categories-icon .elementor-icon-box-wrapper {
  max-width: 60px;
  margin: auto;
}

/*************************************
=button
*************************************/
button {
  outline: 0 !important;
}

.btn {
  position: relative;
}
.btn::before, .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  transition: all 0.3s ease-in-out 0s;
}
.btn::before {
  right: 0;
  width: 20px;
  height: 1px;
  background-color: #fff;
  transform: translate(-10px, -50%);
}
.btn:hover::before {
  right: -10px;
  width: 30px;
}
.btn::after {
  right: 11px;
  width: 13px;
  height: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0px, -50%) rotate(45deg);
}
.btn:hover::after {
  right: 1px;
}

.btn-primary::before {
  background-color: var(--e-global-color-primary);
}
.btn-primary::after {
  border-top: 1px solid var(--e-global-color-primary);
  border-right: 1px solid var(--e-global-color-primary);
}

.btn-secondary::before {
  background-color: var(--e-global-color-secondary);
}
.btn-secondary::after {
  border-top: 1px solid var(--e-global-color-secondary);
  border-right: 1px solid var(--e-global-color-secondary);
}

/*************************************
=flex
*************************************/
.d-flex,
.d-flex .elementor-container {
  display: flex;
}

.section-flex-row .elementor-container {
  flex-direction: row !important;
}

.section-flex-column .elementor-container {
  flex-direction: column !important;
}

/*************************************
=grid
*************************************/
@media (max-width: 768px) {
  .col-grid-sm-2 .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 425px) {
  .col-grid-xs-1 .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
  }
}

/*************************************
=components
*************************************/
/*************************************
=mega menu
*************************************/
header.header-mega-menu > .elementor-container,
header.header-mega-menu > .elementor-container > .elementor-column,
header.header-mega-menu .mega-menu,
header.header-mega-menu .mega-menu ul.elementor-nav-menu,
header.header-mega-menu .mega-menu ul.elementor-nav-menu li.menu-item-has-children {
  position: static;
}

header.header-mega-menu .mega-menu .elementor-nav-menu--main ul.elementor-nav-menu li.menu-item-has-children a.has-submenu {
  align-items: end;
}
header.header-mega-menu .mega-menu .elementor-nav-menu--main ul.elementor-nav-menu li.menu-item-has-children a.has-submenu > .sub-arrow {
  position: relative;
  top: -7px;
  font-size: 16px;
}
header.header-mega-menu .mega-menu .elementor-nav-menu--main ul.sub-menu[style] {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  max-width: 100% !important;
}
header.header-mega-menu .mega-menu .elementor-nav-menu--main ul.sub-menu[style][aria-expanded=true] {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 100% !important;
  margin: 0 !important;
  padding: 30px 30px 50px !important;
}
header.header-mega-menu .mega-menu .elementor-nav-menu--main ul.sub-menu[style]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #F5F5F5;
  transform: translateX(-50%);
}
header.header-mega-menu .mega-menu .elementor-nav-menu--main ul.sub-menu[style] .btn-menu-close {
  display: none !important;
}
header.header-mega-menu .mega-menu .elementor-nav-menu--main ul.sub-menu > li {
  flex: 1;
  overflow: hidden;
  display: block;
  min-width: calc(33% - 5px);
  max-width: calc(33% - 5px);
  background-color: #F5F5F5;
  border-radius: var(--border-radius);
  box-shadow: 20px 20px 20px rgba(183, 49, 44, 0.07);
}
header.header-mega-menu .mega-menu .elementor-nav-menu--main ul.sub-menu > li a.elementor-sub-item {
  white-space: unset;
  display: block;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
header.header-mega-menu .mega-menu .elementor-nav-menu--main ul.sub-menu > li a.elementor-sub-item > i,
header.header-mega-menu .mega-menu .elementor-nav-menu--main ul.sub-menu > li a.elementor-sub-item::after {
  pointer-events: none;
  display: block;
  padding: 20px 30px !important;
}
header.header-mega-menu .mega-menu .elementor-nav-menu--main ul.sub-menu > li a.elementor-sub-item > i {
  background-color: #fff;
  letter-spacing: 0.63px;
  text-transform: none;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  transition: background-color 0.3s ease-in-out 0s;
}
header.header-mega-menu .mega-menu .elementor-nav-menu--main ul.sub-menu > li a.elementor-sub-item::after {
  content: attr(title);
  background-color: #F5F5F5;
  letter-spacing: 0.42px;
  line-height: 25px;
  text-transform: none;
  font-size: 17px;
  font-weight: normal;
  transition: background-color 0.3s ease-in-out 0s;
}
header.header-mega-menu .mega-menu .elementor-nav-menu--main ul.sub-menu > li:hover a.elementor-sub-item > i {
  background-color: #F5F5F5;
}
header.header-mega-menu .mega-menu .elementor-nav-menu--main ul.sub-menu > li:hover a,
header.header-mega-menu .mega-menu .elementor-nav-menu--main ul.sub-menu > li:hover a.elementor-sub-item::after {
  background-color: #EFEFEF;
}

header.header-primary-dark.header-mega-menu .mega-menu .elementor-nav-menu--main ul.sub-menu[style]::before {
  background-color: #262626;
}

header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown[style] {
  top: 100% !important;
  left: 0 !important;
  overflow: hidden;
  overflow-y: auto;
  width: 100% !important;
  height: calc(100vh - 90px);
  margin-top: 0 !important;
  transform: scaleY(1);
  /* width */
  /* Track */
  /* Handle */
}
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown[style]::-webkit-scrollbar {
  width: 4px;
}
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown[style]::-webkit-scrollbar-track {
  background: transparent;
}
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown[style]::-webkit-scrollbar-thumb {
  background: #F5F5F5;
  border-radius: 10px;
}
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown ul.elementor-nav-menu {
  height: 100%;
  transform: translateX(0);
  transition: transform 0.5s ease-in-out 0s;
}
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown ul.elementor-nav-menu.active {
  transform: translateX(-100%);
}
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown ul.elementor-nav-menu > li.menu-item-has-children a > span:first-of-type {
  flex: 1;
}
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown ul.elementor-nav-menu > li.menu-item-has-children a.has-submenu {
  align-items: end;
}
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown ul.elementor-nav-menu > li.menu-item-has-children a.has-submenu > .sub-arrow {
  position: relative;
  bottom: 5px;
  font-size: 16px;
}
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown ul.elementor-nav-menu > li.menu-item-has-children a.has-submenu .fa-angle-down {
  transform: rotate(-90deg);
}
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown ul.sub-menu {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden;
  min-width: 100% !important;
  margin: 0 !important;
  padding: 20px 30px 30px;
  transform: translateX(0);
  transition: transform 0.5s ease-in-out 0s;
}
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown ul.sub-menu.active {
  display: flex;
  transform: translateX(100%);
}
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown ul.sub-menu > li {
  flex: 1;
  display: block;
  overflow: hidden;
  min-width: calc(50% - 5px);
  max-width: calc(50% - 5px);
  background-color: #F5F5F5;
  border-radius: var(--border-radius);
  box-shadow: 10px 10px 20px 5px rgba(183, 49, 44, 0.07);
}
@media (max-width: 768px) {
  header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown ul.sub-menu > li {
    min-width: 100%;
    max-width: 100%;
  }
}
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown ul.sub-menu > li a.elementor-sub-item {
  white-space: unset;
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown ul.sub-menu > li a.elementor-sub-item > i,
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown ul.sub-menu > li a.elementor-sub-item::after {
  display: block;
  padding: 20px 30px !important;
}
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown ul.sub-menu > li a.elementor-sub-item > i {
  background-color: #fff;
  letter-spacing: 0.63px;
  text-transform: none;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  transition: background-color 0.3s ease-in-out 0s;
}
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown ul.sub-menu > li a.elementor-sub-item::after {
  content: attr(title);
  background-color: #F5F5F5;
  letter-spacing: 0.42px;
  line-height: 25px;
  text-transform: none;
  font-size: 17px;
  font-weight: normal;
  transition: background-color 0.3s ease-in-out 0s;
}
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown ul.sub-menu > li:hover a.elementor-sub-item > i {
  background-color: #F5F5F5;
}
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown ul.sub-menu > li:hover a,
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown ul.sub-menu > li:hover a.elementor-sub-item::after {
  background-color: #EFEFEF;
}
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown ul.sub-menu > li.btn-menu-close {
  flex: 1;
  overflow: hidden;
  min-width: 100%;
  height: 70px;
  padding-top: 10px;
  background-color: #fff;
  border-radius: var(--border-radius);
}
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown ul.sub-menu > li.btn-menu-close .btn-anchor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 30px 10px !important;
  background-color: transparent;
  font-size: 25px;
  font-weight: bold;
  color: #B7312C;
}
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown ul.sub-menu > li.btn-menu-close .btn-anchor::after {
  content: "\e87f";
  padding: 0 !important;
  background-color: transparent;
  font-family: eicons;
}
header.header-mega-menu .mega-menu nav.elementor-nav-menu--dropdown ul.sub-menu > li.btn-menu-close sup {
  top: 0;
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
}

/*************************************
=header
*************************************/
header.sticky {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  header .elementor-nav-menu__container {
    margin-top: 20px !important;
  }
}
@media (max-width: 1024px) {
  header .elementor-nav-menu {
    padding: 20px 15px 30px !important;
  }
}
header .elementor-nav-menu li > a {
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out 0s;
}
header .elementor-nav-menu li > a:hover {
  opacity: 1;
}
header .elementor-nav-menu li.btn-custom {
  display: none;
}
@media (max-width: 1024px) {
  header .elementor-nav-menu li.btn-custom {
    display: block;
    padding: 0 15px 15px;
  }
}
header .elementor-nav-menu li.btn-custom > a {
  display: block;
  padding: 6px 20px !important;
  line-height: 1.7 !important;
  border-radius: var(--border-radius);
  border: 2px solid var(--e-global-color-secondary);
  text-align: center;
  color: var(--e-global-color-secondary) !important;
}
header .elementor-nav-menu li.btn-custom > a:hover {
  background-color: var(--e-global-color-secondary) !important;
  color: #fff !important;
}
header.header-primary .elementor-nav-menu {
  align-items: flex-end;
}
header.header-primary .menu-item > a {
  opacity: 1;
}
header.header-primary .menu-item > a i {
  display: block;
  line-height: 1;
  font-style: normal;
  font-size: 14px;
}

/*************************************
=footer
*************************************/
footer .menu {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 768px) {
  footer .menu > li {
    width: 40%;
  }
}
footer .menu > li > a {
  display: block;
  padding: 6px 15px;
  text-transform: lowercase;
  text-align: center;
  line-height: 23px;
  letter-spacing: 0.9;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: 700;
  font-size: 18px;
  color: var(--e-global-color-accent);
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out 0s;
}
footer .menu > li > a:hover {
  opacity: 1;
}

/******************************
START QTECH LOBBY FORM
******************************/
.form-age-check {
  padding: 40px 20px;
  background-color: #ffffff;
  border-radius: 20px;
  text-align: center;
}
.form-age-check .heading {
  max-width: 400px;
  margin: auto;
}
.form-age-check .logo-wrapper {
  width: 180px;
  margin: -120px auto -20px;
}
.form-age-check .logo-wrapper a {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
}
.form-age-check .g-recaptcha {
  display: inline-block;
  padding: 20px;
}
@media (max-width: 425px) {
  .form-age-check .g-recaptcha {
    padding: 20px 0;
  }
}

.form-age-check .btn-wrapper {
  margin-top: 20px;
}
.form-age-check .btn-wrapper .btn-yes, .form-age-check .btn-wrapper .btn-no {
  display: block;
  min-width: 180px;
  padding: 10px 10px;
  border: 2px solid var(--e-global-color-secondary);
  border-radius: var(--border-radius-sm);
  margin: 5px auto;
  outline: none;
  text-align: center;
  text-transform: var(--e-global-typography-1d11d26-text-transform);
  letter-spacing: var(--e-global-typography-1d11d26-letter-spacing);
  font-size: var(--e-global-typography-1d11d26-font-size);
  font-family: "din-2014";
  font-weight: var(--e-global-typography-1d11d26-font-weight);
}
.form-age-check .btn-wrapper .btn-yes {
  background-color: var(--e-global-color-secondary);
  color: #fff;
}
.form-age-check .btn-wrapper .btn-yes:hover {
  background-color: var(--e-global-color-9b50a0f);
}
.form-age-check .btn-wrapper .btn-yes[disabled], .form-age-check .btn-wrapper .btn-yes[disabled]:hover {
  opacity: 0.5;
  background-color: transparent;
  color: var(--e-global-color-secondary);
}
.form-age-check .btn-wrapper .btn-no {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  color: var(--e-global-color-3799b91);
}
.form-age-check .btn-wrapper .btn-no:hover {
  color: var(--e-global-color-primary);
}

/******************************
END QTECH LOBBY FORM
******************************/
/*************************************
=plugins
*************************************/
/*************************************
=search and filter
*************************************/
.searchandfilter ul {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0;
}
.searchandfilter ul li {
  padding: 0;
  background-color: #EBEBEB;
  border-radius: var(--border-radius-sm);
  border: 2px solid #EBEBEB;
}
.searchandfilter ul li select, .searchandfilter ul li input {
  background-color: transparent;
  border: none;
  outline: 0;
}
.searchandfilter ul li:nth-child(1) {
  order: 1;
  flex: 1;
  border-radius: var(--border-radius-sm) 0 0 var(--border-radius-sm);
}
.searchandfilter ul li:nth-child(2) {
  order: 0;
  position: relative;
  overflow: hidden;
  width: 40%;
  margin-right: 10px;
  background-color: #fff;
  border-color: #B7312C;
}
.searchandfilter ul li:nth-child(2)::after {
  content: "";
  --arrow-down-width: 5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: var(--arrow-down-width) solid transparent;
  border-right: var(--arrow-down-width) solid transparent;
  border-top: var(--arrow-down-width) solid #B7312C;
  transform: translateY(-50%);
}
.searchandfilter ul li:nth-child(2) select {
  height: 100%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #B7312C;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.searchandfilter ul li:nth-child(2) select::-ms-expand {
  display: none;
}
.searchandfilter ul li:nth-child(3) {
  order: 2;
  height: 45px;
  padding: 0;
  border-radius: 0 var(--border-radius-sm) var(--border-radius-sm) 0;
}
.searchandfilter ul li:nth-child(3) input[type=submit], .searchandfilter ul li:nth-child(3) input[type=submit]:hover {
  height: 100%;
  padding: 0;
  background: url("./images/icon-search.webp") center no-repeat;
  background-size: 50%;
  outline: 0;
  color: transparent;
}

/*************************************
=slick slider 
*************************************/
.slick-list, .slick-track {
  height: 100%;
}

.slick-slider {
  margin-bottom: 0 !important;
}

.slick-slide {
  height: 100% !important;
}
.slick-slide > div {
  height: 100%;
}

.slick-arrow {
  z-index: 11;
  padding: 0 !important;
  border: none !important;
  font-size: 0 !important;
}
.slick-arrow:hover, .slick-arrow:focus {
  background-color: transparent !important;
}
.slick-arrow::before {
  --dimension: 10px;
  content: "";
  display: block;
  width: var(--dimension);
  height: var(--dimension);
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #fff;
}

.slick-prev {
  left: 15px;
}
.slick-prev::before {
  border-left-color: #fff;
  transform: rotate(-45deg);
}

.slick-next {
  right: 15px;
}
.slick-next::before {
  border-right-color: #fff;
  transform: rotate(45deg);
}

.slick-dots {
  bottom: 25px !important;
}
.slick-dots li {
  width: auto;
  height: auto;
}
.slick-dots li button {
  width: 20px;
  height: 5px;
  padding: 0 !important;
  opacity: 0.6;
  background-color: #fff !important;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.slick-dots li button::before {
  content: none !important;
}

/*************************************
=wp forms
*************************************/
.wp-forms .wpforms-error-noscript {
  display: none !important;
}
.wp-forms div.wpforms-container {
  margin: 0 auto !important;
}
.wp-forms form.wpforms-form {
  position: relative !important;
}
.wp-forms div.wpforms-field-container {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}
.wp-forms div.wpforms-field-container .wpforms-field-name,
.wp-forms div.wpforms-field-container .wpforms-field-email {
  width: calc(50% - 5px) !important;
}
.wp-forms div.wpforms-field-container .wpforms-field-textarea {
  width: 100% !important;
}
.wp-forms div.wpforms-field-container .wpforms-field input, .wp-forms div.wpforms-field-container .wpforms-field textarea {
  max-width: 100% !important;
  padding: 8px 30px !important;
  border-radius: 10px !important;
  border-color: #fff !important;
  line-height: 30px !important;
  font-size: 20px !important;
}
.wp-forms div.wpforms-field-container .wpforms-field input {
  height: auto !important;
}
.wp-forms div.wpforms-field-container .wpforms-field textarea {
  min-height: 222px !important;
}
.wp-forms div.wpforms-field-container .wpforms-field:focus-within input, .wp-forms div.wpforms-field-container .wpforms-field:focus-within textarea {
  border-color: #000 !important;
}
.wp-forms div.wpforms-field-container .wpforms-field input.wpforms-error, .wp-forms div.wpforms-field-container .wpforms-field textarea.wpforms-error {
  border-color: #B7312C !important;
}
.wp-forms div.wpforms-recaptcha-container {
  position: relative !important;
  padding: 0 !important;
  float: left !important;
}
.wp-forms div.wpforms-submit-container {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
}
@media (max-width: 768px) {
  .wp-forms div.wpforms-submit-container {
    position: relative !important;
  }
}
.wp-forms div.wpforms-submit-container button[type=submit], .wp-forms div.wpforms-submit-container button[type=submit]:hover {
  min-width: 150px !important;
  padding: 10px 15px !important;
  background-color: transparent !important;
  border: 2px solid rgba(183, 49, 44, 0.5) !important;
  border-radius: 10px !important;
  text-align: center !important;
  font-size: 18px !important;
  font-weight: bold !important;
  color: rgba(183, 49, 44, 0.5) !important;
}
.wp-forms div.wpforms-submit-container.active button[type=submit] {
  background-color: #B7312C !important;
  border: 2px solid #B7312C !important;
  color: #fff !important;
}
.wp-forms div.wpforms-submit-container.active button[type=submit]:hover {
  background-color: #9F2420 !important;
  border: 2px solid #9F2420 !important;
}
.wp-forms label.wpforms-error {
  padding: 5px 10px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #B7312C !important;
}
.wp-forms label.mailcheck-error {
  display: none !important;
}
.wp-forms div.wpforms-confirmation-scroll {
  width: 100% !important;
  align-items: center !important;
  padding: 15px 30px;
  background-color: #9FCE70 !important;
  border-radius: var(--border-radius) !important;
  font-weight: bold !important;
  font-size: 18px !important;
  color: #fff !important;
}

div.wp-forms-career div.wpforms-container {
  margin: 0;
}
div.wp-forms-career div.wpforms-container .wpforms-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.wp-forms-career div.wpforms-container .wpforms-field label.wpforms-error {
  margin-top: 5px;
  padding-left: 10px;
}
div.wp-forms-career div.wpforms-container .wpforms-field input, div.wp-forms-career div.wpforms-container .wpforms-field textarea {
  height: auto;
  padding: 8px 20px;
  border-radius: 10px;
  border-color: #fff;
  line-height: 30px;
  font-size: 20px;
}
div.wp-forms-career div.wpforms-container .wpforms-field:focus-within > input, div.wp-forms-career div.wpforms-container .wpforms-field:focus-within > textarea {
  border-color: #000;
}
div.wp-forms-career div.wpforms-container .wpforms-field input.wpforms-error, div.wp-forms-career div.wpforms-container .wpforms-field textarea.wpforms-error {
  border-color: #B7312C;
}
div.wp-forms-career div.wpforms-container .wpforms-field textarea {
  height: 200px;
}
div.wp-forms-career div.wpforms-container .wpforms-field.wpforms-field-checkbox li {
  display: flex;
  align-items: start;
}
div.wp-forms-career div.wpforms-container .wpforms-field.wpforms-field-checkbox input[type=checkbox] {
  width: 18px;
  aspect-ratio: 1;
  accent-color: #B7312C;
  translate: 0 2px;
}
div.wp-forms-career div.wpforms-container .wpforms-field-container {
  width: 100%;
}
div.wp-forms-career div.wpforms-container .wpforms-uploader {
  align-items: start;
  padding: 8px 20px;
  background-color: #fff;
  border-color: #fff;
  border-radius: 10px;
}
div.wp-forms-career div.wpforms-container .wpforms-uploader::before {
  content: "resume/cv *";
  font-size: 20px;
  font-style: italic;
  color: #999999;
  opacity: 0.9;
}
div.wp-forms-career div.wpforms-container .wpforms-uploader .dz-message {
  display: none;
}
div.wp-forms-career div.wpforms-container .wpforms-field-description {
  padding-left: 10px;
}
div.wp-forms-career div.wpforms-container button[type=submit], div.wp-forms-career div.wpforms-container button[type=submit]:hover {
  min-width: 150px !important;
  padding: 10px 15px !important;
  background-color: transparent !important;
  border: 2px solid rgba(183, 49, 44, 0.5) !important;
  border-radius: 10px !important;
  text-align: center !important;
  font-size: 18px !important;
  font-weight: bold !important;
  color: rgba(183, 49, 44, 0.5) !important;
}
div.wp-forms-career div.wpforms-container button[type=submit].active {
  background-color: #B7312C !important;
  border: 2px solid #B7312C !important;
  color: #fff !important;
}
div.wp-forms-career div.wpforms-container button[type=submit].active:hover {
  background-color: #9F2420 !important;
  border: 2px solid #9F2420 !important;
}

/*************************************
=sliders
*************************************/
/*************************************
=tournament slider
*************************************/
.game-categories-slider > .elementor-widget-wrap {
  display: flex;
  flex-wrap: nowrap;
}
.game-categories-slider .slick-list {
  padding-right: 50px;
}
.game-categories-slider .slick-track {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.game-categories-slider .slick-slide {
  height: auto !important;
  padding: 5px 0 5px 10px;
}
.game-categories-slider .slick-dots {
  bottom: -20px !important;
}
.game-categories-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  opacity: 0.1;
  background-color: #262626 !important;
  border-radius: 50%;
}
.game-categories-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.game-categories-slider .game-categories-item {
  height: 100%;
}

/*************************************
=modules
*************************************/
/*************************************
=custom button
*************************************/
.custom-button .elementor-widget-container {
  display: flex;
  height: 144px;
}
@media (max-width: 768px) {
  .custom-button .elementor-widget-container {
    height: 100px;
  }
}
.custom-button .elementor-icon-box-wrapper {
  width: 100%;
}
@media (max-width: 425px) {
  .custom-button .elementor-icon-box-wrapper {
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center;
  }
}
@media (max-width: 425px) {
  .custom-button .elementor-icon-box-icon {
    margin-bottom: 0 !important;
  }
}

/*************************************
=custom
*************************************/
@media (max-width: 768px) {
  .card .card-heading .elementor-image-box-wrapper {
    display: flex;
  }
}

/*************************************
=custom form
*************************************/
.custom-form .elementor-field-group {
  position: relative;
  padding-bottom: 20px;
}
.custom-form .elementor-field-group .error-message {
  position: absolute;
  bottom: -5px;
  left: 10px;
  padding: 0 10px;
  font-size: 16px;
  color: #B7312C;
}
.custom-form .elementor-field {
  box-shadow: var(--box-shadow);
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #fff !important;
}
.custom-form .elementor-field:focus {
  border: 1px solid #000 !important;
}
.custom-form .field-error .elementor-field {
  border-color: #B7312C !important;
}
.custom-form .field-error .elementor-field:focus {
  border-color: #B7312C !important;
}
.custom-form .elementor-field-type-recaptcha .elementor-field {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  background-color: #f9f9f9 !important;
  border: none;
  border-radius: 3px !important;
}
.custom-form .elementor-field-type-recaptcha .elementor-field #rc-anchor-container.rc-anchor-light.rc-anchor-normal {
  border: 1px solid transparent !important;
}
.custom-form .elementor-field-type-submit {
  justify-content: end !important;
  position: absolute;
  right: 0;
  bottom: 20px;
  width: auto !important;
}
@media (max-width: 768px) {
  .custom-form .elementor-field-type-submit {
    position: relative;
    right: auto;
    bottom: 0;
  }
}
.custom-form .elementor-field-type-submit button {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.custom-form .elementor-field-type-submit.active button {
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
  background-color: #B7312C !important;
  color: #fff !important;
}
.custom-form .elementor-message {
  position: absolute;
  bottom: -60px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px 30px;
  background-color: #9FCE70;
  border-radius: 16px;
  font-weight: bold !important;
  font-size: 18px !important;
  color: #fff !important;
  opacity: 1;
  animation: fadeOut 0.3s ease-in 3s forwards;
}
.custom-form .elementor-message::before {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #9FCE70;
}
.custom-form .elementor-message.elementor-message-danger {
  background-color: #B7312C;
  color: #fff !important;
}
.custom-form .elementor-message.elementor-message-danger::before {
  color: #B7312C;
}
.custom-form .elementor-message.elementor-form-help-inline {
  display: none !important;
}

/*************************************
=custom game categories
*************************************/
.game-categories > .elementor-widget-wrap .elementor-widget-wrap {
  position: relative;
}
.game-categories-desktop > .elementor-widget-wrap {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.game-categories-desktop > .elementor-widget-wrap .game-categories-item {
  width: 32.5%;
}

.game-categories-item .elementor-container {
  height: 100%;
}
.game-categories-item .elementor-widget-icon-box .elementor-icon-box-wrapper,
.game-categories-item .elementor-widget-image-box .elementor-image-box-wrapper {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  text-align: left !important;
}
.game-categories-item .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon,
.game-categories-item .elementor-widget-image-box .elementor-image-box-wrapper .elementor-icon-box-icon {
  margin-bottom: 0;
  margin-right: 10px;
}
.game-categories-item .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title,
.game-categories-item .elementor-widget-image-box .elementor-image-box-wrapper .elementor-icon-box-title {
  margin-top: 0;
}
.game-categories-item .elementor-widget-call-to-action,
.game-categories-item .elementor-cta,
.game-categories-item .elementor-cta__content {
  position: unset;
}
.game-categories-item .elementor-cta__button-wrapper {
  position: absolute;
  top: 20px;
  right: 25px;
  width: auto;
}
.game-categories-item .elementor-cta__button-wrapper .elementor-cta__button {
  padding: 10px;
}

/*************************************
=custom popup language switcher
*************************************/
.popup-language-switcher .cpel-switcher__lang > a span {
  display: block;
  margin: auto;
}

/*************************************
=custom post news
*************************************/
.custom-post-loop .elementor-widget-theme-post-featured-image {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.custom-post-loop .elementor-widget-theme-post-featured-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(transparent, var(--e-global-color-text));
}
.custom-post-loop .elementor-widget-theme-post-featured-image .elementor-widget-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-post-loop .elementor-heading-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.custom-post-loop .elementor-post-info {
  gap: 5px;
}
.custom-post-loop .elementor-post-info > li {
  position: relative;
  margin: 0;
}
.custom-post-loop .elementor-post-info > li:not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  display: block;
  width: 2px;
  height: 12px;
  background-color: #5E6267;
  transform: translate(-50%, -50%);
}
.custom-post-loop .elementor-post-info__item--type-date {
  color: #5E6267 !important;
}

/*************************************
=custom post news
*************************************/
.custom-post-news .elementor-post__thumbnail__link {
  margin-bottom: 0 !important;
}
.custom-post-news .elementor-post__thumbnail__link .elementor-post__thumbnail {
  position: relative;
}
.custom-post-news .elementor-post__thumbnail__link .elementor-post__thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(transparent, var(--e-global-color-text));
}
.custom-post-news .elementor-post__meta-data {
  margin: 0 !important;
  padding: 0 30px !important;
}
.custom-post-news .elementor-post__meta-data .elementor-post-date {
  display: inline-block;
}
.custom-post-news .elementor-post__meta-data .elementor-post-date::before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 1px;
  height: 12px;
  margin-right: 2px;
  background-color: var(--e-global-color-86a92c6);
}
.custom-post-news .elementor-post__badge {
  position: relative !important;
  display: inline-block;
  padding: 0 !important;
}

/*************************************
=custom post
*************************************/
.custom-provider-view-all {
  display: none;
}
.custom-provider-view-all.active {
  display: block;
}/*# sourceMappingURL=style.css.map */