@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: var(--body-color);
    font-family: 'Montserrat', sans-serif;
}

body {
    opacity: 1;
    transition: opacity 220ms ease, background-color 220ms ease;
}

body.moon-page-leaving {
    opacity: 0;
}

li {
    list-style: none;
}

table {
    position: relative;
    max-width: 100% !important;
    display: inline-table;
    overflow: auto;
}

table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

table tbody {
    background-color: var(--add-credit-table);
}

table tbody tr td:first-child {
    border-radius: 12px 0px 0px 12px;
}

table tbody tr td:last-child {
    border-radius: 0px 12px 12px 0px;
}

.hover\:1 {
    transform: translateY(0px);
    transition: 300ms;
}

.hover\:1:hover {
    transform: translateY(-3px);
    transition: 300ms;
}

.absolute-swiper svg {
    position: absolute !important;
    bottom: 0px !important;
    height: 100%;
    width: 100%;
}

.shopping-button {
    border-radius: 500px;
    background-color: var(--active-background-color) !important;
    color: var(--active-text-color) !important;
    width: 50px;
    height: 50px;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-header-img {
    width: 25px;
    height: 25px;
    border-radius: 500px;
}

.dropdown-menu {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 18px;
}

.dropdown-menu.dropdown-lg {
    top: -0.5rem;
    background: var(--body-color) !important;
    border: 2px solid var(--main-color);
    border-radius: 30px;
    cursor: pointer;
    z-index: 150 !important;
}

.footer-select .dropdown-lg-content {
    margin-top: 0rem !important;
    justify-content: center;
}

.footer-select.dropdown-menu.dropdown-lg {
    left: -1.5rem;
    text-align: center;
    background: var(--body-color) !important;
    top: -23.5rem !important;
    padding-bottom: 4rem !important;
    border: 2px solid var(--main-color) !important;
    border-radius: 30px !important;
    cursor: pointer !important;
    z-index: 150 !important;
}

li[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: 500ms;
}

li[aria-expanded="false"] i {
    transform: rotate(0deg);
    transition: 500ms;
}

li.dropdown.profile-dropdown:hover .dropdown-border {
    background: var(--main-color);
    transition: 500ms;
}

li.dropdown.profile-dropdown:hover .dropdown-border a {
    color: var(--active-text-color) !important;
    transition: 500ms;
}

.dropdown.footer-dropdown:hover .dropdown-border {
    background: var(--main-color);
    transition: 500ms;
}

.dropdown.footer-dropdown:hover .dropdown-border a {
    color: var(--active-text-color) !important;
    transition: 500ms;
}

.dropdown-lg-content {
    margin-top: 3rem;
    transition: 500ms;
}

.profile-dropdown .dropdown-border {
    border: 2px solid var(--main-color);
    border-radius: 60px;
    padding: 11px 19px 11px 11px;
    z-index: 123123123;
    position: relative;
    transition: 500ms;
    width: max-content;
    font-size: 14px !important;

}

.footer-dropdown {
    width: 140px !important;
    text-align: center;
    justify-content: center;
    display: flex;
}

.footer-dropdown .dropdown-border {
    justify-content: center !important;
    margin: auto !important;
    text-align: center !important;
    border: 2px solid var(--main-color);
    height: fit-content !important;
    width: fit-content;
    border-radius: 60px;
    padding: 11px 19px 11px 11px;
    position: relative;
    transition: 500ms;
    z-index: 160;
    width: 100% !important;
}

.tooltip-inner {
    background: var(--add-credit-table);
    color: var(--text-color);
    filter: contrast(0.85);
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--add-credit-table) !important;
    filter: contrast(0.85);
}

.form-select {
    background: var(--input-bg) !important;
}

.add-credit-table {
    background-color: var(--add-credit-table);
    padding: 0.8rem;
}

.absolute-icon-form {
    position: relative;
    overflow: hidden;
}

.absolute-icon-form i {
    position: absolute;
    right: 1rem;
    top: calc(0.8rem + 2px);
    cursor: pointer;
}

.form-floating label {
    color: var(--input-color) !important;
}

button.form-control {
    transition: 1500ms;
}

button.form-control:hover {
    transform: translateY(-3px);
    transition: 500ms;
}

.form-floating input[disabled] ~ label:after {
    background-color: var(--input-bg);
    filter: contrast(0.9);
}

.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after {
    background-color: var(--input-bg);
}

.w-80 {
    width: 80% !important;
}

.btn-success {
    background-color: #45c4a0 !important;
}

.divider-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(164, 174, 198, 0.2);
}

.divider-icon:after, .divider-icon:before {
    position: absolute;
    top: 50%;
    content: "";
    border-top: 1px solid rgba(164, 174, 198, 0.2);
    width: calc(45% - 1.5rem);
}

.btn-outline-login {
    border-color: var(--active-background-color) !important;
    color: var(--outline-text-color) !important;
}

.btn-outline-login:focus {
    border-color: var(--active-background-color) !important;
    color: var(--active-text-color) !important;
}

.btn-outline-login:hover {
    background-color: var(--active-background-color) !important;
    color: var(--active-text-color) !important;
}

.form-control {
    border-radius: 8px !important;
    background-color: var(--input-bg) !important;
    color: var(--input-color) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid var(--btn-main-bg) !important;
    -webkit-text-fill-color: var(--input-color) !important;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: var(--main-color);
}

input[disabled] {
    filter: contrast(0.9);
}

.navbar {
    padding-top: 0.5rem;
}

.navbar-behind.active {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 99999999999;
    opacity: 0.9;
}

.absolute-swiper {
    height: 100%;
}

