:root {
    --text-color: #fff;
    --bg-color: #000;
    --color-primary: #ccff33;
    --color-secondary: #00bdff;
    --color-special: #f60407;

    --container-max-width: 1920px;
    --container-min-width: 300px;

    --screen-sm: 640px;
    --screen-md: 768px;
    --screen-lg: 1024px;
    --screen-xl: 1280px;

    --font-size-h1: clamp(24px, 5.26vw + 4px, 68px);
    --font-size-h2: clamp(24px, 3.57vw + 11px, 62px);
    --font-size-h3: clamp(24px, 0.75vw + 21px, 32px);
    --font-size-h4: clamp(20px, 1.13vw + 16px, 32px);

    --font-size-base: clamp(16px, 0.75vw + 13px, 24px);
    --global-primary-elements-margin: 2.5%;
}

#tfm-related-posts-wrap > div {
    justify-content: space-evenly;
}

@font-face {
    font-family: "changeling-neo";
    font-style: normal;
    font-weight: 300;
    src: url("./fonts/changelingneo-14aa8c136c7b0644416578fc8965c2d56d16edc7.woff2") format("woff2"),
    url("./fonts/changelingneo-87f926ae179b3942a2d643b62ec23f5190b930f3.woff") format("woff"),
    url("./fonts/changelingneo-28d0f803f37d02088bbf105c74a211802fcba6a6") format("opentype");
}

@font-face {
    font-family: "changeling-neo";
    font-style: normal;
    font-weight: 400;
    src: url("./fonts/changelingneo-ecf3b78b1e98bae6f93b64154070ba102503a9b2.woff2") format("woff2"),
    url("./fonts/changelingneo-aa2966c8b517d04913cc6990b535e9faa3d6ea84.woff") format("woff"),
    url("./fonts/changelingneo-b146c310dfe122732faad8b75509e74aeee14459") format("opentype");
}

@font-face {
    font-family: "changeling-neo";
    font-style: normal;
    font-weight: 700;
    src: url("./fonts/changelingneo-90a32d35a8bcc53aec8c96318df80e17613f8ef5.woff2") format("woff2"),
    url("./fonts/changelingneo-6f404e43854ed6c8dfda25c2dd0b21339aed8a85.woff") format("woff"),
    url("./fonts/changelingneo-c030d2814eb2d09b20e046ca5be92b5f4a46ad01") format("opentype");
}

@font-face {
    font-family: "barlowCondensed";
    font-style: normal;
    font-weight: 400;
    src: url("./fonts/BarlowCondensed-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "barlowCondensed";
    font-style: normal;
    font-weight: 300;
    src: url("./fonts/BarlowCondensed-Light.ttf") format("truetype");
}

@font-face {
    font-family: "barlowCondensed";
    font-style: normal;
    font-weight: 700;
    src: url("./fonts/BarlowCondensed-Bold.ttf") format("truetype");
}

/* Fonty */

.txt-bold {
    font-family: 'changeling-neo', sans-serif;
    font-style: normal;
    font-weight: 600;
}

.txt-semibold {
    font-family: 'changeling-neo', sans-serif;
    font-style: normal;
    font-weight: 500;
}

.txt-regular {
    font-family: 'changeling-neo', sans-serif;
    font-style: normal;
    font-weight: 400;
}

.txt-light {
    font-family: 'changeling-neo', sans-serif;
    font-style: normal;
    font-weight: 300;
}

.txt-barlow {
    font-family: 'barlowCondensed', sans-serif;
    font-style: normal;
    font-weight: 400;
}


.cover.has-post-media .entry-wrapper {
    z-index: 2;
}

body {
    padding-top: 2.5vh;
}

.container {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    padding: 0 20px;
    width: clamp(320px,100%,1700px);
    color:white;
}

/* Mobile Navigation */
.nav {
    display: none;
}

.nav ul {
    margin: 0;
    padding: 0;
}

.nav li {
    margin: 0;
}

.nav a:hover,
.nav a.active,
.mobile-content ul li a.active,
.mobile-content ul li a:hover {
    color: var(--color-primary);
}

.hamburger {
    position: absolute;
    width: 10%;
    height: 40%;
    right: 5%;
    top: 20%;
    background: none;
    border: none;
    z-index: 10;
}

.openMenu,
.closeMenu {
    position: absolute;
    top: 3%;
    right: 5%;
    width: 6%;
    height: auto;
    z-index: 10;
}

.closeMenu {
    width: 4%;
    display: none;
    z-index: 11;
}

.mobile-menu {
    position: absolute;
    height: 80%;
    width: 100%;
    top: 0;
    transition: all 0.3s;
    z-index: 10;
}

#menu {
    display: none;
}

