/*
 Theme Name:     Twenty Twenty-One Child
 Theme URI:      https://wordpress.org/themes/twentytwentyone/
 Description:    A child theme of Twenty Twenty-One
 Author:         Your Name
 Author URI:     https://yourwebsite.com
 Template:       twentytwentyone
 Version:        1.0.0
 License:        GNU General Public License v2 or later
 License URI:    http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:    twentytwentyone-child
*/

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Shuttleblock';
  src: url('fonts/shuttleblock.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


* {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}
.primary-navigation > .primary-menu-container {
    display: none;
}
.primary-navigation .menu-button-container {
    display: flex;
    position: relative;
    padding: 0;
}
header .primary-navigation {
    margin: 0;
}
header .primary-navigation, header .site-branding, header .header-right-section {
    width: 33.33%;
}
.btn_primary {
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 3px;
    border-radius: 24px;
    background: #75FB9F;
    box-shadow: 4px 3px 1px 0px rgba(0, 0, 0, 0.46) inset, 6px 7px 4px 0px rgba(0, 0, 0, 0.25) inset, -2px -4px 1.2px 0px rgba(0, 0, 0, 0.25) inset, -9px -6px 5.8px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 4.1px 0px rgba(0, 0, 0, 0.25) inset, 0.2px 0.2px 0.4px 0px rgba(0, 0, 0, 0.94);
    text-decoration: none;
    height: 40px;
    box-sizing: border-box;
}
.btn_primary span {
    font-family: Shuttleblock;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #000 0%, #666 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 2px;
}
header .header-right-section .btn_primary {
    margin-top: 0;
    text-decoration: none;
    margin-bottom: 0;
}
a.menu_close_icon {
    margin-top: 0;
}
body.wp-custom-logo .site-header {
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 23px 0px;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
}
header .menu-button-container #primary-mobile-menu, header .site-branding {
    margin: 0;
    padding: 0;
}
header .site-branding {
    text-align: center;
}
header .header-right-section {
    text-align: right;
    position: relative;
}
.wp-custom-logo .site-header {
    padding: 0;
}
.menu-button-container #primary-mobile-menu .dropdown-icon {
    display: flex;
    align-items: center;
    gap: 8.57px;
    color: #eceeed;
    text-align: center;
    text-shadow: 0px 1.433px 17.194px rgba(0, 0, 0, 0.45);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 13px;
}
header .site-logo {
    margin: 0;
}
.page_wrapper {
    max-width: 1198px;
    margin: 0 auto;
    padding: 0px 20px;
}
header .page_wrapper {
        display: flex;
        align-items: center;
        align-content: center;
        vertical-align: middle;
        width: 100%;
        flex-wrap: wrap;
        position: relative;
}
body header {
    width: 100%;
    min-height: 168px;
    background:url(/wp-content/uploads/2025/06/header_bg_logo.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero_section h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 9.6px;
    margin-top: 9px;
    margin-block: 11px;
    position: relative;
}
.hero_section h1 {
    font-size: 160px;
    font-weight: 900;
    line-height: 130px;
    letter-spacing: 16px;
    max-width: 729px;
    margin: 0 auto 52px;
}
.hero_section h3, .hero_section h1 {
    color: #eceeed;
    text-align: center;
    text-shadow: 0px 2.196px 105.429px rgba(0, 0, 0, 0.55);
    font-family: Orbitron;
    font-style: normal;
    text-transform: uppercase;
}
.break_icon {
    margin-bottom: 37.52px;
}
.wild_img {
    position: relative;
    z-index: 1;
}
.break_icon, .wild_img {
    text-align: center;
}
.wild_img img {
    display: block;
    margin: 0 auto;
}
.hero_section .flex_wrap {
    margin-top: 38px;
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    position: relative;
    z-index: 1;
    padding-bottom: 0px;
}
.btn_primary svg {
    width: 17px;
    height: 17px;
    display: block;
}
.btn_secondary {
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 3px;
    border-radius: 24px;
    background: var(--Marble, #ECEEED);
    box-shadow: 4px 3px 1px 0px rgba(0, 0, 0, 0.46) inset, 6px 7px 4px 0px rgba(0, 0, 0, 0.25) inset, -2px -4px 1.2px 0px rgba(0, 0, 0, 0.25) inset, -9px -6px 5.8px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 4.1px 0px rgba(0, 0, 0, 0.25) inset, 0.2px 0.2px 0.4px 0px rgba(0, 0, 0, 0.94);
    text-decoration: none;
    height: 40px;
    box-sizing: border-box;
}
.btn_secondary span {
    font-family: Shuttleblock;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #000 0%, #666 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 3px;
}
.btn_secondary svg {
    width: 11.844px;
    height: 11.197px;
    display: block;
}
body.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: #75FB9F;
}
.hero_section {
    padding-bottom: 50.93px;
    position: relative;
}
.hero_section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 875px;
}
.hero_wrapper {
    padding-top: 168px;
    padding-bottom: 78px;
}
main#main {
    padding: 0;
}
.hero_wrapper::after {
    width: 224.429px;
    height: 548px;
    flex-shrink: 0;
    display: block;
    right: 103.79px;
    top: 319px;
}
.hero_wrapper::before {
    display: block;
    width: 436px;
    height: 719px;
    top: 303px;
    left: 84px;
}
.hero_wrapper::after, .hero_wrapper::before { 
    content: '';
    position: absolute;
    background-repeat: no-repeat;
}
body .site-main > * {
    margin: 0;
}
.bottom_overlay {
    position: absolute;
    bottom: -123.06px;
    left: 0;
    right: 0;
    height: 414px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.00) 0%, #000 93.68%);
}
.toggle-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    justify-content: center;
    margin-bottom: 45px;
    z-index: 1;
}
.toggle-button {
    cursor: pointer;
    transition: color 0.3s;
    color: #606060;
    text-align: center;
    font-family: Shuttleblock;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase;
}
.toggle-button.active {
    color: #fff;
}
.switch-line {
    width: 89px;
    height: 0.5px;
    background-color: #fff;
    position: relative;
}
.switch-indicator {
    width: 44px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: -1.5px;
    left: 0;
    border-radius: 2px;
    transition: left 0.4s ease;
}
.right .switch-indicator {
    left: 45px;
}
.games_section {
    padding-top: 28.06px;
    position: relative;
    padding-bottom: 68px;
}
.swiper-container-wrapper {
  max-width: 100%;
}
.main-slider {
  width: 70%;
  overflow: hidden;
}
.thumb-slider {
  width: 30%;
  height: 300px;
}
.inner_layers .swiper-slide img {
    width: 100%;
    cursor: pointer;
    border: 1px solid #AFAFAF;
    background: lightgray -69.71px -63.865px / 144.83% 146.96% no-repeat;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
.video-container {
    position: relative;
    padding-bottom: 64%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background-color: #000;
    border: 1px solid #AFAFAF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero_wrapper, .single_gm .games_img a {
    position: relative;
}
.single_gm .games_img a {
    display: block;
}
.new_games .inner_layers {
    display: flex;
    gap: 18px;
    justify-content: center;
    width: 100%;
}
.new_games .first_layer {
    width: calc(100% - 276px);
}
.new_games .second_layer {
    width: 276px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.main-slider {
    width: 100%;
}
.games_section::before {
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.00) 0%, #000 93.68%);
    margin-top: 93px;
    height: 300px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.first_layer h4 {
    color: #FFF;
    font-family: Shuttleblock;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.first_layer h4 strong {
    font-family: Shuttleblock;
    font-weight: 700;
}
.new_games .first_layer .flex_wrap {
    justify-content: flex-start;
    margin-top: 15px;
}
.countdown-section {
    min-height: 624px;
    background-color: #5AD07C;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    vertical-align: bottom;
    padding-bottom: 147px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    margin-top: -294.27px !important;
    padding-top: 335px;
}
.release_countdown h2 {
    color: #eceeed;
    text-align: center;
    font-family: Orbitron;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
.release_countdown {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    position: relative;
}
.countdown-timer {
    display: flex;
    gap: 136px;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1
}
.countdown-timer span, .countdown-box p {
    color: #eceeed;
    text-align: center;
    font-family: Orbitron;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}
.countdown-timer span {
    font-size: 101.76px;
    line-height: 100px;
}
.countdown-box p {
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 1.4px;
}
.countdown-box {
    width: 33.33%;
    text-align: center;
    position: relative;
}
.notify-button {
    display: inline-flex;
    height: 56px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 3px;
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 44px;
    background: #000;
    box-shadow: 4px 3px 1px 0px rgba(137, 137, 137, 0.46) inset, 6px 7px 4px 0px rgba(0, 0, 0, 0.25) inset, -2px -4px 1.2px 0px rgba(255, 255, 255, 0.35) inset, -9px -6px 5.8px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 4.1px 0px rgba(0, 0, 0, 0.25) inset, 0.2px 0.2px 0.4px 0px rgba(0, 0, 0, 0.94);
    color: #75fb9f;
    font-family: Shuttleblock;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    min-width: 139px;
        position: absolute;
    right: -8px;
    bottom: 70px;
    text-decoration: none;
}
.countdown-section::after {
    content: '';
    width: 248px;
    height: 442px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.for_bold {
    width: 450px;
    height: 450px;
    margin: 0 auto;
}
.for_bold svg {
    display: block;
    width: 240px;
    height: 240px;
}
.for_bold, .for_bold span {
    position: relative;
}
.for_bold h2 {
    color: #eceeed;
    text-align: center;
    font-family: Orbitron;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    max-width: 122px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    width: 100%;
    margin: 0 auto;
}
.for_bold h2, .for_bold span {
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: center;
}
.for_bold span {
    width: 450px;
    height: 450px;
    margin: 0 auto;
    animation: shadow-pulse 1s infinite;
}
.built_bold {
    margin-top: -225px !important;
    position: relative;
}
.for_bold::before {
    content: '';
    box-shadow: 0px 0px 24px 5px #75fb9f;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 100%;
    z-index: -10;
    animation: rotateNeon 8s linear infinite;
}
.char_exp_img {
    position: absolute;
    right: 0;
    top: 23%;
}
.mavericks_gaming h2 {
    color: #eceeed;
    text-align: center;
    text-shadow: 0px 1.433px 17.194px rgba(0, 0, 0, 0.45);
    font-family: Orbitron;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 55.82px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
}
.mavericks_gaming .title {
    flex-direction: column;
    gap: 34px;
    align-items: center;
    align-content: center;
    vertical-align: middle;
}
.mavericks_gaming .flex_wrap {
    margin-top: 75.62px;
    justify-content: space-between;
    gap: 20px;
}
.mavericks_gaming .content { 
    flex-direction: column;
    gap: 20px;
}
.mavericks_gaming .title, .mavericks_gaming .flex_wrap, 
.mavericks_gaming .content { 
     display: flex;
}
.mavericks_gaming .content h3 {
    color: #FFF;
    font-family: Orbitron;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
.mavericks_gaming .content p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    max-width: 490px;
}
.mavericks_gaming {
    margin-top: 107px;
}
.posts-container .blog-content-row {
    display: flex;
    gap: 72px;
    width: 100%;
}
.posts-container .blog-content-row .blog-content-col:first-child {
    width: 334px;
}
.posts-container .blog-content-row .blog-content-col:last-child {
    width: calc(100% - 406px);
}
.posts-container .post-info .date {
    color: #eceeed;
    text-shadow: 0px 1.433px 17.194px rgba(0, 0, 0, 0.45);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.posts-container .post-info h2 {
    color: #ECEEED;
    text-shadow: 0px 1.54px 18.481px rgba(0, 0, 0, 0.45);
    font-family: Orbitron;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}
.posts-container .post-info .content {
    color: #eceeed;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 11px;
}
.posts-container .blog-content-row .post-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.blog_posts .view-all {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    align-content: center;
    vertical-align: middle;
    gap: 4.5px;
    position: relative;
}
.blog_posts .view-all .line {
    background: #75fb9f;
    width: 100%;
    height: 1px;
    display: block;
}
.blog_posts .view-all .btn_primary {
    min-width: 128px;
}
.blog_posts .view-all .btn_primary span {
    text-align: center;
    margin: 0;
}
.blog_posts .view-all::before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    margin-top: -58px;
    height: 58px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.blog_posts .blog-image img {
    background: lightgray -70.767px -0.513px / 126.245% 101.866%;
    box-shadow: 0px 5.392px 32.351px 0px rgba(0, 0, 0, 0.25);
        width: 100%;
    height: 100%;
    display: block;
}
.blog_posts .social-share .share-button {
    color: #eceeed;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 21px;
    display: flex;
    gap: 12px;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    cursor: pointer;
}
.social-share {
    position: relative;
}
.share-content {
    position: absolute;
}
.posts-container {
    padding: 81px 0px 0;
    max-width: 1040px;
    margin: 0 auto;
}
.posts-container .prev_btn, .posts-container .next_btn  {
    position: absolute;
    top: 40%;
    color: #ECEEED;
    text-align: center;
    text-shadow: 0px 1.433px 17.194px rgba(0, 0, 0, 0.45);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 56px;
    text-align: center;
}
.posts-container .prev_btn  {
    right: 0;
}
.posts-container .next_btn {
    left: 0;
}
.blog_posts .patch_txt, .blog_posts .notes_txt {
    color: #75fb9f;
    text-align: center;
    text-shadow: 0px 7.82px 93.844px rgba(0, 0, 0, 0.45);
    font-family: Shuttleblock;
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 140px;
    letter-spacing: -2.4px;
    text-transform: uppercase;
    display: block;
    position: absolute;
}
.blog_posts .patch_txt {
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
.blog_posts .notes_txt { 
    right: 11px;
    bottom: -23px;
    z-index: -1;
    line-height: 59px;
}
.blog_posts .page_wrapper, body .blog_posts {
    position: relative;
}
body .blog_posts {
    margin-top: 95px;
}
.glass_effect_bg {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto;
}
.odd_contents {
    display: none;
}
.partner_tabs .tab-link.current+.odd_contents {
    display: block;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
    padding-top: 64px;
    margin-top: 55px;
}
.partner_logos h2 {
    color: #FFF;
    text-align: center;
    font-family: Orbitron;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
.partner_logos {
    margin-top: 130px;
}
.partner_logos .page_wrapper {
    display: flex;
    flex-direction: column;
    gap: 54px;
}
.partner_logos .tab-link {
    flex: 1;
    min-width: auto;
    white-space: nowrap;
    padding: 10px 64px 10px 0px;
    float: left;
    margin: 0;
    border-bottom: solid 1px #BFBFBF;
    color: #606060;
    text-align: center;
    font-family: Shuttleblock;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    position: relative;
}
.partner_logos .tab-link.media_link {
    padding-right: 8px;
}
.partner_logos .tab-link.commercial_link {
    margin-left: 33%;
}
.partner_logos .tab-link.current .title {
    color: #FFFFFF;
}
.partner_logos .tab-link.current .title::before {
    content: '';
    background-color: #fff;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
}
.partner_logos .partner_tabs .tab-link .title {
    padding: 0 8px 8px;
    position: relative;
    cursor: pointer;
}
.partner_logos .partner-logo-list {
    padding: 0;
    display: flex;
    list-style-type: none;
    gap: 48px;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: center;
    flex-wrap: wrap;
}
.partner_logos .partner-logo-list img {
    display: block;
        width: 100%;
    height: 61px;
    margin: 0 auto;
    object-fit: contain;
}
.partner_logos .partner-logo-list li {
     width: calc(16.66% - 40px);
}
.social_media_show .social_list {
    display: flex;
    list-style-type: none;
    padding: 0;
    gap: 8px;
}
.social_media_show .social_list a {
    display: flex;
    width: 34px;
    height: 34px;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 3px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #75FB9F;
    box-shadow: 4px 3px 1px 0px rgba(0, 0, 0, 0.46) inset, 6px 7px 4px 0px rgba(0, 0, 0, 0.25) inset, -2px -4px 1.2px 0px rgba(0, 0, 0, 0.25) inset, -9px -6px 5.8px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 4.1px 0px rgba(0, 0, 0, 0.25) inset, 0.2px 0.2px 0.4px 0px rgba(0, 0, 0, 0.94);
}
.social_media_show .flex-wrapper h2,
.card_wrapper .flex-wrapper h2,
.more_news .flex-wrapper h2 {
    color: #75FB9F;
    text-align: center;
    font-family: Orbitron;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.social_media_show .flex-wrapper, 
.card_wrapper .flex-wrapper,
.more_news .flex-wrapper {
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: right;
    gap: 15px;
    position: relative;
    margin-bottom: -18px;
}
footer .footer_txt h2 {
    color: #eceeed;
    text-align: center;
    font-family: Orbitron;
    font-size: 80.542px;
    font-style: normal;
    font-weight: 800;
    line-height: 105.712px;
    letter-spacing: 4.027px;
    text-transform: uppercase;
    position: relative;
}
footer .footer_txt h2 span {
    font-family: Orbitron;
    position: relative;
    display: block;
    line-height: 62.712px;
}
footer .footer_txt h2 span.first_half {
    overflow: hidden;
}
footer .footer_txt h2 span.second_half {
    height: 30px;
    overflow: hidden;
    position: relative;
    margin-left: 5px;
    margin-top: 4px;
    display: none !important;
}
footer .footer_txt h2 span.second_half .inner_text {
  transform: translateY(-49px);
    display: inline-block;
    margin-left: 5px;
}
footer .footer_txt p {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 12px #75fb9f;
    font-family: Orbitron;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 12.8px;
    text-transform: uppercase;
}
.footer-bottom-section img {
    display: block;
    width: 100%;
}
footer .footer_menu li a {
    color: #FFF;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    display: block;
}
footer .footer_menu li a:hover {
    color: #75FB9F;
}
.copyright_footer {
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    gap: 18px;
}
footer .footer_menu {
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 16px;
}
.copyright_txt p {
    color: #FFF;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}
.footer-navigation-wrapper svg path {
    fill: #1D1D1B;
}
.footer-navigation-wrapper li a {
    display: flex;
    width: 34px;
    height: 34px;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
    gap: 3px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 4px 3px 1px 0px rgba(0, 0, 0, 0.46) inset, 6px 7px 4px 0px rgba(0, 0, 0, 0.25) inset, -2px -4px 1.2px 0px rgba(0, 0, 0, 0.25) inset, -9px -6px 5.8px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 4.1px 0px rgba(0, 0, 0, 0.25) inset, 0.2px 0.2px 0.4px 0px rgba(0, 0, 0, 0.94);
}
.footer-navigation-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    gap: 8px;
}
footer > .page_wrapper {
    display: flex;
    flex-direction: column;
    gap: 139px;
}
footer nav.footer-navigation-bm {
    width: 165px;
    margin-bottom: 4px;
}
.copyright_footer, .copyright_footer .copyright_content { 
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
}
.copyright_footer {
    gap: 18px;
    flex-wrap: wrap;
}
.copyright_footer .copyright_content {
    border-top: 1.018px solid #fff;
    padding-top: 7px;
    justify-content: space-between;
    gap: 15px;
    width: calc(100% - 183px);
}
.newsletter_form input[type="email"]:focus,
.newsletter_form input[type="submit"]:focus,
.media_form input[type="submit"]:focus, 
.custom_header #primary-menu-list a:focus, 
footer .footer_menu li a:focus, 
.social_media_lists .single_list .top_icon:focus,
.breadcrumb .back_btn:focus,
.popular-news ul a:focus, .top-news .continue-link:focus,
.bottom-news-card a:focus, .notify-button:focus,
.custom-logo-link:focus, .games_section .load_more:focus,
.all_games_list ul li .btn_find_more:focus,
.media_field input[type="email"]:focus,
.header_menu a:focus, a:focus,
.error-404 .page-content .search-form input[type="submit"]:focus,
.search-no-results .page-content .search-form input[type="submit"]:focus {
    background: #0000 !important;
    outline: 0 !important;
}
header .header-right-section .account-dropdown a:focus {
    background-color: transparent !important;
    -webkit-text-fill-color: #000000;
}
.newsletter_form input[type="email"]:focus,
.media_field input[type="email"]:focus,
.error-404 .page-content .search-form input[type="search"]:focus,
.search-no-results .page-content .search-form input[type="search"]:focus {
	color: #fff;
}
.btn.btn_primary:focus, .notify-button:focus,
.footer-navigation-wrapper li a:focus,
.header_social_menu .header_social-wrapper a:focus,
.customer_box form input[type="submit"]:focus,
.flex_wrap_games .all_btns .btn:focus, 
.main-game .buttons .btn_secondary:focus,
.single_zone_video .flex_wrap .btn:focus,
#customer-reset-password-form input[type="submit"]:focus,
#customer-login-form input[type="submit"]:focus,
#customer-registration-form input[type="submit"]:focus,
#customer-forgot-password-form input[type="submit"]:focus,
.error-404 .page-content .search-form input[type="search"]:focus,
.search-no-results .page-content .search-form input[type="search"]:focus {
     background: #fff !important;
     outline: 0 !important;
}
.btn.btn_primary:focus span, .notify-button:focus span,
.customer_box form input[type="submit"]:focus,
.customer_box form input[type="submit"]:hover,
#customer-reset-password-form input[type="submit"]:hover,
#customer-login-form input[type="submit"]:hover,
#customer-registration-form input[type="submit"]:hover,
#customer-forgot-password-form input[type="submit"]:hover {
     color: #000;
}
.copyright_txt a {
    text-decoration: none !important;
}
footer {
    padding-top: 96px;
    position: relative;
}
.home footer {
    padding-top: 153px;
    background: linear-gradient(180deg, #000 0.06%, rgba(0, 0, 0, 0.00) 119.14%);
    mix-blend-mode: plus-darker;
}
.home footer:before {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    height: 308px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.social_media_lists, .game-cards, .more_news .blogs_all {
    gap: 21px;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    padding-left: 23px;
    padding-top: 32px;
    border-left: 1px solid #75FB9F;
}
.social_media_lists .single_list > img {
    height: 239px;
    object-fit: cover;
    display: block;
}
.social_media_lists .single_list, .social_media_lists .single_list > img {
    position: relative;
}
.post_updated_time {
    background: rgba(28, 28, 27, 0.80);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: center;
}
.social_media_lists .single_list:hover .post_updated_time {
    display: flex;
}
.post_updated_time h3 {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}
.post_updated_time h3 em {
    display: block;
    margin-top: 4px;
}
.social_media_lists .single_list .top_icon {
    position: absolute;
    top: 0;
    left: 0;
}
.social_media_lists .single_list .top_icon.insta_icon svg {
    display: block;
    margin-top: 10px;
    margin-left: 10px;
}
.not_social_txt {
    color: #fff;
    text-align: left;
    font-family: Orbitron;
    font-size: 59.309px;
    font-style: normal;
    font-weight: 700;
    line-height: 51.895px;
    letter-spacing: 5.931px;
    text-transform: uppercase;
    margin-top: 24px;
    padding-left: 23px;
    height: 39px;
    overflow: hidden;
    margin-left: -25px;
    background-color: #282828;
}
.show_on_social, .you-might-like {
    padding-left: 141px;
    margin-top: 138.88px !important;
}
.bottom-news-wrap {
    padding-left: 141px;
    margin-top: 0 !important;
}
.social_media_show .social_list a svg {
    display: block;
}
.social_media_show .flex-wrapper::before,
.card_wrapper .flex-wrapper::before,
.more_news .flex-wrapper::before  {
    content: '';
    background-color: #75FB9F;
    height: 1px;
    width: 100%;
    position: absolute;
}
.social_media_show, .card_wrapper, .more_news {
    position: relative;
}
.social_media_show::before, .card_wrapper::before, .more_news::before {
    content: '';
    background: #282828;
    height: 225px;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
    margin-left: -27px;
    left: 0;
    right: 0;
}
.social_media_show .flex-wrapper .content,
.card_wrapper .flex-wrapper .content, 
.more_news .flex-wrapper .content {
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: right;
    gap: 15px;
    position: relative;
    margin-right: 130px;
    background-color: #000000;
    padding: 0px 16px;
}
.home footer::after {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/footer_overlay_img.webp);
    width: 179px;
    height: 98px;
    display: block;
    position: absolute;
    top: -15px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.floating_text {
    position: absolute;
    left: -312px;
    transform: rotate(90deg);
    color: var(--Marble, #ECEEED);
    text-align: center;
    text-shadow: 0px 7.82px 93.844px rgba(0, 0, 0, 0.45);
    font-family: Shuttleblock;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    line-height: 42px;
    z-index: 1;
}
.floating_text::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/wild_icon.webp);
    width: 79.145px;
    height: 80.611px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    transform: rotate(271deg);
    right: 180px;
}
.main-slider .swiper-button-next, 
.latest_games_slider .swiper-button-next {
    right: 0;
    top: auto;
}
.main-slider .swiper-button-prev, 
.latest_games_slider .swiper-button-prev {
    right: 44px;
    top: auto;
    left: auto;
}
.latest_games_slider .swiper-button-prev:after,
.latest_games_slider .swiper-button-next:after {
   content: none;
}
.latest_games_slider .swiper-button-prev,
.latest_games_slider .swiper-button-next {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 3px;
    flex-shrink: 0;
    border-radius: 24px;
    background: #75FB9F;
    box-shadow: 4px 3px 1px 0px rgba(0, 0, 0, 0.46) inset, 6px 7px 4px 0px rgba(0, 0, 0, 0.25) inset, -2px -4px 1.2px 0px rgba(0, 0, 0, 0.25) inset, -9px -6px 5.8px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 4.1px 0px rgba(0, 0, 0, 0.25) inset, 0.2px 0.2px 0.4px 0px rgba(0, 0, 0, 0.94);
    bottom: 0;
}
.main-slider .swiper-button-prev, 
.main-slider .swiper-button-next{
    border: 1px solid #000;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    bottom: 10px;
}
.main-slider .swiper-button-next:after, 
.main-slider .swiper-button-prev:after {
    font-size: 15px;
        color: #000;
}
.off_video_icon {
    position: fixed;
    right: 50px;
    top: 60% !important;
    cursor: pointer;
    z-index: 10;
}
.off_video_icon img, .header_menu a {
    display: block;
}
.primary-navigation-open .menu-button-container {
    background-color: transparent !important;
}
header .menu-button-container #primary-mobile-menu:focus {
    outline: 0;
}
.custom_header {
    width: 100%;
    display: none;
    background-color: #1C1C1B;
    padding-top: 51px;
    padding-bottom: 24px;
}
.primary-navigation-open .custom_header {
    display: flex;
}
.custom_header #primary-menu-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.custom_header #primary-menu-list a {
    color: #afafaf;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    display: block;
}
.header_social_menu h2 {
    color: #afafaf;
    font-family: Shuttleblock;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.header_social_menu {
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.header_social_menu .header_social-wrapper {
    display: flex;
    gap: 8px;
    padding: 0;
    list-style-type: none;
}
.header_social_menu .header_social-wrapper a {
    display: flex;
    width: 34px;
    height: 34px;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 3px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #ECEEED;
    box-shadow: 4px 3px 1px 0px rgba(0, 0, 0, 0.46) inset, 6px 7px 4px 0px rgba(0, 0, 0, 0.25) inset, -2px -4px 1.2px 0px rgba(0, 0, 0, 0.25) inset, -9px -6px 5.8px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 4.1px 0px rgba(0, 0, 0, 0.25) inset, 0.2px 0.2px 0.4px 0px rgba(0, 0, 0, 0.94);
}
.custom_header .first_row {
    display: flex;
}
.custom_header .first_row > div {
    width: 50%;
}
.custom_header .last_col h2 {
    color: #5ad07c;
    font-family: Shuttleblock;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.header_menu a {
    color: #5ad07c;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}
.header_menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}
.newsletter_form {
    margin-top: 8px;
}
.newsletter_form h2 {
    color: #afafaf;
    font-family: Shuttleblock;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
        margin-bottom: 12px;
}
.newsletter_form input[type="email"],
.media_form input[type="email"],
.error-404 .page-content .search-form input[type="search"],
.search-no-results .page-content .search-form input[type="search"] {
    background: #eceeed !important;
    height: 40px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-right: 11px;
	width: 226px;
}
.newsletter_form input[type="submit"],
.media_form input[type="submit"],
.error-404 .page-content .search-form input[type="submit"],
.search-no-results .page-content .search-form input[type="submit"] {
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 3px;
    border-radius: 24px;
    background-color: #75FB9F !important;
    box-shadow: 4px 3px 1px 0px rgba(0, 0, 0, 0.46) inset, 6px 7px 4px 0px rgba(0, 0, 0, 0.25) inset, -2px -4px 1.2px 0px rgba(0, 0, 0, 0.25) inset, -9px -6px 5.8px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 4.1px 0px rgba(0, 0, 0, 0.25) inset, 0.2px 0.2px 0.4px 0px rgba(0, 0, 0, 0.94);
    font-family: Shuttleblock;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border: 0 !important;
}
.newsletter_form input[type="submit"]:hover,
.media_form input[type="submit"]:hover,
.error-404 .page-content .search-form input[type="submit"]:hover,
.search-no-results .page-content .search-form input[type="submit"]:hover {
    color: #000;
}
.header-column.nav-links {
    width: 20%;
}
.header-column.center-column {
    width: 40%;
}
.header-column.right-column {
    width: 40%;
}
.newsletter_field p {
    display: flex;
}
.header-column.right-column {
    padding-left: 16px;
    position: relative;
}
.header-column.right-column::before {
    content: '';
    width: 1px;
    height: 163px;
    background-color: #AFAFAF;
    position: absolute;
    left: 0;
}
.header-column.right-column h2 {
    color: #afafaf;
    font-family: Shuttleblock;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}
.latest_games_slider img {
    border-radius: 20px;
    border: 1px solid #1c1c1b;
    background: #000 -153.305px -68.383px / 186.941% 106.701% no-repeat;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    object-fit: cover;
    display: block;
    height: 155px;
    object-position: center;
}
.latest_games_slider {
    padding-bottom: 64px !important;
}
.latest_games_slider .swiper-button-next svg, 
.latest_games_slider .swiper-button-prev svg {
    width: 17px;
    height: 17px;
}
.latest_games_slider .swiper-button-next {
    right: 31px;
}
.latest_games_slider .swiper-button-prev {
    right: 81px;
}
.latest_games_slider .swiper-button-disabled {
    background: #eceeed;
}
.primary-navigation-open header .page_wrapper {
    background-color: #1c1c1b;
    border-radius: 24px;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.25);
}
.primary-navigation-open .site-logo .custom-logo {
    width: 132px;
    height: 58px;
    margin-top: 18px;
}
.newsletter_form input[type="email"]::placeholder,
.media_field input[type="email"]::placeholder,
.error-404 .page-content .search-form input[type="search"]::placeholder {
    color: #AFAFAF;
}
.newsletter_field .wpcf7-not-valid-tip, .media_field .wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    left: 2px;
}
.menu_close_icon, .primary-navigation-open .header-right-section .btn_primary,
.new_games, .all_games_list,
.primary-navigation-open .header-right-section .btn.btn_secondary {
    display: none;
}
.primary-navigation-open .menu_close_icon, 
.new_games.active, .all_games_list.active {
    display: block;
}
.first_layer .btn_primary span {
    color: #000;
    -webkit-text-fill-color: unset;
}
.all_games_list ul {
    padding: 0;
    column-count: 3;
    list-style: none;
    margin: 0;
    display: inline-block;
}
.all_games_list li {
    margin-bottom: 24px;
}
.all_games_list li:nth-child(3n+3) {
    padding-top: 80px;
}
.all_games_list ul li, .all_games_list ul li img {
    position: relative;
    display: block;
    background-color: #000;
}
.all_games_list ul li .btn_find_more {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 66px;
    background: #000;
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    width: 220px;
    justify-content: space-between;
    padding-right: 20px;
    color: #ECEEED;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; 
    letter-spacing: 0.28px;
    text-decoration: none;
}
#all_games_list {
    z-index: 1;
    position: relative;
}
.games_section .load_more {
    color: #75fb9f;
    text-align: center;
    font-family: Orbitron;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: block;
    max-width: 200px;
    cursor: pointer;
    text-decoration: none;
}
.menu-button-container .dropdown-icon .icon {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 3px;
    flex-shrink: 0;
    border-radius: 24px;
    background: #75FB9F;
    box-shadow: 4px 3px 1px 0px rgba(0, 0, 0, 0.46) inset, 6px 7px 4px 0px rgba(0, 0, 0, 0.25) inset, -2px -4px 1.2px 0px rgba(0, 0, 0, 0.25) inset, -9px -6px 5.8px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 4.1px 0px rgba(0, 0, 0, 0.25) inset, 0.2px 0.2px 0.4px 0px rgba(0, 0, 0, 0.94);
}
.primary-navigation-open .menu-button-container .dropdown-icon .icon {
    background: #ECEEED;
}
.custom_header #primary-menu-list a:hover {
    color: #fff;
}
.page-template-template-game-features,
.page-template-template-contact, body.blog,
.page-template-template-terms {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.page-template-template-game-features {
    background-image: url(/wp-content/uploads/2025/06/bg_overlay_img.webp);
}
.page-template-template-contact {
    background-image: url(/wp-content/uploads/2025/06/contact_bg.webp);
}
.page-template-template-terms {
    background-image: url(/wp-content/uploads/2025/06/terms-bg-scaled.webp);
}
body.blog {
    background-image: url(/wp-content/uploads/2025/06/degen_news_bg.webp);
}
.breadcrumb .back_btn svg {
    display: block;
}
.breadcrumb .back_btn {
    color: #afafaf;
    font-family: Shuttleblock;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 9px;
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    gap: 6px;
    text-decoration: none;
}
.breadcrumb .title {
    margin-top: 13px;
    border-top: 2px solid #fff;
    padding-top: 8px;
    color: #afafaf;
    font-family: Orbitron;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.games_wrapper_features h3 {
    margin-bottom: 18px;
}
.games_wrapper_features h3, .games_wrapper_features h3 strong {
    color: #FFF;
    font-family: Shuttleblock;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.games_wrapper_features h1, .games_wrapper_features h2 {
    color: #eceeed;
    text-shadow: 0px 1.54px 18.481px rgba(0, 0, 0, 0.45);
    font-family: Orbitron;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 21px;
}
.games_wrapper_features .games_content p, .games_ratings { 
    color: #eceeed;
    font-size: 14px;
    font-style: normal;
    line-height: 19px;
}
.games_wrapper_features .games_content p {
    font-weight: 400;
    max-width: 377px;
    margin-top: 18.62px;
}
.games_ratings {
    font-family: Orbitron;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-top: 33px;
}
.games_ratings .ratings {
    margin-bottom: 6.84px;
}
.games_wrapper_features .btn_primary {
    margin-top: 40px;
}
.breadcrumb {
    padding-top: 177px;
}
.games_wrapper_features {
    padding-top: 71px;
}
.games_wrapper_features .flex_wrap {
    display: flex;
    gap: 32px;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: center;
}
.games_wrapper_features .games_content {
    width: 377px;
}
.games_feature_slider {
    width: calc(100% - 377px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
}
.games_feature_slider .game_feature, .games_feature_slider .game_feature > img {
    display: block;
    position: relative;
}
.games_feature_slider .game_feature .game_logo img {
    width: 412.8px;
    height: 129px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}
.games_feature_slider .game_feature {
    padding-bottom: 56px;
    padding-left: 70px;
    padding-right: 58px;
}
.games_feature_slider .game_feature .game_logo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.games_feature_slider .swiper_arrow {
    display: flex;
    width: 56px;
    height: 56px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    gap: 3px;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    border-radius: 44px;
    background: #75FB9F;
    box-shadow: 4px 3px 1px 0px rgba(0, 0, 0, 0.46) inset, 6px 7px 4px 0px rgba(0, 0, 0, 0.25) inset, -2px -4px 1.2px 0px rgba(0, 0, 0, 0.25) inset, -9px -6px 5.8px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 4.1px 0px rgba(0, 0, 0, 0.25) inset, 0.2px 0.2px 0.4px 0px rgba(0, 0, 0, 0.94);
}
.games_feature_slider .swiper_arrow::after {
    color: #000;
    font-size: 18px;
    border: 1px solid #000;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: center;
}
.games_feature_slider .swiper-button-next {
    right: 0;
}
.game-card {
    overflow: hidden;
}
.game-card img {
    display: block;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    background: linear-gradient(to top, #000000, #AFAFAF);
    padding: 1px;
    transition: transform 0.5s ease-in-out;
}
.game-card:hover img {
    transform: scale(1.2);
    transition: transform 0.5s ease-in-out;
}
.card_wrapper, .more_news {
    padding-bottom: 26px;
}
.game-cards {
    margin-top: 11px;
}
.games_feature_slider::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/two_vector.webp);
    width: 139px;
    height: 114px;
    display: block;
    position: absolute;
    top: -71px;
    left: 19%;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: contain;
}
.games_feature_slider .bottom_triangle, .games_feature_slider .top_triangle { 
    position: absolute;
    z-index: 1;
}
.games_feature_slider .bottom_triangle {
    right: 69px;
    bottom: 0;
}
.games_feature_slider .top_triangle {
    right: 85px;
    top: -34px;
}
.contact-section .page_wrapper {
    max-width: 1293px;
}
.contact-section {
    padding-top: 16px;
}
.contact-section .page_wrapper {
    max-width: 1293px;
}
.contact-section .under_contact {
    background: #1c1c1b;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    gap: 54px;
    align-items: center;
    align-content: center;
    vertical-align: middle;
        padding: 76px 0;
}
.games_feature_slider .game_feature > img {
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.45);
}
.lets_txt h2 {
    color: #FFF;
    font-family: Orbitron;
    font-size: 102.138px;
    font-style: normal;
    font-weight: 700;
    line-height: 85.333px;
    letter-spacing: 11.214px;
    text-transform: uppercase;
    max-width: 421px;
}
.contact-section .under_contact > div {
    width: 33.33%;
}
.contact-right {
    padding-right: 49px;
}
.contact-left .cont > p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-width: 202px;
    margin-bottom: 17px;
}
.contact-left span svg, .wild_char_contact img {
    display: block;
}
.contact-left {
    position: relative;
    padding-left: 200px;
}
.contact_form input:focus{
    outline: 0 !important;
}
.contact_form input[type="text"], .contact_form input[type="email"] {
    width: 100%;
    height: 44px;
}
.contact_form input[type="text"], 
.contact_form input[type="email"],
.contact_form textarea { 
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    border: 0;
}
.contact_form input[type="text"]::placeholder, 
.contact_form input[type="email"]::placeholder,
.contact_form textarea::placeholder { 
    color: #AFAFAF;
    text-transform: uppercase;
}
.contact_form textarea { 
    max-height: 122px;
}
.contact_form .wpcf7-form-control-wrap {
    display: block;
}
.contact-section .contact_form input[type=submit], .contact-section .submit_btn {
    height: 0;
    padding: 0;
    border: 0;
}
.contact_content .submit_form {
    margin-top: 31.04px;
}
.contact-section .contact_form .wpcf7-not-valid-tip,
.contact-section .contact_form .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    font-size: 12px;
    margin: 0;
    width: 100%
}
.contact-section .wpcf7 form.invalid .wpcf7-response-output {
    font-size: 12px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.contact-section .page_wrapper {
  overflow: hidden;
}
.wild_char_contact {
    position: absolute;
    top: -204%;
    left: 0px;
}
.contact_form .input_field {
    margin-bottom: 15px;
}
.contact_form .input_field.textarea_field {
    margin-bottom: 0;
}
.contact-left .cont > span {
    display: block;
}
.news-page {
    padding-top: 177px;
}
.header-line, .news-page > .page_wrapper {
    display: flex;
    align-content: center;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
}
.header-line {
    gap: 22px;
    width: 65%;
}
.header-line .breadcrumb {
    padding-top: 0;
    width: 100%;
}
.news-page > .page_wrapper {
    gap: 35px;
}
.sort_options .btn_primary {
    min-width: 140px;
    justify-content: space-between;
}
.filter-buttons {
    width: 35%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    vertical-align: middle;
        gap: 4px;
}
.filter-buttons a {
    display: flex;
    height: 34px;
    padding: 12px 16px;
    align-items: center;
    gap: 3px;
    border-radius: 24px;
    background: #eceeed;
    text-decoration: none;
    box-shadow: 4px 3px 1px 0px rgba(0, 0, 0, 0.46) inset, 6px 7px 4px 0px rgba(0, 0, 0, 0.25) inset, -2px -4px 1.2px 0px rgba(0, 0, 0, 0.25) inset, -9px -6px 5.8px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 4.1px 0px rgba(0, 0, 0, 0.25) inset, 0.2px 0.2px 0.4px 0px rgba(0, 0, 0, 0.94);
}
.filter-buttons a span {
    font-family: Shuttleblock;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #000 0%, #666 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 4px;
}
.filter-buttons a.active {
    background: #75FB9F;
}
#news-container {
    display: flex;
    row-gap: 93px;
    flex-wrap: wrap;
    margin-top: 36px;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: flex-end;
}
.header-line .page_wrapper {
    max-width: 100%;
    padding: 0;
}
.top-news img {
    width: 100%;
    height: 459px;
}
.news-meta {
    display: flex;
    gap: 17px;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    margin-bottom: 11px;
}
.news-meta .badge {
    display: inline-flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    background: rgba(117, 251, 159, 0.30);
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.25);
    color: #75fb9f;
    font-family: Shuttleblock;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.news-meta .category {
    color: #eceeed;
    text-shadow: 0px 1.433px 17.194px rgba(0, 0, 0, 0.45);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
.top-news h1 {
    color: #FFF;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -1.44px;
    width: 447px;
    z-index: 1;
    position: relative;
}
.news-desc {
    color: #eceeed;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    max-width: 343px;
    margin-top: 29px;
}
.blogs_wrapper {
    margin: 0 auto !important;
}
.top-news {
    display: flex;
    gap: 20px;
    width: 65%;
    padding-right: 24px;
    align-items: center;
    align-content: center;
    vertical-align: middle;
}
.top-news > div {
    width: 50%;
}
.popular-news {
    width: 35%;
    padding-left: 55px;
}
.bottom-news-wrap {
    width: 100%;
}
.bottom-news-wrap, .news-image, .news-image img {
    display: block;
    position: relative;
}
.top-news .continue-link {
    width: 220px;
    height: 66px;
    flex-shrink: 0;
    background: #000;
    bottom: 0;
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: space-between;
    padding-right: 20px;
    color: #eceeed;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.28px;
    text-decoration: none;
}
.popular-news h3 {
    color: #eceeed;
    text-align: left;
    text-shadow: 0px 1.433px 17.194px rgba(0, 0, 0, 0.45);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 31px;
}
.popular-news ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 65px;
}
.popular-news ul h2 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.64px;
    text-decoration: none;
    display: flex;
    gap: 20px;
    align-items: center;
    align-content: center;
    vertical-align: middle;
}
.news-image > img {
    object-fit: cover;
}
.bottom-news-card img {
    width: 100%;
    height: 298px;
    object-fit: cover;
}
.bottom-news-card .blog_title {
    display: block;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    padding: 20px 22px;
    left: 0;
    right: 0;
}
.bottom-news-card a {
    text-decoration: none;
    color: #fff;
}
.bottom-news-card h2 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}
.bottom-news-card .blog_title svg, .bottom-news-card .blog_title span {
    display: block;
}
.bottom-news-card .blog_title span {
    margin-bottom: 10px;
}
.bottom-news-card, .bottom-news-card img {
    display: block;
    position: relative;
}
.more_news .flex-wrapper {
    margin-bottom: -7px;
}
.main_blogs {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
}
.popular-news ul a:hover,
.top-news .continue-link:hover, .bottom-news-card a:hover {
    color: #75FB9F;
}
.popular-news ul a {
    text-decoration: none;  
}
.loading_txt {
    text-align: center;
    width: 100%;
}
.bottom-news-card, .social_media_lists .single_list {
    overflow: hidden;
}
.bottom-news-card > img, .social_media_lists .single_list > img,
.bottom-news-card:hover > img, .social_media_lists .single_list:hover img {
    transition: transform 0.5s ease-in-out;
}
.bottom-news-card:hover > img, .social_media_lists .single_list:hover img {
    transform: scale(1.2);
}
.custom_blog_model {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    bottom: 0;
    height: 100%;
    margin: 0px;
    background: linear-gradient(180deg, rgba(117, 251, 159, 0.97) 0%, rgba(69, 149, 94, 0.97) 100%);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.custom_blog_model.active {
    display: flex;
}
.custom_blog_model .blog_model {
    width: 925px;
    height: auto;
    flex-shrink: 0;
    background: #1c1c1b;
    box-shadow: 0px 3.678px 22.068px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    padding-left: 65px;
}
.blog_main_img img {
    height: 388px;
    width: auto;
    display: block;
}
.custom_blog_model .blog-arrow {
    position: absolute;
    gap: 9px;
    top: 50%;
    color: #1c1c1b;
    text-align: right;
    text-shadow: 0px 1.433px 17.194px rgba(0, 0, 0, 0.45);
    font-family: Shuttleblock;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
}
.custom_blog_model .blog-arrow:hover {
    color: #fff;
}
.custom_blog_model .prev_btn {
    left: -146px;
}
.custom_blog_model .next_btn {
    right: -105px;
}
.custom_blog_model .blog_model .close_icon svg {
    display: block;
}
.custom_blog_model .blog_model .close_icon {
    position: absolute;
    right: -35px;
    z-index: 1000;
    top: -3px;
}
.under_custom_model {
    position: relative;
    height: 90vh;
}
.under_custom_model .desc11, .under_custom_model {
    overflow-y: scroll;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;    
}
.popup_post svg {
    display: block;
}
.popup_post, .custom_blog_model .blog_model .close_icon {
    cursor: pointer;
}
.date_n_img .date {
    color: #eceeed;
    font-family: Shuttleblock;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    margin-left: 75px;
}
.date_n_img {
    padding-left: 68px;
    padding-right: 38px;
    padding-top: 27px;
}
.under_custom_model h2 {
    color: #FFF;
    font-family: Roboto;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -1.84px;
    max-width: 515px;
    margin-top: -120px;
    margin-bottom: 27px;
    position: relative;
    z-index: 1;
}
.blog_main_img {
    position: relative;
    z-index: 1;
}
.custom_model_txt .patch {
    color: #75fb9f;
    text-align: center;
    font-family: Shuttleblock;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px;
    letter-spacing: -2.4px;
    text-transform: uppercase;
    position: absolute;
    left: -119px;
    top: 101px;
    transform: rotate(270deg);
}
.custom_model_txt .notes {
    color: #75fb9f;
    text-align: center;
    font-family: Shuttleblock;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: -2.4px;
    text-transform: uppercase;
    position: absolute;
    right: -148px;
    bottom: 119px;
    z-index: revert-layer;
    height: 87px;
    overflow: hidden;
    transform: rotate(270deg);
}
.under_custom_model .desc {
    max-width: 504px;
    color: #eceeed;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 19.309px;
    margin-bottom: 50px;
}
.custom_model_txt {
    z-index: -1;
}
.blog_model::after {
    content: '';
    background: linear-gradient(0deg, var(--Web-black, #1C1C1B) 0%, rgba(28, 28, 27, 0.00) 100%);
    position: absolute;
    bottom: 0;
    height: 101px;
    width: 779px;
    left: 0;
    display: none;
}
.under_custom_model .desc p {
    margin-bottom: 10px;
}
.m-auto {
    margin: 0 auto !important;
}
.page_content {
    color: #ECEEED;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; 
    margin-top: 24px;
    margin-bottom: 112px;
}
.page_content p, .page_content ul {
    margin-bottom: 20px;
}
.page_content h2 {
    color: #fff;
    font-family: Orbitron;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1.4px;
    margin-bottom: 20px;
}
.new_games .inner_layers .btn_primary {
    padding: 0px 16px;
}
.for_bold::after {
    content: '';
    width: 466px;
    height: 466px;
    display: block;
    position: absolute;
    top: -8px;
    bottom: 0;
    left: -8px;
    right: 0;
    border-radius: 100%;
    z-index: -1;
    background-size: contain;
    background-image: url(/wp-content/uploads/2025/06/dots_img.webp);
    animation: rotateNeon 8s linear infinite;
}

@keyframes rotateNeon {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.share-content {
    display: none;
}
.share-content.active {
    display: block;
}
body.home {
    background-image: url(/wp-content/uploads/2025/06/home__bg-scaled.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 141%;
}
.built_bold::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/border-cyberpunk.webp);
    width: 161px;
    height: 458px;
    display: block;
    position: absolute;
    left: 0;
    top: 208px;
    background-repeat: no-repeat;
    background-size: contain;
}
.mavericks_gaming {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
    padding-top: 130px;
    padding-bottom: 130px;
}
.mavericks_gaming .content {
  opacity: 0;
  transform: translateX(-50px); 
}
.mavericks_gaming .content.visible {
  opacity: 1;
  transform: translateX(0);
}
.mavericks_gaming .right_cont {
  opacity: 0;
  transform: translateX(50px); 
}
.mavericks_gaming .content, .mavericks_gaming .right_cont  { 
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.mavericks_gaming .right_cont.visible {
  opacity: 1;
  transform: translateX(0);
}
.odd_contents p {
    text-align: center;
}
footer .footer_txt h2 span.first_half, 
.notify-button span, .floating_text,
.mavericks_gaming h2, .hero_section h1, .customer_box h2,
.default_title h1.entry-title, .btn_secondary span, .btn_primary span,
.page-template-page-login .page_content h2,
.page-template-page-reset .page_content h2,
.page-template-page-register .page_content h2,
.page-template-page-forgot .page_content h2 {
    animation: paths 2s step-end infinite;
}

@keyframes paths {
  0% {
    clip-path: polygon(
      0% 43%, 83% 43%, 83% 22%, 23% 22%, 23% 24%, 91% 24%,
      91% 26%, 18% 26%, 18% 83%, 29% 83%, 29% 17%, 41% 17%,
      41% 39%, 18% 39%, 18% 82%, 54% 82%, 54% 88%, 19% 88%,
      19% 4%, 39% 4%, 39% 14%, 76% 14%, 76% 52%, 23% 52%,
      23% 35%, 19% 35%, 19% 8%, 36% 8%, 36% 31%, 73% 31%,
      73% 16%, 1% 16%, 1% 56%, 50% 56%, 50% 8%
    );
  }

  5% {
    clip-path: polygon(
      0% 29%, 44% 29%, 44% 83%, 94% 83%, 94% 56%, 11% 56%,
      11% 64%, 94% 64%, 94% 70%, 88% 70%, 88% 32%, 18% 32%,
      18% 96%, 10% 96%, 10% 62%, 9% 62%, 9% 84%, 68% 84%,
      68% 50%, 52% 50%, 52% 55%, 35% 55%, 35% 87%, 25% 87%,
      25% 39%, 15% 39%, 15% 88%, 52% 88%
    );
  }

  1%, 7%, 33%, 47%, 78%, 93% {
    clip-path: none;
  }
}
.footer_video, .footer_video video {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer_video {
    z-index: -1;
    top: 0;
    overflow: hidden;
    background: linear-gradient(180deg, #75fb9f 0.06%, rgba(0, 0, 0, 0.00) 119.14%);
}
.footer_video video {
    right: 0;
    object-fit: cover;
    mix-blend-mode: luminosity;
}
.footer-bottom-section {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.footer-top-section::after {
    border-radius: 968px;
    background: #000;
    filter: blur(60px);
    content: '';
    max-width: 968px;
    height: 149px;
    display: block;
    position: absolute;
    top: 185px;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: contain;
    z-index: -1;
}
header .header-right-section .btn_primary span {
  text-align: center;
}
.hero_section::before {
    content: '';
    width: 745px;
    height: 1088px;
    display: block;
    position: absolute;
    left: 0;
    top: 20%;
    background-repeat: no-repeat;
    background-size: contain;
}
.popular-news ul h2:hover svg path {
    fill: #75FB9F;
}
.popular-news ul h2 span, .top-news .continue-link span.arrow {
    transform: translateX(0px);
    transition: transform 0.5s ease-in-out;
}
.popular-news ul h2:hover span, 
.top-news .continue-link:hover span.arrow {
    transform: translateX(10px);
}
.sort_options, .main_footer {
    position: relative;
}
.sort_by_order {
    position: absolute;
    padding: 12px 16px;
    align-items: center;
    gap: 3px;
    border-radius: 24px;
    background: #eceeed;
    text-decoration: none;
    box-shadow: 4px 3px 1px 0px rgba(0, 0, 0, 0.46) inset, 6px 7px 4px 0px rgba(0, 0, 0, 0.25) inset, -2px -4px 1.2px 0px rgba(0, 0, 0, 0.25) inset, -9px -6px 5.8px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 4.1px 0px rgba(0, 0, 0, 0.25) inset, 0.2px 0.2px 0.4px 0px rgba(0, 0, 0, 0.94);
    display: none;
    flex-direction: column;
    z-index: 1;
    width: 140px;
}
.sort_options .btn_primary svg {
    margin-top: 3px;
}
.sort_by_order.active {
    display: flex;
}
.sort_by_order > div {
    font-family: Shuttleblock;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #000 0%, #666 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 5px 10px;
    text-align: left;
    cursor: pointer;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
    outline: none !important;
}
body audio:not([controls]) {
    display: block !important;
}
.you-might-like .game-cards {
    padding-right: 80px;
}
.contact-left .cont {
    position: relative;
    z-index: 1;
}
.patch_txt,
.notes_txt {
  transition: transform 0.05s linear;
}
.countdown-box::before {
    content: '';
    width: 1px;
    height: 42px;
    background-color: #fff;
    position: absolute;
    right: -32%;
    top: 32px;
}
.countdown-box:last-child:before {
   content: none;
}

@keyframes shadow-pulse {
  0% {
    filter: drop-shadow(0px 4px 0px rgba(117, 251, 159, 1)); /* start small + solid */
  }
  100% {
    filter: drop-shadow(0px 4px 48px rgba(117, 251, 159, 0)); /* large + transparent */
  }
}
.you-might-like .swiper_arrow::after, 
.blogs_all .swiper_arrow::after {
    font-size: 12px;
}
.you-might-like .swiper_arrow,
.blogs_all .swiper_arrow {
    color: #000;
    font-size: 18px;
    border: 1px solid #000;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: center;
        right: 0;
    top: auto;
    bottom: 0px;
    background-color: #75FB9F;
    box-shadow: 4px 3px 1px 0px rgba(0, 0, 0, 0.46) inset, 6px 7px 4px 0px rgba(0, 0, 0, 0.25) inset, -2px -4px 1.2px 0px rgba(0, 0, 0, 0.25) inset, -9px -6px 5.8px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 4.1px 0px rgba(0, 0, 0, 0.25) inset, 0.2px 0.2px 0.4px 0px rgba(0, 0, 0, 0.94);
}
.blogs_all .swiper_arrow.swiper-button-lock,
.blogs_all .swiper_arrow.swiper-button-disabled,
.you-might-like .swiper_arrow.swiper-button-lock,
.you-might-like .swiper_arrow.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
    display: none;
}
.you-might-like .swiper, .blogs_all .swiper {
    padding-bottom: 55px;
}
.you-might-like .swiper_arrow.swiper-button-prev,
.blogs_all .swiper_arrow.swiper-button-prev {
    left: auto;
    right: 45px;
}
.you-might-like .card_wrapper::before {
    content: '';
    background: #282828;
    height: 290px;
}
.submit_btttn {
    text-align: right;
}
.all_games_list ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.games_section .load_more.disable {
    cursor: not-allowed;
}
.games_feature_slider .swiper-button-prev.swiper-button-disabled,
.games_feature_slider .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    background-color: #ECEEED;
    display: none;
}
.you-might-like .game-card img {
    height: 271px;
    object-fit: cover;
}
.custom_blog_model .blog-arrow.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
    display: none;
}
.copyright_txt a:hover {
    color: #75fa9e !important;
}
.you-might-like .card_wrapper .flex-wrapper .content {
    margin-right: 111px;
}
.post_btm_arrow {
    margin-left: 0px;
    right: 0;
    text-align: center;
    width: 90%;
    top: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: sticky;
    bottom: 0px;
    z-index: 1;
    cursor: pointer;
    background: linear-gradient(0deg, #1c1c1b 0%, rgba(28, 28, 27, 0.00) 100%);
    height: 60px;
    padding-bottom: 20px;
}
.post_btm_arrow svg {
    display: block;
}
.post_btm_arrow.active svg {
    transform: rotate(180deg);
}
.hero_wrapper::before {
  opacity: 0;
  transform: translateX(-100px);
}
.hero_wrapper::after {
   transform: translateX(100px);
}
.hero_wrapper::before, .hero_wrapper::after {
   animation: slideIn 1s ease-out forwards, floatUpDown 2.5s ease-in-out infinite;
   animation-delay: 0s, 1s;  
}
.hero_section .flex_wrap .btn.btn_primary:focus {
    background-color: #fff !important;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 12px;
    max-width: 350px;
}
.newsletter_form input[type="submit"]:focus,
.media_form input[type="submit"]:focus,
.error-404 .page-content .search-form input[type="submit"]:focus {
    background-color: #fff !important;
}
.media_form h3 {
    color: #FFF;
    font-family: Orbitron;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-align: center;
}
.media_form .subtitle {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    max-width: 490px;
    text-align: center;
    margin: 5px auto;
}
.media_field {
    margin-top: 20px;
    position: relative;
        margin-bottom: 10px;
}
.newsletter_field {
    margin-bottom: 10px;
}
.media_field .wpcf7-spinner {
    position: absolute;
}
.media_form form {
    max-width: 370px;
    margin: 0 auto;
}
.media_form input[type="email"] {
    width: 260px;
}
.mavericks_gaming .right_cont p, .mavericks_gaming .content.right_cont h3 {
    text-align: right;
}
.customer_ac::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/left_border.webp);
    display: block;
    width: 31px;
    height: 458px;
    position: absolute;
    left: 0;
    bottom: 152px;
}
.forgot-link {
    display: block;
    width: 100%;
    color: #afafaf;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none;
}
.login-ajax-response, .registration-ajax-response {
    font-size: 16px;
    color: red;
    margin-top: 10px;
}
header .header-right-section .btn_secondary svg {
    width: 15px;
    height: 15px;
}
.blogs_all .swiper_arrow {
    margin-right: 20px;
}
.view-all-new {
    text-align: center;
    margin-top: 50px;
}
.arrow_top {
    border-radius: 24px;
    background: #75FB9F;
    box-shadow: 4px 3px 1px 0px rgba(0, 0, 0, 0.46) inset, 6px 7px 4px 0px rgba(0, 0, 0, 0.25) inset, -2px -4px 1.2px 0px rgba(0, 0, 0, 0.25) inset, -9px -6px 5.8px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 4.1px 0px rgba(0, 0, 0, 0.25) inset, 0.2px 0.2px 0.4px 0px rgba(0, 0, 0, 0.94);
    float: right;
    width: 44px;
    margin-left: auto;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: center;
    height: 44px;
    text-align: center;
    display: flex;
}
.arrow_top svg {
    display: block;
    width: 20px;
    height: 20px;
}
.posts-container .post-info .content {
    height: 180px;
    overflow: hidden;
}
.posts-container .post-info.active .content {
    height: auto;
    overflow: visible;
}
.single_gm {
    align-items: center;
    align-content: center;
    vertical-align: middle;
    margin-top: 30px;
    background: #1c1c1b;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    gap: 54px;
    padding: 20px;
}
.single_gm .games_img {
    width: 30%;
    position: relative;
}
.single_gm .game_contents {
    width: 70%;
}
.single_gm .games_img a::after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    height: 166px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.single_gm .games_title h2 a {
    color: #eceeed;
    font-family: Shuttleblock;
    font-size: 17.075px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.271px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}
.single_gm .games_title h2  {
    margin-bottom: 20px;
}
.blog_posts .active .view-all::before {
    display: none;
}
.single_gm .games_content, body.search-results .entry-content p  {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
.single_gm .games_title h2 a:hover,
.title_search a:hover, body.search-results .entry-content a.more-link {
    color: #75FB9F;
}
.single_gm .games_img .post-thumbnail {
    margin: 0;
}
.games_img .post-thumbnail .wp-post-image {
    margin: 0 auto;
}
header .header-right-section .account-dropdown {
    top: 40px;
    right: 0;
    position: absolute;
    padding: 12px 16px;
    align-items: center;
    gap: 3px;
    border-radius: 24px;
    background: #eceeed;
    text-decoration: none;
    box-shadow: 4px 3px 1px 0px rgba(0, 0, 0, 0.46) inset, 6px 7px 4px 0px rgba(0, 0, 0, 0.25) inset, -2px -4px 1.2px 0px rgba(0, 0, 0, 0.25) inset, -9px -6px 5.8px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 4.1px 0px rgba(0, 0, 0, 0.25) inset, 0.2px 0.2px 0.4px 0px rgba(0, 0, 0, 0.94);
    flex-direction: column;
    width: 160px;
    margin: 0;
}
header .header-right-section .account-dropdown a {
    font-family: Shuttleblock;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #000 0%, #666 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 5px 10px;
    text-align: left;
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
}
header .header-right-section .account-dropdown ul li:last-child a {
    margin-bottom: 0;
}
.flex_wrap_games .all_btns .btn {
    padding: 8px 24px;
}
body .search_form .searchbox .input_field:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s; 
}
body.search-results footer.entry-footer.default-max-width {
    display: none;
}
body.search-results nav.navigation.pagination {
    max-width: 1198px;
    margin: 50px auto 0;
    padding: 20px;
    border-top: 1px solid #fff;
}
body.search-results .navigation .nav-links span, 
body.search-results .navigation .nav-links a {
    font-size: 16px;
}
.search-no-results .page-content {
    margin-top: 0 !important;
}






@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.customer_ac {
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1c1c1b;
    box-shadow: 0px 4px 34px 0px rgba(117, 251, 159, 0.40);
    display: none;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: center;
        background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 20px;
}
.customer_ac.active {
    display: flex;
}
.model_inner {
    max-width: 579px;
    height: 507px;
    flex-shrink: 0;
    width: 100%;
    background: #1c1c1b;
    box-shadow: 0px 4px 34px 0px rgba(117, 251, 159, 0.40);
    padding: 0px 41px 28px;
    position: relative;
    overflow-y: auto;   
    z-index: 1; 
}
.model_inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.model_inner::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.model_inner::-webkit-scrollbar-thumb {
    background-color: #000000;
}
.customer_box .close_box svg {
    display: block;
}
.customer_box .close_box {
        position: absolute;
    width: 35.833px;
    height: 35.833px;
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    cursor: pointer;
    right: -40px;
    z-index: 1;
    top: -25px;
    background-color: #fff;
    border-radius: 100%;
    justify-content: center;
}
.customer_box h2,
.page-template-page-login .page_content h2,
.page-template-page-reset .page_content h2,
.page-template-page-register .page_content h2,
.page-template-page-forgot .page_content h2 {
    color: #ECEEED;
    font-family: Orbitron;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 7.2px;
    text-transform: uppercase;
    margin-top: -4px;
    margin-bottom: 0;
}
.page-template-page-login .page_content h2,
.page-template-page-reset .page_content h2,
.page-template-page-register .page_content h2,
.page-template-page-forgot .page_content h2 {
    font-size: 62px;
    line-height: 50px;
}
.customer_box .content {
    color: #eceeed;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    max-width: 280px;
    margin-top: 18px;
}
.customer_box .input_field label, 
#customer-reset-password-form .input_field label,
#customer-login-form .input_field label,
.page-template-page-register .page_content .input_field label,
.page-template-page-forgot .page_content .input_field label {
    color: #afafaf;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    display: block;
    padding-left: 18px;
    margin-bottom: 8px;
}
.customer_box .input_field input, 
#customer-reset-password-form .input_field input,
#customer-login-form .input_field input,
#customer-registration-form .input_field input,
#customer-forgot-password-form .input_field input {
    width: 100%;
    border: 1px solid #c3c3c3;
    background: #606060 !important;
    height: 68px;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.36px;
    color: #fff;
}
.customer_box .input_field input::placeholder, 
#customer-reset-password-form .input_field input::placeholder,
#customer-login-form .input_field input::placeholder,
#customer-registration-form .input_field input::placeholder,
#customer-forgot-password-form input::placeholder {
    color: #AFAFAF;
}
.customer_box .input_field input:focus, 
#customer-reset-password-form .input_field input:focus,
#customer-login-form .input_field input:focus,
#customer-registration-form .input_field input:focus,
#customer-forgot-password-form .input_field input:focus {
    outline: 0;
    background: #606060 !important;
    color: #fff !important;
}
.customer_box form .input_field {
    margin-top: 32px;
}
.customer_box form input[type="submit"], 
#customer-reset-password-form input[type="submit"],
#customer-login-form input[type="submit"],
#customer-registration-form input[type="submit"],
#customer-forgot-password-form input[type="submit"] {
    background-color: #75FB9F !important;
    display: inline-flex;
    height: 56px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 3px;
    flex-shrink: 0;
    border-radius: 44px;
    background: #75FB9F;
    box-shadow: 4px 3px 1px 0px rgba(0, 0, 0, 0.46) inset, 6px 7px 4px 0px rgba(0, 0, 0, 0.25) inset, -2px -4px 1.2px 0px rgba(0, 0, 0, 0.25) inset, -9px -6px 5.8px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 4.1px 0px rgba(0, 0, 0, 0.25) inset, 0.2px 0.2px 0.4px 0px rgba(0, 0, 0, 0.94);
    border: 0;
    font-family: Shuttleblock;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
#customer-login-form .input_field, 
#customer-reset-password-form .input_field,
#customer-registration-form .input_field,
#customer-forgot-password-form .input_field {
    margin-bottom: 20px;
}
.page-template-page-login .page_content,
.page-template-page-reset .page_content,
.page-template-page-register .page_content,
.page-template-page-forgot .page_content {
    margin: 50px auto 0;
    max-width: 570px;
    flex-shrink: 0;
    width: 100%;
    background: #1c1c1b;
    box-shadow: 0px 4px 34px 0px rgba(117, 251, 159, 0.40);
    padding: 0px 41px 28px;
    position: relative;
    overflow-y: auto;
    z-index: 1;
}
.custom-checkbox {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 16px;
      cursor: pointer;
      width: 100%;
      margin-bottom: 13px;
}
.custom-checkbox input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 24px;
    height: 24px;
    border-radius: 5.76px;
    cursor: pointer;
    border: 0.96px solid #777;
    position: relative;
    background-color: #75FB9F !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    cursor: pointer;
    transition: all 0.2s ease;
}
.custom-checkbox input[type="checkbox"]::after {
    display: none;
}
.custom-checkbox input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='15' viewBox='0 0 17 15' fill='none'%3E%3Cpath d='M1 9.75635L5.74501 13.597L15.2607 1.84059' stroke='%231C1C1B' stroke-width='1.93493' stroke-linecap='round'/%3E%3C/svg%3E");
}
.customer_box .custom-checkbox label {
    color: #eceeed;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.customer_box .flex_wrap,
.page-template-page-login .page_content .flex_wrap,
.page-template-page-reset .page_content .flex_wrap,
.page-template-page-register .page_content .flex_wrap,
.page-template-page-forgot .page_content .flex_wrap {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    flex-wrap: wrap;
}
.custom-checkbox input[type="checkbox"]:focus {
    outline: 0;
}
.strap_txt img {
    display: block;
    opacity: 0.6;
}
.strap_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.account_confirm {
    color: #5ad07c;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 21px;
    text-decoration: none;
}
.login_form, .register_form, .forgot_form  {
    display: none;
}
.login_form.show, .register_form.show, .forgot_form.show {
    display: block;
}
.customer_box .error_msg {
    color: red;
    font-size: 14px;
    margin-top: 10px;
}
header .header-right-section .btn_secondary {
    margin: 0;
}
header .header-right-section .btn.btn_secondary:focus {
    background-color: #fff !important;
}
.customer_box {
    max-width: 579px;
}
.customer_box, .newsletter_field {
    position: relative;
}
.newsletter_field .wpcf7-spinner {
    position: absolute;
    right: 0;
}
.custom_blog_model .blog-arrow:focus {
    background-color: #fff !important;
}
.custom_blog_model .blog-arrow:focus svg path {
    fill: #1C1C1B;
}
.hero_video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -10;
}
.page-template-default {
    padding-top: 168px;
    padding-bottom: 78px;
}
.default_title h1.entry-title {
    color: #ECEEED;
    text-shadow: 0px 1.54px 18.481px rgba(0, 0, 0, 0.45);
    font-family: Orbitron;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}
.content_default_page h2, .content_default_page h3, 
.content_default_page h4, .content_default_page h5,
.content_default_page h6 {
    color: #ECEEED;
    text-shadow: 0px 1.54px 18.481px rgba(0, 0, 0, 0.45);
    font-family: Orbitron;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2.8px;
    margin-bottom: 20px;
}
.content_default_page h2 {
   font-size: 28px;
   line-height: 34px;
}
.content_default_page h3 {
   font-size: 25px;
   line-height: 30px;
}
.content_default_page h4 {
   font-size: 21px;
   line-height: 26px;
}
.content_default_page h5 {
   font-size: 19px;
   line-height: 22px;
}
.content_default_page h6 {
   font-size: 16px;
   line-height: 18px;
}
.content_default_page p, .content_default_page ul {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 20px;
}
.main_footer .d-none {
    display: none;
}
.animate-fade-up {
  animation: 2s animate-fade-up;
}
.forgot-password-response {
    font-size: 16px;
    margin-top: 15px;
    color: red;
    text-align: center;
}
@keyframes animate-fade-up {
  from {
    opacity: 0;
    padding-top: 50px;
  }
  
  to {
    opacity: 1;
    padding-top: 0px;
  }
}
.error-404 {
    margin: 0 auto !important;
    width: 100%;
    padding: 0 20px;
}
.error-404 .page-content p {
    font-size: 20px;
    line-height: normal;
        margin-bottom: 20px;
}
body.error404 header.page-header, 
body.search-results header.page-header,
body.search-no-results .page-header {
    display: none;
}
body.error404, body.search-results, body.search-no-results {
    padding-top: 168px;
}
.search-result-count.default-max-width {
    color: #eceeed;
    font-family: Shuttleblock;
    font-size: 17.075px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.271px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    margin: 0 auto 30px;
}
.title_search a {
    color: #eceeed;
    font-family: Shuttleblock;
    font-size: 17.075px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.271px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}
.blogs_wrapper {
    min-height: 1000px;
}








@media(min-width: 768px){
.latest-game-wrapper {
    margin-right: -20px;
}
.custom_blog_model .blog-arrow:hover svg path {
    fill: #fff;
}
}

@media(min-width: 1900px){
.model_inner {
    height: auto;
}
}

@media(min-width: 1201px){
footer .footer_txt h2 {
    margin-bottom: 13px;
}
}

@media(min-width: 2000px){
.under_custom_model {
    height: auto;
}
}

@media(max-width: 1439px){
.custom_blog_model .blog_model {
    width: 700px;
}

.under_custom_model h2 {
    font-size: 56px;
    line-height: 64px;
    margin-top: -57px;
}
.blog_main_img img {
    height: 283px;
}
.custom_model_txt .patch {
    font-size: 82px;
    line-height: 82px;
    left: -112px;
    top: 96px;
}
.under_custom_model .desc {
    max-width: 419px;
}
.blog_model::after {
    width: 529px;
}
.custom_model_txt .notes {
    font-size: 82px;
    line-height: 82px;
    right: -129px;
    bottom: 115px;
    height: 68px;
}
.under_custom_model .desc {
    max-width: 419px;
}
.under_custom_model h2 {
    max-width: 500px;
}
.date_n_img {
    padding-left: 56px;
}
.you-might-like .game-cards {
    padding-right: 60px;
}
}

@media(max-width: 1200px){
body header {
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}    
.hero_section h1 {
    font-size: 132px;
    line-height: 105px;
    letter-spacing: 12px;
    max-width: 685px;
}
.hero_wrapper::before {
    width: 386px;
    height: 679px;
    left: -3px;
    background-size: contain;
}
.hero_wrapper::after {
    width: 211.429px;
    height: 507px;
    right: 22.79px;
    background-size: contain;
}
.off_video_icon {
    right: 20px;
    top: 45.05px;
}
.release_countdown h2 {
    font-size: 20px;
    line-height: 26px;
}
.countdown-timer span {
    font-size: 75.76px;
    line-height: 77px;
}
.countdown-timer {
    gap: 70px;
    max-width: 629px;
}
.notify-button {
    right: 31px;
    bottom: 61px;
}
.for_bold, .for_bold span {
    width: 350px;
    height: 350px;
}
.char_exp_img img {
    width: 200px;
    height: auto;
}
.char_exp_img {
    top: 46%
}
.built_bold {
    margin-top: -172px !important;
}
.countdown-section::after {
    width: 194px;
    height: 346px;
}
.blog_posts .patch_txt, .blog_posts .notes_txt {
    font-size: 80px;
    line-height: 90px;
}
.posts-container {
    padding: 54px 0px 0;
}
.blog_posts .notes_txt {
    bottom: -19px;
}
.mavericks_gaming {
    margin-top: 87px;
}
.mavericks_gaming h2 {
    font-size: 38px;
    line-height: 45.82px;
}
.floating_text {
    left: -288px;
    font-size: 38px;
    letter-spacing: 4px;
    line-height: 38px;
}
.floating_text::before {
    width: 76.145px;
    height: 77.611px;
    right: 166px;
}
.not_social_txt {
    font-size: 50.309px;
    line-height: 46.895px;
    letter-spacing: 4.931px;
        height: 34px;
}
.social_media_lists .single_list > img {
    height: 146px;
}
.social_media_show::before, .card_wrapper::before, .more_news::before {
    height: 145px;
}
footer .footer_txt h2 {
    font-size: 50.542px;
    line-height: 83.712px;
}
footer .footer_txt h2 span {
    line-height: 67.712px;
}
footer .footer_txt h2 span.second_half .inner_text {
    transform: translateY(-44px);
}
footer .footer_txt p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 10.8px;
}
footer .footer_txt h2 span.second_half {
    height: 20px;
}
.partner_logos .tab-link.commercial_link {
    margin-left: 28%;
}
.posts-container .blog-content-row {
    padding: 0px 40px;
}
.blog_posts .notes_txt {
    right: 40px;
}
.breadcrumb {
    padding-top: 168px;
}
.lets_txt h2 {
    font-size: 86.138px;
    line-height: 72.333px;
    letter-spacing: 2.214px;
    max-width: 421px;
}
.wild_char_contact {
    top: -142%;
    right: -65px;
}
.news-page > .page_wrapper {
    flex-direction: column;
}
.header-line {
    width: 100%;
}
.filter-buttons {
    width: 100%;
    justify-content: left;
}
.popular-news {
    padding-left: 10px;
}
.top-news h1 {
    font-size: 50px;
    line-height: 58px;
    width: 380px;
}
.popular-news ul h2 {
    font-size: 26px;
    line-height: 34px;
}
.popular-news ul {
    gap: 40px;
}
.under_custom_model h2 {
    font-size: 70px;
    line-height: 70px;
    max-width: 555px;
    margin-top: -44px;
    margin-bottom: 22px;
}
.custom_blog_model .blog_model {
    width: 650px;
}
.blog_main_img img {
    height: 280px;
}
.custom_model_txt .patch {
    font-size: 86px;
    line-height: 86px;
    left: -117px;
    top: 98px;
}
.custom_model_txt .notes {
    font-size: 86px;
    line-height: 86px;
    right: -134px;
    bottom: 123px;
    height: 66px;
}
.under_custom_model h2 {
    font-size: 50px;
    line-height: 50px;
    max-width: 390px;
    margin-top: -34px;
    margin-bottom: 10px;
}
.under_custom_model .desc {
    max-width: 350px;
}
.blog_model::after {
    width: 448px;
}
.custom_model_txt .patch {
    font-size: 78px;
    line-height: 78px;
    left: -106px;
    top: 90px;
}
.custom_model_txt .notes {
    font-size: 78px;
    line-height: 78px;
    right: -125px;
    bottom: 108px;
}
.under_custom_model .desc {
/*    height: 241px;*/
}
.date_n_img .date {
    margin-left: 30px;
}
.for_bold::after {
    width: 366px;
    height: 366px;
}
.built_bold::before {
    top: 157px;
}
.hero_section::before {
    width: 445px;
    height: 657px;
    left: 0;
    top: 29%;
}
.countdown-box::before {
    height: 34px;
    right: -20%;
    top: 21px;
}
.customer_box h2,
.page-template-page-login .page_content h2,
.page-template-page-reset .page_content h2,
.page-template-page-register .page_content h2,
.page-template-page-forgot .page_content h2 {
    font-size: 62px;
    line-height: 50px;
}
.under_custom_model {
    height: 600px;
}
}


