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

/* swiper */
.swiper-slide {
    padding: 0 16px;
}
.swiper-pagination {
    bottom: -48px !important;
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: #e4e4e4;
    opacity: 1;
    margin: 5px !important;
}
.swiper-pagination-bullet-active {
    background: var(--color-brand-standard);
}

/* font */
h2.title {
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 24px;
}
h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 24px;
}
p.subtitle, p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: var(--color-icon-03);
}
p.subtitle {
    margin-bottom: 40px !important;
}
@media screen and (min-width: 1025px) {
    h2.title {
        font-size: 48px;
        line-height: 64px;
    }
    h3 {
        font-size: 28px;
        line-height: 38px;
    }
    p.subtitle {
        margin-bottom: 80px !important;
    }
}

/* banner */
.innner-pc.swiper-container {
    margin-bottom: 80px;
}
.innner-pc .container > * {
    margin-left: calc(1 / 12 * 100%);
}
.innner-pc .pc-small-title {
    padding-top: 244px;
}
.innner-pc .banner-text-title {
    font-size: 64px;
    font-weight: 300;
    line-height: 85px;
    color: var(--color-brand-Auxiliary);
    padding: 0 0 38px;
    width: 600px;
    max-width: 45%;
}
.innner-pc .banner-text-content {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: var(--color-brand-Auxiliary);
    padding-bottom: 80px;
    width: 600px;
    max-width: 45%;
}
.banner-text-content2 {
    max-width: 315px;
}
.banner-text-content2 .column {
    display: flex;
    align-items: center;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 8px;
}
.banner-text-content2 .column::before {
    content: "";
    width: 21px;
    height: 15px;
    border-radius: 2px;
    margin-right: 8px;
}
html[lang="ug"] .banner-text-content2 .column::before {
    margin-left: 8px;
    margin-right: inherit;
}
.banner-text-content2 .column:nth-child(1):before {background-color: #ebd767;}
.banner-text-content2 .column:nth-child(2):before {background-color: #e8ad61;}
.banner-text-content2 .column:nth-child(3):before {background-color: #fdfdff;}
.banner-text-content2 .column:nth-child(4):before {background-color: #444748;}
@media screen and (max-width: 1024px) {
    .innner-wap .swiper-slide {
        background-size: cover;
    }
    .innner-wap .wap-small-title {
        padding-top: 120px;
    }
    .innner-wap .banner-text-title {
        padding: 0 0 24px;
    }
    .innner-wap .banner-text-content {
        max-width: 343px;
        margin: 0 auto 40px;
    }
    .innner-wap .banner-text-content2 {
        margin: 0 auto;
    }
    .innner-wap .banner-text-content2 .column {
        margin-bottom: 0px;
    }
}

/* account-features */
#account-features .content-wrapper, #account-features .grid-item {
    box-shadow: 4px 4px 15px 0 rgba(227, 227, 227, 0.5);
}
#account-features h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
    color: var(--color-brand-standard);
    margin-bottom: 16px;
}
@media screen and (min-width: 835px) {
    #account-features .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    #account-features .grid-item {
        padding: 32px 16px;
    }
    #account-features h3 {
        font-size: 40px;
        line-height: 54px;
    }
}
@media screen and (min-width: 1025px) {
    #account-features .grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (max-width: 834px) {
    #account-features {
        padding-bottom: 70px;
    }
    #account-features .swiper-slide {
        padding: 0 16px;
    }
    #account-features .content-wrapper {
        padding: 24px 16px;
    }
}

/* account-types */
#account-types h2 {
    margin-bottom: 52px;
}
#account-types img {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
    #account-types h2 {
        margin-bottom: 120px;
    }
    #account-types img {
        margin-bottom: 40px;
    }
    #account-types p {
        max-width: 485px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 834px) {
    #account-types .column:not(:last-child) {
        margin-bottom: 16px;
    }
}

