@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100;200;300;400;500;600;700;800&display=swap');

body {
    font-family: 'Libre Franklin', sans-serif;
    background: #05080B !important;
    color: #f3f6f4 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #0c1115 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: #05080b;
    opacity: 0;
}

*::-webkit-scrollbar-thumb {
    background-color: #172026;
    /*border-radius: 10px;*/
    border: 3px none #ffffff;
}

.navbar-marketing.bg-transparent.navbar-light {
    background-color: rgba(10, 14, 17, .1) !important;
    border-bottom: none !important;
}

.navbar-marketing.navbar-light.navbar-scrolled {
    background: #0A0E11 !important;
    border-bottom: none !important;
}

.navbar-light .navbar-toggler {
    color: #fff !important;
    border: none !important;
}

.navbar-marketing .navbar-brand img {
    height: 2.3rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    transition: all .4s ease;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active {
    color: #f3f6f4;
}

.dropdown .dropdown-toggle .dropdown-arrow {
    margin-top: 1px;
}

.dropdown-menu {
    background: #11181D;
    color: #f3f6f4;
}

.dropdown-item {
    color: #f3f6f4;
    transition: all .4s ease;
}

.dropdown-item:hover, .dropdown-item:active, .dropdown-item:focus {
    color: #fff;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0C1115;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0C1115;
}

.dropdown-divider {
    border-top: 1px solid #05080B;
}

.icon-stack {
    background-color: #05080B;
}

.dropdown-item img {
    margin-right: 4px;
}

.slider-saga {
    overflow-x: hidden;
}

.slider-saga .carousel-inner {
    cursor: pointer;
}

.slider-saga .carousel-item {
    background-size: cover;
    background-position: center center;
    height: 595px;
}

.slider-saga .carousel-indicators {
    overflow-Y: hidden;
    overflow-x: auto;
    border: none !important;
    background-color: #3c444f;
}

.slider-saga .caption h2 {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 50px;
}

.slider-saga .caption p {
    font-weight: 400;
    font-size: 18px;
}

.slider-saga .caption .btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    transition: all .4s ease;
}

.slider-saga .caption .btn svg {
    margin-right: 6px;
}

.slider-saga .caption .btn:hover {
    transition: all .4s ease;
    -webkit-box-shadow: 0px 0px 14px 4px rgba(0, 97, 242, 0.2);
    -moz-box-shadow: 0px 0px 14px 4px rgba(0, 97, 242, 0.2);
    box-shadow: 0px 0px 14px 4px rgba(0, 97, 242, 0.2);
}

#features h2, #games h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

#features .icon-stack {
    background-color: #0C1115;
}

#features .icon-rotate {
    transition: 1.0s ease all;
    -moz-transition: 1.0s ease all;
    -webkit-transition: 1.0s ease all;
}

#features .icon-rotate:hover {
    transition: 1.0s ease all;
    -moz-transition: 1.0s ease all;
    -webkit-transition: 1.0s ease all;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(10, 14, 17, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(10, 14, 17, 1);
    box-shadow: 0px 0px 10px 0px rgba(10, 14, 17, 1);

}

.rotate {
    cursor: pointer;
}

.rotate:hover {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;

    transition: transform 1.0s ease all;
    -moz-transition: -moz-transform 1.0s ease all;
    -webkit-transition: -webkit-transform 1.0s ease all;
}

#features .icon-stack i {
    color: #1089d2;
}

#features h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.01em;
}

#features p {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -0.001em;
}

.card {
    background-color: #0C1115;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(10, 14, 17, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(10, 14, 17, 1);
    box-shadow: 0px 0px 10px 0px rgba(10, 14, 17, 1);
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #0041a1;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #1089d2;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
}

.ribbon-top-right {
    top: -10px;
    right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: -16px;
    top: 30px;
    transform: rotate(45deg);
}

#games {
    background-color: #0A0E11 !important;
}

#games .card h1 {
    color: #fff;
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

