
    /* Media query for mobile devices */
    @media (max-width: 767px) {
      .video-section video {
        height: 272px;
      }


      
      /* Reduce top padding for mobile to account for smaller screen */
    
    }

    /* Media query for tablet devices */
    @media (min-width: 768px) and (max-width: 991px) {
      .video-section video {
        height: 440px;
      }
      


      
    }

    /* Media query for laptop/desktop devices */
    @media (min-width: 992px) {
      .video-section video {
        height: 710px;
      }
      
      .download-cv-button button{
   
        margin-left: 433px;
        margin-top: 266px;
      }


    }

    /* Common styles for video section */
    .video-section {
      position: relative;
      width: 100%;
      overflow: hidden;
    }

    .video-section video {
      width: 100%;
      height: auto;
    }

    /* Navbar styles */
    .navbar {
      background-color: transparent; /* Make the navbar transparent */
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
    }

    /* Add padding-top to the first section to prevent content from being hidden behind the navbar */
    .first-section {
      padding-top: 70px; /* Adjust this value as needed */
    }

    /* Remove default margin from sections */
    section {
      margin: 0;
      padding: 0;
    }

    /* Add margin to the sections for spacing */
    section:not(.first-section) {
      margin-top: 50px;
    }

  
  .animated-img {
    transition: transform 0.3s ease;
  }
  
  .animated-img:hover {
    transform: scale(1.1);
  }
  

  .nodecoration{
    text-decoration: none;
  }


  .navbar {
    background-color: grey; /* Add your preferred light shade color here */
  }



  .adjustwith{
    width: 100%;
    height: 100%;
  }




/* -----CV --- */

