@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Barrio&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=DM+Serif+Display:ital@0;1&family=Metal+Mania&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Underdog&display=swap');

    /* Ensure html and body take full width and height */
    html, body {
      height: 100%;
      margin: 0;
      padding: 0;
  }

    /* Your existing body styles */
    body {
      font-family: 'Special Elite', cursive;
      background-color: #000;
      color: #fff;
      display: flex;
      flex-direction: column;
    }

/* preloader
==================================================*/

.preloader {
  position: fixed;            
  top: 0;                    
  left: 0;                   
  right: 0;                  
  bottom: 0;                 
  background-color: rgb(11, 10, 15); /* Background color */
  display: flex;             
  justify-content: center;   
  align-items: center;       
  z-index: 9999;             
  opacity: 1;                 /* Start fully visible */
  visibility: visible;        /* Visible by default */
  transition: opacity 0.5s ease, visibility 0s 0.5s; /* Smooth fade + delayed visibility */
}

.preloader.hidden {
  opacity: 0;                /* Hidden state */
  pointer-events: none;      /* Prevent clicks on hidden preloader */
}

.preloader img {
  max-width: 30%;             
  height: auto;              
}

.content {
  display: none; /* Hide content until preloader is hidden */
  text-align: center; /* Center content for visual appeal */
  padding: 20px;
}

/* preloader
==================================================*/

/* Typography
==================================================*/
.movie-list {
  color: #ffffff;
  background-color: transparent;
  font-family: 'audiowide', sans-serif;
  font-size: 20px;
  padding-bottom: 4px;
  letter-spacing: 6px;
  text-transform: uppercase;
  column-count: 3; /* Creates 3 columns */
  column-gap: 20px; /* Adjust gap between columns */
}


h1 {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
}

.center-h1-container {
  display: flex;
  flex-direction: column;    /* Stack the h1 and h2 vertically */
  justify-content: center;   /* Vertically center the h1 and h2 as a group */
  align-items: center;       /* Horizontally center the h1 and h2 */
  height: 100vh;             /* Full viewport height */
  text-align: center;        /* Center-align text */
  color: white;
}

@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600,600i,700,700i,800,800i,900,900i&display=swap');
h2 {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
}



/* Typography
==================================================*/


/* question and answers
==================================================*/
.question-container {
  width: 60%;  
  margin-right: auto;
  margin-left: auto;
 
}
.question-container-high {
  width: 100%;  
  margin-right: auto;
  margin-left: auto;
  height: 90vh;
  position: absolute;
}

.question {
  width: 100%;  
  height: 68vh;
  display: flex;
  justify-content: center;  
  align-items: center; 
  text-align: center;
  color: white;
  margin: 0; 
  padding: 0;  
}

.question h1 {
  max-width: 80%;
  word-wrap: break-word;
  color: white;
  font-size: 65px;
  background-color: rgb(243, 20, 224); 
  padding: 2px;  
  display: inline; 
  margin: 0; 
}

.question h2 {
  max-width: 80%;
  padding: 10px;
  word-wrap: break-word;
  color: white;
  font-size: 65px;
}

.subtext {
  width: 60%;

  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  position: absolute;
  z-index: 1;
  top: 71%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
}

.subtext h2 {
  max-width: 100%;
  word-wrap: break-word;
  color: white;
  font-size: 45px;
}


.subtext-small {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  position: absolute;
  z-index: 1;
  top: 71%;
  left: 49%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
}

.subtext-small h2 {
  max-width: 100%;
  word-wrap: break-word;
  color: white;
  font-size: 45px;
}

/* question and answers 
==================================================*/


/* header
==================================================*/




.full-width-header {
  z-index: 1000;
  width: 100vw;
  color: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* Align top elements vertically */
  margin-top: 20px;
  max-height: 5em;
}

.header-left {
  flex: 1;
  text-align: left;
  position: relative; /* Positioning context for absolutely positioned children */
}

.header-right {
  flex: 1;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  margin-top: -102px;
  margin-right: 60px;
}

.header-left h1 {
  font-size: 40px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  padding-left: 20px;
}

.header-left h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  letter-spacing: 2px;
  margin-top: -33px;
  padding-left: 20px;
}


.timer .container {
  font-size: 24px;
  color: #ffffff;
  border-radius: 5px;
  margin-right: -61px;
}

.moon {
  height: auto;
  margin-right: 200px;
  z-index: 0;
}

.moon-container {
  position: relative;
  margin-top: -346px;
  z-index: 2;
}

.right-ui img {
  position: relative;
  max-height: 100%;
  margin-top: -47%;
  z-index: -90;
}

.right-ui {
  position: absolute;
  top: 59%;
  right: -34px;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}

.right-ui img {
  animation: fadeOut 2s ease forwards;
  animation-delay: 22s;
  opacity: 1;
}

.left-ui img {
  position: absolute;
  z-index: -90;
  margin-right: 3px;
}

.left-ui {
position: absolute;
    top: -27px;
    left: -57px;
    margin-left: 20px;
}
/* header
==================================================*/


