* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
  }
  
  body {
    position: relative;
    font-size: 28px;
    background-color: black;
    min-height: 200vh;
    min-width: 100vw;
    overflow-x: hidden;
    background-image: url('hoi.webp');
    /* background-repeat: no-repeat;
    background-size: cover;   */
}

body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* background: linear-gradient(0, 0, 0, 0.5); */
    background: rgba(0, 0, 0, 0.8);
    
}
  
  /* .navrap{
    position: relative;
    font-size: 28px;
    background-color: black;
    min-height: 100vh;
    min-width: 100vw;
    overflow-x: hidden;
  } */
  
  nav {
    position: fixed;
    top: 0%;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-content: center;
    display: flex;
    flex-direction: row;
    background: rgb(0, 212, 255);
    background: linear-gradient(0deg, rgba(0, 212, 255, 0.022934173669467817) 0%, rgba(0, 0, 0, 1) 100%);
    padding-right: 30px;
  }
  
  .header img {
    width: 100%;
  }
  
  
  
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 2%;
    overflow: hidden;
    background: transparent;
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  li a:hover {
    background-color: #111;
  }
  
  .active {
    background-color: transparent;
    color: white;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
  }
  
  .active2 {
    background-color: crimson;
  }
  
  
  
  
  .menu {
    margin: -10px;
  
  
  }
  
  
  .menu ul li {
    display: inline
  }
  
  .menu ul li a {
    color: aliceblue;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    /* padding: 20px; */
  }
  
  .menu ul li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    border-radius: 20px;
  }















  body {
    font-family: 'Arial', sans-serif;
    background-color: #141414;
    color: #fff;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150vh;
}

.container {
    max-width: 800px;
    background-color: #222;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: 10%;
}

.trailer-container {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.trailer-container img {
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    
}

.video-overlay:hover {
    opacity: 1;
}

.play-button {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.play-button a {
  color: red;
  text-decoration: none;
}

/* .play-button img {
    width: 30px;
    height: 30px;
} */

.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.video-popup iframe {
    width: 80%;
    height: 80%;
    border: none;
    border-radius: 8px;
}

.video-controls {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: #fff;
    display: flex;
}

.video-controls img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.back-button {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
    color: #fff;
    margin-top: 43%;
}
.back-button {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.back-button:hover {
  color: aqua; 
  opacity: 0.8; 
  background-color: rgba(0, 0, 0, 0.151);
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    border-radius: 10px;
}




















body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  min-height: 280vh;
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
  height: 100vh;
}

.image-row {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
    padding-top: 30px;
    grid-template-columns: auto auto auto auto auto auto auto auto ;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
}

.image-container {
  position: relative;
      width: calc(33.33% - 20px);
      margin: 10px;
      overflow: hidden;
      height: 150%;
      width: 150%;
}

.image-container img {
  width: 150px;
  height: 100%;
  /* background-size: cover; */
  transition: transform 0.3s ease-in-out;
}

.image-container:hover img {
  transform: scale(1.2);
}

.overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease-in-out;
}

.overlay-container:hover {
  opacity: 1;
}

.overlay-content {
  color: #fff;
  text-align: center;
}

.heading h1{
  font-size: 30px;
  text-align: center;
}






body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  /* background-color: #f0f0f0; */
}

.show-row {
  display: grid;
  padding-top: 30px;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  overflow-x: auto;
  white-space: nowrap; 
  padding-left: 2%;

}

.show-card {
  position: relative;
  max-width: 200px;
  margin-right: 20px;
}

.show-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.show-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.show-card:hover .show-overlay {
  opacity: 1;
}

.play-btn {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}



/* scrollbar */


/* width */
::-webkit-scrollbar {
  width: 20px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}





























footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  margin-top: 5%;
  width: 100%;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 80px; 
  padding-right: 2px;
}

.footer-section {
  flex: 1;
  margin: 0 10px;
}

.footer-section h3 {
  margin: 0;
  font-size: 20px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  padding-left: 2%;
  margin-right: 2%;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: -7px;
}

.footer-section li {
  margin-bottom: 5px;
  font-size: 16px;
  
}


.footer-section a {
  color: #fff;
  text-decoration: none;
}

.footer-logo img {
  width: 150px;
}

