@font-face {
    font-family: LakehurstGothic-Medium;
    src: url("fonts/LakehurstGothic-Medium.c1c3da61.ttf") format("truetype")
}

* {
    color: var(--text-color);
    font-family: Poppins,sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none
}

:root {
    --text-color: #fff;
    --primary-color: #0080ff;
    --background-main-color: #171b34;
    --background-secondary-color: #262c51;
    --grey-color: #595959
}

body {
    background-color: var(--background-main-color);
    transition: .3s ease-in-out
}

a,h1,h2,h3,h4,h5,h6,hr,p,span {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none
}

h1 {
    font-family: LakehurstGothic-Medium,sans-serif;
    font-weight: 900
}

h1,h2 {
    font-size: 2rem
}

h2 {
    font-family: Monserat,sans-serif;
    font-weight: 800
}

h3 {
    font-size: 2rem;
    font-weight: 600
}

h4 {
    font-size: 1.5rem;
    font-weight: 500
}

h5,h6 {
    font-size: 1.5rem
}

h5,h6,p {
    font-weight: 400
}

p {
    font-size: 1.2rem
}

a {
    color: var(--text-color);
    font-size: .8rem;
    text-decoration: none
}

span {
    font-size: 1.1rem;
    font-weight: 300
}

hr {
    background-color: var(--grey-color);
    height: 2px!important;
    margin: 0 auto;
    padding: 0;
    width: 80%
}

.text-shadow-white {
    text-shadow: 0 0 5px #fff
}

.text-primary {
    color: var(--primary-color)
}

.text-shadow-primary {
    text-shadow: 0 0 5px var(--primary-color)
}

.mb-0 {
    margin-bottom: 0!important
}

.w-20 {
    width: 20%
}

.w-30 {
    width: 30%
}

.w-40 {
    width: 40%
}

.w-50 {
    width: 50%
}

.w-60 {
    width: 60%
}

.w-70 {
    width: 70%
}

.w-80 {
    width: 80%
}

.w-90 {
    width: 90%
}

.flex {
    display: flex
}

