

.title-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    text-align: left; 
    margin-left: 50px; 
    margin-top: 80px;
    margin-bottom: 20px;
}
.project-name {
    font-size: 36px;
    letter-spacing: 2px;
}

.project-type {
    margin-top: 10px;
    font-size: 16px;
    color: #a0a0a0; 
}

img {
    max-height: 600px;
}

.sec-wrapper {
    padding-top: 20px; 
    margin: auto;
    width: 90%;
}


.main-img {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.orca-imgs {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    gap: 20px; 
}

.kytn-img {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    gap: 20px;
}

.spotify-embed {
    margin: auto;
    width: 40%;
}

.all-work-btn {
    margin: 300px 0;
    text-align: center; 
}



.main-vid {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.main-vid video {
    max-height: 600px; 
    width: auto;
    pointer-events: none; 
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.4);
}

.orca-vid {
    margin-top: 80px;
    margin-bottom: 150px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.orca-vid iframe {
    width: 80%; 
    max-width: 1000px;
    aspect-ratio: 16 / 9; 
    border: none;
    border-radius: 8px;
}


.mobile-image {
    display: none !important;
  }
  
  
  .main-vid {
      margin-bottom: 50px;
      display: flex;
      justify-content: center;
      width: 100%;
  }
  
  .main-vid video, .main-vid .mobile-image {
      max-height: 600px; 
      width: auto;
      pointer-events: none; 
      box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.4);
  }




@media (max-width: 900px) {
  .spotify-embed {
      width: 70%;
  }
  .orca-vid iframe {
      width: 90%;
  }
}


@media (max-width: 768px) {
    .title-text {
        padding: 0 20px;
        margin-left: 0; 
        margin-top: 40px;
    }

  .sec-wrapper {
      width: 100%;
      padding: 30px 20px 0 20px; 
  }

  .orca-imgs, .kytn-img {
      grid-template-columns: 1fr; 
      margin-top: 40px;
  }

 



  
  .desktop-video {
    display: none !important;
}




.mobile-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 55vh !important;
    object-fit: contain !important;
    
    
    display: block !important;
    margin: 0 auto !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .sec-wrapper img {
      width: 100%; 
      height: auto;
  }

  .spotify-embed {
      width: 100%; 
  }

  .orca-vid iframe {
      width: 100%; 
  }

  .all-work-btn {
      margin: 150px 0 100px 0; 
  }
}