body {
    background-color: #090911;
}

.navbar-top {
    background-color: #17172a !important;
    color: #fff;
}

.navbar {
    background-color: #10101d !important;
}

.navbar .nav-link, .contain-mega-menu:hover>.nav-link {
    color: #fff;
}

.navbar .nav-link:hover, .contain-sub-1:hover .nav-link {
    color: #d3fcff;
}

.contain-sub-1 .nav-link:after, .contain-mega-menu .nav-link:after {
    filter: invert(1);
}

.contain-mega-menu__content, .contain-sub-1__content {
    background-color: #0e0e1a;
}

.contain-mega-menu__list {
    background-color: transparent !important;
}

.contain-mega-menu__list li:hover>.contain-mega-menu__link,
.contain-sub-1__content li:hover>.contain-sub-1__link {
    background-color: hsl(0deg 0% 0% / 21%);
}

.contain-mega-menu__title, .contain-sub-1__title {
    color: #fff;
}

.contain-mega-menu__description,
.contain-sub-1__description {
    color: rgb(255 255 255 / 65%);
}

.nav-tld {
    background  : #020619;
}

.game-white {
    color: #fff;
}

.contain-mega-menu__img img {
    filter: none;
}

.nav-plesk img {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.nav-wordpress img {
    background: #fff;
    border-radius: 30px;
    padding: 5px;
}

.nav-ryzen img {
    filter: invert(1);
}

[data-overlay]:before {
    position: absolute;
    content: '';
    background: linear-gradient(75deg, #181818, #000000);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .8;
}

[data-overlay="minecraft"]:before {
    background: linear-gradient(75deg, #020e01, #051b02) !important;
}

.hero-equal-height {
    position: relative;
    min-height: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.btn-success {
    --bs-btn-color: #000;
    --bs-btn-bg: #07c07e;
    --bs-btn-border-color: #07c07e;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #2cc991;
    --bs-btn-hover-border-color: #20c68b;
    --bs-btn-focus-shadow-rgb: 6, 163, 107;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #39cd98;
    --bs-btn-active-border-color: #20c68b;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #07c07e;
    --bs-btn-disabled-border-color: #07c07e
}

.btn-dark-primary {
    --bs-btn-bg: #15192a;
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;

}

.bg-image {
    position: relative;
}

.bg-image .background-image-wraper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: -2;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
}

.hero-7 {
    padding-top: clamp(9rem, 11.5vw + 1rem, 13.75rem);
    padding-bottom: clamp(3.75rem, 6.3vw + 1rem, 7.5rem);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat
}

.hero-7__shape {
    position: absolute;
    display: none
}

@media(min-width: 1200px) {
    .hero-7__shape {
        display: block
    }
}

@media(min-width: 1200px) {
    .hero-7__shape-1 {
        bottom: 70px;
        left: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1
    }
}

.bg-red {
    background-color: #ff2f2f !important;
}

.bg-purple {
    background-color: #5607c0 !important;
}

.text-justify {
    text-align: justify;
}

.game-card {
    position: relative;
    isolation: isolate
}

.game-card:hover .game-card__btn {
    visibility: visible;
    opacity: 1;
    pointer-events: unset
}

.game-card:hover h5 {
    color: #fff !important;
}

.game-image {
    border: 3px solid #303030;
    transition-duration: .3s;
}

.game-card:hover .game-image {
    border: 3px solid #ffe95a;
    transform: scale(1.02);
}

.game-card__label {
    top: 0;
    right: -24px;
    -webkit-transform: rotate(45deg) translateX(36px);
    transform: rotate(45deg) translateX(36px)
}

.game-card__btn {
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.game-tab {
    position: relative;
    isolation: isolate
}

.game-tab .gt-icon-color {
    display: none
}

.game-tab.active .gt-icon {
    display: none
}

.game-tab.active .gt-icon-color {
    display: block
}

.game-tab.active::after {
    content: "";
    position: absolute;
    top: -1px;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #090911;
    border-bottom: 0;
    -webkit-filter: drop-shadow(0 1px 1px #1062fe);
    filter: drop-shadow(0 1px 1px #1062fe)
}

.game-package {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-blend-mode: color;
    background-color: rgb(0 0 0 / 86%) !important;
    color: #e6e6e6;
    text-align: center;
    border-radius: 15px;
    border: 3px solid;
    transition-duration: .3s;
}

.game-package h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    color: #fff;
}

.game-package:hover {
    transform: scale(1.02);
}

.game-package .game-icon {
    width: 128px;
    height: 128px;
}

.game-package.minecraft .h6 {
    color: #9cf28a;
}

.game-package.minecraft  {
    border-color: #9cf28a !important;
}

.col-xl-3:nth-child(4n+2) .game-package.minecraft {
    border-color: #f0f28a !important;
}

.col-xl-3:nth-child(4n+3) .game-package.minecraft {
    border-color: #8aebf2 !important;
}

.col-xl-3:nth-child(4n+4) .game-package.minecraft {
    border-color: #dd8af2 !important;
}

.game-package.minecraft hr {
    color: #9cf28a !important;
}

.game-package.minecraft .game-features a:hover {
    color: #9cf28a !important;
}

.game-package.arksurvival .h6 {
    color: #a3ce71;
}
.game-package.arksurvival  {
    border-color: #a3ce71 !important;
}

.game-package.terraria .h6 {
    color: #39b732;
}
.game-package.terraria  {
    border-color: #39b732 !important;
}

.game-package.gmod .h6 {
    color: #32b7ac;
}
.game-package.gmod  {
    border-color: #32b7ac !important;
}

.why-card {
    background-color: rgba(255, 255, 255, .05);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}
.why-card:hover {
    background-color: rgba(48, 48, 48, 0.173)
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0
}

.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table
}
.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}
.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}
.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}
.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}
[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}
[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}
.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}
.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}
.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear
}
.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}
.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}
.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}
.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}
.pricing-nav-pills.game-plan {
    overflow-x: auto
}
.pricing-nav-pills.game-plan::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    top: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(10%, #1062fe), color-stop(90%, #1062fe), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #1062fe 10%, #1062fe 90%, rgba(255, 255, 255, 0) 100%);
    z-index: -1
}
.pricing-nav-pills.game-plan .nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.pricing-nav-pills.game-plan .nav>li {
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}
.h-14 {
    height: 3.5rem;
}
.w-14 {
    width: 3.5rem;
}
.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.game-cta-wrapper {
    background-image: url(../img/game-cta-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.game-faq .accordion-item {
    background-color: rgba(255, 255, 255, .05);
    border: 0 !important
}
.owl-carousel .owl-item img {
    filter: brightness(0) invert(1);
}
.footer-2-area {
    background: #10101d !important;
}
.partner-tab-nev.active {
    color: #8cb9ff !important;
}
.nav-pills .nav-link {
    background-color: #151a2e;
    color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #34ac46;
}
.nav-pills .nav-item {
    margin-right: 20px;
}
.price-card-item-one .btn-warning:hover {
    border-color: #fb8d00;
    background-color: #fb8d00;
}
.game-package .game-icon.cs2 {
   width: 176px !important;
   height: 130px !important; 
}
.top-indirim {
    background-color: #180024 !important;
}
.top-indirim .badge {
    background-color: #673ab7 !important;
}
.discord-cta {
    background-image: url(../img/discord-katil-bg.webp) !important;
}