@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;
}

.aboutBanner-sec {
  background-image: url(../images/banners/About-us.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;
}

/* Three Imgs */

.threeImg-sec {
  background-image: url(../images/backgrounds/3img-about.png);
  background-color: #fff;
  background-repeat: repeat;
  background-size: 100%;
  position: relative;
  padding-top: 150px;
  padding-bottom: 250px;
  margin-top: -180px;
}

.three-text {
  margin-top: 40px;
  margin-bottom: 60px;
}

.three-text p {
  color: #353535;
  font-size: 21px;
  line-height: 35px;
  font-family: sans-serif;
  text-align: center;
  font-weight: 600;
  margin-top: 40px;
}

.three-text2 {
  margin-top: 40px;
}

.three-text2 p {
  color: #353535;
  font-size: 21px;
  line-height: 35px;
  font-family: sans-serif;
  text-align: center;
  font-weight: 600;
  margin-top: 40px;
}

.three-img {
  text-align: center;
}

.three-img img {
  width: 100%;
}

/* Blue Fundrise */

.blueFundrise-sec {
  background-image: url(../images/backgrounds/blue-fundrise.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -225px;
  padding: 200px 0 300px;
}

.blurFund-img {
  text-align: center;
  margin-top: 50px;
}

.blurFund-img img {
  width: 40%;
}

.blueFund-text p {
  color: #ffffff;
  font-size: 21px;
  line-height: 35px;
  font-family: sans-serif;
  text-align: center;
  font-weight: 600;
  margin: 45px 0;
  padding: 0 30px;
}
