/* Responsive styling */
@media screen and (max-width: 768px) {
    .sidenav {
        transform: translateX(-270px);
        border-right: 0;
    }

    .main {
        margin-left: 0;
    }

    .toggle-btn {
        display: inline-block;
        position: fixed;
        z-index: 100;
    }

    .sidenav.open {
        transform: translateX(0);
    }

    .main.shifted {
        margin-left: 270px;
        border: 0;
    }

    /* **************************** */
    #background-video {
        position: fixed; 
        top: 0;
        left: 0;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
        z-index: -1; 
        object-fit: cover; 
      }
      
    #home{
        overflow-x: hidden;
        justify-content: center;
        height: auto;
        padding: 20px;
        /* background-color: red; */
       }
       .home-content{
        width:100%;
        height: auto;
        padding: 10px;
        /* background: grey; */
       }
    
       .home-info{
        /* width: 100%; */
        background-color: transparent;
        /* margin: 0; */
       }
       .home-info p{
        width: 90%;
        /* background-color: yellow; */
       }
       .hello, .my-profession{
        font-size: 25px;
       }
    
       h1.name{
        width: 95%;
        text-align: center;
        /* background-color: red; */
       }
    
       .social-handle{
        margin: 20px auto;
       }
    
       .home-img{
        display: none;
       }

       #background-video{
        width: 100%;
        height: 100%;
        object-fit: cover;
       }
       /* **************************************************************** */
        /* about */
        .me p{
            width: 75vw;
        }
        #about .me p span{
            color: orange !important;
        }


        .pic{
            width: 150px;
            height: 150px;
            border-radius: 125px;
            /* margin-right: 10px; */
            /* margin-bottom: 30px; */
        
        }

 /* ********************************************************* */
     /* PROJECTS DONE  */
 .our-work{
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 95%;
    /* background-color: red; */
   }

   .parent{
    width: 400px;
    height: 300px;
   }
   .parent img{
    width: 100%;
    height: 100%;
   }
   .parent:hover .child{
    width:400px;
    height:300px;  
  }
  
   /* *************************************************************** */
   /* CONTACS DONE  */
   .contact-content{
    height: auto;
   }

   .me{
    width: 100vw;
    height: auto;
    /* background-color: yellow; */
   }
   .contact-icons{
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: auto;
    /* background-color: blue; */

   }

   .contact-icons i{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    color: orange;
    }
    .contact-icons i:hover{
        color: white;
    }

    p span{
        display: none;
    }
   .sub-phone a, .sub-email a, .sub-whatsapp a, .sub-address a{
    width: 55vw;
    padding: 20px;
   }
   /* ******************************************************* */
   .yes-msg{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10vh;
    width: 100%;
    height: auto;
    margin: 0;
    /* background-color: blue; */
   }
   .contact-form{
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0;
    width: 95%;
    /* background-color: yellow; */
   }
   .cont-form, .maps{
    width: 90%;
    height: auto;
    margin-bottom: 40px;
     /* background-color: red; */
   }
   form input{
    padding-left: 0px;
    width: 80vw;
    height: 50px;
   }
   textarea{
    padding-left: 0px;
    width: 80vw;
    height: 250px;

   }
   .submit{
    width: 40vw;
    height: 50px;
   }

   .maps iframe {
    width: 95%; 
    height: 45vh; 
    border: 0;
}

    
}











