@media (max-width: 800px) {
    body{
        font-size: 1em;
    }
    .rightSide {
        display: none;
        position: absolute;
        left: auto;
        right: auto;
        top: 56px;

        height: 100%; 
        z-index: 1;
        background-color: white;
        text-align: center;
    }
.rightSide.active {
    display: block;
  }
    ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
        background-color: white;
        /*height:100%;*/
    }

    .menu {
        display: block;
    }

    .rightSec {
        display: none;
    }

    .leftSec {
        width: 100%;
        text-align: center;
        font-size: 1.5em;
        

    }

    .img {
        display: none;
    }

    .nav-img {
        display: block;
           border-radius: 50%;
        border: 7px solid chocolate;
   
    }

    .second {
        /*border: solid red;*/
         /* position: relative;  */
        /* flex-direction: column; */
        height: auto;
        display: flex;
        flex-direction: column;
        
    }
    /* .seconUpper{
        
        border: solid rgb(157, 255, 0);
        border: 40px;
        display: flex;
        flex-direction: row;
        width: 100%;
    } */

    .secondLeft {
        width: 100%;
        height: 100%;
        /* object-fit: cover; */
        padding: 0px 0px;




    }

    .secondLeft .second-img {
        height: 100%;
        width: 100%;
        /* object-fit: cover; */
        /* padding: 30px; */
        /*border-radius: 10px;*/

    }

    .secondRight {
         width: 100%; 
        
        text-align: center;
        font-size: 1.5em;
        /*padding: 40px 40px;*/
    }

    .secondRight .main-text {
        line-height: 45px;
    }

    .secondRight .information {
        line-height: auto;
        overflow: hidden;
    }

    .secondRight .fourbtn {
        padding: 0px 20px 20px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* justify-items: center; */
        /* align-content: center; */

    }
 
.third {
    /* position: relative; */
    display: flex;
    flex-direction: column;
    text-align: center;
    height: auto;
    width: 100%;
    background-color: brown;
    margin-top: 60px;

}
.skill-section{
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 50%;
    width: auto;
    background-color: brown;
    align-items: center;
}
  
.fourth{
    display: flex;
    flex-direction: column;
}
.fourth .container{
    display: flex;
    flex-direction: column;
}

.fifth .form-sec .input-text {
    /* background-color: black; */
     min-width: 300px;max-width: 300px;
     width: auto;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    border: none;
    outline: none;
    font-size: medium;
} 

}
