/* layout */
section {
    padding: 40px 0;
}
@media screen and (min-width: 1025px) {
    section {
        padding: 80px 0;
    }
}

/* common */
section ul li {
    display: flex;
    color: var(--color-icon-03);
    margin-bottom: 40px;
}
.red-dot {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    background: url("../images/tradingview/tradingview-ok.svg") no-repeat scroll center / contain;
    margin-right: 16px;
}
html[lang="ug"] .red-dot {
    margin-left: 16px;
    margin-right: inherit;
}

/* font */
h2, h4 {
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    color: var(--color-brand-Auxiliary);
}
h2 {
    margin-bottom: 40px;
}
h4 {
    font-weight: bold;
}
h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 40px;
}
p {
    color: var(--color-icon-03);
}
@media screen and (min-width: 1024px) {
    h2, h4 {
        font-size: 48px;
        line-height: 64px;
    }
    h2 {
        margin-bottom: 80px;
    }
    h3 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 64px;
    }
}

/* banner */
.innner-pc.swiper-container {
    margin-bottom: 80px;
}
.innner-pc .container > * {
    margin-left: calc(1 / 12 * 100%);
}
.innner-pc .pc-small-title {
    font-size: 20px;
    color: var(--color-icon-03);
    padding-top: 271px;
}
.innner-pc .banner-text-title {
    font-weight: bold;
    padding: 8px 0 24px;
}
.innner-pc div.bottom-group {
    padding-top: 120px;
}
.innner-pc .banner-text-content {
    color: var(--color-icon-03);
}
@media screen and (max-width: 1024px) {
    .innner-wap.swiper-container {
        height: 675px;
    }
    .innner-wap .wap-small-title {
        padding-top: 120px;
    }
    .innner-wap .banner-text-title {
        font-weight: 600;
        padding: 3px 0 24px;
    }
}

/* trading-community */
#trading-community p {
    margin-bottom: 8px;
}
@media screen and (min-width: 1025px) {
    #trading-community {
        padding-bottom: 120px;
    }
    #trading-community p {
        font-size: 20px;
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 834px) {
    #trading-community .column:not(:last-child) {
        margin-bottom: 16px;
    }
}
html[lang="ug"] #trading-community h4 {
    direction: ltr;
  }
  

/* trading-needs */
#trading-needs .columns:not(:last-of-type) {
    margin-bottom: 16px;
}
#trading-needs .column {
    position: relative;
}
#trading-needs .columns .img-group img:last-of-type {
    position: absolute;
}
#trading-needs .columns .img-group {
    margin-bottom: 56px;
}
#trading-needs .columns-1 .img-group img:last-of-type {
    width: 74.4%;
    top: 53%;
    left: 20%;
}
#trading-needs .columns-2 .img-group img:last-of-type {
    width: 43%;
    top: 42%;
    left: 50%;
}
#trading-needs .columns-3 .img-group img:last-of-type {
    width: 57.7%;
    top: 44%;
    left: 36.8%;
}
#trading-needs img {
    border-radius: 16px;
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
    #trading-needs .column {
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width: 1025px) {
    #trading-needs .columns:nth-of-type(odd) .column:first-child {
        order: 1;
    }
    #trading-needs .columns:not(:last-of-type) {
        margin-bottom: 40px;
    }
    #trading-needs .columns-1 .img-group img:last-of-type {
        width: 62.8%;
        top: 66%;
        left: 42%;
    }
    #trading-needs .columns-2 .img-group img:last-of-type {
        width: 43.8%;
        top: 38%;
        left: 60%;
    }
    #trading-needs .columns-3 .img-group img:last-of-type {
        width: 41.2%; 
        top: 59%; 
        left: 64%;
    }
    #trading-needs .columns:nth-of-type(even) .column:last-of-type {
        margin-left: 56px;
    }
    #trading-needs h2 {
        margin-bottom: 120px;
    }
    #trading-needs .columns:not(:last-of-type) {
        margin-bottom: 80px;
    }
}
@media screen and (min-width: 1380px) {
    #trading-needs .columns {
        max-width: 1540px;
        margin-left: auto;
        margin-right: auto;
    }
    #trading-needs .content-wrapper {
        margin-top: 80px;
    }
    #trading-needs .columns:not(:last-of-type) {
        margin-bottom: 320px;
    }
    #trading-needs {
        padding-bottom: 240px;
    }
}
@media screen and (max-width: 834px) {
    #trading-needs h3 {
        text-align: center;
    }
}

/* traders-circle */
#traders-circle {
    background-color: #f9fbfd;
}
#traders-circle ul:last-of-type {
    margin-bottom: 40px;
}
#traders-circle ul li {
    margin-bottom: 24px;
}
#traders-circle img {
    width: 100%;
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 835px) {
    #traders-circle ul {
        display: flex;
        justify-content: center;
        margin-bottom: 24px;
    }
    #traders-circle ul:last-of-type {
        margin-bottom: 80px;
    }
    #traders-circle ul li {
        min-width: 340px;
        margin: 0 12px;
    }
    html[lang="ug"] #traders-circle ul li {
        min-width: inherit;
    }
}
@media screen and (min-width: 1025px) {
    #traders-circle .img-group {
        display: flex;
    }
    #traders-circle img {
        width: 30%;
    }
    #traders-circle img:not(:last-of-type) {
        width: 70%;
        margin-right: 40px;
    }
}
@media screen and (max-width: 1024px) {
    #traders-circle img:not(:last-of-type) {
        margin-bottom: 24px;
    }
}