@font-face {
    font-family:"android_7";
    src: url("font/android_7.ttf") format("truetype");
  }

main {
    font-family: 'Montserrat', sans-serif;
    background-image: url("waterdrop.jpg");
    background-size: 100% 100%; 
    height: 100vh;
    background-repeat: no-repeat;
}

.main {
    height: 100vh;
} 

.navheads {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.navheads .pos{
    position:relative;
    text-align: left;
    background: -webkit-linear-gradient(-25deg, #0c0458 30% ,#033547 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: calc(3.5vmin);
    font-weight: 800;
}

.why {
    color:#7F7F7F;
    text-align: justify;
}

.what {
    color:#06447e;
    text-align: justify;
} 

.servname {
    margin-top:2vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: space-evenly ;
        -ms-flex-pack: space-evenly ;
            justify-content: space-evenly ;
}

.box .scroll {
    font-weight: 800;
    padding: 10px;
    -webkit-box-shadow: 5px 10px 18px #888888;
            box-shadow: 5px 10px 18px #888888;
    color: rgb(2, 56, 56);

}

#p1 {
    font-family: android_7;
    font-size: calc(5vmin);
    background: -webkit-linear-gradient(-25deg, #b90309 30% ,#00B0F0 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.heads {
    position:100vh;
    margin: 0;
    margin-top: 2vh;
    margin-bottom: 2vh;
    text-align: center;
    padding-top: 1vh;
    padding-bottom: 1vh;
    background: -webkit-linear-gradient(0deg, #e70a12 30% ,#00B0F0 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5vmin;
    font-weight: 800;
}

.all {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    border-bottom-style: solid ;
 }

.services {
    color: #7F7F7F;
    font-weight: 800;
    font-size: 3vmin; 
    display: -ms-grid; 
    display: grid;
    grid-column: 1/-1;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap:2vmin;
    padding: 0 2vmin 0 2vmin;

}

.c {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40vmin, 1fr));
    gap: 2vmin;
}

.img {
    color:black;
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height:50vh;
    width: 100%;
}

.imgc {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 60vh;
}

.intro p {
    text-align: justify;
    font-size: 3vmin; 
    padding-bottom: 2vmin;
}

@media all and (max-width: 600px) {
    .img, .why, .what
        { grid-column: 1/-1; 
        height:40vh;
        width:100%;

    }
    .services {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
  } 