* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #ffffff;
  font-family: "syne", sans-serif;
  /* font-weight: 900; */
  -webkit-tap-highlight-color: transparent;
  max-height: 100vh;
}

::selection {
  color: white;        /* Text color while selected */
  background: #f1397f; /* Background color while selected */
}


html,
body {
  height: 100%;
  width: 100%;
}

@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Boldonse&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Funnel+Display:wght@300..800&family=Pacifico&family=Syne&display=swap");

img,
button,
div {
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}

.maint {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding: 0 8px;
  overflow: hidden !important;
  background: radial-gradient(#ff0066, #ff778b);
}

.textBox {
  /* background-color: rgba(255, 0, 0, 0.296); */
  height: 150px;
  width: 100vh;
  padding: 1px 30px;
  font-size: 3vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* top: 100px; */
  overflow: hidden;
}

.textOne {
  position: absolute;
  /* top: 100px;  */
}

.textTwo {
  font-size: 3.8vh;
  position: absolute;
  text-align: center;
}

.textThree {
  position: absolute;
  text-align: center;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  /* background-color: aqua; */
  padding: 0px;
  /* position: relative; */
}

.fromText {
  font-weight: 400;
  font-size: 3vh !important;
}

.form p {
  margin-top: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resultText {
  border-radius: 50px;
  border: 1px solid #ff0000;
  margin-top: 50px;
  color: white;
  font-size: 2vh;
  padding: 15px 15px;
  /* position: absolute; */
  font-weight: 700;
  width: 60%;
  max-width: 90%;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: center;
  opacity: 0; /* Initially hidden */
}

.formInput {
  font-size: 2vh;
  font-weight: 800;
  padding: 10px;
  outline: none;
  padding-right: 35px;
  height: 40px;
  width: 250px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  box-sizing: border-box;
}

.in {
  position: relative;
  width: 250px;
}

.in i {
  position: absolute;
  left: 210px;
  /* background-color: #ff0000; */
  top: 45%;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: all;
  font-size: 6vh;
  font-weight: 100 !important;
}

.sec-two {
  background-color: beige;
  color: #ff0066;
  padding: 10px 10px;
  height: 100vh;
}
.best {
  /* background-color: aquamarine; */
  display: none;
  height: 93.2vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px;
  overflow: hidden !important;
  margin-top: -60px;
  /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
}

.best h1 {
  /* font-family: "Boldonse", "Times New Roman", Times, serif, Helvetica, */
  font-weight: 900;
  font-size: 4.8vh;
  font-weight: 900 !important;
  text-shadow: -2px 2px 3px #52005284 ;
  /* -webkit-text-stroke: 1.2px white; */
  margin-bottom: 30px;
  color: #fff4f8;
  letter-spacing: 0.2px;
  line-height: 32px;
  /* background-color: #ff0000; */
}

.pics h1{
  font-size: 4vh !important;
  font-weight: 900;
    text-shadow: none ;

}

.pics {
  /* background-color: #ff8d8d; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.up {
  /* background-color: #ff0000; */
  margin-bottom: 2.2vh;
}

.pics img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.807);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pics img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.incorrect {
  opacity: 0.6;
  pointer-events: none;
}

.sec-two {
  /* background-color: #fff7a4; */
  display: none;
  align-items: center;
  justify-content: center;
  height: 93.5vh;
  position: relative;
}

.congo-sec {
  height: 150px;
  width: 100vh;
  padding: 1px 30px;
  font-size: 3vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* top: 100px; */
  overflow: hidden;
  /* background-color: #ff0000; */
}

.onet {
  color: #fa3282;
  font-size: 4.8vh;
  position: absolute;
  text-align: center;
  /* font-family: "Times New Roman", Times, serif !important; */
  font-weight: 900 !important;
}
.twot {
  color: #fa3282;
  font-size: 4.5vh;
  position: absolute;
  text-align: center;
  /* font-family: "Times New Roman", Times, serif !important; */
  font-weight: 900 !important;
}
.threet {
  color: #fa3282;
  font-size: 4.8vh;
  position: absolute;
  text-align: center;
  /* font-family: "Times New Roman", Times, serif !important; */
  font-weight: 900 !important;
}

.auth{
  display: none ;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  /* background-color: #ff0000; */
  height: 500px;
  margin-top: -50px;
}

.auth h1{
  font-size: 5vh;
  font-weight: 900 !important;
  text-align: center;
  /* background-color: #ff0000; */
  letter-spacing: -2px;
  line-height: 43.5px;
  margin-bottom: 10px;
}

.auth p{
  font-size: 1.8vh;
  text-align: center;
  margin-bottom: 20px;
  color: #a4a4a4;
  font-weight: 200;
  /* background-color: #ff778b; */
  width: 90%;
}

.auth label{
  font-size: 3vh;
  margin-bottom: 10px;
  color: #fedae8;
}

.auth input{
  background-color: rgb(0, 0, 0);
  width: 90%;
  height: 50px;
  padding: 10px;
  border: 1px solid white !important;
  border-radius: 10px;
  border-style: none;
  color: white;
  margin-bottom: 10px;
}

.auth input:focus{
  outline: none;
}

input[type="date"]{
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  /* color: #fa3282; */
}

.auth button{
  width: 90%;
  height: 50px;
  background-color: #ff92bc;
  font-size: 2.5vh;
  border: 1px solid white;
  border-radius: 10px;
}

.custom-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.alert-content {
  background: white;
  padding: 30px 30px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
  text-align: center;
  font-family: 'Poppins', sans-serif;
  animation: slideIn 0.3s ease-out;
  font-size: 2.5vh;
  font-weight: 500;
}

#alertMessage {
  margin-bottom: 20px;
  color: #333;
}

#closeAlert {
  padding: 8px 16px;
  border: none;
  background-color: #ff66b2;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

#closeAlert:hover {
  background-color: #e0559c;
}

@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
