@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200&display=swap');

html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
}

button, li, a {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}

.primary-background{
    background-color: #080708;
    background-image: url('../src/waves-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.secondary-background{
    background-color: #FF7700;
}

.rich-blanck-background {
    background-color: #171717;
}

.text-rich-blanck {
    color: #050113;
}

.secondary-border-color {
    border-color: #FF7700 !important;
}

.text-cream{
    color: #EAF8BF
}

.text-grey{
    color: #aaa;
}

.text-orange {
    color: #FF7700;
}

.icon-width {
    width: 3%;
    margin-top: 10px;
}

.logo-calim {
    background-image: url('../src/calim.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-bottom: -4px;
}

.huergo-container {
    display: flex;
    justify-content: left;
    align-items: right;
    margin-top: 2em;
}

.huergo-img {
    width: 75px;
    height: 75px;
    margin-right: 1em;
}

.calim-container {
    display: flex;
    justify-content: right;
    align-items: left;
    margin-top: 2em;
}

.calim-img {
    width: 75px;
    height: 75px;
    margin-right: 1em;
}

.undav-container {
    display: flex;
    justify-content: left;
    align-items: right;
    margin-top: 2em;
}

.undav-img {
    width: 75px;
    height: 75px;
    margin-right: 1em;
}

.logo-huergo {
    background-image: url('../src/huergo.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-bottom: -4px;
}

.about-me {
    text-align: justify;
}

@supports (-webkit-background-clip: text) {
    .text-orange {
        background: linear-gradient(90deg,#FF7700, #f83439);
        -webkit-background-clip: text;
        color: transparent;
    }
}


.border-pill{
    border-radius: 100px;
    border: 1px solid rgba(234, 248, 191, 0.5);
}

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

.me-1 {
    margin-right: 1.5em;
}

.ms-1 {
    margin-left: 1.5em;
}

.me-0 {
    margin-right: .5em;
}

.mt-1{
    margin-top: 1em;
}

.mb-1{
    margin-bottom: 1.5em;
}

.mtb-1{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.mse-1 {
    margin-right: 1.5em;
    margin-left: 1.5em;
}

.circle-img {
    border: 3px solid #FF7700;
    border-radius: 50%;
    object-fit: cover;
    width: 50px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 10%;
}

.width-3 {
    width: 3.5%;
}

.me {
    cursor: pointer;
}

.nav-items li {
    display: inline-block;
    padding: 0px 20px;
}

.nav-items li a {
    transition: all 0.3 ease 0s;
}

.nav-items li a:hover {
    color:#FF7700
}

.contact-button {
    padding: 9px 25px;
    background-color: #FF7700;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

.code-button {
    padding: 9px 25px;
    background-color: #FF7700;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

.navbar ul {
    padding: 10px 20px;
    display: flex;
    justify-content: center;
}

.navbar li {
    list-style: none;
}

.navbar ul li.active a {
    color: #FF7700;
    font-weight: bold;
}

.navbar .toggle-btn {
    font-size: clamp(1.5rem, 2.5vw, 3rem);
    cursor: pointer;
    display: none;
}

.dropbox-menu {
    display: none;
    position: absolute;
    right: 2rem;
    top: 5rem;
    width: 300px;
    background-color: rgba(5, 1, 19, 0.5);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    overflow: hidden;
    height: 0;
    transition: height cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dropbox-menu li {
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropbox-menu.open {
    height: 300px;
}

.dropbox-menu .contact-button {
    width: 100%;
    display: flex;
    justify-content: center;
}

.presentation-content {
    padding: 23vh 10%;
    width: 100%;
    height: 100%;
}

.work-education-content {
    padding: 8rem 10%;
    width: 100%;
    min-height: 100vh;
}

.work-education-content h1 {
    font-size: clamp(1.5rem, 2.5vw, 3rem);
}

.work-education-content h3 {
    font-size: clamp(1.2rem, 1.2vw, 1.5rem);
}

.work-education-content p {
    font-size: clamp(1.2rem, 1.2vw, 1.4rem);
    line-height: 1.8em;
}

.presentation-content h1 {
    font-size: clamp(2.5rem, 3.5vw, 4rem);
}

.presentation-content p {
    font-size: clamp(1.2rem, 1.2vw, 1.4rem);
    line-height: 1.8em;
}

.project-content {
    min-height: 100vh;
    padding: 6rem 10%;
}

.project-content h1 {
    font-size: clamp(1.5rem, 2.5vw, 3rem);
}

.project-content h3 {
    font-size: clamp(1.2rem, 1.2vw, 1.5rem);
}

.project-content p {
    font-size: clamp(1.2rem, 1.2vw, 1.4rem);
    line-height: 1.8em;
}

.about-content {
    padding: 7rem 10%;
    width: 100%;
    min-height: 100vh;
}

.about-content h1 {
    font-size: clamp(1.5rem, 2.5vw, 3rem);
}

.about-content p {
    font-size: clamp(1.2rem, 1.2vw, 1.4rem);
    line-height: 1.8em;
}

.socials-buttons {
    font-size: clamp(1.2rem, 1.2vw, 1.4rem);
    cursor: pointer;
}

.socials-buttons:hover {
    color:#FF7700
}

.projects {
    margin-top: 2em;
    display: inline-block;
}

.gestor-de-productos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gestor-img  {
    display: flex;
    justify-content: left;
    align-items: center;
}

.gestor-img img {
    width: 80%;
}

.gestor-de-productos i {
    font-size: 1em;
}

.content-projects {
    padding-left: 2em;
}

.content-projects img {
    width: 1em;
}

.content-projects h1 {
    font-size: clamp(1.5rem, 2.5vw, 3rem);
    margin-bottom: 1em;
}

.content-projects h3 {
    font-size: clamp(1.2rem, 1.2vw, 1.5rem);
}

.content-projects p {
    text-align: justify;
    font-size: clamp(1.2rem, 1.2vw, 1.4 rem);
    margin-bottom: 1em;
}


.languages {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 1em;
}

.languages li {
    background-color: #171717;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
    display: flex;
    padding: 5px 10px;
    margin-right: 1em ;
    border: 1px solid rgba(234, 248, 191, 0.5);
}

.languages a {
    background-color: #FF7700;
    border-radius: 50px;
    padding: 6px 11px;
}

.languages span {
    margin-left:5px ;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.more-data a{
    padding-right:.8rem;

}

.hidden-navbar {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
}

.footer-container {
    padding: 2rem 10%;
    display: block;
    text-align: center;
}

.footer-container p {
    font-size: clamp(1.2rem, 1.2vw, 1.4rem);
    line-height: 1.8em;
}

.footer-container a {
    font-size: clamp(1.2rem, 1.2vw, 1.4rem);
    cursor: pointer;
}

.line {
    width: 100%;
    height: 3px;
    margin-top: 3em;
    margin-bottom: 3em;
    background-color: #EAF8BF;
}

.skills-content {
    padding: 8rem 10%;
    width: 100%;
    min-height: 100vh;
}

.skills-content h1 {
    font-size: clamp(1.5rem, 2.5vw, 3rem);
}

.skills-content h3 {
    padding-top: 15px;
    font-size: clamp(1.2rem, 1.2vw, 1.5rem);
}

.skills-content p {
    font-size: clamp(1.2rem, 1.2vw, 1.4rem);
    line-height: 1.8em;
}

.skills-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.skill {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 1em;
    padding: 1em;
}

.groups-skills{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
}

.skill img {
    width: 50px;
    height: 50px;
}

/* RESPONSIVE */
@media(max-width: 992px) {

    .section {
        height: auto;
        display: block;
        scroll-snap-align: none;
    }

    .border-pill, .nav-items, .contact-button {
        display: none;
    }
    .navbar .toggle-btn {
        display: block;
        color: #EAF8BF
    }

    .dropbox-menu {
        display: block;
    }

    .width-3 {
        width: 9%;
    }
    
    .project-content {
        padding: 4rem 10%;
        width: 100%;
        min-height: auto;
        margin-bottom: 4rem;
        display: block;
    }
    
    .project-content h1 {
        font-size: clamp(1.5rem, 2.5vw, 3rem);
    }
    
    .project-content p {
        font-size: .9rem;
        line-height: 1.8rem;
    }

    .about-content {
        padding: 4rem 10%;
        width: 100%;
        min-height: auto;
        margin-bottom: 4rem;
    }
    
    .about-content h1 {
        font-size: clamp(1.5rem, 2.5vw, 3rem);
    }
    
    .about-content p {
        font-size: .9rem;
        line-height: 1.8rem;
    }

    .presentation-content {
        padding: 7rem 10%;
        width: 100%;
        height: 100%;
    }

    .presentation-content h1 {
        font-size: clamp(1.5rem, 2.5vw, 3rem);
    }
    
    .presentation-content p {
        font-size: .9rem;
        line-height: 1.8rem;
    }

    .gestor-de-productos {
        display: block;
    }

    .work-education-content {
        padding: 4rem 10%;
        width: 100%;
        min-height: 100vh;
    }

    .gestor-img {
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .gestor-img img {
        max-width: 80%;
        height: auto;
    }

    .languages {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: flex-start;
    }
    
    .languages li {
        background-color: #171717;
        border-radius: 50px;
        text-align: center;
        justify-content: center;
        display: flex;
        padding: 5px 10px;
        border: 1px solid rgba(234, 248, 191, 0.5);
        min-width: 10px;
    }

    .gestor-de-productos p {
        padding-right: 1em;
    }

    .content-projects {
        margin-top: 1em;
        padding-left: 0;
        max-width: 90%;
        height: auto;
    }

    .languages li {
        border: 2px solid rgba(234, 248, 191, 0.5);
    }

    .content-projects img {
        width: 1em;
    }

    .skills-content {
        padding: 4rem 10%;
        width: 100%;
        min-height: auto;
        margin-bottom: 4rem;
    }

    .skills-container {
        display: block;
    }

    .groups-skills {
        display: block;
    }


}

@media(max-width: 576px) {
    .dropbox-menu {
        left: 2rem;
        width: unset;
    }
}
