@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: #0ea7e7 #0c1115;
}

/* 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-nav-menu-inner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

@media only screen and (max-width: 1500px) {
    .m-nav-menu-inner {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media only screen and (max-width: 1200px) {
    .m-nav-menu-inner {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (max-width: 992px) {
    .m-nav-menu-inner {
        flex-direction: column;
    }
}

.m-nav-menu-inner-item {
    width: 100%;
}

.mobile-accordion-items {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}

.mobile-accordion-items div a img {
    width: 42px;
    height: 42px;
    object-fit: cover;
}

@media only screen and (max-width: 400px) {
    .mobile-accordion-items {
        grid-template-columns: repeat(3, 1fr);
    }
}

.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; */
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    /* transform: translateY(10%); */
    min-height: 320px;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.9) !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;
    display: block;
} */

.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;

}

@media only screen and (max-width: 992px) {
    .main-banner-content {
        left: 12px;
    }

    .main-banner-content h1 {
        font-size: 24px;
    }

    .main-banner-content p {
        font-size: 14px;
    }

    .main-banner-img {
        height: 22rem;
    }

}

.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-position: 4px 0, 4px 0, 0 0, 0 0;
    background-size: 4px 4px;
    background-repeat: repeat;
}

.bg-patter {
    background-color: #05080b;
    opacity: 1;
    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;
}

.news-card {
    display: block;
    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;
}

.bb-title {
    font-size: 42px;
}

.bb-subtitle {
    font-size: 20px;
    color: #69707a;
}

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

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

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

    .bb-title {
        font-size: 38px;
    }

    .bb-subtitle {
        font-size: 18px;
    }
}

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

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

    .bb-title {
        font-size: 32px;
    }

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

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

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

    .bb-title {
        font-size: 22px;
    }

    .bb-subtitle {
        font-size: 14px;
    }
}

.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;
}

.text-main {
    color: #fff;
}

.pt-top-title {
    font-size: 22px;
    font-weight: 700;
    color: #314f60;
}

.w-fit {
    width: fit-content;

}

.bg-dark {
    background-color: #0a0e11 !important;
}

.pt-hr {
    margin-top: 16px;
    height: 4px !important;
    width: 80px;
    background-color: #3ec1ed;
    border-radius: 8px;
}

.pt-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
    max-width: 560px;
}

@media only screen and (max-width: 1200px) {
    .pt-title {
        font-size: 38px;
    }
}

@media only screen and (max-width: 992px) {
    .pt-title {
        font-size: 32px;
    }
}

.pt-desc {
    font-size: 18px;
    font-weight: 400;
}

@media only screen and (max-width: 1200px) {
    .pt-desc {
        font-size: 16px;
    }
}

.team-sub-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    border-radius: 30px;
    padding: 30px 0;
    background-color: rgba(10, 16, 20, 0.4);
}

@media only screen and (max-width: 1200px) {
    .team-sub-cards {
        grid-template-columns: repeat(3, 1fr);
        margin: 0 10px;
    }
}

@media only screen and (max-width: 768px) {
    .team-sub-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 400px) {
    .team-sub-cards {
        grid-template-columns: repeat(1, 1fr);
    }
}

.corner-vortex {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
}

@media only screen and (max-width: 1200px) {
    .corner-vortex {
        width: 50%;
    }
}

@media only screen and (max-width: 992px) {
    .corner-vortex {
        width: 60%;
    }
}

.p-icon {
    height: 64px;
    width: 64px;
    background-color: #0aabed;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 64px 64px 0 64px;
}

.p-title {
    font-size: 22px;
}

.p-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #e0e0e0;
}

.p-list li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 8px;
}

.p-list i {
    font-size: 18px;
}

.team-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    background-color: rgba(10, 16, 20, 0.4);
    border-radius: 30px;
    padding: 30px 10px;
    grid-column: 6 / -1;
    width: 100%;
}


@media only screen and (max-width: 1000px) {
    .team-cards {
        grid-template-columns: repeat(1, 1fr);
    }
}

.team-card img {
    height: 128px;
    width: 128px;
    border-radius: 50%;
}

.team-content-top {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}

