/* Common */
.section-title {
    font-size: 48px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    text-align: center;
    color: #000018;
    margin-bottom: 24px;
}

.card-title {
    font-size: 28px;
}

.section-subtitle {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.5px;
    text-align: center;
    color: #36383b;
    margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
    .section-title {
        font-size: 28px;
        font-weight: normal;
        margin-bottom: 24px;
    }
    .card-title {
        line-height: normal;
        font-size: 20px;
    }
}

@media screen and (max-width: 834px) {
    .section-title {
        font-size: 28px;
        font-weight: normal;
        margin-bottom: 24px;
    }
    .section-subtitle {
        font-size: 16px;
        color: #2b2b2b;
        margin-bottom: 40px;
    }
}
.swiper-slide {
    text-align: center;
}
.swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 0;
    background-color: #999;
    opacity: 1;
    margin: 0 8px;
}
.swiper .swiper-pagination-bullet-active {
    background-color: var(--color-brand-standard);
}
/* End of Common */

/* #banner */
.innner-pc .pc-small-title {
    font-size: 22px;
    font-weight: normal;
    line-height: 32px;
    color: #fff;
    text-align: left;
    padding-top: 244px;
}
.innner-pc .banner-text-title {
    font-size: 64px;
    font-weight: bold;
    line-height: 84px;
    color: #fff;
    text-align: left;
    padding: 8px 0 24px;
}
.innner-pc .banner-text-content {
    font-size: 28px;
    font-weight: normal;
    line-height: 38px;
    color: #fff;
    text-align: left;
}
.innner-pc .container > * {
    margin-left: calc(1 / 12 * 100%);
}
@media only screen and (max-width: 1024px) {
    .innner-wap .wap-small-title {
        color: #fff;
        padding-top: 138px;
    }
    .innner-wap .banner-text-title {
        font-size: 30px;
        font-weight: normal;
        line-height: 45px;
        color: #fff;
        padding: 8px 0;
    }
    .innner-wap .banner-text-content {
        color: #fff;
    }
    .innner-wap .swiper-slide {
        background-size: cover;
        background-position: 64% bottom !important;
    }
}

/* #introduction */
#introduction {
    padding-top: 220px;
    padding-bottom: 350px;
    text-align: center;
    background-image: url('../images/tools-fixapi/introduction-bg.jpg');
    background-position: center;
    background-size: cover;
}
@media screen and (max-width: 834px) {
    #introduction {
        padding-top: 85px;
        padding-bottom: 155px;
    }
    #introduction .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
#introduction .text-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}
/* End of #introduction */

/* #pros */
#pros {
    padding-top: 80px;
    padding-bottom: 120px;
}
#pros .container {
    max-width: 1380px !important;
}
@media screen and (max-width: 834px) {
    #pros {
        padding-top: 8px;
        padding-bottom: 16px;
    }
    #pros .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
#pros .pros-item-wrapper-desktop {
    display: grid;
    gap: 0 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
