:root {
  --black: #282829;
  --blue: #2aace2;
  --orange: #f68b20;
  --green: #d7df26;
  --red: #eb1d42;
}
@font-face {
  font-family: "fear";
  src: url(../fonts/fears.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Bold.ttf);
  font-weight: 700;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  position: relative;
  line-height: 1;
  font-family: "Poppins";
  font-weight: 400;
  color: #000;
  mix-blend-mode: normal;
}

#spooky_mp3{
  display: none;
}

#body-overlay{
  position: fixed; 
  display: block; 
  width: 100%; 
  height: 100%; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 2; 
  cursor: pointer; 
}

.flex-container{
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  height:100%;
  width: 100dvw;
  gap: 3rem;
  z-index: 3;
  position: relative;
  background-image: url("/wp-content/uploads/2025/10/jack-scaled.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.flex-container .form{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.main-heading{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  background-image: radial-gradient(ellipse 50% 35% at 50% 50%,#6b1818,transparent);
  transform: translate(-50%, -12%);
  letter-spacing: 11px;
  left: 50%;
  top: -12%;
  font-family: "fear";
  text-transform: uppercase;
  font-size: 8em;
  color: #ffe6e6;
  text-shadow: 0 0 0.6rem #ffe6e6, 0 0 1.5rem #ff6565,
    -0.2rem 0.1rem 1rem #ff6565, 0.2rem 0.1rem 1rem #ff6565,
    0 -0.5rem 2rem #ff2424, 0 0.5rem 3rem #ff2424;
  animation: shinez 2s forwards, flickerz 3s infinite;
  z-index: 3;
}
@keyframes blink {
  0%,
  22%,
  36%,
  75% {
    color: #ffe6ff;
    text-shadow: 0 0 0.6rem #ffe6e6, 0 0 1.5rem #ff6565,
    -0.2rem 0.1rem 1rem #ff6565, 0.2rem 0.1rem 1rem #ff6565,
    0 -0.5rem 2rem #ff2424, 0 0.5rem 3rem #ff2424;
  }
  28%,
  33% {
    color: #ff6565;
    text-shadow: none;
  }
  82%,
  97% {
    color: #ff2424;
    text-shadow: none;
  }
}
.flickers {
  animation: shinez 2s forwards, blink 3s 2s infinite;
}
.fast-flickers {
  animation: shinez 2s forwards, blink 10s 1s infinite;
}
@keyframes shinez {
  0% {
    color: #6b1839;
    text-shadow: none;
  }
  100% {
    color: #ffe6ff;
    text-shadow: 0 0 0.6rem #ffe6e6, 0 0 1.5rem #ff6565,
      -0.2rem 0.1rem 1rem #ff6565, 0.2rem 0.1rem 1rem #ff6565,
      0 -0.5rem 2rem #ff2424, 0 0.5rem 3rem #ff2424;
  }
}
@keyframes flickerz {
  from {
    opacity: 1;
  }

  4% {
    opacity: 0.9;
  }

  6% {
    opacity: 0.85;
  }

  8% {
    opacity: 0.95;
  }

  10% {
    opacity: 0.9;
  }

  11% {
    opacity: 0.922;
  }

  12% {
    opacity: 0.9;
  }

  14% {
    opacity: 0.95;
  }

  16% {
    opacity: 0.98;
  }

  17% {
    opacity: 0.9;
  }

  19% {
    opacity: 0.93;
  }

  20% {
    opacity: 0.99;
  }

  24% {
    opacity: 1;
  }

  26% {
    opacity: 0.94;
  }

  28% {
    opacity: 0.98;
  }

  37% {
    opacity: 0.93;
  }

  38% {
    opacity: 0.5;
  }

  39% {
    opacity: 0.96;
  }

  42% {
    opacity: 1;
  }

  44% {
    opacity: 0.97;
  }

  46% {
    opacity: 0.94;
  }

  56% {
    opacity: 0.9;
  }

  58% {
    opacity: 0.9;
  }

  60% {
    opacity: 0.99;
  }

  68% {
    opacity: 1;
  }

  70% {
    opacity: 0.9;
  }

  72% {
    opacity: 0.95;
  }

  93% {
    opacity: 0.93;
  }

  95% {
    opacity: 0.95;
  }

  97% {
    opacity: 0.93;
  }

  to {
    opacity: 1;
  }
}

#entery{
  padding: 30px 40px;
  height: 100%;
  margin-top: 20rem;
  height: 100%;
  position: relative;
  z-index: 5;
  width: 60%;
}
#entery p{
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}
#entery span{
  color: #fff;
  font-size: 2rem;  
}
#entery hr{
  border-top: 2px solid rgb(255, 255, 255);
}
.entery-container{
  border-radius: 10px;
  padding: 15px 20px;
  color: #fff;
  background: #ffffff33;
  border: 2px solid rgba(225, 225, 225, .2);
  backdrop-filter: blur(20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.validation{
  width: 100%;
}
.form-container{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.form-container label{
  font-size: 1.8rem;
  line-height: 1.5;
}
.form-container input{
  padding: 5px 10px;
  border-radius: 10px;
  outline: none!important;
  border: transparent;
  font-size: 1.6rem;
}
.form-container textarea{
  padding: 15px 10px;
  border-radius: 10px;
  outline: none!important;
  border: transparent;
  font-size: 1.6rem;  
}

.radio-input * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.radio-input .label-radio{
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0px 20px;
  width: 220px;
  cursor: pointer;
  height: 50px;
  position: relative;
}
.radio-input .label-radio::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 45px;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 10px;
  border: 2px solid transparent;
}
.radio-input .label-radio p{
  font-size: 1.7rem!important;
}
.radio-input .label-radio input[type="radio"] {
  background-color: transparent;
  border: 2px solid #ff2424;
  appearance: none;
  width: 17px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.radio-input .label-radio input[type="radio"]:checked {
  background-color: #d84343c9;
}

.rating{
  display: flex;
  gap: 0.5rem;
  justify-content: start;
  flex-direction: row-reverse;
}
.rating input{
  display: none;
}
.rating label{
  float: right;
  cursor: pointer;
  color: #ffffff;
  transition: color 0.3s;
}
.rating label:before{
  content: '\2605';
  font-size: 3.5rem;
}
.rating input:checked ~ label,
.rating label:hover,
.rating label:hover ~ label{
  color: #ff0000;
  transition: color 0.3s;
}

#entery button{
  background-color: #ff0000;
  color: #fff;
  padding: 10px 40px;
  display: block;
  font-weight: 700;
  font-size: 2.8rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.other-questions{
  display: none;
}
.yes-open{
  display: block;
}

.validation{position: relative;}
.validation.error input,
.validation.error textarea{border: 2px solid #ff1900;}
.validation small{
  font-size: 1rem;
  font-weight: 700;
  color:  #ff0000;
  position: absolute;
  bottom: -14px;
  left: 6px;
  visibility: hidden;  
}
.validation.error small{visibility: visible;}