@import url("https://fonts.googleapis.com/css2?family=Anton&family=Seymour+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #000000;
    font-family: "Poppins", sans-serif;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.anton-regular {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.seymour-one-regular {
    font-family: "Seymour One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 1em 3em;
    background-color: #171717;
}

.hero-section {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url("../images/hero-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-section .hero-robot {
    top: 117px;
    right: 10px;
    position: absolute;
    z-index: 1;
}

.hero-section .hero-content {
    width: 100%;
    padding-top: 250px;
    padding-bottom: 200px;
    color: #fff;
}

.icon {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    -webkit-margin-before: 0.3em;
    -webkit-margin-after: 0.2em;
    font-size: 2em;
}

.golden2 {
    background-image: -webkit-linear-gradient(#827904, #E0CF00 50%, #A86800 60%, #A86800);
}

.sbmt {
    touch-action: manipulation;
    display: inline-block;
    outline: none;
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    border: none;
    border-radius: 0.3em;
    height: 2.75em;
    line-height: 2.5em;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 5px;
    padding: 0 1em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(110, 80, 20, 0.4), inset 0 -2px 5px 1px rgb(139, 66, 8), inset 0 -1px 1px 3px rgb(250, 227, 133);
    background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    border: 1px solid #a55d07;
    color: rgb(120, 50, 5);
    text-shadow: 0 2px 2px rgb(250, 227, 133);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
}

.sbmt:focus,
.sbmt:hover {
    background-size: 150% 150%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgb(250, 227, 133);
    border: 1px solid rgba(165, 93, 7, 0.6);
    color: rgba(120, 50, 5, 0.8);
}

.sbmt:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(110, 80, 20, 0.4), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgb(250, 227, 133);
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: rgb(175 121 15 / 18%);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: rgba(23, 23, 23, 0.7607843137);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid rgba(149, 142, 142, 0.38);
}

.about-home-section {
    position: relative;
    padding-top: 65px;
    overflow-x: hidden;
}

.about-home-section .a-images {
    width: 100%;
    position: relative;
}

.about-home-section .about-coin {
    position: absolute;
    top: 0;
    left: 255px;
    z-index: -1;
    animation: MoveUpDown 4s linear infinite;
}

.about-home-section video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

@keyframes MoveUpDown {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-100px);
    }
}

.feature-section {
    background-color: #171717;
    padding-top: 65px;
    padding-bottom: 65px;
    overflow-x: hidden;
}

.site-statistics-section {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
}

.site-statistics-section::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 350px;
    height: 250px;
    background-image: url("../images/bottom-right.png");
    background-size: cover;
    z-index: -1;
    filter: brightness(20%);
}

.site-statistics-section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 420px;
    height: 250px;
    background-image: url("../images/top-left.png");
    background-size: cover;
    z-index: -1;
    filter: brightness(20%);
}

.site-statistics-section video {
    position: absolute;
    width: 100%;
    max-width: 450px;
    height: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    z-index: -99999999;
}

table,
th,
td,
tr {
    color: white !important;
    background-color: transparent !important;
}

.investment-plans-section {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
    background-image: url("../images/plan-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.plan-body {
    height: 350px;
    display: grid;
    place-content: center;
    grid-gap: 15px;
    font-size: 1.2em;
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 370px;
    height: auto;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.plan-card {
    position: relative;
    overflow: hidden;
}

.plan-card img {
    position: absolute;
    width: 220px;
    top: -50px;
    right: -50px;
    z-index: -1;
    animation: spin 4s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.675rem 0.95rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #000;
    background-clip: padding-box;
    border: var(--bs-border-width) solid rgba(255, 193, 7, 0.2196078431);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(255, 255, 255);
    opacity: 1;
    /* Firefox */
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(255, 255, 255);
    opacity: 1;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(255, 255, 255);
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(255, 255, 255);
}

.form-control:focus {
    color: #ffffff;
    background-color: #000;
    border-color: rgba(134, 183, 254, 0);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

.support-section {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
    background-color: #171717;
    overflow: hidden;
}

.support-section img {
    height: 100%;
}

.affiliate-section {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
}

.affiliate-section img {
    max-width: 500px;
}

.affiliate-section video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    filter: brightness(20%);
}

footer {
    background-color: #171717;
    padding-top: 65px;
    overflow: hidden;
}

@media only screen and (max-width: 600px) {
    .hero-section {
        position: relative;
        width: 100%;
        height: auto;
        background-image: url("../images/hero-bg.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .hero-section .hero-robot {
        top: unset;
        bottom: 117px;
        right: 0px;
        position: absolute;
        z-index: 0;
        width: 70%;
    }
    .hero-section .hero-content {
        position: relative;
        width: 100%;
        padding-top: 250px;
        padding-bottom: 200px;
        color: #fff;
        z-index: 1;
    }
    .about-home-section {
        position: relative;
        padding-top: 65px;
        overflow-x: hidden;
    }
    .about-home-section .a-images {
        width: 100%;
        position: relative;
    }
    .about-home-section .about-coin {
        position: absolute;
        top: 0;
        left: unset;
        right: -45px;
        z-index: -1;
        animation: MoveUpDown 4s linear infinite;
    }
    .about-home-section video {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        -o-object-fit: fill;
        object-fit: fill;
    }
    .affiliate-section {
        position: relative;
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .affiliate-section img {
        max-width: 100%;
    }
    .affiliate-section video {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        -o-object-fit: fill;
        object-fit: fill;
        filter: brightness(20%);
    }
}

.captcha-img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999999;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff;
    text-shadow: #FC0 1px 0 10px;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 18px;
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.page-banner {
    padding-top: 165px;
    padding-bottom: 65px;
    background-image: url("../images/hero-bg.png");
    background-size: cover;
    background-position-y: -175px;
}

.about-certificate {
    position: relative;
    background-color: #000000;
    padding-top: 65px;
    padding-bottom: 65px;
}

.about-certificate .certificate {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
}

.about-certificate .buttons {
    display: flex;
    justify-content: space-between;
}

.about-certificate .buttons a {
    text-align: center;
}

.accordion-container {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 65px;
    padding-bottom: 65px;
}

.accordion-item {
    background-color: #000000;
    border-radius: 8px 8px 0 0;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.accordion-header {
    background-color: #171717;
    color: #FFFFFF;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0 0;
    transition: background-color 0.3s ease;
}

.accordion-header:hover {
    background-color: #000;
}

.accordion-content {
    background-color: #000000;
    overflow: hidden;
    padding: 0 15px;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
}

.icona {
    transition: transform 0.3s ease;
    color: #ffffff;
}

.active .icona {
    transform: rotate(45deg);
}

.news-section {
    position: relative;
    padding: 65px 0px;
}

.news-section img {
    border-radius: 15px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.news-section img:hover {
    transform: scale(1.1) rotate(1.2deg);
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: #ffffff;
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: #ffffff;
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: #ffffff;
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(36, 36, 36, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #000000;
    --bs-pagination-active-border-color: #ffffff;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
}

/*# sourceMappingURL=main.css.map */