.team-content-top-inner {
    grid-column: 1 / 6;
}

@media only screen and (max-width: 1500px) {
    .team-content-top-inner {
        grid-column: 1 / -1;
    }

    .team-cards {
        grid-column: 1 / -1;
    }
}


@media only screen and (max-width: 1200px) {
    .team-card {
        padding: 20px;
    }

}

.team-card-desc {
    color: #b9b9b9 !important;
}

.team-card-role {
    font-size: 14px;
    color: #0aabed;
}

.team-card-header {
    gap: 10px;
}

@media only screen and (max-width: 500px) {
    .team-card-header {
        flex-direction: column;
    }

    .team-card-header-item {
        align-items: center !important;
    }
}

.partner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

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

.partner-main-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;

}

.partner-main-box {
    display: flex;
    align-items: center;
    gap: 5px;
}

.partner-main-box-fig {

    >h5,
    h6 {
        margin: 0;
    }

    >h5 {
        font-size: 24px;
        font-weight: 700;
    }
}

.partner-main-title {
    font-size: 3rem;
    font-weight: 600;
}

@media only screen and (max-width: 1000px) {
    .partner-main-title {
        font-size: 2rem;
    }

    .partner-main-button {
        font-size: 14px !important;
    }
}



.partner-main-left-bottom {

    >ul,
    li {
        list-style: none;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    >ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    *>li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 18px;
    }
}


