.mbnn { 
    position: relative;
    overflow: hidden;

 }  
 .item-bbmark {
     position: relative;    
     height: 730px;
     margin-top: 20px;
 } 
 .image-container {
     height: 10%;    
     bottom: 0;   
     overflow: hidden;    
     /* transition: height 0.5s, bottom 0.5s;  */
 }  
 /* .image-container.active {
     height: auto;    bottom: 0; 
     transition: height 1.5s; 
 }  */
 .image-container img {
     width: 100%;    
     height: auto;    
     cursor: pointer; 
 }


 .gallery {
    position: relative;
    width: 100%;
    height: 100%;
}

.gallery .image-container {
    position: absolute;
    width: 100%;
    height: 80%;
}

.gallery .hide-other-image {
    opacity: 0;
    z-index: -1;
}

.gallery .show-top-image {
    width: 90%;
    margin: 0px 75px;
    z-index: 2;
    top: 0%;
    opacity: 0.5;
}

.gallery .active{
    top: 7%;
    height: 85%;
    z-index: 3;
}

.gallery .show-bottom-image {
    z-index: 1;
    top: 22%;
    width: 90%;
    margin: 0px 75px;
    opacity: 0.5;
}

.section {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.part {
    height: 100% !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    transition: transform 0.5s ease;
    background-image: url(../img/sol1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.part:nth-child(2) {
    background-image: url(../img/sol1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.part:nth-child(3) {
    background-image: url(../img/sol2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.solution-top-slider {
    position: relative;
    height: 300vh;
}

.solution-top-slider .top-slider-container {
    position: sticky;
    top: calc(2% + 50px);
    height: 100vh;
}

.top-slider-container .top-slider-first {
    height: 100%;
    background-image: url(../img/sol1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.top-slider-container .top-slider-second {
    height: 100% !important;
    width: 100% !important;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    transition: transform 0.5s ease;
    background-image: url(../img/sol2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: none;
}

.top-slider-first-details .section-scroll-text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
    font-family: Red Hat Display;
    font-size: 4rem;
    font-weight: 600;
    line-height: 84px;
    letter-spacing: -0.01em;
    text-align: left;
}


.fade-up-first-details-text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
    width: 100%;
    animation: first-details-fade-up 1.5s ease-out 0.2s both;
}

@keyframes first-details-fade-up {
    from {
        top: 50%;
        opacity: 1;
    }

    to {
        top: 0%;
        opacity: 0;
        display: none;
    }
}

.fade-down-first-details-text {
    position: absolute;
    top: 0%;
    left: 10%;
    transform: translate(-10%, -0%);
    width: 100%;
    animation: first-details-fade-down 1.5s ease-out 0.2s both;
}

@keyframes first-details-fade-down {
    from {
        top: 0%;
        opacity: 0;
        display: none;
    }

    to {
        top: 50%;
        opacity: 1;
        transform: translate(-10%, -50%);
        display: block;
    }
}

.top-slider-second-details {
    display: none;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
    animation: second-details-show 1.5s ease-in 0.2s both;
}

@keyframes second-details-show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.show-second-detail-h3 {
    opacity: 0;
    animation: second-details-show-h3 2s ease-in 1s both;
}

.show-second-detail-a1 {
    opacity: 0;
    animation: second-details-show-h3 1s ease-in 1.5s both;
}

.show-second-detail-a2 {
    opacity: 0;
    animation: second-details-show-h3 2s ease-in 2s both;
}

.show-second-detail-a3 {
    opacity: 0;
    animation: second-details-show-h3 2s ease-in 3s both;
}

@keyframes second-details-show-h3 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.hide-first-slide {
    display: block;
    opacity: 1;
    animation: hide_first_slide 2s ease-in 0.5s both;
}

@keyframes hide_first_slide {
    from {
        display: block;
        opacity: 1;
    }

    to {
        display: none;
        opacity: 0;
    }
}

.show-second-slide {
    height: 100%;
    width: 100%;
    animation: show_second_slide 2s ease-in 1s both;
    display: none;
}

@keyframes show_second_slide {
    from {
        display: none;
        opacity: 0;
    }

    to {
        display: flex;
        opacity: 1;
    }
}

.second-details-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* New changes */
.top-slider-container-new .top-slider-first-new {
    height: 800px;
    background-image: url(../img/sol1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.validation-text{
    position: relative;
    /* width: 100%; */
    height: 140px;
    top: 70px;
    margin-left: 60px;
}
.validation-text h2 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 700;
}
.validation-text p {
    font-size: 50px;
    line-height: 70px;
    font-weight: 700;
}
.validation-text .second-details-new{
/*    margin-top: 50px;*/
}
.section-scroll-btn-new {
    font-family: Red Hat Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.28px;
    
    color: #EDEDF8 !important;
    text-decoration: none;
    line-height: 28px;
}
.section-parent{
    width: 297px !important;
    background: #003C9E;
    border-radius: 14px;
    padding: 8px 20px 8px 20px;
    display: flex;
    align-items: center;

}
.line-sln{
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    margin-right: 20px;
    margin-left: 10px;

}
.icon-size-1{
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
}
.validation-text .font-why{
    font-size: 36px !important;
    margin-bottom: 5px !important;
}
.top-slider-container-new .top-slider-second-new {
    background-image: url(../img/2ndfold.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 800px;
}
.top-slider-container-new .top-slider-second-new .text-align{
    position: relative;
    top: 174px;
    right: 75px;
    font-size: 60px;
    line-height: 84px;
    font-weight: 700;
}

@media screen and (max-width: 991px) {
    .top-slider-container .top-slider-first {
        background-image: url(../img/sol-mob1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 100%;
    }

    .top-slider-first-details {
        position: absolute;
        bottom: 20%;
        left: 10%;
        width: 100%;
        transform: translate(-10%, -20%);
    }

    .top-slider-first-details .section-scroll-text {
        font-family: Red Hat Display;
        color: white;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        letter-spacing: -0.6px;
    }

    .top-slider-second-details {
        position: absolute;
        bottom: 10%;
        display: none;
    }

    .second-details_mob h2 {
        font-family: Red Hat Display;
        font-size: 30px;
        color: white;
        font-style: normal;
        font-weight: 600;
        line-height: 0;
        letter-spacing: 0.4px;
    }

    .second-details .section-scroll-btn {
        font-family: Red Hat Display;
        font-size: 19px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        padding: 8px 36px;
        background: #003C9E;
        border-radius: 40px;
        color: #EDEDF8 !important;
        text-decoration: none;
        line-height: 48px;
    }

    .top-slider-container .top-slider-second {
        background-image: url(../img/sol-mob2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 100%;
        display: none;
    }

    .top-slider-second .section-scroll-text1 {
        position: absolute;
        bottom: 10%;
        right: 10%;
        width: 78%;
        color: #FFF;
        margin-top: 60px;
        text-align: right;
        font-family: Red Hat Display;
        font-size: 21px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        letter-spacing: -0.6px;
        padding: 0 !important;
    }

    .fade-up-first-details-text {
        position: absolute;
        bottom: 20%;
        left: 10%;
        transform: translate(-10%, -20%);
        width: 100%;
        animation: first-details-fade-up 1.5s ease-out 0.2s both;
    }

    @keyframes first-details-fade-up {
        from {
            bottom: 20%;
            opacity: 1;
        }

        to {
            top: 0%;
            opacity: 0;
            display: none;
        }
    }

    .fade-down-first-details-text {
        position: absolute;
        top: 0%;
        left: 10%;
        transform: translate(-10%, -0%);
        width: 100%;
        animation: first-details-fade-down 1.5s ease-out 0.2s both;
    }

    @keyframes first-details-fade-down {
        from {
            top: 0%;
            opacity: 0;
            display: none;
        }

        to {
            bottom: 20%;
            opacity: 1;
            transform: translate(-10%, -20%);
            display: block;
            top: unset;
        }
    }

    .top-slider-second-details {
        display: none;
        position: absolute;
        bottom: 10%;
        top: unset;
        transform: translate(-10%, -10%);
        animation: second-details-show 1.5s ease-in 0.2s both;
    }

    .second-details-text {
        display: flex;

        justify-content: left;
        align-items: start;
    }
    .second-details-text .section-scroll-text{
        color: #ffffff;
    }
    /* New changes */
    .top-slider-container-new .top-slider-first-new {
        background-image: url(../img/solution/mobile-3.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 656px;
        margin: -8px
    }
    .validation-text h2 {
        font-size: 26px;
        line-height: 36px;
        font-weight: 700;
    }
     .validation-text p {
        font-size: 26px;
        line-height: 36px;
        font-weight: 700;
    }
    .validation-text {
        position: relative;
        /* width: 100%; */
        height: 140px;
        top: 180px;
        margin-left: 40px;
    }
.solution-item{
    height: 550px !important;
}
    .validation-text .second-details-new {
        margin-top: 20px;
    }
    .validation-text .font-why {
        font-size: 24px !important;
        margin-bottom: 5px !important;
    }
    .section-parent{
        width: 169px !important;
        background: #003C9E;
        border-radius: 7px;
        padding: 0;
    }
    .section-scroll-btn-new {
        font-family: Red Hat Display;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        letter-spacing: -0.28px;
        color: #EDEDF8 !important;
        text-decoration: none;
        line-height: 28px;
    }
    .icon-size-1{
        width: 13px;
        height: 13px;
        margin: 0 5px 0 10px;
    }
    .top-slider-container-new .top-slider-second-new {
        background-image: url(../img/solution/mobile-2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 656px;
    }
    .top-slider-container-new .top-slider-second-new .text-align {
        position: relative;
        top: 163px;
        right: 22px;
        font-size: 24px;
        line-height: 33px;
        font-weight: 700;
    }
    .web-break {
        display: none;
      }
    
      .mobile-break {
        display: inline;
      }
}
@media screen and (min-width: 992px) {
    .web-break {
      display: inline;
    }
  
    .mobile-break {
      display: none;
    }
  }
.sub-h{
        font-size: 13px;
    font-weight: 800;
    color: #85879d;
        letter-spacing: 0.5px;
}
.sub-p{
     font-size: 16px;
     font-weight: 600;
     padding: 10px;
     color: #85879d;
      background-image: linear-gradient(to right, #e5f0ea ,#e9f4f1, #f6f6fb);
border-left: 2px solid #00b10d;
    letter-spacing: 0.5px;
    
}
.it-box-text1 p {
 font-size: 18px;
    color: #000;
    line-height: 27px;
   
}

.itembbmark{
    background: #f6f6fb;border-radius: 30px;
    margin-bottom:30px;
}

@media(max-width: 991px){
    .it-box-text1 .col-2{
        padding-right: 0 !important;
                padding-left: 20px;
    }
    .bbmark-sec figure img{
                padding: 0;
        /*border-radius: 0 !important;*/
    }
    .it-box-text1{
        padding: 20px !important
    }
    .it-box-text1 h2 {
       
         margin: 0 !important; 
    }
    .it-box-text1 p {
    font-size: 13px !important;
}
.sub-p {
    font-size: 12px;
    margin-bottom: 10px !important
   
}
.sub-h {
    font-size: 11px;
    margin-bottom: 10px !important
}
}
@media(min-width:991px){
    .solution-item{
        height: 580px !important;
    }
}
.solution-main .slick-dots{
    
    top: -43px !important;
    left: 45% !important;
   
    transform: translateY(-50%);
}
/*.it-box-text1 svg{
margin-top: 8px;
}*/
.solution-main{
    overflow: hidden;
}
.pddng1 {
    padding-right: 0 !important;
}
.pddng02{
    margin-left: -5px;
}