.mr-2 {
    margin-right: 10px
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.ml-2 {
    margin-left: 15px
}

.pt-120 {
    padding-top: 120px
}

.mt-120 {
    margin-top: 140px
}

.cc-link {
    font-weight: 500;
    text-decoration: none!important
}

.text-left {
    text-align: left
}

.vertical-hr {
    border-left: 1px solid var(--grey-color);
    height: 50px!important;
    width: 2px
}

.gradient {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(250deg,#023ded,#24aafa);
    -webkit-background-clip: text
}

.filter-gradient {
    background: -webkit-linear-gradient(250deg,#023ded,#28aefd);
    border-radius: 15px;
    padding: 5px;
    top: -50px;
    height: 100px;
    left: 40px;
    position: relative;
}
.filter-gradient-2 {
    background: -webkit-linear-gradient(250deg,#023ded,#28aefd);
    border-radius: 15px;
    padding: 5px;
    top: -50px;
    height: 150px;
    left: 40px;
    position: relative;
}

.text-secondary {
    color: #0e89f8!important
}

.container-wrapper {
    max-width: 1260px
}

@media (max-width: 600px) {
    .btn {
        padding:20px 1rem!important
    }
}

.hidden-mobile {
    //display: block!important
}

.hidden-desktop {
    display: none!important
}

* {
    scrollbar-color: var(--primary-color) var(--background-primary-color);
    scrollbar-width: none
}

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

::-webkit-scrollbar-track {
    background: var(--background-primary-color)
}

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

.cc-message {
    color: #fff!important;
    font-weight: 500
}

.cc-window {
    border-top: 2px solid var(--primary-color)
}

.cc-bottom {
    bottom: 0!important
}

@media (max-width: 980px) {
    h1,h1 span {
        font-size:1.5rem!important
    }

    h2 {
        font-size: 1.4rem!important
    }

    h3 {
        font-size: 1.3rem!important
    }

    h4 {
        font-size: 1.2rem!important
    }

    p {
        font-size: 1rem!important
    }

    .footer-left {
        margin-bottom: 15px
    }

    .hidden-mobile {
        display: none!important
    }

    .hidden-desktop {
        display: block!important
    }

    .pt-120 {
        padding-top: 80px!important
    }

    .mt-120 {
        margin-top: 120px!important
    }

    header .container #navigation,header .container .header-action {
        display: none
    }

    .has-submenu {
        float: inherit;
        padding: 25px 0!important;
        text-align: center
    }

    #navigation ul,header .container {
        flex-direction: column!important;
        .has-submenu {
            width: 100%!important
        }
    }

    .submenu {
        position: inherit!important;
        width: 100%!important
    }

    .nav-title {
        text-align: center;
        &:before {
            display: none!important
        }
    }

    .navigation-menu {
        padding-left: 0!important
    }

    .submenu-item {
        flex-direction: column!important;
        gap: 30px;
        .submenu-content {
            justify-content: center!important
        }
    }

    .submenu-game {
        flex-direction: row!important
    }

    .submenu-game .submenu-list .submenu-content {
        gap: 10px;
        justify-content: inherit!important
    }

    .submenu-game .submenu-list .submenu-content .submenu-text {
        text-align: left
    }

    .submenu-item hr {
        display: none!important
    }

    .navigation-bar {
        align-items: center;
        display: flex;
        justify-content: space-between;
        width: 100%
    }

    .windows-cpu-container {
        width: 100%!important;
        .windows-cpu-switch {
            flex-direction: column!important;
            .windows-cpu-switch-item {
                width: 100%!important
            }
        }
    }

    .duration-offer-container {
        width: 100%!important;
        .duration-offer-switch {
            flex-direction: column!important;
            .duration-offer-switch-item {
                width: 100%!important
            }
        }
    }
}

.btn {
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    overflow: hidden;
    padding: .8rem 1.5rem;
    position: relative;
    transition: .1s;
    z-index: 1;
    &:hover {
        transform: translateY(-2px)
    }
}

.btn-primary,.btn-xeon {
    background: -webkit-linear-gradient(250deg,#023ded,#0e89f8)
}

.btn-ryzen,.btn-xeon {
    color: #fff!important
}

.btn-ryzen {
    background: -webkit-linear-gradient(250deg,#ff5900,red)
}

.btn-switch-xeon {
    background: -webkit-linear-gradient(250deg,#023ded,#0e89f8);
    color: #fff!important
}

.btn-switch-ryzen {
    background: -webkit-linear-gradient(250deg,#ff5900,red);
    color: #fff!important
}

.btn-game-price {
    background: -webkit-linear-gradient(250deg,#023ded,#23abfa);
    padding: .4rem 1rem
}

.btn-game-price,.btn-game-price i {
    color: #fff!important
}

.cc-compliance {
    background: -webkit-linear-gradient(250deg,#023ded,#0e89f8);
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    overflow: hidden;
    padding: .3rem 1rem;
    position: relative;
    transition: .1s;
    z-index: 1;
    &:hover {
        transform: translateY(-2px)
    }
}

.cc-btn {
    background: transparent!important;
    padding: 0!important
}

.loader-container {
    background-color: var(--background-main-color);
    display: table;
    height: 100vh;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    user-select: none;
    width: 100vw;
    z-index: 9999
}

.loader-container .loader {
    animation: pulse .7s ease-in-out infinite;
    display: table-cell;
    font-weight: 700;
    text-align: center;
    vertical-align: middle
}

.pulse {
    animation: pulse 1s ease-in-out infinite
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

.no-js {
    display: none!important
}

header {
    align-items: center;
    background-color: var(--background-main-color);
    border-bottom: 1px solid var(--grey-color);
    display: flex;
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    .container {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        .header-logo {
            align-items: center;
            display: flex;
            justify-content: flex-start;
            img {
                height: 60px;
            }
        }

        #navigation {
            position: relative;
            width: 100%;
            .navigation-menu {
                align-items: center;
                display: flex;
                flex-direction: row;
                justify-content: space-around;
                margin: 0;
                .has-submenu {
                    display: block;
                    float: left;
                    margin: 0 25px;
                    padding: 40px 0;
                    .submenu {
                        background-color: var(--background-secondary-color);
                        border-radius: 10px;
                        display: none;
                        left: 5%;
                        list-style: none;
                        margin-top: 10px;
                        padding: 0;
                        position: absolute;
                        top: 60%;
                        width: 90%;
                        z-index: 1000;
                        .submenu-item {
                            align-items: center;
                            display: flex;
                            justify-content: space-between;
                            padding: 15px;
                            width: 100%;
                            .submenu-list {
                                width: 100%;
                                .submenu-content {
                                    align-items: center;
                                    display: flex;
                                    flex-direction: row;
                                    .submenu-icon {
                                        align-items: center;
                                        display: flex;
                                        justify-content: center;
                                        width: 20%
                                    }

                                    .submenu-text {
                                        display: flex;
                                        flex-direction: column
                                    }
                                }
                            }
                        }
                    }

                    &:hover {
                        cursor: pointer
                    }
                }
            }
        }

        .header-action {
            align-items: center;
            display: flex;
            flex-direction: row;
            gap: 10px;
            .box-action {
                align-items: center;
                background: -webkit-linear-gradient(187deg,#0030be,#5dc2ff);
                border-radius: 20px;
                display: flex;
                gap: 20px;
                padding: 10px 20px;
                white-space: nowrap;
                .box-item {
                gap: 5px;
                    .box-action-text {
                align-items: center;
                display: flex;
                flex-direction: column;
                font-size: 10px;
                gap: 5px}
                }
            }
        }
    }
}

.has-submenu:hover .nav-title:before {
    border: 5px solid var(--primary-color);
    border-color: transparent transparent var(--primary-color) var(--primary-color);
    bottom: -19px;
    -webkit-box-shadow: -2px 2px 2px -1px rgba(0,0,0,.15);
    box-shadow: -2px 2px 2px -1px rgba(0,0,0,.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    left: 55px;
    position: absolute;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.submenu-item hr {
    border-left: 2px solid var(--grey-color);
    height: 40px!important;
    margin: 0 15px;
    width: 2px
}

.submenu-text p {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    transition: .2s ease-in-out
}

.has-submenu p i,.submenu-text:hover p {
    color: var(--primary-color)
}

.submenu-text span {
    color: var(--text-color);
    font-size: 12px;
    font-weight: 400;
    margin: 0
}

.has-submenu p {
    position: relative
}

.has-submenu a,.has-submenu p {
    font-size: 14px;
    font-weight: 600
}

.checkbox {
    height: 26px;
    opacity: 0;
    position: absolute;
    width: 50px;
    z-index: 1000;
    &:hover {
        cursor: pointer
    }
}

.label {
    align-items: center;
    background-color: #141414;
    border-radius: 50px;
    display: flex;
    height: 26px;
    justify-content: space-between;
    padding: 5px;
    position: relative;
    width: 50px
}

.ball {
    background-color: #fff;
    border-radius: 50%;
    height: 22px;
    left: 2px;
    position: absolute;
    top: 2px;
    transition: transform .2s linear;
    width: 22px
}

.checkbox:checked+.label .ball {
    transform: translatex(24px)
}

.fa-moon {
    color: #f1c40f
}

.fa-sun {
    color: #f39c12
}

.menu-nav .lines {
    display: block;
    height: 18px;
    margin: 32px 20px 24px;
    position: relative;
    width: 25px
}

.menu-nav span {
    background-color: var(--text-color);
    display: block;
    height: 2px;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    width: 100%
}

.menu-nav span:last-child {
    margin-bottom: 0
}

.menu-nav.open span {
    position: absolute
}

.menu-nav.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-nav.open span:nth-child(2) {
    visibility: hidden
}

.menu-nav.open span:last-child {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100%
}

footer {
    background-color: var(--background-secondary-color);
    padding: 30px 0 0
}

footer ul {
    padding-left: 0
}

footer ul li a {
    font-size: 1rem;
    font-weight: 400;
    transition: .2s ease
}

footer ul li a:hover {
    margin-left: 3px
}

footer h3 {
    font-size: 1.2rem;
    font-weight: 600
}

footer a {
    text-decoration: none
}

footer .footer-left p {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 400;
    justify-content: center;
    margin-bottom: 0
}

footer .all-right {
    background-color: var(--background-main-color);
    width: 100%
}

footer .all-right p {
    font-size: 1rem;
    font-weight: 400;
    text-align: center
}

@media (max-width: 1280px) {
    footer div {
        width:100%!important
    }
}

#hero {
    height: 90vh;
    margin: 10vh auto 0
}

#hero span {
    font-family: LakehurstGothic-Medium,sans-serif;
    font-size: 2rem;
    font-weight: 900
}

#hero p {
    color: var(--grey-color);
    font-size: 1.2rem;
    font-weight: 400
}

.hero-content {
    position: relative
}

.blob-hero {
    right: 50%;
    transform: translate(50%,-50%);
    width: 100%;
    z-index: -1
}

.blob-hero,.spaceship-hero {
    overflow: hidden;
    position: absolute;
    top: 50%
}

.spaceship-hero {
    animation: pulse 2s infinite;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    z-index: 1
}

.floating {
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-timing-function: ease-in-out
}

@keyframes floating {
    0% {
        transform: translateY(-50%) translateX(-50%)
    }

    50% {
        transform: translateY(-47%) translateX(-50%)
    }

    to {
        transform: translateY(-50%) translateX(-50%)
    }
}

#fonction {
    background-color: var(--background-secondary-color);
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px;
    .fonction-item {
        align-items: center;
        display: flex;
        flex-direction: row;
        gap: 25px;
        justify-content: flex-start;
        width: 30%;
        .fonction-text {
            display: flex;
            flex-direction: column;
            gap: 5px;
            justify-content: center;
            h3 {
                font-size: 1rem
            }
        }
    }
}

@media (max-width: 990px) {
    #fonction {
        flex-direction:column;
        gap: 20px;
        .fonction-item {
            flex-direction: column;
            text-align: center;
            width: 100%
        }
    }
}

#main-hero {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
    position: relative;
    .main-hero-overlay {
        background-color: rgba(23,27,52,.75);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

#main-hero h1,#main-hero p {
    color: #fff!important
}

#best-sellers {
    align-items: center;
    background-image: url("images/minecraft_banner.9b916d1e.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 100vh;
    margin-top: 50px;
    .best-sellers-item {
        align-items: center;
        background-color: var(--background-secondary-color);
        border: 2px solid var(--primary-color);
        border-radius: 15px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 25px;
        padding: 25px;
        transition: all .3s ease-in-out;
        .best-sellers-title {
            align-items: center;
            display: flex;
            flex-direction: row;
            gap: 10px;
            justify-content: center
        }

        &:hover {
            transform: scale(1.05)
        }
    }
}

@media (max-width: 1000px) {
    .best-sellers-title {
        flex-direction:column!important;
        gap: 15px!important
    }
}

#trust-us {
    margin-bottom: 50px;
    .trust-us-item {
        background-color: var(--background-secondary-color);
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        height: 100%;
        justify-content: flex-start;
        padding: 30px;
        .trust-us-item-title {
            align-items: center;
            display: flex;
            flex-direction: row;
            gap: 10px;
            justify-content: flex-start
        }

        .trust-us-item-content {
            width: 100%
        }
    }
}

#trust-us h3 {
    font-family: LakehurstGothic-Medium,sans-serif;
    font-size: 1.8rem;
    text-align: center
}

#trust-us h4 {
    font-size: 1.5rem;
    font-weight: 600
}

#trust-us p {
    color: var(--grey-color);
    font-size: 1rem;
    font-weight: 400
}

#vps-home {
    background-color: var(--background-secondary-color);
    padding: 50px 0;
    .vps-box {
        display: flex;
        flex-direction: column;
        gap: 0;
        .vps-specs-container {
            align-items: center;
            background-color: var(--background-main-color);
            border-radius: 0 0 10px 10px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            padding: 50px;
            .vps-specs-item {
                display: flex;
                flex-direction: column;
                gap: 25px;
                justify-content: space-around;
                width: 32%;
                .vps-specs-subitem {
                    display: flex;
                    flex-direction: column;
                    gap: 5px
                }

                &:first-child {
                    align-items: center!important;
                    border-right: 2px solid var(--grey-color);
                    gap: 5px;
                    width: 20%
                }
            }
        }
    }
}

#best-sellers h3,#vps-home h3 {
    font-family: LakehurstGothic-Medium,sans-serif;
    text-align: center
}

