* {
	padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Gellix';
    font-style: normal;
}
body {
    background: #fafbfa;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 32px;
}
/* nav banner */
section.nav-banner {
    background: #f2f2f2;
}
.nav-banner-main {
    padding: 32px 0;
}
.nav-banner-main h1 {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 8px;
}
.nav-banner-menu {
    display: flex;
    gap: 8px;
    align-items: center;
}
.nav-banner-menu a {
    color: #565656;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.4s ease;
}
.nav-banner-menu span svg {
    width: 18px;
    height: 16px;
    display: block;
}
.nav-banner-menu p {
    color: #565656;
    font-size: 18px;
    font-weight: 500;
}
.breadcrumb a:hover{
    text-decoration: underline;
}
.commission-card a{
    display: block;
    text-align: center;
    width: 100%;
    color: #47BE68;
    text-decoration: underline;
}
.commission-card {
    text-align: center;
}
.commission-card h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    /* padding-bottom: 32px; */
    color: #fff;
}
/* our vision */
section.our-vision {
    padding: 64px 0;
}
.vision_image img {
    width: 100%;
}
.vision_details {
    padding-top: 0;
    text-align: center;
}
.vision_details h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 60px;
    padding-bottom: 34px;
    color: #252525;
}
.vision_details p {
    max-width: 720px;
    margin: 0 auto;
    color: #707070;
    font-size: 18px;
    line-height: 24px;
}
.vision_details-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 42px;
}
.vision_details-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;
}
.vision_details-btn.active a {
    background-color: #47BE68;
    color: #ffffff;
}
.vision_details-btn.active a:hover {
    background-color: transparent;
    color: #000;
}
.vision_details-btn a:hover {
    background-color: #47BE68;
    color: #ffffff;
}
/* why dominion */
.why_dominion {
    background: url(../../assets/imgs/why-dominion-market.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.why_dominion-main {
    padding: 48px 0;
    position: relative;
    z-index: 99;
}
.why_dominion-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-around;
}
.why_dominion-details {
    max-width: 540px;
}
.why_dominion-details-head h2 {
    width: 100%;
    margin: 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
}
.why_dominion-details-para p {
    width: 100%;
    padding-top: 24px;
    margin: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #c3c3c3;
}
.why_dominion-counting {
    max-width: 340px;
    width: 100%;
}
.why_dominion-count-card {
    text-align: center;
    padding-bottom: 32px;
}
.why_dominion-count-card h4 {
    font-family: 'Gellix';
    font-weight: 600;
    font-size: 42px;
    line-height: 50px;
    color: #fff;
}
.why_dominion-count-card p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #197833;
}
/* why-trade */
section.why-trade {
    padding: 64px 0;
}
.why-trade-heading {
    text-align: center;
    padding-bottom: 24px;
}
.why-trade-heading h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 60px;
    padding-bottom: 24px;
}
.why-trade-heading p {
    max-width: 720px;
    margin: 0 auto;
    color: #707070;
    font-size: 18px;
}
.why-trade-wrapper {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}
.why-trade-card {
    flex: 0 0 32%;
    max-width: 32%;
    text-align: center;
    padding: 24px;
    background: #f2f2f2;
    border-radius: 20px;
}
.why-trade-logo img {
    max-width: 75px;
}
.why-trade-txt h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    padding-top: 18px;
}
.why-trade-txt p {
    max-width: 225px;
    margin: 0 auto;
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    padding-top: 12px;
}
/* platform */
.platform {
    padding-bottom: 64px;
}
.platform-main {
    text-align: center;
}
.platform-head h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 60px;
    padding-bottom: 24px;
}
.platform-head p {
    max-width: 720px;
    margin: 0 auto;
    color: #707070;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 24px;
}
.platform-head p a {
    color: #47BE68;
    transition: all 0.3s ease;
}
.platform-head p a:hover {
    text-decoration: underline;
}
.platform-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
}
/* commission insentives */
.commission {
    background: url(../../assets/imgs/why-dominion-market.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.commission_main {
    padding: 48px 0;
    position: relative;
    z-index: 999;
}
.commission_head {
    text-align: center;
}
.commission_head h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    padding-bottom: 24px;
    color: #fff;
}
.commission_head p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 36px;
    color: #fff;
}
.commission_head p a {
    color: #47BE68;
    transition: all 0.3s ease;
}
.commission-wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
/* section_7 */
.section_7 {
    padding-top: 64px;
}
.card_section_7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.direction_column {
    flex-direction: row-reverse;
    padding: 64px 0;
}
.section_7-img {
    flex: 0 0 45%;
    max-width: 45%;
}
.section_7-img img {
    width: 100%;
}
.section_7-content {
    flex: 0 0 50%;
    max-width: 50%;
}
.section_7-head h2 {
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: 32px;
    color: #000;
}
.section_7-head h3 {
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    line-height: 32px;
    color: #000;
}
.section_7-description p {
    color: #5a5555;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-style: normal;
    padding-top: 42px;
}
/* how start */
.how-start {
    padding: 64px 0;
}
.heading_start {
    text-align: center;
}
.heading_start h2 {
    color: #000;
    font-size: 48px;
    font-weight: 900;
    line-height: 60px;
}
.main_start_section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 36px;
}
.start_card_list {
    flex: 0 0 32%;
    max-width: 32%;
    background-color: #f2f2f2;
    border-radius: 20px;
    padding: 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-weight: 700;
    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;
}
@media (max-width: 1024px){
    .ct-language {
        padding: 20px 0 20px 11px;
    }
    .content_start_card h2 {
        font-size: 24px;
    }
}
@media (max-width: 768px ) {
    .vision_details-btn a {
        padding: 12px 18px;
        font-size: 16px;
    }
    .why_dominion-main {
        padding: 48px 24px;
    }
    .why_dominion-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
    .why_dominion-details-head h2, .why_dominion-details-para p {
        text-align: center;
    }
    .why-trade-card {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .platform-logos-img img {
        width: 225px;
    }
    .commission-wrapper {
        flex-direction: column;
        gap: 48px;
    }
    .card_section_7, .card_section_7.direction_column {
        flex-direction: column;
        gap: 30px;
    }
    .section_7-img {
        max-width: 100%;
    }
    .section_7-content {
        text-align: center;
        max-width: 100%;
    }
    .section_7-description p {
        padding: 30px 0;
    }
    .main_start_section {
        gap: 16px;
        flex-wrap: wrap;
    }
    .start_card_list {
        flex: 0 0 38%;
        max-width: 38%;
    }
    .vision_details h2, .why_dominion-details-head h2, .why-trade-heading h2, .platform-head h2, .commission_head h2, .section_7-head h2, .heading_start h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 700;
    } 
    .content_start_card h2 {
        font-weight: 600;
    }
}
@media (max-width: 430px){
    .container {
        padding: 0 24px;
    }
    .nav-banner-main h1 {
        font-size: 26px;
    }
    .nav-banner-menu a, .nav-banner-menu p {
        font-size: 16px;
        font-weight: 400;
    }
    .vision_details-btn a {
        padding: 8px 14px;
        font-size: 14px;
    }
    .why-trade-card, .start_card_list {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .why-trade-card {
        position: sticky;
        top: 42px;
    }
    .platform-logos-img img {
        width: 150px;
    }
    .heading_start {
        position: sticky;
        top: 32px;
    }
    .start_card_list {
        position: sticky;
        top: 120px;
    }
    .vision_details h2, .why_dominion-details-head h2, .why-trade-heading h2, .platform-head h2, .commission_head h2, .section_7-head h2, .heading_start h2 {
        font-size: 28px;
        line-height: 34px;
    }
}
@media (max-width: 330px){
    .vision_details-btn a {
        padding: 10px;
        font-size: 12px !important;
    }
    .platform-logos-img img {
        width: 125px;
    }
}