/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */

:root {
    --primary-color: #a932c6;
    --secondary-color: #511fb5;
    --tertiary-color: #000000;
    --text-color: #FFFFFF;
    --text-color-d: #adadad;
}

* {
    box-sizing: border-box
}

*,*:focus,*:hover,*:active,*:before,*:after {
    outline: 0
}

::-webkit-scrollbar {
    width: 6px;
    height: 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!important;
    -webkit-font-smoothing: antialiased;
    background: var(--tertiary-color);
    color: #ffffff;
}

a {
    text-decoration: none!important;
    color: var(--text-color);
    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
}

p {
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

.flex-row {
    display: flex;
    align-items: center;
    grid-gap: 30px;
}

.section-main {
    padding: 120px 0;
}

/* OWL */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-dots {
    position: absolute;
    z-index: 1;
    display: flex;
    grid-gap: 10px;
    margin: auto;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: -30px;
}

.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #262729;
    border: 0;
    padding: 0;
    transition: 0.3s ease 0s;
}

.owl-dot.active {
    background: var(--secondary-color);
    transform: scale(1.2);
}

/* OWL */
nav {
    height: 100px;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 10;
}

.navbar-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown:hover .navbar-link, .navbar-link:hover, .btn-secondary:hover, .navbar-link.active, .dropdown.active > a {
    color: var(--primary-color);
}

body[page="minecraft"] .all-games {
    color: var(--text-color);
}

.navbar-l, .navbar-r, .navbar-links {
    display: flex;
    align-items: center;
    grid-gap: 30px;
}

.site-logo {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.site-logo span {
    color: var(--primary-color);
}

.site-logo span b {
    color: white;
    margin-right: 2px;
}

.navbar-link, .btn-primary, .btn-secondary, .footer-links a, .btn-selector, .btn-switch, .btn-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    grid-gap: 10px;
    font-family: montserrat, sans-serif !important;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff0f;
    backdrop-filter: blur(6px);
    background: #00000040;
    border-radius: 5px;
    font-size: 18px;
    transition: 300ms ease 0s;
}

.social-icon .fa-discord {
    color: #5865F2;
}

.social-icon .fa-instagram {
    color: #E4405F;
}

.social-icon .fa-twitter {
    color: #1DA1F2;
}

.social-icon .fa-youtube {
    color: #FF0000;
}
.social-icon .fa-linkedin-in {
    color: #0a66c2;
}
.btn-primary, .btn-selector {
    padding: 14px 35px;
    background: linear-gradient( 90deg, var(--primary-color), var(--secondary-color));
    border: 0;
    background-size: 120%;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    transition: 120ms ease 0s;
    text-align: center;
    justify-content: center;
    user-select: none;
    line-height: normal;
}

.navbar-r .flex-row {
    grid-gap: 20px;
}

.btn-primary:hover {
    background-position: right;
}

header {
    width: 100vw;
    height: 100vh;
}

.header-background, .header-background img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
}

.header-in {
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 40px;
}

.header-container {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    margin: auto 0;
    max-width: 800px;
}

.header-slider, .game-card-body {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}

.header-background:before {
    background: linear-gradient(rgb(17 9 18 / 68%), rgb(0 0 0 / 96%)), url(../images/noise_filter.png);
    background-size: cover, 600px;
    background-repeat: no-repeat, repeat;
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
}

.header-background:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.header-bg-img {
    opacity: 0;
    transition: 1s ease 0s;
}

.header-bg-img.active {
    opacity: 1;
}

.game-card {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
}

.game-card .game-card-image {
    height: 160px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ffffff30;
    transition: 320ms ease 0s;
}

.grid-slider {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    grid-gap: 30px;
}

.game-card-body {
    grid-gap: 0px;
}

.header-slider h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.game-card-body p, .dropdown-link-body p {
    font-size: 13px;
    line-height: 22px;
}

.game-card-body p i, .dropdown-link-body p i {
    color: var(--text-color-d);
}

.game-card-body p strong, .dropdown-link-body p strong {
    color: var(--secondary-color);
    transition: 320ms ease 0s;
}

.game-card-body > span, .dropdown-link-body span {
    font-weight: 700;
    font-size: 16px;
}

.game-card:hover img {
    border-color: var(--primary-color);
    transform: translateY(-5px);
}

.game-card:hover p strong {
    color: var(--primary-color);
}

.dropdown {
    position: relative;
}

.dropdown-body {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 150ms ease 0s;
    transform: translateY(-15px);
    padding-top: 20px;
    left: -15%;
}

.dropdown:hover .dropdown-body {
    visibility: visible;
    opacity: 1;
    transform: translateY(-5px);
}

.dropdown-in {
    background: linear-gradient(180deg, black, #0b0614);
    padding: 18px;
    border: 1px solid #ffffff3b;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}

.dropdown-in .grid-4, .dropdown-in .grid-1, .dropdown-in .grid-2, .dropdown-in .grid-3 {
    grid-gap: 5px 15px;
}

.game-link {
    flex-direction: column;
}

.dropdown-link {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 15px 10px 10px;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: 240ms ease;
}

.dropdown-link img {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    height: 50px;
    border-radius: 5px;
}

.dropdown-link-body {
    display: flex;
    flex-direction: column;
}

.dropdown:hover > a i {
    transform: rotate(180deg);
}

.btn-link {
    font-size: 12px;
    background: transparent;
    border: none;
    display: inline-block;
    transition: 300ms ease 0s;
}

.dropdown-link:hover {
    background: #9480971c;
    border-radius: 6px;
    border: 1px solid #ffffff0f;
}

.dropdown-in .grid-1 .dropdown-link {
    padding: 0;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid #ffffff1a!important;
    border-radius: 0;
    /* border: none; */
}

.dropdown-in .grid-1 .dropdown-link:first-child {
    padding-top: 0;
}

.dropdown-in .grid-1 .dropdown-link:last-child {
    padding-bottom: 0;
    border-bottom: 0!important;
}

.dropdown-in .grid-1 .dropdown-link:hover {
    background: transparent;
}

.dropdown-in .grid-1 .dropdown-link:hover {
    transition: 120ms ease 0s;
    color: var(--primary-color);
}

.dropdown-in .grid-1 {
    grid-gap: 0;
}

.btn-link:hover {
    color: var(--primary-color);
    transform: translateX(10px);
}

#background-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    border-radius: 50%;
    display: block;
    position: relative;
}

.pulse-dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--primary-color);
    animation: radar 2s ease-out infinite;
}

@keyframes radar {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0.7;
    }
    100% {
        width: 300%;
        height: 300%;
        opacity: 0;
    }
}

.tag {
    width: fit-content;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    grid-gap: 14px;
}

.header-container h1 {
    font-size: 43px;
    font-weight: 800;
    text-transform: uppercase;
}

