* {
	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 h2 {
    text-transform: none !important;
    margin: 0px;
    color: #111111;
}
.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 a:hover {
    text-decoration: underline;
}
.nav-banner-menu span svg {
    width: 18px;
    height: 16px;
    display: block;
}
.nav-banner-menu p {
    color: #565656;
    font-size: 18px;
    font-weight: 500;
}

/* download_ctrader */
.download_ctrader {
    padding: 64px 0;
}

.download_ctrader-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.download_ctrader-content {
    flex: 0 0 55%;
    max-width: 55%;
}

.download_ctrader-image-inner img {
    width: 100%;
}

.download_ctrader-image {
    flex: 0 0 43%;
    max-width: 43%;
}

.download_ctrader-title h2 {
    font-family: 'Gellix';
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0px;
    margin: 0px;
    color: #111111;
}

.download_ctrader-logos-desktop {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.download_ctrader-logos-mobile {
    display: none;
}

.download_ctrader-logos-icons {
    flex-basis: 24%;
    max-width: 24%;
    min-height: 48px;
    padding: 10px 14px;
    background: #0a121a;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}
.download_ctrader-logos-icons:hover {
    background: #47be68;
}

.download_ctrader-discription p {
    padding: 70px 0px;
    max-width: 504px;
    width: 100%;
    line-height: 1.5;
    font-size: 17px;
    font-weight: 500;
}

.download_ctrader-logos-icons span h5 {
    font-size: 10px;
    font-weight: 600;
    color: #FFF;
}


/* first_traders */
.first_traders-image {
    flex: 0 0 30%;
    max-width: 30%;
}

.first_traders-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.first_traders-image-inner img {
    width: 100%;
}

.first_traders-discription p {
    width: 100%;
    max-width: 455px;
    font-size: 17px;
}

/* 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;
}

div#youtubeVideo {
    text-align: center;
    margin-top: 64px;
}

div#youtubeVideo iframe {
    border-radius: 20px;
}

/* Why_trade */
.Why_trade {
    background-image: url(images/Why-trade-bg.png);
    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;
}


/* FAQs */
.faqs {
    padding-top: 64px;
}
.faqs_main {
    max-width: 815px;
    margin: 0 auto;
}
.faqs_heading h2 {
    font-family: 'Gellix';
    color: #000;
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 24px;
    text-align: center;
}
.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #47BE68;
}
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000;
    font-size: 18.4px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}
.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #47BE68;
}
.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #47BE68;
    border: 1px solid #47BE68;
}
span.accordion-title {
    font-weight: 500;
    padding-left: 8px !important;
}
.accordion button .accordion-title {
    padding: 16px 24px 16px 0;
}
.accordion button .icon {
    display: inline-block;
    position: relative;
    top: 4px;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 22px;
}
.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 4px;
    width: 15px;
    height: 3px;
    background: #47BE68;
}
.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 3px;
    left: 10px;
    width: 3px;
    height: 15px;
    background: #47BE68;
}
.accordion button[aria-expanded='true'] {
    color: #47BE68;
}
.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}
.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 500px;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    padding: 0 0 20px 0;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content p {
    font-size: 16px;
    margin: 32px 0;
}

/* blog section */
.articles {
    padding: 64px 0;
}
.articles_head {
    text-align: center;
}
.articles_head h2 {
    color: #000;
    font-size: 42px;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 12px;
}
.articles_head p a {
    text-decoration: underline;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    transition: all 0.3s ease;
}
.articles_head p a:hover {
  color: #47be68;
}
.articles_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
}
.articles-post {
    flex-basis: calc(33% - 16px);
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 16px;
    text-align: center;
}
.articles-post a {
    text-decoration: none;
}
.articles-post img {
    max-width: 100%;
    height: auto;
}
.articles-post h2 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin: 16px 8px;
}
.articles .meta-info {
    display: none;
    padding-bottom: 16px;
}





@media (max-width: 1025px) {
    .download_ctrader-logos-icons {
        flex-basis: 32%;
        max-width: 32%;
    }
}

@media (max-width:768px) {
    .download_ctrader-main {
        flex-direction: column;
    }

    .download_ctrader-discription p {
        max-width: 100%;
        padding: 15px 0px 20px 0px;
    }

    .download_ctrader-logos-desktop {
        display: none;
    }

    .download_ctrader-logos-mobile {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        padding-top: 48px;
        gap: 8px;
    }

    .download_ctrader-logos-icons {
        flex-basis: 24%;
        max-width: 24%;
    }

    .download_ctrader-image, .download_ctrader-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .download_ctrader-image {
        padding-top: 40px;
    }

    .download_ctrader-content {
        flex: unset;
        max-width: unset;
    }

    .first_traders-main {
        flex-direction: column;
    }

    .download_ctrader, .why_choose {
        padding: 48px 0;
    }

    .first_traders-image {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 48px;
    }

    .first_traders-discription {
        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;
    }

    div#youtubeVideo {
        margin-top: 48px;
        padding: 0 32px;
    }

    div#youtubeVideo iframe {
        width: 100%;
        height: 350px;
    }

    .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;
    }
    .faqs {
        padding-top: 48px;
    }
    .articles {
        padding: 48px 0;
    }
    .articles-post {
        flex-basis: calc(50% - 16px);
    }
    .articles_head h2 {
      font-size: 32px;
    }
    .articles_head p a {
      font-size: 18px;
    }
}


@media (max-width: 560px){
    .download_ctrader-logos-icons {
        flex-basis: 32%;
        max-width: 32%;
    }
    .download_ctrader-logos-icons span h5 {
        font-size: 8px;
        font-weight: 400;
    }

    .why_choose-main h2 {
        position: sticky;
        top: 24px;
        font-size: 32px;
        line-height: 44px;
    }
    .why_choose-card {
        position: sticky;
        top: 94px;
    }
    .download_ctrader-title h2, .faqs_heading h2 {
        font-size: 32px;
        line-height: 44px;
    }
    div#youtubeVideo {
        padding: 0;
    }
    div#youtubeVideo iframe {
        border-radius: 0;
    }
}


@media (max-width: 430px) {
    .download_ctrader-logos-mobile {
        flex-wrap: wrap;
    }
    .download_ctrader-logos-icons {
        flex-basis: 47%;
        max-width: 47%;
    }
    .why_choose-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .Why_trade-title h2 {
        text-align: left;
    }
    
    .articles-post {
        flex-basis: calc(100% - 16px);
    }
    .articles_head {
        position: sticky;
        top: 35px;
    }
    .articles-post {
        position: sticky;
        top: 145px;
    }
    .articles_head h2 {
      font-size: 24px;
      font-weight: 700;
    }
    .articles_head p a {
      font-size: 16px;
    }
    .articles-post h2 {
      font-size: 20px;
    }
}

@media (max-width: 330px){
    .download_ctrader-title h2, .why_choose-main h2, .faqs_heading h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .Why_trade-title h2 {
        font-size: 24px;
        line-height: 32px;
    }
}