.vps-specs-container h6 {
    font-size: 1.2rem;
    font-weight: 600
}

.vps-specs-container p {
    font-size: .9rem
}

#vps-home h4 {
    text-align: center
}

.vps-specs-item h5 {
    color: var(--text-color)
}

.vps-specs-item #VPSprice,.vps-specs-item h5 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px
}

.slider {
    margin: 0 auto;
    transition: .4s ease-in-out;
    width: 85%
}

.slider-group {
    background-color: #103dbe;
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
    padding: 50px
}

.slider-range {
    margin-top: 36px
}

.slider-trigger {
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 0 auto;
    padding-top: 10px;
    position: relative
}

.slider-trigger h5 {
    color: #90a5ff;
    font-size: 1.05882rem;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    transition: .4s
}

.slider-trigger .current {
    color: #fff!important
}

.slider-bar-3 {
    width: 66.66667%
}

.slider-trigger-3 {
    width: 33.33333%
}

.slider-bar-4 {
    width: 75%
}

.slider-trigger-4 {
    width: 25%
}

.slider-bar-5 {
    width: 83.33333%
}

.slider-trigger-5 {
    width: 16.66667%
}

.slider-bar-9 {
    width: 88.88889%
}

.slider-trigger-9 {
    width: 11.11111%
}

