@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translate(0%, 0%) scale(0.7);
    }

    100% {
        opacity: 1;
        transform: translate(0%, -50%) scale(1);
    }
}

@keyframes fade-right {
    0% {
        opacity: 0;
        transform: translateX(0%) scale(0.9);
    }

    100% {
        opacity: 1;
        transform: translateX(5%) scale(1);
    }
}

@keyframes appear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes disappear {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@font-face {
    font-family: 'chamos'; /* Name your font */
    src: url('/assets/fonts/chamos.ttf') format('truetype'); /* Specify the path to your font file */
}

body {
    height: 100vh;
    width: 100vh;
    background-color: rgb(9, 14, 0);
    margin: 0rem; 
    overflow: hidden;
}

.btn-primary {
    background-color: rgb(219, 84, 97);
    border-color: rgb(219, 84, 97);
}

.btn-primary:hover {
    background-color: rgb(212, 53, 69);
    border-color: rgb(212, 53, 69);
    font-weight: bold;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:visited, .btn-primary:focus-visible
.btn-primary:focus-within, .btn-primary:target, .btn-primary.active {
    background-color: rgb(202, 43, 59);
    border-color: rgb(202, 43, 59);
    font-weight: bold;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus,
.btn-primary:focus-visible, .btn-primary:focus-within, .btn-primary:visited,
.btn-primary:target, .btn-primary.active {
    color: rgb(241, 237, 238);
    font-family: "chamos";
}

.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.helper {
     width: 80%;
     margin: 0 auto;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     background-color: rgb(9, 14, 0);
     padding: 2vw;
     animation: appear 1.2s;
     border: 0px;
}

.help-hidden {
    display: none !important;
}

.help-title > h1 {
    color: rgb(219, 84, 97) !important;
    font-family: 'chamos';
    font-weight: bolder;
    animation: fade-right 0.75s ease both;
}

.help-text {
    color: rgb(241, 237, 238) !important;
    font-family: 'chamos';
    font-weight: bolder;
    animation: fade-right 1s ease both;
}

.img-container {
    position: relative;
    width: 40vmin;
    height: 56vmin;
    overflow: hidden;
    transition: 0.7s;
    overflow: hidden;
    animation: appear 1s ease both;
    cursor: pointer;
}

.tech {
    width: 100px;
    height: 100px;
    user-select: none;
}

.logo-tech {
    padding-top: 5vh;
    padding-left: 3vw;
    padding-right: 3vw;
    cursor: pointer;
}

.logo-tech:hover {
    transition: 500ms;
    transform: scale(1.15);
}

.info {
    animation: appear 0.8s;
}

.linker {
    cursor: pointer;
}

.linker:hover {
    transition: 500ms;
    transform: scale(1.15);
}

.content {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.col-auto {
    text-align: center;
}

.linker > img {
    display: block;
    margin: 0 auto;
}

.content {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.text-center {
    padding-top: 2vh;
    font-weight: bold;
}

.img-container > .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    user-select: none;
    position: relative;
}

.img-container > .text {
    position: absolute;
    top: 50%;
    left: 50%;
    user-select: none;
    transform: translate(-50%, -50%);
    color: rgb(241, 237, 238);
    opacity: 0;
    transition: 0.7s;
    z-index: 1;
    font-size: 1.5vw;
    font-weight: bolder;
    font-family: 'chamos';
}

#project-track {
    pointer-events: auto;
    display: flex;
    gap: 4vmin;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(0%, -50%);
    animation: fade-up 0.8s ease both;
}

.logo {
    width: 4vw;
    height: 5vw;
    padding: 0.5vw;
    animation: fade-right 1s ease both;
    cursor: pointer;
    z-index: 10;
    user-select: none;
}

.rotated {
    animation: rotate 1.5s ease both;
}

.img-container:hover {
    transform: scale(1.15);
}

.img-container:hover > .image {
    opacity: 0.6 !important;
    transition: opacity 500ms;
}

.img-container:hover > .text {
    opacity: 1;
}

.hidden {
    display: none;
}

.fade {
    animation: disappear 1.5s ease both;
    pointer-events: none;
}

.pic {
    width: 205px;
    height: 205px;
}

.curr {
    padding-bottom: 2vh;
}

.card {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(75, 79, 64, 0.2);
    box-shadow: 0vmin 1vmin 4vmin rgb(0 0 0 / 80%);
    border-radius: 10px;
    padding: 2vw;
    animation: appear 1.2s;
    border: 0px;
}

.help-card {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    padding: 2vw;
    animation: appear 1.2s;
    border: 0px;
}

.card > img {
    max-width: 100%;
}

h1 {
    color: rgb(241, 237, 238);
    font-family: 'chamos';
    user-select: none;
}

h2 {
    color: rgb(241, 237, 238);
    font-family: 'chamos';
    user-select: none;
}

h3 {
    color: rgb(241, 237, 238);
    font-family: 'chamos';
    user-select: none;
}

.theme {
    color: rgb(219, 84, 97);
    font-weight: bold;
}

img {
    user-select: none;
}

#menu {
    align-items: center;
    display: flex;
    height: 50vh;
    width: 50vw;
    animation: fade-right 1.5s ease both;
    z-index: 8;
}

.contact-help {
    text-decoration: underline !important;
    opacity: 0.8 !important;
    color: rgb(241, 237, 238);
    font-weight: bolder;
}

.contact-help:hover {
    opacity: 1 !important;
    color: rgb(241, 237, 238);
}

.menu-item {
    color: rgb(241, 237, 238);
    font-size: clamp(0.5rem, 3vw, 3rem);
    font-family: 'chamos';

    display: block;
    text-decoration: none;
    padding: clamp(0.25rem, 0.5vw, 1rem) 0rem;
    transition: opacity 400ms ease;
    z-index: 8;
    animation: fade-right 1.5s ease both;

    cursor: pointer;
    user-select: none;
}

#menu-items {
    margin-left: clamp(2rem, 10vw, 24rem);
    position: relative;
    z-index: 8;
    animation: fade-right 1.5s ease both;
}

#menu-items:hover > .menu-item {
    opacity: 0.3 !important;
}

#menu-items:hover > .menu-item:hover {
    opacity: 1 !important;
    color: rgb(241, 237, 238);
}

.help {
    color: rgb(219, 84, 97);
}

#menu-items:hover > .help:hover {
    opacity: 1 !important;
    color: rgb(219, 84, 97) !important;
}

#icon-rack {
    pointer-events: auto;
    display: flex;
    gap: 4vmin;
    position: absolute;
    right: 3vw;
    top: 3vh;
    animation: fade-right 0.8s ease both;

.icon {
    position: relative;
    width: 5vmin;
    height: 5vmin;
    overflow: hidden;
    transition: 0.7s;
    overflow: hidden;
    cursor: pointer;
}