#games .card .btn {
    text-transform: uppercase;
    letter-spacing: -0.02em;
    font-weight: 800;
    transition: all .4s ease;

}

#games .card .btn i {
    margin-left: 4px;
    transition: all .4s ease;
}

#games .card .btn:hover i {
    margin-left: 16px;
}

/*
#games .card p {
	color: #f3f6f4;
	font-weight: 100;
	font-style: italic;
	letter-spacing: -0.03em;
	text-transform: uppercase;
}
*/

#games .card ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#games .card ul li {
    color: #fff;
    letter-spacing: -0.02em;
    font-weight: 500;
    padding: 10px 0;
    font-size: 18px;
}

#games .card ul li i {
    color: #1089d2;
    margin-top: 2px;
}

#map h2 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}

#map h4 {
    color: #f3f6f4 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    font-style: italic;
    letter-spacing: -0.03em;
}

.footer {
    background-color: #0A0E11;
}

.footer .check {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.03em;

}

.footer .review {
    color: #fff;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.mapsvg-popover {
    background-color: #0A0E11 !important;
    color: #fff !important;
    border-color: #0A0E11 !important;
}

.mapsvg-popover-close::before, .mapsvg-popover-close::after {
    background-color: #fff !important;
}

.mapsvg-popover .mapsvg-controller-view-toolbar + .mapsvg-controller-view-wrap .mapsvg-controller-view-content {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.mapsvg-tooltip {
    background-color: #0A0E11 !important;
    color: #fff !important;
    border-color: #0A0E11 !important;
    font-family: 'Montserrat', sans-serif !important;
}

#header {
    padding: 134px 0;
    position: relative;
    z-index: 1;
}

#header::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 14, 17, 0.68);
    z-index: -1;
}

#header h1 {
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}

#header p {
    font-weight: 500;
    font-size: 18px;
}

