@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;
  /*outline: 2px solid green;*/
}

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

.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: 30px;
}

.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: left;
  font-weight: 700;
  transition: 0.5s;
  padding: 0px 7px;
  margin-top: 30px;
  padding: 15px 20px;
  background: #ffffff29;
  box-shadow: 0px 0px 8px 2px #6060608f;
  border-radius: 15px;
  outline: 0;
}

.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: left !important;
  margin-top: 20px !important;
}

.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: 40px;
  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: 100;
  padding-top: 60px;
  background-size: 100% 100%;
}

.FunRun-sec .container-fluid {
  padding-left: 0 !important;
}

.fun-img img {
  width: 90%;
}

.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: #fff;
  font-family: FatFrank1;
  font-size: 40px;
  line-height: 43px;
  text-align: center;
  -webkit-text-stroke: 8px #000000 !important;
  paint-order: stroke fill;
  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: 10px #fff;
  paint-order: stroke fill;
  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: 15px;
  margin-top: 75px;
}

.diy-fun-ul ul li {
  margin: 15px 0;
}

.diy-fun-ul ul li img {
  width: 6%;
}

.diy-fun-ul ul li span {
  font-size: 19px;
  line-height: 26px;
  font-family: OpenSans;
  text-align: center;
  font-weight: 700;
  color: #000;
  padding-left: 14px;
}

.diy-fun-bottomText h1 {
  color: #000;
  rotate: 4deg;
  -webkit-text-stroke: 10px #fff !important;
  paint-order: stroke fill;
  font-size: 80px;
  line-height: 75px;
  text-align: center;
  font-family: FatFrank3;
  font-weight: 900 !important;
  margin-top: 40px;
  text-transform: uppercase;
}

/* New Design */

.get-colour-sec {
    background-image: url(../images/backgrounds/prog-option.png);
    position: relative;
    z-index: 99;
    margin-top: -282px;
    padding-top: 250px;
    padding-bottom: 100px;
}

/* New FunRun */

.newFunRun-sec{
    background-image: url(../images/backgrounds/prog-option.png);
    position: relative;
    z-index: 99;
    padding-bottom: 45px;
}

.nfr1-img {
    text-align: center;
}

.nfr1-img img{
    width: 87%;
}

.e2-box {
    border: 3px solid black;
    padding: 15px 20px;
    border-radius: 30px;
    margin-top: 60px;
    background: #fff;
}

.e2-box h2{
    font-size: 32px;
    font-family: FatFrank3;
    color: #e82c94;
    letter-spacing: 0.1rem;
    line-height: normal;
    text-align: center;
}

.e2-box p{
    color: #353535;
    font-size: 17px;
    font-family: OpenSans;
    text-align: center;
    font-weight: 600;
}

.hb-box {
    margin-top: 30px;
}

.hb-h {
    margin-bottom: 35px;
}

.hb-h h1 {
    font-size: 65px;
    font-family: FatFrank3;
    color: #f1e70d;
    letter-spacing: 0.1rem;
    line-height: normal;
    -webkit-text-stroke: 9px #000000 !important;
    paint-order: stroke fill;
    text-align: center;
}

.hb-h h3 {
    font-size: 40px;
    font-family: FatFrank3;
    color: #fff;
    letter-spacing: 0.1rem;
    line-height: normal;
    -webkit-text-stroke: 7px #000000 !important;
    paint-order: stroke fill;
    text-align: center;
}

.diy-new-box {
    border: 3px solid #000;
    border-radius: 30px;
    padding: 10px 35px;
    box-shadow: 20px 20px 0px 0px #000;
    background: #fff;
}

.diy-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dnb-img {
    width: 190px;
}

.dnb-img img{
    width: 100%;
}

.diy-new-box h2{
    font-size: 34px;
    font-family: FatFrank3;
    color: #e82c94;
    letter-spacing: 0.1rem;
    line-height: normal;
    text-align: center;
}

.spy-h h3{
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 35px;
}

.fr-btn{
    text-align: center;
    margin-top: 30px;
}

.fr-btn a button{
    position: relative;
    vertical-align: middle;
    border: 2px solid #f32085;
    border-radius: 50px;
    background-color: #f32085;
    box-shadow: 0px 3px 0px 1px #b40056;
    padding: 9px 10px 9px;
    text-align: center;
    width: 220px;
    color: #fff !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
    font-size: 22px;
}

.fr-btn a button:hover{
    box-shadow: 0px 3px 0px 1px #f32085;
}

.do-h h1{
    font-size: 90px;
    font-family: FatFrank3;
    color: #fff;
    letter-spacing: 0.1rem;
    line-height: normal;
    -webkit-text-stroke: 10px #000 !important;
    paint-order: stroke fill;
    text-align: center;
    transform: rotate(-4deg);
    text-shadow: 0.075em 0.08em 0.1em rgba(0, 0, 0, 1);
}

.row.cd-row {
    margin-top: 30px;
}

/* eh new sec */

.eh-new-sec{
    background-image: url(../images/backgrounds/prog-option.png);
    position: relative;
    z-index: 99;
    padding-bottom: 40px;
}

.ehPart-h h1 {
    font-size: 55px;
    font-family: FatFrank3;
    color: #f1e70d;
    letter-spacing: 0.1rem;
    line-height: normal;
    -webkit-text-stroke: 9px #000 !important;
    paint-order: stroke fill;
    text-align: center;
}

.ehPart-h h2 {   
    color: #ffffff;
    font-size: 100px;
    line-height: 50px;
    text-align: center;
    font-family: "Have Heart Two";
    -webkit-text-stroke: 9px #000 !important;
    paint-order: stroke fill;
    margin-top: -15px;
}

.ehPart-h h2 span {
    font-family: 'Fatfrank3';
    font-size: 65px;
}

.eh-box1,
.eh-box2{
    border: 3px solid black;
    padding: 15px 20px;
    border-radius: 30px;
    background: #fff;
}

.eh-box1 h2,
.eh-box2 h2{
    text-align: center;
    font-size: 40px;
    font-family: FatFrank3;
    color: #e82c94;
    letter-spacing: 0.1rem;
    line-height: normal;
}

.eh-box1 {
    margin-top: 30px;
}

.eh-box2 {
    margin-top: 25px;
}

.nei1,
.nei2{
    text-align: center;
}

.nei1 img{
    width: 95%;
}

.nei2 img{
    width: 85%;
    position: relative;
    z-index: 2;
}

