*{
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Rubik', sans-serif;
}

.for-text{
    width: 10px;

}

.nav a{
    color: white;
    text-decoration: none;
}

.nav a:hover{
    color: white;
    text-decoration: none;
}

a{
    text-decoration: none;
    
}

.for-images{
    /* width: inherit; */
    background-size: 100%; /*change this */
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    background-size: cover;
}

.non{
    display: none;
}

@media screen and (max-width:800px){

.nav{
    display: flex;
    justify-content: center;
    /* background-color: aqua; */
    /* padding: 0%;
    margin: 0%; */
}
.nav-list{
    /* padding: 0%;
    margin: 0%;  */
}
}

.nav-list-item:hover{
    color: #FFFFFF;
    /* font-family: 'Rubik', sans-serif; */
}

#btt{
    position: fixed;
    /* top: 90vh; */
    /* left: 92%; */
    right: 30px;
    bottom: 30px;
    padding-left: 32px;
    padding-right: 32px;

}

.gap{
    height: 150px;
}

.serv{
    margin-left: 15%;
    margin-right: 15%;
    
}

.hed-center{
    /* background-color: aqua; */
    text-align: center;
    font-size: 60px;
    margin-top: 10px;
}

.serv-name-box{
    width: 100%;
    margin-top: 80px;
    margin-bottom: 20px;
    /* display: flex; */
    /* flex-grow: 1; */
}

.serv-name-box-image{
    height: 280px;
    border-radius: 20px; 
    display: flex;
    align-items: center;
    background-size: cover;
}

.serv-name-box-mask{
    background-image: url("/Rectangle.svg");
    /* background-size: contain; */
    background-position-x: left;
    /* background-color: aqua; */
    border-radius: 20px 0 0 20px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    height: 280px;
    border-radius: 20px;
}

.serv-name-box-text{
    font-size: 50px;
    margin: 40px;
    
    color: white;
}

.serv-blockcon{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: stretch;
    /* ju */
    flex-direction: row;
}

.serv-blockcon-box{
    flex-grow: 100;
    margin: 10px;
    width: 200px;
    /* display: flex; */
    /* flex-direction: column; */
    flex-grow: 1;
    border-radius: 20px;
}
.serv-blockcon-box:hover{
    transform: scale(1.01);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    box-shadow: 0px 0px 100px 1px rgba(0, 0, 0, 0.212);
}

.serv-blockcon-box-img{
  
    height: 150px;
    background-size: 100%;
    border-radius: 20px 20px 0px 0px;
    /* background-color: aqua; */
    /* width: 200px; */
}

.serv-blockcon-box-data{
    border-radius: 0px 0px 20px 20px;
    border: 1px solid #C7C5C5;
}

.serv-blockcon-box-data div{
    margin: 7px;
}

.serv-blockcon-box-data-head{
    font-size: 18px;
}


@media screen and (max-width:800px){
    .serv{
        margin-left: 4px;
        margin-right: 4px;
    }
}