body {
    background: linear-gradient(45deg, red, blue);
}

h1 {
    margin-left: 20px;
}

.nav-link {
    text-decoration: none;
    padding: 10px;
    margin-right: 10px;
    color: black;
    font-size:20px;
    font: bold;
    border: solid 1px black;
    background-color: blue;
    border-radius: 10px;

}

.nav-link:hover {
    color: red;
    background-color: white;
}

.nav-link:active {
    color: blue;
}

.nav-link:focus {
    color: black;
}
a{
    text-decoration: none;
    padding: 10px;
    margin-right: 10px;
    color: black;
    font-size: medium;

}
a:hover{
    color: blue;
}
a:active{
    color: red;
}



.header {
    display: flex;
    justify-content: space-between;
    background: fixed;

}

.heading {
    font-size: 50px;
    color: red;
    margin-bottom: 40px;

}

.span5 {
    color: black;
}


.navigation {
    margin-top: 50px;
    margin-right: 30px;
    font-size: 10px;
   
}


.container {
    width: 930px;
    height: 500px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 20px;

    border: solid 1px gray;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.8);
    background: linear-gradient(45deg, blue, red);
    border-radius: 10px;
    overflow: hidden;
    justify-content: space-between;
    display: flex;
}

.container:hover {
    transform: translateY(-10px) scale(1.1);
    transition: 0.5sec ease-out;
}


.image1 {
    max-width: 650%;
    height: 450px;
    border-radius: 10px;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.8);

}
.image1:hover{
    transform:rotate(10deg)  ;
    transition: 0.3sec ease-in-out;
}

.intro {
    text-align: left;
    margin-right: 20px;
}

.name {
    font-size: 40px;
    font-weight: 900;
    font-display: swap;
    color: black;
    font: bold;
    margin-top: 50px;
    margin-bottom: 50px;
}

.job {
    font-size: larger;
    font-display: fallback;
    font-weight: 600;

}

.spanA {
    background-color: yellow;
    border-radius: 10px;
    padding: 3px;

}

.spanB {
    background-color: red;
    border-radius: 10px;
    padding: 3px;

}

.spanC {
    color: blue;
}

.description {
    font-family: sans-serif;
    clear: auto;
    color: black;
    line-height: 25px;
    font-size: medium;
}

.icon1 {
    width: 30px;
}

.icon2 {
    width: 30px;
}

.icon3 {
    width: 30px;
}

/* About me */
.about-logo{
    width: 40px;
    height: 40px;
}

.about-section {
    margin-top: 40px;
}

.section {
    margin-top: 80px;
}

#about-heading {
    text-align: left;
    font-size: 40px;
    margin-top: 30px;
    margin-left: 20px;
}

.about-Container {
    justify-content: space-between;
    display: flex;
    font-family: sans-serif;
    font-size: large;
    margin-top: 30px;

}

.skills {
    width: 250px;
    height: 500px;
    margin-left: 20px;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.8);
    border: solid 1px black;
    border-radius: 10px;
    background: linear-gradient(45deg, blue, red);
    align-items: center;
    padding-bottom: 100px;

}

.skills:hover {
    transform: translateY(-10px) scale(1.1);
    transition: 0.3sec ease;
}

.img2 {
    width: 230px;
    height: 200px;
    border-radius: 10px;
    margin-left: 10px;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.8);

}

.Achivements {
    width: 250px;
    height: 500px;
    margin-left: 20px;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.8);
    border: solid 1px black;
    border-radius: 10px;
    background: linear-gradient(45deg, blue, red);
    align-items: center;
    padding-bottom: 100px;

}

.Achivements:hover {
    transform: translateY(-10px) scale(1.1);
    transition: 0.3sec ease;
}


.Projects {
    width: 250px;
    height: 500px;
    margin-left: 20px;
    margin-right: 32px;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.8);
    border: solid 1px black;
    border-radius: 10px;
    background: linear-gradient(45deg, blue, red);
    align-items: center;
    padding-bottom: 100px;
}

