* {
	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;
}

/* navbar menu */
.navigation {
    background: #1c3042 !important;
    background: transparent;
    padding: 24px 0;
    /* display: none; */
}
nav {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.navbar_logo a img {
    width: 100%;
    height: auto;
}
.burger {
    background: transparent;
	border: 0;
	cursor: pointer;
	display: none;
	font-size: 22px;
	position: absolute;
    left: 0;
	padding: 0;
	outline: none;
	height: 30px;
	width: 30px;
}
.burger:active {
	color: #fff;
	outline: none;
}
.burger .bar {
	background-color: #fff;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	height: 5px;
    width: 30px;
	transition: transform 0.4s ease;
}
.burger .bar:first-of-type {
	top: 20%;
}
.burger .bar:nth-child(2) {
    top: 50%;
}
.burger .bar:last-of-type {
	top: 80%;
}
.navbar_main nav ul {
	display: flex;
    align-items: center;
	list-style-type: none;
}
.navbar_main nav ul li {
    position: relative;
}
.navbar_main nav ul li a {
    display: block;
	color: #fff;
	position: relative;
    transition: all 0.3s ease;
    padding: 11px;
}
.navbar_main nav ul li a:hover {
	color: #47BE68;
}
ul.nav-dropdown li {
    min-width: 190px;
}
ul.nav-dropdown li a {
    display: block;
    padding: 11px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar_btns a {
    text-decoration: none;
    color: #fff;
    padding: 12px 20px 12px 20px;
    background-color: transparent;
    border: 2px solid #47BE68;
    border-radius: 40px;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    margin-left: 5px;
    transition: 0.3s ease;
}
.nav-dropdown {
    position: absolute;
    top: 42px;
    z-index: 99999999999;
    background: #2c435999;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    display: none !important;
}
.nav-dropdown ul li a {
    display: block;
    padding: 11px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
#dropdown_nav1:hover .nav-dropdown {
    display: block !important;
}
#dropdown_nav2:hover .nav-dropdown {
    display: block !important;
}
#dropdown_nav3:hover .nav-dropdown {
    display: block !important;
}
.ct-language {
    position: relative;
    background: transparent;
    padding: 11px 0 11px 11px;
    display: flex;
    gap: 8px;
}
.ct-language a.gt_switcher-popup {
    color: #fff;
}
.gt_languages a.glink {
    color: #000;
}
/* nav banner */
section.nav-banner {
    background: #f2f2f2;
}
.nav-banner-main {
    padding: 32px 0;
}
.nav-banner-main h2 {
    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;
}
/* 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: 700;
    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(images/why-dominion-market.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.why_dominion::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #05121ee5;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.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: 700;
    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: 16px;
    flex-wrap: wrap;
    justify-content: center;
}
.why-trade-card {
    flex: 0 0 30%;
    max-width: 30%;
    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: 700;
    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(images/why-dominion-market.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.commission::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #05121ee5;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.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: 42px;
    font-weight: 700;
    line-height: 60px;
}
.main_start_section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
    margin-top: 36px;
}
.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 {
    /* width: 301px; */
    min-height: 110px;
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    padding-top: 12px;
}






@media (max-width: 1025px) {
	nav {
		justify-content: center;
	}
	nav p {
		text-align: center;
	}
	.burger {
		display: block;
	}
	.burger.show-x .bar:first-of-type {
        top: 40%;
		transform: translate(-50%, 50%) rotate(225deg);
	}
	.burger.show-x .bar:last-of-type {
        top: 70%;
		transform: translate(-50%, -150%) rotate(-225deg);
	}
	.burger .bar:nth-child(2) {
        display: block;
    }
	.navbar_main nav ul {
		background-color: #08131F;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
        flex-direction: column;
        text-align: start;
        position: absolute;
        top: 70px;
        width: 50%;
        left: -32px;
        transform: translateX(-120%);
        transition: transform 0.3s ease-in;
        z-index: 100;
        padding: 0 24px;
	}
	.navbar_main nav ul.show {
		transform: translateX(0);
        align-items: stretch;
	}
	.navbar_main nav ul li a {
		padding: 15px;
        line-height: 20px;
	}
}
@media (max-width: 1024px){
    .ct-language {
        padding: 20px 0 20px 11px;
    }
    .start_card_list {
        padding: 30px 45px 15px 30px;
    }
    .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;
    } 
}
@media (max-width: 430px){
    .burger .bar {
        left: 0;
        height: 3px;
        width: 30px;
    }
    .burger.show-x .bar:last-of-type {
        top: 60%;
    }
    .navbar_main nav ul {
        width: 80%;
    }
    .container {
        padding: 0 24px;
    }
    .nav-banner-main h2 {
        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){
    .navbar_logo a img {
        width: 220px;
    }
    .vision_details-btn a {
        padding: 10px;
        font-size: 12px !important;
    }
    .platform-logos-img img {
        width: 125px;
    }
}