.eh-box1 p,
.eh-box2 p{
    color: #353535;
    font-size: 17px;
    line-height: 34px;
    font-family: OpenSans;
    text-align: center;
    font-weight: 500;
}

.eh-img img{
    width: 115%;
    position: relative;
    left: -110px;
    z-index: 1;
}

.eh-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.eh-btn a button{
    position: relative;
    vertical-align: middle;
    border: 2px solid #f32085;
    border-radius: 50px;
    background-color: #f32085;
    box-shadow: 0px 3px 0px 1px #b40056;
    padding: 9px 10px 9px;
    text-align: center;
    width: 220px;
    color: #fff !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
    font-size: 22px;
}

.eh-btn a button:hover{
    box-shadow: 0px 3px 0px 1px #f32085;
}

/* New Hosted */

.new-hosted{
    background-image: url(../images/backgrounds/prog-option.png);
    position: relative;
    z-index: 99;
}

.new-hosted-grid {
    display: grid;
    grid-template-columns: 8fr 4fr; 
    gap: 30px; 
    align-items: start;
}

.new-hg-hosted-img,
.vert1-img,
.vert2-img{
    text-align: center;
}

.new-hg-hosted-img img{
    width:100%;
}
/*.vert1-img img{*/
/*    width:100%;*/
/*}*/
/*.vert2-img img{*/
/*    width:100%;*/
/*}*/

.new-hg-h h1 {
    font-size: 55px;
    font-family: FatFrank3;
    color: #f1e70d;
    letter-spacing: 0.1rem;
    line-height: normal;
    -webkit-text-stroke: 9px #000 !important;
    paint-order: stroke fill;
    text-align: center;
}

.new-hg-h-blue h1 {
    font-size: 40px;
    font-family: FatFrank3;
    color: #03aad6;
    letter-spacing: 0.1rem;
    line-height: normal;
    -webkit-text-stroke: 7px #000 !important;
    paint-order: stroke fill;
    text-align: center;
    margin-top: 20px;
}

.nbox-p{
    border: 3px solid black;
    padding: 15px 20px;
    border-radius: 30px;
    background: #fff;
}

.nbox-li{
    border: 3px solid black;
    padding: 15px 20px;
    border-radius: 30px;
}

.nbox-p p {
    color: #353535;
    font-size: 17px;
    line-height: 28px;
    font-family: OpenSans;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
}

.nbox-li ul{
    margin-bottom: 0;
}

.nbox-li ul li {
    color: #353535;
    font-size: 17px;
    font-family: OpenSans;
    font-weight: 500;
}

.diy-fun-ul.diy-n {
    margin-top: 20px;
}

.diy-fun-ul.diy-n ul {
    margin-top: 15px;
}

.diy-fun-ul.diy-n ul li img {
    width: 5%;
}

.new-hg-btn a button{
    position: relative;
    vertical-align: middle;
    border: 2px solid #f32085;
    border-radius: 50px;
    background-color: #f32085;
    box-shadow: 0px 3px 0px 1px #b40056;
    padding: 9px 10px 9px;
    text-align: center;
    width: 220px;
    color: #fff !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
    font-size: 22px;
}

/* New Incentive*/

.new-incentive-sec{
    background-image: url(../images/backgrounds/prog-option.png);
    position: relative;
    z-index: 99;
    padding-bottom: 40px;
}

.cbe-h-bottom h1 {
    font-size: 55px;
    font-family: FatFrank3;
    color: #f1e70d;
    letter-spacing: 0.1rem;
    line-height: normal;
    -webkit-text-stroke: 9px #000 !important;
    paint-order: stroke fill;
    text-align: center;
}

.cbe-fund-h h2{
    color: #ffffff;
    font-size: 100px;
    line-height: 50px;
    text-align: center;
    font-family: "Have Heart Two";
    -webkit-text-stroke: 9px #000 !important;
    paint-order: stroke fill;
    margin-top: -15px;
}

.cbe-fund-h h2 span {
    font-family: 'Fatfrank3';
    font-size: 65px;
}

.cbe-p{
    border: 3px solid black;
    padding: 15px 20px;
    border-radius: 30px;
    background: #fff;
}

.cbe-p p{
    color: #353535;
    font-size: 17px;
    line-height: 28px;
    font-family: OpenSans;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
}

.cbe-left-h {
    margin: 10px 0 40px;
}

.cbe-left-h h4{
    text-align: right;
    font-size: 30px;
    font-family: FatFrank3;
    color: #e82c94;
    letter-spacing: 0.1rem;
    line-height: normal;
}

.cbe-left-h h6{
    text-align: right;
    font-size: 20px;
    font-family: FatFrank3;
    color: #e82c94;
    letter-spacing: 0.1rem;
    line-height: normal;
}

.inc-new-box1{
    border: 3px solid black;
    padding: 15px 20px 15px;
    border-radius: 30px;
    background: #fff;
    position: relative;
    top: -110px;
}

.inc-h-new h1 {
    color: #ffffff;
    font-size: 100px;
    line-height: 20px;
    text-align: center;
    font-family: "Have Heart Two";
    -webkit-text-stroke: 9px #000 !important;
    paint-order: stroke fill;
    position: relative;
    top: -57px;
}

.inc-h3-new h3{
    text-align: center;
    font-size: 20px;
    font-family: FatFrank3;
    color: #e82c94;
    letter-spacing: 0.1rem;
    line-height: normal;
}

.inc-p-new p{
    color: #353535;
    font-size: 17px;
    line-height: 28px;
    font-family: OpenSans;
    text-align: center;
    font-weight: 500;
}

.inc-img3{
    width: 1700px;
}

.inc-img1 img{
    width: 90%;
}
.inc-img2 img{
    width: 90%;
}
.inc-img3 img{
    width: 100%;
}

.inc-threeimg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inc-h-new {
    position: relative;
}

.inc-new-box2{
    border: 3px solid black;
    padding: 15px 20px 15px;
    border-radius: 30px;
    background: #fff;
}

.inc-h-new2 h1 {
    color: #ffffff;
    font-size: 80px;
    line-height: 15px;
    text-align: center;
    font-family: "Have Heart Two";
    -webkit-text-stroke: 7px #000 !important;
    paint-order: stroke fill;
    position: relative;
    top: -57px;
}

.inc-h3-new2 h3 {
    text-align: center;
    font-size: 20px;
    font-family: FatFrank3;
    color: #e82c94;
    letter-spacing: 0.1rem;
    line-height: normal;
}

.inc-p-new2 p {
    color: #353535;
    font-size: 17px;
    line-height: 28px;
    font-family: OpenSans;
    text-align: center;
    font-weight: 500;
}

