        
      body{
        overflow-x: hidden;
      }  
        .overlay-container {
            background: rgba(0, 0, 0, 0.8); 
            padding: 30px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            position: absolute;
            top: 50%; 
            left: 50%; 
            transform: translate(-50%, -38%); 
            width: 90%; 
            max-width: 100%;
            color: white;
          }
          
          
          .description-section {
            margin-top: 10px;
            text-align: center;
          }
          
        
    .video-container {
        position: relative;
        width: 100%;
        max-width: 560px; 
        margin: 0 auto; 
        padding-top: 35.25%; 
        height: 0; 
        overflow: hidden;
      }
  
      .video-container iframe {
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        height: 100%;
      }
  
      .content-section {
        margin-top: 100px; 
        background-color: rgb(226, 226, 226);
        padding:40px 50px;
      }
      
      .content-section .text-section, .content-section-2 .text-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 50px;
      }
      
      .content-section .img-section, .content-section-2 .img-section {
        display: flex;
        flex-direction: column;
        justify-content: center; 
        align-items: center;
      }
      
      .content-section .img-section img {
        max-width: 100%;
        height: auto;
      }
      
      .content-section-2 .img-section img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        margin: 20px;
      }
footer a{
    color: white;
    text-decoration: none;
}
      .content-section-2 .img-section img:hover,.content-section .img-section img:hover, .duo .container-left:hover,  .duo .container-left-2:hover,  .duo .container-right:hover {
        box-shadow: 0 30px 30px 10px rgba(83, 83, 83, 0.603);
        transform: rotate(-3deg);
        transition: transform 0.5s ease; 
    }
    
      .duo{
        margin-top: 60px;
      }
      .container-left, .container-right, .container-left-2 {
        padding: 50px;
      }
  
    
      .container-left {
        background-color: #e4e4e4;
      }
  
      .container-left-2 {
        background-color: #c9c9c9;
      }
  
   
      .container-right {
        background-color:  #e7d1cb; 
      }
  
      
      .custom-container {
        margin-top: 50px;
        gap: 30px; 
      }
  
      .card-img{
        font-size: 60px;
        padding: 0 30px;
      }

      .custom-container h4{
        padding: 0 30px;
      }
      .embed-responsive {
        position: relative;
        padding-bottom: 86.25%;
        margin: 0 30px; 
        height: 0;
        overflow: hidden;
        background-color: black;
      }
      .embed-responsive-2 {
        position: relative;
        padding-bottom: 36.25%;
        margin: 0 30px; 
        height: 0;
        overflow: hidden;
        background-color: black;
      }
      .embed-responsive-3 {
        position: relative;
        padding-bottom: 66.25%;
        margin: 0 30px; 
        height: 0;
        overflow: hidden;
        background-color: black;
      }
  
      .embed-responsive iframe,   .embed-responsive-2 iframe, .embed-responsive-3 iframe  {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }

      .content-section-2{
        margin-top: 100px; 
        padding: 0 50px;
      }

      

      @media (min-width: 1400px) {
        .bigger{
            padding: 0 15%;
        }
        .overlay-container {
          
            transform: translate(-50%, -50%); 
         
          }
          .video-container {
          
            max-width: 1160px; 
            
          }
      }

      @media (max-width: 768px) {
       
        .embed-responsive-2 {
            position: relative;
            padding-bottom: 86.25%;
            margin: 0 30px; 
            height: 0;
            overflow: hidden;
          }
          
      }