.absolute-swiper svg {
    position: absolute !important;
    bottom: 0 !important;
}

.absolute-swiper svg path {
    fill: var(--main-color);
}

.error-coupon {
    animation: horizontal-shaking 1s ease-in-out;
    border: 1px solid var(--main-color);
}

@keyframes horizontal-shaking {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(5px);
    }
    50% {
        transform: translateX(-5px);
    }
    75% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}

.success-coupon {
    animation: horizontal-shaking 1s ease-in-out;
    border: 1px solid #187918;
}

@keyframes horizontal-shaking {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(5px);
    }
    50% {
        transform: translateX(-5px);
    }
    75% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}

.left-nav:not(.show-ixa) {
    width: 240px;
    height: 100%;
    position: fixed;
    left: -15rem;
    transition: left 500ms;
    background: var(--card-bg);
    z-index: 9999999999;
}

.left-nav a {
    color: var(--text-color);
    font-weight: 600;
}

.left-nav.show-ixa {
    width: 240px;
    height: 100%;
    position: fixed;
    left: 0rem !important;
    transition: left 500ms;
    border-right: 2px solid var(--card-bg) !important;
    background: var(--card-bg);
    z-index: 9999999999999;
}

.left-nav.show-ixa .toggler-nav {
    background-color: var(--card-bg) !important;
    position: absolute;
    right: -50px;
    top: 15px;
    box-shadow: 0px 0px 20px #00000024;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    border-radius: 60px;
    align-items: center;
    transition: 500ms;
}

.left-nav .toggler-nav {
    background-color: var(--card-bg) !important;
    position: absolute;
    right: -120px;
    top: 15px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    border-radius: 60px;
    align-items: center;
    transition: 500ms;
    box-shadow: 0px 0px 20px #00000024;
}

.footer-btn.active {
    border-radius: 250px;
    color: var(--active-text-color);
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--active-background-color) !important;
}

.store-button {
    border: 2px solid var(--active-background-color);
    width: 100%;
    padding: 25px 19px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    transition: 500ms;
    color: var(--text-color);
}

.store-button:hover {
    background-color: var(--active-background-color) !important;
    color: var(--active-text-color) !important;
    transition: 500ms;
}

.btn-main {
    background-color: var(--btn-main-bg);
    color: var(--btn-main-text-color) !important;
}

.btn-main:hover {
    background-color: var(--btn-main-bg) !important;
    color: var(--btn-main-text-color) !important;
    border-color: var(--btn-main-bg) !important;
}

.btn-main:active {
    background-color: var(--btn-main-bg) !important;
    color: var(--btn-main-text-color) !important;
    border-color: var(--btn-main-bg) !important;
}

.btn-main:focus {
    background-color: var(--btn-main-bg) !important;
    color: var(--btn-main-text-color) !important;
    border-color: var(--btn-main-bg) !important;
}

.changing-text-section {
    color: var(--section-text-color) !important;
}

.container-fluid {
    width: 98%;
}

.logo-size {
    width: var(--logo-size);
    height: var(--logo-size);
    object-fit: contain;
    margin-right: 1rem;
}

.container-85 {
    width: 85% !important;
}

.rounded-full {
    border-radius: 250px !important;
}

.border-color {
    border: 1px solid var(--main-color) !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.z-99 {
    z-index: 99;
}

.card {
    background-color: var(--card-bg);
    color: var(--card-text-color);
}

.text-color {
    color: var(--text-color) !important;
}

.text-color-sub {
    color: var(--text-color-sub) !important;
}

.h1 {
    color: var(--text-color);
    font-weight: 600;
}

.h2 {
    color: var(--text-color);
    font-weight: 600;
}

.h3 {
    color: var(--text-color);
    font-weight: 600;
}

.h4 {
    color: var(--text-color);
    font-weight: 600;
}

.h5 {
    color: var(--text-color);
    font-weight: 600;
}

.h6 {
    color: var(--text-color);
    font-weight: 600;
}

.h7 {
    color: var(--text-color);
    font-weight: 600;
}

.display-1 {
    color: var(--text-color);
}

.display-2 {
    color: var(--text-color);
}

.display-3 {
    color: var(--text-color);
}

.display-4 {
    color: var(--text-color);
}

.display-5 {
    color: var(--text-color);
}

.display-6 {
    color: var(--text-color);
}

.display-7 {
    color: var(--text-color);
}

.btn-outline-special {
    border-color: var(--active-background-color);
}

.btn-outline-special:hover {
    background-color: var(--active-background-color) !important;
    color: var(--active-text-color) !important;
}

header nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 16px;
    transition: 500ms;
}

header nav .nav-item .nav-link:hover {
    transform: translateY(-3px);
    transition: 500ms;
}

header nav .nav-item .nav-link:not(.active) {
    color: var(--text-color);
}

header nav .nav-item .nav-link.main-border-outline {
    border: 2px solid var(--active-background-color);
    width: 100%;
    padding: 25px 19px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    transition: 500ms;
    color: var(--text-color);
}

header nav .nav-item .nav-link.main-border-outline:hover {
    background-color: var(--active-background-color);
    color: var(--active-text-color) !important;
    transition: 500ms;
}

header nav .nav-item .nav-link.active {
    border-radius: 500px;
    background-color: var(--active-background-color) !important;
    color: var(--active-text-color);
    width: 50px;
    height: 50px;
    margin-right: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.section-1 .absolute-swiper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100% !important;
    height: 100%;
    opacity: 0.6;
}

.section-1 .swiper-div {
    background: #000;
    padding-top: 2%;
    height: 392px;
}

