@import url("https://fonts.googleapis.com/css2?family=Anton&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden !important;
  background-color: #fff !important;
  font-family: OpenSans;
}

@font-face {
  src: url(/colourBlast/public/fonts/fat-frank-heavy.otf);
  font-family: Fatfrank1;
  font-weight: 400;
}

@font-face {
  src: url(/colourBlast/public/fonts/fonnts.com-FatFrank_Heavy-1.otf);
  font-family: Fatfrank2;
  font-weight: 500;
}

@font-face {
  src: url(/colourBlast/public/fonts/fonnts.com-FatFrank_Heavy-1.ttf);
  font-family: Fatfrank3;
  font-weight: 600;
}

@font-face {
  src: url(/colourBlast/public/fonts/Jellee-Roman.otf);
  font-family: Jelle;
}

@font-face {
  src: url(/colourBlast/public/fonts/Montserrat-Italic-VariableFont_wght.ttf);
  font-family: Montserrat-i;
}

@font-face {
  src: url(/colourBlast/public/fonts/Montserrat-VariableFont_wght.ttf);
  font-family: Montserrat;
}

@font-face {
  src: url(/colourBlast/public/fonts/OpenSans-Italic-VariableFont_wdthwght.ttf);
  font-family: OpenSans-i;
}

@font-face {
  src: url(/colourBlast/public/fonts/OpenSans-VariableFont_wdthwght.ttf);
  font-family: OpenSans;
}

/* Event Form */

.eventForm-sec {
  background-image: url(../images/backgrounds/general-form.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: -150px;
  padding: 150px 0 380px;
  position: relative;
  z-index: 20;
}

.eventForm-sec {
  padding-top: 300px;
}

.eventFormDiv form {
  padding: 0 60px;
}

.Efields label {
  font-weight: 400;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 8px;
  padding: 0;
  font-family: Jelle;
}

.Efields input {
  border-radius: 40px;
  background-color: #004d67;
  border: 1px solid white;
  min-height: 60px;
  display: block;
  padding: 8px 15px;
  outline: 0;
  resize: none;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: OpenSans;
  width: 100%;
}

.Efields textarea {
  height: 350px;
  border-radius: 40px;
  background-color: #004d67;
  border: 1px solid white;
  min-height: 60px;
  display: block;
  padding: 15px 20px;
  outline: 0;
  resize: none;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: OpenSans;
  width: 100%;
}

.Efield-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 15px 0;
}

.Efield-flex .Efields {
  width: 550px;
  width: 100%;
}

.Efield-btn {
  text-align: center;
  margin-top: 40px;
}

.Efield-btn a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border-radius: 121px 121px 121px 121px;
  box-shadow: 0 2px 1px 1px #b40056;
  background: linear-gradient(370deg, #9b0659 0, #e82c94 7%);
  color: #fff !important;
  padding: 8px 40px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 0;
  transition: 0.2s;
}

.Efield-btn a:hover {
  box-shadow: 0 2px 1px 1px #e82c94;
}

.Efields select {
  border-radius: 40px;
  background-color: #004d67;
  border: 1px solid white;
  min-height: 60px;
  display: block;
  padding: 8px 15px;
  outline: 0;
  resize: none;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: OpenSans;
  width: 100%;
}
/* Form field (select icon) */
.Efields select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../icons/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.5rem;
  padding-right: 2rem;
}

.Efields select option {
  cursor: pointer;
}

.Efields {
  margin-top: 20px;
}

.Efield-locate {
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 40px;
}

.Efield-locate h2 {
  font-weight: 400;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  padding: 0;
  font-family: Jelle;
}

.role input::placeholder {
  font-family: Montserrat;
  color: #fff;
  font-size: 18px;
}
