.basic-btn {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    width: 300px;
    height: 52px;
    overflow: hidden;
    border: none;
    border-radius: 10px;
}
.basic-btn img {
    margin-left: 10px;
}
.start-trading {
    color: #fff;
    background: #e60f01;
    transition: 0.5s;
    border: 2px solid #e60f01;
}
.start-trading:hover {
    color: #e60f01;
    background: transparent;
    border: 2px solid #e60f01;
}
.title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 32px;
}
.subtitle {
    font-size: 18px;
    color: #475569;
    font-weight: 500;
    margin-bottom: 0;
}
.container {
    max-width: 1530px !important;
    margin: 0 auto;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
* {
    font-family: "Poppins", sans-serif;
}
body {
    background: #fff !important;
}
.row {
    --bs-gutter-x: 0 !important;
}
.red {
    color: #e60f01;
}
.blue-bg {
    background: #f3f6f9;
}
.p60-0 {
    padding: 60px 0;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-heading-title------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.heading-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 110%;
}
.heading-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #475569;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-stat------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.stat {
    background: #1e293b;
}
.stat > div {
    column-gap: 25px;
    border-radius: 8px;
}
.stat > div > div {
    width: 265px;
    padding: 20px 0;
    border-radius: 20px;
    border: 2px solid #94a3b8;
    background: #475569;
}
.stat h4 {
    font-weight: 600;
    font-size: 36px;
    color: #f3f6f9;
    margin-bottom: 8px;
}
.stat p {
    font-weight: 500;
    font-size: 16px;
    color: #f3f6f9;
    margin: 0;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-main-advantages------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.main-advantages-content > div {
    max-width: 332px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 24px;
}
.main-advantages-content h6 {
    font-size: 18px;
    margin-bottom: 12px;
}
.main-advantages-content p {
    font-size: 16px;
}
.main-advantages-content img {
    margin-bottom: 16px;
}
.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-advantages------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.advantages {
    background: #1e293b;
}
.advantages h2,
.advantages p {
    color: #fff;
}
.advantages-content > div {
    max-width: 321px;
    border-radius: 30px;
    border: 3px solid #94a3b8;
    background: #475569;
    padding: 24px;
}
.advantages-content img {
    margin-bottom: 16px;
}
.advantages-content h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-choose-acc------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.choose-acc {
    background: #f3f6f9;
}
.account:hover {
    cursor: pointer;
}
.account:hover .choose-account {
    display: flex;
}
.account:hover {
    /* border-color: transparent; */
}
.accounts .account {
    max-width: 360px;
    border-radius: 21.122px;
    border: 1.525px solid #e2e8f0;
    background: #fff;
    margin: 0 10px;
}

.slick-dots li::marker {
    content: '';
}

.slick-dots {
    display: flex;
    justify-content: space-between;
    width: 155px;
    margin: 0 auto;
    padding: 0 !important;
    margin-top: 25px;
}

.slick-dots li button{
    width: 19px !important;
    height: 19px !important;
    border-radius: 12px !important;
    color: transparent !important;
    border: none !important;
    background-color: #E2E8F0;
}

.slick-dots  li.slick-active button {
    width: 60px !important;
    background-color: #94A3B8;
}

.accouts-popular {
    font-size: 0.7em;
    color: #010a15;
    background: #f3821a;
    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: #010814;
}
.accounts-content-wrap > div > h4 {
    font-weight: 800;
    font-size: 32px;
    font-family: "Poppins", sans-serif;
}
.accounts-content-wrap > div > p.subtitle {
    font-size: 15px;
    font-weight: 400;
    color: #475569;
}
.accounts-content-wrap > ul {
    text-align: left;
    list-style-type: none;
    padding-left: 0;
}
.accounts-content-wrap > ul > li {
    font-size: 16px;
    margin-bottom: 11px;
    font-weight: 500;
}
.accounts-content-confirmed {
    display: flex;
    align-items: center;
    gap: 6px;
}
.accounts-content-rejected {
    color: #94a3b8;
}
.fa-check-circle {
    font-size: 20px;
    color: #e60f01;
}
.fa-minus-circle {
    font-size: 20px;
    color: transparent;
}
.choose-account {
    display: flex;
    background: #fff;
    border: 1px solid #e60f01;
    border-radius: 8px;
    color: #e60f01;
}
.choose-account > p {
    font-size: 1em;
    font-weight: 600;
    color: #fff;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-contact-us------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.btn-faq {
    text-decoration: none;
    display: block;
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    color: #1E293B;
    margin: 15px 0;
}

.btn-faq:hover {
    color: #1E293B;
}

.onclick:after {
    content: "";
    right: 15px !important;
    border-left: 3px solid #FE5146 !important;
    border-bottom: 3px solid #FE5146 !important;
    transform: rotate(135deg) translateY(-50%) !important;
}

.card.card-body {
    color: #475569 !important;
}

.btn-faq:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 35%;
    height: 15px;
    width: 15px;
    border-left: 3px solid #FE5146;
    border-bottom: 3px solid #FE5146;
    transform: rotate(-45deg) translateY(-50%);
}

#faq .card {
    border: none !important;
}

