.borderForEvents {
  background: #fff2c9;
  border: 1px solid #000000;
  border-radius: 24px;
}

.borderForEvents h4 {
  color: var(--secondaryColor);
  font-weight: 700;
  font-size: 24px;
  line-height: 39px;
  letter-spacing: 0%;
}

.borderForEvents p {
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 0%;
}

.borderForEvents .btn {
  font-weight: 700;
  font-size: 18px;
  line-height: 24.3px;
  letter-spacing: 0%;
}

.bgFormInEvents {
  background-image: url("../assets/events/eventsForm.png");
  max-width: 1400px;
  margin: auto;
  border-radius: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#cateringForm {
  background: #ffffff45;
  border-radius: 24px;
}

#cateringForm h4 {
  color: white !important;
}


#cateringForm .form-control,
.form-select {
  padding: 8px;
  border: 1px solid white;
  border-radius: 12px;
  color: #ffffff;
  background-color: transparent;
}

.form-control::placeholder {
  color: white;
  font-weight: 500;
  font-size: 18px;
  line-height: 24.3px;
  letter-spacing: 0%;
}