.header-container p {
    font-size: 15px;
    line-height: 32px;
    color: var(--text-color-d);
}

.block, .review-card, .feature-card, .faq-item, .vps-card {
    background: linear-gradient(330deg, #0e0e0e, #0c0c0c);
    border: 1px solid #ffffff0d;
    padding: 35px;
    border-radius: 8px;
}

.features {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-gap: 100px;
    align-items: center;
}

.features-l, .about-r {
    position: relative;
}

.features-l h4 {
    color: var(--primary-color);
    font-weight: 500;
}

.features-l h2 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 20px 0;
}

.features-l h2 span {
    color: var(--primary-color);
}

.features-l p {
    font-size: 15px;
    font-weight: 400;
    color: var(--text-color);
}

.features-r {
    display: flex;
    flex-direction: column;
    grid-gap: 35px;
}

.feature-card {
    padding: 25px;
    display: flex;
    align-items: center;
    grid-gap: 30px;
    position: relative;
    z-index: 1;
    border-left: 5px solid var(--primary-color);
    transition: 0.3s ease 0s;
}

.features-r .feature-card:nth-child(even) {
    transform: translateX(-30px);
}

.feature-r {
    display: flex;
    grid-gap: 6px;
    flex-direction: column;
}

.feature-icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    background: linear-gradient( 145deg, black, transparent);
    border: 1px solid #1c1c1c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 31px;
    color: white;
}

.feature-card p {
    line-height: 24px;
    font-size: 15px;
    color: var(--text-color-d);
}

/* .feature-card:nth-child(2):before {
    content: "";
    position: absolute;
    width: 232px;
    height: 100px;
    background: url(/assets/images/dot.svg);
    bottom: -35px;
    right: -75px;
    z-index: -1;
} */
#why, #explore, #games {
    border-top: 1px solid #ffffff08;
    background: url(../images/side-blob.svg) no-repeat;
    background-size: 600px;
    background-position: top right;
}

#reviews, #comparrison, #faq, .gradient-bg {
    background: linear-gradient(105deg, #0c0712, black, #0e060e);
    border-bottom: 1px solid #ffffff08;
    border-top: 1px solid #ffffff08;
}

.title-set {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 300px;
    margin-bottom: 80px;
    position: relative;
}

.title-set h2 {
    min-width: 500px;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
}

.title-set h2 span {
    color: var(--primary-color);
}

/* 
.title-set h2 span:nth-child(even) {
    color: var(--secondary-color);
} */
.review-card {
    border-radius: 8px;
    min-width: 500px;
    max-width: 500px;
    width: 500px;
    transition: 120ms ease 0s;
}