.header-minecraft {
    background: url(../images/game-headers/minecraft-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}


.header-unturned {
    background: url(../images/game-headers/unturned-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-scp {

    background: url(../images/game-headers/scp-bg.webp);

    background-size: cover;

    background-repeat: no-repeat;

}

.header-haxball {
    background: url(../images/game-headers/haxball-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-vrising {
    background: url(https://www.saganetwork.net/assets/images/game-headers/vrising-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-ark {
    background: url(../images/game-headers/ark-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-fivem {
    background: url(../images/game-headers/fivem-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-mta {
    background: url(../images/game-headers/mta-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-rust {
    background: url(../images/game-headers/rust-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-discord {
    background: url(../images/game-headers/discord-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-gmod {
    background: url(../images/game-headers/gmod-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-arma3 {
    background: url(../images/game-headers/arma3-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-dontstarve {
    background: url(../images/game-headers/dontstarve-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-tf2 {
    background: url(../images/game-headers/tf2-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-terraria {
    background: url(../images/game-headers/terraria-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-conan {
    background: url(../images/game-headers/conan-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-insurgency {
    background: url(../images/game-headers/insurgency-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-hurtworld {
    background: url(../images/game-headers/hurtworld-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-hosting {
    background: url(../images/game-headers/hosting.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.contact {
    background: url(../images/game-headers/contact.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#game-plans .card {
    color: #f3f6f4 !important;
}

#game-plans .card h1, #game-plans .card h2 {
    color: #fff;
}

#game-plans .card h2 {
    font-weight: 800;
}

#game-plans .card h1 {
    font-weight: 600;
}

#game-plans .card h1 span {
    font-weight: 400;
    font-size: 20px;
}

#game-plans .card ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

#game-plans .card ul li {
    letter-spacing: -0.04em;
    font-weight: 500;
}

#game-plans .card a {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    padding: 8px 50px;
}

#features-game {
    background-color: #0A0E11 !important;
}

#features-game .avatar {
    height: auto !important;
    width: auto !important;
    color: #0EA7E7;
}

#features-game h6 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -0.03em;
}

#cpu h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -0.03em;
}

#cpu p {
    color: #f3f6f4 !important;
    letter-spacing: -0.01em;
    font-size: 18px;
    font-weight: 400;
}

#panel {
    background-color: #0A0E11 !important;
}

#panel h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -0.03em;
}

#panel p {
    color: #f3f6f4 !important;
    letter-spacing: -0.01em;
    font-weight: 400;
}

#panel .carousel .carousel-item img {
    height: 400px !important;
}

#faq .accordion-item {
    background-color: transparent !important;
    border: none !important;
}

#faq .accordion-button {
    background-color: #0A0E11 !important;
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(10, 14, 17, 1);
}

#faq .accordion-body {
    background-color: #0C1115;
}

.switch {
    font-size: 1rem;
    position: relative;
}

.switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}

.switch input + label {
    position: relative;
    min-width: calc(calc(2.375rem * 0.8) * 2);
    border-radius: calc(2.375rem * 0.8);
    height: calc(2.375rem * 0.8);
    line-height: calc(2.375rem * 0.8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * 0.8) * 2) + 0.5rem);
}

.switch input + label::before,
.switch input + label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(2.375rem * 0.8) * 2);
    bottom: 0;
    display: block;
}

.switch input + label::before {
    right: 0;
    background-color: #dee2e6;
    border-radius: calc(2.375rem * 0.8);
    transition: 0.2s all;
}

.switch input + label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(2.375rem * 0.8) - calc(2px * 2));
    height: calc(calc(2.375rem * 0.8) - calc(2px * 2));
    border-radius: 50%;
    background-color: white;
    transition: 0.2s all;
}

.switch input:checked + label::before {
    background-color: #08d;
}

.switch input:checked + label::after {
    margin-left: calc(2.375rem * 0.8);
}

.switch input:focus + label::before {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}

.switch input:disabled + label {
    color: #868e96;
    cursor: not-allowed;
}

.switch input:disabled + label::before {
    background-color: #e9ecef;
}

.switch.switch-sm {
    font-size: 0.875rem;
}

.switch.switch-sm input + label {
    min-width: calc(calc(1.9375rem * 0.8) * 2);
    height: calc(1.9375rem * 0.8);
    line-height: calc(1.9375rem * 0.8);
    text-indent: calc(calc(calc(1.9375rem * 0.8) * 2) + 0.5rem);
}

.switch.switch-sm input + label::before {
    width: calc(calc(1.9375rem * 0.8) * 2);
}

.switch.switch-sm input + label::after {
    width: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
    height: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
}

.switch.switch-sm input:checked + label::after {
    margin-left: calc(1.9375rem * 0.8);
}

.switch.switch-lg {
    font-size: 1.25rem;
}

.switch.switch-lg input + label {
    min-width: calc(calc(3rem * 0.8) * 2);
    height: calc(3rem * 0.8);
    line-height: calc(3rem * 0.8);
    text-indent: calc(calc(calc(3rem * 0.8) * 2) + 0.5rem);
}

.switch.switch-lg input + label::before {
    width: calc(calc(3rem * 0.8) * 2);
}

.switch.switch-lg input + label::after {
    width: calc(calc(3rem * 0.8) - calc(2px * 2));
    height: calc(calc(3rem * 0.8) - calc(2px * 2));
}

.switch.switch-lg input:checked + label::after {
    margin-left: calc(3rem * 0.8);
}

.switch + .switch {
    margin-left: 1rem;
}

.dropdown-menu {
    margin-top: 0.75rem;
}

#web-plans .card-body h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -0.03em;
}

#web-plans .card-body h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

#web-plans .card-body h1 .mo {
    font-size: 20px;
    font-weight: 400;
}

#web-plans .card-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#web-plans .card-body ul li {
    font-weight: 500;
    letter-spacing: -0.02em;
}

#web-plans .card-body ul li b {
    color: #1089d2;
}

#web-plans .card-body .btn {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    padding: 8px 50px;
}

#contact-content, #contact-content label {
    color: #f3f6f4 !important
}

#contact-content h5, #contact-content h2 {
    color: #fff;
}

.form-control {
    background-color: #0A0E11;
    border: 1px solid #0C1115;
    color: #fff;
}

.form-control:hover, .form-control:active, .form-control:focus {
    background-color: #0A0E11;
    border: 1px solid #0C1115;
    color: #fff;
}

.card-input-element {
    display: none;
}

.card-input {
    margin: 10px;
    padding: 0px;
}

.card-input:hover {
    cursor: pointer;
}

.card-input-element:checked + .card-input {
    box-shadow: 0 0 1px 1px #1089d2;
    background-color: #1089d2;
}

#order-process #selected-ram {
    color: #1089d2;
    font-weight: 600;
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #0C1115, 0 0 0 .25rem rgba(0, 97, 242, .25);
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #0C1115, 0 0 0 .25rem rgba(0, 97, 242, .25);
}

.form-range::-moz-focus-outer {
    border: 0;
}

.form-range::-webkit-slider-thumb {
    background-color: #1089d2;
}

.form-range::-webkit-slider-thumb:active {
    background-color: #1089d2;
}

.form-range::-webkit-slider-runnable-track {
    background-color: #1089d2;
}

.form-range::-moz-range-thumb {
    background-color: #1089d2;
    width: 1.3rem;
    height: 1.3rem;
}

.form-range::-moz-range-thumb:active {
    background-color: #1089d2;
    border: 4px solid #0A0E11;
}

.form-range::-moz-range-track {
    background-color: #0C1115;
    box-shadow: 0px 0px 10px 0px rgba(167, 174, 184, .04);
    height: .8rem;
}

.form-check-input {
    background-color: #0C1115;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(10, 14, 17, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(10, 14, 17, 1);
    box-shadow: 0px 0px 10px 0px rgba(10, 14, 17, 1);
}

.form-check-label span {
    cursor: help;
    color: #1089d2;
}

.label-card {
    width: 100%;
}

.label-card .card h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
}

.label-card .card h2 img {
    position: relative;
    top: -2px;
}

.card-hood h2 {
    font-weight: 700;
    text-transform: uppercase;
}

.card-hood h3 span {
    font-weight: 800;
    text-transform: uppercase;
}

.card-hood .border-top {
    border-top: 1px solid #69707a !important;
}

.card-hood .border-bottom {
    border-bottom: 1px solid #69707a !important;
}

.card-hood #current_additions {
    list-style: none;
    padding: 0;
}

