body{
    background-size: cover;
    background-color: #000000e0;
    height: 200vh;
    background-image: url(assets/sl_0210121_40570_43.jpg);
    background-repeat: no-repeat;
    height: 150vh;
    background-attachment: fixed;
}

html, body {
  max-width: 100%;
}


html{
    scroll-behavior: smooth;
}

*{
    margin: 0;
    padding: 0;
}

#dResume{
    width: 15vw;
    background-color: blue;
    color: white;
    height: 35px;
    width: 133px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
#dark-mode {
    position: relative;
    font-weight: bold;
    display: flex;
    background-color: rgb(30 30 39);
    border: none;
    justify-content: space-between;
    border-radius: 22px;
    height: 28px;
    color: #f0f0f0;
    margin-top: 4px;
    /* box-shadow: inset 3px 3px 4px 3px #54545461; */
    align-items: center;
    width: 60px;
    cursor: pointer;
    margin-left: 20px;
    transition: 1s ease;
    border: 1px solid #707070;
}
#toggleImgContainer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: inherit;
    z-index: 1;
}
#modeTxt{
    margin-right: 3px;
}
#dark-mode img{
    width: 15px;
}
nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* background-color: rgb(0, 0, 0); */
    color: white;
    height: 60px;
    transition: .5s ease;
    /* box-shadow: 0px 0px 10px 0px #0300b663; */
    /* position: fixed; */
    width: 100%;
    z-index: 1;
    transition: 0.3s ease-in;
    border: none;
}

li{
    list-style-type: none;
    margin: 5px;
    cursor: pointer;
}
/* li:hover{
    color:rgb(192, 4, 192);
} */
ul{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
#round {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-left: 1px;
    transition: 1s;
    position: absolute;
    margin: 3px;
    margin-left: 2px;
}
li img{
    width: 38px;
}
#profileContainer img{
    width: 17vw;
}
#profileDesc{
    margin-bottom: 10px;
}
#socialContainer img {
    width: 23px;
    cursor: pointer;
    margin-top: 3px;
}
.imgRound{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 3px;
}
.imgRound:hover{
    background-color: rgb(255 174 0);
    transition: 0.3s ease-in;
    border: none;
}
#socialContainer{
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}
#logo-name{
    font-weight: bolder;
    font-family: sans-serif;
}
main {
    padding: 35px 130px;
}
#profileContainer{
    display: flex;
    align-items: center;
    width: 20vw;
    height: 100%;
    flex-direction: column;
    background-color: rgb(30 30 39);
    border-radius: 10px;
    color: white;
    padding: 15px;
    border: 1px solid #585858;
    opacity: 0.9;
    padding-top: 20px;
    gap: 10px;
    padding-bottom: 25px;
}
#leftContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28vw;
    height: 80vh;
    position: fixed;
    gap: 15px;
}
#navAncer{
    display: flex;
    justify-content: center;
    align-items: center;
}
.container{
    width: 70vw;
    height: 100vh;
    border: 1px solid red;
}
#homePage {
    /* display: flex; */
    /* justify-content: space-around; */
    /* position: relative; */
    /* top: 12vh; */
}
#mainContainer{
    width: 44vw;
    height: 40vh;
    /* border: 1px solid rgb(75, 75, 75); */
    position: relative;
    left: 30vw;
}
#downloadResume {
    padding: 12px;
    font-size: 1vw;
    background-color: #e4ae00;
    color: black;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-weight:500;
}
#downloadResume:hover{
    border: 1px solid white;
    transition: 0.3s ease-in;
    background-color: rgba(255, 255, 255, 0);
    color: white;
}
footer{
    position: fixed;
    bottom: 36px;
}
#navigationLinks{
    width: 5vw;
    height: 80vh;
    gap: 10px;
}
.navlinks{
    width: 62px;
    height: 62px;
    border: 1px solid white;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px;
    border-radius: 7px;
    cursor: pointer;
    background-color: #3737378c;
}
.navImgContainer{
    position: absolute;
    /* background-color: black; */
    width: 60px;
    height: 60px;
    z-index: 1;
    /* background-image: url("home-img.png"); */
    /* background-size: 35px;
    background-repeat: no-repeat;
    background-position:center; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.navImgContainer img{
    width: 45px;
}
.secondary{
    position: absolute;
    /* background-color: yellow; */
    color: white;
    width: 60px;
    height: 60px;
    border: 1px solid black;
    transition: 0.3s ease;
    z-index: -1;
    
}
.navTxt {
    display: none;
}

.navlinks:hover .navTxt {
    display: block;
    color: black;
}
#navAncer:hover + .secondary{
    margin-left: 210px;
    border-radius: 5px;
    width: 130px;
    z-index: 1;
    display: block;
    border: none;
    transition: 0.3s ease-in;
    background-color: rgb(255 174 0);
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-weight:700;
    font-size: 1.3vw;
}
.navHome{
    background-color: rgb(255 174 0);
}
.navlinks:hover{
    background-color: rgb(255 174 0);
}
#profileContainer h2{
    font-family:Arial, Helvetica, sans-serif;
}
p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#profileDesc {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding: 0px 22px;
}

#goTopButton {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #f3fb23;
    position: fixed;
    right: 3vw;
    bottom: 4vh;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
#goTopButton img{
    width: 2.2vw;
}
footer {
    color: white;
    bottom: 0px;
    width: inherit;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
}

