/*
Theme Name: Custom Canopyyy
Author: Sarah Al Mamoun
*/

html {
    touch-action: pan-x pan-y !important;
    overflow: 0 !important;
    -webkit-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
  }


* {
    box-sizing: border-box;
    zoom: 100%;

   }

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    width: calc(100vw - 10px);
    height: calc(100vh - 10px);
    /* min-width: 1300px;  */

}

@media only screen and (max-width: 768px) {
  body {
      transform: scale(2.5);
      transform-origin: left center;
      /* width: calc(10vw - 10px); */
      overflow-y: hidden;        
      /* overflow-x: hidden;   */
  }
  .eye-title {
    display: none !important;

}
}

a {
    color: #333;
    text-decoration: none;
}

h2 a {
    color: #333;
}

h2 a:hover {
    color: #999;
}

.page-title {
    position: absolute;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px ;
  }

/* homepage */
#interactive-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
}

.eye-container {
    position: absolute;
    width: 100%;
    height: 100%;
    /* transform-origin: center center; */
    transition: transform 0.5s ease;
    /* overflow: hidden; */
    width: 100%;
    height: 100%;
}

.eye {
    position: absolute;
    opacity: 1;
    max-width: none;
    overflow: hidden;
    transition: transform 0.5s ease; 
}


.eye:hover {
    transform: scale(1.5);
    transition: transform 0.7s ease;
}

/* #interactive-bg-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center center;
} */

main{
    width: 100%;
    height: 100%;
}

/* #interactive-bg-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    position: relative;    
} */
/* 
#interactive-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: grab;
} */

.eye-link {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 40px;
    font-weight: bold;
  }
  
  .eye-title {
    display: none;
    position: fixed; 
    padding: 5px 10px; 
    background-color: black;  
    color: white;  
    border-radius: 5px;  
    white-space: nowrap;  
    pointer-events: none;  
    z-index: 1000;  
    font-size: 20px;  

}
  .eye-link:hover .eye-title {
    display: block;
  }


/* end of homepage */
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fade-out 5s ease-out forwards;
  }
  


/*/////////this is for the initial pulsing of the icons*/
  @keyframes fade-out {
    from { opacity: 1; }
    to { opacity: 0; }
  }
  
  #loading-message {
    font-size: 24px;
  }


  @keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.50);
    }
    100% {
        transform: scale(1);
    }
}

.eye {
  /* ... other styles ... */
  animation: pulse 2s ease-out 1;
}
/*/////////this is for the initial pulsing of the icons <end>*/


.soundcloud-player iframe {
  height: 100px !important; 
}

.soundcloud-player {
  height: 80px;
  /* overflow: hidden;
  position: relative; */
}



/*   artist page */
  
.pt{
    padding-top: 100px;

}  

.artist-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
  
  .artistpage-grid {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    padding-top: 100px;
  }

  .artist {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 20px;
  }
  
  .artist-photo {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .artist-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover
  }
  
  .artist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin: 100px auto;
    max-width: 1100px;
  }
  
  .artistpage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 100px auto;
    max-width: 1100px;
  }
  
  .artist-grid a {
    display: block;
    position: relative;
    overflow: hidden;
  }
 .artistpage-grid a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  
  .artist-grid img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
  }
  .artistpage-grid img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
  }
  
  .artistpage-grid p {
    padding: 50px;
  }
  
  .artist-grid img:hover {
    transform: scale(1.1);
  }

  .artistpage-grid img:hover {
  }
  
  
  .artist-grid img::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  
  .artist-grid a:hover img::before {
    opacity: 1;
  }
  
  .artist-grid a:hover img {
    transform: scale(1.2);
  }
  
  .artist-grid img::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  
  .artist-grid a:hover img::after {
    opacity: 1;
  }
  
  @media screen and (max-width: 768px) {
    .artist-grid {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 10px;
    }
  }

  @media screen and (max-width: 768px) {
    .artistpage-grid {
      grid-template-columns: 1fr;
      padding-left: 20px;
      padding-right:20px;
    }
  }
/*  end of artist page  */