.section-1 .swiper-div:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 31%;
    background: #000 !important;
    left: 0;
    top: 0;
    z-index: 123123;
    filter: blur(22px);
}

.section-1 .swiper {
    width: 100%;
    height: 100%;
}

.section-1 .margin-initial {
    margin: initial !important;
}

.section-1 .btn-swiper {
    display: flex;
    padding: 6px 13px;
    gap: 20px;
    position: absolute;
    bottom: 3rem;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.39) !important;
    border: 2px solid #FFFFFF !important;
    backdrop-filter: blur(5.5px) !important;
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 250px !important;
    width: 50%;
    margin: auto;
    color: #FFF;
}

.section-1 .btn-swiper:hover {
    border: 2px solid #FFFFFF !important;
    background: rgba(0, 0, 0, 0.39) !important;
    color: #FFF !important;
}

.section-1 .swiper-slide {
    height: 300px !important;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, #000000 -8.17%, rgba(0, 0, 0, 0) 100%);
    box-shadow: 0px 28px 29px -20px rgba(0, 0, 0, 0.14);
    border: 9px solid var(--main-color);
    border-radius: 24px;
    padding: 2%;
}

.section-1 .swiper-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 45%;
    background: #000;
    bottom: 0;
    left: 0;
    right: 0;
    filter: blur(60px);
    opacity: 0.4;
}

.section-1 .swiper-slide img {
    width: 55%;
    height: 100%;
    object-fit: contain;
    display: flex;
    justify-content: center;
    margin: auto;
    top: -20px;
}

.section-1 .swiper-slide-next {
    transform: translateY(-25px) !important;
    margin-left: 30px;
}

.section-1 .swiper, .section-1 .swiper-container {
    overflow: revert !important;
}

.section-3 .section-3-img {
    height: 600px;
    background-size: cover;
}

.section-3 .section-3-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
}

.section-3 .absolute-swiper {
    position: absolute;
    width: 100% !important;
    height: 100%;
    display: flex;
    bottom: -5rem;
}

.section-4 .img-top svg path {
    fill: var(--svg-color);
}

.section-5 .section-5-div {
    background-color: #000;
}

.section-5 .section-5-img {
    height: 600px;
    background-size: cover;
}

.section-5 .section-5-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
}

.section-5 .absolute-swiper {
    position: absolute;
    height: 100%;
    display: flex;
    width: 100% !important;
    top: 0;
    transform: rotate(180deg);
}

.section-5 .customer-comments-slider {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 150px;
}

.section-5 .customer-comments-slider .swiper-slide {
    height: 100px;
    color: var(--section-3-text-color);
}

.section-5 .customer-comments-slider .swiper-button-next:after, .section-5 .customer-comments-slider .swiper-rtl .swiper-button-prev:after {
    content: none;
}

.section-5 .customer-comments-slider .swiper-button-next {
    border: 0px solid white;
    width: 40px;
    border-radius: 100%;
    height: 40px;
}

.section-5 .customer-comments-slider .swiper-button-next:before {
    content: "";
    position: absolute;
    width: 59px;
    height: 59px;
    border: 2px solid white;
    border-radius: 100%;
}

.section-5 .customer-comments-slider .swiper-button-prev:before {
    content: "";
    position: absolute;
    width: 59px;
    height: 59px;
    border: 2px solid white;
    border-radius: 100%;
}

.section-5 .customer-comments-slider .swiper-button-prev, .section-5 .customer-comments-slider .swiper-rtl .swiper-button-next {
    left: 30px;
    right: auto;
}

.section-5 .customer-comments-slider .swiper-button-next, .section-5 .customer-comments-slider .swiper-rtl .swiper-button-prev {
    right: 30px;
    left: auto;
}

.section-5 .customer-comments-slider .swiper-button-prev:after, .section-5 .customer-comments-slider .swiper-rtl .swiper-button-next:after {
    content: none;
}

.section-5 .content {
    height: 380px;
}

.section-5 .swiper-slide .h5 {
    color: var(--section-text-color);
    width: 50%;
    margin: auto;
}

.section-6 .section-6-img {
    height: 500px;
    background-size: cover;
    background-color: #000;
    border-radius: 30px !important;
}

.section-6 .absolute-swiper {
    position: absolute;
    height: 100%;
    display: flex;
    width: 100% !important;
    top: 0;
    transform: rotate(180deg);
}

.section-6 .content {
    height: 500px;
}

.section-7 .btn-swiper {
    display: flex;
    padding: 6px 13px;
    gap: 20px;
    width: fit-content;
    margin: auto;
    color: white;
    background: rgba(0, 0, 0, 0.39) !important;
    border: 2px solid white !important;
    backdrop-filter: blur(5.5px) !important;
    border-radius: 250px !important;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 989999;
}

.section-7 .btn-swiper:hover {
    color: #FFF !important;
}

.section-7 .categories-card {
    height: 200px;
    border-radius: 24px;
    object-fit: contain;
    background-size: cover;
    background-position: center;
}

.section-7 .categories-card .absolute-swiper {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0.8;
    border-radius: 0px !important;
    z-index: 0;
}

.section-7 .categories-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.1;
    border-radius: 24px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.product-name {
    min-height: 50px;
    margin-left: 1rem;
}

.product-name h5 {
    color: var(--text-color) !important;
}

.img-products img:first-child {
    position: absolute;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    bottom: 15px;
    left: 30px;
    filter: grayscale(1);
    object-fit: contain;
}

.section-9 {
    height: 250px;
}

.section-9:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 99;
    opacity: 0.8;
    backdrop-filter: blur(137px);
}

.section-9 .goProduct {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 105;
    align-items: center;
    justify-content: center;
}

