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

body {
    background-color: black;
    font-family: 'Times New Roman', Times, serif;
    text-align: center !important;
    
}

header {
  background-color: black;
  color: white;
  position: fixed;
  text-align: center;
  width: 100vw;
 
}

header h1 {
font-size: 20px;
letter-spacing: 7px;
}

header p {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

header p:hover {
  font-weight: bolder;

}

header {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}



a {
  text-decoration: none !important;
}


h1, h2, h3, h4, h5, h6 {
  
    font-family: 'Times New Roman', serif;
}

.logo {
  max-width: 5em;
  color: white;
  height: auto;
  animation: fade-in 10s ease-in-out forwards infinite;
}

.nav a {
    padding: 13px;
    color: white;
    list-style-type: circle;
    text-decoration: none;
}

.nav a:hover {
    color: rgb(143, 255, 143) ;
    z-index: 2;
    border-radius: 20px;    
}



.title {
  padding-top: 2%;
  font-size: 8vh;
  color: white;
  text-align: center;
}

.film_view {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* adjust as needed */
  margin-bottom: -80px;
  margin-top: -40px;
}




.film_view iframe {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.films {
  text-align: justify;
  color: white;
  margin-top: 3%;
  padding-left: 10%;
 
}

.films a {
  color: white; 
}


.menu li {
    display: inline;
}
  
.menu-items {
      font-family: monospace;
      font-size: 13px;
      margin-top: 10px;
      margin-bottom: 10px;
}


  .container {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: .5%;

  }

  .cursor-glow {
    position: relative;
    cursor: pointer;
  }
  
  .cursor-glow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, transparent 1%, transparent 1%);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
  }
  
  .cursor-glow:hover::before {
    opacity: 1;
    animation: glow 8s ease-in-out infinite;
  }
  
  @keyframes glow {
    0% {
      background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 10%, transparent 95%);
    }
    100% {
      background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 1%, transparent 95%);
    }
  }
  
  
  

.main-image {
    
    max-height: 27em;
    margin-top: -90px;
    z-index: -1;
}

  
 


  
  footer  {
    position: relative;
    width: 100%;
    margin: auto;
    max-height: 100%;
    color: white;
  }

  

  footer .sign {
    text-align: center;
    font-size: 20px;
    position: fixed;
    bottom: 0;
    right: 0;
  

  }

  footer .kwh {

    position: fixed;
    top: 0;
    left: 0;
    margin-top: 20vh;
    padding-left: 10px;
    max-width: 20vw;

  }



  footer a {
    color: white;
    text-decoration: none;
  }

  .films a:hover, footer a:hover {
    color: rgb(195, 0, 0);
  }
  
 

  .social-icons a {
    padding:0 5px 5px 0;
    list-style: none;
    color: white
  }
  
  .social-icons li {
  
    display: contents;
  }
  
  .media-wrapper {
    position: relative;
    width: 30em;
    height: 30em;
    overflow: hidden;
}
.media-wrapper img,
.media-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    object-fit: contain;
}



.catalog button  {
  background-color: rgb(119, 0, 0);
  color: white;
  font-size: 16px;
  padding: 10px;
  font-family: 'Times New Roman', Times, serif;
  border-radius: 20px;
  top: 0;
  border-width: 0px;
  justify-content: space-evenly;
 
  margin-top: 1%;
  
}



button:hover {
  background-color: #474747;
  color: white;
}

.vritual {
  position: fixed; /* Positioning relative to the first non-static parent element */
  top: 0;
  left: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  z-index: -1; 
}

.mindsun {
  padding-top: 1%;
height: 100%;
  width: 100%;
  margin: auto;
}

span {
  color: white;
  font-style: italic;
  font-size: 14px;
}