@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: "FatFrank", sans-serif;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 9px black !important;
  paint-order: stroke fill;
  text-align: center;
  font-weight: 900;
}

.prodSafe-text p {
  padding-bottom: 60px;
  padding-top: 30px;
  color: #353535;
  font-size: 22px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  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: contain;
  height: 1000px;
  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: -400px;
}

.work-text {
  text-align: center;
}

.work-text h1 {
  font-size: 65px;
  font-family: "FatFrank", sans-serif;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 9px black !important;
  paint-order: stroke fill;
  text-align: center;
  font-weight: 900;
}

.work-text p {
  padding-bottom: 60px;
  padding-top: 30px;
  color: #353535;
  font-size: 22px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  padding: 20px 80px 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: 350px 0 370px 0 !important;
  background-image: url(/website/assets/images/backgrounds/brochure2.png) !important;
  background-size: 105% 100%;
  height: 1050px;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: -200px;
  position: relative;
  z-index: 10;
}

/* ===================== 

MEDIA QUERY

======================= */

@media screen and (max-width: 1950px) {
  .work-sec {
    padding-top: 290px;
  }
}

@media screen and (max-width: 1600px) {
  .work-sec {
    padding-top: 180px;
  }
}