.section-9 img {
    width: 100%;
    height: 100%;
    background-size: cover;
    object-fit: cover;
    position: relative;
    overflow: hidden;
}

.section-9 .absolute-swiper {
    position: absolute;
    top: 0px;
    z-index: 101;
    left: 0px;
    right: 0px;
    width: 100%;
    opacity: 0.4;
}

.categories-section .categories-card {
    height: 200px;
    border-radius: 24px;
    object-fit: contain;
    background-size: cover;
    background-position: center;
}

.categories-section .categories-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.1;
    border-radius: 24px;
    inset: 0px;
}

.categories-section .btn-swiper {
    display: flex;
    padding: 6px 13px;
    gap: 20px;
    width: fit-content;
    margin: auto;
    color: white;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 989999;
    background: rgba(0, 0, 0, 0.39) !important;
    border: 2px solid white !important;
    backdrop-filter: blur(5.5px) !important;
    border-radius: 250px !important;
}

.categories-section .btn-swiper:hover {
    color: #FFF !important;
}

.store-section .store-card-absolute {
    position: absolute;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    bottom: 15px;
    left: 30px;
    filter: grayscale(1);
}

.store-section .img-products img:last-child {
    min-width: 350px;
    max-width: 350px;
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
    border-radius: 24px;
    margin: auto;
    text-align: center;
    display: flex;
}

.store-in-page-section .store-in-page-img img {
    min-width: 500px !important;
    max-width: 500px !important;
}

.store-in-page-section .product-desc .active:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 5px;
    background: var(--main-color);
    bottom: 0px;
    border-radius: 60px;
}

.store-in-page-section .product-desc hr {
    border-top: 5px solid !important;
}

.store-in-page-section .product-desc ul {
    padding: 0;
    margin: 0;
}

.store-in-page-section .product-desc a {
    margin-bottom: 1rem;
    color: var(--text-color) !important;
    font-weight: 600;
}

.login-section .col-xl-9 {
    justify-content: center;
    align-items: center;
    display: inline-grid;
}

.login-section .login-left-page {
    height: 100vh;
    background-color: #000 !important;
}

.login-section .absolute-swiper {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14rem;
    width: 100%;
    z-index: 1231231;
    filter: blur(115px);
}

.login-section .absolute-swiper svg {
    position: absolute !important;
    bottom: 0 !important;
    height: 100%;
}

.section-404 .btn-swiper {
    display: flex;
    padding: 11px 19px;
    gap: 18px;
    width: 20%;
    margin: auto;
    z-index: 989999;
    background: var(--btn-main-bg) !important;
    color: var(--btn-main-text-color);
    backdrop-filter: blur(5.5px) !important;
    border-radius: 100px !important;
}

.section-404 .btn-swiper:focus {
    color: var(--btn-main-text-color) !important;
}

.section-404 .btn-swiper:hover {
    color: var(--btn-main-text-color) !important;
}

.references-section .categories-card {
    height: 200px;
    border-radius: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

.references-section .categories-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.1;
    border-radius: 24px;
    inset: 0px;
}

.references-section .absolute-swiper {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0.8;
    z-index: 0;
    border-radius: 0px !important;
}

.references-section .btn-swiper {
    display: flex;
    padding: 6px 13px;
    gap: 20px;
    width: 50%;
    margin: auto;
    color: white;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 989999;
    background: rgba(0, 0, 0, 0.39) !important;
    border: 2px solid white !important;
    backdrop-filter: blur(5.5px) !important;
    border-radius: 250px !important;
}

.references-section .btn-swiper:hover {
    color: #FFF !important;
}

.portfolio-section .portfolio-card img {
    width: 350px;
    height: 350px;
    max-width: 350px;
    max-height: 350px;
    object-fit: contain;
}

.blog-section .bg-blog {
    border: 1px solid var(--main-color);
    width: max-content;
    color: var(--text-color) !important;
    cursor: pointer;
}

.blog-section .bg-blog:hover {
    background-color: var(--main-color);
    color: var(--active-text-color) !important;
}

.blog-section .bg-blog.active {
    background-color: var(--main-color);
    color: var(--active-text-color) !important;
}

.blog-section .blog-col-img img {
    width: 350px;
    height: 350px;
    max-width: 350px;
    max-height: 350px;
    object-fit: cover;
}

.blog-in-page-section .blog-img img {
    width: 850px;
    height: 540px;
    object-fit: cover;
}

.blog-in-page-section .desc {
    width: 80%;
    margin: auto;
}

.blog-in-page-section .tags {
    width: 80%;
    margin: auto;
}

.blog-in-page-section .bg-blog {
    border: 1px solid var(--main-color);
    width: max-content;
    color: var(--text-color) !important;
    cursor: pointer;
}

.blog-in-page-section .bg-blog:hover {
    background-color: var(--main-color);
    color: var(--active-text-color) !important;
}

.blog-in-page-section .bg-blog.active {
    background-color: var(--main-color);
    color: var(--active-text-color) !important;
}

.blog-in-page-section .write-comment {
    width: 80% !important;
}

.blog-in-page-section .write-comment .write-comment-img {
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
    object-fit: cover;
}

.credit-add-section .balance-credit .table * {
    border: none;
}

.credit-add-section .balance-credit .add-credit-table {
    background-color: var(--add-credit-table);
    padding: .8rem;
}

.profile-button:not(.text-red) {
    color: var(--text-color) !important;
}

.profile-button.active {
    border: 1px solid var(--main-color);
    border-radius: 250px;
    font-weight: bold;
}

.profile-button:hover {
    box-shadow: none !important;
}