.slider-content-group {
    background-color: #00006a;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 50px
}

.btn-outline-secondary:hover:before,.btn-primary:hover:before,.join-with-us-content .btn:hover:before,.preloader-cancel-btn .btn-secondary:hover:before,.slider-container .btn,.xs-bg-secondary,.xs-feature-group .btn-secondary:hover:before,input.btn-primary:hover {
    background-color: #103dbe
}

input[type=range] {
    -webkit-appearance: none;
    background: hsla(0,0%,100%,.181);
    border-radius: 3px;
    cursor: pointer;
    height: .6vw;
    margin: auto;
    width: 85%
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: var(--text-color);
    border-radius: 50%;
    height: 30px;
    width: 30px
}

#game-service {
    .game-service-item {
        align-items: center;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        height: 186px;
        justify-content: center;
        overflow: hidden;
        position: relative;
        transition: .2s ease-in-out;
        .game-service-background {
            width: 100%
        }

        .game-service-background,.game-service-overlay {
            bottom: 0;
            left: 0;
            position: absolute;
            right: 0;
            top: 0
        }

        .game-service-overlay {
            background-color: #1c1e26;
            opacity: .8;
            transition: opacity .3s
        }

        .game-hover-arrow {
            fill: #fff;
            opacity: 0;
            position: absolute;
            right: 21px;
            top: 21px;
            transition: opacity .3s;
            width: 24px
        }

        .game-service-content {
            align-items: center;
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            z-index: 100;
            .icon {
                display: block;
                filter: brightness(100);
                height: auto;
                max-width: 46px;
                width: 100%
            }

            .game-service-text {
                align-items: center;
                display: flex;
                flex-direction: column;
                gap: 10px;
                justify-content: center
            }
        }

        &:hover {
            box-shadow: 0 0 12px 2px rgba(0,0,0,.25)
        }
    }
}

