/* IBM homepage css */
.path-frontpage .apicMainContent section.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
}

.context--home .cke_reset.cke_widget_drag_handler {
    display: none !important;
}

.context--home .pagetitle {
    color: #97144d;
}

.color-white,
.axis-back-color .color-white {
    color: #fff;
}

#howitworkmyCarousel {
    border: 5px solid #ccc;
    box-shadow: inset(0, 0, 3px, #333);
    padding: 3px;
}

#howitworkmyCarousel .carousel-indicators {
    bottom: 0;
    top: auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 5%;
    width: 100%;
    left: 0;
    margin: 0;
}

.carousel-indicators {
    bottom: auto;
    top: auto;
    bottom: -30px;
    width: 100%;
    margin: 0;
}

.home-container-fluid {
    background: #f9f9f9;
    padding: 50px 0;
    display: flex;
    flex-direction: row;
}

.home-banner {
    padding: 4em 0;
    align-items: center;
}

.home-banner img {
    margin-bottom: 4rem;
    width: 100%;
    height: auto;
}

.homepage-axisbank {
    font-size: 3rem;
    font-weight: normal;
}

.brand-color {
    color: #97144D !important;
    font-family: Lato-Bold;
    font-size: inherit;
}

.accelerate {
    color: #787878;
    font-weight: normal;
    margin-top: 10px;
    font-size: 18px;
}

.home-video {
    color: #FFFFFF;
    background-color: #97144D;
}

.home-video .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.home-video__left,
.home-video__right {
    width: calc(50% - 10px);
}

.home-video__left {
    /* width: 50%; */
    /*background-image: url("./home-video-text-bg.png");*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* padding: 80px 20px 0 0; */
}

/* .home-video__right {
    width: 50%;
  } */

.home-video__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-video__right video {
    width: 100%;
}

.home-video__right .modal-content .close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFF;
    opacity: 1;
    border-radius: 50%;
    padding: 0 6px 3px;
}

.home-video__right .modal-dialog {
    top: 50%;
    transform: translate(0%, -50%) !important;
    margin-top: 20px;
    min-width: 80%;
}

.home-video__right .modal-content {
    background-color: transparent;
}

.home-video__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #FFFFFF;
}

.home-video__desc {
    font-size: 14px;
    margin: 0;
    color: #FFFFFF;
}

.how-work-box {
    box-shadow: 0px 5px 20px #0000001A;
    border-radius: 10px;
    background: #fff;
    position: relative;
    text-align: center;
    padding: 40px;
    min-height: 242.4px;
}

.how-box-num {
    width: 40px;
    height: 40px;
    background: #97144D;
    color: #fff;
    position: absolute;
    text-align: center;
    font-family: Lato-Bold;
    line-height: 40px;
    font-size: 1.5rem;
    top: 0;
    left: 0;
    border-radius: 5px 0;
}

.how-work-box h5 {
    color: #40484B;
    font-weight: normal;
    font-family: Lato-Bold;
    font-size: 1.2rem;
    margin: 20px 0;
}

.how-work-box p {
    color: #787878;
}

.how-work-box .img-circle {
    content: '';
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    left: 48%;
    background: #F6E3EA;
    z-index: 0;
}

.how-work-box img {
    z-index: 1;
    position: relative;
}

.suggestnewusecasebutton {
    margin-left: 15px;
    margin-bottom: 15px;
    display: inline-block;
}

.axis-back-color {
    background-color: #97144D;
}

.axis-back-color .color-white {
    margin-bottom: 10px;
    padding-bottom: 0;
}

.axis-back-color p.color-white {
    margin-bottom: 40px;
}

.product-use-case {
    display: flex;
    flex-direction: row;
    background: #FFFFFF;
    padding: 20px;
    align-items: stretch;
    border-radius: 10px;
    margin-top: 0px;
    gap: 20px;
}

.product-use-case img {
    width: 40px;
    height: auto;
    align-self: start;
}

.partner-banner {
    width: 100%;
    border-radius: 20px;
}

.product-use-case .product-content {
    color: #787878;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    gap: 10px;
}

.product-use-case .product-content h5 {
    font-family: Lato-Bold;
    font-size: 1.2rem;
    color: #97144D;
    font-weight: normal;
}

.product-use-case .product-content a {
    color: #97144D;
    cursor: pointer;
    text-decoration: none;
    font-family: Lato-Bold;
}

.dot-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 30px;
    margin: 20px auto 0 auto;
}

.dot-navigation .dot-block {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 100%;
    cursor: pointer;
}

.dot-navigation .dot-block-active {
    background: #fff !important;
}

.product-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    box-shadow: -2px 0px 6px #0000001C;
    background: #FFFFFF;
    border-radius: 100%;
    font-size: 24px;
    line-height: 40px;
    color: #97144d;
    text-align: center;
    cursor: pointer;
    position: absolute;
    background: #fff !important;
    opacity: 1;
    top: 50%;
}

.product-arrow-left {
    left: 0;
}

.position-relative {
    position: relative;
}

