@charset "UTF-8";

/*
* MEFAMEX WEBSITE (https://mefamex.com/)
* Generated by Mefamex 
* Created on  : 2024-08-20 
* Last update : 2025-08-10-T00:00:00Z 
* Copyright 2024 Mefamex
* Licensed under MIT (https://github.com/Mefamex/)
* This css file is for the contact page of the Mefamex website.
* Title : style.css
*/

* {
    scroll-behavior: smooth;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    box-sizing: border-box;
    transition: all 0.1s ease;
}

body {
    background-color: rgb(15 15 15);
    color: rgb(241, 241, 241);
}

main {
    width: 100%;
    height: 100%;
    min-height: 70vh;
    margin: 0 auto 5rem auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    color: rgb(241, 241, 241);
    align-self: center;
    justify-self: center;
}

main h1 {
    font-size: 3rem;
    margin-block-end: 1rem;
}

main #page-description {
    margin: 0;
    width: 90%;
    text-align: center;
    font-size: clamp(0.8em, 1.1vw, 1.1em);
}

main #mainCenter {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    max-width: 99vw;
    margin: 3rem auto 0 auto;
    align-items: center;
    justify-content: flex-start;
}



/*
*
*
*
*
*
*/
main #divSocial {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: fit-content;
    gap: 10vh;
}


main .socialCards {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 100%;
    font-size: clamp(0.8em, 1vw, 1em);
}

main .socialCards ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    gap: 2em;
}

main .socialCards li {
    position: relative;
    display: flex;
    margin: 0.6rem;
    padding: 0.08rem;
    width: 7em;
    height: 7em;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 1rem;
    /*box-shadow: 0 0 0.5rem rgba(0, 255, 255, 0.5);*/
    transition: all 0.3s ease;
    background-color: rgba(80, 220, 255, 0.06);
    box-shadow:
        0 0.6rem 1.5rem rgba(0, 120, 160, 0.1),
        inset 0 0.1rem 0 rgba(255, 255, 255, 0.05),
        0 0 1rem rgba(0, 200, 255, 0.12);
}

main .socialCards li a {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    align-items: center;
    padding: 0.5em;
    border-radius: inherit;
    justify-content: center;
    color: rgb(186, 186, 186);
    text-decoration: none;
    background-color: rgb(0, 30, 30);
    background-image: radial-gradient(circle at 50% 40%, rgba(139, 238, 255, 0.148) 0%, transparent 50%);
}

main .socialCards li::before {
    position: absolute;
    content: "";
    display: block;
    top: 0%;
    left: 0%;
    width: 3em;
    height: 3em;
    border-radius: 100%;
    background-color: rgb(90, 27, 0);
    pointer-events: none;
    transform: translate(-50%, -50%);
    transform-origin: center;
    animation: donder linear infinite;
    animation-duration: var(--donder-duration, 4s);
    animation-play-state: running;
    transition: all 0.3s ease;
}

main .socialCards li:hover {
    padding: 0.15em;
    filter: brightness(1.2) !important;
    scale: 1.05;
}

main .socialCards li:hover::before {
    width: 300%;
    height: 300%;
    animation-play-state: paused !important;
    transition-duration: 0.7s;
}

main .socialCards li.donder-reset::before {
    animation: none !important;
}

@keyframes donder {
    0% {
        top: 0%;
        left: 0%;
    }

    25% {
        top: 90%;
        left: 0%;
    }

    50% {
        top: 100%;
        left: 90%;
    }

    75% {
        top: 10%;
        left: 100%;
    }

    100% {
        top: 0%;
        left: 10%;
    }
}

main .socialCards picture {
    width: fit-content;
    height: fit-content;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0.5rem;
}

main .socialCards picture img {
    width: 3em;
    height: 3em;
    max-width: 100%;
    object-fit: contain;
    filter: invert(100%);
}

main .socialCards small {
    font-size: 1em;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
}



main #socialAlternatives {
    font-size: 0.6em;
    width: fit-content !important;
}

main #socialAlternatives ul {
    gap: 1rem;
}

main #socialAlternatives li {
    filter: brightness(0.6);
}

/*
*
*
*
*
*
*/
main #divContact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 1rem;
    margin-top: 15vh;
    max-width: 95%;
    border-radius: 1rem;
    background-color: rgb(0, 30, 30);
}

main #divContact h2 {
    margin: 0 0 1rem 0;
    background-color: rgb(0, 60, 60);
    padding: 0.4em 0.6em;
    text-align: center;
    font-size: 2rem;
    border-radius: 0.7rem;
}

main #divContact p {
    margin: 0 0 1rem 0;
    text-align: left;
    align-self: flex-start;
    color: #828282;
    font-size: 0.9em;
}

main #divContact #ContactForm {
    font-size: 0.5rem;
    margin-block: 0 1em;
    max-width: min(45rem, 100%);
    width: 40rem;
    height: 55rem;
}


/*
*
*
*
*
*
*
*
*/