
/* Body text */
body,
p,
.elementor-widget-text-editor,
.elementor-widget-text-editor * {
    font-family: "Nunito", sans-serif;
}

@font-face {
    font-family: "MyGameFont";
    src: url("Fonts/Thgame-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Nunito";
    src: url("Fonts/Nunito-Light.ttf") format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: "Nunito";
    src: url("Fonts/Nunito-Regular.ttf") format("truetype");
    font-weight: 400;
}

.elementor-widget-text-editor,
.elementor-widget-text-editor * {
    font-family: "Nunito", sans-serif;
    font-weight: 200;
}

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    color: #2b2b2b;
}

.game-title {
    font-family: "MyGameFont", sans-serif !important;
    font-size: 62px !important;
    font-weight: normal !important;
    color: #2b2b2b !important;
    text-shadow: none !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
}

.game-subtitle {
    font-family: "MyGameFont", sans-serif !important;
    font-size: 36px !important;
    font-weight: normal !important;
    color: #2b2b2b !important;
    text-shadow: none !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
}
.elementor-element-b1691e2 .elementor-button {
    background: #b3b7ce !important;
    color: #ffffff !important;

    border: 0px solid #000000 !important;
    border-radius: 18px !important;

    font-family: "MyGameFont", sans-serif !important;
    font-size: 30px !important;
    font-weight: normal !important;

    text-shadow: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    box-shadow: none !important;

    padding: 14px 24px !important;

    transition: all .2s ease;
}

.elementor-element-b1691e2 .elementor-button:hover {
    background: #000000 !important;
    color: #ffffff !important;
}

body {
    background: white;
}

/* Navigation links */

/* Main navigation */
.main-header-menu > li > a,
.ast-header-navigation a {
    font-family: "Nunito", sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.main-header-menu .menu-link:hover,
.main-header-menu .current-menu-item .menu-link {
    color: #F7D54A !important;
}

.header-social-item {
    color: #b3b7ce !important;

    transition: color .2s ease;
}

.header-social-item:hover {
    color: #F7D54A !important;
}
.site-header {
    padding-top: 18px;
    padding-bottom: 18px;
}
.main-header-menu > li {
    margin: 0 18px;
}
.ast-builder-menu-1 .menu-item > .menu-link:after {
    display: none !important;
}
#yolky {
    padding-top: 40px;
    padding-bottom: 70px;
}

/* Description text */
.elementor-widget-text-editor,
.elementor-widget-text-editor p,
.elementor-widget-text-editor div {
    color: #2b2b2b;
}

/* Feature list */
.elementor-widget-text-editor li {
    color: #2b2b2b;
}

/* Section titles */
.elementor-heading-title {
    color: #2b2b2b;
}

.ast-header-social-wrap a,
.ast-header-social-wrap svg {
    color: #b3b7ce !important;
    fill: #b3b7ce !important;
}

.ast-header-social-wrap a:hover,
.ast-header-social-wrap a:hover svg {
    color: #f6d84c !important;
    fill: #f6d84c !important;
}

.site-footer,
.site-primary-footer-wrap,
.site-below-footer-wrap,
.ast-footer-copyright {
    background: #fff8e8 !important;
}

.menu-link {
    color: #8f95ad;
}

.current-menu-item .menu-link {
    color: #2b2b2b;
}

.menu-link:hover {
    color: #f6d84c;
}

/* Footer social icons */
.site-footer .ast-builder-social-element,
.site-footer .ast-builder-social-element svg {
    color: #8f95ad !important;
    fill: #8f95ad !important;
}

.site-footer .ast-builder-social-element:hover,
.site-footer .ast-builder-social-element:hover svg {
    color: #f6d84c !important;
    fill: #f6d84c !important;
}
.entry-title {
    font-family: "Nunito", sans-serif !important;
    font-size: 42px !important;
    font-weight: normal !important;
    color: #2b2b2b !important;

    text-transform: none !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;

    text-shadow: none !important;
    filter: none !important;

    text-align: center;
    margin-bottom: 20px;
}
/* =====================================
   Homepage
===================================== */


/* Background */


/* Hero section */


/* Game title */


/* Description */


/* Gallery */

.game-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 40px;
    max-width: 860px;      /* adjust between 850-1000px */
    margin: 60px auto;     /* center it */
    padding: 0 20px;
}

