#conditions {
  background-color: #00000000;
  color: #fff;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

#close {
  background-color: #329b02;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  border: none;
  cursor: pointer;
}

.modal-container {
  display: flex;
  background-color: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  position: fixed;
  pointer-events: none;
  opacity: 0;  
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: opacity 0.3s ease;
  padding: 1rem;
}

.show {
  pointer-events: auto;
  opacity: 1;
  z-index: 102;
}

.modal {
  background-color: #fff;
  width: 600px;
  max-width: 100%;
  padding: 30px 50px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.modal h1 {
  margin: 0;
}

.modal p {
  opacity: 0.7;
  font-size: 14px;
  margin: 1rem;
}

#conditions2 {
  background-color: #00000000;
  color: #fff;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

#close2 {
  background-color: #eb1e1e;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  border: none;
  cursor: pointer;
}

.modal-container2 {
  display: flex;
  background-color: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  position: fixed;
  pointer-events: none;
  opacity: 0;  
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: opacity 0.3s ease;
}

.show2 {
  pointer-events: auto;
  opacity: 1;
  z-index: 102;
}

.modal2 {
  background-color: #fff;
  width: 600px;
  max-width: 100%;
  padding: 30px 50px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.modal2 h1 {
  margin: 0;
}

.modal2 p {
  opacity: 0.7;
  font-size: 14px;
  margin: 1rem;
}


#conditions3 {
  background-color: #00000000;
  color: #fff;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

#close3 {
  background-color: #e01313;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  border: none;
  cursor: pointer;
}

.modal-container3 {
  display: flex;
  background-color: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  position: fixed;
  pointer-events: none;
  opacity: 0;  
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: opacity 0.3s ease;
}

.show3 {
  pointer-events: auto;
  opacity: 1;
  z-index: 102;
}

.modal3 {
  background-color: #fff;
  width: 600px;
  max-width: 100%;
  padding: 30px 50px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.modal3 h1 {
  margin: 0;
}

.modal3 p {
  opacity: 0.7;
  font-size: 14px;
  margin: 1rem;
}


#conditions4 {
  background-color: #00000000;
  color: #fff;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

#close4 {
  width: 8%;
  font-size: 1.3rem;
  line-height: 2.6rem;
  background: gray;
  border-radius: 1rem;
  cursor: pointer;
  color: white;
  border: white;
  opacity: 0.8;
  margin-left:-2.4rem ;
  background-color: #fd0276;
}

#close5 {
  width: 40%;
  font-size: 1.2rem;
  line-height: 2.6rem;
  background: gray;
  border-radius: 1rem;
  cursor: pointer;
  color: white;
  border: white;
  opacity: 0.8;
  margin-left:-2.4rem ;
  background-color: #8dc63f;
}

@media (max-width: 550px) {
  #close5 {
    font-size: 0.8rem;
  }
}

.modal-container4 {
  display: flex;
  justify-content: center;
  pointer-events: none;
  opacity: 0;  
  top: 0;
  left: 0;
  height: 20vh;
  width: 100vw;
  transition: opacity 0.3s ease;
}

.show4 {
  pointer-events: auto;
  opacity: 1;
  z-index: 102;
}

.modal4 {
  margin-top: 0.5rem;
  background-color: #fff;
  padding: 30px 50px;
  border-radius: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.modal4 h1 {
  margin: 0;
}

.modal4 p {
  opacity: 0.7;
  font-size: 14px;
  margin: 1rem;
}