@media(max-width: 991px){
.hero_wrapper::before {
    width: 350px;
    height: 485px;
    left: -3px;
    top: 379px;
}
.hero_wrapper::after {
    width: 114.429px;
    height: 286px;
    right: 22.79px;
    background-size: contain;
    top: 443px;
}
.new_games .first_layer {
    width: 77%;
}    
.new_games .second_layer {
    width: 23%;
}
.countdown-timer {
    gap: 22px;
    max-width: 595px;
}
.notify-button {
    right: 0;
    bottom: -64px;
    left: 0;
    max-width: 120px;
    margin: 0 auto;
}   
.countdown-section {
    padding-bottom: 190px;
}
.for_bold h2 {
    font-size: 17px;
    line-height: 20px;
    max-width: 117px;
}
.for_bold, .for_bold span {
    width: 280px;
    height: 280px;
}
.built_bold {
    margin-top: -138px !important;
}
.char_exp_img {
    top: 26%;
}
.blog_posts .patch_txt, .blog_posts .notes_txt {
    font-size: 60px;
    line-height: 70px;
}
.posts-container .prev_btn img, .posts-container .next_btn img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.posts-container {
    padding: 35px 0px 0;
}
.posts-container .blog-content-row {
    gap: 34px;
}
.posts-container .blog-content-row .blog-content-col:last-child {
    width: calc(100% - 368px);
}
.posts-container .post-info h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 2px;
}
.mavericks_gaming h2 {
    font-size: 30px;
    line-height: 40.82px;
    letter-spacing: 3.8px;
}
.mavericks_gaming {
    margin-top: 67px;
    padding-top: 67px;
    padding-bottom: 67px;
}
.partner_logos {
    margin-top: 67px;
}
.mavericks_gaming .flex_wrap {
    margin-top: 65.62px;
}
.partner_logos .tab-link.commercial_link {
    margin-left: 25%;
}
.partner_tabs .tab-link.current+.odd_contents {
    padding-top: 30px;
}
.floating_text {
    left: -196px;
    font-size: 24px;
    letter-spacing: 4px;
    line-height: 24px;
}
.floating_text::before {
    width: 59.145px;
    height: 60.611px;
    right: 109px;
    background-size: contain;
}
.social_media_lists .single_list > img {
    height: 188px;
}
.copyright_footer .copyright_content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
footer {
    padding-top: 100px;
}
footer > .page_wrapper {
    gap: 89px;
}
.hero_section h1 {
    font-size: 82px;
    line-height: 65px;
    letter-spacing: 8px;
    max-width: 555px;
    margin: 0 auto 32px;
}    
.not_social_txt {
    font-size: 40.309px;
    line-height: 36.895px;
    letter-spacing: 3.931px;
    height: 27px;
}
footer .footer_menu li a {
    font-size: 12px;
}
.copyright_txt p {
    font-size: 10px;
    line-height: 14px;
}
.primary-navigation-open .custom_header {
    flex-wrap: wrap;
}
.header-column.right-column {
    width: 100%;
    padding-left: 0;
}
.header-column.right-column::before {
    display: none;
}
.header-column.nav-links {
    width: 30%;
}
.header-column.center-column {
    width: 70%;
}
.header-column.right-column {
    padding-top: 40px;
}  
.games_wrapper_features {
    padding-top: 62px;
}
.games_wrapper_features .flex_wrap {
    flex-direction: column-reverse;
}
.games_wrapper_features .games_content,
.games_feature_slider {
    width: 100%;
}
.games_wrapper_features .games_content p {
    max-width: 100%;
}
.games_feature_slider .swiper_arrow {
    width: 40px;
    height: 40px;
}
.games_feature_slider .swiper_arrow::after {
    width: 22px;
    height: 22px;
    font-size: 10px;
}
.you-might-like {
    margin-top: 90.88px !important;
}
.games_wrapper_features h3 {
    margin-bottom: 0;
}
.contact-section .under_contact {
    flex-wrap: wrap;
}
.contact-section .under_contact .lets_txt {
    width: 100%;
    margin-bottom: 30px;
}
.lets_txt h2 {
    max-width: 100%;
    font-size: 60.138px;
    line-height: 66.333px;
    text-align: center;
}
.contact-section .under_contact > div {
    width: calc(50% - 27px);
}
.contact-section .under_contact {
    padding: 40px 0;
}
.contact-right {
    padding-right: 20px;
}
.contact-section .under_contact .contact_content {
    padding-left: 20px;
}
.top-news h1 {
    font-size: 33px;
    line-height: 39px;
    width: 286px;
}
.news-desc {
    margin-top: 20px;
}
.popular-news ul h2 {
    font-size: 18px;
    line-height: 21px;
}
.popular-news h3 {
    margin-bottom: 16px;
}
.popular-news ul {
    gap: 24px;
}
.bottom-news-card h2 {
    font-size: 20px;
    line-height: 20px;
}
.custom_blog_model .blog_model {
    width: 500px;
    padding-left: 30px;
}
.blog_main_img img {
    height: 200px;
}
.date_n_img {
    padding-top: 20px;
}
.under_custom_model h2 {
    font-size: 40px;
    line-height: 40px;
    max-width: 335px;
    margin-top: -29px;
    margin-bottom: 10px;
}
.custom_model_txt .patch {
    font-size: 64px;
    line-height: 64px;
    left: -98px;
    top: 86px;
    height: 40px;
    overflow: hidden;
}
.custom_model_txt .notes {
    font-size: 64px;
    line-height: 64px;
    right: -104px;
    bottom: 80px;
} 
.custom_blog_model .blog-arrow {
    flex-direction: column;
}
.custom_blog_model .next_btn {
    right: -60px;
}
.custom_blog_model .prev_btn {
    left: -105px;
}  
.date_n_img {
     padding-left: 36px;
}  
.for_bold::after {
    width: 292px;
    height: 292px;
}  
.blog_posts .notes_txt {
    bottom: 142px;
}
.built_bold::before {
    top: 123px;
}
.hero_section::before {
    width: 300px;
    height: 450px;
    left: 0;
    top: 36%;
}
.you-might-like .game-cards {
    padding-right: 40px;
}
.top-news img {
    height: 319px;
}
.countdown-box::before {
    top: 21px;
    right: -8%;
}
.all_games_list li:nth-child(3n+3) {
    padding-top: 40px;
}
.customer_box h2 {
    font-size: 52px;
    line-height: 40px;
}
.page-template-page-login .page_content h2,
.page-template-page-reset .page_content h2,
.page-template-page-register .page_content h2,
.page-template-page-forgot .page_content h2 {
    font-size: 42px;
    line-height: 33px;
}
.customer_box .content {
    font-size: 16px;
    line-height: 20px;
    max-width: 250px;
    margin-top: 14px;
}
.customer_box form .input_field {
    margin-top: 18px;
}
.customer_box .input_field input,
#customer-reset-password-form .input_field input, 
#customer-login-form .input_field input,
#customer-registration-form .input_field input,
#customer-forgot-password-form .input_field input {
    height: 48px;
}
.customer_box .input_field label,
.customer_box .custom-checkbox label,
.customer_box .input_field input,
.page-template-page-login .page_content .input_field label,
.page-template-page-login .page_content .input_field input,
.page-template-page-reset .page_content .input_field label,
.page-template-page-reset .page_content .input_field input,
.page-template-page-register .page_content .input_field label,
.page-template-page-register .page_content .input_field input,
.page-template-page-forgot .page_content .input_field label,
.page-template-page-forgot .page_content .input_field input {
    font-size: 16px;
}
.customer_box form input[type="submit"],
#customer-reset-password-form input[type="submit"],
#customer-login-form input[type="submit"],
#customer-registration-form input[type="submit"], 
#customer-forgot-password-form input[type="submit"] {
    height: 40px;
        font-size: 12px;
}
.model_inner {
    max-width: 490px;
    min-height: unset;
    height: 370px;
}
.default_title h1.entry-title {
    font-size: 30px;
}
.content_default_page h2 {
   font-size: 24px;
   line-height: 30px;
}
.content_default_page h3 {
   font-size: 22px;
   line-height: 24px;
}
.content_default_page h4 {
   font-size: 18px;
   line-height: 22px;
}
.content_default_page h5 {
   font-size: 16px;
   line-height: 20px;
}
.content_default_page h6 {
   font-size: 14px;
   line-height: 18px;
}
.partner_logos .partner-logo-list li {
    width: calc(25% - 40px);
}
.blogs_wrapper {
    min-height: 896px;
}
}

