

.services-title{
    font-weight: 100;
    align-items: center;
    justify-content: center;
    font-size: 3em;
}

.servis-page{
    display: flex;
}
.servis-page{
    margin-block: 5em;
    
}
.servis-page .text{
    line-height: 2em;
    margin-block: 2em;
}
.img1, .img2, .img3{
    width: 50%;
    height: 250px;
    background-size: cover;
    margin-inline: 2em;
}

.img-s img{
    width: 100%;
    /* height: 100%; */
}

.p ul{
    font-size: 1.2em;
    align-items: center;
    margin-bottom: 3em;
    width: 60%;
    margin: auto;
    margin-block: 5em;
}

.img-s #blur.active{
    pointer-events: none;
    user-select: none;
    filter: blur(20px);
  } 
  main#blur.active{
    pointer-events: none;
    user-select: none;
    filter: blur(20px);
  } 

  .services #popup{
    position: fixed;
    top: 40%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    /* width: 600px; */
    padding: 10em;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .30);
    background: rgba(0, 0, 0, 0.9);
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    z-index: 998;
  }
  .services #popup img{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  max-width: 90%; /* img gbisa exceeding width*/
  height: auto;
  }
  #popup.active{
    top: 50%;
    opacity: 1;
    visibility: visible;
  }

  #popup span{
    position: absolute;
    top: 5%;
    right: 10%;
    font-size: 70px;
    font-weight: bolder;
    color: #ffffff;
    cursor: pointer;
    /* z-index: 999; */
  }


  @media screen and (max-width:430px){
    .services #popup img{
      width: 80%;
    }
  }