@import url('https://rsms.me/inter/inter.css');
.light body {
    background-color: #FFFFFF;
}

.light .nav-link,
.light .navbar-brand {
    color: #d76dfc;
}

.light .nav-link {
    color: #808184;
}

.light .nav-link.active {
    color: #d76dfc;
}

.light .discord-btn {
    background-color: #d76dfc;
    color: #FFFFFF;
}

.light .theme-change {
    background-color: #D9D9D9;
    justify-content: left;
}

.light .theme-change i {
    background-color: #FFFFFF;
    color: #D9D9D9;
}

.light .theme-ib {
    font-size: 0px;
    padding: 0px !important;
}

.light .navbar-toggler-icon {
    filter: opacity(0.7) drop-shadow(0 0 0 #d76dfc);
}

.light .nav-link:hover,
.light .navbar-brand:hover {
    color: #d76dfc;
}

.light .discord-btn:hover {
    color: #FFFFFF;
}

.light .nav-bim {
    width: 0px;
    height: 0px;
}

/* #region Tos*/

.light .tos-main {
    color: #212121;
}

.light .tos-main p {
    color: #808184;
}

.light .tos-main strong {
    color: #212121;
    font-weight: 400;
}

/* #endregion */

.light .question {
    background-color: #F3F7FB;
}

.light .question h1 {
    color: #d76dfc;
}

.light .question p {
    color: #939CBC;
}

.light .footer-top {
    background-color: #060B1C;
}

.light .footer-bottom {
    color: #91ABBE;
    background-color: #050917;
}

.light .footer-bottom p {
    margin: 0px;
}

.light .footer-top h1 {
    color: #FFFFFF;
}

.light .footer-top a,
.light .footer-top p {
    color: #91ABBE;
}

.light .footer-top a:hover {
    color: #d76dfc;
}

/* a */

.light .header-text h1 {
    color: #212121;
}

.light .header-text p {
    color: #808184;
}

.light .btn-primary {
    background-color: #d76dfc;
    border-color: #d76dfc;
    padding: 10px 40px;
}

.light .btn-outline-secondary {
    border-color: #212121 !important;
    color: #212121;
    padding: 10px 40px;
}

.light .stats-container h1 {
    color: #212121;
}

.light .stats-container P {
    color: #212121;
}

.light .hero-black {
    opacity: 0;
}

.light .vfb {
    width: 0%;
}

.light .features {
    background-color: #FBFBFB;
    color: #212121;
    text-align: center;
}

.light .feature h2 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.light .feature p {
    color: #939CBC;
    font-size: 16px;
}

.light .feature-icon {
    background-color: #FFFFFF;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0px 15px 30px 0px #5785C90D;
}

.light .feature-icon i {
    color: #d76dfc;
}

/* a */

.light .swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0px 7px !important;
}

.light .swiper .swiper-pagination-bullet-active {
    background-color: #d76dfc;
}

.light .stars {
    color: #d76dfc;
}

.light h1 {
    color: #212121;
}

.light p {
    color: #808184;
}

.light .trust-card {
    background-color: #FBFBFB;
}

.light.product-buttons p {
    background-color: #FBFBFB;
    color: #212121;
}

.light .product-card {
    background-color: #FBFBFB;
}

.light .product-btn {
    background-color: #d76dfc;
    color: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 30px;
}

.light .product-active {
    background-color: #d76dfc !important;
    color: #FFFFFF;
    font-weight: 700;
}

.light .product-card i {
    color: #9218f5;
}

@media (max-width: 990px) {
    .light .navbar {
        background-color: rgba(0, 0, 0, 0.064);
    }
}