/* controls
==================================================*/



.footer-logo-controls {
  margin-bottom: -29px;
  width: 3%;
  overflow: hidden;
  text-align: left;

}

.controls li {
	width: 50px;
	display: inline;
	list-style: none;
  text-align: right;
  top: 20;
  bottom: 0;
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	opacity: 40%;
}
.fx-icon {
margin-left: 20px;
padding-right: 40px;
}



.controls a{
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	opacity: 40%;

}


.controls a:hover{
	color: red;
		opacity: 100%;
}



  audio::-webkit-media-controls-play-button,
  audio::-webkit-media-controls-panel {
    background-color: #ffffff;
    color: #ffffff;
  }
  


.footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  align-items: center;
  background-color: #0b0a0f;
  text-align: right;
  overflow: hidden;
  z-index: 9999;
  max-height: 17px;
  border-top: 1px solid #5a1010;
border-radius: 1px;
}

.footer-right {
  margin-top: -22px;
  float: right;
  background: #5a1010;
  height: 200px;
  margin-right: -12px;
}

.footer-left {
  display: none;
}


.player {

  width: 80px;
  height: 80px;
  background: url('https://image.flaticon.com/icons/svg/149/149657.svg') no-repeat center center;
  z-index: 30;
}

.footer a {
  text-decoration: none;
  color: white;
  padding: 20px;


}
.footer ul {
  padding-left: 90px;
}
.footer a.restart {
  background-color: #2e2e2e00;
  color: rgb(223, 24, 24);
  padding-left: 37px;
  text-align: center;
}
.footer a.previous {
  background-color: #c0292900;
  color: rgb(223, 24, 24);
  padding-left: 37px;
}

.footer a.control-button {
  background-color: #2e2e2e00;
  color: rgb(223, 24, 24);
  padding-left: 37px;
}

.footer a.control-button:hover {
  background-color: #ffffff27;
  color: black;
}

.footer a.previous:hover {
  background-color: #ffffff27;
  color: black;
}

#button a:hover {
  background-color: #ffffff27;
  color: black;
}

.restart img{
  margin-right: 19px;
  margin-top: 20px;
}

.previous img{
  margin-right: 19px;
  margin-top: 20px;
}

.control-button img {
  width: 12px;   /* Set a specific width */
  height: 20px;  /* Set a specific height */
  margin-right: 19px;
  margin-top: 20px;
  transition: transform 0.2s; /* Optional: smooth scaling on hover/click */
}

.control-button:active img {
  transform: scale(0.95); /* Scale down slightly on click */
}

.control-button {
  box-sizing: border-box;
}


/* controls
==================================================*/

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;  /* Full width */
  height: 100vh;  /* Full viewport height */
}

/* Styling the video */
.video-container video {
  max-width: 80%;  /* Scale the video to 80% of the container's width */
  max-height: 80%; /* Scale the video to 80% of the container's height */
  object-fit: contain; /* Ensures video maintains aspect ratio */
}





#video {
  position: fixed;  /* Make sure the video stays fixed even when scrolling */
    top: 0;
    left: 0;
    width: 100%;  
    height: 100%; 
    object-fit: cover; 
    background-size: cover;
    z-index: -100;
    opacity: 100%;
}

#video-overlay {
  position: fixed;  /* Make sure the video stays fixed even when scrolling */
    top: 0;
    left: 0;
    width: 100%;  /* Make the video span the full width of the viewport */
    height: 100%; /* Make the video span the full height of the viewport */
    object-fit: cover;  /* Ensures the video covers the entire screen while maintaining aspect ratio */
    z-index: -1;  /* Place the video behind any other content */
    background-size: cover;
    z-index: -60;
    opacity: 3%;
    mix-blend-mode: hard-light;
}
#video-overlay-smoke {
  position: fixed;  /* Make sure the video stays fixed even when scrolling */
    top: 0;
    left: 0;
    width: 100%;  /* Make the video span the full width of the viewport */
    height: 100%; /* Make the video span the full height of the viewport */
    object-fit: cover;  /* Ensures the video covers the entire screen while maintaining aspect ratio */
    z-index: -1;  /* Place the video behind any other content */
    background-size: cover;
    z-index: 700;
    opacity: 14%;
    mix-blend-mode: luminosity;
}

#video-overlay-smoke-hf {
  position: fixed;  /* Make sure the video stays fixed even when scrolling */
    top: 0;
    left: 0;
    width: 100%;  /* Make the video span the full width of the viewport */
    height: 100%; /* Make the video span the full height of the viewport */
    object-fit: cover;  /* Ensures the video covers the entire screen while maintaining aspect ratio */
    z-index: -1;  /* Place the video behind any other content */
    background-size: cover;
    z-index: 700;
    opacity: 20%;
    mix-blend-mode: add;
}


