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

.productBanner-sec {
  background-image: url(../images/banners/product-safety.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;
}

/* Profuct Safe */

.productSafe-sec {
  position: relative;
  background-image: url(../images/backgrounds/productsafe.png);
  background-color: #fff;
  background-repeat: repeat;
  background-size: cover;
  padding: 180px 0 100px;
  margin-top: -225px;
}

.prodSafe-text {
  text-align: center;
}

.prodSafe-text h1 {
  font-size: 65px;
  font-family: "FatFrank1", 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;
}

.prodSafe-text p {
  background: #ffffff29;
  box-shadow: 0px 0px 8px 2px #6060608f;
  border-radius: 15px;
  outline: 0;
  margin-bottom: 45px;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  color: #353535;
  text-align: left;
  font-weight: 700;
}

/* Child Box */

.childBox-sec {
  background-image: url(../images/backgrounds/childbox.png);
  background-repeat: no-repeat;
  padding: 150px 0 150px;
  position: relative;
  z-index: 8;
  width: 100%;
  background-size: 100% 100%;
  height: auto;
  margin-top: -120px;
}

.child-img {
  text-align: center;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
}

.child-img img {
  width: 100%;
  overflow: hidden;
}

.child-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  background: #00779763;
  top: 0;
  transition: 0.5s;
  overflow: hidden;
  border-radius: 25px;
}

.child-img:hover::before {
  height: 100%;
  cursor: pointer;
}

/* Work */

.work-sec {
  position: relative;
  background-image: url(../images/backgrounds/work.png);
  background-color: #fff;
  background-repeat: repeat;
  padding: 180px 0 200px;
  margin-top: -100px;
}

.work-text {
  text-align: center;
}

.work-text h1 {
  font-size: 65px;
  font-family: "FatFrank1", 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;
}

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

.img-row {
  margin-top: 70px !important;
}

.heart-img {
  text-align: center;
  position: relative;
}

.heart-img img {
  width: 90%;
  transition: 0.5s;
  cursor: pointer;
}

.heart-img img:hover {
  filter: brightness(0.6);
}

.heart-one::before {
  background-image: url("../icons/heartleft.png");
  position: absolute;
  content: "";
  bottom: -5%;
  left: 20px;
  width: 20%;
  height: 22%;
  background-repeat: no-repeat;
}

.heart-two::before {
  background-image: url("../icons/heartcenter.png");
  position: absolute;
  content: "";
  bottom: -5%;
  right: 20px;
  width: 22%;
  height: 22%;
  background-repeat: no-repeat;
}

.heart-three::before {
  background-image: url("../icons/heartblue.png");
  position: absolute;
  content: "";
  top: 0%;
  left: 15px;
  width: 22%;
  height: 22%;
  background-repeat: no-repeat;
}

.future-text {
  text-align: center;
}

.future-text h1 {
  font-family: "Have Heart Two";
  color: #f32085;
  font-weight: 100;
  font-size: 150px;
  line-height: 90px;
  padding-bottom: 20px;
}

.future-text p {
  color: #353535;
  font-size: 20px;
  line-height: 27px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 0 25px;
}

/* Broucher 2 */

.brochure2-sec {
    padding: 345px 0 470px 0 !important;
    background-image: url(../images/backgrounds/brochure2-bluenew.png) !important;
    background-size: 100% 100%;
    height: auto;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: -200px;
    position: relative;
    z-index: 10;
    margin-bottom: -125px;
}

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

MEDIA QUERY

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


@media screen and (max-width: 2350px) {
    .productBanner-sec {
        height: 1000px;
    }
    .productSafe-sec {
        padding: 180px 0 200px;
    }
    .brochure2-sec {
        height: 1200px;
    }
}

@media screen and (max-width: 2100px) {
    .productBanner-sec {
        height: 915px;
    }
}

@media screen and (max-width: 1950px) {
    .work-sec {
      padding-top: 185px;
    }
    .brochure2-sec {
        margin-bottom: -215px;
    }
}

@media screen and (max-width: 1880px) {
    .productBanner-sec {
        height: 1000px;
    }
    .productSafe-sec {
        padding: 200px 0 200px;
        margin-top: -315px;
    }
}

@media screen and (max-width: 1610px) {
    section.productSafe-sec {
        padding: 100px 0 100px;
    }
}

@media screen and (max-width: 1599px) {
    section.productSafe-sec {
        padding: 130px 0 100px;
    }
    .work-sec {
      padding-top: 150px;
    }
    .brochure2-sec {
      padding: 310px 0 515px 0 !important;
    }
}

@media screen and (max-width: 1399px) {
    .productBanner-sec {
        height: 770px !important;
    }
    section.productSafe-sec {
        padding: 210px 0 100px;
    }
}

@media screen and (max-width: 1299px) {
    .productBanner-sec {
        height: 690px !important;
    }
    .work-sec {
        padding-top: 140px;
    }
    .brochure2-sec {
      padding: 290px 0 515px 0 !important;
    }
    .brochure-text {
        margin-top: 65px;
    }
}

@media screen and (max-width: 1199px) {
    .productBanner-sec {
        height: 635px !important;
    }
    .work-sec {
        margin-top: -100px;
        padding-top: 135px;
    }
    .brochure2-sec {
        padding: 260px 0 485px 0 !important;
    }
    section.productSafe-sec {
        padding: 155px 0 100px;
    }
    .prodSafe-text h1 {
        font-size: 50px;
        -webkit-text-stroke: 7px black !important;
    }
    .work-text h1 {
        font-size: 50px;
        -webkit-text-stroke: 7px black !important;
    }
    .childBox-sec {
        padding: 150px 0 150px;
        background-size: cover;
        height: auto;
    }
    .heart-one::before {
        bottom: -12%;
        left: 4px;
        width: 50%;
        height: 50%;
    }
    .heart-two::before {
        bottom: -12%;
        right: -55px;
        width: 50%;
        height: 50%;
    }
    .heart-three::before {
        top: 0%;
        left: 15px;
        width: 50%;
        height: 50%;
    }
    section.productSafe-sec {
        padding: 240px 0 100px;
    }
    .brochure2-sec {
        height: 1025px;
    }
}