/* account-comparison */
#account-comparison {
    margin-bottom: 64px;
}
#account-comparison table {
    width: 100%;
    box-shadow: 4px 4px 15px 0 rgba(227, 227, 227, 0.7);
    margin-bottom: 24px;
}
#account-comparison th, #account-comparison td {
    width: 50%;
    border: 0;
}
#account-comparison th {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: var(--color-brand-Auxiliary);
    padding: 16px 0;
}
#account-comparison td {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: var(--color-icon-03);
    padding: 8px 4px;
}
#account-comparison tbody tr:nth-child(odd) {
    background-color: #f9fbfd;
}
#account-comparison tbody tr:nth-child(even) {
    background-color: #f6f7fb;
}
#account-comparison td img {
    width: 24px;
    height: 24px;
}
#account-comparison .buttons > *:not(:last-child) {
    margin-right: 16px;
}
html[lang="ug"] #account-comparison .buttons > *:not(:last-child) {
    margin-left: 16px;
    margin-right: inherit;
}
@media screen and (min-width: 835px) {
    #account-comparison table {
        max-width: 1330px;
        margin: 0 auto 40px;
    }
    #account-comparison th:first-child,
    #account-comparison td:first-child {
        width: 19%;
    }
    #account-comparison th, #account-comparison td {
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
        width: 27%;
        border: 0;
    }
    #account-comparison th {
        color: var(--color-icon-01);
        background-color: var(--color-brand-standard);
        padding: 12px 24px;
    }
    #account-comparison td {
        color: var(--color-brand-Auxiliary);
        padding: 30px 24px;
    }
    #account-comparison td:nth-last-child(-n+3) {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    #account-comparison td img {
        width: 64px;
        height: 32px;
    }
    #account-comparison .buttons > *:not(:last-child) {
        margin-right: 24px;
    }
    html[lang="ug"] #account-comparison .buttons > *:not(:last-child) {
        margin-left: 24px;
        margin-right: inherit;
    }
}
@media screen and (min-width: 1025px) {
    #account-comparison {
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 834px) {
    #account-comparison .btn.tab {
        min-width: 112px;
        min-height: 48px;
        font-size: 12px;
        font-weight: bold;
        line-height: 16px;
        padding: 15px 8px;
    }
    #account-comparison .btn.tab.active {
        color: var(--color-icon-01);
        background-color: var(--color-brand-standard);
    }
    #account-comparison table {
        display: none;
    }
    #account-comparison table.active {
        display: table;
    }
    #account-comparison td:first-child {
        color: #757575;
    }
    #account-comparison .buttons {
        margin-left: -16px;
        margin-right: -16px;
    }
    html[lang="ug"] #account-comparison .buttonsZ{
        margin-right: -10px !important;
    }
    html[lang="ug"] #account-comparison .is-justify-content-center {
        justify-content: space-around !important;
    }
    html[lang="ug"] #account-comparison .buttons > *:not(:last-child) {
        margin-right: -5px;
    }
}


/* other-account */
#other-account {
    background-color: #f9fbfd;
}
#other-account .content-wrapper, #other-account .grid-item {
    background-color: var(--color-icon-01);
    box-shadow: 4px 4px 15px 0 rgba(227, 227, 227, 0.5);
    transition: 0.3s;
}
/* #other-account .content-wrapper {
    height: 530px;
} */

#other-account .grid-item:hover {
    transform: translate(0, -16px);
    transition: 0.3s;
}
#other-account img {
    margin-bottom: 40px;
}
#other-account #copy_trading {
    margin-bottom: 45px;
}
#other-account .content-wrapper a {
    margin-bottom: 16px;
}
#other-account h3 {
    color: var(--color-brand-standard);
}
#other-account p {
    margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
    #other-account {
        padding: 120px 0;
        margin-bottom: 80px;
    }
    #other-account .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    #other-account .grid-item {
        padding: 80px 0;
    }
    #other-account img {
        margin-bottom: 64px;
    }
    #other-account > div > div.grid.is-hidden-mobile > div:nth-child(2) > img{
        margin-bottom: 66px;
    }
    #other-account > div > div.grid.is-hidden-mobile > div > p{
        max-width: 500px;
        margin: 0 auto 40px auto;
    }
    
    #other-account > div > div.grid.is-hidden-mobile > div:nth-child(1) > a:nth-child(4){
        margin-right: 24px;
    }
}
@media screen and (max-width: 834px) {
    #other-account {
        padding-bottom: 110px;
    }
    #other-account .content-wrapper {
        padding: 54px 20px;
    }
    #other-account .content-wrapper-follow a {
      margin-bottom: 102px;
    }
}

/* compliance-regulation */
#compliance-regulation h2 {
    margin-bottom: 64px;
}
#compliance-regulation img {
    margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
    #compliance-regulation {
        margin-bottom: 80px;
    }
    #compliance-regulation h2 {
        font-weight: bold;
        margin-bottom: 120px;
    }
    #compliance-regulation p {
        max-width: 600px;
        margin: 0 auto;
    }
    #compliance-regulation img {
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 834px) {
    #compliance-regulation {
        padding: 80px 0;
    }
    #compliance-regulation .column:not(:last-child) {
        margin-bottom: 80px;
    }
}