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


:root {
    --primary-color: #3893db;
    --secondary-color: #00c0d4;
    --tertiary-color: #37d98c;
    --text-color: #b9b9b9;
    --text-color-d: #ffffff;
}

* {
    box-sizing: border-box
}

*,*:focus,*:hover,*:active,*:before,*:after {
    outline: 0
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #424242;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

html {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

body {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: montserrat,sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #0a0a0a;
    color: #ffffff;
}

a {
    text-decoration: none!important;
    color: var(--text-color-d);
    border: 0;
    cursor: pointer;
    transition: 120ms ease 0s;
    user-select: none;
}

p,h1,h2,h3,h4,h5 {
    margin: 0
}

nav,header,.section-main,footer {
    min-width: 100%;
    position: relative;
    display: block
}

.navbar-in,.header-in,.section-in,.footer-in {
    width: 100%;
    padding-left: 40px;
    height: 100%;
    margin-left: auto;
    max-width: 1500px;
    position: relative;
    padding-right: 40px;
    margin-right: auto
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9 {
    display: grid;
    grid-gap: 45px;
}

.grid-1 {
    grid-template-columns: repeat(1, 1fr);
}

.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid-6 {
    grid-template-columns: repeat(6, 1fr);
}

.grid-7 {
    grid-template-columns: repeat(7, 1fr);
}

.grid-8 {
    grid-template-columns: repeat(8, 1fr);
}

p {
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: var(--text-color);
}

.section-main {
    padding: 120px 0;
}

.navbar-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav {
    height: 100px;
    position: absolute;
    z-index: 10;
}

.btn-primary, .btn-secondary {
    padding: 14px 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    background: linear-gradient( 90deg, var(--primary-color), var(--secondary-color), var(--tertiary-color));
    background-size: 140%;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-family: montserrat, sans-serif !important;
    cursor: pointer;
    transition: 120ms ease 0s;
    white-space: nowrap;
    justify-content: center;
}

.btn-primary i, .btn-secondary i {
    font-size: 14px;
}

.btn-primary:hover {
    background-position: 100%;
}

.btn-secondary {
    background: transparent;
    border: 2px solid #ffffff45;
    width: fit-content;
    transition: all 0.3s;
}

.btn-secondary:hover {
    transform: translateX(10px);
    background: var(--secondary-color);
    color: #ffffff;
}

.navbar-l, .navbar-r, .flex-row, .navbar-links {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.navbar-links {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    grid-gap: 4px;
}

.navbar-link {
    padding: 6px 20px;
    position: relative;
    border: 1px solid transparent;
    transition: 620ms ease 0s;
    overflow: hidden;
}

.navbar-link:hover {
    background: #102328;
    border: 1px solid #0b515c;
    border-radius: 10px;
    color: var(--secondary-color);
}

.icon-link, .social-link {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2d9bda;
    border-radius: 6px;
    background: #3199da2e;
}

.icon-link i {
    font-size: 22px;
}

.header-in {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 100px;
    align-items: center;
}

.header-container {
    max-width: 750px;
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    animation: fadeInUp 1s ease;
}

header {
    height: calc(100vh + 29px);
    width: 100vw;
    position: relative;
    padding-top: 100px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url(/assets/images/background.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.tag {
    background: rgba(0, 188, 212, 0.1);
    border: 1px solid rgba(0, 188, 212, 0.3);
    width: fit-content;
    padding: 7px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-color);
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background: #00BCD4;
    border-radius: 50%;
    animation: pulse 2s infinite;
    display: block;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0,188,212,0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0,188,212,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0,188,212,0);
    }
}

.header-container h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 72px;
}

.header-container h1 span {
    color: var(--secondary-color);
}

.stat-item {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.stat-icon {
    background: #102328;
    border: 1px solid #0b515c;
    width: 53px;
    height: 53px;
    min-width: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 20px;
    /* color: #00bcd4; */
}

.stat-info {
    display: flex;
    flex-direction: column;
}

.stat-info p, .featured-stat-label {
    line-height: normal;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #8d8d8d;
}

.stat-info h3, .stat-info .stat-info-title {
    font-size: 28px;
    font-weight: 800;
}

.header-media {
    border-radius: 10px;
    position: relative;
    background: #121214;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 600px;
    border: 1px solid #194044;
    animation: fadeInUp 1s ease 0.2s both;
}

.header-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.h-stats {
    margin-top: 60px;
}

.floating-badge {
    display: flex;
    align-items: center;
    width: fit-content;
    position: absolute;
    background: rgb(16 35 40 / 60%);
    border: 1px solid rgba(0, 188, 212, 0.3);
    padding: 15px 20px;
    border-radius: 10px;
    backdrop-filter: blur(6px);
    grid-gap: 10px;
    font-weight: 500;
    font-size: 16px;
    animation: float 5s ease-in-out infinite;
}

.floating-badge.l {
    bottom: 20%;
    left: -50px;
}

.floating-badge.r {
    top: 20%;
    right: -30px;
    animation-delay: 1s;
}

.floating-badge i {
    font-weight: normal;
    font-size: 17px;
    animation-delay: 2s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.title-set {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-set-l {
    max-width: 550px;
}

.title-set-l h2 {
    font-size: 46px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 900;
}

.features-holder {
    margin-top: 80px;
}

.feature-card {
    background: #111;
    padding: 40px;
    border-radius: 10px;
    transition: all 0.3s;
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
    backdrop-filter: blur(10px);
}

.feature-card:hover, .product-card:hover, .product-horizontal:hover {
    transform: translateY(-10px)!important;
    background: rgba(0, 188, 212, 0.03);
    border-color: rgba(0, 188, 212, 0.2);
}

.feature-number {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 4rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03);
    transition: all 0.3s;
}

.feature-card:hover .feature-number {
    color: rgba(0, 188, 212, 0.1);
}

.feature-icon {
    font-size: 36px;
    background: linear-gradient( 135deg, var(--primary-color), var(--tertiary-color));
    margin-bottom: 10px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-card .feature-title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 800;
}

.feature-description {
    font-size: 14px;
    line-height: 29px;
}

.second {
    border-top: 1px solid #121214;
    border-bottom: 1px solid #121214;
    padding-bottom: calc(120px + 29px);
}

/* particles background */
#background-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

/* particles background */
.first {
    clip-path: polygon(0 0, 30% 0, calc(30% + 96px) 28px, calc(70% - 96px) 28px, 70% 0, 100% 0, 100% 100%, 0 100%);
    background: #0a0a0a url(/assets/images/bg-line.svg);
    margin-top: -29px;
    background-position: center;
    background-size: 109px;
}

.products-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    margin-top: 80px;
    grid-gap: 45px;
}

.product-featured, .product-card, .product-horizontal {
    background: #111111;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 50px;
    border-radius: 10px;
    position: relative;
    transition: 250ms ease 0s;
}

.product-featured:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 188, 212, 0.3);
    box-shadow: 0 30px 60px -10px rgb(0 188 212 / 5%);
}

.featured-badge {
    background: linear-gradient( 240deg, var(--primary-color), var(--secondary-color));
    position: absolute;
    top: 50px;
    right: 50px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 8px 13px;
    border-radius: 40px;
}

.featured-icon, .product-icon-small {
    background: #091c1f;
    width: 79px;
    height: 79px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--secondary-color);
}