@media screen and (max-width: 1099px) {
    .child-img img {
        width: 100%;
    }
}

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

@media screen and (max-width: 991px) {
    .productBanner-sec {
        height: 550px !important;
    }
    .prodSafe-text h1 {
        font-size: 45px;
        -webkit-text-stroke: 7px black !important;
    }
    .heart-img{
        text-align: center;
    }
    .heart-img img {
        width: 50%;
    }
    .heart-one::before {
        bottom: 5%;
        left: 135px;
    }
    .heart-two::before {
        bottom: 5%;
        right: 0px;
        left: 145px;
    }
    .heart-three::before {
        top: 20%;
        left: 155px;
    }
    .brochure2-sec .container .row{
        display: flex;
        flex-direction: column-reverse;
    }
    .brochure2-sec {
        height: unset;
    }
    section.productSafe-sec {
        padding: 250px 0 100px;
    }
    section.brochure2-sec.bro-safe {
        height: auto !important;
        padding: 205px 0 380px 0 !important;
    }
    section.brochure2-sec.bro-safe .brochure-img img {
        width: 65%;
    }
    section.brochure2-sec.bro-safe .brochure-text h1 {
        font-size: 41px !important;
        margin-bottom: 20px !important;
        line-height: 40px !important;
        -webkit-text-stroke: 7px black !important;
        margin-top: 100px;
    }
}

@media screen and (max-width: 899px) {
    .productBanner-sec {
        height: 500px !important;
    }
    .child-img {
        margin-top: -15px;
    }
}

@media screen and (max-width: 768px) {
    .productBanner-sec {
        height: 420px !important;
    }
    .work-text h1 {
        font-size: 50px;
    }
    .heart-img img {
        width: unset;
    }
    .brochure-text h1 {
        font-size: 40px;
    }
    .childBox-sec {
        padding: 110px 0 110px;
    }
    section.productSafe-sec {
        padding: 270px 0 115px;
    }
    .heart-one::before {
        bottom: 5%;
        left: 50px;
    }
    .heart-two::before {
        bottom: 5%;
        right: 0px;
        left: 35px;
    }
    .heart-three::before {
        top: 20%;
        left: 60px;
    }
    section.brochure2-sec.bro-safe .brochure-text h1 {
        width: unset;
    }
    .heart-img img {
        width: 50%;
    }
    .heart-one::before,
    .heart-two::before,
    .heart-three::before{
        display: none;
    }
    section.brochure2-sec.bro-safe {
        background-image: url(../images/backgrounds/broch-prod-mob.png) !important;
        background-size: 100% 100%;
        padding: 130px 0 355px 0 !important;
    }
}

@media screen and (max-width: 650px) {
    .productBanner-sec {
        height: 340px !important;
    }
    .prodSafe-text h1 {
        font-size: 45px;
    }
    .work-text h1 {
        font-size: 45px;
    }
    .brochure-text h1 {
        font-size: 35px;
    }
    .child-img {
        margin-bottom: 20px;
    }
    .productSafe-sec .container{
        max-width: 100%;
        padding: 0 50px;
    }
    .work-sec .container{
        max-width: 100%;
        padding: 0 50px;
    }
    section.productSafe-sec {
        padding: 300px 0 115px;
    }
    .prodSafe-text p,
    .work-text p{
        margin-bottom: 45px;
        padding: 20px 25px;
        font-size: 16px;
        line-height: 24px;
    }
    .work-sec {
        padding-bottom: 220px;
    }
}

@media screen and (max-width: 580px) {
    .productBanner-sec {
        height: 300px !important;
    }
    section.brochure2-sec.bro-safe {
        padding: 130px 0 410px 0 !important;
    }
}

@media screen and (max-width: 575px) {
    .childBox-sec {
        background-image: url(../images/backgrounds/child-box-mob.png);
        background-size: 100% 100%;
    }
    .child-img img {
        width: 60%;
        overflow: hidden;
    }
    .child-img::before {
        width: 60%;
    }
    .child-img:hover::before {
        width: 60%;
    }
    section.brochure2-sec.bro-safe .brochure-text h1 {
        font-size: 33px !important;
        line-height: 36px !important;
        -webkit-text-stroke: 5px black !important;
        margin-top: 18px;
    }
}

@media screen and (max-width: 540px) {
    .prodSafe-text h1 {
        font-size: 28px;
        -webkit-text-stroke: 5px black !important;
        margin-bottom: 15px;
    }
    .work-text h1 {
        font-size: 28px;
        -webkit-text-stroke: 5px black !important;
        margin-bottom: 15px;
    }
    .heart-img img {
        width: 68%;
    }
}

@media screen and (max-width: 440px) {
    .child-img img {
        width: 70%;
        overflow: hidden;
    }
    .child-img::before {
        width: 70%;
    }
    .child-img:hover::before {
        width: 70%;
    }
}

@media screen and (max-width: 420px) {
    .productBanner-sec {
        height: 250px !important;
    }
    .heart-three::before {
        top: 78%;
        left: 60px;
    }
    .brochure2-sec {
        height: 1100px;
    }
    .childBox-sec {
        padding: 95px 0 70px;
    }
}







