
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Monoton&family=Quantico:wght@700&family=Roboto:wght@100&family=Russo+One&family=Source+Code+Pro:wght@600&family=Tourney:wght@100;300;500&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Audiowide&family=Monoton&family=Quantico:wght@700&family=Roboto:wght@100&family=Russo+One&family=Source+Code+Pro:wght@600&family=Tourney:wght@100;300;500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300&family=Roboto+Slab:wght@300&family=Sora:wght@300;500;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300&family=Sora:wght@300;500;800&display=swap');

* {
    margin: 0;
    padding: 0;
}

body{
    background-image: url(assets/bg.png);
    background-position: fixed;
    background-attachment:fixed;
    /* background: black; */
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    color: whitesmoke;
    font-family: 'Source Code Pro', monospace;
    
}

html{
    scroll-behavior: smooth;
}

p{

}

a, .btn{
    transition: all 300ms ease;
}

nav, .n-links{
    display: flex;
}

nav{
    justify-content: space-around;
    align-items: center;
    height: 17vh;
}

.n-links{
    gap: 2rem;
    list-style: none;
    font-size: 2rem;
}

a{
    color: #86C232;
    text-decoration: none;

}

a:hover{
    color: #61892F;
}

.logo{
    font-size: 2.5rem;
}

.logo:hover{
    cursor: default;
}

#h-nav{
    display: none;
}

.h-menu{
    position: relative;
    display: inline-block;
}

.h-icon{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 24px;
    width: 30px;
    cursor: pointer;
}

.h-icon span{
    width: 100%;
    height: 2px;
    background-color: whitesmoke;
    transition: all 0.3 ease-in-out;
}

.m-links{
    position: absolute;
    top: 100%;
    right: 0;
    width: fit-content;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3 ease-in-out;
    background-image:url(assets/bg.png) ;
}

.m-links a{
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 1.5rem;
    color: whitesmoke;
    text-decoration: none;
    transition: all 0.3 ease-in-out;
}

.m-links li{
    list-style: none;

}

.m-links.open{
    max-height: 300px;
}

.h-icon.open span:first-child {
    transform: rotate(45deg) translate(10px, 5px);
}

.h-icon.open span:nth-child(2) {
    opacity: 0;
}

.h-icon.open span:last-child {
    transform: rotate(-45deg) translate(10px, -5px);
}

.h-icon span:first-child{
    transform: none;
}

.h-icon span:first-child{
    opacity: none;
}

.h-icon span:first-child{
    transform: none;
}

section{
    padding-top: 4vh;
    height: 96vh;
    margin: 0 10rem;
    box-sizing: border-box;
    min-height: fit-content;
}

.sec-cont{
    display: flex;
}

#pf{
    display: flex;
    justify-content: center;
    gap: 5rem;
    height: 80vh;
}

.s_pic-c{
    display: flex;
    height: 520px;
    width: 520px;
    margin: auto 0;
}

.s_text{
    margin-top: 4rem;
    align-self: center;
    text-align: center;
    font-family: 'Sora', sans-serif;
}

.s_text p{
    font-weight: 600;
}

.s__t_p1, .s__t_p2{
    color: #cccccc;
    text-align: center;
    font-size: 2.75rem;
    margin-bottom: 1rem;
}

.title{
    text-align: center;
    font-size: 6rem;
    margin-bottom: 1rem;
    color: #86C232;
}

.s-cont{
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    gap: 1rem;
}

.icon{
    cursor: pointer;
    height: 2rem;
    margin-top: 1.5rem;
}

.icon1{
    margin-right: 1rem;
}

.btn-container{
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.btn{
    font-weight: 600;
    transition: all 300ms ease;
    padding: 1rem;
    width: 8rem;
    border-radius: 2rem;
}

.btn-color-1, .btn-color-2{
    border: #86C232 0.2rem solid;
}

.btn-color-1:hover, .btn-color-2:hover{
    border: #86C232 0.2rem solid;
    cursor: pointer;
}

.btn-color-2{
    background: none;
    color: whitesmoke;
}

.btn-color-1, .btn-color-2:hover{
    background: #86C232;
    color: black;
}

.btn-color-1:hover{
    border: #61892F;
    background: #61892F;
}

#about{
    margin-top: 10rem;
    position: relative;
}


.arrow1{
    height: 5rem;
    position: absolute;
    right: 4rem;
    bottom: 3.5rem;
}

.arrow{
    height: 5rem;
    position: absolute;
    right: -5rem;
    bottom: 2rem;
}


.arrow2{
    height: 5rem;
    position: absolute;
    right: -5rem;
    bottom: 3rem;
}


.a-c{
    gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.a-d-c{
    margin-top: 5rem ;
    justify-content: center;
    flex-direction: column;
}

.t-cont{
    margin-top: 5rem;
    font-family: 'Prompt', sans-serif;
}

.sec__p-cont{
    margin: auto 0;
    margin-top: -4rem;
}

.d-c{
    padding: 1.5rem;
    flex: 1;
    border-radius: 2rem;
    border: #86C232 0.2rem solid;
    text-align: center;
}

.sec-cont{
    gap: 4rem;
    height: 80%;
}

.w-co{
    margin-top: 3rem;
    width: fit-content;
}

.h-co{
    text-align: center;
    margin-right: 2rem;
    /* margin: auto 0; */
    color: #86C232;
    width: fit-content;
}

.w-co, .we-t{
    display: flex;  
}

.pr-t{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 2rem;
    width: auto;
    height: auto;
}

#experience{
    position: relative;
}

.g{
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.git{
    margin-bottom: 2.5rem;
}

h3{
    color: #86C232;
    font-size: 1.5rem;
}

#skills{
    position: relative;
}

.e-d-c{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.dr-c{
    /* width: 100vh; */
    padding: 2rem;
    flex: 1;
    border-radius: 2rem;
    border: #86C232 0.2rem solid;
    flex: 1;
    text-align: center;
    justify-content: center;
}

.ar-con {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 2.5rem;
    justify-content: space-around;
    column-count: 3; /* Adjust the number of columns as needed */
    column-gap: 2.5rem;
}

article{
    display: inline-block;
    width: 15rem;
    justify-content: space-around;
    gap: 0.5rem;
}

article .icon{
    cursor: default;
    margin-top: -1.5rem;
}   

.arrow3{
    height: 5rem;
    position: absolute;
    right: -5rem;
    bottom: 3rem;
}

#contact{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.con-info-upper-container{
    display: flex;
    border-radius: 4rem;
    border:#86C232 0.2rem solid;
    margin: 2rem auto;
    box-sizing: border-box; 
    width: auto;
    justify-content: center;
    padding: 0;
    align-items: center;
}

.c-i-c{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem;
}

.c-i-c p{
    font-size: larger;
}

.ic{
    cursor: default;
}

footer{
    margin: -5rem 1rem;
    font-family: 'Libre Baskerville', serif;
}

footer p{
    text-align: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: gray;
}




.cybersecurity-projects, .p-c {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem; /* Add space between each project item */
    padding: 2rem 0; /* Add padding to the overall project section */
}

.project-item {
    margin-bottom: 1rem; /* Add bottom margin to separate items */
    max-width: 1400px;
    text-align: center;
}

.project-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #86C232;
    margin-bottom: 0.5rem; /* Space between title and description */
}

.project-item p {
    font-size: 1rem;
    color: #C0C0C0;
}

