@media  screen and (max-width: 800px) {

    *{
        box-sizing: border-box;
    }
    html, body {
  max-width: 100%;
  overflow-x: hidden;
}

nav{
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    height: 13vh;
    

}
      
  .online{
    width: 10px;
    height: 10px;
    background-color: rgb(55, 228, 36);
    border-radius: 50%;
    display: table;
    margin: 20% auto;
    position: relative;
}  

.online::after{
    content: "";
    width: 15px;
    height: 15px;
    background-color: rgb(175, 252, 167);
    position: absolute;
    left: -2px;
    top: -2px;
    border-radius: 50%;
    z-index: -1;
    animation: online 1.5s linear  infinite;
}

    .logo{
        font-size: 25px;
    }
    #desktop-nav{
        display: none;
    }
    #hamburger-nav{
    display: flex;
    z-index: 9999;
    }

.menu-links{
    z-index: 34;
}

    .online-mode{
        display: block;
        position: absolute;
        top: 110px;
    }
    #profile{
        display: flex;
        flex-direction: column;
        gap: 40px;
        justify-content: none;
        align-items: none;
    }

    .profile-pic img{
        width: 220px;
        height: 205px;
        transform: translateX(20%);
        

    }
    .profile-text-content{
        transform: translateX(-8%);
    }
    .brands{
    width: 95%;
    margin: auto;
    margin-top: 30px;
}
    .logos-slide img {
  height: 80px;
  margin: 0 20px;
}
    .logos-slide .x-logo{
    height: 30px;
    transform: translateY(-25px);
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  content: "";
  z-index: 2;
}


.about-start>p{
    font-size: 16px;
}
.about-start>h1{
    font-size: 40px;
}

.exp-edu{
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.exp-con{
    text-align: center;
    border: 1px solid black;
    padding: 10px 23px;
    border-radius: 10px;
}

.exp img{
    width: 35px;
}

.edu-con{
    text-align: center;
    border: 1px solid black;
    padding: 10px 25px;
    border-radius: 10px;
}

.edu img{
    width: 35px;
}


.exp-con h2{
    font-size: 18px;
}

.edu-con h2{
    font-size: 18px;
}

.edu-con p{
    font-size: 15px;
}





    .photo-edu-exp{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 60px;
}

    .about-photo img{
    width: 190px;
    border-radius: 25px;
    transform: translateX(30%);
}

/* ----------------------- */

.experience-start p{
    padding-top: 25px;
    font-size: 16px;
}

.experience-start h1{
    font-size: 40px;

}


.front-back{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.two-lists-back{
    display: flex;
    gap: 10px;
}

.stack{
    font-size: 20px;
}

.skill img{
    width: 25px;
    height: 25px;
}


.front-con{
    border: 1px solid black;
    border-radius: 15px;
    padding: 20px 30px;
    
}

.back-con{
    border: 1px solid black;
    border-radius: 15px;
    padding: 20px 30px;
    
}

.descrip p{
    font-size: 14px;
}


.two-lists{
    gap: 20px;
}


.skill-level h3{
    font-size: 15px;
}       

.skill-level p{
    font-size: 12px;
}

/* --------------------------- */

.project-start p{
    padding-top: 20px;
    font-size: 16px;
}

.project-start h1{
    font-size: 40px;

}


.project-image img{
    width: 100%;
}





.projects{
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
    margin-top: 30px;
}

/* ----------------- */

.testmonials-starter h1{
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}

.testmonials-section:before,
.testmonials-section:after {
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  content: "";
  z-index: 2;
}



.testmonials img {
  width: 210px;
  margin: 0 7px;
  border: 1px solid black;
  border-radius: 15px;
  cursor: pointer;
}

/* ------------------------- */

#contact{
    width: 90%;
   
    margin-top: 90px;
    margin-bottom: 40px;

}



.contact-start p{
    font-size: 16px;
}

.contact-start h1{
    font-size: 40px;

}

.email-linkedin{
    display: flex;
    gap: 30px;
    justify-content: center;
    padding: 10px 5px;
    border: 1px solid black;
    border-radius: 40px;
    width: 300px;
    transform: translateX(3%);
    margin-top: 30px;
}


.email-con img{
    width: 40px;

}

.linkedin-con img{
    width: 30px;
}

/* 
------------------------ */


.nav-links-footer{
    list-style: none;
    display: flex;
    gap: 10px;
}


.nav-links-footer li a{
    font-size: 12px;
}

.copy-right{
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px;
}




}