.profile-button.active:hover {
    background-color: var(--main-color);
    border-radius: 250px;
    color: var(--active-text-color) !important;
}

.profile-edit-section .profile-left-img {
    min-width: 90px;
    min-height: 90px;
    border-radius: 250px !important;
    max-width: 60px;
    max-height: 60px;
    background-size: cover;
    object-fit: cover;
}

.profile-edit-section .profile-right-img {
    min-width: 100px;
    min-height: 100px;
    border-radius: 250px !important;
    max-width: 60px;
    max-height: 60px;
    background-size: cover;
    object-fit: cover;
}

.profile-license-section table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.profile-license-section table tbody {
    background-color: var(--add-credit-table);
}

.profile-license-section table tbody tr td:first-child {
    border-radius: 12px 0px 0px 12px;
}

.profile-license-section table tbody tr td:last-child {
    border-radius: 0px 12px 12px 0px;
}

.support-create-section .absolute-support-button {
    position: absolute;
    right: 1rem;
    border-radius: 120px;
    bottom: 1rem;
    width: fit-content !important;
}

.support-in-page-section .customer-messsage, .support-in-page-section .author-messsage {
    margin-top: 3rem;
}

.support-in-page-section .absolute-support-button {
    position: absolute;
    right: 1rem;
    border-radius: 120px;
    bottom: 1rem;
    width: fit-content !important;
}

.support-in-page-section .support-card {
    background-color: var(--add-credit-table);
    width: 95% !important;
}

.support-in-page-section .author-messsage .col-xl-2 {
    order: 1 !important;
}

.support-in-page-section .author-messsage .col-xl-8 {
    order: 2 !important;
}

footer .footer-top .footer-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
}

footer .footer-top .footer-sub {
    list-style: none;
    padding: 0;
    margin: 0;
    transition: 500ms;
}

footer .footer-top .footer-sub .btn-footer-social {
    display: flex;
    flex: none;
    order: 1;
    flex-grow: 0;
    flex-direction: row;
    align-items: center;
    padding: 11px 19px;
    gap: 18px;
    border: 2px solid var(--text-color);
    border-radius: 500px;
    justify-content: space-between;
    width: 100% !important;
}

footer .footer-top .footer-sub li {
    margin-bottom: 25px;
}

footer .footer-top .footer-sub li:hover {
    transform: translateY(-5px) !important;
    transition: 500ms;
}

footer .footer-top .footer-sub a {
    color: var(--text-color) !important;
    font-weight: 600;
}

.page-section li {
    list-style: revert;
}

main {
    flex: 1;
}

.alert-danger {
    background-color: #dc2626 !important;
    border-color: #dc2626 !important;
    color: #FFF !important;
}

.alert-danger:before {
    font-family: "Font Awesome 5 Free";
    content: "\f057";
    margin-right: 1rem;
    font-size: 17px;
    color: #FFF;
}

.alert-success {
    background-color: #16a34a !important;
    border-color: #16a34a !important;
    color: #FFF !important;
}

.alert-success:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    margin-right: 1rem;
    font-size: 17px;
    color: #FFF;
}

.alert-primary {
    background-color: #2563eb !important;
    border-color: #2563eb !important;
    color: #FFF !important;
}

.alert-warning {
    background-color: #ef8407 !important;
    border-color: #ef8407 !important;
    color: #FFF !important;
}

.alert-warning:before {
    font-family: "Font Awesome 5 Free";
    content: "\f071";
    margin-right: 1rem;
    font-size: 17px;
    color: #FFF;
    font-weight: bold;
}

button.btn.btn-outline-footer.rounded-pill {
    border-radius: 150px !important;
}

.btn-group .btn {
    border-radius: 12px !important;
}

.btn-outline-footer {
    border-color: var(--main-color);
    transition: 500ms;
    color: var(--text-color) !important;
    font-weight: 600;
}

.btn-outline-footer:hover {
    background-color: var(--main-color) !important;
    transition: 500ms;
    color: var(--active-text-color) !important;
}

.dropdown-footer-select li {
    padding: 5% !important;
}

.dropdown-footer-select a {
    color: var(--text-color) !important;
    font-weight: 600;
}

ul.dropdown-menu {
    border: 2px solid var(--main-color) !important;
}

button.btn.btn-outline-footer.show {
    border-color: var(--main-color);
}

.dropdown-footer-select .dropdown-menu.show {
    display: block;
    padding-bottom: 4rem;
    bottom: -3.3rem !important;
    margin-left: -0.3rem !important;
    z-index: 150;
    min-width: 208px;
}

button.btn.btn-outline-footer.rounded-pill {
    z-index: 1000;
    margin-left: 0.3rem;
}

.col-lg-12.footer-info .col-lg-6:last-child .dropdown-menu.show {
    z-index: 1500;
}

.col-lg-12.footer-info .col-lg-6:last-child .btn-outline-footer {
    z-index: 1600;
}

.dropdown-menu.dropdown-lg {
    margin: auto;
    left: 0;
    right: 0;
    margin: auto;
    display: grid;
    justify-items: center;
}

ul.dropdown-menu {
    background: var(--card-bg);
}

.dropdown-menu.dropdown-lg {
    min-width: calc(25px * 12) !important;
    margin-top: -3.4rem;
    margin-left: -1rem;
    margin-right: -1rem;
}

.store-price-info {
    min-height: 70px;
}

.discord-connected {
    border-color: #e2626b !important;
    border-radius: 200px !important;
}

.discord-connected:hover {
    background-color: #e2626b !important;
    color: #FFF !important;
    border-radius: 200px !important;
}