.mobile-content {
    height: 80vh;
    position: relative;

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

    gap: 70px;
}

.mobile-content .menu-border {
    position: absolute;
    padding: 0 2px;
    width: 100%;
    height: 110%;
    top: -10%;
    z-index: -1;
}

.mobile-content .logo-menu {
    display: block;
    height: 16px;
}

.mobile-content ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2.5em;
    padding: 0;
    margin: 0;
}

.mobile-content ul li {
    margin: 0;
}

.mobile-content ul li a {
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: 'changeling-neo', sans-serif;
    display: block;
    text-transform: uppercase;
}

/* End Mobile Menu */

/* Locale switcher */
.switcher {
    display: none;
}

.logo-container {
    display: flex;
    flex-direction: column;

    gap: 30px;
}

.mobile-switcher {
    display: flex;
    justify-content: space-evenly;
}

.mobile-switcher__item {
    padding: 10px;
}

.language {
    font-size: 16px;
    color: #fff;
    transition: all .3s;
}

.menu-line {
    display: none;
}

@media (max-width: 600px) {
    .language {
        padding: 10px;
    }
}

.language:hover {
    color: #ccff34;
}

.flag.selected .language {
    color: #ccff34;
}

/* End locale switcher */

/* Footer Style */
.footer-line {
    margin-left: 7.5%;
    margin-bottom: 8%;
}

.footer {
    position: relative;
    padding: 50px 0;
    overflow-x: hidden;
}

.footer .link {
    text-decoration: none;
    font-size: 17px;
    color: var(--text-color);

    display: flex;
    align-items: center;
    gap: 17px;
}

.footer .footer-arrow {
    height: 17px;
}

.footer .link-arrow {
    transition: scale 0.3s, color 0.3s;
}

.footer .link-arrow:hover {
    color: var(--color-special);
    scale: 1.05;
}

.footer-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    gap: 80px;
}

.footer-logo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
}

.polityka-link {
    text-transform: uppercase;
    font-size: 14px;
}

.footer-contact,
.footer-address,
.footer-social,
.footer-brands {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
}

.footer-contact__title {
    font-size: 25px;
}

.brands__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.brands__container .adq-logo {
    margin-top: 10px;
    height: 30px;
}

.brands__container .seegame-logo {
    height: 36px;
}

.brands__container .seecoin-logo {
    height: 36px;
    margin-top: 10px;
}