.card-hood #current_additions li {
    color: #69707a;
}

.offcanvas {
    background-color: #0A0E11 !important;
}

.btn-close {
    color: #fff !important;
    background: unset !important;
    font-size: 24px;
}

.fs-10 {
    font-size: 12px !important;
}

.h-32 {
    height: 32px !important;
}

.w-32 {
    width: 32px !important;
}

.accordion, .accordion-item {
    background-color: #0A0E11 !important;
    border: none !important;
}

.accordion-button {
    background-color: #0A0E11 !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.card-hood #current_additions li span {
    font-weight: 600;
    color: #fff;
}

.card-hood #current_price {
    font-weight: 700;
}

.card-hood #current_payment {
    font-size: 18px;
    font-weight: 500;
}

.b-box {
    display: flex;
    gap: 10px;
    padding: 6px 12px;
    border-radius: 8px;
    background-color: #0A0E11;
    cursor: pointer;
    align-items: center;
}

.border-sg {
    border: 1px solid #1089d2;
    text-decoration: none;
    color: #1089d2;
}

.border-sg:hover {
    text-decoration: none;
    color: #1089d2;
}

.fs-7 {
    font-size: 14px;
}

.b-box img {
    height: 32px;
    width: 32px;
}

.b-box small {
    font-size: 12px;
    color: #69707a;
}

.card-hood .btn-primary {
    font-weight: 700;
    text-transform: uppercase;
}

.main-header {
    position: sticky;
    top: 0;
    z-index: 999;
}

.main-header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(5, 8, 11, 1) 0%, rgba(16, 27, 38, 1) 50%, rgba(5, 8, 11, 1) 100%);
    opacity: 0;
    transition: all 0.15s ease-in-out;
}