a.profile-button.btn.active:hover {
    background-color: var(--main-color) !important;
}

.store-in-page-section .store-in-page-img img {
    min-width: 500px;
    max-width: 500px;
    min-height: 500px;
    max-height: 500px;
    object-fit: contain;
}

.w-120px img {
    min-width: 120px;
    min-height: 120px;
    max-width: 120px;
    max-height: 120px;
    object-fit: cover;
}

.w-120px {
    width: 120px !important;
}

.swiper-wrapper {
    max-height: 500px;
    margin-bottom: 1rem;
    align-items: center;
}

/* MoonMwp soft space background */
.section-1 {
    position: relative;
    overflow: hidden;
}

.section-1::before {
    content: "";
    position: absolute;
    inset: -90px 0 -60px;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(5, 18, 36, 0.48), rgba(0, 0, 0, 0.55)),
        url('/assets/istanbul/images/extras/section-3.png') center / cover no-repeat;
    opacity: 0.46;
    filter: saturate(0.85) brightness(0.74);
    pointer-events: none;
}

.section-1::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 35%, rgba(56, 161, 255, 0.16), transparent 32%),
        radial-gradient(circle at 50% 100%, rgba(0, 130, 255, 0.12), transparent 42%);
    pointer-events: none;
}

.section-1 > * {
    position: relative;
    z-index: 1;
}

/* MoonMwp premium atmosphere */
header {
    position: sticky;
    top: 0;
    z-index: 999;
}

header .web-navbar {
    margin: 10px auto 0;
    width: min(1180px, calc(100% - 28px));
    border: 1px solid rgba(112, 176, 255, 0.18);
    border-radius: 22px;
    background: rgba(4, 10, 22, 0.72);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
}

header .web-navbar .logo-size {
    width: 58px;
    height: 58px;
    object-fit: contain;
    margin: 0;
    display: block;
}

.moon-navbar-brand {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.moon-navbar-brand-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .web-navbar .container-85,
header .web-navbar .navbar-collapse,
header .web-navbar .navbar-collapse > .d-flex {
    min-height: 72px;
    align-items: center;
}

header nav .nav-item .nav-link {
    color: rgba(236, 246, 255, 0.82) !important;
}

header nav .nav-item .nav-link.main-border-outline {
    border-color: rgba(72, 164, 255, 0.62);
    background: rgba(44, 135, 255, 0.10);
    box-shadow: 0 0 24px rgba(42, 133, 255, 0.16);
}

.moon-hero {
    min-height: 760px;
    padding: 36px 0 20px;
    margin-top: 0 !important;
}

.moon-hero::before {
    opacity: 0.58;
    filter: saturate(0.95) brightness(0.68);
}

.moon-hero-grid {
    min-height: 520px;
}

.moon-eyebrow {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    border: 1px solid rgba(105, 180, 255, 0.24);
    border-radius: 999px;
    background: rgba(10, 18, 34, 0.62);
    color: rgba(226, 242, 255, 0.86);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 36px rgba(0, 0, 0, 0.18);
}

.moon-eyebrow span {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #48a4ff;
    box-shadow: 0 0 18px #48a4ff;
}

.moon-hero-title {
    margin-top: 24px;
    line-height: 1.02;
    color: #f6fbff;
    text-shadow: 0 0 38px rgba(62, 154, 255, 0.34);
}

.moon-hero-copy {
    max-width: 660px;
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(226, 238, 255, 0.72) !important;
}

.moon-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.moon-primary-action,
.moon-secondary-action {
    width: auto !important;
    min-width: 174px;
    padding: 15px 24px !important;
    font-weight: 800;
}

.moon-secondary-action {
    color: #f6fbff !important;
    border-color: rgba(105, 180, 255, 0.46) !important;
    background: rgba(255, 255, 255, 0.04);
}

.moon-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.moon-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    border: 1px solid rgba(107, 180, 255, 0.16);
    border-radius: 999px;
    background: rgba(7, 15, 30, 0.54);
    color: rgba(229, 241, 255, 0.76);
    font-size: 13px;
    font-weight: 700;
}

.moon-trust-row i {
    color: #4aa6ff;
}

.moon-preview-card {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    padding: 28px;
    border: 1px solid rgba(111, 185, 255, 0.22);
    border-radius: 26px;
    background:
        linear-gradient(145deg, rgba(11, 21, 42, 0.86), rgba(4, 9, 20, 0.72)),
        radial-gradient(circle at 50% 0%, rgba(59, 159, 255, 0.22), transparent 48%);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
}

.moon-preview-glow {
    position: absolute;
    width: 320px;
    height: 320px;
    right: -80px;
    top: -80px;
    border-radius: 999px;
    background: rgba(53, 152, 255, 0.20);
    filter: blur(34px);
}

.moon-preview-top {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
}

.moon-preview-top img {
    width: 96px;
    height: 96px;
    object-fit: contain;
    filter: drop-shadow(0 0 26px rgba(83, 178, 255, 0.42));
}

.moon-preview-top p {
    margin: 0;
    color: #f7fbff;
    font-size: 28px;
    font-weight: 900;
}

.moon-preview-top span {
    display: block;
    margin-top: 4px;
    color: rgba(225, 240, 255, 0.58);
    font-size: 14px;
    font-weight: 700;
}

.moon-preview-lines {
    position: relative;
    display: grid;
    gap: 14px;
    margin: 44px 0 38px;
}

.moon-preview-lines span {
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(61, 159, 255, 0.78), rgba(255, 255, 255, 0.12));
    box-shadow: 0 0 20px rgba(55, 152, 255, 0.16);
}

