* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Golos Text", sans-serif;
    font-size: 15px;
}
:root {
    --primary-color: #11d49e;
    --black-color: #000000;
    --white-color: #faf9ff;
    --text-color: #c5c5ca;
    --card-bg: #141414;
}

body {
    background-color: var(--black-color) !important;
    font-family: "Golos Text", sans-serif !important;
}
.navbar-links li {
    transition: 0.2s all ease;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
}
.card-bg {
    background-color: var(--card-bg) !important;
}
.text-success {
    color: var(--primary-color) !important;
}
.navbar-links li a:hover {
    color: var(--primary-color) !important;
}
.dropdown-menue {
    max-height: 200px; /* Set scroll height */
    overflow-y: auto; /* Enable vertical scroll */
    background-color: var(--black-color); /* Black background */
}
.items {
    color: var(--white-color); /* White text */
}
.items:hover {
    color: var(--primary-color) !important;
    background-color: transparent !important;
}

.hero h1 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 900 !important;
    overflow: hidden;
    position: relative;
}
.signup-button {
    border-radius: 18px !important;
    line-height: 24px;
    padding: 10px 20px 10px 30px !important;
    background-color: var(--white-color) !important;
    font-size: 13px !important;
}
/* footer start */
footer {
    background-color: #161719 !important;
}
.icons-foter i {
    transition: 0.2s all ease;
    font-size: 25px;
}
.icons-foter i:hover {
    color: var(--primary-color) !important;
    transform: scale(1.3);
    cursor: pointer;
}
.foter-links li a {
    text-decoration: none;
    color: var(--white-color);
    transition: 0.2s all ease;
}
.foter-links li a:hover {
    color: var(--primary-color) !important;
    transform: perspective(1.3);
    cursor: pointer;
}
.foter-links li i {
    font-size: 22px;
    margin-right: 12px;
}
.main-page-button button {
    border-radius: 18px !important;
    font-size: 11px;
    line-height: 24px;
    padding: 15px 30px 15px 30px !important;
    transition: 0.2s all ease;
    font-weight: bold !important;
}
.main-page-button button:hover {
    background-color: var(--primary-color) !important;
    transform: perspective(1.3);
    cursor: pointer;
    color: var(--black-color) !important;
}
.login-option {
    transition: 0.2s all ease;
}
.login-option:hover {
    background-color: #06bc85 !important;
    cursor: pointer;
    transform: scale(1.1);
    color: black !important;
}
/* otherpages css */
@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap");
.service {
    font-size: 11px;
}
.services h1 {
    font-size: 2rem !important;
    font-weight: 800 bolder;
    color: var(--white-color);
    line-height: 2.2rem;
}

.services .form-control {
    background-color: var(--black-color);
    border-radius: 20px;
    padding: 20px 20px;
    border: 2px solid #424242 !important;
}

.services .form-control::placeholder {
    color: var(--white-color);
}

.services .input-group-text {
    background-color: var(--white-color);
    border: none;
    border-radius: 0 50px 50px 0;
    padding: 12px 20px;
}

.services .input-group-text i {
    color: black;
}

.services .filter-btn {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    padding: 19px 19px;
    border-radius: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: background-color 0.3s ease;
}

.services .filter-btn:hover {
    border: 2px solid white !important;
    background-color: transparent !important;
}

.filter-btn:focus,
.filter-btn:active,
.filter-btn.show {
    outline: none;
    box-shadow: none;
    background-color: transparent !important;
    border: 2px solid white !important;
}

/* Fix dropdown menu styles */

.services .currency-filter {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 10px; /* Adjust as needed */
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 15px 16px;
}

.services .currency-filter:focus,
.services .currency-filter:hover,
.services .currency-filter:active,
.services .currency-filter.show {
    outline: none;
    box-shadow: none;
    background-color: transparent !important;
    border: 2px solid white !important;
}

/* table */

.services .custom-table,
#servicesTable {
    border-radius: 8px;
    color: var(--white-color);
    background-color: transparent;
    overflow: hidden !important;
}

.services .custom-table thead,
#servicesTable thead {
    background-color: #222;
    color: var(--white-color);
}

.custom-table th,
#servicesTable th,
#servicesTable td,
.custom-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #333;
    font-size: 11px !important;
}

.services .custom-table .category-row td {
    background-color: #eee;
    color: black;
    font-size: 13px !important;
    font-weight: 700;
}

.services .custom-table .category-icon {
    margin-right: 10px;
}

/* ID Badge */
.services .custom-table .id-badge {
    display: inline-block;
    background-color: #2b916b;
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    font-weight: 700;
    text-align: center;
    min-width: 50px;
}

.services .custom-table .telegram-boost td {
    background-color: #eee;
    color: black;
    font-size: 13px !important;
    font-weight: 700;
}

.services .custom-table td {
    font-size: 13px !important;
    font-weight: 500;
}

/* Action Button */
.services .custom-table .action-btn {
    background: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 10px;
    padding: 12px 30px;
}

.services .custom-table .action-btn:hover {
    background: white;
    color: black;
}

.services .custom-badge {
    background: linear-gradient(
        to bottom,
        #60c48e,
        #1b5c3d
    ); /* Gradient effect */
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 20px;
    text-align: center;
}

.services .p {
    font-size: 18px;
    font-weight: 600;
}

.services .text-center {
    font-size: 13px;
    font-weight: 500;
}