.review-header {
    position: relative;
    display: flex;
    align-items: center;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.review-header .star-review {
    position: absolute;
    top: 0;
    right: 0;
    color: #13b57a;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.review-header .star-review i {
    font-size: 13px;
}

.review-image {
    height: 60px;
    width: 60px;
    min-width: 60px;
    border-radius: 5px;
    border: 1px solid #171717;
}

.review-body {
    font-size: 15px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.marquee-right .review-card {
    border-right: 6px solid var(--primary-color);
}

.marquee-left .review-card {
    border-left: 6px solid var(--primary-color);
}

.marquee {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
}

.marquee-container {
    overflow: hidden;
}

.marquee-left, .marquee-right {
    display: flex;
    width: max-content;
    grid-gap: 30px;
}

.marquee-content {
    display: flex;
    gap: 30px;
    will-change: transform;
}

.review-header-r {
    display: flex;
    flex-direction: column;
}

.review-header-r span {
    font-weight: 800;
    font-size: 16px;
    color: var(--primary-color);
}

.review-header-r p {
    color: var(--text-color-d);
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
}

.price-highlight {
    color: var(--primary);
    font-size: 1.1rem;
}

.price-compare {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.1rem;
}

.table-x {
    display: flex;
    flex-direction: column;
}

.table-x table {
    position: relative;
    border-collapse: separate;
    border-spacing: 0 0;
    margin: 0 auto;
    width: 100%;
    text-align: left;
}

/* default = nth-child(2) */
.table-x:not(.three) thead tr th:nth-child(2),
.table-x:not(.three) tbody tr td:nth-child(2) {
    background: #9fb3b317;
    border-bottom: 1px solid #161616;
}

.table-x:not(.three) tbody tr:last-child td:nth-child(2) {
    border-radius: 0 0 8px 8px;
}

.table-x:not(.three) thead tr:last-child th:nth-child(2) {
    border-radius: 8px 8px 0 0;
    border-left: 1px solid var(--primary-color);
    border-top: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
}

.table-x:not(.three) tbody tr td:nth-child(2) {
    border-left: 1px solid #a932c6;
    border-right: 1px solid #a932c6;
}

.table-x:not(.three) tbody tr:last-child td:nth-child(2) {
    border-bottom: 1px solid var(--primary-color);
}

/* when .three = nth-child(4) */
.table-x.three thead tr th:nth-child(4),
.table-x.three tbody tr td:nth-child(4) {
    background: #9fb3b317;
    border-bottom: 1px solid #161616;
}

.table-x.three tbody tr:last-child td:nth-child(4) {
    border-radius: 0 0 8px 8px;
}

.table-x.three thead tr:last-child th:nth-child(4) {
    border-radius: 8px 8px 0 0;
    border-left: 1px solid var(--primary-color);
    border-top: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
}

.table-x.three tbody tr td:nth-child(4) {
    border-left: 1px solid #a932c6;
    border-right: 1px solid #a932c6;
    border-radius: 0!important;
}

.table-x.three tbody tr:last-child td:nth-child(4) {
    border-bottom: 1px solid var(--primary-color);
}


.table-x tr th, .table-x tr td {
    padding: 20px 30px;
}

.table-x thead tr th {
    border-bottom: 1px solid #161616;
}

.table-x td {
    text-align: center;
}

.table-comp-name {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    justify-content: center;
}

.table-comp-name h5, .table-comp-name .right span {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
}

.table-comp-name p {
    color: var(--text-color-d);
    font-style: italic;
    line-height: 19px;
    font-weight: 500;
    font-size: 14px;
}

.table-x thead tr th .site-logo {
    justify-content: center;
}

.table-comp-name i, .table-comp-content i {
    border-radius: 5px;
    height: 50px;
    width: 50px;
    font-size: 20px;
    background: linear-gradient(145deg, #1e1e1e, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2d2d2d;
}

.table-comp-content {
    text-align: left;
    display: flex;
    align-items: center;
    grid-gap: 22px;
}

.table-comp-content i {
    width: 60px;
    height: 60px;
    font-size: 27px;
}

.table-comp-content h4 {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.table-comp-content p {
    line-height: 22px;
    max-width: 290px;
    font-size: 14px;
    color: var(--text-color-d);
}

.table-x tbody tr:nth-child(even) td {
    background: #a932c612;
}

.table-x tr th {
    padding: 30px;
}

.table-x tbody tr:nth-child(even) td:first-child {
    border-radius: 10px 0 0 10px;
}

.table-x tbody tr:nth-child(even) td:last-child {
    border-radius: 0 10px 10px 0;
    background: #201d23;
}

.table-x .fa-badge-check {
    color: #5bd95b;
    font-size: 22px;
}

.table-x .fa-circle-xmark {
    color: #ff4900;
    font-size: 22px;
}

.table-x-msg {
    vertical-align: bottom;
}

.table-x-msg h3 {
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
    font-size: 20px;
    max-width: 370px;
}

.feature-r h3 {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.info {
    display: grid;
    position: relative;
    align-items: center;
    grid-template-columns: repeat(28,minmax(0,1fr));
}

.info-l {
    grid-column: span 12;
    grid-row: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 380px;
    height: 100%;
    border-radius: 8px;
}

.info-r {
    grid-column-start: 15;
    grid-column-end: 29;
    position: relative;
    display: flex;
    flex-direction: column;
    grid-gap: 14px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.info-l img {
    width: 100%;
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ffffff1f;
    object-position: left;
}

.info-r p {
    color: var(--text-color-d);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
}

.features-layout {
    grid-column-start: 2;
    grid-column-end: 4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.icon-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 20px;
    margin-top: 80px;
}

.icon-in {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 23px;
    background: linear-gradient(145deg, #1e1e1e, transparent);
    border: 1px solid rgb(53 53 53);
    border-radius: 6px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
}

.icon-in:hover {
    transform: translateY(-5px);
    border-color: rgba(139, 92, 246, 0.5);
}

.icon-in img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    background: transparent;
    border: 0;
    object-fit: cover;
    border-radius: 0;
}

.floating {
    animation: float 4s ease-in-out infinite;
}

.icon-in:nth-child(1) {
    animation-delay: 0.3s;
}

.icon-in:nth-child(2) {
    animation-delay: 1.7s;
}

.icon-in:nth-child(3) {
    animation-delay: 0.9s;
}

.icon-in:nth-child(4) {
    animation-delay: 2.1s;
}

.icon-in:nth-child(5) {
    animation-delay: 0.5s;
}

.icon-in:nth-child(6) {
    animation-delay: 1.3s;
}

.icon-in:nth-child(7) {
    animation-delay: 2.4s;
}

.icon-in:nth-child(8) {
    animation-delay: 0.7s;
}

.icon-in:nth-child(9) {
    animation-delay: 1.9s;
}

.icon-in:nth-child(10) {
    animation-delay: 0.1s;
}

.icon-in:nth-child(11) {
    animation-delay: 1.5s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.features-grid .feature-card {
    flex-direction: column;
    grid-gap: 20px;
    align-items: flex-start;
    padding: 35px;
}

.feature-header {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.feature-grid .feature-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    font-size: 25px;
}

.features-grid + .disclaimer {
    height: 0;
    margin-bottom: -20px;
    margin-top: 20px;
}

.features-layout .feature-card:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
}

.feature-subtitle {
    font-style: italic;
    font-size: 13px!important;
}

.feature-list {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.feature-items {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
}

.feature-item {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.feature-item i {
    color: var(--secondary-color);
}

.features-layout .feature-card:nth-child(2), .features-layout .feature-card:nth-child(3) {
    border-left: 0;
    border-right: 5px solid var(--primary-color);
}

.title-set::before {
    content: '';
    position: absolute;
    top: -90px;
    left: 50px;
    width: 260px;
    height: 250px;
    background: radial-gradient(circle, rgb(139 92 246 / 28%), transparent);
    filter: blur(90px);
}

.title-set.column {
    flex-direction: column;
    grid-gap: 10px;
    margin-bottom: 0;
    padding-bottom: 80px;
}

.title-set.column p {
    max-width: 600px;
}

.csgo-valid {
    background: url(../images/cs-thumbs.webp) no-repeat;
    background-size: contain;
    background-position: calc(100% - 40px) bottom;
}

.linux-tux {
    background: url(../images/linux-tux.webp) no-repeat;
    background-position: calc(100% - 40px) 6px;
    background-size: 254px;
}

.column.title-set h2 {
    max-width: 800px;
}

.faq-item {
    border: 1px solid #ffffff0d;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 0;
}

.faq-item:hover, .faq-item.active {
    border-color: rgba(139, 92, 246, 0.5);
}

.faq-question {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: 120ms ease 0s;
    width: 100%;
}

.faq-question h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    flex: 1;
}

.faq-icon {
    color: #8b5cf6;
    font-size: 20px;
    transition: 0.3s ease 0s;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer-content {
    padding: 25px 30px;
    border-top: solid 1px #ffffff0d;
    color: var(--text-color-d);
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
}

.faq-answer-content p, .faq-answer-content {
    font-size: 15px;
    line-height: 29px;
}

.faq-item.active .faq-question {
    background: #0f0611;
}

.cta-stats {
    display: flex;
    align-items: center;
    gap: 12px;
}

.stat-avatars {
    display: flex;
    align-items: center;
}

.stat-avatars img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid var(--secondary-color);
    margin-left: -10px;
}

.stat-avatars img:first-child {
    margin-left: 0;
}

.cta-stats span {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

#cta {
    padding: 80px 0;
    background: linear-gradient(300deg, var(--primary-color), var(--secondary-color), var(--primary-color));
}

#cta .title-set {
    padding: 0;
    grid-gap: 20px;
}

.cta-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    gap: 60px;
}

.cta-image {
    height: calc(100% + 160px + 110px);
    position: absolute;
    bottom: -80px;
    right: 40px;
}

#cta .title-set h2 {
    font-size: 52px;
    width: 100%;
}

#cta .title-set h2, #cta .title-set p {
    max-width: 100%;
}

#cta .title-set .btn-primary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.flex-row.narrow {
    grid-gap: 15px;
}

footer {
    background: linear-gradient(330deg, #0e0e0e, #0c0c0c);
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr;
    gap: 60px;
    padding-top: 80px;
    padding-bottom: 60px;
}

.footer-bottom {
    border-top: 1px solid #ffffff08;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: black;
}

.footer-bottom .footer-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom .footer-in p, .footer-bottom .footer-in a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.footer-links, .footer-column {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.footer-bottom .footer-links {
    flex-direction: row;
}

.footer-column {
    grid-gap: 20px;
}

.footer-column h3 {
    text-transform: uppercase;
    font-weight: 900;
    color: var(--primary-color);
    letter-spacing: 1px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.footer-brand p {
    font-size: 14px;
    line-height: 28px;
}

.social-icon:hover {
    transform: translateY(-3px) rotate(5deg);
    background: var(--primary-color);
}

.social-icon:hover i {
    color: #ffffff;
}

.social-icon i {
    transition: 0.3s ease 0s;
}

.footer-links a:hover {
    transform: translateX(5px);
    opacity: 0.6;
}

.footer-column p {
    font-size: 14px;
    line-height: 22px;
    color: var(--text-color-d);
    font-weight: 500;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
}

input[type=text], input[type=password], input[type=number], input[type=email], input[type=search] {
    font-size: 14px;
    font-family: montserrat, sans-serif !important;
    padding: 14px 15px;
    background: #141414;
    border: 1px solid #1e1e1e;
    border-radius: 8px;
    font-weight: 500;
    color: white;
    transition: 120ms ease 0s;
}

input[type=text]:not(:placeholder-shown), input[type=password]:not(:placeholder-shown), input[type=number]:not(:placeholder-shown), input[type=email]:not(:placeholder-shown), input[type=search]:not(:placeholder-shown) {
    border-color: var(--secondary-color);
    background: #141414!important;
}

input:hover {
    background: #212121;
    border-color: var(--secondary-color);
}

.feature-card:hover {
    transform: translateX(10px);
}

.features-r .feature-card:nth-child(even):hover {
    transform: translateX(-20px);
}

.info-l .owl-stage-outer {
    overflow: hidden;
}

.info-l .owl-dots {
    left: unset;
    flex-direction: column;
    bottom: 0;
    top: 0;
    right: -30px;
}

.review-card:hover {
    border-color: var(--secondary-color);
}

#about {
    background: url(../images/TheMichael.webp) no-repeat;
    background-position: 98% bottom;
    background-size: auto 90%;
    .info .info-r {
        grid-column-start: 14;
        grid-column-end: 27;
    }

    .owl-carousel .owl-stage-outer, .owl-carousel .owl-stage, .owl-carousel .owl-item {
        height: 100%;
    }

    .info .info-l {
        grid-column: span 11;
    }
}

/* Phase 2 */
header[type="small"] {
    height: auto;
    .header-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.icon-grid-column {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    .grid-3 {
        grid-gap: 20px;
    }

    .grid-3:nth-child(even) {
        transform: translateX(20px);
    }

    img {
        max-height: 60px;
    }
}

.disclaimer {
    text-align: center;
    color: var(--text-color-d);
}

.steve-alex-flex {
    padding: revert-layer;
    .section-in {
        background: url(../images/site-alex-flex.webp) no-repeat;
        background-size: 350px;
        background-position: right 50px;
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

/* minecraft plans */
.btn-selector {
    border: 2px solid #3f3f3f;
    background: linear-gradient(90deg, #a932c600, #511fb500);
    img {
        height: 18px;
        height: 18px;
        --shadow-color: #00000017;
        filter: drop-shadow(1px 1px 1px var(--shadow-color));
    }

    small {
        color: #9C27B0;
    }
}

.btn-selector.active {
    background: linear-gradient( 90deg, var(--primary-color), var(--secondary-color));
    small {
        color: #ffe55c;
    }
}

.plan-selector {
    display: grid;
    grid-template-columns: 1fr 2.2fr;
    grid-gap: 40px;
}

.flex-row.wrap {
    flex-wrap: wrap;
}

.flex-row.grow > button, .flex-row.grow > a {
    flex-grow: 1;
}

.vps-card, .product-card, .product-card-header-in, .product-card-header-price, .selector-section {
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
}

.product-card-info {
    margin-top: 35px;
}

.product-card-header {
    padding: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-card .btn-primary {
    margin: 0 35px;
}

.product-card-info p {
    padding: 12px 35px;
    border-top: 1px solid #ffffff0d;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    color: var(--text-color-d);
    transition: background 0.3s ease 0s;
    font-size: 16px;
    font-weight: 500;
}

.product-card-info p i {
    color: var(--secondary-color);
    transition: 0.3s ease 0s;
}

.product-card-info p:hover {
    background: rgb(255 255 255 / 5%);
    color: var(--text-color);
}

.product-card-info p:hover i {
    color: var(--primary-color);
    transform: scale(1.1);
}

.product-card-header-in .product-card-title {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 33px;
}

.product-card-header-price {
    margin-right: -35px;
    padding-right: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    flex-direction: column;
    align-items: flex-end;
    display: flex;
    background: #181818;
    padding-left: 20px;
    border-radius: 8px 0 0 8px;
}

.product-card-header-price > span {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--primary-color);
}

.product-card-header-price > i {
    font-size: 13px;
    color: var(--text-color-d);
}

.product-card-header-in {
    grid-gap: 5px;
    justify-content: center;
}

.product-card-icon {
    position: absolute;
    opacity: 0.1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.product-card-icon img {
    display: none;
    height: 110px;
}

.product-card-icon img.active {
    display: block;
}

/* slider */
.ram-slider-wrapper {
    position: relative;
    padding-bottom: 41px;
}

.ram-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 8px;
    outline: none;
    position: relative;
    margin: 0;
    background: #3f3f3f !important;
    transition: 120ms ease 0s;
    cursor: pointer;
}

.ram-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: var(--primary-color);
    transition: 120ms ease 0s;
}

.ram-slider::-webkit-slider-thumb:hover {
    background: var(--secondary-color);
}

/* slider width */
.ram-slider[max="2"]::-webkit-slider-thumb {
    width: calc(100% / 2);
}

.ram-slider[max="3"]::-webkit-slider-thumb {
    width: calc(100% / 3);
}

.ram-slider[max="4"]::-webkit-slider-thumb {
    width: calc(100% / 4);
}

.ram-slider[max="5"]::-webkit-slider-thumb {
    width: calc(100% / 5);
}

.ram-slider[max="6"]::-webkit-slider-thumb {
    width: calc(100% / 6);
}

.ram-slider[max="7"]::-webkit-slider-thumb {
    width: calc(100% / 7);
}

.ram-slider[max="8"]::-webkit-slider-thumb {
    width: calc(100% / 8);
}

.ram-slider[max="9"]::-webkit-slider-thumb {
    width: calc(100% / 9);
}

.ram-slider[max="10"]::-webkit-slider-thumb {
    width: calc(100% / 10);
}

.ram-slider[max="11"]::-webkit-slider-thumb {
    width: calc(100% / 11);
}

.ram-slider[max="12"]::-webkit-slider-thumb {
    width: calc(100% / 12);
}

.ram-slider[max="13"]::-webkit-slider-thumb {
    width: calc(100% / 13);
}

.ram-slider[max="14"]::-webkit-slider-thumb {
    width: calc(100% / 14);
}

.ram-slider[max="15"]::-webkit-slider-thumb {
    width: calc(100% / 15);
}

.ram-slider[max="16"]::-webkit-slider-thumb {
    width: calc(100% / 16);
}

.ram-slider[max="17"]::-webkit-slider-thumb {
    width: calc(100% / 17);
}

.ram-slider[max="18"]::-webkit-slider-thumb {
    width: calc(100% / 18);
}

.ram-slider[max="19"]::-webkit-slider-thumb {
    width: calc(100% / 19);
}

.ram-slider[max="20"]::-webkit-slider-thumb {
    width: calc(100% / 20);
}

/* slider width */
.ram-marks {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
}

.ram-mark {
    position: relative;
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 8px;
}

.ram-tick {
    width: 2px;
    height: 15px;
    background: #3b3b3b;
}

.ram-label {
    font-size: 11px;
    color: var(--text-color-d);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.ram-mark:before {
    content: "";
    width: 2px;
    height: 5px;
    background: #3b3b3b;
    right: 0;
    top: 0;
    position: absolute;
}

.ram-mark:last-child:before {
    display: none;
}

.selector-in {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    height: fit-content;
}

.selector-in h2 {
    font-weight: 700;
    font-size: 24px;
}

.selector-section-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    letter-spacing: 1px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.selector-section:nth-child(odd), .minecraft-wizard .selector-section:nth-child(even) {
    border-top: 1px solid #191919;
    border-bottom: 1px solid #191919;
    padding: 20px 35px;
    margin: 0 -35px;
    background: #a932c608;
}

.product-card-info .addon {
    color: var(--text-color);
}

.product-card-info .addon i {
    color: #FFC107;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
    background: #0000003d;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease 0s;
    pointer-events: none;
}

.modal-in {
    max-width: 800px;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s ease 0s;
}

.modal.active {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

.modal.active .modal-in {
    transform: none;
    opacity: 1;
}

.minecraft-wizard .selector-section:nth-child(odd) {
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
}

.dropdown .btn-primary:hover {
    color: var(--text-color);
}

.game-hosting .game-card-body {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.game-hosting .game-card-body:before {
    content: "";
    height: 2px;
    width: 100%;
    background: white;
    display: block;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
}

.game-card-body > span, .game-card-body > p {
    padding: 0 10px;
}

.game-hosting .game-card {
    grid-gap: 10px;
}

.game-hosting .game-card .game-card-image {
    border-radius: 8px;
}

.input-group {
    position: relative;
    display: inline-block;
}

.input-group i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
    transition: color 0.3s ease;
}

.input-group input {
    padding-left: 45px;
}

.input-group input:not(:placeholder-shown) ~ i {
    color: var(--primary-color);
}

.gap-narrow {
    grid-gap: 15px;
}

.game-hosting-filter {
    margin-bottom: 40px;
}

.game-hosting-filter .filter-search {
    width: 100%;
}

.game-hosting-filter .filter-search input {
    width: 100%;
}

body[page="games"] {
    header {
        padding-bottom: 61px;
    }

    #games {
        padding-top: 0;
    }

    .game-hosting-filter {
        margin-top: -61px;
    }
}

.features-grid .feature-card:hover {
    transform: translateY(-10px);
}

.no-bg {
    background: transparent!important;
    border: 0!important;
}

.blog-card {
    background: linear-gradient(330deg, #0e0e0e, #0c0c0c);
    border: 1px solid #ffffff0d;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-image {
    position: relative;
    width: 100%;
    height: 240px;
    min-height: 240px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--primary-color);
    color: var(--text-color);
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-content {
    padding: 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.blog-meta {
    display: flex;
    gap: 16px;
    font-size: 13px;
    color: var(--text-color-d);
}

.blog-meta i {
    margin-right: 6px;
}

.blog-card h3 {
    font-weight: 700;
    color: var(--text-color);
    line-height: 32px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.blog-card p {
    color: var(--text-color-d);
    font-size: 15px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.blog-card .btn-link {
    color: var(--primary-color);
    margin-top: auto;
}

.btn-switch {
    background: linear-gradient(330deg, #0e0e0e, #0c0c0c);
    border: 2px solid #ffffff0d;
    border-radius: 8px;
    padding: 15px;
    color: var(--text-color-d);
    transition: all 0.3s ease;
    text-align: left;
    cursor: pointer;
}

.btn-switch i {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 18px;
}

.btn-switch:hover:not(.active) {
    border-color: var(--primary-color);
    transform: translateX(4px);
}

.btn-switch.active {
    border-color: var(--primary-color);
    background: linear-gradient(330deg, rgba(169, 50, 198, 0.1), rgba(81, 31, 181, 0.1));
    color: var(--text-color);
    cursor: default;
}

.panel-features {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
    margin: 20px 0 15px 0;
}

.panel-features button {
    flex-grow: 1;
}

.info.reverse .info-l {
    grid-column-start: 15;
    grid-column-end: 29;
}

.info.reverse .info-r {
    grid-column: span 12;
}

.vps-card {
    transition: 0.3s ease 0s;
    padding: 35px;
}

.vps-card .product-card-info {
    margin-left: -35px;
    margin-right: -35px;
    margin-bottom: 15px;
}

.plan-header {
    display: block;
}

.plan-name {
    display: flex;
    align-items: center;
    grid-gap: 11px;
    font-size: 18px;
}

.plan-price {
    display: flex;
    align-items: flex-end;
    font-size: 36px;
    margin-top: 10px;
    font-weight: 800;
    color: var(--primary-color);
}

.plan-price span {
    font-size: 16px;
    margin-bottom: 7px;
    margin-left: 3px;
    color: grey;
    font-weight: 600;
}

.vps-card .product-card-info > p {
    display: flex;
    justify-content: space-between;
}

.vps-card .product-card-info > p .r {
    color: white;
    position: relative;
    white-space: nowrap;
}

.vps-card .product-card-info > p .l {
    color: var(--text-color-d)!important;
}

.vps-carousel .owl-item {
    opacity: 0.4;
    filter: blur(2px);
    transition: 0.3s ease 0s;
    transform: scale(0.9);
}

.vps-carousel .owl-item.active {
    opacity: 1;
    filter: none;
    transform: scale(1);
}

.vps-card:hover {
    transform: translateY(-10px);
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: -80px;
    width: calc(100% + 160px);
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.owl-nav button {
    pointer-events: all;
    transition: 0.3s ease 0s;
    background: transparent;
    border: 2px solid var(--primary-color);
    color: #ffffff;
    height: 40px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    backdrop-filter: blur(4px);
    background: #a932c630;
}

.owl-nav button:hover {
    background: #a932c6;
}

.owl-nav button.owl-prev:hover {
    transform: translateX(-10px);
}

.owl-nav button.owl-next:hover {
    transform: translateX(10px);
}

.title-r, .title-l {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    position: relative;
}

.elixir-wizard {
    padding: revert-layer;
    .section-in {
        background: url(../images/elixirwizard.webp) no-repeat;
        background-size: 350px;
        background-position: right 50px;
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

/*dedicated */
/* CSS */
.server-filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.filter-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    flex: 1;
}

.filter-dropdown {
    position: relative;
}

.filter-dropdown button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 17px;
    background: #141414;
    border: 1px solid #ffffff0d;
    border-radius: 8px;
    color: var(--text-color);
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: montserrat, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    font-weight: 500;
}

.filter-dropdown button:hover, .active.filter-dropdown button {
    background: rgba(169, 50, 198, 0.1);
    border-color: var(--primary-color);
}

.filter-dropdown button i:first-child {
    color: var(--primary-color);
}

.filter-dropdown button i:last-child {
    font-size: 12px;
    margin-left: auto;
    transition: transform 0.3s ease;
    color: var(--text-color-d);
}

.filter-dropdown.active button i:last-child {
    transform: rotate(180deg);
}

.filter-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 200px;
    padding: 8px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}

.filter-dropdown.active .filter-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.filter-option {
    padding: 10px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    color: var(--text-color);
}

.filter-option:hover {
    background: rgba(169, 50, 198, 0.2);
}

.filter-option.active {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--text-color);
}

.ram-slider-menu {
    min-width: 250px;
    padding: 15px;
}

.filter-slider-container label {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    color: var(--text-color-d);
}

.filter-slider-container label span {
    color: var(--primary-color);
    font-weight: 600;
}

.dual-slider {
    position: relative;
    height: 40px;
}

input[type="range"].slider-input {
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent;
    pointer-events: none;
    -webkit-appearance: none;
}

input[type="range"].slider-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--primary-color);
    cursor: pointer;
    pointer-events: all;
    border: 2px solid var(--text-color);
    box-shadow: 0 2px 8px rgba(169, 50, 198, 0.5);
}

input[type="range"].slider-input::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}

.filter-reset-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 14px 17px;
    background: rgba(255, 59, 48, 0.1);
    border: 1px solid rgba(255, 59, 48, 0.3);
    border-radius: 8px;
    color: #ff3b30;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: montserrat, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

.filter-reset-btn:hover {
    background: rgba(255, 59, 48, 0.2);
    border-color: #ff3b30;
}

.filter-search {
    position: relative;
    min-width: 250px;
}

.filter-search i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-color-d);
    font-size: 14px;
    pointer-events: none;
    z-index: 1;
}

.filter-search input[type="text"] {
    width: 100%;
    padding: 13px 16px 13px 38px;
    color: var(--text-color);
    font-size: 14px;
}

.filter-search input[type="text"]:focus {
    outline: none;
    border-color: var(--primary-color);
}

.filter-search input[type="text"]::placeholder {
    color: var(--text-color-d);
}

.table {
    border-collapse: separate;
    border-spacing: 0 1rem;
    width: 100%;
}

.table tr th {
    border: 0;
    text-align: left;
    padding: 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.table tr td {
    padding: 20px;
    font-size: 14px;
    background: #0f1011;
}

.table tr td {
    border-top: 1px solid #ffffff0d;
    border-bottom: 1px solid #ffffff0d;
}

.table tr td:first-child {
    border-radius: 6px 0 0 6px;
    border-left: 1px solid #ffffff0d;
}

.table tr td:last-child {
    border-radius: 0 6px 6px 0;
    border-right: 1px solid #ffffff0d;
}

.table tr.table-category td {
    background: linear-gradient( 90deg, var(--primary-color), var(--secondary-color));
    color: #ffffff;
    border: none;
    font-weight: 600;
    border-radius: 6px!important;
}

/* custom block */
.custom-server-box {
    margin-top: 40px;
    padding: 30px;
    background: linear-gradient(135deg, rgba(169, 50, 198, 0.1), rgba(81, 31, 181, 0.1));
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.custom-server-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.custom-server-content > i {
    font-size: 48px;
    color: var(--primary-color);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.custom-server-content > div {
    flex: 1;
    min-width: 300px;
}

.custom-server-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--text-color);
}

.custom-server-content p {
    font-size: 15px;
    color: var(--text-color-d);
    line-height: 1.6;
}

.custom-server-content .btn-primary {
    white-space: nowrap;
}

.showcase-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.stat-card {
    background: linear-gradient(330deg, #0e0e0e, #0c0c0c);
    border: 1px solid #ffffff0d;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: left;
    transition: all 0.3s ease;
}

.stat-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-5px);
}

.stat-number {
    font-size: 22px;
    font-weight: 900;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 13px;
    color: var(--text-color-d);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.showcase-visual {
    position: relative;
    height: 100%;
    width: 100%;
}

.floating-cards {
    position: relative;
    width: 100%;
    height: 100%;
}

.feature-badge {
    position: absolute;
    background: linear-gradient(330deg, #0e0e0e, #0c0c0c);
    border: #353535 1px dashed;
    padding: 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    animation: float 6s ease-in-out infinite;
}

.feature-badge:nth-child(1) {
    top: 0;
    right: 10%;
    animation-delay: 0s;
}

.feature-badge:nth-child(2) {
    top: 25%;
    left: 0;
    animation-delay: 1s;
}

.feature-badge:nth-child(3) {
    top: 50%;
    right: 5%;
    animation-delay: 2s;
}

.feature-badge:nth-child(4) {
    top: 75%;
    left: 10%;
    animation-delay: 3s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.badge-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    font-size: 24px;
    color: white;
}

.badge-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 5px;
}

.badge-desc {
    font-size: 13px;
    color: var(--text-color-d);
    line-height: 1.4;
}

.center-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(169, 50, 198, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    animation: glow 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes glow {
    0%, 100% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1.2);
    }
}

.discord-bg {
    background-image: url(../images/discord-star-texture.webp)!important;
    background-position: center!important;
    background-repeat: repeat!important;
}

.wumpus-sitting:before {
    content: "";
    width: 180px;
    height: 153px;
    position: absolute;
    top: -127px;
    right: 40px;
    background: url(../images/wumpus-siting.webp) no-repeat;
    background-size: cover;
}

.wumpus-gif .features-grid:before {
    content: "";
    position: absolute;
    background: url(../images/wumpus-dance-meme.gif) no-repeat;
    background-size: cover;
    background-position: center;
    height: 140px;
    width: 220px;
    top: -140px;
    right: 40px;
}

.clean-features .feature-card {
    padding: 15px;
    /* background: transparent; */
    border-left: 1px solid #ffffff0d;
}

.clean-features .feature-card .feature-icon i {
    color: var(--primary-color);
}

.clean-features .feature-card .feature-icon {
    width: 55px;
    min-width: 55px;
    height: 55px;
    font-size: 24px;
}

.clean-features .feature-card .feature-header {
    grid-gap: 15px;
}

.clean-features {
    grid-gap: 25px;
}

/* grid */
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9 {
    display: grid;
    grid-gap: 40px;
}

.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);
}

/* grid */
.margin-bottom-60 {
    margin-bottom: 60px;
}

/* SWAL */
.swal2-popup {
    background: #121214 !important;
    border: 1px solid #ffffff17 !important;
    border-radius: 8px !important;
}

.swal2-title {
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 900 !important;
    font-family: montserrat, sans-serif !important;
    padding-bottom: 10px;
}

.swal2-html-container {
    color: #fff !important;
    font-size: 15px !important;
    text-align: center !important;
    font-weight: 400 !important;
    padding: 0 40px 30px !important;
}

.swal2-confirm {
    background: linear-gradient(129deg, var(--primary-color), var(--secondary-color)) !important;
    background-size: 200% !important;
    outline: 0 !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 8px !important;
    transition: 150ms ease 0s !important;
    color: #ffffff !important;
    font-family: montserrat, sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    padding: 12px 24px !important;
    flex-grow: 1;
}

.swal2-confirm:hover {
    background-position: 100% !important;
}

.swal2-cancel {
    background: #5f5f5f !important;
    border: none !important;
    border-radius: 8px !important;
    outline: 0 !important;
    box-shadow: none !important;
    transition: 150ms ease 0s !important;
    color: #ffffff !important;
    font-family: montserrat, sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    padding: 12px 24px !important;
}

.swal2-cancel:hover {
    background: #696969 !important;
}

.swal2-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 30px;
    flex-direction: row!important;
}

.swal2-icon {
    border-color: transparent !important;
}

.swal2-icon.swal2-success:after, .swal2-icon.swal2-success:before, .swal2-icon.swal2-success .swal2-success-ring {
    background: #121214 !important;
}

.swal2-icon.swal2-error {
    border: 2px solid red !important;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
    background-color: #f44 !important;
}

.swal2-icon.swal2-warning {
    border-color: var(--primary-color) !important;
}

.swal2-icon.swal2-warning .swal2-icon-content {
    color: var(--primary-color) !important;
}

.swal2-container {
    backdrop-filter: blur(2px) !important;
    background-color: rgb(45 45 45/12%) !important;
}

.swal2-input {
    background: #222227 !important;
    border: 1px dashed #48484f !important;
    border-radius: 5px !important;
    font-family: montserrat, sans-serif !important;
    font-size: 15px !important;
    color: #ffffff !important;
    padding: 15px !important;
}

.swal2-input:focus {
    border-color: var(--primary-color) !important;
    outline: none !important;
}

/* SWAL */
.document-block {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.document-block .section-tag {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: block;
}

.document-block h2 {
    color: var(--text-color);
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.document-block p {
    color: #e5e5e5;
    line-height: 1.8;
}

.document-block p:last-child {
    margin-bottom: 0;
}

.document-block a {
    color: var(--primary-color);
    text-decoration: underline;
}

.document-block a:hover {
    color: var(--secondary-color);
}

.document-block strong {
    color: var(--text-color);
    font-weight: 600;
}

.document-block ul {
    color: var(--text-color-d);
    line-height: 1.8;
    margin: 16px 0 16px 24px;
    list-style: none;
    padding-left: 0;
}

.document-block li {
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative;
    color: var(--text-color);
}

.document-block li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 50%;
}

.document-block .indent-list {
    border-left: 3px solid rgba(169, 50, 198, 0.3);
    padding-left: 20px;
    margin: 16px 0;
}

.document-block .indent-list p {
    margin-bottom: 12px;
}

/* legal docuemnt n stuff */
.info-tooltip {
    position: absolute;
    bottom: calc(100% + 8px);
    right: 0;
    background: rgb(25 11 28 / 95%);
    backdrop-filter: blur(10px);
    border-radius: 6px;
    padding: 0.75rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    min-width: 200px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.info-tooltip.active {
    opacity: 1;
    visibility: visible;
}

.info-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 15px;
    border: 5px solid transparent;
    border-top-color: rgba(100, 30, 120, 0.95);
}

.info-tooltip ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-tooltip ul li {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.75rem;
    padding: 0.3rem 0;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    line-height: 1.3;
}

.info-tooltip ul li::before {
    content: "+";
    color: var(--primary-color);
    font-weight: bold;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.tooltip-icon {
    font-size: 0.85rem;
    color: var(--primary);
    cursor: help;
    opacity: 0.8;
}

/* com*/
.compare-card-header {
    display: flex;
    grid-gap: 25px;
    align-items: center;
    padding: 35px;
}

.compare-card-header-l {
    width: 70px;
    min-width: 70px;
    height: 70px;
    background: linear-gradient(145deg, black, transparent);
    border: 1px solid #1c1c1c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 31px;
    color: white;
}

.compare-card .product-card-info {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    border-top: 1px solid #ffffff0d;
    padding-left: 35px;
    padding-top: 35px;
    padding-bottom: 35px;
    margin: 0;
    background: #120f13;
}

.compare-card-header-r {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.compare-card-header-r .plan-price {
    font-size: 25px;
    margin: 0;
    color: var(--secondary-color);
}

.compare-card-header-r .plan-price span {
    margin-bottom: 4px;
    font-size: 14px;
}

.compare-card-title {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.5px;
    font-size: 21px;
}

.compare-card .product-card-info p {
    padding: 8px 35px;
    border: 0;
    padding: 0;
    background: transparent;
}

.compare-card {
    padding: 0;
}

.burger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 22px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    font-family: montserrat, sans-serif !important;
}

.burger-menu span {
    width: 100%;
    height: 3px;
    background: var(--primary-color);
    border-radius: 2px;
    transition: 0.3s;
}

.burger-menu.active span:nth-child(1) {
    transform: translateY(9.5px) rotate(45deg);
}

.burger-menu.active span:nth-child(2) {
    opacity: 0;
}

.burger-menu.active span:nth-child(3) {
    transform: translateY(-9.5px) rotate(-45deg);
}

.mobile-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    max-width: 85vw;
    height: 100vh;
    background: #0a0a0a;
    z-index: 1002;
    transition: right 0.3s ease;
    overflow-y: auto;
    border-left: 1px solid #2d2d2d;
    font-family: montserrat, sans-serif !important;
}

.mobile-sidebar.active {
    right: 0;
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #2d2d2d;
}

.close-sidebar {
    background: transparent;
    border: none;
    color: var(--primary-color);
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-family: montserrat, sans-serif !important;
}

.close-sidebar:hover {
    color: #fff;
}

.sidebar-content {
    padding: 20px;
}

.sidebar-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    margin-bottom: 8px;
    transition: 0.3s;
    font-weight: 600;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-family: montserrat, sans-serif !important;
}

.sidebar-link:hover {
    background: #1a1a1a;
    color: var(--primary-color);
}

.sidebar-link.btn-style {
    background: var(--primary-color);
    color: #fff;
}

.sidebar-link.btn-style:hover {
    background: #8a28a6;
}

.sidebar-dropdown {
    margin-bottom: 8px;
}

.sidebar-dropdown-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.sidebar-dropdown.active .sidebar-dropdown-content {
    max-height: 800px;
}

.sidebar-dropdown.active .dropdown-toggle i {
    transform: rotate(180deg);
}

.sidebar-dropdown-content a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    color: var(--text-color-d);
    text-decoration: none;
    border-radius: 6px;
    margin-bottom: 5px;
    transition: 0.3s;
    font-size: 14px;
    font-family: montserrat, sans-serif !important;
}

.sidebar-dropdown-content a:hover {
    background: #1a1a1a;
    color: #fff;
}

.sidebar-dropdown-content a img {
    width: 35px;
    height: 35px;
    border-radius: 6px;
    object-fit: cover;
}

.sidebar-dropdown-content a div span {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.sidebar-dropdown-content a div p {
    font-size: 12px;
    color: var(--text-color-d);
    margin-top: 2px;
    line-height: normal;
}

.sidebar-dropdown-content a i {
    font-size: 16px;
    width: 20px;
}

.sidebar-dropdown-content a.view-all {
    color: var(--primary-color);
    font-weight: 600;
    margin-top: 10px;
    justify-content: center;
}

.dropdown-toggle i {
    transition: transform 0.3s;
    font-size: 12px;
}

.sidebar-divider {
    height: 1px;
    background: #2d2d2d;
    margin: 10px 0 20px 0;
}

.sidebar-socials {
    display: flex;
    gap: 12px;
    margin-top: 25px;
    justify-content: center;
}

.sidebar-socials a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a1a1a;
    border-radius: 8px;
    color: var(--primary-color);
    font-size: 18px;
    transition: 0.3s;
    border: 1px solid #2d2d2d;
    font-family: montserrat, sans-serif !important;
}

.sidebar-socials a:hover {
    background: var(--primary-color);
    color: #fff;
}

body.no-scroll {
    overflow: hidden;
}

.centered-button {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.centered-button .btn-primary {
    width: 100%;
    max-width: 300px;
}
/* quick fixes */
.ram-count {
    margin-top: 20px;
    display: flex;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--primary-color);
}

.game-hosting .game-card-body > span, .game-hosting  .game-card-body > p {
    background: black;
}

.btn-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media (max-width: 768px) {
    .custom-server-content {
        flex-direction: column;
        text-align: center;
    }

    .flex-row {
        flex-direction: column;
        grid-gap: 8px;
    }

    .custom-server-content .btn-primary {
        width: 100%;
    }

    .document-block .block {
        padding: 24px 20px;
    }

    .document-block h2, .title-set h2 {
        font-size: 20px;
    }

    .table-comp-content h4 {
        font-size: 15px;
    }

    .table-x-msg h3 {
        font-size: 16px;
        max-width: 250px;
    }

    .table-comp-name h5 {
        font-size: 16px;
    }

    .table-comp-content p {
        max-width: 200px;
        font-size: 12px;
        line-height: 18px;
    }

    .table-comp-name p {
        font-size: 12px;
    }

    .flex-row a {
        font-size: 13px;
        padding: 10px 15px;
    }

    #comparrison {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-x table {
        min-width: 800px;
    }

    .table-x tr th, .table-x tr td {
        padding: 15px 15px;
    }

    .table-x tr th:first-child, .table-x tr td:first-child {
        min-width: 300px;
    }

    .table-comp-content {
        grid-gap: 12px;
    }

    .table-comp-content i {
        width: 45px;
        min-width: 45px;
        height: 45px;
        font-size: 20px;
    }
}

@media (max-width: 968px) {
    .btn-selector {
        flex-direction: column;
    }
    .showcase-grid, .showcase-stats {
        grid-template-columns: 1fr;
    }

    .showcase-content, .showcase-visual {
        grid-column: 1 / -1;
    }

    .showcase-visual {
        height: 600px;
        margin-top: 60px;
    }

    .showcase-content h2 {
        font-size: 32px;
    }

    .navbar-links, .navbar-r, .navbar-r .flex-row, .navbar-r > .navbar-link, .navbar-r > .dropdown, .cta-image, .floating, .product-card-icon {
        display: none;
    }

    #about, .csgo-valid, .linux-tux, .steve-alex-flex .section-in {
        background: none;
    }

    .features-grid, .features-layout, .info, .features {
        display: flex;
        flex-direction: column;
    }

    .flex-row {
        flex-direction: column;
        width: 100%;
    }

    .footer-bottom .footer-in {
        flex-direction: column;
        align-items: center;
        text-align: center;
        grid-gap: 20px;
    }

    .feature-card {
        transform: none!important;
        flex-direction: column!important;
        align-items: flex-start;
    }

    .footer-top .flex-row {
        flex-direction: row;
    }

    .icon-grid-column {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .icon-grid-column .grid-3:nth-child(even) {
        transform: none;
    }

    .burger-menu {
        display: flex;
    }

    .site-logo {
        font-size: 22px;
        grid-gap: 15px;
    }

    .site-logo img {
        height: 34px;
    }

    .icon-grid-column .icon-in img {
        height: 30px;
    }

    .product-card-header-in .product-card-title {
        font-size: 22px;
    }

    .header-container h1 {
        font-size: 20px;
        line-height: 34px;
    }

    .title-set h2 {
        font-size: 20px;
        min-width: unset;
    }

    #cta .title-set h2 {
        min-width: unset;
        font-size: 24px;
        width: 100%;
    }

    .navbar-in, .header-in, .section-in, .footer-in {
        padding-left: 30px;
        padding-right: 30px;
    }

    .btn-primary, .btn-selector {
        width: 100%;
    }

    .product-card .btn-primary {
        width: calc(100% - 60px);
    }

    .header-container {
        padding-bottom: 60px;
        padding-top: 30px;
    }

    .owl-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .table-x {
        overflow: auto;
    }

    header {
        height: auto;
    }

    .footer-top, .plan-selector {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        grid-gap: 20px;
    }

    .cta-container {
        display: block;
    }

    .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9 {
        grid-template-columns: repeat(1, 1fr)!important;
    }

    .title-set {
        flex-direction: column;
        grid-gap: 20px;
    }

    .features-grid .feature-card {
        padding: 25px;
    }

    .info, .features {
        grid-gap: 30px;
    }
}
