* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins, sans-serif;
    font-style: normal;
    text-decoration: none;
    background: #FAF7F0;
}

html {
    background: #FAF7F0;
    overflow-x: hidden;
    /*overscroll-behavior: none;*/
    user-select: none;
    height: fit-content;
}

body {
    /*scroll-behavior: smooth;*/
    padding: 0;
    margin: 0;
    /*background-color: #FAF7F0;*/
    background: #FAF7F0;
}

.profile-picture {
    display: flex;
    width: 30vw;
    height: 30vw;
    border-radius: 50%;
    /* position: relative; */
    overflow: hidden;
    margin-top: 2rem;
    box-shadow: #696764c3 0px 7px 29px 0px;
    border: 2px solid #FAF7F0;
}

.profile-picture img {
    
    margin-top: 5vw;
    width: 100%;
    /* display: inline; */
    align-self: center;
}

.loader {
    position: sticky;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #202731;
    opacity: 1;
    transition: opacity 0.5s ease;
    top: 0;
}

.loader p {
    /* color: #045bc4; */
    color: transparent; /* Keep for initial state */  
    -webkit-text-stroke: 1.5px #045bc4;   
    font-size: 10vw;   
    margin-top: 40vh;   
    opacity: 1;   
    font-weight: bold;   
    position: relative;   
    transition: all 0.5s ease;
}

.loader p.animate {
    color: #045bc4;
    filter: drop-shadow(0 0 17px #045bc4); 
}

.loader p::before {
    position: absolute;   
    width: 0%; /* Initial width */  
    height: 100%;   
    overflow: hidden;   
    color: #045bc4;   
    border-right: 5px solid #045bc4;  
    /* content: "VelmoraCards";     */
    
    transition: all 0.5s ease;
}

.loader p.animate::before {
    width: 100%;
}

header {
    width: 100%;
    height: 60vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    /* background-color: cadetblue; */
    background: #202731;
    /*background: #FAF7F0;*/
}

header h2 {
    margin-top: 1rem;
    color: #FAF7F0;
    letter-spacing: .75px;
    font-size: 6vw;
}

header p {
    font-size: 2.9vw;
    color: #045bc4;
    margin-top: -3px;
}

.accomplishments {
    position: absolute;
    display: none;
    /* background: #696764; */
    width: 100%;
    height: 10vw;
    justify-content: center;
    align-items: center;
    margin-top: -3vw;
    padding: 0;

    /* margin-top: 1vw; */
}

#accomplishments {
    color: #FAF7F0;
    font-size: 5.1vw;
    /* margin-top: -.25rem; */
    display: flex;
    /* min-width: 70vw; */
    /* height: 100%; */
    /* margin-left: 15vw; */
    align-items: center;
    text-align: center;
    justify-content: center;
    /* justify-content: space-between; */
    /* background-color: #202731; */
    /* text-align: center; */
    /* transform: scale(1.15); */
    /* transition: all 1.5s ease; */
    /* width: 60vw; */
    /* text-align: center; */
}

.color {
    color: #045bc4;
}

.anim {
    position: relative;
}

.hide-after::after {  
    content: none;
    display: none; /* This will hide the ::before content */  
} 

.anim::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 0;
    border-left: 2px solid #045bc4;
    right: -4px;
    animation: cursor .7s infinite, typing 10s steps(14) infinite;
}

@keyframes cursor {
    0% {
        border-left: 2px solid #045bc400;
    }
}

.contact-information {
    position: absolute;
    display: flex;
    flex-direction: column;
    min-height: 80vw;
    width: 100%;
    /* background-color: #202731; */
    justify-content: space-around;
    align-items: center;
    /* z-index: 999; */
    margin-top: -8vw;
    background-color: transparent;
    /* margin-bottom: 3rem; */
    /* padding-bottom: 1rem; */
}

.contact-information-inside {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 80vw;
    width: 100%;
    background-color: transparent;
    justify-content: space-around;
    align-items: center;
    /* z-index: 0; */
    margin-top: -20vw;
    /* margin-bottom: 3rem; */
    /* padding-bottom: 1rem; */
}

.card {
    opacity: 0;
    transform: scale(0.8);
    width: 77vw;
    height: 15vw;
    /* background-color: #A9B5DF; */
    /* background-color: #578FCA; */
    /* background-color: #386fae; */
    background-color: #FAF7F0;
    display: flex;
    align-items: center;
    padding: 0 7vw;
    /* border: 2px solid #202731; */
    border-radius: 3.5vw;
    box-shadow: rgba(149, 157, 165, 0.301) 0px 8px 24px;
    cursor: pointer;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.card p {
    margin: 0 auto;
    color: #202731;
    font-size: 3.25vw;
    /* width: 10vw; */
}

.spacer {
    /* position: static; */
    /* display: block; */
    /* position: static; */
    aspect-ratio: 900/200;
    width: 100%;
    min-height: 6rem;
    /* height: 15vw; */
    background-repeat: no-repeat;
    /* background-size: cont; */
    /* background-size: cover; */
    background-position: center;
    /* z-index: ; */
    margin-top: -3px;
    /* line-height: 0; */
}

.aspect-ratio1 {
    /* aspect-ratio: 900/200; */
}

.aspect-ratio2 {
    aspect-ratio: 900/900;
}

.layer1 {
    
    background-image: url('images/layered-waves-haikei\ \(15\).svg');
}

.layer2 {
    /* background-image: url('images/layered-waves-haikei\ \(12\).svg'); */
}

.icons {
    width: 4.5vw;
}

#save {
    width: 6vw;
}