.insen-twoimg {
    display: flex;
    justify-content: space-between;
}

.insen-twoimg1 img{
    width: 75%;
    position: relative;
    top: -40px;
    left: -45px;
}

.insen-twoimg2 img{
    width: 80%;
    position: relative;
    top: -20px;
    right: -60px;
}

.blue-big-btn {
    margin-top: -50px !important;
}

.blue-big-btn a button{
    position: relative;
    vertical-align: middle;
    border: 2px solid #f32085;
    border-radius: 50px;
    background-color: #f32085;
    box-shadow: 0px 3px 0px 1px #b40056;
    padding: 9px 10px 9px;
    text-align: center;
    width: 100%;
    color: #fff !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
    font-size: 22px;
}

.add-a-img {
    text-align: center;
}

.fund-option-sec .container-fluid .row.mt-5{
    margin-top: 0 !important;
}

/* 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: -180px;
  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: left;
  padding: 15px 20px;
  background: #ffffff29;
  box-shadow: 0px 0px 8px 2px #6060608f;
  border-radius: 15px;
  outline: 0;
}

.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: 30px;
  max-height: 420px;
  height: 100%;
}

.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: left;
  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: 270px;
  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;
}

.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: 0px;
}

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

.container.bottom-video{
    position: relative;
    z-index: 100;
    z-index: 9999;
    pointer-events: auto;
}

.container.bottom-video .video-wrapper,
.container.bottom-video .video-wrapper iframe {
    position: relative;
    z-index: 9999;
    pointer-events: auto;
}

/* 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: 125px 0 290px;
  overflow: hidden;
  background-image: url(../images/backgrounds/hosted.png);
  background-position: 100% 100%;
  margin-top: -190px;
  /*z-index: -1;*/
}

.fund-option-sec .container{
    position: relative;
    z-index: 10;
}

.fundOpt-text h1 {
  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;
  font-size: 50px;
  /*transform: rotate(2.88deg);*/
}

.fundOpt-text p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 33px;
  text-align: left;
  color: #858585;
  padding: 15px 25px;
  background: #ffffff29;
  box-shadow: 0px 0px 8px 2px #6060608f;
  margin: 15px 55px 20px;
  border-radius: 15px;
  outline: 0;
}