#video-overlay3 {
  position: fixed;  /* Make sure the video stays fixed even when scrolling */
    top: 0;
    left: 0;
    width: 100%;  /* Make the video span the full width of the viewport */
    height: 100%; /* Make the video span the full height of the viewport */
    object-fit: cover;  /* Ensures the video covers the entire screen while maintaining aspect ratio */
    z-index: -1;  /* Place the video behind any other content */
    background-size: cover;
    z-index: -60;
    opacity: 20%;
    mix-blend-mode: luminosity;
}
#video-overlay-wtf {
  position: fixed;  /* Make sure the video stays fixed even when scrolling */
    top: 0;
    left: 0;
    width: 100%;  /* Make the video span the full width of the viewport */
    height: 100%; /* Make the video span the full height of the viewport */
    object-fit: cover;  /* Ensures the video covers the entire screen while maintaining aspect ratio */
    z-index: -1;  /* Place the video behind any other content */
    background-size: cover;
    z-index: -60;
    opacity: 40%;
    mix-blend-mode: hard-light;
}
#video-overlay-wtf2 {
  position: fixed;  /* Make sure the video stays fixed even when scrolling */
    top: 0;
    left: 0;
    width: 100%;  /* Make the video span the full width of the viewport */
    height: 100%; /* Make the video span the full height of the viewport */
    object-fit: cover;  /* Ensures the video covers the entire screen while maintaining aspect ratio */
    z-index: -1;  /* Place the video behind any other content */
    background-size: cover;
    z-index: -60;
    opacity: 80%;
    mix-blend-mode: overlay;
}
#video-overlay-baby {
  position: fixed;  /* Make sure the video stays fixed even when scrolling */
    top: 0;
    left: 0;
    width: 100%;  /* Make the video span the full width of the viewport */
    height: 100%; /* Make the video span the full height of the viewport */
    object-fit: cover;  /* Ensures the video covers the entire screen while maintaining aspect ratio */
    z-index: -1;  /* Place the video behind any other content */
    background-size: cover;
    z-index: -60;
    opacity: 60%;
}

.centered-image {
  position: absolute;  /* Position relative to the nearest positioned ancestor */
  top: 50%;            /* Center vertically */
  left: 50%;           /* Center horizontally */
  transform: translate(-50%, -50%); /* Adjust for the dimensions of the image */
  max-width: 30%;     /* Limit the maximum width of the image */
  max-height: 45%;    /* Limit the maximum height of the image */
  overflow: hidden;   /* Make sure overflowing content is visible */
  z-index: 400;
}
.centered-image-full {
  position: absolute;  /* Position relative to the nearest positioned ancestor */
  top: 50%;            /* Center vertically */
  left: 50%;           /* Center horizontally */
  transform: translate(-50%, -50%); /* Adjust for the dimensions of the image */
  max-width: 100%;     /* Limit the maximum width of the image */
  max-height: 100%;    /* Limit the maximum height of the image */
  overflow: hidden;   /* Make sure overflowing content is visible */
  z-index: 400;
}

.centered-image-full img {
  width: 100%;         /* Make the image take up the full width of the container */
  height: auto;        /* Maintain aspect ratio */
  display: block;      /* Remove the bottom margin/padding */
}
.centered-image-emb {
  position: absolute;  /* Position relative to the nearest positioned ancestor */
  top: 45%;            /* Center vertically */
  left: 50%;           /* Center horizontally */
  transform: translate(-50%, -50%); /* Adjust for the dimensions of the image */
  max-width: 45%;     /* Limit the maximum width of the image */
  max-height: 45%;    /* Limit the maximum height of the image */
  overflow: visible;   /* Make sure overflowing content is visible */
  z-index: 400;
}

.centered-image-emb img {
  width: 100%;         /* Make the image take up the full width of the container */
  height: auto;        /* Maintain aspect ratio */
  display: block;      /* Remove the bottom margin/padding */
}


.centered-image img {
  width: 100%;         /* Make the image take up the full width of the container */
  height: auto;        /* Maintain aspect ratio */
  display: block;      /* Remove the bottom margin/padding */
}

.pegi18-image img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  margin-top: -42%;
  margin-left: -86%;
}

.pegi18-image {
  position: absolute;
  max-width: 35%;
  max-height: 45%;
  top: 87%;
  left: 97%;
  overflow: visible;
  z-index: 600;
}





.border-image img {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;

}

.main-border-image img {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
}
.border-web img {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -30;
  opacity: 100%;
}

.main-web-image img {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
}

		/* scrollbar */

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  z-index: 200;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #819298;

}
::-webkit-scrollbar-thumb:hover {
  background: #819298;
}
::-webkit-scrollbar-thumb:active {
  background: #819298;
}
::-webkit-scrollbar-track {
  background: white;
  border: 39px none #1f2224;
}
::-webkit-scrollbar-track:hover {
  background: white;
}
::-webkit-scrollbar-track:active {
  background: white;
}
::-webkit-scrollbar-corner {
  background: white;
}

/* scrollbar IE*/



/*Text selection*/

	::selection {
  background: #819298; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #819298; /* Gecko Browsers */
}

.error {
	color:#000000;
}