.Projects:hover {
    transform: translateY(-10px) scale(1.1);
    transition: 0.3sec ease;
}

.img3 {
    width: 230px;
    height: 200px;
    border-radius: 10px;
    margin-left: 10px;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.8);
}

.img4 {
    width: 230px;
    height: 200px;
    border-radius: 10px;
    margin-left: 10px;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.8);

}

hr {
    margin-left: 10px;
    margin-right: 20px;
}

/* education */


.icon-Education {
    width: 40px;
    height: 40px;
}

.eduction-heading {
    text-align: left;
    font-size: 40px;
    margin-top: 30px;
    margin-left: 20px;

}

.text-container {
    width: 950px;
    height: 700px;
    margin-left: 20px;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.8);
    border: solid 1px black;
    border-radius: 10px;
    background: linear-gradient(45deg, blue, red);
    align-items: center;

}

.text-container:hover {
    transform: translateY(-10px) scale(0.9);
    transition: 0, 5sec ease-in-out;
}


.text-education {
    font-family: sans-serif;
    font-size: medium;
    text-align: left;
    margin-left: 10px;
    margin-top: 20px;
}

#edu-des1 {
    text-decoration: wavy important;
    font-weight: 700;
    font-size: 30px;
    color: rgb(12, 48, 116);

}

#edu-des2 {
    font-weight: 400;
    line-height: 35px;

}

#edu-des3 {
    font-weight: 400;
    line-height: 35px;
}

#edu-des4 {
    font-weight: 400;
    line-height: 35px;

}



/* contacts */
.call-logo{
    width: 40px;
    height: 40px;

}

.contacts-cointainer {
    justify-content: space-between;
    display: flex;
    font-family: sans-serif;
    font-size: large;
    margin-top: 30px;

}

.calls {
    width: 200px;
    height: 300px;
    margin-left: 20px;
    margin-right: 10px;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.8);
    border: solid 1px black;
    border-radius: 10px;
    background: linear-gradient(45deg, blue, red);
    align-items: center;

}

.email {
    width: 200px;
    height: 300px;
    margin-left: 20px;
    margin-right: 10px;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.8);
    border: solid 1px black;
    border-radius: 10px;
    background: linear-gradient(45deg, blue, red);
    align-items: center;

}

.linkedIn {
    width: 200px;
    height: 300px;
    margin-left: 20px;
    margin-right: 10px;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.8);
    border: solid 1px black;
    border-radius: 10px;
    background: linear-gradient(45deg, blue, red);
    align-items: center;

}

.github {
    width: 200px;
    height: 300px;
    margin-left: 20px;
    margin-right: 10px;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.8);
    border: solid 1px black;
    border-radius: 10px;
    background: linear-gradient(45deg, blue, red);
    align-items: center;
}

.twitter {
    width: 200px;
    height: 300px;
    margin-left: 20px;
    margin-right: 10px;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.8);
    border: solid 1px black;
    border-radius: 10px;
    background: linear-gradient(45deg, blue, red);
    align-items: center;

}

.img-cont {
    width: 150px;
    height: 100px;
    margin-top: 10px;
    border-radius: 10px;

    margin-right: 10px;


}

.img-cont:hover {
    transform: translateY(-10px) scale(1.1);
    transition: 0.3sec ease;
}
.cont-header{
    font-size: 45px;
    margin-left: 20px;
}
.cont-par{
    font-family: sans-serif;
    font-size: medium;
    text-align: left;
    margin-left: 20px;
    margin-top: 20px;

}

/* footer */
footer{
    margin-top: 100px;
}
.logo1{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-left: 20px;
}

.logo{
    display: flex;
    justify-content: space-between;
    background: fixed;
}
.hacker{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-right: 10px;
}
#copy{
    margin-top: 50px;
}