.game-service-item:hover {
    cursor: pointer;
    transform: translateY(-5px);
    .game-hover-arrow {
        opacity: 1!important
    }

    .game-service-overlay {
        opacity: .5!important
    }
}

.game-service-content p {
    color: #fff!important;
    font-size: 22px!important;
    font-weight: 700!important;
    margin-top: 10px;
    position: relative
}

.game-service-content span {
    color: #e3e3e3!important;
    font-size: 14px!important;
    font-weight: 400;
    position: relative
}

#game-service h3 {
    font-family: LakehurstGothic-Medium,sans-serif;
    font-size: 1.8rem;
    text-align: center
}

#game-service h4 {
    font-size: 1.5rem;
    font-weight: 600
}

#game-service p {
    color: var(--grey-color);
    font-size: 1rem;
    font-weight: 400
}

#bienvenuzone {
    border-bottom: 2px solid var(--primary-color);
    padding: 50px 10%
}

@media (max-width: 1200px) {
    #bienvenuzone {
        padding:50px 20px!important
    }

    .bienvenu-text {
        margin-bottom: 2rem;
        text-align: center
    }
}

#discordzone {
    background-color: var(--background-secondary-color);
    padding: 50px 10%;
    .discord-text {
        display: flex;
        flex-direction: column;
        gap: 10px
    }
}

