@media screen and (max-width:840px){
    
    body{
        margin-top: 5px;
        /* background-image: url(https://images.pexels.com/photos/7661629/pexels-photo-7661629.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2); */
        background-size: cover;
    background-position: -700px 0px;

        background-repeat: no-repeat;
    }
    ::-webkit-scrollbar {
        background-color: rgba(0, 0, 0, 0);
        width: 0px;
        height: 0px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 50px;
        background:rgba(0, 0, 0, 0);
      }
    #background{
        /* background-position: 400px 690px; */
        background: rgba(0, 0, 0, 0.45) url(../img/bgwallpaperPhone.jpg); 
        background-blend-mode: darken;
        background-size: cover;
        margin: 0;
        padding: 0;
    background-attachment: fixed;

    }
    .nav{
        width: 100%;
        display: flex;
        margin-bottom: max;
        /* left: 23%; */
    padding-bottom: 5px;

        position: sticky;
        backdrop-filter: blur(50x);
        justify-content: center;
        top: 0;
        /* background-color: aquamarine; */
        flex-direction:column;
        z-index: 7;
    }
    .navbar{
        /* margin-top: 23px;    */
        display: flex;
        /* position:sticky; */
        /* top: 0; */
        /* flex-flow:wrap; */
        /* margin-left:111px; */
        /* position:sticky; */
        /* top:0; */
        justify-content:space-evenly;
        flex-direction:column;

    }
    .logo{
        width: 20%;
        display: none;
    }
    .list_items{
        /* margin-top: 23px; */
        align-items: center;
        /* margin-right: 98px; */
        /* margin-right: 10px; */
        display: flex;
        justify-content: center;
        max-width: 100%;
        /* flex-direction: column; */
    }
    .list_items li{
        font-size: 20px;
        /* justify-content: center; */
        /* position: sticky; */
        /* top:-10; */
        /* padding-left: /px; */
        /* display:flex; */
    }
    .dropbtn {
        /* background-color: rgba(0, 0, 0, 0); */
        /* color: orange; */
        /* padding: 6px; */
        /* font-size: 16px; */
        /* border: none; */
        display: contents;
        cursor: pointer;
        transition: 0.4s;
      }
      
      /* The container <div> - needed to position the dropdown content */
      .dropdown {
        position: relative;
        display: inline-block;
      }
      .dropdown-content {
        display: none;
        /* position: absolute; */
        top: 30px;
        left: 10px;
        /* border-radius: 3px; */
        /* text-align: center; */
        /* background-color: rgb(97, 97, 97); */
        /* min-width: max-content; */
        /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
        /* z-index: 1; */
      }
    #templist{
        display: none;
    }
    .title {
        /* padding: 2px; */
        margin-top: 10px;
        /* text-align: center; */
        /* margin:23px; */
        /* text-shadow: 0px 0px 12px orangered; */
        /* margin-top: 3px; */
        /* margin-left: -10%; */
        z-index: 2;
        border-radius: 24px;
        /* background-color: rgba(0, 0, 0, 0.263); */
        display: flex;
        justify-content:center;
        flex-direction:column;
        /* color: rgba(255, 255, 255, 0.731); */
        width:max-content;
        /* width: 170px; */
    }
    .title h1{
        font-size: 34PX;
        color: white;
    }
    
    .title h2{
        font-size: 12px;
        text-align: center;
        color: orangered;
    }
    .search_bar{
        display:none;
    }
    .section2 {
        display: flex;
        /* border: solid red; */
        /* width: vh; */
        height: 73vh;
    }
    .leftsection{
        font-size: 18px;
        display: flex;
        justify-self: center;
        /* margin-top: -40%; */
        width: 100%;
    }
    .leftsection h3{
        width: 70%;
    }
    .rightsection{
        display: none;
    }
    .section02{
        padding: 5px;
        /* overflow: scroll; */
    }
    .section02{
        margin-top: 30%;

        padding: 0;
        max-width: 100%;
        height: max-content;
    }
    .container1{
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        
    }
    .container1 .textobj{
        width: 100%;
    }
    .container1 .imageobj{
        width: 100%;
    }
    .imageobj img{
        width: 100%;
    }
    .textobj h2{
        text-align: center;
        font-size:35px;
        letter-spacing: 16px;
    }
    .textobj p{
        text-align: start;
        max-lines: 4;
        font-size: 22px;
        margin-bottom: 10%;
    }
    .hr{
        height: 10vh;
    }
    .section03{
        overflow: none;
        overflow-y: none;
        overflow-x: none;
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: space-evenly;
        max-height:100%;
    }
    .section03 #worktxt{
        text-align: center;
        font-size: 40px;
        padding: 0;
        letter-spacing: 16px;
    }
    .projects{
        flex-direction: row;
        width: 100%;
        height:max-content;
        overflow: none;
        overflow-x: none;
        justify-content: space-evenly;
    overflow-y:none;
        position: relative;
        flex-wrap: wrap;
        row-gap: 23px;
    }    
    .project{
        margin: auto;
        display: flex;
        width: 98%;
        height: 50vh;
    }
    #projecttile{
        margin-top: 20px;
        margin-bottom: 0px;
        text-align: center;
        rotate: 90deg;
    }
    .project:hover{
        width: 100%;
        display: flex;
        height: 50vh;
    }
    .seetxt{
        display: block;
        margin-top: 60%;
        border: solid red;
    
    }
    .project:hover .seetxt{
        display: none;
    }
    .project:hover  p{
        font-size: 15px;
        display: contents;
        background-color: rgba(0, 0, 0, 0.646);
        box-shadow: -2px -5px 12px rgba(0, 0, 0, 0.459);
        display: block;
        height: 40%;
        width: fit-content;
    }

}