* {
    margin: 0;
    padding: 0;
}
body,
html {
    scroll-behavior: smooth;
    scrollbar-width: none;
}
header {
    padding: 23px;
    position: sticky;
    top: 0;
    background-color: rgb(241, 241, 241);
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
nav {
    text-align: right;
}
a {
    text-decoration: none;
    padding: 0.5cm;
    color: rgba(0, 0, 0, 0.688);
}
a:hover {
    color: white;
    border-radius: 50px;
    background-color: #0a2440;
}
.panel {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.cont-hov {
    padding: 0;
    box-shadow: none;
}
a.cont-hov1 {
    padding: 0;
    box-shadow: none;
}
.home-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 80px;
}
#Home {
    background-image: url(/imgs/portfolio.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.text {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 7px;
    color: #424141;
    padding: 20px 80px;
    margin-bottom: 80px;
}
#nme:hover {
    letter-spacing: 15px;
}
#nme {
    transition: 0.5s ease-in-out;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 4em;
    color: #0b0b0b;
    margin-bottom: 10px;
}
#inf {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 1.5em;
    line-height: 1.6;
    margin-top: 0;
}
#get {
    margin-top: 20px;
    height: 40px;
    width: 150px;
    font-size: 10px;
    letter-spacing: 3px;
    background-color: white;
    border-width: 1px;
}
#get:hover {
    background-color: black;
    color: white;
}
.img {
    height: 10cm;
    width: 10cm;
    border-radius: 7cm;
    box-shadow: 4px 10px 10px rgb(0, 0, 0, 0.2);
    margin-right: 170px;
    margin-bottom: 15px;
    background-image: linear-gradient(
        to right,
        rgb(197, 196, 196),
        hsl(240, 47%, 75%)
    );
}
#Skills {
    background-color: #dedede;
}
.container {
    display: flex;
    align-items: center;
    gap: 100px;
    padding-top: 80px;
}
#one {
    border-radius: 8px;
    box-shadow: 2px 3px 2px 2px hsla(0, 0%, 82%, 0.884);
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    background-color: hsl(0, 0%, 95%, 0.884);
    width: 400px;
    height: 150px;
    text-align: left;
    gap: 15px;
    padding: 30px;
}
#two {
    border-radius: 8px;
    box-shadow: 2px 3px 2px 2px hsla(0, 0%, 82%, 0.884);
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    background-color: hsl(0, 0%, 95%, 0.884);
    width: 400px;
    height: 150px;
    text-align: left;
    gap: 15px;
    padding: 30px;
}
#twoPercent {
    display: flex;
    justify-content: space-between;
}
#txtWeb {
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: 600;
}
#txt30p {
    color: rgb(161, 160, 160);
    padding-top: 7px;
}
#txtTech {
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 600;
    color: rgb(161, 160, 160);
}
#three {
    border-radius: 8px;
    box-shadow: 2px 3px 2px 2px hsla(0, 0%, 82%, 0.884);
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    background-color: hsl(0, 0%, 95%, 0.884);
    width: 400px;
    height: 150px;
    text-align: left;
    gap: 15px;
    padding: 30px;
}
#four {
    border-radius: 8px;
    box-shadow: 2px 3px 2px 2px hsla(0, 0%, 82%, 0.884);
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    background-color: hsl(0, 0%, 95%, 0.884);
    width: 400px;
    height: 150px;
    text-align: left;
    gap: 15px;
    padding: 30px;
}
#five {
    border-radius: 8px;
    box-shadow: 2px 3px 2px 2px hsla(0, 0%, 82%, 0.884);
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    background-color: hsl(0, 0%, 95%, 0.884);
    width: 400px;
    height: 150px;
    text-align: left;
    gap: 15px;
    padding: 30px;
}
#six {
    border-radius: 8px;
    box-shadow: 2px 3px 2px 2px hsla(0, 0%, 82%, 0.884);
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    background-color: hsl(0, 0%, 95%, 0.884);
    width: 400px;
    height: 150px;
    text-align: left;
    gap: 15px;
    padding: 30px;
}
.box {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.skill-bar {
    width: 100%;
    height: 8px;
    background: #ccc;
    border-radius: 5px;
}
.skill-progress {
    width: 20%;
    height: 100%;
    background: #007bff;
    border-radius: 5px;
}
#skill-progress2 {
    width: 30%;
}
#skill-progress3 {
    width: 20%;
}
#skill-progress4 {
    width: 25%;
}
#skill-progress5 {
    width: 50%;
}
#skill-progress6 {
    width: 35%;
}
.skillss {
    display: flex;
    width: 20px;
    margin-bottom: 540px;
}
#Skills-txt {
    margin-left: 640px;
    font-size: 2.5em;
}
#one:hover {
    transition: 0.5s ease-in-out;
    transform: scale(1.2);
    background-color: #e5e5e5df;
}
#two:hover {
    transition: 0.5s ease-in-out;
    transform: scale(1.2);
    background-color: #e5e5e5df;
}
#three:hover {
    transition: 0.5s ease-in-out;
    transform: scale(1.2);
    background-color: #e5e5e5df;
}
#four:hover {
    transition: 0.5s ease-in-out;
    transform: scale(1.2);
    background-color: #e5e5e5df;
}
#five:hover {
    transition: 0.5s ease-in-out;
    transform: scale(1.2);
    background-color: #e5e5e5df;
}
#six:hover {
    transition: 0.5s ease-in-out;
    transform: scale(1.2);
    background-color: #e5e5e5df;
}
#Contact {
    background-color: #0a2440;
}
#Contact-cont {
    font-family: sans-serif;
    display: flex;
    flex-direction: row;
    gap: 140px;
    padding-bottom: 100px;
}
#fname {
    padding-top: 7px;
    width: 350px;
    height: 100px;
    font-weight: bold;
    color: rgb(173, 172, 172);
    letter-spacing: 2px;
}
#email {
    padding-top: 7px;
    width: 350px;
    height: 100px;
    font-weight: bold;
    color: rgb(173, 172, 172);
    letter-spacing: 2px;
}
#contact {
    padding-top: 7px;
    width: 350px;
    height: 100px;
    font-weight: bold;
    color: rgb(173, 172, 172);
}
.NameAdd-line {
    color: whitesmoke;
    padding-top: 35px;
    font-size: 1.5em;
    border-bottom: 2px solid #ccc;
    transition: border-color 0.3s ease;
}
.txtFnameEmail {
    font-size: 13px;
}
.image-icon {
    margin-top: 180px;
    display: flex;
    flex-direction: row;
    gap: 200px;
    justify-content: right;
    margin-right: 190px;
}
.imgs {
    width: 80px;
    height: 80px;
}

