*{
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}
.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.6),rgba(4, 9, 30, 0.6)), url(images/AnshuStud.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 250px;
}
nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-style: oblique;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.nav-links ul li:hover a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-style: oblique;
    text-shadow: 0px 0px 10px rgba(253, 253, 253, 0.952), 0px 0px 10px rgba(253, 253, 253, 0.952);
    font-weight: bold;
    transition: 0.5s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #fff;
    display: block;
    margin: auto;
    transition: 0.5s;
    box-shadow: 0px 0px 10px rgba(253, 253, 253, 0.952), 0px 0px 10px rgba(253, 253, 253, 0.952);
    background-color: rgb(253, 253, 253, 0.952);
}
.nav-links ul li:hover::after{
    width: 100%;
}

.Projects{
    margin: 0;
    text-align: center;
    padding-top: 100px;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 100px;
    background: lightsteelblue;
}
h1{
    font-size: 36px;
    font-weight: 600;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    bottom: 50px;
}
.softwares{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    top: 2cm;
    left: 0%;
    scale: 10px;
}
.softwares img{
    width: 100%;
    padding-right: 60%;
}

.PS{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    top: 2cm;
    left: 0%;
    scale: 10px;
}
.PS img{
    width: 100%;
    top: 10%;
}

.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    transition: 0.5s;
}
.layer:hover{
    background: rgba(255, 255, 255, 0.342);
}
.layer h3{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    font-style: italic;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    transition: 0.5s;
}
.layer:hover h3{
    bottom: 85%;
    opacity: 1;
    color: black;
    font-weight: bolder;
    text-shadow: 0px 0px 10px rgba(253, 253, 253, 0.952), 0px 0px 10px rgba(253, 253, 253, 0.952);
}
.layer1{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    transition: 0.5s;
}
.layer1:hover{
    background: rgba(255, 255, 255, 0.342);
}
.layer1 h3{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    font-style: italic;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    transition: 0.5s;
}
.layer1:hover h3{
    bottom: 87.5%;
    opacity: 1;
    color: black;
    font-weight: bolder;
    text-shadow: 0px 0px 10px rgba(253, 253, 253, 0.952), 0px 0px 10px rgba(253, 253, 253, 0.952);
}
.Mr{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    top: 2cm;
    left: 0%;
    scale: 10px;
}
.Mr img{
    width: 100%;
    padding-right: 60%;
}
.layer2{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    transition: 0.5s;
}
.layer2:hover{
    background: rgba(255, 255, 255, 0.342);    
}
.layer2 h3{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    font-style: italic;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    transition: 0.5s;
}
.layer2:hover h3{
    bottom: 91%;
    opacity: 1;
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 25px;
    font-weight: bolder;
    text-shadow: 0px 0px 10px rgba(253, 253, 253, 0.952), 0px 0px 10px rgba(253, 253, 253, 0.952);
}

.About{
    transform: translate3d(250px, 30px, 0);
    width: 1000px;
    height: 300px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    text-align: left;
    line-height: 50px;
    padding-top: 20px;
    padding-left: 15px;
    font-size: 20px;
    background: rgba(225, 225, 225, 0.2);
    border-radius: 10px;
    background-image: url(images/gradiant\ 2\ edt.jpg);
    transition: 0.5s;
}
h4{
    font-size: 36px;
    font-weight: 600;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    bottom: 50px;
    text-align: center;
    font-family: 'Luxurious Roman', cursive;
    color: rgb(0, 0, 0);
    transition: 0.5s;
}
.About:hover h4{
    text-shadow: 0px 0px 10px rgba(7, 7, 7, 0.952), 0px 0px 10px rgba(7, 7, 7, 0.952);
    color: white;
}

h5{
    font-size: 36px;
    font-weight: 600;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    bottom: 50px;
    text-align: center;
    font-family: 'Luxurious Roman', cursive;
    color: rgb(0, 0, 0);
    transition: 0.5s;
}

.scroll img{
    width: 50px;
    height: 50px;
    padding-left: 95%;
    padding-bottom: 40px;
}
h6{
    text-align: center;
    font-size: 30px;
    color: white;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-shadow: 0px 0px 10px rgba(253, 253, 253, 0.952), 0px 0px 10px rgba(253, 253, 253, 0.952);
    transform: translateY(550px);
    
}
.down img{
    width: 50px;
    height: 25px;
    transform: translate3d(750px, 580px, 0px);
    transition: 0.5s;
}
.down img:hover{
    transform: translate3d(750px, 590px, 0px);
}