@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;
}

.supportBanner-sec {
  background-image: url(../images/banners/user-support.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;
}

.need-sec {
  background-image: url(../images/backgrounds/need-background.png);
  background-repeat: no-repeat;
  padding: 240px 0 290px;
  margin-top: -225px;
}

.need-text {
  text-align: center;
}

.need-text h1 {
  font-size: 65px;
  font-family: "FatFrank", sans-serif;
  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;
}

.need-text ul {
  margin-top: 50px;
}

.need-text ul li {
  color: #353535;
  font-size: 23px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  list-style: none;
  padding: 12px 45px;
}

/* Technical Form */

.technicalForm-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;
}

.technical-h {
  text-align: center;
  margin-top: 150px;
}

.technical-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;
}

.technicalFormDiv form {
  padding: 0 60px;
}

.Tfield-h {
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 40px;
}

.Tfield-h h2 {
  font-weight: 400;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  padding: 0;
  font-family: Jelle;
}

.tech-p p {
  font-family: Jelle;
  margin: 45px 0 40px;
  color: #fff;
  font-size: 18px;
}

.Tfields label {
  font-weight: 400;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 8px;
  padding: 0;
  font-family: Jelle;
}

.Tfields 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%;
}

.Tfields textarea {
  height: 200px;
  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%;
}

.Tfield-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 15px 0;
}

.Tfield-flex .Tfields {
  width: 550px;
  width: 100%;
}

.Tfield-btn {
  text-align: center;
  margin-top: 40px;
}

.Tfield-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;
}

.Tfield-btn a:hover {
  box-shadow: 0 2px 1px 1px #e82c94;
}

.Tfields 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%;
}