@media (max-width: 1200px) {
    #discordzone {
        padding:50px 20px!important
    }

    .discord-text {
        margin-bottom: 2rem;
        text-align: center
    }
}

#soon-container {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    .soon-overlay {
        background-color: rgba(23,27,52,.5);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .soon-content {
        align-items: center;
        color: #fff;
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        left: 50%;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translate(-50%,-50%)
    }
}

#main-edu {
    background-color: var(--background-secondary-color);
    border-bottom: 1px solid var(--grey-color);
    justify-content: center;
    padding: 0;
    text-align: center
}

#span-edu {
    border-bottom: 3px solid var(--primary-color);
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 2px
}

.row-edu {
    margin-bottom: 80px;
    .col-edu {
        .edustep-card {
            background-color: var(--background-main-color);
            display: flex;
            flex-direction: column;
            gap: 20px;
            height: 100%;
            justify-content: center;
            margin-bottom: 50px;
            margin-top: 50px;
            padding: 20px 10px
        }
    }
}

.edu-h3 {
    margin-top: 50px
}

#span-edu-h5,.edu-h5 {
    font-size: 1rem!important
}

#span-edu-h5 {
    border-bottom: 3px solid var(--primary-color);
    font-weight: 400
}

.edustep-card a {
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 400
}

#conditions {
    background: var(--background-secondary-color);
    border-radius: 15px
}

#conditions h2 {
    font-family: LakehurstGothic-Medium,sans-serif;
    font-size: 2.2rem;
    font-weight: 800
}

#conditions a {
    color: var(--primary-color);
    font-size: 1.2rem
}

@media (max-width: 980px) {
    #conditions {
        width:90%
    }
}

#last-order {
    bottom: 25px;
    display: none;
    height: 100px;
    left: 25px;
    min-width: 300px;
    position: fixed;
    z-index: 10000;
    .last-order-content {
        align-items: center;
        background-color: var(--background-secondary-color);
        border-radius: 15px;
        box-shadow: 0 0 12px 2px rgba(0,0,0,.25);
        color: var(--text-color)!important;
        display: flex;
        flex-direction: row;
        gap: 15px;
        justify-content: space-between;
        padding: 15px;
        .last-order-image {
            align-items: center;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 20%
        }

        .last-order-text {
            .last-order-customer {
                font-size: 14px
            }

            .last-order-item {
                font-size: 16px;
                font-weight: 600
            }

            .last-order-time {
                font-size: 12px
            }
        }
    }
}

.last-order-content p {
    margin: 0
}

#game-hero {
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 600px;
    justify-content: center
}

#game-hero h2 {
    color: #fff
}

#game-hero h2,#game-hero span {
    font-family: LakehurstGothic-Medium,sans-serif;
    font-size: 2.2rem;
    font-weight: 800
}

#game-hero p {
    color: #fff;
    font-size: .9rem;
    font-weight: 400
}

.logo-game-hero img {
    max-height: 150px
}

.floating-game {
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-name: floating-game;
    animation-timing-function: ease-in-out
}

@keyframes floating-game {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(10px)
    }

    to {
        transform: translateY(0)
    }
}

#container-service {
    .game-service-item {
        background: var(--background-secondary-color);
        border: 2px solid rgba(0,0,0,.15);
        border-radius: 15px;
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: flex-start;
        padding: 15px;
        transition: .3s ease;
        .game-service-item-title {
            align-items: center;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            .game-service-item--content {
                display: flex;
                flex-direction: column;
                justify-content: center
            }
        }

        .game-service-bonus,.game-service-spec {
            margin-bottom: 5px;
            padding-left: 5px
        }
    }
}

#container-service h2 {
    color: var(--text-color);
    font-family: LakehurstGothic-Medium,sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    margin: 40px 0 20px;
    text-align: center
}

#container-service p {
    font-size: 1rem;
    text-align: center
}

.game-service-item--content p {
    text-align: left!important
}

.game-service-spec li {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start
}

.game-service-spec li i {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 20px
}

.game-service-spec li p {
    color: var(--text-color);
    font-size: 1rem;
    font-weight: 400
}

.game-service-item hr {
    margin: 10px 0;
    width: 100%
}

.game-service-bonus {
    background: var(--background-main-color);
    border: 2px solid rgba(0,0,0,.15);
    border-radius: 5px;
    padding: 5px 0
}

