:root{
    --blue-color: #234AFC;
    --purple-color: #FF00FF;
    --dark-theme: #27272b;
    --light-theme: #EDEEFF;
	--black-color: #0A0A0C;
	--color-top-right: #222;
    --color-bottom-left: #000;
}

@media screen and (max-width: 1024px){
    .projects img{
        width: 250px;
    }
    .btn-page{
        font-size: 15px;
    }
    .img-projects{
        width: 150px;
    }
    .form-title,
    form{
        margin: initial
    }
    .form__input{
        width: 380px;
    }
    .textarea-btn{
        margin-left: 3.5em;
    }
}

@media screen and (max-width: 768px){
    .nav{
        display: none;
    }
    .menu-mobile{
        display: initial;
    }
    .hero-title {
        font-size: 30px;
        bottom: 7.5em;
    }
    .waves {
        transform: scale(3);
    }
    .btn-page{
        font-size: 11px;
    }
    .projects img{
        width: 200px;
    }
    .aboutMe {
        margin-top: 180px;
    }
    .personal-projects{
        margin: 10em 0;
        height: 100%;
    }
    .container {
        grid-template-columns: repeat(4, 1fr);
    }
    .form{
        height: 100%;
        text-align: center;
    }
    form{
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .textarea-btn{
        margin-left: initial;
    }
    .details-btn{
        align-self: center;
        margin-bottom: 4em;
    }
    .footer-contain img{
        width: 80px;
    }
    .footer-contain a {
        margin: 5px;
    }
    .footer-contain h4 {
        letter-spacing: -1.9px;
    }
    h1{
        font-size: 1.5em;
    }
    .footer-contain {
        margin: 20px;
    }

}

@media screen and (max-width: 576px){
    .hero-title {
        font-size: 25px;
        bottom: 9em;
    }
    .projects-img{
        grid-template-columns: repeat(1, 1fr);
    }
    .projects img{
        width: 300px;
    }
    .container {
        grid-template-columns: repeat(3, 1fr);
    }
    .footer-contain{
        flex-flow: column-reverse;
    }
    .footer-contain h4 {
        letter-spacing: initial;
    }
}

@media screen and (max-width: 480px){
    .waves {
        transform: scale(4);
    }
    .aboutMe {
        margin-top: 270px;
    }
    .aboutMe-desc {
        font-size: 22px;
    }
    .container {
        grid-template-columns: repeat(2, 1fr);
    }
    .img-projects {
        width: 180px;
    }
    .aboutMe img {
        width: 350px;
    }
    .aboutMe {
        padding: 0 30px;
    }
}

@media screen and (max-width: 426px){
    .hero-title {
        font-size: 21px;
        bottom: 10.2em;
    }
    .form__input {
        width: 330px;
    }
    .aboutMe img {
        width: 320px;
    }
    .aboutMe-desc {
        font-size: 20px;
    }
    .footer-contain img {
        width: 70px;
    }
}

@media screen and (max-width: 376px){
    .hero-title {
        font-size: 18px;
        bottom: 11.5em;
    }
    .aboutMe img {
        width: 300px;
    }
    .aboutMe-desc {
        font-size: 16px;
    }
    .img-projects {
        width: 165px;
    }
    .form__input {
        width: 290px;
    }
    .form__placeholder {
        font-size: 1rem;
    }
    .footer-contain img {
        width: 55px;
    }
    .footer-contain a {
        margin: 5px;
    }
    .footer-contain h4 {
        font-size: 13px;
    }
}

@media screen and (max-width: 320px){
    .hero-title {
        font-size: 16px;
        bottom: 12.8em;
    }
    h1{
        font-size: 1.3em;
    }
    .projects img {
        width: 270px;
    }
    .aboutMe-title{
        font-size: 18px;
    }
    .aboutMe img {
        width: 270px;
    }
    .aboutMe-desc {
        font-size: 15px;
    }
    .img-projects {
        width: 140px;
    }
    .form__input {
        width: auto;
    }
    .form__placeholder {
        font-size: .9rem;
    }

}