*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-decoration: none;
    /* color: black; */
    font-family: Roboto,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body{
    /* background-color: aquamarine; */
    background: linear-gradient(180deg, rgba(0,0,0,0.3),rgba(0,0,0,0.7)) , url(./../images/pexels-photo-4974914.jpeg) center/cover fixed no-repeat;
    width: 100vw;
    /* height: 100vh; */
    /* height: 500vh; */
    background: whitesmoke;
}


/* ******** custom coding of css starts from here ********  */

/* nav bar  code starts from heree */

nav{
    color: black;
    width: 100vw;
    height: 4vw;
    background: rgb(1, 56, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav .fas{
    font-size: 1.5vw;
    margin-right: .55vw;
}

nav .logo{
    font-size: 3vw;
    /* color: whitesmoke; */
    font-weight: bolder;
    margin-left: 5vw;
}

nav a{
    color: whitesmoke;
}
nav .link{
    /* color: whitesmoke; */
    margin-right: 5vw;
    width: 45vw;
    display: flex;
    justify-content: space-between;
    font-size: 1.5vw;
    font-weight: bolder;
}

nav .link a:hover{
    transform: scale(1.3);
    transition: all 1s ease;
    /* background: rgb(9, 119, 9); */
    color: rgb(111, 111, 184);
}


/* nav bar  code ends from heree */

/* main section starts from here  */
main .box{
    position: relative;
    background-color: whitesmoke;
    height: 41vw;
    color: rgb(4, 109, 4);
    width: 70vw;
    margin: 0 0 0 23vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

main img{
    width: 18vw;
    height: 24vw;
    border-radius: 5px;
    position: absolute;
    top: 11vw;
    left: 3vw;
    z-index: 2;
}

main .contant{
    /* margin-left: 20vw; */
    width: 100%;
}

main h3{
    /* margin-left: 1vw; */
    color: rgb(16, 175, 16);
    font-size: 6vw;
    position: absolute;
    top:13vw;
    left: 22vw;
}

main h1{
    color: rgb(5, 88, 5);
    font-size: 6vw;
    font-weight: bolder;
    position: absolute;
    top:19vw;
    left: 22vw;
}

main p{
    width: 93%;
background: rgb(41, 165, 41);
font-size: 1.2vw;
color: whitesmoke;
font-weight: bold;
text-align: end;
padding: 1vw 2vw;
/* margin-top: 20px; */
position: absolute;
    top:28vw;
    /* z-index: 1; */
    /* left: 22vw; */
}



/* main section ends from here  */


/* service section starts from here  */
.service-section{
    height: 44vw;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.9)) , url(./../images/pexels-photo-4974914.jpeg) center/cover no-repeat fixed;
    /* display: flex; */
}
.services{
    height: 100%;
    width: 70vw;
    margin: auto;
    color: whitesmoke;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.services h1{
    color: green;
    font-size: 4vw;
    font-weight: bolder;
}

.services .main-box {
    height: 20vw;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* flex-direction: column; */

}


.services .main-box section{
    /* background-color: red; */
    /* width: 80%; */
    padding: 0 2vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

.services .main-box section h2{
    font-size: 1.9vw;
    font-weight: bolder;

}

.services .main-box section p{
    font-size: 1.3vw;
}

.services a{
    color: whitesmoke;
    padding: 1vw 2vw;
    background: green;
}
/* service section ends from here  */

/* about me section starts from here  */
.abouts{
    color: green;
    /* background: blue; */
    height: 34vw;
    position: relative;
}

.abouts h1{
    position: absolute;
    top: 5vw;
    left: 20vw;
    font-size: 4vw;
    font-weight: bolder;
}

.abouts h3{
    padding: 1vw;
    background: rgb(4, 206, 4);
    color: whitesmoke;
    font-size: 1.2vw;
    position: absolute;
    width: 66vw;
    left: 19vw;
    top: 10vw;
}

.abouts p{
    /* background-color: black; */
    width: 45vw;
    position: absolute;
    top: 15vw;
    left: 20vw;
    font-weight: bolder;
    font-size: 1.1vw;
    color: rgb(4, 78, 4);
}
.abouts h4{
    font-size: 1.1vw;
    /* background-color: black; */
    /* overflow: hidden; */
    width: 45vw;
    position: absolute;
    top: 21vw;
    left: 20vw;
}

.abouts img{
    position: absolute;
    width: 20vw;
    top: 4vw;
    left: 64vw;
    z-index: 1;
}

/* about me section ends from here  */


/* work secrion starts from here  */























/* work secrion ends from here  */


/* footer section starts from here  */
footer{
    background-color: rgb(2, 51, 2);
    color: whitesmoke;
    height: 14vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

footer .link{
    /* background-color: red; */
    width: 30vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .link .fas,.fab{
    color: whitesmoke;
    font-size: 4vw;

}

/* footer section ends from here  */
.fixed-link{
    position: relative;
    z-index: 100;
    /* width: 50vw; */
}

.fixed-link .link{
    height: 22vw;
    display: flex;
    flex-direction: column;
    background-color:transparent;
    justify-content: space-between;
    position: fixed;
    top: 10vw;
    left: 2vw;
}

.fixed-link .fas,.fixed-link .fab{
    color: black;
    font-size: 4vw;
}

/* fixed link section starts here  */

/* fixed link section ends here  */