:root {
    --bg-color: #151616;
    --text-color: #98a09d;

    --secondary-color: #627b8a;
    --tertiary-color: #656d6a;
    --fourth-color: #3a3f3d;

    scroll-behavior: smooth;
}

body {
    font-family: Roboto, Arial;
    margin: 0px;
    background-color: var(--bg-color);
    color: var(--text-color);
}

/* FONTS */
/* Helvetica Neue (Spotify) */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('/static/fonts/HelveticaNeue-Black.woff2') format('woff2'),
        url('/static/fonts/HelveticaNeue-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/static/fonts/HelveticaNeue-BlackItalic.woff2') format('woff2'),
        url('/static/fonts/HelveticaNeue-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/static/fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('/static/fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/static/fonts/HelveticaNeue-BoldItalic.woff2') format('woff2'),
        url('/static/fonts/HelveticaNeue-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/static/fonts/HelveticaNeue-Heavy.woff2') format('woff2'),
        url('/static/fonts/HelveticaNeue-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/static/fonts/HelveticaNeue-Italic.woff2') format('woff2'),
        url('/static/fonts/HelveticaNeue-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/static/fonts/HelveticaNeue-HeavyItalic.woff2') format('woff2'),
        url('/static/fonts/HelveticaNeue-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/static/fonts/HelveticaNeue-LightItalic.woff2') format('woff2'),
        url('/static/fonts/HelveticaNeue-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/static/fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('/static/fonts/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/static/fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('/static/fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/static/fonts/HelveticaNeue-MediumItalic.woff2') format('woff2'),
        url('/static/fonts/HelveticaNeue-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/static/fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('/static/fonts/HelveticaNeue-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/static/fonts/HelveticaNeue-Thin.woff2') format('woff2'),
        url('/static/fonts/HelveticaNeue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/static/fonts/HelveticaNeue-ThinItalic.woff2') format('woff2'),
        url('/static/fonts/HelveticaNeue-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/static/fonts/HelveticaNeue-UltraLight.woff2') format('woff2'),
        url('/static/fonts/HelveticaNeue-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/static/fonts/HelveticaNeue-UltraLightItalic.woff2') format('woff2'),
        url('/static/fonts/HelveticaNeue-UltraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

.helvetica-neue {
    font-family: 'Helvetica Neue';
}
/* END FONTS -- Generated with the help of https://transfonter.org/ */

/* MUSIC SECTION */
.music {
    background: linear-gradient(180deg, var(--bg-color) 0%, #702525 22%, var(--bg-color) 35%, #ac837b 45%, var(--bg-color) 63%, #93ed48 85%, var(--bg-color));
    color: #000;
    font-family: 'Helvetica Neue';
    padding: 50px 18px;

    display: flex;
    flex-direction: column;
    gap: 40px;
}

.music > * {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #000;
    backdrop-filter: blur(10px);
    display: flex;
    gap: 10px;
    max-width: 700px;
    transition: all ease-in-out 0.3s;
    align-self: center;
    width: 100%;
}

.music > *:hover {
    transform: scale(105%);
}

.music > #frenchexit {
    border: solid 2px #e84e4eb4;
    background-color: #e84e4e41;
}

.music > #trick {
    border: solid 2px #ac837bb4;
    background-color: #785c5641;
}

.music > #dsu {
    border: solid 2px #4cd35bb4;
    background-color: #93ed4841;
}

.music .title-data {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.music .player-bar {
    margin: 10px;
    min-height: 5px;
    min-width: 100%;
    background-color: #00000099;
    border-radius: 10px;
}

.music .player-options {
    display: flex;
    justify-content: center;
    gap: 15px;
}
/* END MUSIC RELATED */

/* TEXT RELATED */
.text-center {
    text-align: center;
}
/* END TEXT RELATED */

/* LINK RELATED */
a {
    text-decoration: none;
    color: inherit;
}
/* END LINK RELATED */

/* ELEMENTS RELATED */
hr {
    max-width: 600px;
    margin: 0% 25%;
    color: var(--fourth-color);
    display: flex;
}
/* END ELEMENTS RELATED */

/* HERO */
#hero {
    min-height: 100vh;
    min-width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* @keyframes pfpanim {
    0% {
        box-shadow: 0px 5px 10px rgb(77, 17, 17);
    }
    20% {
        box-shadow: 2px -5px 13px rgb(48, 17, 77);
    }
    50% {
        box-shadow: 7px 3px 8px rgb(17, 77, 62);
    }
    75% {
        box-shadow: 0px -9px 10px rgb(11, 54, 17);
    }
    90% {
        box-shadow: -9px -3px 10px rgb(37, 37, 117);
    }
    100% {
        box-shadow: 0px 5px 10px rgb(77, 17, 17);
    }
} */

#hero .bg {
    max-width: 1200px;
    /* max-height: 80vh; */
}

#hero .bg p {
    display: flex;
    flex-wrap: wrap;
    word-wrap: break-word;
}

#hero .bg p > span {
    color: #222222;
    position: relative;
    width: 30px;
    height: 30px;
    transition: all ease-in-out 0.1s;

    &:hover {
        font-size: 125%;
    }
}

