.basic-btn {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 320px;
    height: 82px;
    overflow: hidden;
    border: none;
    border-radius: 15px;
}
.start-trading {
    color: #fff;
    background: var(--main, #ff7955);
    transition: 0.5s;
    border: 2px solid #ff7955;
}
.start-trading:hover {
    color: #ff7955;
    background: transparent;
    border: 2px solid #ff7955;
}
.title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 32px;
}
.subtitle {
    font-size: 20px;
    color: #f5f3ec;
    font-weight: 500;
    margin-bottom: 0;
}
.description {
    color: #5e2aa3;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.blur-bg {
    position: relative;
    background: rgba(243, 243, 245, 0.4);
}
.blur-bg > img {
    position: absolute;
    z-index: -1;
    width: 100%;
    max-width: 638px;
}
.blur-bg .first-img {
    left: 0;
    top: 0;
}
.blur-bg .second-img {
    right: 0;
    bottom: 0;
}
* {
    font-family: "Raleway", sans-serif;
}
body {
    background: #000 !important;
}
.row {
    --bs-gutter-x: 0 !important;
}
.p60-0 {
    padding: 60px 0;
}
.container {
    max-width: 1530px !important;
    margin: 0 auto !important;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-heading------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.heading-title {
    color: #f5f3ec;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
}
.heading-title span {
    color: #ec4e23;
}
.heading-description {
    color: #cfd0d0;
    font-size: 18px;
    margin-bottom: 40px;
}
.heading-subtitle {
    position: relative;
    color: #f5f3ec;
    font-size: 20px;
    padding: 20px;
    border-radius: 20px;
    background: var(--card_bg, #2c2c2c);
}
.heading-btn {
    position: absolute;
    top: -85px;
    right: -140px;
    width: 176px;
    height: 176px;
    cursor: pointer;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-partners------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.partners-content > div {
    padding: 60px 0;
    border-radius: 30px;
    background: var(--card_bg, #2c2c2c);
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-advantages------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.advantages-header {
    border-radius: 30px;
    background: url(../images/advantages/bg1.png) no-repeat left bottom,
    linear-gradient(#ede8ff, #ede8ff);
}
.advantages-header h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
}
.advantages-header p {
    color: var(--G2, #626b81);
    font-size: 16px;
}
.advantages-content .first {
    width: 100%;
    max-width: 100%;
    border-radius: 30px;
    background: url(../images/advantages/bg2.png) no-repeat right,
    linear-gradient(#efeef5, #efeef5);
    background-size: cover;
}
.advantages-content .second {
    padding-top: 44px;
    padding-bottom: 44px;
    border-radius: 30px;
    background: url(../images/advantages/bg3.png) no-repeat right bottom,
    linear-gradient(#d5d1e2, #d5d1e2);
}
.advantages-content .third {
    padding-top: 44px;
    padding-bottom: 44px;
    border-radius: 30px;
    background: url(../images/advantages/bg4.png) no-repeat right bottom,
    linear-gradient(#434ce7, #434ce7);
    background-size: cover;
}
.advantages-content .third h4 {
    color: #fff;
}
.advantages-content .third button {
    background: #fff;
    color: #434ce7;
}
.advantages-header > div {
    padding: 20px;
}
.advantages-header button {
    background: #fff;
}
.advantages-content > div {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    width: 100%;
}
.advantages-content > div img {
    margin-bottom: 24px;
}
.advantages-content > div h4 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
}
.advantages-content > div p {
    font-size: 20px;
    opacity: 0.8;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-about------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.about {
    border-radius: 60px;
    background: var(--G1, #2c2c2c);
}
.about h2 {
    color: var(--wite, #fff);
}
.about p.subtitle {
    font-size: 20px;
    color: var(--wite, #fff);
}
.heading-stat > div {
    padding: 12px 0;
    width: 250px;
}
.heading-stat h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #6d74ec;
    margin-bottom: 0;
}
.heading-stat h4 span {
    color: #6d74ec;
}
.heading-stat p {
    font-weight: 300;
    font-size: 18px;
    color: #6d74ec;
    margin-bottom: 0;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-document-links------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.document-links-content {
    padding: 20px 0;
    background: var(--black);
    border: 1px solid var(--stroke);
    border-radius: 12px;
}
.document-links-content a {
    display: flex;
    column-gap: 24px;
    max-width: 355px;
    border: 1px solid var(--stroke);
    border-radius: 30px;
    background: url("../images/about/bg1.png"), linear-gradient(#000, #000);
    background-size: cover;
    text-decoration: none;
    padding: 20px;
    transition: 0.5s;
}
.document-links-content .counter {
    color: var(--main, #ff7955);
    font-size: 36px;
    font-weight: 700;
}
.document-links-content a > div {
    width: 100%;
}
.document-links-content a:hover {
    background: var(--hover, #6d74ec);
}
.document-links-content a:hover h4,
.document-links-content a:hover p {
}
.document-links-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.document-links-content p {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin-top: 12px;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-main-advantages------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.main-advantages-content > div {
    max-width: 332px;
    border-radius: 30px;
    background: #2c2c2c;
    padding: 30px 24px;
}
.main-advantages-content .first {
    background: url("../images/main-advantages/bg1.png") right no-repeat,
    linear-gradient(#2c2c2c, #2c2c2c);
    background-size: cover;
}
.main-advantages-content .second {
    background: url("../images/main-advantages/bg2.png") right no-repeat,
    linear-gradient(#2c2c2c, #2c2c2c);
    background-size: cover;
}
.main-advantages-content .third {
    background: url("../images/main-advantages/bg3.png") right no-repeat,
    linear-gradient(#2c2c2c, #2c2c2c);
    background-size: cover;
}
.main-advantages-content h6 {
    font-size: 24px;
    text-transform: none;
    margin-bottom: 20px;
    color: #fff;
}
.main-advantages-content p {
    font-size: 20px;
}
.main-advantages-content img {
    margin-bottom: 24px;
}
.main-advantages-content-markets > div {
    background-color: #010a15;
    border: 1px solid rgba(219, 244, 12, 0.4);
    border-radius: 10px;
    padding: 24px;
}
.main-advantages-content-markets p {
    color: #71757d;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-specialities------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.specialities > div > div {
    padding: 28px 0 32px;
    border-top: 2px solid #ffdd33;
}
.specialities > div > div h4 {
    font-weight: 600;
    font-size: 24px;
    color: #061425;
    margin-bottom: 24px;
}
.specialities > div > div p {
    font-size: 18px;
    color: #6d6a6b;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-statistic------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.statistic > div {
    border-radius: 40px;
    background: var(--card_bg, #2c2c2c);
}
.statistic-content h4 {
    color: var(--main, #ff7955);
    font-size: 40px;
    font-weight: 700;
}
.statistic-content p {
    color: var(--grey, #cfd0d0);
    font-size: 16px;
    font-weight: 500;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-carousel------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.slider {
    margin: auto;
    overflow: hidden;
}
.slider ul {
    display: flex !important;
    padding: 0;
    animation: cambio 50s infinite linear;
}
.slider li {
    padding: 0 10px;
    list-style: none;
}
.slider img {
    max-width: fit-content !important;
    height: auto !important;
}
@keyframes cambio {
    from {
        margin-left: 0%;
    }
    to {
        margin-left: -100%;
    }
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-platform------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.platform-content > div:first-child > div {
    color: var(--whte, #f5f3ec);
    font-size: 20px;
    padding: 24px;
    border-radius: 15px;
    background: var(--card_bg, #2c2c2c);
}
.platform-content > div:last-child {
    background: url("../images/platform/bg.png") no-repeat;
    background-size: contain;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-choose-acc------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.choose-acc {
    border-radius: 60px;
    background: var(--card_bg, #2c2c2c);
}
.account:hover {
    cursor: pointer;
}
.account:hover .choose-account {
    display: flex;
}
.account:hover {
    border-color: #ff7955;
}
.accounts > div {
    max-width: 370px;
    border-radius: 20px;
    border: 4px solid #f5f3ec;
    background: #f5f3ec;
}
.accouts-popular {
    font-size: 0.7em;
    color: #fff;
    background: #a98bcc;
    border-radius: 18px;
    max-width: 84px;
}
.accounts-content-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 25px 28px 45px;
    color: #000;
}
.accounts-content-wrap > div > h4 {
    font-weight: 800;
    font-size: 28px;
    font-family: "Raleway", sans-serif;
}
.accounts-content-wrap > div > p.subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.accounts-content-wrap > ul {
    text-align: left;
    list-style-type: none;
    padding-left: 0;
}
.accounts-content-wrap > ul > li {
    font-size: 14px;
    margin-bottom: 11px;
}
.accounts-content-confirmed {
    display: flex;
    align-items: center;
    gap: 6px;
}
.accounts-content-rejected {
    color: #7f8082;
}
.fa-check-circle {
    font-size: 20px;
    color: #ff7955;
}
.fa-minus-circle {
    font-size: 20px;
    color: #f5f3ec;
}
.choose-account {
    display: none;
    background: #ff7955;
    border-radius: 0 0 16px 16px;
    height: fit-content;
}
.choose-account > p {
    font-size: 1em;
    font-weight: 600;
    color: #fff;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-contact-us------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.contact-us {
    overflow: hidden;
}
.contact-us-content {
    border-radius: 20px;
    background: var(--card_bg, #2c2c2c);
}
.contact-us-content .star1 {
    position: absolute;
    top: -137px;
    right: -93px;
    z-index: -1;
}
.contact-us-content .star2 {
    position: absolute;
    bottom: -81px;
    left: -28px;
    z-index: -1;
}
.contact-us-content > div {
    padding: 24px;
}
.contact-us-content h3 {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}
.contact-us-content p.subtitle {
    color: #777;
}
.contact-us-content input {
    color: #777;
    padding: 14px 19px;
    width: 100%;
    background: #000;
    border: 2px solid #000;
    border-radius: 5px;
}
.contact-us-content input::placeholder {
    color: #777;
}
.contact-us-content button {
    font-size: 18px;
    font-weight: 600;
    height: 57px;
    overflow: hidden;
    border: 2px solid transparent;
    color: #fff;
    border-radius: 40px;
    background: #ff7955;
    transition: 0.5s;
    width: 100%;
    max-width: 405px;
    margin: auto;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-contacts------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.contacts {
    margin-top: 80px;
}
.contacts > div {
    width: 350px;
    padding: 40px 20px;
    border-radius: 30px;
    background: url("../images/contacts/bg.png") no-repeat right,
    linear-gradient(#2c2c2c, #2c2c2c);
    background-size: cover;
}
.contacts h4 {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
}
.contacts p {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}
.contacts p span {
    color: #ff7955;
    font-weight: 700;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------markets-tables------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */

.tables > div p {
    width: 33.3%;
    text-align: center;
    margin-bottom: 0 !important;
    padding: 10px 0;
    border: 1px solid lightgrey;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------tariffs-our-tech------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.our-tech-content > div {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    box-shadow: 0px 4px 41px rgba(93, 128, 139, 0.15);
    border-radius: 16px;
    padding: 8px;
}
.our-tech-content > div h4 {
    font-weight: 700;
    font-size: 24px;
    color: #1a1d1a;
    margin-bottom: 16px;
}
.our-tech-content > div p {
    font-weight: 400;
    font-size: 16px;
    color: #6d6a6b;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-start-now------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .start-now > div {
        background: #010a15;
        border-radius: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .start-now-btn {
        margin-top: 120px;
    }
}
@media (min-width: 992px) {
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-advantages------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .advantages-header > div {
        padding: 44px;
        max-width: 471px;
    }
    .advantages-header h2 {
        font-size: 32px;
    }
    .advantages-header p {
        font-size: 20px;
    }
    .advantages-content > div {
        max-width: 48%;
        width: 48%;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-about------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .heading-stat > div {
        width: 33%;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-partners------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .partners-content > div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 47%;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-specialities------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .specialities > div > div {
        display: flex;
        justify-content: space-evenly;
    }
    .specialities > div > div h4,
    .specialities > div > div p {
        width: 50%;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-our-tech------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .our-tech-content > div {
        width: calc(50% - 32px);
        max-width: 709px;
        padding: 31px;
    }
    .our-tech-content img {
        margin-bottom: 103px;
    }
    .our-tech-content > div h4 {
        font-size: 30px;
    }
    .our-tech-content > div p {
        font-size: 24px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------contacts-contacts------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .contacts > div {
        width: 30%;
    }
}

@media (min-width: 1200px) {
    .title {
        font-size: 60px;
    }
    .subtitle {
        font-size: 24px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-heading------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .heading-title {
        font-size: 64px;
    }
    .heading-subtitle {
        padding: 44px 20px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-statistic------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .statistic-content {
        margin-top: -155px;
    }
    .statistic-content h4 {
        font-size: 88px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-document-links------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .document-links-content a {
        width: 46%;
        max-width: 46%;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-choose-acc------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .accounts {
        margin-top: 60px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-main-advantages------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .main-advantages-content > div {
        max-width: 360px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-contact-us------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .contact-us-img {
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: 560px;
    }
    .contact-us-content .star1 {
        top: -226px;
        left: 291px;
    }
    .contact-us-content .star2 {
        top: -49px;
        left: -32px;
    }
}

@media (min-width: 1400px) {
    .p60-0 {
        padding: 120px 0;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-main-advantages------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .main-advantages-content > div {
        max-width: 30%;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-partners------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .partners-content > div {
        width: 23%;
    }
}