.formwrap {
    color: red;
    margin-top: 5px;
    text-align: center;
}

/* #faq .collapse {
    background: #F3F6F9
} */


.contact-us-content {
    background: #1e293b;
    border-radius: 8px;
}
.contact-us-content > div {
    padding: 24px;
}
.contact-us-content h3 {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}
.contact-us-content p.subtitle {
    color: #fff;
}
.contact-us-content input {
    color: #fff;
    padding: 14px 19px;
    width: 100%;
    border: 2px solid transparent;
    background: #475569;
    border-radius: 5px;
}
.contact-us-content input::placeholder {
    color: #94a3b8;
}
.contact-us-content button {
    font-size: 18px;
    font-weight: 600;
    height: 57px;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 8px;
    color: #fff;
    background: #e60f01;
    transition: 0.5s;
    width: 100%;
    max-width: 405px;
    margin: auto;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-contacts------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.support {
    background: #f3f6f9;
}
.contacts > div {
    width: 350px;
    padding: 24px;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.contacts h4 {
    font-weight: 600;
    font-size: 22px;
    color: #000;
    margin-bottom: 0;
}
.contacts p {
    font-weight: 400;
    font-size: 18px;
    color: #475569;
}
.contacts p span {
    color: #061425;
    font-weight: 700;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------markets-widget------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.widget > div {
    padding: 28px 0;
    background: #000;
}
.assets {
    background: #f3f6f9;
}
.assets-blocks > div {
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 24px;
}
.assets-blocks h4 {
    color: #1e293b;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.assets-blocks p {
    font-size: 18px;
    color: #475569;
    font-weight: 500;
}
.tablet {
    height: 102%;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------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;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------tariffs-document-links------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.document-links-content a {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    background: #fff;
    text-decoration: none;
    padding: 24px;
    transition: 0.5s;
}
.document-links-content a:hover {
    color: #000;
    background: #ffdd33;
}
.document-links-content a:hover h4,
.document-links-content a:hover p {
    color: #000;
}
.document-links-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.document-links-content p {
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
.desktop {
    height: 100%;
}


/*---carousel---*/
.mycarousel-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 290px;
    height: 180px;
    border-radius: 40px;
    padding: 22px 23px;
}
.carousel-item-top, .carousel-item-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.stock .stock-title{
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}
.stock .stock-subtitle{
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}
.profit .profit-period{
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
}
.profit .profit-percent{
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}
.stock-graph{
    max-width: 115px;
}
.stock-icon{
    max-width: 49px;
}
.stock-graph img, .stock-icon img{
    width: 100%;
}
.positive{
    color: #77FF95;
}
.negative{
    color: #FFFFFF;
}
.carousel-wrap{
    padding-top: 167px;
}
.title{
    font-weight: 700;
    font-size: 44px;
    line-height: 112.5%;
    color: #26272F;
}
.description{
    font-weight: 500;
    font-size: 20px;
    line-height: 140.5%;
    letter-spacing: 0.02em;
    color: #26272F;
}
/* .heading {
    display: none;
}

.heading.active {
    display: block;
} */

.index-main-image {
    height: 450px !important;
}

.index-slider {
    position: relative;
}

.main-silder-controls {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: max-content;
    display: flex;
    justify-content: space-between;
}

.main-silder-controls .dot-control{
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: #E2E8F0;
    margin: 0 5px;
    cursor: pointer;
}

.main-silder-controls .dot-control.active {
    background-color: #94A3B8;
}

.platform-item {
    border-radius: 25px;
    -webkit-box-shadow: 10px 8px 22px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 8px 22px -13px rgba(0,0,0,0.75);
    box-shadow: 10px 8px 22px -13px rgba(0,0,0,0.75);
padding: 12px;
margin-top: 15px !important;
}


@media (max-width: 992px) {
    .title {
        font-size: 36px !important;
    }

    .index-main-image {
        height: auto !important;
        width: 100%;
    }
}

@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) {
    .title {
        font-size: 36px !important;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-heading-title------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .heading-title {
        font-size: 60px;
    }
    .heading-subtitle {
        font-size: 20px;
        padding-left: 12px;
        border-left: 4px solid #fe5146;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-main-advantages-content------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .main-advantages-content > div {
        max-width: 49%;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-advantages-content------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .advantages-content > div {
        max-width: 49%;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-choose-acc------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .choose-acc-content > div > div {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        padding-left: 10px;
        padding-right: 10px;
    }
    .choose-acc-content h4,
    .choose-acc-content p,
    .choose-acc-content ul,
    .choose-acc-content button {
        width: 25%;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------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: 32%;
    }
}

@media (min-width: 1200px) {
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-advantages-content------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .advantages-content > div {
        width: 24%;
        max-width: 361px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-choose-acc------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .accounts {
        margin-top: 60px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-main-advantages------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .main-advantages-content > div {
        max-width: 360px;
    }
}

@media (min-width: 1400px) {
    .p60-0 {
        padding: 120px 0;
    }
    .title {
        font-size: 44px;
    }
    .subtitle {
        font-size: 20px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-main-advantages------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .main-advantages-content > div {
        max-width: 48%;
    }
}