.main-header-scrolled:before {
    opacity: 1;
}

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

@media screen and (max-width: 1200px) {
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .grid-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.m-nav-item {
    text-decoration: none !important;
    color: white;
    cursor: pointer;
}

.m-nav-item > span {
    font-size: 16px;
    transition: all .3s ease-in-out;
}

.m-link {
    padding: 18px 0;
    position: relative;
}

.m-link .b-badge {
    position: absolute;
    right: 0;
    top: 6px;
    background-color: #dc841f;
    animation: blinker 2s infinite ease-in-out;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.m-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    transition: all .3s ease-in-out;
    background-color: #112b3f;
}

.m-nav-item:hover {
    color: white;
}

.m-nav-item:hover .m-link:before {
    width: 100%;
}

.m-nav-menu {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    transform: translateY(10%);
    min-height: 320px;
    z-index: 99;
    background-color: rgba(10, 16, 20, 0.7) !important;
    backdrop-filter: blur(32px) !important;
    border-top: 1px dashed #1b262d;
}

.m-nav-item:hover > div.m-nav-menu {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0);
    pointer-events: all;
}

.m-link > i {
    transition: all .3s ease-in-out;
}

.toggle-btn i {
    font-size: 28px;
}

.toggle-btn {
    cursor: pointer;
    display: none;
}

@media screen and (max-width: 992px) {
    .toggle-btn {
        display: block !important;
    }
}

@media screen and (max-width: 992px) {
    .max-lg-hidden {
        display: none !important;
    }
}

.m-nav-item:hover > .m-link > i {
    transform: rotate(180deg);
}

.menu-box {
    text-decoration: none;
    padding: 12px 16px;
    background-color: rgba(18, 29, 40, 0.49);
    border-radius: 6px;
    display: flex;
    gap: 16px;
    align-items: center;
}

.menu-box:hover {
    text-decoration: none;
}

.sub-card {
    transition: all .3s ease-in-out;
}

.fs-8 {
    font-size: 13px;
}

.fs-9 {
    font-size: 12px;
}

.tag {
    padding: 1px 12px;
    background-color: #12547a;
    border-radius: 32px;
    font-size: 14px;
}

.tag:nth-child(2) {
    background-color: #dc841f;
}

.tag:nth-child(3) {
    background-color: #0d74b2;
}

.tag:nth-child(4) {
    background-color: #0db23c;
}

.tag:nth-child(5) {
    background-color: #b2470d;
}

.tag:nth-child(6) {
    background-color: #830db2;
}

.host-box i {
    font-size: 24px;
    color: #0d74b2;
}

.host-box {
    position: relative;
    padding: 12px 0;
    border-bottom: 2px solid #123e57;
}

.host-box:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    transition: all .3s ease-in-out;
    background-color: #0d74b2;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}

.host-box:hover:before {
    width: 100%;
}

.host-box .badge {
    position: absolute;
    right: 6px;
    top: 6px;
    background-color: #dc841f;
    border-radius: 32px;
    font-size: 10px;
}

.domain-search input {
    border: 1px solid #262c38;
    background-color: rgba(18, 29, 40, 0.49);
    color: #fff;
    padding: 12px 16px;
    width: 100%;
    border-radius: 8px;
}

.sub-card:hover {
    text-decoration: none;
    opacity: 0.5;
}

.sub-card img {
    height: 36px;
    width: 36px;
}

.sub-card-body strong {
    font-size: 14px;
    color: white;
}

.sub-card-body small {
    font-size: 12px;
    color: whitesmoke;
}

.m-lg-title {
    font-size: 18px;
    font-weight: 600;
    padding: 8px 0;
    color: #f0f0f0;
    border-bottom: 1px solid #131b26;
    margin-bottom: 16px;
}

.m-icon {
    color: white;
    transition: all .3s ease-in-out;
}

.menu-box:hover > .m-icon {
    transform: translateX(8px);
}

.menu-box img {
    height: 42px;
    width: 42px;
}

