@charset "UTF-8";

/*!
 * Color Version - 1.1.1
 * Copyright (c) 2025
*/

@import url('https://cdn.jsdelivr.net/npm/jarallax@2.0.5/dist/jarallax.css');

/* General */

/* Section Home */
#home h1 {
    font-size: 55px !important;
    font-weight: 800;
    color: var(--primary);
}

#home img {
    width: 500px;
}

#home {
    background-color: #F7F9FC;
}

.dma-bg-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 437px;
    background-color: var(--gray);
    z-index: 0;
}

.dma-bg-right.primary {
    background-color: #eefaff;
}

.number {
    --nb-bg-color: #03a3de;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: calc(1.275rem + .3vw);
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--nb-bg-color);
    color: var(--light);
}

#projects {
    background-color: #e8f7fd;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    #home h1 {
        font-size: 35px !important;
    }

    #home img {
        width: 100%;
    }
}