@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;
}

.generalBanner-sec {
  background-image: url(../images/banners/general.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 800px;
  max-height: 100%;
  margin-top: -15px;
  position: relative;
  z-index: 100;
}

.general2-sec {
  margin-top: -220px;
  position: relative;
  background-image: url(../images/backgrounds/general2.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0 200px;
}

.gen2-text {
  text-align: center;
}

.gen2-text h1 {
  font-size: 65px;
  font-family: FatFrank3;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 9px black !important;
  paint-order: stroke fill;
  text-align: center;
  font-weight: 900;
}

.gen2-text p {
  color: #353535;
  font-size: 20px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: bold;
  /* margin-top: 50px; */
  font-weight: 700;
}

/* General Form */

.generalForm-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;
}

.gField-btn button {
    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;
    border: 0;
}

.general-h {
  text-align: center;
  margin-top: 50px;
}

.general-h h1 {
  font-size: 75px;
  font-family: FatFrank3;
  color: #000000;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 5px white !important;
  paint-order: stroke fill;
  text-align: center;
}

.generalFormDiv form {
  padding: 0 60px;
}

.gFields label {
  font-weight: 400;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 8px;
  padding: 0;
  font-family: Jelle;
}

.gFields 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: Jelle;
  width: 100%;
}

.gFields 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: Jelle;
  width: 100%;
}

.GField-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 15px 0;
}

.GField-flex .gFields {
  width: 550px;
  width: 100%;
}

.gField-btn {
  text-align: center;
  margin-top: 40px;
}

.gField-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;
  border: 0;
}

.gField-btn a:hover {
  box-shadow: 0 2px 1px 1px #e82c94;
}

/* Brocher General */

.brocher-general {
  margin-top: -380px;
  z-index: 21;
  position: relative;
}

/* PB General */

.pb-general {
  background-image: url(../images/backgrounds/pb-general.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: unset;
  height: 1200px;
  z-index: 22;
  position: relative;
  padding: 180px 0 100px;
  margin-top: -350px;
}