#hero .info {
    text-align: center;
    position: absolute;
}

#hero .info > img {
    border-radius: 100px;
    transition: all ease-in-out 1.5s;

    box-shadow: 0px 5px 10px rgb(77, 17, 17);
}

#hero .info > * {
    margin: 3px
}

#hero #down {
    position: absolute;
    bottom: 5%;
}

.container {
    max-width: 1270px;
    padding: 4px;

    --gutter-x: 1.5rem;
    --gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--gutter-x) * .5);
    padding-left: calc(var(--gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

/* NAVBAR RELATED */
nav {
    display: flex;
    float: right;
    align-items: center;
    padding: 5px 20px;
}

nav > * {
    font-weight: 600;
    transition: all ease-in-out 1s;
}

nav .fa {
    font-size: 2rem;
}

nav .sep {
    padding: 0px 20px;
    color: var(--tertiary-color);
}
nav .sep > i {
    font-size: 0.5rem !important;
}
/* END NAVBAR RELATED */

/* ABOUT */
#about {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

#about img {
    height: 300px;
}

#about .socials {
    margin: 20px;
    font-size: 155%;
}
#about .socials > a {
    margin: 0px 5px;
    transition: all ease-in-out 1s;
}
/* END ABOUT */

/* PROJECTS */
#projects {
    display: grid;
    grid-template-columns: auto auto;
}

@media screen and (max-width: 600px) {
    #projects {
        grid-template-columns: auto;
    }

    #about {
        flex-direction: column;
    }
    #about .logo {
        display: flex;
        justify-content: center;
    }
    #about img {
        height: 175px;
    }
}

#projects > * {
    margin: 10px;
    padding: 20px;
    background-color: rgba(55, 20, 136, 0.377);
    border-radius: 10px;
    border: solid 2px rgba(69, 30, 158, 0.658);
    transition: all ease-in-out 0.5s;
    display: flex;
    flex-direction: row;
}

#projects > *:hover {
    transform: scale(105%);
}

#projects .info {
    color: rgba(255, 255, 255, 0.788);
    padding: 0px 8px;
}
#projects > * .logo img {
    height: 80px;
}

#projects > * h3, p {
    margin: 3px;
}

#projects .links {
    margin: 8px
}

.upcoming {
    background-color: #f0b83ebd;
    font-size: 75%;
    padding: 3px 7px;
    border-radius: 8px
}
/* END PROJECTS */

/* BUTTONS */
.btn {
    margin: 2px;
    padding: 5px 10px;
    background-color: var(--secondary-color);
    color: white;
    border-radius: 6px;
    font-family: 'Helvetica Neue';
    transition: all ease-in-out 0.2s;
}

.btn:hover {
    transform: translateY(-3px);
}

.btn-github {
    background-color: #0d1117;
}

.btn-disabled {
    opacity: 50%;
}
.btn-transparent {
    background-color: transparent;
    border: none
}
/* END BUTTONS */

/* FOOTER */
#footer {
    padding: 25px;
    color: var(--fourth-color);
}
/* END FOOTER */

/* CONTACT SECTION */
#contact {
    margin: 60px 0px
}
/* END CONTACT SECTION */