.m-title {
    font-size: 16px;
    line-height: normal;
}

.m-label {
    font-size: 14px;
    line-height: normal;
    color: whitesmoke;;
}

.main-banner {
    position: relative;
    max-height: 420px;
    overflow: hidden;
    border-radius: 8px;
    z-index: 0;
}

.main-banner:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: .5;
    background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #000000 6px), repeating-linear-gradient(#11111155, #111111);
    z-index: 1;
}

.main-banner-content {
    z-index: 2;
    position: absolute;
    bottom: 50%;
    height: calc(100% - 64px);
    transform: translateY(50%);
    left: 32px;
}

.main-banner-content h1 {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.main-banner-content p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.01em;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.main-banner-img {
    width: 100%;
    height: auto;
    object-fit: cover;

}

.grid {
    display: grid;
}

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

.h-full {
    height: 100% !important;
}

.mc-card {
    overflow: hidden;
    position: relative;
    background-color: #14212d;
    border: 1px solid #0C1115;
    box-shadow: unset !important;
    opacity: 1;
    /*background-image: url("../images/mc-bg.jpg");*/
    background-size: contain;
}

.mc-card .card-body {
    position: relative;
    z-index: 2;
}

.mc-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.list-bordered li:not(:last-child) {
    border-bottom: 1px solid rgba(20, 33, 45, 0.49);
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.mc-card:nth-child(2) {
    box-shadow: 0px 0px 10px 0px rgb(213, 190, 45);
}

.main-breadcrumb-wrapper {
    padding: 32px 0;
    background-color: #05080b;
    opacity: 1;
    background-image: linear-gradient(135deg, #0a1014 25%, transparent 25%), linear-gradient(225deg, #0a1014 25%, transparent 25%), linear-gradient(45deg, #0a1014 25%, transparent 25%), linear-gradient(315deg, #0a1014 25%, #05080b 25%);
    background-position: 4px 0, 4px 0, 0 0, 0 0;
    background-size: 4px 4px;
    background-repeat: repeat;
}

.bg-patter {
    background-color: #05080b;
    opacity: 1;
    background-image: linear-gradient(135deg, #0a1014 25%, transparent 25%), linear-gradient(225deg, #0a1014 25%, transparent 25%), linear-gradient(45deg, #0a1014 25%, transparent 25%), linear-gradient(315deg, #0a1014 25%, #05080b 25%);
    background-position: 4px 0, 4px 0, 0 0, 0 0;
    background-size: 4px 4px;
    background-repeat: repeat;
}

.pricing-card {
    background-color: #0c1115;
    padding: 32px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.pricing-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

@media screen and (max-width: 1200px) {
    .pricing-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 992px) {
    .pricing-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .pricing-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.pricing-card--ticket {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.pricing-card--ticket span {
    display: none;
    position: relative;
    z-index: 3;
    font-size: 16px;
    font-weight: 600;
    /*display: block;*/
    transform: rotate(-45deg);
    top: 35px;
    left: 15px;
    text-align: center;
    /*background-color: red;*/
    text-transform: uppercase;
}

.ft-card {
    background-color: #080d11;
    min-height: 320px;
    border-radius: 8px;
    border: 1px solid #0c1115;
}

.main-body .logo img {
    height: 148px;
}

.pricing-card:nth-child(3n) .pricing-card--ticket:before {
    border-top: 120px solid #7c3e39;
}

.pricing-card:nth-child(3n+1) .pricing-card--ticket:before {
    border-top: 120px solid #214831;
}


.pricing-card:nth-child(3n+2) .pricing-card--ticket:before {
    border-top: 120px solid #0d74b2;
}

.pricing-card__header {
    text-align: center;
    margin-bottom: 32px;
    padding-top: 64px;
}

.pricing-card__header .discount {
    display: block;
    width: fit-content;
    margin: 24px auto 0 auto;
    background-color: tomato;
    padding: 4px 8px;
    border-radius: 4px;
}

.pricing-card__header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
}

.main-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-list li {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.swiper {
    width: 100%;
    height: fit-content;
}

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

@media screen and (max-width: 1200px) {
    .grid-cols-5 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media screen and (max-width: 992px) {
    .grid-cols-5 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.pt-8 {
    padding-top: 48px;
}

.domain-search input {
    background-color: #0e171f !important;
    border: 1px solid #202b32 !important;
}

.swiper-pagination-current {
    color: #1089d2 !important;
    font-size: 32px !important;
    font-weight: 600 !important;
}

.swiper-pagination-total {
    color: #69707a !important;
}

.bb-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: rgba(10, 16, 20, 0.7) !important;
    backdrop-filter: blur(32px) !important;
    height: 96px;
    border: 1px solid #0c1115;
}

.bb-box img {
    opacity: 0.5;
    transition: all .3s ease-in-out;
    filter: grayscale(100%);
}

.bb-box:hover img {
    opacity: 1;
    filter: grayscale(0%);
}

.bb-box-unset {
    background-color: unset !important;
    backdrop-filter: unset !important;
    border: unset !important;
}

.ftr-swiper-wrapper {
    position: relative;
}

.ftr-swiper-wrapper:hover .ftr-swiper-next, .ftr-swiper-wrapper:hover .ftr-swiper-prev {
    opacity: 1;
}

.ftr-swiper-next {
    opacity: 0;
    transition: all .3s ease-in-out;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0c1115;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    z-index: 999;
    border: 1px solid #151e25;
}

.ftr-swiper-next.swiper-button-disabled i {
    color: #3d3d3d;
}

.ftr-swiper-prev.swiper-button-disabled i {
    color: #3d3d3d;
}

.ftr-swiper-prev {
    opacity: 0;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0c1115;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    z-index: 999;
    border: 1px solid #151e25;
}

.section-title {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    max-width: 360px;
}

.section-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.btn-main {
    font-weight: 500;
    background-color: #081218;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid #1089d2;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.btn-main:hover {
    background-color: #0e3f5d;
    border: 1px solid #1089d2;
}

.mt-12 {
    margin-top: 12rem;
}

.section-title span {
    color: #1089d2;
}

.btn-arrow {
    font-size: 16px;
    color: #1089d2;
    display: flex;
    gap: 8px;
    align-items: center;
    transition: all .3s ease-in-out;
}

.b-title {
    font-size: 64px;
    font-weight: 700;
}

.b-subtitle {
    font-size: 24px;
}
@media screen and (max-width: 1200px) {
    .b-title {
        font-size: 56px;
        margin-top: 48px;
    }

    .b-subtitle {
        font-size: 20px;
    }
}

@media screen and (max-width: 992px) {
    .b-title {
        font-size: 48px;
    }

    .b-subtitle {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .b-title {
        font-size: 32px;
    }

    .b-subtitle {
        font-size: 16px;
    }
}

.btn-arrow i {
    font-size: 20px;
}

.ex-card {
    padding: 32px 16px;
    background-color: #0a0e11;
    /*border-radius: 8px;*/
    border: 1px solid #0c1115;
}
@media screen and (max-width: 1200px) {
    .ex-card {
        padding: 26px 16px;
    }
}

@media screen and (max-width: 992px) {
    .ex-card {
        padding: 20px 16px;
    }
}

.ex-card:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.ex-card:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.ex-card img {
    height: 32px;
    width: 32px;
}
@media screen and (max-width: 1200px) {
    .ex-card img {
        height: 28px;
        width: 28px;
    }
}

.ex-card h3 {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    margin-bottom: 8px;
}
.ex-title {
    font-size: 42px;
}
@media screen and (max-width: 1200px) {
    .ex-card h3 {
        font-size: 16px;
    }
    .ex-title {
        font-size: 36px;
    }
}
@media screen and (max-width: 992px) {
    .ex-title {
        font-size: 32px;
        margin-top: 48px;
    }
}

.ex-card .desc {
    line-height: 1;
    font-size: 14px;
    color: #69707a;
}