.moon-preview-stats {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.moon-preview-stats div {
    padding: 16px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
}

.moon-preview-stats strong,
.moon-preview-stats span {
    display: block;
    text-align: center;
}

.moon-preview-stats strong {
    color: #ffffff;
    font-size: 20px;
}

.moon-preview-stats span {
    margin-top: 5px;
    color: rgba(225, 240, 255, 0.58);
    font-size: 12px;
    font-weight: 700;
}

.categories-card,
.comments-swiper-card,
.card {
    border: 1px solid rgba(111, 185, 255, 0.12);
    background-color: rgba(8, 17, 32, 0.62);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.20);
}

.alert,
.alert-danger,
.alert-error {
    border: 1px solid rgba(111, 185, 255, 0.18) !important;
    border-radius: 18px !important;
    background: rgba(10, 20, 38, 0.78) !important;
    color: rgba(236, 246, 255, 0.86) !important;
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
}

.btn-main,
.shopping-button {
    box-shadow: 0 14px 38px rgba(42, 139, 255, 0.22);
}

.store-button,
.btn,
.nav-link {
    transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease, color 220ms ease, box-shadow 220ms ease !important;
}

.store-button:hover,
.btn:hover,
.shopping-button:hover {
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    header .web-navbar {
        width: calc(100% - 18px);
        border-radius: 18px;
    }

    .moon-hero {
        min-height: auto;
        padding-top: 36px;
    }

    .moon-hero-title {
        font-size: 52px;
    }

    .moon-hero-copy {
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
    }

    .moon-preview-card {
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .moon-hero-title {
        font-size: 40px;
    }

    .moon-preview-stats {
        grid-template-columns: 1fr;
    }

    .moon-primary-action,
    .moon-secondary-action {
        width: 100% !important;
    }
}

/* MoonMwp unified background and footer */
html {
    background: #03060b;
}

body {
    background:
        radial-gradient(circle at 14% 22%, rgba(34, 123, 225, 0.09), transparent 28%),
        radial-gradient(circle at 84% 58%, rgba(48, 89, 184, 0.07), transparent 30%),
        linear-gradient(180deg, #05080d 0%, #07101c 42%, #04070c 100%);
    background-attachment: fixed;
}

main {
    position: relative;
    isolation: isolate;
}

main::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    opacity: 0.24;
    background-image:
        linear-gradient(rgba(100, 170, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(100, 170, 255, 0.035) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 80%, transparent);
}

.section-2,
.section-4,
.section-7,
.section-8,
.countdown-slider {
    position: relative;
}

.section-2::before,
.section-4::before,
.section-7::before,
.section-8::before {
    content: "";
    position: absolute;
    inset: -70px 0;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(circle at 50% 50%, rgba(38, 125, 230, 0.07), transparent 58%);
}

.section-3 .section-3-img {
    height: min(520px, 70vh);
    background-position: center;
    border-top: 1px solid rgba(107, 177, 255, 0.10);
    border-bottom: 1px solid rgba(107, 177, 255, 0.10);
}

.section-3 .section-3-img::before {
    opacity: 0.66;
    background: linear-gradient(180deg, rgba(3, 7, 13, 0.72), rgba(5, 20, 38, 0.62), rgba(3, 7, 13, 0.82));
}

.section-9 {
    display: none;
}

.moon-start {
    position: relative;
    padding: 90px 0 36px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(4, 8, 14, 0), #050910 72%),
        radial-gradient(circle at 50% 25%, rgba(43, 137, 244, 0.18), transparent 42%);
}

.moon-start::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.12;
    background: url('/assets/istanbul/images/extras/section-3.png') center 34% / cover no-repeat;
    mask-image: linear-gradient(to bottom, transparent, #000 26%, #000 74%, transparent);
}

.moon-start-shell {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding: 42px 46px;
    border: 1px solid rgba(103, 177, 255, 0.20);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(10, 21, 39, 0.88), rgba(6, 11, 21, 0.86));
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
}

.moon-start-copy {
    max-width: 670px;
}

.moon-start-kicker {
    display: block;
    margin-bottom: 12px;
    color: #5aafff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
}

.moon-start h2 {
    margin: 0;
    color: #f6fbff;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 800;
}

.moon-start p {
    margin: 12px 0 0;
    color: rgba(221, 237, 255, 0.66);
    line-height: 1.75;
}

.moon-start-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
    flex: 0 0 auto;
}

.moon-start-actions .btn {
    min-width: 178px;
    padding: 14px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 750;
}

.moon-discord-btn {
    color: #f4f7ff !important;
    border: 1px solid rgba(120, 139, 255, 0.48) !important;
    background: rgba(88, 101, 242, 0.12);
}

.moon-discord-btn:hover {
    color: #fff !important;
    background: #5865f2 !important;
    box-shadow: 0 16px 38px rgba(88, 101, 242, 0.24);
}

.moon-footer {
    position: relative;
    padding: 52px 0 22px;
    border-top: 1px solid rgba(102, 173, 255, 0.10);
    background: rgba(3, 6, 11, 0.88);
}

.moon-footer-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.7fr) repeat(3, minmax(130px, 0.7fr));
    gap: 46px;
}

.moon-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #f7fbff !important;
    font-size: 23px;
    font-weight: 850;
}

.moon-footer-logo img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(70, 165, 255, 0.34));
}

.moon-footer-brand > p {
    max-width: 430px;
    margin: 18px 0 22px;
    color: rgba(218, 234, 253, 0.58);
    line-height: 1.75;
}

