* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Gellix';
}
.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 32px;
}
.top_bg-img {
    background: url(images/banner_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* banner */
.banner_main {
    padding: 60px 0 48px;
}
.banner_title h1 {
    font-size: 60px;
    font-weight: 900;
    line-height: 82px;
    letter-spacing: 1px;
    text-align: center;
    margin: 0px;
    color: #fff;
    padding-bottom: 32px;
}
.banner_video {
    text-align: center;
}
.banner_video iframe {
    max-width: 720px;
    width: 100%;
    height: 524px;
    border-radius: 30px;
}
.banner_btn {
    text-align: center;
}
.banner_btn a {
    display: inline-block;
    margin-top: 24px;
    font-size: 22px;
    color: #fff;
    background: #47be68;
    padding: 16px 34px;
    border: 2px solid #47be68;
    border-radius: 50px;
    transition: all 0.3s ease;
}
.banner_btn a:hover {
    background: transparent;
}
/* why_choose */
.why_choose {
    padding: 64px 0px;
}
.why_choose-main h2 {
    font-family: 'Gellix';
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0px;
    text-align: center;
    margin: 0px;
    color: #111111;
    padding-bottom: 35px;
}
.why_choose-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}
.first_traders-image-inner {
    width: 100%;
}
.why_choose-card {
    flex: 0 0 30%;
    max-width: 30%;
    text-align: center;
    padding: 24px;
    background: #f2f2f2;
    border-radius: 20px;
}
.why_choose-discription p {
    max-width: 370px;
    margin: 0 auto;
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    padding-top: 12px;
}
.why_choose-card-icon img {
    max-width: 75px;
}
.why_choose-details {
    text-align: center;
}
.why_choose-title h5 {
    padding: 22px 0px 18px 0px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
/* dicord comunity */
.dicord_comunity {
    background: url(images/discord-comunity-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dicord_comunity-main {
    padding: 64px 0;
    display: flex;
    align-items: center;
}
.dicord_comunity-content {
    max-width: 60%;
    flex: 0 0 60%;
}
.dicord_comunity-title {
    padding-bottom: 32px;
    & h2 {
        font-size: 30px;
        color: rgb(255, 255, 255);
        font-weight: 600;
        line-height: 1.2;
    }
}
.dicord_comunity-description p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    line-height: 1.2;
}
.dicord_comunity-img {
    max-width: 40%;
    flex: 0 0 40%;
    & img {
        width: 100%;
    }
}
.dicord_comunity-btns.start_btn_main {
    justify-content: flex-start;
    margin-top: 32px;
}
.dicord_comunity-btns {
    & .register_start_btn.active a:hover {
        color: #fff;
    }
}
/* Why_trade */
.Why_trade {
    background-image: url(images/Why-trade-bg.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.Why_trade-main {
    padding: 48px 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.Why_trade-counting {
    max-width: 340px;
    width: 100%;
}
.Why_trade-count-card h5 {
    text-align: center;
    font-family: 'Gellix';
    font-weight: 600;
    font-size: 42px;
    line-height: 50px;
    color: #fff;
}
.Why_trade-count-card p {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #197833;
}
.Why_trade-title h2 {
    font-family: 'Gellix';
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0px;
    margin: 0px;
    padding-bottom: 30px;
    max-width: 520px;
    color: #fff;
}
.Why_trade-dicription {
    max-width: 573px;
    width: 100%;
}
.Why_trade-dicription p {
    color: #fff;
}
.Why_trade-count-card {
    padding-bottom: 15px;
}
/* how-to-start */
.how-start {
    padding: 64px 0;
}
.container_start {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 32px;
}
.heading_start {
    text-align: center;
}
.heading_start h2 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;
}
.heading_fund_terms br {
    display: none;
}
.main_start_section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
}
.start_card_list {
    flex: 0 0 28%;
    max-width: 28%;
    background-color: #f2f2f2;
    border-radius: 20px;
    padding: 24px 56px 15px 24px;
}
.content_start_card {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.content_start_card h2 {
    color: #000;
    font-family: 'Gellix';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 41px;
}
.content_start_card img {
    width: 55px;
}
.start_card_des p {
    min-height: 110px;
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    padding-top: 12px;
}
.start_btn_main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
}
.dicord_comunity-btns>div>a {
    color: #fff;
}
.register_start_btn a {
    display: inline-block;
    padding: 14px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    border: 3px solid #47BE68;
    border-radius: 40px;
    transition: 0.3s ease;
}
.register_start_btn.active a {
    background-color: #47BE68;
    color: #ffffff;
}
.register_start_btn.active a:hover {
    background-color: transparent;
    color: #000;
}
.register_start_btn a:hover {
    background-color: #47BE68;
    color: #ffffff;
}
@media (max-width: 1024px) {
    .content_start_card h2 {
        font-size: 24px;
    }
    .start_card_list {
        padding: 30px 45px 15px 30px;
    }
}
@media (max-width: 768px) {
    .dicord_comunity-main {
        flex-direction: column;
        gap: 42px;
    }
    .dicord_comunity-content, .dicord_comunity-img {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .why_choose-card-icon {
        padding: 17px;
    }
    .why_choose-card {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .why_choose-discription p {
        font-size: 16px;
    }
    .Why_trade-main {
        flex-direction: column-reverse;
    }
    .Why_trade-title h2 {
        text-align: center;
        margin: 0 auto;
        font-size: 26px;
    }
    .Why_trade-dicription p {
        text-align: center;
        font-size: 16px;
    }
    .Why_trade-counting {
        padding-top: 50px;
    }
    .Why_trade-count-card h5 {
        font-size: 26px;
    }
    .Why_trade-count-card p {
        font-size: 16px;
    }
    .heading_start h2 {
        font-size: 32px;
        line-height: 38px;
        padding-bottom: 16px;
    }
    .main_start_section {
        gap: 16px;
        flex-wrap: wrap;
    }
    .start_card_list {
        flex: 0 0 38%;
        max-width: 38%;
    }
    .register_start_btn a {
        padding: 12px 18px;
        font-size: 16px;
    }
}
@media (max-width: 560px) {
    .banner_video iframe {
        height: 400px;
    }
    .why_choose-main h2 {
        position: sticky;
        top: 24px;
        font-size: 32px;
        line-height: 44px;
    }
    .why_choose-card {
        position: sticky;
        top: 94px;
    }
    .start_card_list {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .start_card_list {
        position: sticky;
        top: 120px;
    }
    .heading_start {
        position: sticky;
        top: 24px;
    }
}
@media (max-width: 430px) {
    .container {
        padding: 0 24px;
    }
    .banner_video iframe {
        height: 300px;
    }
    .dicord_comunity-content {
        & h2 {
            font-size: 24px;
        }
        & p {
            font-size: 16px;
            line-height: 24px;
        }
    }
    .why_choose-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .Why_trade-title h2 {
        text-align: left;
    }
    .register_start_btn a {
        padding: 8px 14px;
        font-size: 14px;
    }
}
@media (max-width: 330px) {
    .banner_video iframe {
        height: 272px;
    }
    .register_start_btn a {
        padding: 10px;
        font-size: 12px !important;
    }

    .Why_trade-title h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .banner_btn a {
        font-size: 18px;
    }
}