:root{
    --bg-grient:linear-gradient(180deg, rgba(0, 144, 160, 0.966) 0%, rgba(9, 49, 97, 0.945) 100%);
    --bg-box: linear-gradient(133deg, rgba(0,145,160,1) 0%, rgba(9,49,97,1) 100%);
}

.service-hero{
    width: 100%;
    min-height: 583px;
    background-image: url('../images/service-bg.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
   z-index: 60;
   position: relative;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.service-new-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -6;
    top: 0px;
    background-image: var(--bg-grient);
}
.service-hero-child{
    display: flex;
    flex-direction:column ;
    justify-content: center;
    align-items: center;


}
.service-hero-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;

    height: 150px;
    width: 600px;
    border-bottom: 2px solid white;
}
.service-hero-title h1{
    font-family: 'TT Firs Neue Trial Var Roman';
    font-weight:bold;
    font-style: normal;
    font-size: 60px;

}
.service-hero-title p{
    font-family: 'TT Firs Neue Trial Var';
    font-weight: normal;
    font-style: italic;
}
.service-items{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 150px;


}
.service-items-child{
    /* background-color: aqua; */

    z-index: 66;
    position: relative;

    display: flex;
    flex-direction: row;
    gap: 200px;
    top:-130px;




}
.service-items-contect{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    height: 100%;
    /* background-color: aqua; */

}
.service-items-contect::after{
    content: '';
    position: absolute;
    width: 90%;
    height: 100%;
    top: 10%;
    z-index: 50;
    border: 5px solid #0091a0;

}
.box-service-line{
    display: none;
    position: absolute;
    width: 90%;
    min-height: 780px;
    top: 10%;
    z-index: 50;
    border: 5px solid #0091a0;
}
.service-items-contect> img{
    width: 100%;
    object-fit: contain;
    border-radius: 100px 0 100px 0;
}
.service-text{
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* background-color: aliceblue; */
}
.service-text-items{
    display: flex;
    gap: 90px;

    justify-content: space-between;
}
.service-title-new{
    padding-top: 30px;
    /* background-color: rgb(191, 209, 209); */
    display: flex;
    align-items: center;
    gap: 10px;

}
.service-title-new h4{
    font-size: 24px;
    font-family: 'TT Norms Pro';
    font-weight: 500;
    font-style: normal;
}
.service-title-new .service-boxx{
    width: 15px;
    height: 25px;
    transform: skewX(-10deg);
    object-fit: cover;
    border-top-left-radius: 20px;

    border-bottom-right-radius: 20px;
    background-image: var(--bg-box);

}
.service-first, .service-second,.service-third{
  max-width: 400px;

}
.service-first p,.service-second p,.service-third p{
    color: #474444;
    font-family: 'TT Norms Pro';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    margin-top: 10px;
}
.service-first b,.service-second b,.service-third b{
    font-family: 'TT Norms Pro';
    font-weight: bold;
    font-style: normal;
   font-size: 20px;
}
.work-title{
    color: #000000;
    font-size: 18px;
    margin-top: 10px;
}