@media(max-width: 800px){
.partner_logos .tab-link.commercial_link {
    margin-left: 21%;
}
}

@media(max-width: 767px){
.hero_section h1 {
    font-size: 59px;
    line-height: 48px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.break_icon {
    margin-bottom: 20px;
}
.hero_section h3 {
    font-size: 14px;
    line-height: 14px;
}
.hero_wrapper::after {
    width: 103.429px;
    height: 253px;
    right: 15px;
    top: 260px;
}
body header {
    min-height: 118px;
}
.hero_wrapper {
    padding-top: 118px;
}
.hero_wrapper::before {
    width: 171px;
    height: 250px;
    left: -3px;
    top: 273px;
}
.new_games .inner_layers {
    flex-direction: column;
}
.new_games .first_layer {
    width: 100%;
}
.new_games .second_layer {
    width: 100%;
    flex-direction: row;
    margin-bottom: 54px;
} 
.countdown-section {
    margin-top: -340.27px !important;
}
.countdown-timer span {
    font-size: 49.76px;
        line-height: 50px;
}
.countdown-box p {
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 1.4px;
}
.countdown-timer {
    gap: 12px;
}
.countdown-section {
        padding-bottom: 250px;
    }
.char_exp_img {
    display: none;
}    
.for_bold h2 {
    font-size: 14px;
    line-height: 16px;
    max-width: 94px;
}
.for_bold, .for_bold span {
    width: 240px;
    height: 240px;
}
.built_bold {
    margin-top: -120px !important;
} 
.countdown-section::after {
    width: 136px;
    height: 242px;
}   
.posts-container .blog-content-row {
    flex-direction: column-reverse;
}
.posts-container .blog-content-row .blog-content-col:first-child,
.posts-container .blog-content-row .blog-content-col:last-child {
    width: 100%;
}
body .blog_posts {
    margin-top: 65px;
}
.posts-container {
    padding: 47px 0px 0;
}
.blog_posts .patch_txt, .blog_posts .notes_txt {
    font-size: 40px;
    line-height: 40px;
}
.mavericks_gaming h2 {
    font-size: 21px;
    line-height: 31.82px;
    letter-spacing: 1.8px;
}
.mavericks_gaming .title {
    gap: 20px;
}
.mavericks_gaming .flex_wrap {
    margin-top: 34.62px;
}
.mavericks_gaming .flex_wrap {
    flex-direction: column;
}
.blog_posts .notes_txt {
    bottom: auto;
    top: 0;
}
.blog_posts .patch_txt, .blog_posts .notes_txt {
    position: relative;
}
.blog_posts .notes_txt {
    right: 0;
}
.mavericks_gaming .content.right_cont {
    margin-top: 20px;
}
.partner_logos .tab-link.commercial_link {
    margin-left: 0;
}
.partner_logos .tab-link {
    padding: 10px 0px 10px 0px;
    float: none;
}
.partner_tabs .tab-link.current+.odd_contents {
    float: none;
    margin-left: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
}
.partner_logos .partner-logo-list {
    gap: 16px;
}
.floating_text {
    left: -159px;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 20px;
}    
.floating_text::before {
    width: 45.145px;
    height: 49.611px;
    right: 91px;
    background-size: contain;
    bottom: 0;
}
.social_media_show .flex-wrapper .content {
    margin-right: 30px;
}
.show_on_social, .you-might-like {
    padding-left: 24px;
    margin-top: 100.88px !important;
}
.not_social_txt {
    font-size: 30.309px;
    line-height: 30.895px;
    letter-spacing: 1.931px;
    height: 22px;
    margin-top: 15px;
}
footer .footer_txt h2 {
    font-size: 24.542px;
    line-height: 27.712px;
}
footer .footer_txt h2 span {
    line-height: 27.712px;
}
footer .footer_txt h2 span.second_half .inner_text {
    transform: translateY(-14px);
    margin-left: 0px;
}
footer .footer_txt h2 span.second_half {
    height: 6px;
    margin-left: 0px;
    margin-top: 1px;
}
.copyright_footer {
    flex-direction: column;
}
footer .footer_menu, .copyright_txt, .copyright_footer .copyright_content  { 
    width: 100%;
}
footer .footer_menu li a {
    font-size: 12px;
}  
footer .footer_menu {
    gap: 16px;
    row-gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
}  
.copyright_txt {
    text-align: center;
}
.copyright_footer {
    margin-bottom: 20px;
}  
footer .footer_txt p {
    letter-spacing: 6.8px;
}    
header .primary-navigation {
    position: relative;
}
.primary-navigation-open .primary-navigation {
    position: relative !important;
}    
.primary-navigation-open .primary-navigation {
    width: 33.33% !important;
}
.custom_header {
    padding-top: 30px;
}    
.custom_header .first_row, .primary-navigation-open .custom_header {
    flex-direction: column;
    gap: 30px;
}
.header-column.nav-links, .header-column.center-column {
    width: 100%;
}
.site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
    position: relative !important;
    padding: 0 !important;
        display: block !important;
}
.primary-navigation-open header .page_wrapper {
    justify-content: space-between;
}
.primary-navigation-open .custom_header {
    flex-direction: column;
    overflow-y: scroll;
    height: 84vh;
    flex-wrap: unset;
}
.newsletter_form {
    margin-top: 30px;
}
.header-column.right-column {
    padding-top: 0;
}
.newsletter_field p {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}
.newsletter_form input[type="email"] {
    margin-right: 0;
}
.menu-button-container #primary-mobile-menu .dropdown-icon {
    gap: 3.57px;
}
.wild_img img {
    max-width: 100px;
    height: auto;
}
.all_games_list ul li .btn_find_more {
    width: 100%;
}
.all_games_list ul li .btn_find_more svg {
    width: 26px;
}
.toggle-button {
    line-height: 22px;
}
.breadcrumb, body.error404, body.search-results, body.search-no-results {
    padding-top: 118px;
}
.games_feature_slider .game_feature .game_logo img {
    width: 140px;
    height: auto;
}
.games_feature_slider .game_feature {
    padding-bottom: 22px;
    padding-left: 53px;
    padding-right: 44px;
}
.games_wrapper_features h3 {
    margin-bottom: 0;
}
.games_ratings {
    margin-top: 24px;
}
.games_wrapper_features .btn_primary {
    margin-top: 30px;
}
.games_feature_slider::before {
    width: 74px;
    height: 57px;
    top: -38px;
    left: 22%;
}
.games_feature_slider .top_triangle svg {
    display: block;
    width: 50px;
    height: 7px;
}
.games_feature_slider .top_triangle {
    right: 41px;
    top: -11px;
}
.games_feature_slider .bottom_triangle svg {
    display: block;
    width: 30px;
    height: 30px;
}
.games_feature_slider .bottom_triangle {
    right: 46px;
}
.games_feature_slider {
    min-height: 118px;
}
.lets_txt h2 {
    font-size: 30.138px;
    line-height: 36.333px;
}
.contact-section .under_contact > div {
    width: 100%;
     padding: 0 15px;
}
.wild_char_contact img {
    width: 170px;
    height: auto;
    margin-left: -20px;
}
.wild_char_contact {
    top: -55%;
    right: -38px;
}
.contact-section .under_contact {
    padding: 30px 0;
    gap: 36px;
}
.contact-section .under_contact .lets_txt {
    margin-bottom: 10px;
}
.news-page {
    padding-top: 118px;
}
.filter-buttons {
   flex-wrap: wrap;
}
.main_blogs {
    flex-direction: column;
}
.top-news, .top-news > div  {
    width: 100%
}
.top-news {
    flex-direction: column;
    padding: 0;
    margin-top: 20px;
}
.popular-news {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
}
.bottom-news-wrap {
    padding-left: 24px;
}
.popular-news h3 {
    margin-bottom: 30px;
}
.custom_blog_model .blog_model {
    width: 100%;
    max-width: 450px;
    padding-left: 15px;
}
.blog_main_img img {
    height: 150px;
}
.custom_model_txt .patch {
    font-size: 48px;
    line-height: 48px;
    left: -67px;
    top: 61px;
    height: 35px;
    overflow: hidden;
}
.under_custom_model h2 {
        font-size: 30px;
        line-height: 30px;
        max-width: 242px;
        margin-top: -20px;
}
.date_n_img {
    padding-left: 36px;
    padding-right: 15px;
    padding-top: 12px;
}
.under_custom_model .desc {
    max-width: 274px;
}
.blog_model::after {
    width: 287px;
}
.custom_model_txt .notes {
    font-size: 48px;
    line-height: 48px;
    right: -87px;
    bottom: 52px;
}
.custom_blog_model .blog_model .close_icon {
    right: 5px;
    top: 5px;
}
.custom_blog_model .prev_btn {
    left: 0;
}
.custom_blog_model .blog_model {
    padding-left: 25px;
    padding-right: 0px;
}
.custom_blog_model .blog-arrow {
    width: 47px;
    z-index: 1;
    background-color: #fff;
    padding: 15px 5px 5px;
    height: 24px;
    font-size: 0;
    line-height: 7px;
    gap: 0;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: center;
        transform: rotate(90deg);
}
.custom_blog_model .next_btn {
    right: -12px;
    padding-top: 0;
}
.custom_blog_model .prev_btn {
    left: -12px;
}
.for_bold::after {
    width: 252px;
    height: 252px;
}
.built_bold::before {
    top: 113px;
    width: 67px;
    height: 201px;
}
.footer-copyright-section {
    width: 100%;
}
.switch-line {
  height: 1px;
}
.new_games .second_layer {
  gap: 14px;
}
.hero_section::before {
    width: 150px;
    height: 250px;
    top: 26%;
}
.you-might-like .game-cards {
    padding-right: 20px;
}
.contact-left {
    padding-left: 42%;
}
.countdown-box::before {
    height: 24px;
    right: -6%;
    top: 15px;
}
.all_games_list ul {
    column-count: 2;
}
.all_games_list li:nth-child(3n+3) {
    padding-top: 0;
}
.media_form input[type="email"] {
    width: 230px;
}
.wpcf7 form .wpcf7-response-output {
    max-width: 100%;
}
.model_inner {
    padding: 0px 20px 14px;
}
.customer_box h2 {
    font-size: 42px;
    line-height: 34px;
    margin-top: -6px;
}
.page-template-page-login .page_content h2,
.page-template-page-reset .page_content h2,
.page-template-page-register .page_content h2,
.page-template-page-forgot .page_content h2 {
    font-size: 32px;
    line-height: 24px;
    margin-top: -3px;
}
.custom-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
.customer_box .custom-checkbox label {
    font-size: 12px;
    line-height: 18px;
}
.customer_box .close_box {
    right: 0;
    top: -39px;
}
header .header-right-section .btn_secondary span {
    display: none;
}
.under_custom_model {
    height: 500px;
}
.custom_blog_model .blog-arrow svg {
    display: block;
}
.hero_video video {
    height: 500px;
    object-fit: cover;
}
.single_gm {
    flex-direction: column;
}
.single_gm .game_contents, .single_gm .games_img {
    width: 100%;
}
.single_gm {
    gap:30px;
}
.partner_logos .partner-logo-list li {
    width: calc(33.33% - 11px);
}
.page-template-page-login .page_content, .page-template-page-reset .page_content, .page-template-page-register .page_content, .page-template-page-forgot .page_content {
    padding: 0px 20px 28px;
}
.blogs_wrapper {
    min-height: 1329px;
}
}