.game-service-bonus li {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start
}

.game-service-bonus li i {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 20px
}

.game-service-bonus li p {
    color: var(--text-color);
    font-size: 1rem;
    font-weight: 400
}

.game-service-item-title p {
    color: var(--text-color);
    font-size: 1.2rem;
    font-weight: 500
}

#fivem-options {
    background: var(--background-secondary-color);
    padding: 50px 10%;
    .fivem-option-item {
        align-items: center;
        display: flex;
        flex-direction: row;
        gap: 25px;
        justify-content: center;
        margin-bottom: 25px;
        .fivem-option-image {
            align-items: center;
            display: flex;
            justify-content: center;
            width: 20%
        }

        .fivem-option-text {
            width: 80%
        }
    }
}

#fivem-options h2 {
    color: var(--text-color);
    font-family: LakehurstGothic-Medium,sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0 0 30px;
    text-align: center
}

.fivem-option-text h3 {
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px
}

.fivem-option-text span {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 700
}

.fivem-option-text p {
    color: var(--text-color);
    font-size: 1rem;
    font-weight: 400
}

@media (max-width: 1280px) {
    #fivem-options {
        padding:50px 15px!important
    }

    .fivem-option-item {
        flex-direction: column!important;
        gap: 15px
    }

    .fivem-option-text {
        text-align: center
    }
}

.vps-service-item {
    align-items: center;
    background: var(--background-secondary-color);
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    .vps-game-spec {
        align-items: center
    }

    .vps-game-data,.vps-game-spec {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center
    }

    .vps-game-data {
        width: 25%
    }
}

.vps-game-title p {
    font-size: 1.5rem!important;
    font-weight: 600;
    text-shadow: 0 0 2px rgba(0,0,0,.25)
}

.vps-game-spec img {
    height: 40px
}

.vps-game-data p {
    font-size: 1.6rem!important;
    font-weight: 500
}

.vps-game-data i {
    color: #fff!important
}

.cpu-logo {
    align-items: center;
    display: flex;
    justify-content: center
}

.xeon-logo {
    filter: invert(56%) sepia(69%) saturate(6661%) hue-rotate(194deg) brightness(102%) contrast(95%)
}

.ryzen-logo {
    filter: invert(34%) sepia(94%) saturate(1904%) hue-rotate(0deg) brightness(107%) contrast(107%)
}

.xeon-text {
    color: #0080ff!important
}

.ryzen-text {
    color: #ff5900!important
}

.windows-cpu-container {
    display: block;
    gap: 10px;
    margin: 0 auto;
    width: 50%;
    .windows-cpu-switch {
        background: var(--background-secondary-color);
        border-radius: 30px;
        display: flex;
        flex-direction: row;
        gap: 15px;
        justify-content: center;
        padding: 5px;
        .windows-cpu-switch-item {
            border-radius: 25px;
            color: #fff!important;
            font-weight: 500;
            padding: 15px 25px;
            text-align: center;
            transition: .5s ease;
            width: 50%;
            &:hover {
                cursor: pointer;
                opacity: 1!important;
                transform: translateY(-5px)
            }
        }

        #ryzen,#xeon {
            opacity: .6
        }

        #ryzen.active,#xeon.active {
            opacity: 1
        }
    }
}

.duration-offer-container {
    display: block;
    gap: 10px;
    margin: 0 auto;
    width: 70%;
    .duration-offer-switch {
        background: var(--background-secondary-color);
        border-radius: 30px;
        display: flex;
        flex-direction: row;
        gap: 15px;
        justify-content: center;
        padding: 5px;
        .duration-offer-switch-item {
            border-radius: 25px;
            color: #fff!important;
            font-weight: 500;
            opacity: .7;
            padding: 15px 25px;
            text-align: center;
            transition: .5s ease;
            width: 50%;
            &:hover {
                cursor: pointer;
                opacity: 1!important;
                transform: translateY(-5px)
            }
        }
    }
}

.duration-offer-switch-item.current {
    opacity: 1!important
}

.duration-offer-switch-item p {
    color: #fff!important
}

.duration-offer-switch-item span {
    color: #fff!important;
    font-weight: 700
}

