*{
    /* width:100%; */
    margin: 0;
    padding: 1px;
    box-sizing: border-box;
    /* font-family: cursive; */
    font-family: "Dekko", cursive;
    font-weight: 400;
}

body{
    width: 100%;
}

header{
    width: 50%;
    height: 600px;
    width: 100%;
    background-image: linear-gradient(to right ,aqua 50%,blue);
}
nav{
    display: flex;
    justify-content: space-between;
    background-color: black;
    height: 80px;
    width: 100%;
}
.logo{
    /* width: 30%; */
    margin-left: 20px;
    height: 100px;
    margin-left: 50px;
}
img{
    /* border-radius: 20px; */
    /* height: 80px; */
    /* width: 200px; */
}
.menu{
    /* background-color: orange; */
    display: flex;
    align-items: center;
}

.menu a{
    padding: 10px 20px;

    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    /* background-color: orchid;
    border: 2px solid;
    margin-right:10px ; */
}

a:hover{
    background-color: rgb(211, 79, 79);
    transition: 0.8s;
    border-radius: 10px;
    /* padding: 0px 25px; */
}
.header-intro{
    display: flex;
}
.header-left{
    min-height: 400px;
    width: 50%;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.header-left h1{
    background-color: hotpink;
    padding: 10px;
    color: white;
    font-size: 40px;
    border-radius: 10px;
}
.header-left p{
    margin-top: 20px;
    font-size: 30px;
    color: royalblue;
}
ul{
    font-size: 20px;
}

.header-right{
    min-height: 400px;
    width: 50%;
    /* background-color: #7bff00; */

}

.header-right img{
    /* height: 300px;
    width: 600px; */
}

.section-heading{
    font-size: 30px;
    text-align: center;
    margin: 20px 0px;
    color: hotpink;
    text-decoration: none;
}
/* .section-heading:link{

} */

.services{


    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* background-color: black; */

}

.services-box{
    height: 250px;
    width: 250px;
    background:#eee;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    height: 380px;
    text-align: center;
    box-shadow: 0px 2px 3px  blue;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px;




}

.services-box:hover{
    box-shadow: 2px 2px 3px 4px  rgba(0,0 ,0 ,0.3 );
    /* height: 390px; */
    /* box-sizing: border-box; */
    /* background-color: rgb(196, 218, 240); */
    /* background-color: skyblue; */
    transition: 0.5s;

}

.services-img{
    height: 200px;
    width: 200px;
    /* width: ; */
}


.footer{
    margin: 30px 0px;
    display: flex;
    background: #222020;
    height: 10vh;
    width: 100%;
    text-align:center
}
/* .outer{
    height: ;
    width: 25%;
    border: 2px solid;
} */


.footer {
    display: flex;
    text-align: center;
    color: white;
    font-size: larger;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: black; */
}

.footer:hover{
    /* box-shadow: 2px 2px 3px 4px  rgba(0,0 ,0 ,0.3 ); */
    font-size: 20px;
    transition: 0.5s;



}

.DEV{
    text-align: end;
    margin-right: 50px;
    color: white;
    font-size: 30px;
}

.bg{
    background-color: rgba(0,0 ,0 ,0.3 );
    padding-bottom: 30px;
}

#services:hover{
    transition: 4s;
    transition-delay: 2s;
}



.name{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */


}

.same{
    display: flex;
    flex-direction: row;
}


footer{
    background-color: rgba(0,0,0,0.8);
    color: white;
    text-align: center;
    
}

.block{
    height: 350px;
    width: 620px;
    background-color: rgba(0,0 ,0 ,0.4 );
    border-radius: 20px;
    border: 2px solid white;
    padding: 80px;
    text-align: center;
    text-decoration: none;


}

li{
    text-decoration: none;
    list-style-type: none;
}

.mar{
    margin:10px

}