.address {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.address-info__container {
    width: 60%;
}

.address-info {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.address-text {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: var(--text-color);
    cursor: pointer;
    font-style: initial;
    transition: color 0.3s;
}

.address-text--hover:hover {
    color: var(--color-special);
}

.address-icon-phone {
    height: 30px;
}

.address-icon-send {
    height: 34px;
}

.address-icon-pin {
    height: 34px;
    width: 34px;
}

.footer-address .address-info {
    margin-left: 50%;
}

.address-container p:first-child {
    margin-bottom: 10px;
}

.social-icon-container {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

footer {
    overflow: hidden;
}

.address-info__container .address-info {
    justify-content: center;
}

/* End Footer Style */

/* Media Query */

@media (max-width: 600px) {
    .wrap {
        padding-top: calc(var(--post-margin) * 1.5);
    }
}

.logo {
    display: block;
    height: 28px;
}

@media (min-width: 768px) {
    * {
        scroll-padding-top: 80px;
    }

    body {
        padding-top: 80px;
    }

    /* Nav */
    .openMenu,
    .closeMenu {
        display: none;
    }

    .nav {
        display: unset;
        top: 0;
        left: 0;
        width: 100%;
        position: fixed;
        z-index: 10;
        height: 80px;
        background-color: rgba(0, 0, 0, 1);
    }

    .nav ul {
        list-style: none;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .nav a {
        color: var(--text-color);
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
    }

    /* End Nav */
    /* footer */
    .footer {
        position: relative;
        padding: 50px 0;
    }

    .footer .container {
        padding: 0 20px;
    }

    .footer-line {
        margin-bottom: 5%;
    }

    .snake-footer {
        width: 100%;
        right: -15%;
    }

    .link {
        font-size: 16px;
        gap: 16px;
    }

    .footer-arrow {
        height: 16px;
    }

    .footer-container {
        grid-template-columns: 1fr 1fr 1fr;
        align-items: start;
        column-gap: 30px;
    }

    .footer-logo .logo {
        height: 32px;
        width: auto;
    }

    .footer-contact,
    .footer-address,
    .footer-social,
    .footer-logo,
    .footer-brands {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 45px;
    }

    .footer-logo {
        align-items: start;
    }

    .footer-brands {
        grid-column: 1 / -1;
    }

    .brands__container {
        width: 100%;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .brands__container a {
        transition: scale 0.3s;
    }

    .brands__container a:hover {
        scale: 1.1;
    }

    .footer-contact__title {
        font-size: 19px;
        text-transform: uppercase;
    }

    .address {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }

    .address-info__container {
        width: 100%;
    }

    .address-info {
        width: 100%;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .address-info__address .address-text {
        cursor: unset;
    }

    .address-text {
        font-size: 19px;
    }

    .footer-address .address-info {
        margin-left: 0;
    }

    .social-icon-container {
        display: flex;
        justify-content: space-evenly;
    }

    .social-icon-container a:hover {
        scale: 1.1;
    }

    /* End Footer */
    /* Locale switcher */
    .switcher {
        z-index: 10;
        position: absolute;
        right: 2%;
        top: 3.15%;

        display: flex;
        justify-content: center;
        align-content: center;
        gap: 10px;
    }
    /* End locale switcher */
}

@media (min-width: 1024px) {
    /* width */
    ::-webkit-scrollbar {
        width: 6px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: black;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #ccff33;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #9acd00;
    }

    /* Nav */
    .nav ul {
        gap: 50px;
    }

    .nav a {
        font-size: 16px;
    }

    /* End Nav */

    .header-home .logo {
        height: 32px;
    }

    .footer-container {
        grid-template-columns: 22% 20% 15% 30%;
        justify-content: space-between;
    }

    .footer-brands {
        grid-column: unset;
    }

    .footer-social a {
        width: 19%;
        display: flex;
        justify-content: center;
        max-width: 50px;
    }
}

@media (min-width: 1300px) and (min-height: 800px) {
    body {
        padding-top: unset;
    }

    .header-home .hero-snake {
        display: unset;
    }

    .container {
        padding: 0;
    }

    .section-possibility .snake-section {
        right: -1%;
        height: 20px;
    }

    .wrapper {
        padding: 0 120px;
    }

    .menu-line {
        display: unset;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }

    .nav {
        width: 65px;
        background-color: transparent;
        height: 80vh;
    }

    .nav ul {
        padding-top: 50%;
        flex-direction: column-reverse;
        gap: unset;
        justify-content: space-between;
        align-items: center;
    }

    .link-about {
        display: block;
        width: max-content;
    }

    .nav li {
        writing-mode: vertical-rl;
        rotate: -180deg;
        margin-right: 20px;
    }
}

@media (min-width: 1300px) {
    .for-card__content {
        width: 70%;
    }

    .for-card__title {
        font-size: 38px;
        margin-bottom: 24px;
    }

    .for-card .for-card__text {
        font-size: 23px;
    }

    .for-card .btn {
        font-size: 12px;
        padding: 20px 70px;
    }

    /* Footer */
    .footer .container {
        padding: 0 50px 0 120px;
    }

    .footer-brands {
        grid-column: unset;
    }

    .brands__container {
        justify-content: center;
    }

    .footer-container {
        grid-template-columns: 20% 20% 25% 25%;
        justify-content: space-between;
    }

    .address-info__container {
        width: 90%;
        margin: 0 auto;
    }

    .section p.message-text {
        font-size: 20px;
    }

    .section p.message-text-2 {
        font-size: 18px;
    }
}

@media (min-width: 1536px) and (min-height: 800px) {
    .nav {
        width: 4vw;
        height: 85vh;
    }

    .nav a {
        font-size: 18px;
    }

    .header-home__content .content .title {
        font-size: 58px;
    }

    .address {
        width: 80%;
    }

    .section p.message-text {
        font-size: 23px;
    }

    .section p.message-text-2 {
        font-size: 20px;
    }
}

@media (min-width: 1700px) {
    .nav a {
        font-size: 20px;
    }

    .header-home__content .content .title {
        font-size: 60px;
    }
}

/* Hero Snake */

.snake-container {
    overflow: hidden;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
}

.snake-path {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-55%);

    height: 75%;
}

#snake {
    stroke-dasharray: 100 3231;
    stroke-dashoffset: 100;
    stroke-width: 3;

    opacity: 1;
    transition: opacity 1s;
}

.snake-animation {
    animation-name: snake;
    animation-duration: 20000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 1000ms;
}

.food {
    opacity: 0;

    transition: opacity 0.3s;
}

.show {
    opacity: 1;
}

.hide {
    opacity: 0;
}

@keyframes snake {
    0% {
        stroke-dasharray: 100 3231;
        stroke-dashoffset: 100;
    }

    10.5% {
        stroke-dasharray: 120 3211;
        stroke-dashoffset: -311;
    }

    18.5% {
        stroke-dasharray: 140 3191;
        stroke-dashoffset: -577;
    }

    22% {
        stroke-dasharray: 160 3171;
        stroke-dashoffset: -697;
    }

    32% {
        stroke-dasharray: 180 3151;
        stroke-dashoffset: -1030;
    }

    47.25% {
        stroke-dasharray: 200 3131;
        stroke-dashoffset: -1539;
    }

    53.75% {
        stroke-dasharray: 220 3111;
        stroke-dashoffset: -1755;
    }

    65.75% {
        stroke-dasharray: 240 3091;
        stroke-dashoffset: -2155;
    }

    78.25% {
        stroke-dasharray: 260 3071;
        stroke-dashoffset: -2572;
    }

    100% {
        stroke-dasharray: 260 3231;
        stroke-dashoffset: -3231;
    }
}

/* New Query Media */
@media (min-width: 1300px) and (max-height: 700px) {
    :root {
        --hero-padding-top: 70px;

        --h1-fs: 50px;

        --blue-arrow-bottom: 5%;
    }

    .header-home__content {
        padding-top: var(--hero-padding-top);
        gap: 40px;
    }

    .header-home__content .content .title {
        font-size: var(--h1-fs);
    }

    .blue-arrow {
        bottom: var(--blue-arrow-bottom);
    }

    .snake-path {
        top: -5%;
        height: 92%;
    }
}

@media (min-width: 1300px) and (min-height: 700px) and (max-height: 900px) {
    :root {
        --h1-fs: 50px;

        --blue-arrow-bottom: 5%;
    }

    .header-home__content {
        gap: 40px;
    }

    .header-home__content .content .title {
        font-size: var(--h1-fs);
    }

    .blue-arrow {
        bottom: var(--blue-arrow-bottom);
    }

    .snake-path {
        height: 81%;
    }
}

@media (min-width: 1300px) and (min-height: 700px) and (max-height: 760px) {
    .snake-path {
        height: 85%;
    }
}