/* *=====================
    Media Queries 
=========================*/

/* *=====================
    Desktop
=========================*/
@media (max-width: 1536px) {
    .container {
        max-width: 1440px;
    }
    .aboutMe__content_container{
        width: 90%;
    }
    .aboutMe__container{
        width: 93%;
    }
    .skills__section{
        width: 93%;
    }
}

@media (max-width: 1440px) {
    .container {
        max-width: 1028px;
    }

    /* *SKILLS* */
    .softSkills_badge {
        position: static !important;
        transform: none !important;
    }

    .softSkills__book_icons {
        display: none;
    }
    .skills__section{
        width: 70%;
    }   
}

/* *=====================
      Tablet & small laptop
  =========================*/

@media (max-width: 1280px) {
    .container {
        max-width: 1024px;
    }

    section {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    /** Header **/
    .header__container {
        flex-direction: column;
    }

    .header__column--left {
        flex-direction: column;
        align-items: center;
    }

    .header__content--left {
        align-items: center;

        & p {
            text-align: center;
            max-width: 320px;
        }
    }
    
    .header__column--right {
        text-align: center;
        align-items: center;
    }
    .skill-left{
        width: 90%;
        margin: 15px auto;
    }
    .skills__section{
        padding: 1rem;
        width: 90%;
        border-radius: 2rem;
        flex-direction: column;
    }
    .total--list{
        width: 90%;
    }
}

/* *=====================
     Small Tablet - landscape mode
  =========================*/
@media (max-width: 768px) {
    .container {
        max-width: 640px;
    }
    .skill-left{
        width: 90%;
        margin: 15px auto;
    }
    .skills__section{
        padding: 1rem;
        width: 90%;
        border-radius: 2rem;
        flex-direction: column;
    }
    .total--list{
        width: 90%;
    }
}
/* *=====================
     Phone
  =========================*/
@media (max-width: 640px) {
    :root {
        font-size: 14px;
        line-height: 16px;
    }

    .container {
        max-width: 475px;
        padding: 0 1rem;
    }

    .section__title {
        font-size: 2rem;
        line-height: 2.5rem;
        text-align: center;
    }

    /** Header **/

    header {
        margin-top: 20px;
    }
     .header__badge_container {
        flex-direction: column;
    }

    /** ABOUT ME **/
    .aboutMe__container {
        padding: 1rem;
        width: 90%;
        border-radius: 2rem;
    }


    .aboutMe__content_container {
        border-radius: 2rem;
    }
    .rocket{      
        display: none;       
    }
    .skill-left{
        width: 100%;
        margin: 15px auto;
    }
    .skills__section{
        padding: 1rem;
        width: 90%;
        border-radius: 2rem;
        flex-direction: column;
    }
    .total--list{
        width: 90%;
        margin: 10px auto ;
    }
    .skills__grid_item_header{
         width: 90%;

    }
    

}