#pros .pros-item-wrapper-mobile {
    display: none;
}
html[lang="ug"] #pros .section-title {
    text-align: right;
}
@media screen and (max-width: 834px) {
    #pros .pros-item-wrapper-desktop {
        display: none;
    }
    #pros .pros-item-wrapper-mobile {
        display: block;
        overflow-x: hidden;
    }
    html[lang="ug"] #pros .section-title {
        text-align: center;
    }
}
#pros .pros-item {
    min-width: 0;
    height: 700px;
    max-height: 700px;
    position: relative;
    background-position: left;
    background-size: cover;
    transition: 1s;
}
#pros .pros-text-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 24px 16px;
}
#pros .section-title {
    margin-bottom: 80px;
    text-align: left;
}
@media screen and (max-width: 834px) {
    #pros .section-title {
        margin-bottom: 40px;
        text-align: center;
    }
}
#pros .pros-bg-01 {
    background-image: url('../images/tools-fixapi/pros-01.jpg');
}
#pros .pros-bg-02 {
    background-image: url('../images/tools-fixapi/pros-02.jpg');
}
#pros .pros-bg-03 {
    background-image: url('../images/tools-fixapi/pros-03.jpg');
}
#pros .pros-bg-04 {
    background-image: url('../images/tools-fixapi/pros-04.jpg');
}
#pros .pros-bg-05 {
    background-image: url('../images/tools-fixapi/pros-05.jpg');
}
#pros .pros-item-wrapper-desktop .pros-text-title {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 24px;
}
#pros .pros-item-wrapper-desktop .pros-text-subtitle {
    font-size: 16px;
    width: 213px;
    min-width: 213px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.95);
    max-height: 0;
    overflow-y: hidden;
    transition: 0.5s;
}
#pros .pros-item-wrapper-desktop .pros-item:hover .pros-text-subtitle,
#pros .pros-item-wrapper-desktop .pros-item:focus .pros-text-subtitle {
    max-height: 300px;
    transition: 1s;
}
#pros .pros-item-wrapper-desktop .pros-item:hover,
#pros .pros-item-wrapper-desktop .pros-item:focus {
    min-width: 456px;
    transition: 0.5s;
}
#pros .pros-item-wrapper-mobile .pros-text-title {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #131329;
    margin-bottom: 8px;
}
#pros .pros-item-wrapper-mobile .img {
    margin-bottom: 70px;
    height: 450px;
    width: 100%;
    background-position: top;
    background-size: cover;
}
#pros .pros-item-wrapper-mobile .swiper-pagination {
    bottom: 90px;
    left: 0;
    width:100%;
}
html[lang="ug"] #pros .pros-item-wrapper-mobile .swiper-pagination {
    bottom: 120px;
}
/* End of #pros */

/* #get-start */
#get-start {
    padding-top: 160px;
    padding-bottom: 160px;
    background-image: url('../images/tools-fixapi/get-start-bg.svg');
    background-position: center;
    background-size: cover;
}
html[lang="ug"] #get-start .section-title {
    text-align: right;
}
html[lang="ug"] #get-start .section-subtitle {
    text-align: right;
}
@media screen and (max-width: 834px) {
    #get-start {
        padding-top: 48px;
        padding-bottom: 50px;
    }
    html[lang="ug"] #get-start .section-title {
        text-align: center;
    }
    html[lang="ug"] #get-start .section-subtitle {
        text-align: center;
    }
}
#get-start .get-start-item-wrapper {
    /* display: flex; */
}
#get-start .section-title {
    text-align: left;
    margin-bottom: 27px; 
}
#get-start .section-subtitle {
    text-align: left;
    margin-bottom: 45px;
}
@media screen and (max-width: 834px) {
    #get-start .section-title {
        text-align: center; 
    }
    #get-start .section-subtitle {
        text-align: center;
    }
}
#get-start .section-left .text-container {
    max-width: 434px;
}
#get-start .get-start-list-wrapper {
    display: grid;
    gap: 35px 0;
}
#get-start .get-start-list {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    color: #000018;
}
@media screen and (max-width: 834px) {
    #get-start .get-start-list {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 1.5px;
    }
}
/* End of #get-start */

/* #contact */
#contact {
    padding-top: 80px;
}
#contact .container {
    max-width: 912px !important;
}
#contact .contact-disclosure-title,
#contact .contact-disclosure-description {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a2a2a2;
}
#contact .contact-disclosure-title {
    margin-bottom: 8px;
}
#contact .contact-disclosure-description {
    margin-bottom: 0;
}
/* End of #contact */

/* uyghur style */
html[lang="ug"] .innner-pc .pc-small-title {
    text-align: right;
}

html[lang="ug"] .innner-pc .banner-text-title {
    text-align: right;
}

html[lang="ug"] .innner-pc div.bottom-group {
    text-align: right;
}
html[lang="ug"] #get-start img.img.is-hidden-mobile{
    transform: scaleX(-1);
}