@media (max-width: 1140px) {
    .vps-service-item {
        flex-direction:column!important;
        gap: 15px;
        .vps-game-spec {
            flex-direction: row;
            gap: 25px;
            justify-content: flex-start;
            margin-left: 15px;
            width: 100%
        }

        .vps-game-data {
            margin-top: 10px;
            width: 100%
        }
    }

    .vps-service-item p {
        font-size: 1.1rem!important;
        text-align: inherit!important
    }

    .vps-game-data p {
        text-align: center!important
    }
}

#technical-info {
    background: var(--background-secondary-color);
    padding: 50px 10%
}

#technical-info h2 {
    color: var(--text-color);
    font-family: LakehurstGothic-Medium,sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0 0 30px;
    text-align: center
}

.container-info {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 2rem
}

@media (max-width: 1000px) {
    .container-info {
        flex-direction:column;
        .w-50 {
            width: 100%!important
        }
    }

    .info-reverse {
        flex-direction: column-reverse
    }
}

#os-available {
    background: var(--background-secondary-color);
    border-radius: 15px;
    margin-bottom: 25px;
    padding: 25px 5%;
    .os-available-container {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        .os-available-virtu {
            align-items: center;
            width: 30%
        }

        .os-available-iso,.os-available-virtu {
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: space-between
        }

        .os-available-iso {
            width: 70%;
            .os-available-content {
                align-items: center;
                display: flex!important;
                flex-direction: row;
                justify-content: space-around;
                .os-available-item {
                    align-items: center;
                    justify-content: center;
                    text-align: center
                }
            }
        }
    }
}

#os-available h2 {
    color: var(--text-color);
    font-family: LakehurstGothic-Medium,sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0 0 30px;
    text-align: center
}

.os-available-container img {
    height: 60px
}

.os-available-iso h3,.os-available-virtu h3 {
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center
}

@media (max-width: 980px) {
    .os-available-container {
        flex-direction:column!important;
        gap: 20px
    }
}

@media (max-width: 680px) {
    .os-available-content {
        flex-direction:column!important;
        .os-available-item {
            margin-bottom: 15px
        }
    }
}

#panelbanner {
    //border-top: 1px solid var(--grey-color);
    background: var(--background-main-color);
    border-bottom: 1px solid var(--grey-color);
    padding: 50px 10%
}

#panelbanner img {
    border-radius: 15px
}

@media (max-width: 980px) {
    header .container .header-action {
        display:none
    }
}

.cc-window {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    -webkit-transition: transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease,-webkit-transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    transition: max-height 1s
}

.cc-revoke,.cc-window {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    overflow: hidden;
    position: fixed;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 24em;
    padding: 2em
}

.cc-window.cc-banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1em 1.8em;
    width: 100%
}

.cc-revoke {
    padding: .5em
}

.cc-revoke:hover {
    text-decoration: underline
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,.cc-close,.cc-link,.cc-revoke {
    cursor: pointer
}

.cc-link {
    display: inline-block;
    opacity: .8;
    padding: .2em;
    text-decoration: underline
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,.cc-link:visited {
    color: initial
}

.cc-btn {
    border-style: solid;
    border-width: 2px;
    display: block;
    font-size: .9em;
    font-weight: 700;
    padding: .4em .8em;
    text-align: center;
    white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    font-size: 1.6em;
    line-height: .75;
    opacity: .9;
    position: absolute;
    right: .5em;
    top: .5em
}

.cc-close:focus,.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
    left: 3em;
    top: 0
}

.cc-revoke.cc-bottom {
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    bottom: 0;
    left: 3em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    left: unset;
    right: 3em
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.cc-window.cc-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    bottom: 0;
    left: 0;
    right: 0
}

.cc-banner .cc-message {
    -webkit-box-flex: 1;
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 1em;
    max-width: 100%
}

.cc-compliance {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cc-floating .cc-compliance>.cc-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke,.cc-window {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space:normal
    }
}

@media screen and (max-width: 414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top:0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }

    .cc-window.cc-banner .cc-message {
        margin-right: 0
    }
}

.cc-floating.cc-theme-classic {
    border-radius: 5px;
    padding: 1.2em
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    -webkit-box-flex: 0;
    display: inline;
    -ms-flex: none;
    flex: none;
    text-align: center
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    height: 100%;
    margin: 0;
    padding: .8em 1.8em
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}
