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

html{
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'velista';
    src: url(fonts/velista/VELISTA.ttf);
}

@font-face {
    font-family: 'typoformal';
    src: url(fonts/typo_formal/Typo\ Formal\ Regular\ Demo.otf);
}


nav{
    width: 90%;
    font-family: 'typoformal';
    font-size: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    margin-left: 80px;
}

.menu{
    list-style: none;
    display: flex;
    gap: 60px;
    color: #226496;
    padding: 45px 0;

}

.hovernav:hover{
        height: 4px;
        background-color: #226496;
        border-radius: 3px;
}

a{
    color: #226496;
    background: none;
    text-decoration: none;
}


header{
    width: 100%;
    background-image: url(img/header-background.png);
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}



.star-img{
    margin: 200px 0;
}

.star-text{
    margin-top: 60px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}


h1{
    font-family: 'velista';
    font-size: 90px;
    font-weight: lighter;
    margin-top: 50px;
    line-height: 50px;
}

.moreh3{
    font-family: 'typoformal';
    font-size: 20px;
    margin: 30px 60px;
}



.who-section{
    width: 100%;
    background-image: url(img/starbackground.jpg);
    background-position: cover;
    background-repeat: no-repeat;
    
}


.who-article{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    padding: 0 100px;
    gap: 100px;
    line-height: 100px;

}

.who-div{
    margin: 180px 0 0 0;
    width: 50%;
}

.who-div h1{
    font-size: 80px;
    
}

.planet{
    width: 90%;
}

.bell{
    margin-top: 30px;
    margin-left: 200px;
    font-size: 120px;
    color: #143D60;
}



.skills-section{
    width: 100%;
    background-image: url(img/finalplanetbackgrounf.png);
    background-size: cover;
    background-position: center;
}


.skills-article{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #FFFFFF;
}

.skills-article h1{
    margin-top: 300px;
    margin-bottom: 100px;

}

.skills-div{
    padding: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;


}

.skills-col{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 100px;
}


.icons{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 100px;
}



.type-section{
    width: 100%;
}

.type-article{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
    padding: 200px 0;
}


.types-cont{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.type-col{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}


h3{
    font-family: 'typoformal';
    font-size: 25px;
    font-weight: bolder;
    line-height: 50px;
}

.imghover{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 0;
    background-color: #111111;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imghover:hover{
    background-color: #143c60af;
}


.modeling{
    font-family: sans-serif;
    font-weight: bold;
}


.design-section{
    width: 100%;
}


.design-article{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 100px;
}

.design-article h1{
    width: 80%;
    font-size: 70px;
    margin-top: 30px;
}

.star{
    width: 100%;
    max-width: 100%;
    display: block;
}


.works-cont{
    width: 100%;
    display: flex;
    justify-content: space-around;
}


.imgwidth{
    width: 28%;
    margin-bottom: 100px;
}

.imgwidth2{
    width: 20%;
    margin-bottom: 100px;
}



.works-cont2{
    width: 80%;
    display: flex;
    align-items: baseline;
    justify-content: center;
}


.works-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.imgwidth3{
    width: 80%;
    margin-bottom: 100px;
}




.modeling2{
    font-family: 'Courier New', Courier, monospace;
    font-size: 80px;
}

.title{
    width: 80%;
    display: flex;
    justify-content: space-around;
    margin-left: 0;

}


footer{
    width: 100%;
}

.bluecolor{
    width: 100%;
    background-color: #143D60;
}


.footer-cont{
    color: #FFFFFF;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}


.footer-cont h1{
    margin-top: 100px;
}



.footer-cont h3{
    font-weight: lighter;
}

.footer-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

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

.footer-socialmedia{
    width: 100%;
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.line{
    width: 100%;
    border: 1px solid #FFFFFF;
    
}










/* tablet */
@media (width > 768px) and (width < 991px)  {


    header{
        background-size: 130%;
        background-repeat: no-repeat;
    }

    .star-text h1{
        font-size: 80px;
    }


    .who-div h1{
    font-size: 60px;
    margin-bottom: 10px;
    
    }


    .planet{
        width: 120%;
    }


    .bell{
    margin-left: 100px;
    font-size: 90px;
    }


    .skills-article h1{
        font-size: 90px;
        
    }


    .types-cont{
        flex-direction: column;
        padding-top: 40px;
        gap: 80px;
    }

    .type-col{
        flex-direction: row;
        gap: 80px;
    }

    .type-col h3{
        font-size: 30px;
    }


    .title{
    justify-content: flex-end;
    margin-left: 0;
}

}












/* celular */
@media(width < 767px) {


    .h1{
        width: 70%;
    }
    nav{
        width: 80%;
        margin-left: 30px;
    }

    .menu{
    width: 100%;
    gap: 10px;
    color: #226496;
    padding: 40px 0;
    font-size: 15px;
    }

    .menu img{
        width: 55%;
        margin-left: 30px;
    }

    header{
        flex-direction: column;
        background-image: none;
        gap: 0;
    }

    .star-img{
        margin-bottom: 0;
    }

    .star-text{
        margin-top: 0;
    }

    .star-text h1{
        font-size: 70px;
    }

    .moreh3{
        margin-bottom: 80px;
        width: 100%;
    }


    .who-section{
        width: 100%;
            background-size: 320%;
            background-repeat: no-repeat;
    }

    .who-article{
        width: 90%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 10px;
        gap: 0px;
    }

    .who-div{
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 0;
        margin-top: 50px;
        gap: 0;

    }

    .who-div h1{
        font-size: 45px;
        margin-left: 100px;
    }

    .bell{
        font-size: 60px;
        margin-left: 70px;
        margin-bottom: 200px;
    }

    .planet{
        width: 60%;
        margin-left: 100px;
    }


    .skills-article h1{
        font-size: 45px;
        
    }


    .skills-section{
    width: 100%;
    background-color: #000000;
    background-image: none;
    }

    .skills-col{
        margin-bottom: 200px;
    }

    .skills-div{
        margin-left: 10px;
    }
    .type-article{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .type-article h1{
        width: 100%;
        font-size: 35px;
        margin-left: 100px;

    }


    .types-cont{
        flex-direction: column;
    }

    .type-col{
        gap: 20px;
        margin-top: 50px;
    }

    .title{
        width: 80%;
        margin-right: 20px;
    }

    .title h1{
        font-size: 35px;
    }

    .modeling2{
        font-size: 40px;
    }
    .works-cont{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .imgwidth{
        width: 80%;
    }

    .imgwidth2{
        width: 60%;
    }

    .works-cont2{
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: center;
    }

    .bluecolor{
        width: 100%;
    }
    .footer-cont h1{
        font-size: 60px;
    }

    .footer-cont h3{
        font-size: 18px;
    }

}

