.product-arrow-right {
    right: 0;
}

/* Slick css */
.slick-dots li button {
    padding: 0 !important;
    border: 1px solid #f9e9e9;
}

.path-frontpage .productslider .slick-arrow {
    padding: 1px 6px;
}

.path-frontpage .productslider .slick-arrow.slick-next {
    right: -2%;
}

.productslider .slick-list {
    pointer-events: initial;
}

/* Slick css */
.connect-container {
    width: 1130px;
    background: #fff;
    border-radius: 16px;
}

.content-with-us-curve {
    border-top: 1px solid #f0f0f0;
    border-radius: 0;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px 0 0 16px;
    border-left: 10px solid #97144D;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #f0f0f0;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 0;
}


.content-with-us-curve .text-align-left {
    text-align: left;
    padding-bottom: 0;
}

.path-frontpage .content-with-us-curve .btn-solid {
    border: 1px solid #97144D;
    color: #97144D;
    height: auto;
    background-color: transparent;
}

.path-frontpage .content-with-us-curve .btn-solid:hover {
    border-color: #97144D;
    color: #fff;
    background-color: #97144d;
}

.hand-tab {
    border-radius: 0 16px 16px 0;
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid #f0f0f0;
}

.skew-line::before {
    content: "";
    background: #ddd;
}

.skew-line::after {
    content: "";
    background: #ddd;
}

.skew-line {
    background: #F3F3F3;
    border-right: 14px solid #97144D;
    transform: rotateX(0deg) skew(348deg);
    perspective: 100px;
    position: relative;
    z-index: 1;
    /* top: -50px; */
    border-radius: 16px;
}

.become-partner-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/Mask-Group 2.png');
    background-position: right top;
    height: 369px;
}

/* Splide Slider Design*/
.product-slider-container{
  padding: 30px;
}

.product-slider-container button.splide__arrow.splide__arrow--prev {
    width: 2.5em;
    height: 2.5em;
    left: 0.5em;
    box-shadow: 2px 0px 6px #0000001c;
}
.product-slider-container button.splide__arrow.splide__arrow--next {
    width: 2.5em;
    height: 2.5em;
    right: 0.5em;
}
.product-slider-container button.splide__arrow {
    background: #ffffff;
    opacity: 1;
    box-shadow:-2px 0px 6px #0000001c;
}
.product-slider-container .splide__arrows button.splide__arrow svg {
    fill: #97144d;
    height: 1em;
    width: 1em;
}
.product-slider-container .splide__pagination { 
    top: 13em;
    bottom:0;
}
.product-slider-container .splide__pagination .splide__pagination__page { 
    margin: 5px 8px;
    opacity: 1;
    width: 15px;
    height:15px;
    background: transparent;
    border: 1px solid #ffffff;
}
.product-slider-container .splide__pagination .splide__pagination__page.is-active {
   background: #fff;
   transform: none;
}

@media(max-width: 1024px) {
    .connect-container {
        padding: 0 15px;
        width: 96%;
    }

    .connect-container p {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {

    .home-video__left,
    .home-video__right {
        width: 100%;
    }

    .home-video__left {
        padding: 30px 15px;
        background-image: none;
    }

    .home-video__right {
        height: 400px;
    }
}

@media(max-width: 767px) {
    .home-banner {
        padding: 50px 0;
    }

    .home-banner .col-md-6 {
        text-align: center;
    }

    .path-frontpage .home-container-fluid .col-md-4 {
        padding-left: 0;
        padding-right: 0;
    }

    .home-container-fluid .col-md-4+.col-md-4 {
        margin-top: 20px;
    }

    #block-axis-theme-footer {
        margin: 0 auto;
    }

    footer {
        text-align: center;
        padding: 10px 0;
    }

    .container-fluid {
        flex-direction: column;
    }

    .container {
        width: 100%;
    }

    .home-video__left,
    .home-video__right {
        width: 100%;
    }

    .carousel {
        height: 405px;
        overflow: hidden;
    }

    .carousel-indicators {
        bottom: 0;
    }

    .home-banner {
        padding: 2rem 0;
    }

    .homepage-axisbank {
        text-align: center;
        font-size: 2.5rem;
    }

    .home-banner button {
        margin: 0 auto;
        display: table;
    }

    .how-work-box {
        margin-bottom: 0;
    }

    .content-with-us-curve {
        /* padding-left: 40px; */
    }

    .content-with-us-curve {
        padding-left: 0;
        border-left: 0;
        margin: 0;
        padding-top: 15px;
        border: none;
        border-radius: 0;
        line-height: normal;
    }

    .connect-container {
        width: 100%;
        border: 1px solid #ddd;
        padding: 0 15px 0 15px;
    }

    .hand-tab {
        margin-top: 20px;
    }

    .hand-tab img {
        border-radius: 0 0 20px 20px;
    }

    .connect-container p {
        margin-bottom: 0;
        margin-top: 15px;

    }

    .product-use-case {
        min-height: 250px;
    }
}
