section {
    background: var(--ix-background-color);
}

/*----------------------------------------------------------------------------*/
/*#region  Banner section*/
/*----------------------------------------------------------------------------*/
.banner {
    background: none;
}

.ix-fw-container.banner, section#banner {
    background: var(--ix-bg-banner2);
}

.right-img.banner {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
}

.ix-masthead-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 57.6px;
    color: var(--ix-dark-purple-color);
    margin-bottom: 12px;
}

.highlight {
    color: var(--ix-highlight-text-banner2)
}
/*----------------------------------------------------------------------------*/
/*#endregion */
/*----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------*/
/*#region  Content section*/
/*----------------------------------------------------------------------------*/
.ix-container-wrapper{
    padding-top: 0;
}

ix-btn {
    text-align: center;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

.mobile-benefits {
    display: grid;
    gap: 52px;
    margin: auto;
    margin-top: 60px;
    grid-template-columns: repeat(3, calc(33.33% - 104px / 3));
}

.mobile-benefits-card {
    background-color: var(--ix-white-color);
    padding: 30px;
    border-radius: 25px;
}

.mobile-benefits-card img{
    width: 48px;
    height: 48px;
    padding-bottom: 24px;
    display: flex;
}

.text-left{
    text-align:left;
}

.user-friendly-mobile-app {
    background-color: #FBF6F1;
}

.mobile-product {
    background-color: var(--ix-background-color9);
}

.mobile-product-sub {
    background-color: #BADEF9;
    border-radius: 30px;
}

.our-business {
    background-color: var(--ix-background-color7);
}

.invest-digital-product {
    background-color: var(--ix-background-color9);
}

.invest-digital-product .ix-desc{
    margin-top: 8px;
}

.ix-5d-tiles {
    margin-bottom: var(--ix-padding-bottom-left);
    display: flex;
    flex-direction: row;
    box-shadow: var(--ix-box-shadow);
    border-radius: 25px;
}

.ix-5d-tile:first-child {
    border-radius: 25px 0 0 25px;
    border-left: 1px solid var(--ix-border-color5);
}

.ix-5d-tile {
    background: var(--ix-white-color);
    border: 1px solid var(--ix-border-color5);
    border-left: none;
    padding: 24px;
    flex-basis: 100%;
}

.ix-5d-tile:last-child {
    border-radius: 0 25px 25px 0;
}

.choose-us-left-right{
    display: grid;
    grid-template-columns: auto auto;
    padding-left: 100px;
    padding-right: 100px;
}

.why-us-contact{
    width: 440px;
    text-align: left;
}

.horizontal-list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 34px 40px;
    background-color: var(--ix-white-color);
}

.item {
    position: relative;
    padding: 0 25px 0 25px;
    font-weight: 600;
}

.item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: var(--ix-border-color);
}

.application-service-tiles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 52px;
    row-gap: 52px;
}

.application-service-tile ul{
    padding-inline-start: 25px;
}

.business-tiles {
    margin-top:60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 52px;
    row-gap: 100px;
    text-align: left;
}

.business-tile-icon{
    padding-bottom: 24px;
}

.business-tile-icon img{
    width: 48px;
    height: 48px;
}

.business-tile ul{
    padding-inline-start: 30px;
    margin:0;
}

.business-tile-find-more{
    padding: 29px 0;
}

.ix-case-studies-wrapper {
    background: url(../assets/case-study-background.png), var(--ix-background-color6);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: var(--ix-padding-top) var(--ix-padding-left-right) var(--ix-padding-bottom) var(--ix-padding-left-right);
}

.ix-case-studies-header {
    margin-bottom: 60px;
    text-align: center;
    color: var(--ix-white-color);
}

.ix-slider-container {
    position: relative;
}

.ix-slider-wrapper {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: hidden;
    margin: auto;
    max-width: 1520px;
}

.ix-slider {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1520px;
    transition: 0.3s transform;
}

.ix-slider-img {
    margin-right: 36px;
    position: relative;
}

.ix-case-study-img {
    overflow: hidden;
    min-width: 636px;
    height: 410px;
}

.ix-slider-img img {
    height: 410px;
    width: auto;
    transition: 0.3s transform;
}

.ix-slider-overlay.show {
    display: none;
}

.ix-slider-overlay {
    background: #0000008C;
    position: absolute;
    top: 0;
    width: 100%;
    height: 410px;
    pointer-events: none;
    min-width: 636px;
}

.ix-indicators-container {
    text-align: center;
    margin-top: 30px;
}

.ix-case-study-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 16px;
    color: var(--ix-white-color);
    opacity: 0;
    text-align: center;
}

.ix-case-study-name.show {
    opacity: 1;
}

.dev-column {
    max-width: 156px;
}

.ix-usage-application {
    padding: var(--ix-padding-topbottom) var(--ix-padding-leftright);
}
/*----------------------------------------------------------------------------*/
/*#endregion */
/*----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------*/
/*#region Media queries */
/*----------------------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1365.99px) {
}

@media (min-width: 1366px) and (max-width: 1599px) {

}

@media (min-width: 1200px) and (max-width: 1798.99px) {
    
}

@media (min-width: 1600px) {
    
}

@media (max-width: 1520px) {

 
}

@media screen and (max-width: 1365.99px) {
    .ix-5d-tiles {
        flex-direction: column;
    }

    .ix-5d-tile:first-child {
        border-radius: 25px 25px 0 0;
        border-top: 1px solid var(--ix-border-color5);
    }

    .ix-5d-tile {
        border: 1px solid var(--ix-border-color5);
        border-top: none;
    }

    .ix-5d-tile:last-child {
        border-radius: 0 0 25px 25px;
    }

    .dev-column {
        max-width: unset;
    }
}

@media screen and (max-width: 1299px) {
    .mobile-benefits {
        gap: 52px;
        grid-template-columns: repeat(2, calc(50% - 52px / 2));
    }

@media screen and (max-width: 1199.99px){
    
}

@media screen and (max-width: 1150px){
    .business-tiles {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 675.5px) and (max-width: 1150px) {
}


@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 969px) {

    .mobile-benefits {
        gap: 60px;
        grid-template-columns: 100%;
    }

    .ix-case-studies-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .ix-case-studies-header {
        padding: 0 24px 0 24px;
    }

    .ix-slider-img {
        min-width: 100%;
    }

    .ix-slider-img img {
        height: auto;
        width: 100%;
    }

    .ix-case-study-img {
        min-width: 100%;
        height: auto;
    }

    .ix-slider-overlay {
        display: none;
    }

    .ix-case-study-name {
        opacity: 1;
    }

    .horizontal-list {
        flex-direction: column;
        text-align: center;
        padding: 10px;
    }

    .item {
        padding: 5px 0;
    }

    .item:not(:last-child)::after {
        display: none;
    }

}

@media (max-width: 675px) { 
  
    .right-pad.banner {
        text-align: left;
    }

    /* font size */
    .ix-masthead-title {
        font-size: 32px;
        line-height: 38.4px;
    }

    h3 {
        font-size: 22px;
        line-height: 30.8px;
    }

    .ix-case-studies-header {
        text-align: left;
    }

    .ix-case-study-name {
        font-size: 22px;
        line-height: 30.8px;
    }

    .application-service-tiles {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    .business-tiles {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    .ix-col-12-fw h2, .ix-col-12-fw p {
        text-align: left;
    }
}
/*----------------------------------------------------------------------------*/
/*#endregion */
/*----------------------------------------------------------------------------*/