.moon-footer-community {
    width: min(100%, 360px);
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 14px 16px;
    border: 1px solid rgba(112, 145, 255, 0.22);
    border-radius: 12px;
    background: rgba(88, 101, 242, 0.08);
    color: rgba(237, 243, 255, 0.86) !important;
    transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.moon-footer-community:hover {
    transform: translateY(-2px);
    border-color: rgba(119, 148, 255, 0.50);
    background: rgba(88, 101, 242, 0.15);
}

.moon-footer-community > i:first-child {
    color: #8791ff;
    font-size: 22px;
}

.moon-footer-community > i:last-child {
    margin-left: auto;
    color: rgba(221, 234, 255, 0.46);
}

.moon-footer-community span,
.moon-footer-community strong {
    display: block;
}

.moon-footer-community span {
    color: rgba(215, 230, 248, 0.50);
    font-size: 12px;
}

.moon-footer-community strong {
    margin-bottom: 2px;
    color: #f5f9ff;
    font-size: 14px;
}

.moon-footer-title {
    margin: 12px 0 20px;
    color: #f6fbff;
    font-size: 15px;
    font-weight: 800;
}

.moon-footer-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.moon-footer-nav a {
    margin-bottom: 13px;
    color: rgba(215, 230, 248, 0.60) !important;
    font-size: 14px;
    font-weight: 600;
    transition: color 180ms ease, transform 180ms ease;
}

.moon-footer-nav a:hover {
    color: #65b4ff !important;
    transform: translateX(3px);
}

.moon-footer-selects {
    display: grid;
    gap: 11px;
}

.moon-footer-selects .btn-outline-footer {
    width: 100%;
    min-width: 135px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    padding: 11px 14px;
    border: 1px solid rgba(106, 176, 255, 0.22);
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.025);
    color: rgba(230, 242, 255, 0.76) !important;
}

.moon-footer-selects .dropdown-menu {
    border-radius: 10px !important;
    border-width: 1px !important;
}

.moon-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 44px;
    padding-top: 20px;
    border-top: 1px solid rgba(112, 178, 255, 0.09);
    color: rgba(211, 227, 246, 0.38);
    font-size: 12px;
}

.moon-powered-by {
    margin-top: 10px;
    text-align: center;
}

.moon-powered-by a {
    color: rgba(211, 227, 246, 0.34) !important;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    transition: color 180ms ease;
}

.moon-powered-by a:hover {
    color: rgba(108, 176, 255, 0.72) !important;
}

@media (max-width: 991px) {
    .moon-start-shell {
        align-items: flex-start;
        flex-direction: column;
        padding: 34px;
    }

    .moon-start-actions {
        justify-content: flex-start;
    }

    .moon-footer-grid {
        grid-template-columns: 1.5fr 1fr 1fr;
    }

    .moon-footer-settings {
        grid-column: 2 / 4;
    }
}

@media (max-width: 575px) {
    .moon-start {
        padding-top: 60px;
    }

    .moon-start-shell {
        padding: 26px 20px;
        border-radius: 16px;
    }

    .moon-start h2 {
        font-size: 27px;
    }

    .moon-start-actions,
    .moon-start-actions .btn {
        width: 100%;
    }

    .moon-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 34px 24px;
    }

    .moon-footer-brand,
    .moon-footer-settings {
        grid-column: 1 / -1;
    }

    .moon-footer-bottom {
        flex-direction: column;
    }
}

/* MoonMwp FAQ, Discord and brand alignment */
.moon-section-kicker {
    display: block;
    margin-bottom: 10px;
    color: #59adff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
}

.moon-faq {
    position: relative;
    padding: 34px 0;
}

.moon-faq-card {
    height: calc(100% - 16px);
    border-radius: 14px !important;
    background: linear-gradient(145deg, rgba(10, 20, 37, 0.82), rgba(5, 11, 21, 0.76)) !important;
    transition: border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.moon-faq-card:hover {
    transform: translateY(-2px);
    border-color: rgba(91, 169, 255, 0.34);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.25);
}

.moon-faq-card .card-body {
    padding: 0;
}

.moon-faq-toggle {
    width: 100%;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 22px;
    border: 0;
    background: transparent;
    color: #f5f9ff;
    text-align: left;
    font-size: 16px;
    font-weight: 750;
}

.moon-faq-toggle i {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(92, 170, 255, 0.22);
    border-radius: 50%;
    color: #65b4ff;
    transition: transform 220ms ease, background 220ms ease;
}

.moon-faq-toggle[aria-expanded="true"] i {
    transform: rotate(45deg);
    background: rgba(73, 157, 255, 0.12);
}

.moon-faq-answer {
    padding: 0 22px 22px;
    color: rgba(216, 232, 251, 0.65);
    line-height: 1.75;
}

.section-6 .section-6-img {
    height: auto;
    min-height: 500px;
    border: 1px solid rgba(101, 174, 255, 0.16);
    background:
        linear-gradient(125deg, rgba(13, 44, 79, 0.92), rgba(4, 10, 19, 0.96)),
        url('/assets/istanbul/images/extras/section-3.png') center / cover no-repeat;
}

.section-6 .section-6-img::before {
    opacity: 0.22;
    background: radial-gradient(circle at 18% 30%, rgba(58, 155, 255, 0.30), transparent 38%);
}

.section-6 .content {
    min-height: 500px;
    height: auto;
}

.section-6 .discord {
    width: 100%;
    max-width: 350px;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}

.moon-discord-join {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 20px;
}

@media (max-width: 991px) {
    .section-6 .content .row {
        gap: 28px;
    }

    .section-6 .content .col-xl-7 {
        text-align: center;
    }

    .moon-discord-join {
        margin-left: auto;
        margin-right: auto;
    }
}
