@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 {
   padding: 20px 25px;
  font-size: 18px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  color: #353535;
  text-align: left;
  font-weight: 700;
  background: #ffffff29;
  box-shadow: 0px 0px 8px 2px #6060608f;
  border-radius: 15px;
  outline: 0;
  margin: 10px 55px 25px;
}

/* 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;
}

.general-h h1 br{
    display: none;
}

.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;
}

/* ===================== 

MEDIA QUERY

======================= */

@media screen and (max-width: 2350px) {
    .general2-sec {
        padding: 260px 0 160px;
    }
}

@media screen and (max-width: 1650px) {
    .general2-sec {
        padding: 120px 0 130px;
    }
}

@media screen and (max-width: 1599px) {
    .general2-sec {
        padding: 160px 0 130px;
    }
}

@media screen and (max-width: 1499px) {
    .general2-sec {
        padding: 160px 0 130px;
    }
}

@media screen and (max-width: 1399px) {
    .generalBanner-sec {
        height: 755px !important;
    }
    .general2-sec {
        padding: 160px 0 160px;
    }
    .general-h h1 {
        font-size: 55px;
    }
}

@media screen and (max-width: 1299px) {
    .generalBanner-sec {
        height: 700px !important;
    }
    .general2-sec {
        padding: 160px 0 135px;
    }
}

@media screen and (max-width: 1250px) {
    .generalBanner-sec {
        height: 700px !important;
    }
    .pb-general .container-fluid .row .offset-lg-4.col-lg-8 .pb-text{
        margin-top: 90px;
    }
    section.pb-general {
        margin-bottom: -130px;
    }
}

@media screen and (max-width: 1199px) {
    .general2-sec {
        padding: 175px 0 120px;
    }
    .generalBanner-sec {
        height: 655px !important;
    }
    .general-h h1 {
        font-size: 45px;
    }
    .pb-general .container-fluid .row .offset-lg-4.col-lg-8 .pb-text {
        margin-top: 30px;
    }
    .pb-general .pb-text .pb-stroke {
        margin-top: 0px;
        line-height: 58px;
        font-size: 40px;
        padding: 0 30px 0 157px;
    }
    .pb-general .pb-text .pb-yellow {
        font-size: 130px;
        margin-top: -30px;
        margin-left: 110px;
    }
    .pb-general .pb-top a:nth-child(1) {
        padding: 7px 7px;
        font-size: 18px;
        max-width: 200px;
        line-height: 25px;
    }
    .pb-general .pb-top a:nth-child(2) {
        padding: 7px 7px;
        font-size: 18px;
        max-width: 200px;
        line-height: 25px;
    }    
    .pb-general .pb-bottom a {
        padding: 7px 7px;
        font-size: 18px;
        max-width: 200px;
        line-height: 25px;
    }    
    .pb-general .pb-btns {
        margin-left: 100px;
        margin-top: 75px;
    }
}

@media screen and (max-width: 1099px) {
    .generalBanner-sec {
        height: 610px !important;
    }
    .gen2-text h1 {
        font-size: 50px;
    }
    .gen2-text p {
        font-size: 19px;
    }
}

@media screen and (max-width: 1080px) {
    .generalBanner-sec {
        height: 570px !important;
    }
}

@media screen and (max-width: 1050px) {
    .pb-general .pb-text .pb-stroke {
        margin-top: 0px;
        line-height: 55px;
        font-size: 32px;
        padding: 0 0px 0 157px;
    }
    .pb-general .pb-text .pb-yellow {
        font-size: 110px;
        margin-top: -20px;
        margin-left: 135px;
    }
    .pb-general .pb-btns {
        margin-left: 120px;
        margin-top: 85px;
    }
}

@media screen and (max-width: 991px) {
    .generalBanner-sec {
        height: 505px !important;
    }
    .brochure-sec {
        padding: 310px 0 240px 0;
        margin-top: -570px;
    }
    .pb-general .pb-text .pb-stroke {
        margin-top: 0px;
        line-height: 40px;
        font-size: 28px;
        padding: 0 0px 0 260px;
    }
    .pb-general .pb-text .pb-yellow {
        font-size: 100px;
        margin-top: -10px;
        margin-left: 335px;
    }
    .pb-general .pb-btns {
        margin-left: 520px;
        margin-top: 85px;
    }
    .pb-general .pb-top {
        gap: 25px;
    }
    .pb-general .pb-top a:nth-child(1) {
        padding: 7px 7px;
        font-size: 16px;
        max-width: 160px;
        line-height: 20px;
    }
    .pb-general .pb-top a:nth-child(2) {
        padding: 7px 7px;
        font-size: 16px;
        max-width: 160px;
        line-height: 20px;
    }
    .pb-general .pb-bottom a {
        padding: 7px 7px;
        font-size: 16px;
        max-width: 160px;
        line-height: 20px;
    }
    .pb-general .container-fluid .row .offset-lg-4.col-lg-8 .pb-text {
        margin-top: 100px;
    }
}

@media screen and (max-width: 930px) {
    .pb-general{
        display: none;
    }
    .brochure-sec {
        margin-bottom: -220px;
    }
}

@media screen and (max-width: 768px) {
    .generalBanner-sec {
        height: 435px !important;
    }
    .general-h h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .generalFormDiv form {
        padding: 0 0px;
    }
    .gFields input {
        min-height: 45px;
    }
    .gen2-text h1 {
        font-size: 40px;
        margin-bottom: 20px;
        -webkit-text-stroke: 7px black !important;
    }
    .gen2-text p {
        font-size: 17px;
        margin: 10px 0px 25px;
    }
    .brochure-text h1 {
        font-size: 40px;
        margin: 35px 0;
    }
}

@media screen and (max-width: 650px) {
    .generalBanner-sec {
        height: 380px !important;
    }
}

@media screen and (max-width: 580px) {
    .generalBanner-sec {
        height: 315px !important;
    }
    .general2-sec .container {
        padding: 0 50px;
        max-width: 100%;
    }
    .gen2-text p {
        font-size: 15px;
        margin: 10px 0px 25px;
        padding: 10px 15px;
        line-height: 21px;
    }
    .general2-sec {
        padding: 205px 0 150px;
    }
    .gen2-text h1 {
        font-size: 32px;
        -webkit-text-stroke: 4px black !important;
    }
}

@media screen and (max-width: 480px) {
    .generalBanner-sec {
        height: 260px !important;
    }
    .general-h h1 {
        font-size: 27px;
    }
    .gen2-text h1 {
        font-size: 28px;
        -webkit-text-stroke: 4px black !important;
    }
    .general2-sec {
        padding: 250px 0 200px;
    }
}

@media screen and (max-width: 420px) {
    .generalBanner-sec {
        height: 230px !important;
        margin-top: 10px;
    }
    .general-h h1 {
        font-size: 23px;
    }
}




































