
@font-face{
    font-family: 'Aquire';
    src: url(../fonts/Aquire-BW0ox.otf);
    font-style:normal;
    font-weight: 100;

}

@font-face{
    font-family: 'Tempest';
    src: url(../fonts/TempestApache-a3OJ.otf);
    font-style:normal;
    font-weight: 100;

}

@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@500&display=swap');

/* Colors:
#33ff44
#1c8024
#BCBDC0
*/

html,
body{
    height: 100vh;
    font-family: 'Poppins';
    color: white;
    background:black;
}

canvas {
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
}
.container{
    position:absolute;
    z-index: 1;
    width: 100%;
    height: 100vh;
    display: grid;
    justify-content: center;
}
menu{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
h1{
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    font-size: 20px;
}
h1 a{
    text-decoration:none;
    width: 100%;
    font-size: 4em;
    font-family: Aquire;
    color: #34eb43;
    text-align: center;
    cursor: pointer;
   
}
nav{
    position: relative;
    display: flex;
    width: 100%;
    padding-top: 0em;
    gap: 6em;
    text-align: center;
    justify-content: center;
    font-size: 15px;

}
.small-link {
    text-decoration:none;
    transform: translate(50%,-50%);
    transform: skew(-5deg) rotate(-5deg);
    text-transform: uppercase;
    font-family: Tempest;
    font-size: 4em;
    font-weight: 700;
    color: #34eb43;
    background-color: transparent;
    border: transparent;
    text-shadow: 
        1px 1px 1px #1c8024,
        1px 2px 1px #1c8024,
        1px 3px 1px #1c8024,
        1px 4px 1px #1c8024,
        1px 5px 1px #1c8024,
        1px 6px 1px #1c8024,
        1px 7px 1px #1c8024,
        1px 8px 1px #1c8024,
        1px 9px 1px #1c8024,
        1px 10px 1px #1c8024,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);
}
.small-link:hover{
    color: #33ff44;
    font-size: 5em;
    text-shadow: 
    1px 2px 1px #1c8024,
    1px 3px 1px #1c8024,
    1px 4px 1px #1c8024,
    1px 5px 1px #1c8024,
    1px 6px 1px #1c8024,
    1px 7px 1px #1c8024,
    1px 8px 1px #1c8024,
    1px 9px 1px #1c8024,

    1px 10px 1px #1c8024,
    1px 20px 1px #1c8024,
    1px 30px 1px #1c8024,
    1px 40px 1px #1c8024,
    1px 50px 1px #1c8024,
    1px 60px 1px #1c8024,
    1px 70px 1px #1c8024,
    1px 80px 1px #1c8024,
    1px 90px 1px #1c8024,
    1px 100px 1px #1c8024,
1px 18px 6px rgba(16,16,16,0.4),
1px 22px 10px rgba(16,16,16,0.2),
1px 25px 35px rgba(16,16,16,0.2),
1px 30px 60px rgba(16,16,16,0.4);
}

.projects{
    margin-top: 150px;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}
.card{
    /* border: 5px solid white; */
    box-shadow: 0px 0px 50px 1px  #1f1f1f ;
    border-radius: 20px;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    position: auto;
    display: grid;
    grid-auto-rows: auto;
    grid-gap: 0px;
    text-align: left;
    padding: 0px 0px 20px 0px;
    z-index: -1;
    overflow: hidden;
    background-color: #151515;

}

.read-more{
    text-decoration: none;

}

.read-more:hover ~ project-title:after{
    opacity: 1 !important;
}

.card .read-more img{
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    z-index: 0;
    border-radius: 0px;
    max-height: 500px;
}
.project-title{
    color:#34eb43;
    padding-top: 20px;
    font-size: 3em;
    font-family: Aquire;
    margin: 0px 30px 15px 30px;
}
.project-title::after{
    opacity: 0;
    color:#34eb43;
    content: "🡕";
    position: absolute;
    overflow: hidden;
    font-size: 2em;
    margin-top: -0px;
    margin-left: -50px;
}
.project-title:hover:after{
    opacity: 1;
    margin-left: -0px;
    margin-top: -40px;
    transition: all 0.1s ease;

}

.project-title:hover{
font-size: 3.1em;
transition: all 0.1s ease

}

.project-content h3{
    color:#1c8024;
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 0px;
    font-family: Tempest;
    position: relative;
}



.project-content{
    font-size: 20px;
    font-family: 'Spartan', sans-serif;
    line-height: 30px;
    margin: 0 30px;
    width: 100;
    /* height: 200px */
}