.product-featured h3 {
    font-size: 38px;
    font-weight: 900;
    margin-top: 30px;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.product-featured p {
    line-height: 34px;
}

.featured-stats {
    display: flex;
    align-items: center;
    grid-gap: 30px;
    margin: 35px 0 40px 0;
}

.featured-stat {
    display: flex;
    flex-direction: column;
    grid-gap: 6px;
}

.featured-stat-value {
    font-weight: 800;
    font-size: 26px;
    color: var(--secondary-color);
}

.products-stack {
    display: flex;
    flex-direction: column;
    grid-gap: 45px;
}

.product-card, .product-horizontal {
    padding: 40px;
    height: 100%;
    transition: 300ms ease;
}

.product-icon-small {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    font-size: 21px;
}

.product-status {
    background: #4caf506e;
    border: 1px solid #4CAF50;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 6px 14px;
    letter-spacing: 1px;
    border-radius: 100px;
    white-space: nowrap;
}

.product-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-image {
    margin-top: -40px;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 40px;
}

.product-image img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 270px;
    object-fit: cover;
}

.product-card h4 {
    font-size: 22px;
    margin: 15px 0 5px 0;
}

.product-card p {
    font-size: 15px;
    line-height: 26px;
}

.profile-block, .game-block, .block-loading {
    border-radius: 5px;
    display: flex;
    align-items: center;
    grid-gap: 20px;
    padding: 12px;
    background: #0e0e0e;
    border: 1px solid #1f2225;
    transition: 90ms ease 0s;
    position: relative;
}

