@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anonymous+Pro&display=swap");

html {
  font-size: 62.5%;
}
body {
  font-family: sans-serif;
  text-align: center;
  background-color: rgb(0, 0, 0);
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100dvh;
}

.overlay {
  width: 100vw;
  height: 10vh;
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.overlay div,
.overlay p {
  padding: 10px;
}

.overlay div {
  height: min-content;
}

h1 {
  color: #fff;
  font-size: 5rem;
}
h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  margin: 4px;
}

.overlay-counter {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  font-family: monospace;
}

#counter {
  color: chartreuse;
  font-size: 50rem;
}

#counter-button {
  /* all: unset;
  touch-action: manipulation;

  
  background-color: white;
  width:min-content;
  padding:2rem;
 cursor:pointer; */
  pointer-events: all;
  font-family: monospace;
  width: 20%;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background-color: black;
  color: chartreuse;
  border-radius: 5px;
  border: chartreuse solid 2px;
  cursor: pointer;
  transition: 0.3s;
  background-color: black;
  border: 2px solid black;
  background-size: 400px;
  image-rendering: pixelated;
  font-size: 13pt;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.49);
  position: relative;
  color: chartreuse;
  cursor: pointer;
  display: inline-block;
  min-width: 400px;
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.44);
  border-left: 2px solid rgba(255, 255, 255, 0.44);
}
#counter-button:hover {
  cursor: pointer;
  background-color: chartreuse;
  color: black;
}

.video-grid {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, calc(100% / 3)); /* 3 columns */
  grid-template-rows: repeat(2, 50%); /* 3 columns */
  gap: 2px; /* Adjust the gap between images as needed */
  /* margin: 100 auto; Center the grid horizontally */
  /* margin-top: 7%; */
}

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer; /* Add a pointer cursor to indicate it's clickable */
}

img {
  object-fit: cover;

  width: 100%;
  height: 100%;
  min-height: 50vh;

  /* This property ensures the image fills the container while maintaining its aspect ratio */
}

/* .fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
} */

.serafina-subtitle {
  color: rgb(0, 0, 0);
  font-size: 1.3rem;
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3000;
  font-family: monospace;

  width: 10%;

  padding: 2px 0px;

  text-decoration: none;
  background-color: chartreuse;
  border-radius: 5px;
  border: chartreuse solid 2px;
  cursor: pointer;

  border: 2px solid black;

  image-rendering: pixelated;

  text-shadow: 2px 2px rgba(0, 0, 0, 0.49);

  cursor: pointer;
  display: inline-block;
  min-width: 130px;
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.44);
  border-left: 2px solid rgba(255, 255, 255, 0.44);
}

.ausecour {
  font-size: 1.5rem;
  color: chartreuse;
  text-align: left;

  z-index: 100;
  /* position: absolute; */
  font-family: monospace;
}

/*Necessary for class*/

#videoooo {
  filter: grayscale(100%);
  z-index: -10;
}
.video-grid {
  filter: grayscale(100%);
  z-index: -10;
}

.button2 {
  width: 10%;
  display: inline-block;
  padding: 5px 0px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background-color: black;
  color: chartreuse;
  border-radius: 5px;
  border: chartreuse solid 2px;
  cursor: pointer;
  transition: 0.3s;

  border: 2px solid black;
  background-size: 400px;
  image-rendering: pixelated;
  font-size: 1.4rem;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.49);
  position: relative;
  color: chartreuse;
  cursor: pointer;
  display: inline-block;
  min-width: 50px;
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.44);
  border-left: 2px solid rgba(255, 255, 255, 0.44);
  top: 4%;
  z-index: 30;
  position: absolute;
  left: 0.5%;
}

.button2:hover {
  background-color: chartreuse;
  color: black;
}

.button2 + .button2 {
  margin-top: 10px;
}

.button2-container {
  text-align: center;
  width: 50%;
}

#button2_enter {
  -webkit-appearance: none;
  width: 15vw;
  height: 38px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: solid 2px chartreuse; */
  font-family: monospace;
}

#button2_enter {
  width: 15vw;
  height: 38px;
  background-color: chartreuse;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: solid 2px chartreuse; */
  font-family: monospace;
}

#button2_enter a {
  width: 50%;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background-color: chartreuse;

  border-radius: 5px;
  /* border: chartreuse solid 2px; */
  cursor: pointer;
  transition: 0.3s;
  color: black;
  border: 2px solid black;
  background-size: 400px;
  image-rendering: pixelated;
  font-size: 13pt;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.49);
  position: relative;

  cursor: pointer;
  display: inline-block;
  min-width: 90px;
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.44);
  border-left: 2px solid rgba(255, 255, 255, 0.44);
}

#button2_enter a:hover {
  color: black; /* Change color on hover if needed */
}

@media (max-width: 600px) {
  #counter {
    color: chartreuse;
    font-size: 20rem;
    touch-action: manipulation;
  }

  #counter-button {
    width: 1%;
    min-width: 230px;
    margin-top: 5vh;
    touch-action: manipulation;
  }

  .button2 {
    width: 30%;
    display: inline-block;
    padding: 5px 0px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background-color: black;
    color: chartreuse;
    border-radius: 5px;
    border: chartreuse solid 2px;
    cursor: pointer;
    transition: 0.3s;

    border: 2px solid black;
    background-size: 400px;
    image-rendering: pixelated;
    font-size: 1.4rem;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.49);
    position: relative;
    color: chartreuse;
    cursor: pointer;
    display: inline-block;
    min-width: 50px;
    text-align: center;
    border-top: 2px solid rgba(255, 255, 255, 0.44);
    border-left: 2px solid rgba(255, 255, 255, 0.44);
    top: 0%;
    z-index: 30;
    position: absolute;
    left: 0.5%;
  }

  .serafina-subtitle {
    color: rgb(0, 0, 0);
    font-size: 1.3rem;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    font-family: monospace;

    width: 10%;

    padding: 2px 0px;

    text-decoration: none;
    background-color: chartreuse;
    border-radius: 5px;
    border: chartreuse solid 2px;
    cursor: pointer;

    border: 2px solid black;

    image-rendering: pixelated;

    text-shadow: 2px 2px rgba(0, 0, 0, 0.49);

    cursor: pointer;
    display: inline-block;
    min-width: 130px;
    text-align: center;
    border-top: 2px solid rgba(255, 255, 255, 0.44);
    border-left: 2px solid rgba(255, 255, 255, 0.44);
    top: 3%;
    left: 50.6%;
  }
}

/*  */
