@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;
}

.programBanner-sec {
  background-image: url(../images/banners/program.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;
}

.prog-option-sec {
  background-image: url(../images/backgrounds/prog-option.png);
  position: relative;
  z-index: 99;
  margin-top: -250px;
  padding-top: 220px;
  padding-bottom: 100px;
}

.prog-event-h h1 {
  font-size: 70px;
  font-family: FatFrank1;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 10px black !important;
  paint-order: stroke fill;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.diy-img img {
  width: 100%;
  overflow: hidden;
  height: 350px;
  object-fit: contain;
  transition: 0.4s;
}

.diy-img img:hover {
  filter: brightness(0.6);
  cursor: pointer;
  transform: scale(1.1);
}

.diy-text p {
  color: #353535;
  font-size: 18px;
  line-height: 34px;
  font-family: OpenSans;
  text-align: center;
  font-weight: 700;
  transition: 0.5s;
  padding: 0px 7px;
  margin-top: 30px;
}

.diy-bottomText {
  color: #8c8a88 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  font-family: "Open Sans", sans-serif !important;
  transition: 0.5s !important;
  font-weight: 500 !important;
  text-align: center !important;
  margin-top: 25px;
}

.optionBlueText h1 {
  margin-top: 130px;
  color: #03aad6;
  font-size: 100px;
  line-height: 50px;
  text-align: right;
  font-family: "Have Heart Two";
}

.green-box-sec {
  background-image: url(../images/backgrounds/prog-option.png);
  position: relative;
  z-index: 99;
  padding-top: 80px;
  padding-bottom: 160px;
  position: relative;
}

.green-box-sec::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 350px;
  top: -14%;
  background-image: url(../images/backgrounds/boxblue.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.theGreenBox {
  background: #8bbd44;
  border-radius: 30px;
  text-align: center;
  filter: drop-shadow(2px 4px 6px black);
  padding: 30px 0 50px 30px;
  transform: rotate(-3deg);
  margin-top: -110px;
}

.theGreenBox h2 {
  font-family: "Open Sans";
  font-size: 35px;
  line-height: 43px;
  color: #fff;
  font-weight: 700;
}

.theGreenBox h1 {
  font-size: 75px;
  font-family: FatFrank3;
  color: #000;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 10px white !important;
  paint-order: stroke fill;
  text-align: center;
  position: absolute;
  bottom: -53px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* FunRun */

.FunRun-sec {
  padding-bottom: 260px;
  background-image: url(../images/backgrounds/funrun.png);
  background-repeat: no-repeat;
  position: relative;
  z-index: 30;
  padding-top: 60px;
  background-size: cover;
}

.FunRun-sec .container-fluid {
  padding-left: 0 !important;
}

.fun-img img {
  width: 120%;
}

.fun-box {
  background: #fff;
  filter: drop-shadow(2px 4px 6px black);
  width: 90%;
  padding: 40px 30px 20px 30px;
  border-radius: 25px;
  text-align: center;
  margin-left: 10px;
  transform: rotate(-8deg);
  transition: 0.5s;
}

.fun-box:hover {
  transform: rotate(2deg);
  background: #03aad6;
  filter: drop-shadow(4px 4px 12px white);
  cursor: pointer;
}

.fun-box h1 {
  color: #f32085;
  font-family: FatFrank;
  font-size: 40px;
  line-height: 43px;
  text-align: center;
  text-transform: uppercase;
}

.fun-box h2 {
  color: #000;
  line-height: 30px;
  padding-top: 20px;
  font-family: "Open Sans";
  font-weight: 800;
}

.diy-fun-text {
  margin-top: 90px;
}

.diy-fun-text h2 {
  color: #000;
  rotate: -4deg;
  -webkit-text-stroke: 6px #fff;
  font-size: 95px;
  line-height: 75px;
  text-align: center;
  font-family: FatFrank3;
  font-weight: 900 !important;
  text-transform: uppercase;
}

.diy-yellow {
  font-family: "Have Heart Two";
  font-size: 65px;
  line-height: 45px;
  padding-bottom: 20px;
  color: #f1e70d;
  font-weight: 500;
  text-align: center;
  margin: 45px 0 30px;
}

.diy-fun-text p {
  font-size: 18px;
  line-height: 35px;
  font-family: OpenSans;
  text-align: center;
  font-weight: 700;
  padding-bottom: 10px;
  color: #fff;
}

.diy-fun-ul {
  margin-top: 50px;
}

.diy-fun-ul ul {
  padding: 0;
  list-style: none;
  padding-left: 50px;
}

.diy-fun-ul ul li {
  margin: 15px 0;
}

.diy-fun-ul ul li:first-child {
  margin-left: 30px;
}

.diy-fun-ul ul li img {
  width: 6%;
}

.diy-fun-ul ul li span {
  font-size: 21px;
  line-height: 26px;
  font-family: OpenSans;
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding-left: 14px;
}

.diy-fun-bottomText h1 {
  color: #000;
  rotate: 4deg;
  -webkit-text-stroke: 3px #fff;
  font-size: 80px;
  line-height: 75px;
  text-align: center;
  font-family: FatFrank3;
  font-weight: 900 !important;
  margin-top: 40px;
  text-transform: uppercase;
}

/* Hire */

.hire-sec {
  background-image: url(../images/backgrounds/hire-background.png);
  /* background-size: 100% 100%; */
  padding-bottom: 210px;
  padding-top: 210px;
  margin-top: -200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  z-index: 25;
  position: relative;
}

.hire-sec::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 46%;
  background-image: url(../images/backgrounds/hire-after.png);
  bottom: -90px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 73% 101%;
  object-position: left;
}

.hire-text {
  text-align: center;
  position: relative;
}

.hire-text:hover img {
  transform: rotate(361deg);
}

.hire-text h1 {
  font-size: 80px;
  font-family: FatFrank1;
  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;
}

.hire-text h2 {
  font-family: "Have Heart Two";
  color: #f32085;
  font-size: 75px;
  margin-bottom: 40px;
  font-weight: 400 !important;
  line-height: 55px;
  width: 73%;
}

.hire-text p {
  color: #858585;
  font-size: 19px;
  line-height: 33px;
  font-family: OpenSans;
  font-weight: 700;
  width: 80%;
  text-align: center;
}

.hire-text img {
  position: absolute;
  right: 60px;
  top: -7px;
  width: 200px;
  height: 280px;
  transition: 2.5s;
}

.hire-box {
  background: #8bbd44;
  text-align: center;
  border-radius: 30px;
  border: 4px solid #000;
  filter: drop-shadow(2px 4px 6px black);
  padding: 20px 18px 24px 16px;
  transition: 0.5s;
  transform: rotate(-0.5deg);
  position: relative;
  z-index: 15;
  margin-top: 70px;
}

.hire-box:hover {
  background: #03aad6;
  cursor: pointer;
  transform: translate(10px, 10px);
}

.hire-box h1 {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  line-height: 72px;
  font-family: FatFrank1;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-bottom: 10px;
  transform: rotate(0.5deg);
  transition: 0.5s;
}

.hire-box p {
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-family: OpenSans;
  text-align: center;
  font-weight: 500;
  transform: rotate(0.5deg);
  transition: 0.5s;
}

/* Hire blue */

.hireBlue-sec {
  background-image: url(../images/backgrounds/hireBlue.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 300px;
  position: relative;
  margin-top: -20px;
  z-index: 20;
}

.hireBlue-text p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-family: OpenSans;
  font-weight: 600;
}

.hireBlue-text ul {
  list-style: none;
  padding: 0;
}

.hireBlue-text ul li {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  font-family: OpenSans;
  font-weight: 600;
  padding-left: 9px;
}

.hireBlue-text h4 {
  color: #f2e70c;
  font-family: FatFrank1;
  font-size: 25px;
  line-height: 25px;
  padding: 20px 0;
}

.hirePackage h1 {
  font-size: 75px;
  font-family: FatFrank1;
  color: #000;
  line-height: 20px;
  -webkit-text-stroke: 10px white !important;
  paint-order: stroke fill;
  text-transform: uppercase;
  transform: rotate(5deg);
  text-align: right;
  padding-right: 20px;
  padding-bottom: 0;
}

.hirePackage h2 {
  font-family: "Have Heart Two";
  font-size: 125px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 70px;
  padding-left: 50px;
  text-align: center;
  transform: rotate(5deg);
}

.hireBlue-img img {
  width: 100%;
}

.hireBlue-bottomList ul {
  list-style: none;
  padding: 0;
}

.hireBlue-bottomList ul li {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  font-family: OpenSans;
  font-weight: 600;
  padding-left: 9px;
}

/* Hosted */

.hosted-sec {
  position: relative;
  padding: 150px 0 250px;
  overflow: hidden;
  background-image: url(../images/backgrounds/hosted.png);
  /* background-size: cover; */
  background-position: 100% 100%;
  margin-top: -190px;
  z-index: -1;
}

.hosted-sec::before {
  content: "";
  background-image: url(../images/backgrounds/hosted-before.png);
  position: absolute;
  right: -100px;
  width: 330px;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
}

.hosted-p {
  padding-top: 120px;
}

.hosted-text {
  padding-top: 40px;
}

.hosted-p p {
  color: #757575;
  font-size: 18px;
  line-height: 28px;
  font-family: OpenSans;
  font-weight: 700;
  padding-left: 80px;
}

.hosted-LorenImg img {
  width: 110%;
  margin: -85px 0px 0 -65px;
}

.hosted-text {
  padding-right: 80px;
}

.hosted-8-text {
  padding-right: 80px;
}

.hosted-text h1 {
  font-size: 80px;
  font-family: FatFrank1;
  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;
  text-transform: uppercase;
}

.hosted-text h2 {
  font-family: "Have Heart Two";
  color: #f32085;
  font-size: 80px;
  font-weight: 400 !important;
  line-height: 45px;
  padding-bottom: 30px;
  text-align: center;
  margin-top: -25px;
}

.hosted-8-text h3 {
  color: #8bbd44;
  font-family: FatFrank1;
  font-size: 25px;
  line-height: 25px;
  padding: 20px 0;
  text-transform: uppercase;
  padding-bottom: 3px;
}

.hosted-8-text p {
  color: #757575;
  font-size: 18px;
  line-height: 28px;
  font-family: OpenSans;
  font-weight: 700;
}

.hosted-8-text ul {
  padding-left: 5px;
  list-style-type: none;
}

.hosted-8-text ul li {
  color: #757575;
  font-size: 19px;
  line-height: 28px;
  font-family: OpenSans;
  font-weight: 600;
  padding-left: 15px;
  position: relative;
  padding-bottom: 5px;
}

.hosted-8-text ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #000;
  left: 0;
  top: 13px;
}

.hosted-8-text ul li strong {
  color: #000;
}

.bottomHost {
  margin-left: -60px;
}

/* MultiImg */

.multiImg-sec {
  margin-top: -190px;
  position: relative;
}

.color-main-img {
  text-align: center;
}

.color-main-img img {
  width: 100%;
}

/* Fund option */

.fund-option-sec {
  position: relative;
  padding: 150px 0 220px;
  overflow: hidden;
  background-image: url(../images/backgrounds/hosted.png);
  background-position: 100% 100%;
  margin-top: -190px;
  z-index: -1;
}

.fundOpt-text h1 {
  font-family: FatFrank1;
  font-style: normal;
  font-weight: 900;
  font-size: 65px;
  line-height: 82px;
  text-align: center;
  text-transform: uppercase;
  color: #f1e70d;
  transform: rotate(2.88deg);
  -webkit-text-stroke: 3px black !important;
}

.fundOpt-text p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  color: #858585;
  margin-top: 15px;
}

/* Insentive Boxes */

.insentive-box {
  background: #fff;
  box-shadow: 0 0 26.4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  position: relative;
  margin: 10px;
  padding: 20px;
  height: 600px;
  margin-top: 65px;
}

.incentive-h {
  position: absolute;
  top: -33px;
  left: 100px;
  transform: rotate(1.5deg);
}

.ins-h2 {
  position: absolute;
  top: -55px;
  left: 90px;
  transform: rotate(1.5deg);
}

.incentive-h h1 {
  font-size: 55px;
  font-family: FatFrank3;
  color: #000;
  line-height: normal;
  -webkit-text-stroke: 6px #d8d8d8;
  paint-order: stroke fill;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 50px;
}

.insen-text {
  margin-top: 25px;
}

.insen-text p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #585858;
}

.insen-text h3 {
  font-family: FatFrank;
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  line-height: 45px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #8bbd44;
}

.insen-pics {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.insen-img img {
  width: 100%;
}

.insen-img3 {
  position: absolute;
  bottom: -80px;
  left: -135px;
}

.insen-img3 img {
  width: 90%;
}

.insen-img4 {
  position: absolute;
  bottom: -85px;
  right: 15px;
}

.insen-img4 img {
  width: 90%;
}