.block-loading {
    height: 71px;
    overflow: hidden;
    position: relative;
}

.block-loading:before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: skewX(-45deg);
    animation: shine 1.1s infinite;
}

@keyframes shine {
    0% {
        left: -150%;
    }

    100% {
        left: 150%;
    }
}

.steamrep-block {
    grid-gap: 20px;
}

.steamrep-title {
    margin-bottom: 20px;
    margin-top: 60px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.profile-block-img {
    height: 45px;
    width: 45px;
    position: relative;
}

.profile-block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #2e3339;
}

.profile-block-r {
    display: flex;
    flex-direction: column;
}

.profile-block-r p, .profile-block-r span {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-block-r > span {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
}

.profile-block-r > p {
    line-height: inherit;
    margin-top: 5px;
    font-size: 12px;
    color: #8e9ca7;
    font-weight: 500;
}

.profile-block:hover, .info-card:hover, .game-block:hover {
    transform: translate3d(-5px, -5px, 0px);
    border: 1px solid #373a3f;
}

.products-row {
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 45px;
}

.product-horizontal {
    display: flex;
    align-items: center;
    grid-gap: 30px;
}

.product-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.product-content p {
    font-size: 14px;
    line-height: 27px;
}

.product-horizontal .product-icon-small {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
}

.product-card a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.product-status[type="beta"] {
    background: #ffeb3b73;
    border-color: #FFEB3B;
}

.product-status[type="soon"] {
    background: #f4433669;
    border-color: #F44336;
}

.cta {
    padding: 120px 0px;
    background: linear-gradient( 120deg, rgba(0, 0, 0, 0.8), rgba(0, 188, 212, 0.2)), url(/assets/images/background.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 30% 0, calc(30% + 96px) 28px, calc(70% - 96px) 28px, 70% 0, 100% 0, 100% 100%, 0 100%);
    margin-top: -29px;
}

.cta-content {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cta-content h2 {
    text-transform: uppercase;
    font-size: 62px;
    font-weight: 900;
    background: linear-gradient( 167deg, #fff, #00BCD4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-content p {
    margin: 15px 0 20px 0;
}

.cta-content .flex-row a:hover {
    transform: scale(1.05);
}

.cta-content .flex-row .btn-secondary:hover {
    background: transparent;
    border-color: var(--secondary-color);
}

.cta-content .flex-row a {
    padding: 20px 30px;
    font-size: 16px;
}

.cta-content .flex-row a i {
    font-size: 19px;
}

footer {
    clip-path: polygon(0 28px, 30% 28px, calc(30% + 96px) 0, calc(70% - 96px) 0, 70% 28px, 100% 28px, 100% 100%, 0 100%);
    margin-top: -29px;
    padding-top: 29px;
    background: #0a0a0a url(/assets/images/bg-line.svg);
    background-position: center;
    background-size: 100px;
}

.footer-top {
    padding: 80px 0;
}

.footer-top, .footer-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-bottom {
    padding: 20px 40px;
    border-top: 2px solid #0f0f11;
    margin-left: -40px;
    margin-right: -40px;
}

.footer-brand {
    max-width: 449px;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}

.site-logo {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.site-logo span {
    font-weight: 900;
    font-size: 28px;
    text-transform: uppercase;
}

footer .site-logo img {
    height: 43px;
}

.footer-socials {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.social-link {
    border-color: transparent;
    background: #091c1f;
    color: var(--secondary-color);
    transition: 250ms ease 0s;
}

.footer-links {
    display: flex;
    grid-gap: 10px;
    flex-wrap: wrap;
    max-width: 420px;
}

.footer-links .footer-link-title {
    color: var(--secondary-color);
    font-size: 17px;
    width: 100%;
    margin-bottom: 10px;
}

.footer-link {
    font-size: 14px;
    padding: 10px 20px;
    background: #111111;
    border: 1px solid #1d1d1d;
    border-radius: 6px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    grid-gap: 11px;
    font-weight: 500;
}

.footer-link:hover {
    background: rgba(0, 188, 212, 0.03);
    border-color: rgba(0, 188, 212, 0.2);
}

.footer-bottom p {
    font-size: 14px;
    text-transform: uppercase;
}

.footer-bottom .navbar-link {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.burger-icon {
    display: none;
    flex-direction: column;
    grid-gap: 12px;
    width: 40px;
    justify-content: center;
    align-items: flex-end;
}

.burger-icon span {
    width: 100%;
    height: 2px;
    background: #ffffff;
    border-radius: 10px;
    transition: 150ms ease;
}

.social-link:hover {
    border-color: #218ecd;
    transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
    .burger-icon {
        display: flex;
    }

    .navbar-r {
        visibility: hidden;
        opacity: 0;
        transition: opacity 200ms ease 0s, transform 200ms ease 0s;
        background: #65656517;
        width: calc(100vw - 60px);
        left: 30px;
        position: fixed;
        top: 110px;
        backdrop-filter: blur(15px);
        border: 1px solid #ffffff42;
        padding: 20px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        grid-gap: 20px;
        pointer-events: none;
    }

    .header-in {
        grid-template-columns: 1fr;
        grid-gap: 60px;
    }

    header {
        height: auto;
        background-attachment: local;
    }

    .header-container h1 {
        font-size: 25px;
    }

    .navbar-in, .header-in, .section-in, .footer-in {
        padding-left: 30px;
        padding-right: 30px;
    }

    .flex-row {
        flex-direction: column;
        width: 100%;
    }

    .btn-primary, .btn-secondary {
        width: 100%;
    }

    .flex-row.h-stats {
        flex-direction: row;
        margin-top: 30px;
    }

    .stat-item .stat-icon {
        width: auto;
        height: auto;
        min-width: auto;
        border: none;
        color: var(--secondary-color);
    }

    .stat-item {
        grid-gap: 21px;
    }

    .header-in {
        padding-bottom: 90px;
    }

    .floating-badge.l {
        left: -20px;
        bottom: 10%;
    }

    .floating-badge.r {
        right: -20px;
        top: 10%;
    }

    .floating-badge {
        padding: 12px;
        font-size: 14px;
    }

    .floating-badge i {
        font-size: 14px;
    }

    .cta, .first {
        clip-path: polygon(0 0, 15% 0,calc(0% + 96px) 28px,calc(100% - 96px) 28px,85% 0, 100% 0, 100% 100%, 0 100%);
    }

    .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .products-grid, .products-row {
        grid-template-columns: repeat(1, 1fr);
    }

    .burger-icon.active span:nth-child(1) {
        width: 20%;
    }

    .burger-icon.active span:nth-child(2) {
        width: 60%;
    }

    .burger-icon.active span:nth-child(3) {
        width: 20%;
    }

    .feature-number {
        font-size: 3rem;
    }

    .title-set-l h2 {
        font-size: 28px;
    }

    .featured-stats {
        flex-wrap: wrap;
    }

    .featured-icon, .product-icon-small {
        width: 49px;
        height: 49px;
        font-size: 20px;
    }

    .product-featured h3 {
        font-size: 23px;
    }

    .product-featured, .product-card, .product-horizontal {
        padding: 30px;
    }

    p {
        font-size: 14px;
    }

    .featured-badge {
        top: 35px;
        right: 30px;
    }

    .product-image {
        margin-top: -30px;
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: 30px;
    }

    .product-image img {
        height: 180px;
    }

    .product-horizontal {
        flex-direction: column;
        align-items: flex-start;
    }

    .cta-content {
        width: 100%;
    }

    .cta-content .flex-row {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .cta-content h2 {
        font-size: 52px;
    }

    footer {
        clip-path: polygon(0 28px, 15% 28px, calc(0% + 96px) 0, calc(100% - 96px) 0, 85% 28px, 100% 28px, 100% 100%, 0 100%);
    }

    .footer-top, .footer-bottom {
        flex-direction: column;
        grid-gap: 20px;
    }

    .site-logo span {
        font-size: 19px;
    }

    .footer-bottom p {
        text-align: center;
    }

    footer .flex-row {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .footer-bottom {
        margin: 0;
        padding: 20px 0;
    }

    .sidebar-open .navbar-r {
        opacity: 1;
        visibility: visible;
        grid-gap: 10px;
        pointer-events: all;
        transform: translateY(-10px);
    }

    .navbar-r .navbar-links {
        flex-direction: column;
        grid-gap: 10px;
        width: 100%;
    }

    .navbar-r .icon-link {
        display: none;
    }

    .navbar-r .navbar-link {
        padding: 14px 25px;
        border-radius: 10px;
        width: 100%;
        background: #ffffff29;
        border: 1px solid #a1a1a1;
        text-align: center;
    }
}