.game-gallery img {
    width: 100%;
    display: block;

    border-radius: 24px;

    background: white;
    padding: 10px;

    border: 1px solid rgba(0,0,0,.08);

    box-shadow:
        0 8px 22px rgba(0,0,0,.08),
        0 2px 6px rgba(0,0,0,.05);

    transition: transform .25s ease, box-shadow .25s ease;
}

.game-gallery img:hover {
    transform: translateY(-6px);
    box-shadow:
        0 18px 40px rgba(0,0,0,.12),
        0 8px 18px rgba(0,0,0,.08);
}

@media (max-width: 800px) {
    .game-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .game-gallery {
        grid-template-columns: 1fr;
    }
}
.game-gallery {
    max-width: 850px;
    margin: 60px auto;
    padding: 0 20px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.game-gallery img {
    width: 100%;
    display: block;

    border-radius: 22px;
    border: 1px solid #ececec;

    background: white;
    padding: 8px;

    box-shadow:
        0 10px 30px rgba(0,0,0,.08),
        0 2px 8px rgba(0,0,0,.04);

    transition: transform .2s ease, box-shadow .2s ease;
}

.game-gallery img:hover {
    transform: translateY(-4px);
    box-shadow:
        0 16px 40px rgba(0,0,0,.12),
        0 6px 16px rgba(0,0,0,.08);
}

/* Lightbox */

#lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.85);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;

    transition: .25s;
    z-index: 9999;
}

#lightbox.show {
    opacity: 1;
    visibility: visible;
}

#lightbox img {
    max-width: 90vw;
    max-height: 90vh;

    border-radius: 18px;

    box-shadow: 0 20px 60px rgba(0,0,0,.45);

    transform: scale(.95);
    transition: .25s;
}

#lightbox.show img {
    transform: scale(1);
}

.lightbox-trigger img {
    cursor: zoom-in;
}

/* Mobile hamburger button */
.menu-toggle,
.main-header-menu-toggle {
    background: #b3b7ce !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 16px !important;
    padding: 10px 12px !important;
    transition: all .2s ease;
    box-shadow: none !important;
}

/* Hover / tap */
.menu-toggle:hover,
.main-header-menu-toggle:hover,
.menu-toggle:focus,
.main-header-menu-toggle:focus {
    background: #f7d54a !important;
    color: #2b2b2b !important;
}

/* Open state */
.menu-toggle[aria-expanded="true"],
.main-header-menu-toggle[aria-expanded="true"] {
    background: #f7d54a !important;
    color: #2b2b2b !important;
}
/* Hamburger icon */
.menu-toggle .ast-mobile-svg,
.menu-toggle .ast-mobile-svg svg,
.menu-toggle .menu-toggle-icon,
.main-header-menu-toggle .menu-toggle-icon {
    fill: #ffffff !important;
    color: #ffffff !important;
}

/* Footer navigation links */
.site-footer a {
    color: #b3b7ce !important;
    transition: color .2s ease;
}

/* Hover */
.site-footer a:hover {
    color: #f7d54a !important;
}

/* Current page */
.site-footer .current-menu-item > a,
.site-footer .current_page_item > a {
    color: #f7d54a !important;
}
.site-footer svg,
.site-footer svg * {
    fill: #b3b7ce !important;
    stroke: #b3b7ce !important;
    transition: all .2s ease;
}

.site-footer a:hover svg,
.site-footer a:hover svg * {
    fill: #f7d54a !important;
    stroke: #f7d54a !important;
}
.custom-logo {
    transition: transform .2s ease;
}

.custom-logo:hover {
    opacity: .80;
}
.elementor-2363 .elementor-element.elementor-element-1d36020 img {
    border: none !important;
}
/* Portfolio post titles */
.portfolio-item h3,
.portfolio-item h3 a,
.elementor-widget-text-editor h3 {
    font-family: "Nunito", sans-serif !important;
    font-weight: 300 !important;
    color: #2b2b2b !important;
    text-align: center;
}
/* Footer copyright */
.ast-footer-copyright,
.ast-footer-copyright p {
    color: #b3b7ce !important;
    font-family: "Nunito", sans-serif !important;
    font-weight: 300 !important;
}

/* Reduce space below the description */
.elementor-widget-text-editor {
    margin-bottom: 0 !important;
}

.elementor-widget-text-editor .elementor-widget-container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.game-gallery {
    margin-top: 35px;
    margin-bottom: 60px;
}

.flower-bullet {
    width: 22px;
    height: 22px;

    margin-right: 10px;
    vertical-align: middle;
}
/* Responsive tweaks */