*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scroll-margin-top: 70px;
}
body{
    width: 99vw;
    height:100vh ;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow-x: hidden;
    transition: all 5s ease-in-out;
    
  
}

header{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background: linear-gradient(45deg,green,pink,silver,purple,gold,#a54532);
    background-blend-mode: color-burn;
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    box-shadow: 6px 5px 6px rgba(0, 0, 0, 0.4);
    z-index: 22222222;
  
}
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px auto;
    color: grey;
    height: 80%;
    width: 90%;
}

.logo{
    width: 250px;
    height: 80%;
    margin: 10px;
    text-transform: uppercase;
    padding: 5px;
}
a{
    text-decoration: none;
}
nav{
    width: 60%;
    margin-left: auto;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
nav a{
    margin: 10px;
    padding:10px ;
    font-size: 20px;
    text-transform: capitalize;
    color: black;
}
nav a:hover{
   
    transition: all 1s ease-in-out;
    transform: scale(0.9);

    color: green;
}

.hero{
  
    width: 98%;
    height: 100vh;
    margin: 10px auto;
    background: linear-gradient(65deg,green,pink,silver,purple,gold,#a54532);
   
}
.hero-h1{
    width: 500px;
    height: 100px;
 
    margin: 50px; 
    margin-bottom: 10px;  
     margin-top: 100px;
}
.hero-h1 h1{
    width: 400px;
    height: 60px;
    color: grey;
    padding: 10px;
    white-space: nowrap;
    text-align: center;
    margin: 20px auto;
    line-height: 1;
  
}
.hero-content{
    max-width:1000px ;
    height: auto;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
}
.hero-content h2{
    width:400px ;
    height: 100px;
    margin: 10px auto;
    padding: 2px;
    text-align: center;
    line-height: 1.5;
    margin-left: 200px;
}
.hero-content h2 span{
    display: block;
   color: black;
   text-align: left;
}
.hero-content .greet{
    height: 50px;
    color: blue;
    font-weight: 400;
    text-align: left;
    margin-left: 200px;

}
.hero-content .Software{
 
    width:400px ;
    height: 40px;
    margin: 20px auto;
    padding: 2px;
    text-align: center;
    line-height: 1.5;
    color: blue;
    text-align: left;
    margin-left: 200px;

}
.hero p{
  
    width:600px ;
    height: 100px;
    margin: 20px ;
    margin-left: 200px;
    padding: 2px;
  
    line-height: 1.5;
    text-align: left;
}
.hero button{
  
    width:200px ;
    height: 40px;
    border: 1px solid blue;
    margin: 20px ;
    margin-left: -330px;
    padding: 2px;
    text-align: center;
    line-height: 1.5;
     text-transform: capitalize;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 700;
    background: none;
    box-shadow: 6px 5px 6px rgba(0, 0, 0, 0.4);
  
}
.hero button:hover{
    
        box-shadow: 6px 5px 6px rgba(0, 0, 0, 0.4);
     
        transition: all 1s ease-in-out;
        transform: scale(0.9);
    
    
   
    border: 1px solid transparent;
    
    background: blue;
    color: white;
}
.about{
    width: 99%;
    height: 100vh;
    background: rgba(128, 128, 128, 0.456);
}
.about-content{

    width: 90%;
    height: 90%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.about-content .img{

    width: 90%;
    height: 90%;
    margin: 10px ;
    overflow: hidden;
   
}
.about-content .img h2{

    width: 90%;
    height: 10%;
    text-transform: capitalize;
    padding: 5px;
    color: darkmagenta;
    margin: 10px ;
   
}
.about-content .img p{
    margin: 10px;
    margin-top: 50px;
    margin-bottom: -30px;

    width: 90%;
    height: 20%;
    text-transform: capitalize;
    padding: 5px;
    color: black;
  
}
.about-content .img img{
  

    width: 90%;
    height: 80%;

    padding: 5px;
    color: black;
    margin: 50px 25px;
  
}
.skill{
    width: 99%;
    height: 100vh;
    background:linear-gradient(35deg,  darkmagenta, darkcyan,darkgoldenrod,firebrick,wheat,rebeccapurple,skyblue);
    color: darkmagenta;
    padding: 30px;
}
.skill-h2{
    margin: 30px;
    margin-bottom: 10px;

    margin-left: 30px;
    padding: 10px;
    text-transform: capitalize;
}
.skill-cards{

    width: 80%;
    height:80%;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: space-around;

}
.skill-card{

    width: 200px;
    height:200px;
    margin: 10px ;
    background: white;
    border-radius: 20px;
    color: green;
    box-shadow: 6px 5px 6px rgba(0, 0, 0, 0.5), -6px 0 2px rgba(0, 0, 0, 0.5);
}
.skill-card p{
  
    width: 100px;
    height:50px;
    margin: 50px ;
  
  font-weight: 700;
  font-size: 20;
  text-transform: uppercase;
  line-height: 2;
  padding: 5px;
    text-align: center;

}
.skill-card:hover{
    border: 1px solid green;
    background: none;
    color: whitesmoke;
    box-shadow: 6px 5px 6px rgba(0, 128, 0, 0.4), -6px 0 2px rgba(0, 128, 0, 0.2);
 
    transition: all 1s ease-in-out;
    transform: scale(0.9);

}
.cv,.contact{
    width: 99%;
    height: 50vh;
    background: rgba(128, 128, 128, 0.456);

}
a{
    display: block;
}

.contact-cards{

    width: 80%;
    height:70%;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
 

}
.contact-card{
    padding: 20px;
    text-transform: capitalize;
 
    width: 200px;
    height:200px;
    margin: 10px ;
    background: white;
    border-radius: 20px;
    white-space: nowrap;
    color: green;
    box-shadow: 6px 5px 6px rgba(0, 0, 0, 0.5), -6px 0 2px rgba(0, 0, 0, 0.5);
}
.contact-card a{
    padding: 20px;
    text-transform: capitalize;
  
    width: 150px;
 
    height:50px;
    margin: 10px auto ;
  
    text-align: center;
    border-radius: 20px;
    line-height: .1;
    color: green;
  }
  .contact-card:hover{
  
  
    box-shadow: 6px 5px 6px rgba(0, 128, 0, 0.4), -6px 0 2px rgba(0, 128, 0, 0.2);
 
    transition: all 1s ease-out;
    transform: translateY(-10px);

}
