@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.bg-main{
  background-color: black;
}
.set-div-1{
  background-color: black;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.set-div-2{
    background-color: #013094;
    width: 50vh;
    height: 88vh;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    
    /* padding: 6vh 2vh ; */
    padding: 6vh 2vh 6vh 2vh;
}
.set-div-2-bg{
    background-color: #F3EBDD;
}
.set-div-3-bg{
  background-color: #212121;
}
.set-div-3-game-bg{
  background-color: #212121;
  padding: 0px !important;
}
.set-div-3-open-game-bg{
  background-color: #212121;
  padding: 0px !important;

}

.rotated-screen{
  background-color: white;
  /* transition: transform 0.3s ease;
  transform: rotate(90deg); */
}

.Screen{
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}

.set-child-div{
  width: 100%;
  height: 50%;
  align-content: flex-end;
}

.set-child-div img{
  width: 25vh;
}


.set-text-div{
  width: 100%;
    height: 30%;
    display: flex;
    flex-direction: column;
    padding-top: 2vh;
}


.set-text-div h2{
  font-family: "Overpass", sans-serif;
  color: #fff;
  font-weight: 700;
  margin: 0;
  font-size: 3.5vh;
}
.set-text-div p{
  font-family: "Overpass", sans-serif;
  color: #fff;
  font-weight: 100;
  font-size: 1.8vh;
  margin-top: 2vh;
}


.set-btn-1{
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center;
  padding: 1.1vh 0;
  border: none;
  background-color: #FDAC00;
  color: #013094;
  outline: none;
  font-family: "Overpass", sans-serif;
  font-weight: 600;
  border-radius: 10px;
  border-bottom: 3px solid #EC6C0D;
  font-size: 2vh;
  text-transform: initial;
}
.set-btn-signup{
  margin-top: 1vh;
}
.set-btn-signin{
  background-color: #E5D8BF;
  border-bottom: none;
}
.set-btn-1 img{
  width: 2.5vh;
  margin-bottom: 0;
}

.loader-div{
  height: 100%;
    display: flex;
    align-items: center;
    color: white;
}



/* Laique */


@media only screen and (min-width: 1px) and (max-width: 560px) {
  .set-div-2{
      width: 100%;
  }
}
@media only screen and (min-width: 340px) and (max-width: 460px) {
  .set-div-2{
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .set-div-2::-webkit-scrollbar {
    display: none;
  }
}

.survey-card {
    background-color: #003193;
    border-radius: 2rem 2rem 0 0;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    /* box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); */
    width: 100%;
    max-width: 350px;
    color: white;
        height: 120vh;
    overflow: auto;

}

/* Question */
.question {
    margin-bottom: 1.5rem; /* mb-6 */
}

.question-label {
    display: block;
    font-size: 1.125rem; /* text-lg */
    font-weight: bold;
    margin-bottom: 0.75rem; /* mb-3 */
}

/* Reaction buttons */
.reaction-buttons {
    display: flex;
    justify-content: center;
    gap: 0.5rem; /* gap-2 */
}

.reaction-btn {
    padding: 0.75rem; /* p-3 */
    border-radius: 1rem; /* rounded-xl */
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.reaction-btn:hover {
    transform: scale(1.05);
}

.laugh { background-color: #10b981; color: white; }
.smile { background-color: #34d399; color: white; }
.neutral { background-color: #facc15; color: white; }
.frown { background-color: #f97316; color: white; }
.annoyed { background-color: #ef4444; color: white; }

/* Rating stars */
.rating-stars {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    font-size: 2rem;
    cursor: pointer;
    transition: transform 0.2s;
}

.rating-stars .star:hover {
    transform: scale(1.2);
}

/* Input fields */
.input-field {
    width: 90%;
    padding: 0.75rem;
    border: 2px solid #d1d5db; /* border-gray-300 */
    border-radius: 1rem;
    background: transparent;
    color: white;
    outline: none;
}

.input-field:focus {
    border-color: #3b82f6; /* focus:border-blue-500 */
}

/* Textarea */
.textarea {
    resize: none;
}

/* Submit button */
.submit-btn {
    width: 100%;
    background-color: #facc15; /* bg-yellow-400 */
    color: #1e3a8a; /* text-blue-900 */
    font-weight: bold;
    font-size: 1.125rem;
    padding: 1rem;
    border-radius: 9999px; /* rounded-full */
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.submit-btn:hover {
    background-color: #fbbf24; /* hover:bg-yellow-500 */
}

::-webkit-scrollbar{
  display: none;
}

.input-field::placeholder,
.textarea::placeholder{
    color: #d1d5db;
}

/* Reaction buttons selected state */
.reaction-btn.active {
    background: #ffcc00;
    border-radius: 8px;
    transform: scale(1.1);
    transition: 0.2s;
}

/* Stars */
.star {
    cursor: pointer;
    font-size: 32px;
    padding: 5px;
    color: #ccc;
    transition: 0.2s;
}

.star.active-star {
    color: #fbbf24; /* golden */
    transform: scale(1.2);
}