.services .card {
    background: linear-gradient(180deg, #1c1c1c, #000000);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.services .icon-box {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.services .icon-box i {
    font-size: 30px;
    color: white;
}

.services .card p {
    font-size: 11px;
}

.services .card h5 {
    font-size: 13px;
}

.services .buy-btn {
    width: 100%;
    border: 2px solid white;
    color: white;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px;
    background: transparent;
    transition: 0.3s;
}

.services .buy-btn:hover {
    background-color: var(--black-color);
    color: #ababae !important;
}
.service-background {
    background-color: #0a0a0a;
}

/* services ends */

/* Giveaway Starts */
.giveaway h1 {
    font-size: 40px;
    font-weight: 800;
}

.giveaway h1 span {
    color: var(--primary-color);
}

.giveaway .table-responsive tr {
    background-color: var(--white-color);
    color: var(--black-color);
}

.giveaway .custom-table {
    background-color: var(--white-color);
    color: var(--black-color);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.giveaway .custom-table thead {
    background-color: #111; /* Dark header */
    color: white;
    font-size: 11px;
    font-weight: 700;
}

.giveaway .custom-table tr td {
    background-color: var(--black-color);
    color: var(--white-color);
    font-size: 13px;
    font-weight: 500;
}

.giveaway h2 {
    font-size: 36px;
    font-weight: 800;
}

.giveaway p {
    font-size: 14px;
    font-weight: 200;
    color: var(--text-color);
}

.giveaway h5 {
    font-size: 20px;
    font-weight: 600;
}

.giveaway h6 {
    font-size: 20px;
    font-weight: 600;
}

.giveaway .goal {
    font-size: 14px;
}

/* giveaway Ends */

/* User guide Starts */
.user-guide h1 {
    font-size: 40px;
    font-weight: 800;
    color: var(--white-color);
}

.user-guide h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--white-color);
}

.user-guide h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--white-color) !important;
}

.user-guide span {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color) !important;
}

.user-guide a {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
}

.user-guide strong {
    font-size: 18px;
    font-weight: 700;
    color: var(--white-color);
}
.user-guide-background {
    background-color: #0a0a0a !important;
}
/* user guide ends */

/* login page starts */
.login h1 {
    font-size: 40px;
    font-weight: 800;
    color: var(--white-color);
}

.login-box {
    background-color: var(--black-color);
}
.login .icon-box {
    width: 100px;
    height: 100px;
}
.login-box i {
    background-color: var(--primary-color);
    font-size: 42px;
    color: var(--black-color);
}

.login h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--white-color);
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.5rem 0;
}
.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #555;
}
.divider:not(:empty)::before {
    margin-right: 10px;
}
.divider:not(:empty)::after {
    margin-left: 10px;
}
.btn-sign a {
    transition: 0.2s all ease;
}
.btn-sign a:hover {
    color: var(--black-color) !important;
    background-color: var(--primary-color) !important;
}

/* link active css */
.active {
    font-weight: bold;
    color: var(--primary-color) !important;
}
/* blog page css */
.blog img {
    outline: 1px solid white;
}

.blog .page-item .page-link {
    color: white;
    background: transparent;
    border: none;
    font-weight: bold;
    padding: 10px 16px;
    font-size: 18px;
    transition: background 0.3s, color 0.3s;
}

.blog .page-item.active .page-link {
    background: linear-gradient(to bottom right, #00c851, #007e33);
    color: white;
    border-radius: 10px;
}

.blog .page-item .page-link:hover {
    background: rgb(25, 62, 25);
    border-radius: 10px;
}

/* blog page end */

/* blog detail page start */
.blog-detail .parrot {
    color: rgb(164, 39, 101);
}
/* LOADER CSS */
/* Fullscreen overlay */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    width: 150px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #198754 94%, #0000) top/8px 8px
            no-repeat,
        conic-gradient(#0000 30%, #198754);
    -webkit-mask: radial-gradient(
        farthest-side,
        #0000 calc(100% - 4px),
        #000 0
    );
    animation: l27 0.9s infinite steps(8);
}
@keyframes l27 {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    75% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.terms .card {
    background-color: #171717;
    border-radius: 20px;
}
.terms h1 {
    color: #ffffff;
    margin-top: 30px;
    font-size: 32px;
    font-weight: 700;
}
.terms p,
li {
    color: #ccc;
}
.terms ul {
    list-style-type: none;
}
/* api */
.table-example {
    background-color: #280e0e;
}
.h1-api {
    font-size: 58px;
    font-weight: 1900;
}
.table-example td {
    padding: 30px;
    padding-left: 20px;
}
.social-floating img {
    transition: 0.2s ease;
}
.social-floating img:hover {
    filter: brightness(0.8);
}
.bottom-nav-links {
    /* gap: 5px !important; */
    width: 100%;
    overflow-x: auto;
    padding-left: 3px;
    padding-right: 3px;
}
.bottom-nav-links::-webkit-scrollbar {
    display: none !important;
}
.bottom-nav-links .bottom-nav-link {
    width: 20%;
    font-size: 0.8rem;
    font-weight: 400 !important;
    transition: 0.1s ease-in;
    touch-action: cross-slide-x;
    text-wrap: nowrap;
}
.bottom-nav-links .bottom-nav-link i {
    font-size: 1.1rem !important;
}
.bottom-nav-links .bottom-nav-link:hover {
    color: var(--primary-color) !important;
}
.bottom-nav-links .bottom-nav-link.active {
    color: var(--primary-color) !important;
}
@media (max-width: 300px) {
    .bottom-nav-links {
        justify-content: start !important;
    }
    .bottom-nav-links .bottom-nav-link {
        width: 30%;
    }
}
