
:root{
    --mainBGcolor: #005f00cc;
    --secundaryColor: #00ff0050;
    --neon-green: rgba(57, 255, 20, 0.8);
}

*{
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scrollbar-width: auto;
}

*::-webkit-scrollbar {
    width: 20px;
}

*::-webkit-scrollbar-track {
    background: #000000;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--secondary);
    border-radius: 10px;
}

a{
    text-decoration: none;
    color: white !important;
}

p{
    color: white;
    font-weight: 400;
    font-size: 32px;
}

h1 {
    color: white;
    font-weight: 600;
    font-size: 64px;
    margin: 0 10 10 0;
}

h2{
    color: white;
    font-weight: 600;
    font-size: 36px;
    margin: 0 10 10 0;
}

.space-grotesk-Font {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

canvas{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

html {
    font-family: "Space Grotesk", sans-serif;
    background: black;
    height: 100%;
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    
}

nav {
    position: relative; 
    top: 0;
    width: 100%;
    padding: 1.5rem;
    z-index: 1000;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

nav a {
    color: var(--neon-green);
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}

nav a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--neon-green);
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(1.2);
}

nav a:hover::before {
    opacity: 1;
    transform: scale(1);
}

nav a:hover {
    background: rgba(57, 255, 20, 0.1);
    box-shadow: 0 0 20px rgba(57, 255, 20, 0.2);
}

.homePageText{
    position: absolute;
    left: 550px;
    top: 150px;
    height: auto;
    width: 50%;
    padding: 40px;
    background-color: var(--mainBGcolor);
    border-radius: 20px;
}

.oprStarfall > a{
    width: fit-content;
    height: auto;
    padding: 20px;

    background-color: var(--mainBGcolor);
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.oprStarfallInner > a{
    width: fit-content;
    height: auto;
    padding: 20px;

    background-color: var(--mainBGcolor);
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.wrapper{
    width: 100%;
    height: fit-content;
    display: grid;
}

.oprStarfall{
    justify-self: center;    
    width:  800px;
    margin-left: 10%;
    margin-right: 10%;

}

.oprStarfallInner{
    justify-self: center;    
    width:  fit-content;
    margin-left: 10%;
    margin-right: 10%;

}

.oprStarfall > a > p{
    margin: 20px ;
}

.containContainers{

    height: auto;
    width: auto;
    display: flex;
    height: auto;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.projContainer{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: var(--mainBGcolor);
    width: 450px;
    height: 350px;
    margin: 30px;
    border-radius: 10px;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

.projContainer > img{
    max-width: 80%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.NeoNProj{
    flex-wrap: nowrap !important;
    padding: 20px;
    justify-content: space-between;
}

.NeoNProj > h2{
    justify-self: flex-end !important;
    margin-bottom: 20px;
}

.textThumbnail{
    display: flex;
    flex-direction: column;
    width: 70%;
    height: 100%;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
}

.textThumbnail > img{
    width: 80%;
    border-radius: 10px;
    margin: 10px;
}

.textThumbnail > h2{
    font-size: 36px;
    margin: 10px;
    display: flex;
}

.iconHolder{
    display: flex;
    flex-direction: column;
    height: 400px;
    overflow-wrap: normal;
    align-self: flex-start;
}

.iconHolder > i{
    font-size: 72px;
    margin-top: 20px;

}

.mainwrapper{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: fit-content;
    width: 100%;
    margin-bottom: 50px;
}

.prjcontent{
    background-color: var(--mainBGcolor);
    flex-direction: column;
    height: fit-content;
    width: 80%;
    border-radius: 40px;
    display: flex;
    padding: 30px;
}

.prjcontent img{
    max-width: 35%;
    object-fit: contain;
}
.aboutme{
    display: flex;
    flex-direction: row;
}

.aboutme > img{
    align-self: flex-start;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    max-width: 20%;
}

.aboutMeTXT{
    margin: 20px;
}

.imgTitle{
    flex-direction: row;
    margin-bottom: 30px;
}

.imgTitle > img{
    float: left;
    max-height: 350px;
    margin: 5px;
    margin-right: 20px;
    border-top-left-radius: 20px;
}

.Divdivider{
    border-color: var(--secundaryColor) 
}

.feature1TXT, .feature2TXT, .feature4TXT{
    margin-left: 20px;
    margin-right: 20px;
}

.feature1{
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-direction: row;
}

.feature2{
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-direction: row-reverse;
}

.feature3{
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-direction: row;
}

.feature4{
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-direction: row-reverse;
}

.imgGroup2 > img{
    max-width: 500px;
}

.codeGroupOf2{
    flex-direction: column;
    margin: 10px;
}

.imgGroup2{
    display: flex;
    flex-direction: column;
}

.EmailA{
    text-decoration: underline;
    color: #5C9E5C !important;
}


.GithubIcon, .LinkedinIcon{
    height: 80px;
    color: #000000;
}

.socials{
    display: flex;
    justify-content: space-evenly;
}

.socials > a > i{
    font-size: 75px;
    color: #000000;
}



 




