svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.section1 {
    display: flex;
    height: 550px;
    color: #fff;
    background-image: url('../images/Capabilities/s1-bg.png ');
    background-repeat: no-repeat;
    background-size: cover;
}

.section1-content {
    align-self: flex-end;
    padding: 100px 0 1rem 0;
    vertical-align: bottom;
}

.p22px {
    font-size: var(--font-size-22);
}

.p22px.desc {
    width: 48%;
    margin-top: 22px;
    font-size: var(--font-size-22);
}

.p18x.text-underline {
    margin-top: 60px;
    text-decoration: none;
    font-size: var(--font-size-18);
}

.p18x.text-underline:hover {
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.p18x.text-underline svg {
    fill: #fff;
}

@media (max-width: 768px) {
    .section1 {
        height: auto;
    }

    .p22px.desc {
        width: 100%;
        margin-top: 22px;
        font-size: var(--font-size-22);
    }
}

.section2 {
    padding: 1rem 0;
}

.section2-box {
    display: grid;
    margin-top: 60px;
    grid-template-columns: repeat(3, 1fr);
}

.section2-box-content {
    margin-left: -1px;
    border: 1px solid #e0e0e0;
}

.s2-h3 {
    margin-bottom: 0.2rem;
    padding: 0 20px;
    text-align: left;
    border-left: 4px solid #0179ff;
    font-family: var(--font-medium);
    font-size: var(--font-size-24);
}

.section2-box-content-text p {
    padding: 0 24px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.section2-box-content-text {
    padding: 0.6rem 0;
}

@media (max-width: 768px) {
    .section2-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .section2-box-content img {
        width: 100%;
    }
}

.p20x {
    font-size: var(--font-size-20);
}

.p20x.text-center {
    margin-top: 10px;
    text-align: center;
}

.h32x {
    letter-spacing: 0px;
    color: #161616;
    font-family: var(--font-medium);
    font-size: var(--font-size-h3);
    font-weight: normal;
    font-stretch: normal;
}

.section3-title {
    margin-bottom: 60px;
}

.section3-box {
    display: flex;
    align-items: flex-end;
}

.section3-box-item {
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 500px;
    margin: 10px;
    transition: 0.3s;
    background-image: url('../images/AI-Solutios/section3-swiper.png');
    background-repeat: no-repeat;
    box-shadow: 0px -400px 80px -300px rgba(30, 39, 52, 0.76) inset;
}

.section3-box-item:hover {
    width: 100%;
}

.section3-box-item:hover .text-center.p24x {
    padding-bottom: 20px;
}

.section3-box-item:hover p {
    line-height: 30px;
}

.p24x {
    font-family: var(--font-medium);
    font-size: var(--font-size-24);
}

.text-center.p24x {
    height: 20px;
    padding: 0 20px;
    text-align: left;
    border-left: 4px solid #0179ff;
    line-height: 20px;
}

.p18x {
    font-size: var(--font-size-18);

}

.section3-box-item-content {
    position: absolute;
    top: 80%;
    width: 100%;
    padding: 0px 1%;
    color: #fff;
}

.section3-box-item:hover .section3-box-item-content {
    top: auto;
    bottom: 1px;
    padding: 20px;
    cursor: pointer;
}

.section3-box-item:hover h3 {
    text-align: left;
}

.section3-box-item-content-text {
    display: flex;
    overflow-x: hidden;
    justify-content: space-between;
    transition: 0.3s;
    opacity: 0;
}

.section3-box-item-content-text p {
    width: 70%;
}

.section3-box-item:hover .section3-box-item-content-text {
    opacity: 1;
}

.radius-white {
    display: inline-block;
    width: 54px;
    height: 54px;
    text-align: center;
    border-radius: 50%;
    background-color: #0179ff;
    line-height: 54px;
}

.section3-box-item-content:hover h3 {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.section3-h5 {
    display: none;
}

.s3-lyout {
    position: relative;
}

.section-h5-boxshdow {
    position: absolute;
    bottom: 1px;
    padding: 4px 20px;
    color: #fff;
    background-color: #16161667;
}

.s3-h5-text {
    display: flex;
    justify-content: space-around;
}

.s3-h5-text-icon {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.s3-h5-text .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0179ff;
}

.s3-h5-text .radius-white {
    overflow: hidden;
    width: 34px;
    height: 34px;
}

.s3-h5-text .radius-white svg {
    vertical-align: middle;
}

@media (max-width: 800px) {
    .section3 {
        display: none;
    }

    .section3-h5 {
        display: block;
    }

    .s4-layout {
        flex-wrap: wrap;
    }
}

.s4-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0.6rem;
    /* flex-wrap: wrap; */
}

.s4-layout-content {
    /* flex-grow: 1; */
    margin-top: 10px;
    border-top: 2px solid #ededed;
    /* min-width: 350px; */
    background-color: #f5f6fa;
}

.s4-layout-content h3 {
    max-height: 100px;
    padding: 32px 40px;
    letter-spacing: 0px;
    color: #161616;
    background-color: #fff;
    font-family: var(--font-medium);
    font-size: var(--font-size-18);
    font-weight: bold;
    font-stretch: normal;
}

.s4-layout-content p {
    padding: 10px 40px;
    letter-spacing: 0px;
    color: #666;
    font-family: var(--font-medium);
    line-height: 28px;
}

.s4-p2 {
    padding: 20px 40px !important;
    background-color: #ffffff;
}

.left-border {
    border-left: 1px solid #ededed;
}

@media (max-width: 980px) {
    .s4-layout {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .s4-layout {
        grid-template-columns: repeat(1, 1fr);
    }
}

.section5 {
    margin-top: 0.8rem;
    background-color: #f8f9fb;
}

.section5-content {
    padding: 0.8rem 0;
}

.s5-h2-em1 {
    color: #161616;
}

.s5-h2 {
    color: #0179ff;
}

.s5-p1 {
    margin: 30px 0;
    text-align: center;
}

.s5-bottom {
    display: flex;
    flex-wrap: wrap;
}

.s5-bottom-left {
    flex: 1;
}

.s5-bottom-left-bar {
    position: relative;
    flex: 1;
    padding: 0 40px;
    transition: 0.3s;
    border-left: 2px solid #92afd4;
}

.s5-bottom-left-item h3 {
    padding: 15px 0;
    color: #161616;
    font-family: var(--font-medium);
    font-size: var(--font-size-24);
}

.s5-bottom-left-bar ul {
    padding-left: 20px;
    list-style: disc;
    color: #0179ff;
}

.s5-bottom-left-bar li span {
    letter-spacing: 0px;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
}

.s5-bottom-left-item p {
    display: inline;
    padding: 4px;
    transition: 0.3s;
    color: #92afd4;
    border: 1px solid #92afd4;
    border-radius: 14px;
    font-family: var(--font-medium);
    font-size: 14px;
}

.s5-bottom-left-item-count {
    position: absolute;
    top: 0;
    left: -14px;
    display: inline-block;
    width: 26px;
    height: 26px;
    transition: 0.3s;
    text-align: center;
    color: #fff;
    border: 4px solid #fff;
    border-radius: 50%;
    background-color: #92afd4;
    box-shadow: 0 0 0 2px #92afd4;
    font-size: 14px;
}

.s5-bottom-left-bar.first {
    background-color: #f8f9fb;
}

.control-hidden {
    display: none;
    padding: 0 40px 20px 40px;
    background-color: #f8f9fb;
}

.s5-bottom-left-item:hover .s5-bottom-left-bar.first {
    border-left-color: #0179ff;
}

.s5-bottom-left-item:hover .s5-bottom-left-bar .s5-bottom-left-item-count {
    background-color: #0179ff;
    box-shadow: 0 0 0 2px #0179ff;
}

.s5-bottom-left-item:hover p {
    color: #fff;
    background-color: #0179ff;
}

.s5-bottom-left-item:hover .control-hidden {
    display: block;
}

.section6 {
    padding-top: 1rem;
}

.section6-content-box {
    margin: 0.5rem 0;
}

.section6-content-box-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0.6rem;
    border-radius: 10px;
    background-color: #f7f8fc;
}

.s6-text {
    display: flex;
    align-items: center;
    flex: 1;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 500px;
}

.s6-text h3 {
    position: relative;
    margin: 0.4rem 0;
    text-align: left;
    color: #161616;
    font-family: var(--font-medium);
    font-size: 28px;
}

.s6-text h3::before {
    position: absolute;
    top: -0.3rem;
    left: 2px;
    display: inline-block;
    width: 0.5rem;
    height: 2px;
    content: '';
    background-color: #0179ff;
}

.s6-text p {
    color: #161616;
    font-size: 18px;
}

.s6-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s6-img-other {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0.1rem;
}

.s6-img-position {
    position: relative;
}

.s6-img-name {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 10px;
    background: #2727272d;
}

@media (max-width: 768px) {
    .s6-img-other {
        margin: 0;
    }

    .s6-img-other img {
        margin-top: 10px;
    }

    .s6-img-name {
        top: 20px;
    }
}