@media (min-width: 768px) and (max-width: 991px) {
.under_custom_model {
    height: 500px;
}
}

@media (min-width: 481px) and (max-width: 767px) {
.contact-left .cont > p {
    margin-left: auto;
    margin-right: auto;
}
.contact-left span svg {
    margin: 0 auto;
}
.contact-left, .contact-left .cont > p {
    text-align: center;
}
}

@media (min-width: 992px) and (max-width: 1200px) {
.new_games .first_layer {
    width: calc(100% - 230px);
}
.new_games .second_layer {
    width: 230px;
}
}

@media(max-width: 390px){
.blogs_wrapper {
    min-height: 1350px;
}
}

@media(max-width: 370px){
.media_form input[type="email"] {
    width: 172px;
}
.for_bold, .for_bold span {
    width: 220px;
    height: 220px;
}
.for_bold::after {
    width: 232px;
    height: 232px;
}
.newsletter_form input[type="email"] {
    max-width: 172px;
}
}



/*css age gate*/
.age-gate {
    box-shadow: 0 4px 34px 0 rgba(117, 251, 159, 0.40);
    min-height: 360px;
    max-width: 489px;
}
.age-gate__additional-information {
    position: absolute;
    left: 32.94px;
    top: -10px;
    z-index: 10000;
    display: block;
    max-width: 395.254px;
}
.age-gate__additional-information p {
    color: #eceeed;
    font-family: Orbitron;
    font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: 87%;
    letter-spacing: 5.9px;
    text-transform: uppercase;
    text-align: left;
    
}
.age-gate__challenge {
    color: #eceeed;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    max-width: 244px;
    text-align: left;
}
.age-gate__fields {
    margin-top: 105px;
   padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 22px;
}
.age-gate__buttons {
    margin-top: 44px;
}
button.age-gate__submit.age-gate__submit--yes {
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 3px;
    border-radius: 24px;
    background: #75FB9F !important;
    box-shadow: 4px 3px 1px 0px rgba(0, 0, 0, 0.46) inset, 6px 7px 4px 0px rgba(0, 0, 0, 0.25) inset, -2px -4px 1.2px 0px rgba(0, 0, 0, 0.25) inset, -9px -6px 5.8px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 4.1px 0px rgba(0, 0, 0, 0.25) inset, 0.2px 0.2px 0.4px 0px rgba(0, 0, 0, 0.94);
    text-decoration: none;
    height: 56px;
    box-sizing: border-box;
    width: 100%;
}
button.age-gate__submit.age-gate__submit--no {
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 3px;
    border-radius: 24px;
    background: #ECEEED !important;
    box-shadow: 4px 3px 1px 0px rgba(0, 0, 0, 0.46) inset, 6px 7px 4px 0px rgba(0, 0, 0, 0.25) inset, -2px -4px 1.2px 0px rgba(0, 0, 0, 0.25) inset, -9px -6px 5.8px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 4.1px 0px rgba(0, 0, 0, 0.25) inset, 0.2px 0.2px 0.4px 0px rgba(0, 0, 0, 0.94);
    text-decoration: none;
    height: 56px;
    box-sizing: border-box;
    width: 100%;
}
button.age-gate__submit.age-gate__submit--no,
button.age-gate__submit.age-gate__submit--yes {
    font-family: Shuttleblock;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
button.age-gate__submit.age-gate__submit--no:hover,
button.age-gate__submit.age-gate__submit--yes:hover {
	   color: #000000;
}
span.age-gate__remember-text {
    color: #eceeed;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-left: 10px;
}
.age-gate__remember-wrapper input.age-gate__remember-field {
    border-radius: 5.76px;
    border: 0.96px solid #777;
    background: var(--Marble, #ECEEED);
}
.age-gate__remember-wrapper, 
.age-gate__remember-wrapper label.age-gate__remember {
    width: 100%;
    justify-content: left;
    margin: 0;
}
.age-gate__remember-wrapper {
    margin-left: 30px;
}
.age-gate__remember input[type=checkbox]:after {
    left: 8px;
    top: 4px;
}
.age-gate__background::after {
    background-image: url(/wp-content/uploads/2025/11/age__varify_img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 208px;
    width: 100%;
    z-index: 1;
    background-position: bottom;
	    mix-blend-mode: overlay;
}
body.popup__gate {
    pointer-events: none;
    opacity: 0.6;
    background-color: #0000004D;
}
body.popup__gate .age-gate__errors {
    display: none;
}
body.popup__gate button.age-gate__submit.age-gate__submit--yes {
    display: none;
}
button.age-gate__submit.age-gate__submit--no:focus, button.age-gate__submit.age-gate__submit--yes:focus {
    outline: 0;
}
.age-gate__heading {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width=%2217%22%20height=%2220%22%20viewBox=%220%200%2017%2020%22%20fill=%22none%22%3E%3Cpath%20d=%22M1.67504%2019.8333L0%2017.85L6.70017%209.91667L0%201.98333L1.67504%200L8.37522%207.93333L15.0754%200L16.7504%201.98333L10.0503%209.91667L16.7504%2017.85L15.0754%2019.8333L8.37522%2011.9L1.67504%2019.8333Z%22%20fill=%22%23606060%22%2F%3E%3C%2Fsvg%3E');
    background-size: contain;
    background-position: center;
    width: 16.75px;
    height: 19.833px;
    position: absolute;
    right: 30.54px;
    top: 27px;
    background-repeat: no-repeat;
	  cursor: pointer;
    display: block;
}
.age-gate__remember-wrapper input.age-gate__remember-field:focus {
    outline: 0;
}
.age-gate__wrapper {
    background-color: #000;
}


@media(min-width: 1428px){
.age-gate__background::after {
    background-size: cover;
}
}


@media(max-width: 767px){
.age-gate__fields {
    padding-left: 0;
	  padding-right: 0;
}
.age-gate__additional-information {
    left: 20px;
    top: -6px;
}
.age-gate {
    min-height: 330px;
}
}

@media(max-width: 526) {
.age-gate__additional-information p {
    font-size: 62px;
}
.age-gate__additional-information {
    max-width: 293.254px;
}
.age-gate__fields {
	 margin-top: 75px;
}	
button.age-gate__submit.age-gate__submit--no, button.age-gate__submit.age-gate__submit--yes {
	 height: 44px;
}		
.age-gate__buttons {
    margin-top: 32px;
}	
}

@media(max-width: 495px) { 
	.age-gate__additional-information p {
		    font-size: 41px;
	}
	.age-gate__additional-information {
		    max-width: 291.254px;
	}	
.age-gate__fields {
	margin-top: 81px;
}	
}

@media(max-width: 402px) {
.age-gate__additional-information {
     max-width: 248.254px;
}
.age-gate__additional-information p {
    font-size: 34px;
}	
.age-gate {
        min-height: 270px;
    }	
	    .age-gate__fields {
        margin-top: 56px;
    }
}


@media(max-width: 360px) {
.age-gate__additional-information {
     max-width: 213.254px;
}
.age-gate__additional-information p {
    font-size: 28px;
}	
	.age-gate__heading {
		    right: 20px;
    top: 21px;
	}	
    .age-gate__fields {
			margin-top: 45px;
}	
.age-gate__buttons {
    margin-top: 28px;
}	
}