/* 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: 17px;
  line-height: 27px;
  text-align: left;
  color: #585858;
}

.insen-text h3 {
  font-family: "FatFrank1";
  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;
  bottom: 0px;
  right: 15px;
}

.insen-img4 img {
  width: 90%;
}
.bottom-video iframe a span{
    width: unset !important;
}

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

Media Query

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

@media screen and (max-width: 2350px) {
    .programBanner-sec {
        height: 1050px;
    }
    .green-box-sec {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 1950px) {
    .hire-sec{
        padding-bottom: 350px;
    }
    .green-box-sec {
        padding-bottom: 235px;
        margin-bottom: -170px;
    }
}
@media screen and (max-width: 1899px){
    /*.get-colour-sec {*/
    /*    padding-top: 140px;*/
    /*}*/
    /*.prog-option-sec {*/
    /*    padding-top: 140px;*/
    /*}*/
}
@media screen and (max-width: 1799px){
    .programBanner-sec {
        height: 900px;
    }
}
@media screen and (max-width: 1750px){
    .green-box-sec {
        padding-bottom: 220px;
    }
}
@media screen and (max-width: 1399px) {
    .programBanner-sec {
        height: 740px !important;
    }
    .theGreenBox h1 {
        font-size: 55px;
        bottom: -22px;
    }
    .theGreenBox h2 {
        font-size: 30px;
        line-height: 43px;
    }
    .diy-fun-text h2 {
        font-size: 75px;
    }
    .fun-img img {
        width: 100%;
    }
    .diy-fun-bottomText h1 {
        font-size: 70px;
    }
    .diy-fun-ul ul {
        padding-left: 70px;
    }
    .diy-fun-ul ul li span {
        padding-left: 0px;
    }
    .hire-box {
        max-height: 450px;
    }
    .hosted-sec .container img {
        width: 100%;
        margin: -85px 0px 0 -35px;
    }
    .hosted-p {
        padding-top: 170px;
        padding-bottom: 50px;
    }
    .hire-text img {
        right: -25px;
    }
    .incentive-h h1 {
        font-size: 45px;
    }
    .ins-h2 h1 br{
        display: none;
    }
    .incentive-h {
        position: absolute;
        top: -15px;
        left: 100px;
        transform: rotate(1.5deg);
    }
    .ins-h2 {
        position: absolute;
        top: -20px !important;
        left: 30px !important;
        transform: rotate(1.5deg);
        white-space: nowrap;
    }
    .fund-option-sec .container .row.mt-5{
        margin-bottom: 70px !important;
    }
    .theGreenBox {
        margin-top: -175px;
    }
    .green-box-sec {
        padding-bottom: 200px;
    }
    .bottom-video iframe{
        width: 100%;
    }
    .insen-img4 {
        bottom: -70px;
        right: -20px;
    }
    .insen-img4 img {
        width: 70%;
    }
    .nfr1-img img {
        width: 95%;
        margin-top: 15px;
    }
    .spy-h h3 {
        font-size: 30px;
    }
    .dnb-img {
        width: 160px;
    }
    .nei1 img {
        width: 100%;
    }
    .nei2 img {
        width: 95%;
    }
    .eh-img img {
        width: 120%;
        left: -110px;
        z-index: 3;
    }
}
@media screen and (max-width: 1299px) {
    .programBanner-sec {
        height: 695px !important;
    }
    .diy-fun-ul {
        margin-top: 15px;
    }
}
@media screen and (max-width: 1199px) {
    .prog-option-sec .container,
    .green-box-sec .container,
    .hire-sec .container,
    .hireBlue-sec .container,
    .hosted-sec .container,
    .fund-option-sec .container{
        max-width: 100%;
        padding: 0 50px;
    }
    .bottom-video iframe {
        width: 100%;
        height: 600px;
    }
    .programBanner-sec {
        height: 655px !important;
    }
    .theGreenBox h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .theGreenBox h1 {
        font-size: 45px;
        bottom: -15px;
        right: 0px;
    }
    .hire-text img {
        right: -105px;
        width: 185px;
        height: 185px;
        top: 5px;
        display: none;
    }
    .hire-box {
        height: 100%;
        max-height: 590px;
    }
    .hirePackage h1 {
        font-size: 55px;
    }
    .hire-text h2 {
        width: unset;
    }
    .hire-text p {
        width: unset;
    }
    .hosted-sec::before {
        right: -95px;
        width: 290px;
        top: 85px;
        bottom: 0;
    }
    .incentive-h h1{
        font-size: 36px;
    }
    .incentive-h {
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
    }
    .ins-h2 {
        position: relative;
        top: -5px !important;
        left: 0 !important;
        transform: unset;
        white-space: normal;
    }
    .insen-text {
        margin-top: 5px;
    }
    .incentive-h h1 {
        font-size: 36px;
        margin-bottom: -5px;
        line-height: normal;
    }
    .insen-img4 {
        position: absolute;
        bottom: -70px;
        right: -75px;
    }
    .insen-img4 img {
        width: 75%;
    }
    .insen-img3 {
        position: relative;
        bottom: -60px;
        left: -100px;
    }
    .insen-img3 img {
        width: 60%;
    }
    .prog-option-sec {
        padding-top: 200px;
    }
    .theGreenBox {
        margin-top: -195px;
    }
    .hosted-text h1 {
        font-size: 55px;
        -webkit-text-stroke: 6px black !important;
    }
    .hosted-text h2 {
        font-size: 65px;
        line-height: 38px;
    }
    .insentive-box {
        margin-top: 25px;
        height: 635px;
    }
    .fund-option-sec {
        padding: 150px 0 240px;
    }
    .prog-event-h h1 {
        font-size: 50px;
    }
    .hb-h h1 {
        font-size: 50px;
        -webkit-text-stroke: 8px #000000 !important;
    }
    .nfr1-img img {
        width: 100%;
        margin-top: 90px;
    }
    .diy-fun-ul ul {
        padding-left: 55px;
        margin-top: 5px;
    }
    .hb-h h3 {
        font-size: 33px;
        -webkit-text-stroke: 6px #000000 !important;
    }
    .diy-new-box h2 {
        font-size: 25px;
    }
    .spy-h h3 {
        font-size: 25px;
    }
    .dnb-img {
        width: 125px;
    }
    .do-h h1 {
        font-size: 65px;
        -webkit-text-stroke: 8px #000 !important;
    }
    .ehPart-h h1 {
        font-size: 50px;
        -webkit-text-stroke: 7px #000 !important;
    }
    .ehPart-h h2 {
        font-size: 85px;
        -webkit-text-stroke: 6px #000 !important;
    }
    .nei2 img {
        width: 100%;
    }
    .nei1 img {
        width: 100%;
        margin-top: 85px;
    }
    .new-hg-h h1 {
        font-size: 50px;
        -webkit-text-stroke: 7px #000 !important;
    }
    .vert1-img img{
        width: 100%;
    }
    .vert2-img img{
        width: 100%;
    }
    .new-hg-hosted-img img {
        width: 100%;
        margin-top: 90px;
    }
    .new-hg-h-blue h1 {
        font-size: 33px;
        -webkit-text-stroke: 6px #000 !important;
    }
    .cbe-h-bottom h1 {
        font-size: 50px;
        -webkit-text-stroke: 8px #000 !important;
    }
    .diy-fun-ul ul {
        padding-left: 15px;
    }
    .add-a-img img{
        width: 100%;
        margin-top: 60px;
    }
    .cbe-left-h {
        margin: 25px 0 55px;
    }
    .insen-twoimg1 img {
        width: 95%;
        position: relative;
        top: -15px;
        left: -20px;
    }
    .e-bottom-program h1{
        -webkit-text-stroke: 8px black !important;
        font-size: 50px;
    }
    .eh-box1 h2, .eh-box2 h2 {
        font-size: 33px;
    }
    .new-incentive-sec {
        padding-top: 40px;
    }
}
@media screen and (max-width: 1080px) {
    .diy-yellow {
        margin: 15px 0 25px;
    }
    .hire-sec::after {
        bottom: -380px;
        background-size: 100% 72%;
    }
    .hire-sec {
        background-size: unset;
        margin-bottom: -250px;
    }
    .hire-sec::after {
        bottom: -210px;
    }
    .hireBlue-sec {
        padding-top: 340px;
    }
    .incentive-h {
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
    }
    .ins-h2 {
        position: relative;
        top: -5px !important;
        left: 0 !important;
        transform: unset;
        white-space: normal;
    }
    .insen-text {
        margin-top: 5px;
    }
    .incentive-h h1 {
        font-size: 36px;
        margin-bottom: -5px;
        line-height: normal;
    }
    .theGreenBox {
        margin-top: -240px;
    }
    .green-box-sec {
        padding-bottom: 165px;
    }
}
@media screen and (max-width: 992px) {
    .programBanner-sec {
        height: 525px !important;
    }
    .get-colour-sec {
        padding-bottom: 50px;
    }
    .prog-option-sec {
        padding-bottom: 15px;
        z-index: unset;
        margin-top: -205px;
    }
    .optionBlueText h1 {
        margin-top: 10px;
        text-align: center;
    }
    .theGreenBox {
        margin-top: 90px;
    }
    .FunRun-sec .container-fluid .row .col-lg-5{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fun-img img {
        width: 100%;
    }
    .diy-fun-text {
        margin-top: 40px;
    }
    .diy-fun-text h2 {
        font-size: 65px;
    }
    .diy-fun-text p {
        font-size: 18px;
        line-height: 25px;
        padding-left: 35px;
        padding-right: 35px;
    }
    .diy-fun-bottomText h1 {
        font-size: 55px;
    }
    .hire-text h1 {
        font-size: 55px;
    }
    .hire-box {
        height: auto;
        transform: rotate(0deg);
    }
    .hire-sec::after {
        display: none;
    }
    .hireBlue-sec {
        padding-top: 175px;
        padding-bottom: 290px;
        margin-top: -30px;
        background-size: 100% 100%;
        background-image: url(../images/backgrounds/prog-bluet.png);
    }
    .hireBlue-sec .container .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .hirePackage h1 {
        font-size: 55px;
        transform: rotate(0deg);
        text-align: center;
    }
    .hirePackage h2 {
        font-size: 125px;
        line-height: 40px;
        padding-left: 0;
        text-align: center;
        transform: rotate(0deg);
    }
    .hireBlue-img {
        text-align: center;
    }
    .hireBlue-img img{
        width: 60%;
    }
    .hireBlue-text {
        margin-top: 50px;
    }
    .hosted-sec::before {
       display: none;
    }
    .hosted-LorenImg img {
       margin: unset;
       width: 100%;
       margin-top: -70px;
    }
    .hosted-sec {
       padding: 220px 0 250px;
    }
    .hosted-text {
        padding-right: 0;
        margin-top: -75px;
    }
    .hosted-text h1 {
        font-size: 55px;
    }
    .hosted-8-text {
        padding-right: 0;
        margin: 0 50px;
    }
    .bottomHost {
        margin-left: 0px;
        margin: 0 50px;
    }
    .hosted-sec .container {
        max-width: 100%;
        text-align: center;
    }
    .hosted-sec .container img {
        width: 60%;
        text-align: center;
        object-fit: contain;
        margin-top: -80px;
        margin-bottom: 0px;
    }
    .fundOpt-text h1 {
        font-size: 45px;
    }
    .incentive-h h1 {
        font-size: 55px;
    }
    .insentive-box {
        height: auto;
    }
    .fund-option-sec .container .container-fluid .row.mt-5{
        margin-bottom: 200px;
    }
    .hosted-8-text h3 {
        text-align: center;
    }
    .insen-img3 img {
        width: 30%;
        margin: -50px 50px 0;
    }
    .insen-img4 img {
        width: 60%;
    }
    .diy-text p {
        margin: 30px 35px 20px;
    }
    .theGreenBox h2 {
        font-size: 31px;
        line-height: 35px;
    }
    .hire-text p {
        margin: 30px 35px 20px;
    }
    .hire-sec {
        background-image: url(../images/backgrounds/prog-option.png);
        z-index: unset;
    }
    .hireBlue-sec::before {
        background-image: url(../images/backgrounds/hire-tab.png);
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: -340px;
        z-index: 1;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .hire-sec {
        margin-bottom: 0;
        padding-bottom: 450px;
        padding-top: 375px;
        margin-top: -370px;
        /*background-size: cover; */
        background-repeat: repeat;
    }
    .hosted-sec .container .row{
        flex-direction: column-reverse;
    }
    .hosted-p {
        padding: 0 75px 50px;
    }
    .bottom-video iframe {
        width: 100%;
        height: 500px;
    }
    .FunRun-sec {
        background-image: url(../images/backgrounds/prog-tab.png);
        background-size: 100% 100%;
        padding-bottom: 195px;
    }    
    .diy-img img {
        height: 400px;
        object-fit: contain;
    }
    .green-box-sec {
        padding-bottom: 205px;
    }
    .nfr1-img img {
        width: 70%;
        margin-top: 30px;
        object-fit: contain;
        height: 400px;
    }
    .hb-h h3 {
        font-size: 25px;
        -webkit-text-stroke: 5px #000000 !important;
    }
    .dnb-img {
        width: 185px;
    }
    .diy-new-box h2 {
        font-size: 32px;
    }
    .spy-h h3 {
        font-size: 35px;
    }
    .diy-fun-ul {
        margin-top: 50px;
    }
    .fr-btn {
        margin-top: 0px;
    }
    .do-h {
        margin-top: 40px;
    }
    .new-eh-img {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }
    .nei1 img {
        width: 100%;
        margin-top: 0;
        height: 400px;
        object-fit: contain;
    }
    .e2-box {
        margin-top: 15px;
    }
    .nei2 img {
        width: 100%;
        height: 400px;
        object-fit: contain;
    }
    .row.cd-row {
        margin-top: 15px;
    }
    .eh-img img {
        width: 100%;
        left: 0;
        z-index: 3;
        height: 330px;
        object-fit: contain;
    }
    .new-hg-hosted-img img {
        width: 100%;
        margin-top: -20px;
        height: 400px;
        object-fit: contain;
    }
    .vert1-img img {
        width: 100%;
        height: 730px;
        object-fit: contain;
    }
    .vert2-img img {
        width: 100%;
        height: 420px;
        margin-top: 25px;
        object-fit: contain;
    }
    .add-a-img img {
        width: 100%;
        margin-top: 10px;
        height: 400px;
        object-fit: contain;
    }
    .cbe-fund-h h2 {
        margin-bottom: 20px;
    }
    .cbe-left-h h4 {
        text-align: center;
    }
    .cbe-left-h {
        margin: 25px 0 155px;
    }
    .cbe-left-h h6 {
        text-align: center;
    }
    .blue-big-btn {
        margin-top: 30px !important;
    }
    .event-bottomIMG-pr {
        margin-top: 10px;
    }
    .event-bottomIMG-pr img {
        width: 100%;
        height: 400px;
        object-fit: contain;
    }
    .fund-option-sec {
        padding: 150px 0 170px;
    }
    .e-bottom-program {
        margin-top: 10px;
    }
    .inc-new-box2 {
        margin-top: -35px;
    }
}
@media screen and (max-width: 950px){
    .hireBlue-sec {
        padding-bottom: 250px;
    }
    .hireBlue-sec::before {
        top: -315px;
    }
}
@media screen and (max-width: 850px){
    .hireBlue-sec::before {
        top: -290px;
    }
    .hire-sec {
        padding-bottom: 370px;
    }
}
@media screen and (max-width: 891px) {
    .programBanner-sec {
        height: 485px !important;
    }
}
@media screen and (max-width: 791px) {
    .programBanner-sec {
        height: 455px !important;
    }
    .hireBlue-sec::before {
        top: -265px;
    }
}
@media screen and (max-width: 768px) {
    .fundOpt-text p {
        font-size: 17px;
        line-height: 25px;
    }
    .fund-option-sec {
        padding: 200px 0 220px;
    }
    .incentive-h h1 {
        font-size: 40px;
    }
    .theGreenBox h2 br{
        display: none;
    }
    .diy-fun-ul ul li:first-child {
        margin-left: 0px;
    }
    .FunRun-sec {
        padding-top: 100px;
        background-size: cover;
    }
    .hireBlue-sec::before {
        top: -250px;
    }
    .bottom-video iframe {
        width: 100%;
        height: 400px;
    }
    .prog-option-sec {
        padding-top: 190px;
    }
    .diy-img {
        text-align: center;
    }
    .FunRun-sec {
        background-image: url(../images/backgrounds/prog-mob.png);
        background-size: 100% 100%;
        padding-bottom: 155px;
    }
    .prog-event-h h1 {
        font-size: 40px;
        -webkit-text-stroke: 8px black !important;
    }
    .newFunRun-sec {
        padding-bottom: 0;
    }
    .do-h h1 {
        font-size: 55px;
        -webkit-text-stroke: 8px #000 !important;
    }
    .nei1 img {
        height: 335px;
    }
    .nei2 img {
        height: 335px;
    }
    .ehPart-h h1 {
        font-size: 40px;
    }
    .ehPart-h h2 {
        font-size: 70px;
        -webkit-text-stroke: 5px #000 !important;
    }
    .eh-img img {
        height: 230px;
        margin-top: 0px;
    }
    .fr-btn a button {
        padding: 5px 10px 5px;
        width: 205px;
        font-size: 17px;
    }
    .eh-btn a button {
        padding: 5px 10px 5px;
        width: 190px;
        font-size: 17px;
    }
    .new-hg-h h1 {
        font-size: 40px;
        -webkit-text-stroke: 7px #000 !important;
    }
    .new-hg-btn a button {
        padding: 5px 10px 5px;
        width: 195px;
        font-size: 17px;
    }
    .cbe-h-bottom h1 {
        font-size: 40px;
        -webkit-text-stroke: 7px #000 !important;
    }
    .add-a-img img {
        height: 335px;
    }
    .blue-big-btn a button {
        font-size: 17px;
    }
    .event-bottomIMG-pr img {
        height: 350px;
    }
    .e-bottom-program h1 {
        font-size: 40px;
        -webkit-text-stroke: 7px black !important;
    }
    .fund-option-sec {
        padding: 150px 0 100px;
    }
    .hb-h h1 {
        font-size: 40px;
        -webkit-text-stroke: 6px #000000 !important;
    }
    .nfr1-img img {
        margin-top: -40px;
    }
}
@media screen and (max-width: 720px) {
        .hireBlue-sec::before {
        top: -230px;
    }
}
@media screen and (max-width: 691px) {
    .programBanner-sec {
        height: 400px !important;
    }
    .hireBlue-sec::before {
        top: -255px;
    }
    .hire-sec {
        padding-bottom: 300px;
    }
    .hosted-8-text {
        margin: 0 10px;
    }
    .bottomHost {
        margin-left: 0px;
        margin: 0 10px;
    }
    .hosted-p {
        padding: 0 25px 50px;
    }
    .optionBlueText h1 {
        font-size: 70px;
        line-height: 40px;
    }
    .diy-text p {
        line-height: 27px;
        font-size: 17px;
    }
    .hire-text p {
        font-size: 17px;
        line-height: 27px;
    }
    .diy-yellow {
        margin: 15px 40px 25px;
    }
    .bottom-video iframe {
        width: 100%;
        height: 375px;
    }
    .theGreenBox h2 {
        font-size: 24px;
        line-height: 29px;
    }
    .fun-box h1 {
        font-size: 27px;
        line-height: 36px;
        -webkit-text-stroke: 4px #000000 !important;
    }
    .insen-img4 {
        position: relative;
        bottom: 0;
        right: 0px;
        text-align: right;
    }
    .insen-img4 img {
        width: 45%;
    }
    .insen-img3 {
        position: relative;
        bottom: 0;
        left: 0;
    }
    .insen-img3 img {
        width: auto;
        margin: 0; 
    }
    .insen-text p {
        font-size: 15px;
        line-height: 23px;
    }
    .hireBlue-sec {
        padding-top: 150px;
        padding-bottom: 160px;
        background-size: 100% 100%;
        background-image: url(../images/backgrounds/prog-bluem.png);
    }
    .hosted-sec {
        padding: 265px 0 250px;
    }
}
@media screen and (max-width: 600px) {
    .programBanner-sec {
        height: 355px !important;
    }
    .prog-event-h h1 {
        font-size: 35px;
        -webkit-text-stroke: 6px black !important;
        margin-bottom: 25px;
    }
    .diy-fun-text h2 {
        font-size: 35px;
        line-height: 50px;
        -webkit-text-stroke: 6px #fff;
    }
    .diy-yellow {
        font-size: 55px;
        line-height: 38px;
    }
    .diy-fun-bottomText h1 {
        font-size: 35px;
        -webkit-text-stroke: 7px #fff !important;
    }
    .hireBlue-sec::before {
        top: -222px;
    }
    .hirePackage h1 {
        font-size: 35px;
        -webkit-text-stroke: 6px white !important;
    }
    .hirePackage h2 {
        font-size: 105px;
    }
    .hosted-text h1 {
        font-size: 35px;
        -webkit-text-stroke: 6px black !important;
    }
    .hosted-text h2 {
        font-size: 55px;
        line-height: 33px;
        margin-top: -14px;
    }
    .bottom-video iframe {
        height: 325px;
    }
    .fundOpt-text h1 {
        font-size: 35px;
        -webkit-text-stroke: 6px black !important;
    }
    .fundOpt-text p {
        font-size: 17px;
        line-height: 27px;
        margin: 15px 15px 20px;
    }
    .diy-text p {
        margin: 15px 15px 15px;
    }
    .fun-box {
        width: 100%;
        padding: 40px 8px 20px;
    }
    .hosted-LorenImg {
        text-align: center;
    }
    .hb-h h1 {
        font-size: 35px;
        -webkit-text-stroke: 6px #000000 !important;
    }
    .ehPart-h h1 {
        font-size: 35px;
    }
    .ehPart-h h2 {
        font-size: 60px;
        -webkit-text-stroke: 5px #000 !important;
    }
    .new-hg-h h1 {
        font-size: 35px;
        -webkit-text-stroke: 6px #000 !important;
    }
    .theGreenBox h1 {
        font-size: 40px;
        bottom: -15px;
        right: -15px;
    }
    .diy-new-box {
        margin: 0 15px;
    }
    .dnb-img {
        width: 150px;
    }
    .spy-h h3 {
        font-size: 30px;
    }
    .new-hg-btn {
        text-align: center;
    }
    .insen-twoimg1 img {
        width: 85%;
        top: -15px;
        left: 5px;
    }
    .insen-twoimg2 img {
        width: 70%;
        top: -20px;
        right: -50px;
    }
    .diy-new-box {
        margin: 0 15px;
    }
    .e-bottom-program h1 {
        font-size: 35px;
        -webkit-text-stroke: 6px black !important;
    }
}
@media screen and (max-width: 550px) {
    .programBanner-sec {
        height: 300px !important;
    }
    .prog-event-h h1 {
        margin-top: 25px;
    }
    .diy-text p {
        font-size: 15px;
        line-height: 21px;
        padding: 10px 15px;
    }
    .green-box-sec::before {
        height: 230px;
    }
    .green-box-sec {
        padding-top: 5px;
    }
    .prog-option-sec {
        padding-bottom: 0px;
    }
    .optionBlueText h1 {
        margin-top: 10px;
        text-align: center;
        font-size: 70px;
        line-height: 40px;
    }
    .theGreenBox h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .theGreenBox h1 {
        font-size: 28px;
        bottom: -10px;
        right: 0px;
    }
    .theGreenBox {
        padding: 20px 10px 35px;
        margin: 90px 25px 0;
    }
    .FunRun-sec .container-fluid .row .col-lg-5 {
        display: block;
    }
    .fun-img img {
        width: 75%;
    }
    .fun-box {
        margin: 0 auto;
        width: 90%;
    }
    .hosted-text h2 {
        font-size: 65px;
        line-height: 35px;
    }
    .hosted-8-text {
        margin: 0 15px;
    }
    .hosted-8-text {
        margin: 0 15px;
    }
    .theGreenBox {
        margin: 40px 5px 0;
    }
    .theGreenBox h2 {
        font-size: 16px;
        line-height: 21px;
    }
    .hireBlue-sec::before {
        top: -205px;
    }
    .bottom-video iframe {
        height: 295px;
    }
    .prog-option-sec .container, .green-box-sec .container, .hire-sec .container, .hireBlue-sec .container, .hosted-sec .container, .fund-option-sec .container {
        max-width: 100%;
        padding: 0 30px;
    }
    .green-box-sec::before {
        height: 185px;
        top: -10%;
    }
    .hire-text p {
        margin: 30px 15px 20px;
    }
    .fundOpt-text p {
        padding: 15px 20px;
    }
    .nbox-li ul {
        padding-left: 1rem;
    }
    .nfr1-img img {
        margin-top: -20px;
    }
}
@media screen and (max-width: 520px){
    .diy-fun-text h2 {
        font-size: 50px;
        line-height: 55px;
    }
    .diy-fun-bottomText h1 {
        font-size: 45px;
    }
    .hire-text h1 {
        font-size: 45px;
        margin-top: 30px;
    }
    .hire-text h2 {
        font-size: 70px;
        font-weight: 400 !important;
    }
    .hire-text p {
        font-size: 18px;
        line-height: 25px;
    }
    .hire-box h1 {
        font-size: 35px;
        line-height: 35px;
    }
    .hire-box p {
        font-size: 15px;
    }
    .hirePackage h1 {
        font-size: 45px;
        padding-right: 0;
    }
    .hirePackage h2 {
        font-size: 100px;
        line-height: 35px;
    }
    .hosted-text h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .fundOpt-text h1 {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .incentive-h h1 {
        font-size: 35px;
    }
    .fund-option-sec {
        padding: 200px 0 80px;
    }
    .fun-box h1 {
        font-size: 30px;
        line-height: 28px;
    }
    .prog-event-h h1 {
        font-size: 28px;
        -webkit-text-stroke: 5px black !important;
        margin-top: 25px;
    }
    .hb-h h1 {
        font-size: 28px;
        -webkit-text-stroke: 5px #000000 !important;
    }
    .hb-h h3 {
        font-size: 21px;
        -webkit-text-stroke: 4px #000000 !important;
    }
    .eh-flex {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }
    .eh-img img {
        height: 230px;
        margin: 25px 0 0;
    }
    .new-hg-h h1 {
        font-size: 28px;
        -webkit-text-stroke: 5px #000 !important;
    }
    .e2-box {
        margin: 15px 35px 0;
        padding: 15px 15px;
    }
    .e2-box p {
        font-size: 15px;
    }
    .e2-box h2 {
        font-size: 27px;
    }
    .diy-new-box h2 {
        font-size: 27px;
    }
    .spy-h h3 {
        font-size: 25px;
    }
    .do-h h1 {
        font-size: 45px;
        -webkit-text-stroke: 6px #000 !important;
    }
    .eh-box1 h2, .eh-box2 h2 {
        font-size: 27px;
    }
    .eh-box1 p, .eh-box2 p {
        font-size: 15px;
        line-height: 25px;
    }
    .eh-box1, .eh-box2 {
        padding: 15px 15px;
    }
    .new-hg-h-blue h1 {
        font-size: 27px;
        -webkit-text-stroke: 5px #000 !important;
    }
    .nbox-li ul li {
        font-size: 15px;
    }
    .nbox-li {
        padding: 15px 15px;
    }
    .new-incentive-sec {
        padding-top: 0px;
    }
    .cbe-h-bottom h1 {
        font-size: 28px;
        -webkit-text-stroke: 5px #000 !important;
    }
    .cbe-left-h h4 {
        font-size: 23px;
    }
    .cbe-p {
        padding: 15px 15px;
    }
    .cbe-p p {
        font-size: 15px;
        line-height: 25px;
    }
    .hb-h {
        margin-bottom: 20px;
    }
    .diy-fun-ul {
        margin: 50px 30px 0;
    }
    .eh-box1, .eh-box2 {
        margin: 15px 35px 0;
        padding: 15px 15px;
    }
    .nbox-p {
        margin: 15px 35px 0;
        padding: 15px 15px;
    }
    .nbox-p p {
        font-size: 15px;
        line-height: 25px;
    }
    .nbox-li {
        padding: 15px 15px;
        margin: 15px 35px 0;
    }
    .new-hg-btn {
        margin-top: 25px;
    }
    .cbe-p {
        margin: 15px 35px 0;
        padding: 15px 15px;
    }
    .inc-new-box1 {
        margin: 15px 35px 0;
    }
    .inc-h-new h1 {
        font-size: 75px;
        -webkit-text-stroke: 7px #000 !important;
        top: -50px;
    }
    .inc-p-new p {
        font-size: 15px;
        line-height: 25px;
    }
    .inc-new-box2 {
        margin: -35px 35px 0;
    }
    .inc-p-new2 p {
        font-size: 15px;
        line-height: 25px;
    }
    .inc-h-new2 h1 {
        font-size: 60px;
        -webkit-text-stroke: 6px #000 !important;
        top: -45px;
    }
    .blue-big-btn {
        margin-top: 5px !important;
    }
    .new-incentive-sec {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .e-bottom-program h1 {
        font-size: 28px;
        -webkit-text-stroke: 5px black !important;
    }
    .get-colour-sec {
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 500px) {
    .programBanner-sec {
        height: 300px !important;
    }
    .optionBlueText h1 {
        font-size: 47px;
        line-height: 32px;
    }
    .hireBlue-sec::before {
        top: -185px;
    }
    .hosted-text {
        padding-right: 0;
        margin-top: -45px;
    }
    .hosted-8-text {
        margin: 0 0px;
    }
    .hosted-p {
        padding: 0 1px 50px;
    }
    .hosted-sec .container img {
        margin-left: 0;
    }
}
@media screen and (max-width: 475px) {
    .programBanner-sec {
        height: 265px !important;
        margin-top: 4px;
    }
    .hosted-text h1 {
        font-size: 40px;
    }
    .hosted-text h2 {
        font-size: 50px;
        line-height: 25px;
    }
    .incentive-h {
        top: 0;
        left: 0;
        position: relative;
    }
    .ins-h2 {
        top: 0px !important;
        left: 0px !important;
        position: relative;
    }
    .incentive-h h1 {
        font-size: 30px;
    }
    .FunRun-sec .container-fluid .row .col-lg-7{
        padding: 0;
    }
    .diy-yellow {
        font-size: 55px;
        line-height: 38px;
        margin: 15px 35px 15px;
    }
    .hire-text h2 {
        font-size: 60px;
        font-weight: 400 !important;
        line-height: 40px;
    }
    .event-bottomIMG {
        margin-top: 95px;
    }
        .prog-event-h h1 {
        font-size: 28px;
        -webkit-text-stroke: 4px black !important;
    }
    .diy-fun-text h2 {
        font-size: 35px;
        line-height: 45px;
        -webkit-text-stroke: 5px #fff;
    }
        .diy-fun-bottomText h1 {
        font-size: 35px;
        -webkit-text-stroke: 5px #fff !important;
    }
        .hire-text h1 {
        font-size: 28px;
        -webkit-text-stroke: 4px black !important;
    }
    .hire-text h2 {
        font-size: 50px;
        line-height: 30px;
    }
    .hire-sec {
        padding-bottom: 255px;
    }
    .hirePackage h1 {
        font-size: 36px;
        -webkit-text-stroke: 5px white !important;
    }
    .hirePackage h2 {
        font-size: 85px;
        line-height: 21px;
    }
    .hosted-text h1 {
        font-size: 28px;
        -webkit-text-stroke: 4px black !important;
    }
    .hireBlue-sec {
        padding-top: 90px;
    }
    .bottom-video iframe {
        height: 255px;
    }
    .insen-img3 img {
        width: 65%;
    }
    .event-bottomIMG-pr{
        margin-top: 0 !important;
    }
    .diy-fun-ul ul li span {
        padding-left: 0px;
        font-size: 15px;
        line-height: 15px;
    }
    .new-hg-h-blue h1 {
        font-size: 21px;
        -webkit-text-stroke: 5px #000 !important;
    }
    .diy-fun-ul ul li {
        margin: 5px 0;
    }
    .diy-img img {
        height: unset;
        width: 75%;
    }
    .nfr1-img img {
        width: 70%;
        height: unset;
    }
    .nei1 img {
        height: 250px;
        width: 80%;
    }
    .nei2 img {
        height: 250px;
        width: 80%;
    }
    .e2-box h2 {
        font-size: 24px;
    }
    .diy-new-box h2 {
        font-size: 24px;
    }
    .eh-box1 h2, .eh-box2 h2 {
        font-size: 24px;
    }
    .new-eh-img {
        margin-bottom: 10px;
    }
    .eh-flex {
        justify-content: center;
    }
    .eh-img {
        text-align: center;
    }
    .eh-img img {
        height: unset;
        width: 75%;
    }
    .new-hg-hosted-img img {
        width: 70%;
        height: unset;
    }
    .vert1-img img {
        width: 55%;
        height: unset;
    }
    .vert2-img img {
        width: 55%;
        height: unset;
    }
    .add-a-img img {
        height: unset;
        width: 70%;
    }
    .cbe-fund-h h2 {
        font-size: 85px;
        -webkit-text-stroke: 7px #000 !important;
    }
}
@media screen and (max-width: 450px){
    .hireBlue-sec::before {
        top: -170px;
    }
    .insen-text h3 {
        font-size: 20px;
        line-height: normal;
        padding-top: 8px;
    }
    .blue-big-btn a button {
        font-size: 13px;
    }
    .row.mt-5 .event-bottomIMG {
        margin-top: 10px !important;
    }
    .event-bottomIMG-pr img {
        height: unset;
    }
    .diy-new-box {
        padding: 10px 15px;
    }
    .prog-event-h h1 {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 420px) {
    .programBanner-sec {
        height: 255px !important;
        margin-top: 8px;
    }    
    .prog-event-h h1 {
        font-size: 28px;
        -webkit-text-stroke: 5px black !important;
    }
    .diy-text p {
        margin: 15px 15px;
    }    
    .hire-sec {
        padding-bottom: 230px;
        background-size: cover;
    }
    .bottom-video iframe {
       width: 100%;
       height: 220px;
    }
    .fundOpt-text h1 {
        font-size: 28px;
        margin-bottom: 40px;
        -webkit-text-stroke: 6px black !important;
    }
    .fundOpt-text p {
        font-size: 16px;
        line-height: 25px;
        padding: 15px 20px;
    }
    .insentive-box {
        margin-top: 25px;
    }
    .event-bottomIMG {
        margin-top: 0px !important;
    }
    .theGreenBox h1 {
        font-size: 24px;
        bottom: -7px;
        right: -5px;
    }
    .insen-text p {
        font-size: 15px;
        line-height: 20px;
    }
    .hireBlue-sec::before {
        top: -160px;
    }
    .do-h h1 {
        font-size: 38px;
        -webkit-text-stroke: 6px #000 !important;
    }
        .inc-h-new h1 {
        font-size: 60px;
        -webkit-text-stroke: 7px #000 !important;
    }
    .dnb-img {
        width: 135px;
    }
}
@media screen and (max-width: 390px) {
        .programBanner-sec {
        height: 230px !important;
        margin-top: 9px;
    }
    .hireBlue-sec::before {
        top: -150px;
    }
        .hire-sec {
        padding-bottom: 220px;
    }
    .inc-h-new h1 {
        top: -40px;
    }
    .inc-h-new2 h1 {
        top: -40px;
    }
    .spy-h h3 {
        font-size: 21px;
    }
    .inc-h-new h1 {
        font-size: 50px;
        -webkit-text-stroke: 6px #000 !important;
        top: -37px;
    }
    .inc-h-new2 h1 {
        font-size: 50px;
        -webkit-text-stroke: 6px #000 !important;
        top: -37px;
    }
}
@media (max-width: 991px) {
    .new-hosted-grid {
        grid-template-columns: 1fr;
    }
}



