#Contact-txt {
    color: white;
    padding-left: 600px;
}
.highlight {
    display: inline;
    transition: color 0.3s ease;
}
.highlight:hover {
    color: #1e90ff;
}
.NameAdd-line:hover {
    border-color: #1e90ff;
}
.cont-hov1:hover {
    background-color: #ffffff;
    transform: scale(1.1);
    transition: 0.3s;
}
#Education {
    background-color: #020e26;
}
.edu-container {
    display: flex;
    gap: 40px;
    flex-direction: row;
}
#b1 {
    background-color: #071c3b;
    width: 600px;
    height: 250px;
    margin-top: 400px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 30px;
    padding-top: 50px;
    font-family: sans-serif;
}
.year {
    color: #1e90ff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 4px;
}
.strand {
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 2px;
}
.des {
    color: rgba(255, 255, 255, 0.437);
    letter-spacing: 1px;
}
.schooltype {
    color: rgba(255, 255, 255, 0.71);
    font-size: 20px;
    letter-spacing: 1px;
}
#b2 {
    background-color: #157de5;
    width: 1px;
    height: 500px;
    margin-top: 150px;
    color: white;
    border: 1px #0b57ef;
    border-radius: 20px;
}
#b3 {
    background-color: #071c3b;
    width: 600px;
    height: 250px;
    margin-top: 150px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 30px;
    padding-top: 30px;
    font-family: sans-serif;
}
#Educ-txt {
    color: white;
    padding-left: 570px;
}