@media only screen and (max-width: 1200px) {
    .partner-main-right-big-img {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .partner-main-right {
        display: none !important;
    }
}

@import "compass";

.containerSmall {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.step {
    display: none !important;
}

.active {
    display: flex !important;
}

.partner-collaborate {
    display: grid;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.partner-collaborate-step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.input-warning {
    margin-top: 5px;
    font-size: 14px;
}

.partner-collaborate-button-group {
    display: grid;
    height: fit-content;
    gap: 10px;
}

.partner-collaborate-button {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    padding: 30px;
    border-radius: 8px;
    border: 2px solid #1089d2;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.partner-collaborate-button:hover {
    background-color: #0e3f5d;
}

.collaborate-button-check {
    display: none;
}

.collaborate-button-check-active {
    display: block;
}

.pricing-table {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 30px 0;
}


/* @media only screen and (max-width: 1500px) {
    .pricing-table {
        grid-template-columns: repeat(3, 1fr);
    }
}

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

@media only screen and (max-width: 991px) {
    .pricing-table {
        grid-template-columns: repeat(1, 1fr);
        gap: 60px;
    }
}

.pricing-table-box {
    background-color: #060a0d;
    border: 3px solid #1089d2;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 20px;
    border-radius: 8px;
}

.pricing-table-item {
    position: relative;
}

.pricing-table-price {
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .pricing-table-price {
        font-size: 24px;
    }
}

.pricing-table-plan {
    font-size: 22px;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .pricing-table-plan {
        font-size: 18px;
    }
}

.collaborate-list {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.collaborate-list li {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    font-size: 16px;
}

.collaborate-list li span {
    width: 100%;
    grid-column: 2/-1;
}

.collaborate-list li svg {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1200px) {
    .collaborate-list li {
        font-size: 14px;
        display: flex;
    }

    .collaborate-list li svg {
        width: 24px;
        height: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .collaborate-list li {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1200px) {
    .collaborate-list span {
        font-size: 12px;
    }
}

.vds-table-row {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.3s ease 0s;
    border-bottom: 1px solid #ffffff !important;
}

.vds-table-row:hover {
    transform: translate(0, -5px);
}

.vds-table-row-head {
    border-left: 2px solid #060a0d;
    transition: all 0.3s ease 0s;
}

.vds-table-row:hover .vds-table-row-head {
    border-left: 2px solid var(--blue-brand);
}

.select-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-family: "Open Sans", "Helvetica Neue", "Segoe UI", "Calibri", "Arial", sans-serif;
    font-size: 18px;
    color: #60666d;
}

@media only screen and (max-width: 1200px) {
    .select-box {
        font-size: 14px;
    }
}

.select-box__current {
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    outline: none;
    border-radius: 8px;
}

.select-box__current:focus+.select-box__list {
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none;
}

.select-box__current:focus+.select-box__list .select-box__option {
    cursor: pointer;
}

.select-box__current:focus .select-box__icon {
    transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 30px;
    transition: 0.2s ease;
}

.select-box__value {
    display: flex;
}

.select-box__input {
    display: none;
}

.select-box__input:checked+.select-box__input-text {
    display: block;
}

.select-box__input-text {
    width: 100%;
    margin: 0;
    padding: 13px 15px;
    font-weight: 500;
    color: #fff;
    background-color: #1c1c1c;
    border: 1px solid #363636;
}

@media only screen and (max-width: 1200px) {
    .select-box__input-text {
        padding: 10px;
    }
}

.select-box__list {
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    -webkit-animation-name: HideList;
    animation-name: HideList;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.select-box__option {
    display: block;
    padding: 15px;
    background-color: #363636;
    transition: .3s;
    font-weight: 500;
    color: #fff;
}

.select-box__option:hover,
.select-box__option:focus {
    background-color: #494949;
}

@-webkit-keyframes HideList {
    from {
        transform: scaleY(1);
    }

    to {
        transform: scaleY(0);
    }
}

@keyframes HideList {
    from {
        transform: scaleY(1);
    }

    to {
        transform: scaleY(0);
    }
}

.tabcontent {
    display: none;
}

.product-list-item{
    box-shadow: 0 0 5px 0px rgb(16, 137, 210);
    animation: fadeIn 0.5s ease-out 0.5s both;

}
.product-list-line{
    height: 3px;
    width: 50px;
    background-color: #1089d2;
}
.product-list-spec{
    height: 100%;
    background-color: #0A0E11;
    .small{
        font-size: 0.65rem;
    }
}
.banner-gradient{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(5,8,11,0) 0%, rgb(5,8,11) 100%);
}

.map-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    animation: fadeIn 1.5s ease-out 0.5s both;
}

@media (max-width: 992px) {
    .map-wrapper {
        height: 400px;
    }
}

@media (max-width: 576px) {
    .map-wrapper {
        height: 300px;
    }
}

.world-map {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: radial-gradient(ellipse at center, rgba(16, 137, 210, 0.05) 0%, transparent 70%);
}

.map-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.dot {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #2a3f5f;
    border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 0.6;
}

.dot.active {
    background: #1089d2;
    opacity: 0.8;
    box-shadow: 0 0 4px rgba(16, 137, 210, 0.5);
}

.dot.bright {
    background: #4a6fa5;
    opacity: 1;
}

.location-marker {
    position: absolute;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
}

.marker-pin {
    width: 20px;
    height: 20px;
    background: #1089d2;
    border-radius: 50%;
    position: relative;
    animation: pulse 2s infinite;
    box-shadow: 0 0 20px rgba(16, 137, 210, 0.5);
}

.marker-pin::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}

.location-label {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    padding: 8px 16px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    border: 1px solid rgba(16, 137, 210, 0.3);
}

.location-label .city {
    color: #fff;
    font-weight: 500;
}

.location-label .country {
    color: #1089d2;
    font-size: 12px;
    margin-left: 4px;
}

.location-marker:hover .location-label {
    opacity: 1;
}

.location-marker:hover .marker-pin {
    transform: scale(1.2);
    box-shadow: 0 0 30px rgba(16, 137, 210, 0.8);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(16, 137, 210, 0.7);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(16, 137, 210, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(16, 137, 210, 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cpanel-container{
  background: rgb(0,97,242);
  background: linear-gradient(90deg, rgba(0,97,242,0.7) 0%, rgba(16,137,210,0.7) 90%);
  color: #fff;
  border-radius: 10px;
  text-align: left;
}
.cpanel-container h2{
  font-size: 20pt;
  font-weight: 800;
}
.cpanel-container p{
  font-size: 12pt;
}

.feature-widget{
  background: #0A0E11 !important;
  border-radius: 10px;
}
.app-card {
  background-color: rgba(0, 115, 234, 0.5);
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  height: 100%;
}
.app-text-bold{
  font-weight: 800;
}