.placeholder {
    /* position: absolute; */
    /* height: 11vw; */
    /* width: 100%; */
    /* background-color: #202731; */
    /* margin-top: 70%; */
}

i {
    color: #045bc4;
    /* width: 5vw; */
}

@keyframes pop {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    75% {
        transform: scale(1.1);
        opacity: 1;
    } 
    100% {
        transform: scale(1);
    }
}

@keyframes line {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.1;
    }
}

@media (max-width: 360px) {
    .card {
        width: 85vw;
        height: 17vw;
    }
    .card p {
        font-size: 3.5vw;
    }
    .icons {
        width: 5.25vw;
    }
    #save{
        width: 6.5vw;
    }
    header {
        height: 72vw;
    }
    .profile-picture {
        height: 35vw;
        width: 35vw;
        margin-top: 1.75rem;
    }
    .accomplishments p {
        margin-top: -.8rem;
    }
    .contact-information-inside {
        height: 92vw;
        margin-top: -3vw;
    }
    .spacer {
        /* min-height: 7rem; */
        /* margin-top: -7px; */
    }
    
}

@media (max-width: 375px) {
    .card {
        width: 85vw;
        height: 17vw;
    }
    .card p {
        font-size: 3.5vw;
    }
    .icons {
        width: 5.25vw;
    }
    #save{
        width: 6.5vw;
    }
    header {
        height: 72vw;
    }
    .profile-picture {
        height: 35vw;
        width: 35vw;
        margin-top: 1.75rem;
    }
    .accomplishments p {
        margin-top: -.8rem;
    }
    .contact-information-inside {
        height: 92vw;
        margin-top: -3vw;
    }
    .spacer {
        /* margin-top: -7px; */
    }
    
}
@media (max-width: 390px) {
    .card {
        width: 85vw;
        height: 17vw;
    }
    .card p {
        font-size: 3.5vw;
    }
    .icons {
        width: 5.25vw;
    }
    #save{
        width: 6.5vw;
    }
    header {
        height: 72vw;
    }
    .profile-picture {
        height: 35vw;
        width: 35vw;
        margin-top: 1.75rem;
    }
    .accomplishments p {
        margin-top: .8rem;
    }
    .contact-information {
        height: 92vw;
        margin-top: 3vw;
        background-color: transparent;
    }
    .spacer {
        /* z-index: 999; */
        /* position: absolute; */
        /* margin-top: -7px; */
        min-height: 6.5rem;
    }
    
}
@media (max-width: 412px) {
    .card {
        width: 87vw;
        height: 19vw;
    }
    .card p {
        font-size: 3.8vw;
    }
    .icons {
        width: 5.25vw;
    }
    #save{
        width: 6.5vw;
    }
    header {
        height: 75vw;
    }
    .profile-picture {
        height: 40vw;
        width: 40vw;
        margin-top: 1.75rem;
    }
    header h2 {
        font-size: 1.65rem;
    }
    header p {
        font-size: 3.25vw;
    }
    .accomplishments p {
        margin-top: -.8rem;
    }
    .contact-information-inside {
        height: 105vw;
        margin-top: 5vw;
    }
    .spacer {
        min-height: 6rem;
        /* margin-top: -8px; */
    }
}
@media (max-width: 414px) {
    .card {
        width: 87vw;
        height: 19vw;
    }
    .card p {
        font-size: 3.8vw;
    }
    .icons {
        width: 5.25vw;
    }
    #save{
        width: 6.5vw;
    }
    header {
        height: 75vw;
    }
    .profile-picture {
        height: 40vw;
        width: 40vw;
        margin-top: 1.75rem;
    }
    header h2 {
        font-size: 1.65rem;
    }
    header p {
        font-size: 3.25vw;
    }
    .accomplishments p {
        margin-top: -.8rem;
    }
    .contact-information-inside {
        height: 105vw;
        margin-top: 5vw;
    }
    .spacer {
        /* margin-top: -8px; */
    }
}

@media (max-width: 430px) {
    .card {
        width: 87vw;
        height: 19vw;
    }
    .card p {
        font-size: 3.8vw;
    }
    .icons {
        width: 5.25vw;
    }
    #save{
        width: 6.5vw;
    }
    header {
        height: 78vw;
    }
    .profile-picture {
        height: 40vw;
        width: 40vw;
        margin-top: 1.75rem;
    }
    header h2 {
        font-size: 1.65rem;
    }
    header p {
        font-size: 3.25vw;
    }
    .accomplishments p {
        margin-top: -1rem;
    }
    .contact-information-inside {
        height: 105vw;
        margin-top: 5vw;
    }
    .spacer {
        min-height: 6rem;
        /* margin-top: 0px; */
        /* z-index: -1; */
    }
}