  /******************************************************************/
  /*                   TRANSITION VIDEO-LANDING                     */
  /******************************************************************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .landing {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    z-index: 10;
  }

  #bg-video {
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw; /* Full width of the viewport */
    height: 100vh; /* Full height of the viewport */
    object-fit: cover; /* Ensures the video covers the area without stretching */

  }

  /* Header Styling */
  .header {
    position: fixed; /* Keeps the header at the top */
    top: 0;
    left: 50%; /* Moves the header to the center */
    transform: translateX(-50%); /* Ensures it's fully centered */
    width: 100%; /* Full width */
    z-index: 1000; /* Ensures the header is above other content */
  
    background-image: url('img/header_TechniSoccer.png');
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  
    padding: 50px;
    margin-bottom: 10px;
    visibility: hidden;
  
    /* Added styles for visual enhancement */
    border: 2px solid #00b6e4; /* A subtle green, adjust as needed */
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px; /* Smooth rounded corners */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Soft shadow */
  }


  /******************************************************************/
  /*                       OVERLAY BLACK                            */
  /******************************************************************/

  .logo-parent {
    display: flex;
    justify-content: center; /* Centers horizontally */
    padding-bottom: 20px;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    overflow-y: auto;
    z-index: 999;
  }
  
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /******************************************************************/
  /*                   MENU + RESIZE CONTENT                        */
  /******************************************************************/

  body {
    margin: 0;
    font-family: 'Open Sans';
    font-size: medium;
    /* background-color: #f4f4f4; */
    color: #333;
    overflow-x: hidden;
    background-image: url('img/new_background_grass.png');
    background-size: auto;
    background-position: center;
    background-repeat: repeat;
    padding-top: 120px; /* Space for the header */
    transition: padding-top 0.3s ease;
  }
  
  .burger {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    padding: 6px;
    background-color: #0fb9e4;
    border-radius: 20px;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1001;
    visibility: hidden;
  }
  
  .burger div {
    width: 26px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
    border-radius: 2px;
    transition: 0.4s;
  }
  
  .burger.active div:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .burger.active div:nth-child(2) {
    opacity: 0;
  }
  
  .burger.active div:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  
  .sidebar {
    position: fixed;
    align-content: center;
    font-family: 'Open Sans';
    font-size: medium;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    max-height: 100vh;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.437);
    color: #00b6e4;
    padding: 30px 20px;
    transition: left 0.3s ease;
    z-index: 1000;
    box-shadow: 2px 0 5px rgba(0,0,0,0.5);
  }
  
  .sidebar.active {
    left: 0;
  }
  
  .sidebar h2 {
    margin-top: 60px;
    font-size: large;
    text-align: center;
  }
  
  .sidebar ul {
    list-style-type: none;
    padding: 0;
  }
  
  .sidebar ul li {
    margin: 15px 0;
    text-align: center;
  }
  
  .sidebar ul li a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    transition: color 0.2s;
  }
  
  .sidebar ul li a:hover {
    color: black;
    background-color: #00b6e4;
    border-radius: 5px;
    padding: 10px;
  }
  
  .content {
    margin-left: 0;
    padding: 10px;
    transition: margin-left 0.3s ease;
    width: calc(100% - 60px);
    width:auto;
    box-sizing: border-box;
  }
  
  /* .content.shifted {
    margin-left: 10px;
  } */
  
  /* .content h1 {
    margin-top: 0;
  } */
  
  /* .content p {
    line-height: 1.6;
    max-width: 800px;
  } */
  
  /* @media (max-width: 768px) {
    .content.shifted {
      margin-left: 0;
    }
  
    .sidebar {
      width: 200px;
    }
  
    .sidebar.active ~ .content {
      margin-left: 0;
    }
  
    .content {
      padding-left: 80px;
    }
  } */

  .social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  
  
  /* IMAGES */

  section {
    margin-bottom: 3rem;
  } 
  
  img {
    max-width: 100%;
    height: auto;
    border: 2px solid #ccc;
    border-radius: 10px;
  } 
  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto; /* Enables scrolling */
    max-height: 100vh; /* Prevents it from taking more space than the screen */
    
  }

  .img-main {
    max-width: 100%; /* Ensures the image takes up the full screen width */
    height: auto; /* Maintains aspect ratio */
    border: 2px solid #ccc;
    /* display: block; Removes extra space below inline images */
    border-radius: 10px; /* Optional: adds rounded corners */
  }

  