
.dhl{
    font-family: "Lato", sans-serif;
}

.header__transparent{
    background-color:rgb(78,15,177);
}

.video_play{
    height: 80%;
    width: 80%;
    padding-top:20px ;
    padding-bottom: 20px;
    z-index: 10;
    display: block;
    margin: auto;
}
.bottom_navigationbar{
        display: flex;
        justify-content:space-around;
        font-size: 20px;
        padding-bottom: 20px;
}
.swiprer_text_container{
    display: flex;
    
}
.swiper_text{
    display: flex;
    font-size: 40px;
    padding-top: 20px;
    padding-left: 30px;
}

.swiper_text1{
    display: flex;
    font-size: 40px;
    line-height: 40px;
    padding-top: 20px;
    padding-left: 30px;
}

.text_span{
    padding-left: 30px;
}

/*.swiper-pagination{*/
/*    position: static;*/
/*}*/

.kbf{
    background-color: #ffffff;
    height: 30px;
    width: 60px;
}

.contact__wrapper1{
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    left: 20%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ffffff;
    width: 60%;
    min-height: 490px;
    padding: 65px 60px;
    padding-right: 70px;
    overflow: hidden;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(10, 0, 58, 0.08);
    -moz-box-shadow: 0px 30px 50px 0px rgba(10, 0, 58, 0.08);
    box-shadow: 0px 30px 50px 0px rgba(10, 0, 58, 0.08);
}


#image{
    padding-left: 20px;
    width: 1153px;
    height: 433px;
    background-color: #000000;
    background-image: url("../img/Software-artwork-images/rjfm_xiao.png");
    background-size: 1153px 433px;
    background-repeat: no-repeat;
    border-radius:25px;
    max-width: 100%;
}

#image[zoomed]{
    background-size: 3459px 1299px;
    background-position: calc(var(--x) * 100%) calc(var(--y) * 100%);
}

#image2{




    width:  1153px;
    height: 433px;
    background-color: rgb(66,61,124);
    background-image: url("../img/Software-artwork-images/ryzs.png");
    background-size:  1153px 433px;
    background-repeat: no-repeat;
    border-radius:25px;
}

#image2[abc]{
    background-size: 3459px 1299px;
    background-position: calc(var(--x) * 100%) calc(var(--y) * 100%);
}

/*@media  screen and (max-width: 800px) {*/
/*    .image{*/
/*       display: block;*/
/*       width: 50vh !important;*/
/*       height: 50vh !important;*/
/*   }*/
/*}*/


.service-details{
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    height: 600px;
    padding-top: 100px;
    overflow: hidden;
}

.row1{
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2)
}

.mb-n7 {
    margin-bottom: -2.1875rem !important
}

.mb-7{
    margin-bottom: 2.1875rem !important
}

.examples-hide{
    display: none;
}

@media  screen and (max-width: 800px) {
    .service-details{
        display: none !important;
       overflow: hidden;
    }

    .examples-hide{
        display: inline !important;
    }
}



