@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 {
  padding: 15px 30px;
  background: #ffffff29;
  box-shadow: 0px 0px 8px 2px #6060608f;
  margin: 40px 55px 60px;
  border-radius: 15px;
  outline: 0;
}

.three-text p {
  font-size: 18px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    color: #353535;
  text-align: left;
  font-weight: 700;
  margin: 0;
}

.three-text2 {
  padding: 15px 30px;
  background: #ffffff29;
  box-shadow: 0px 0px 8px 2px #6060608f;
  margin: 40px 55px 0px;
  border-radius: 15px;
  outline: 0;
}

.three-text2 p {
  font-size: 18px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    color: #353535;
  text-align: left;
  font-weight: 700;
  margin-top: 15px;
}

.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{
    background: #ffffff29;
    box-shadow: 0px 0px 8px 2px #6060608f;
    border-radius: 15px;
    outline: 0;
    margin-top: 20px;
    padding: 20px 25px;
}

.blueFund-text p {
  color: #ffffff;
  margin: 10px 0;
    font-size: 18px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
  text-align: left;
  font-weight: 700;
}


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

Media Query

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

@media screen and (max-width: 2350px) {
    .aboutBanner-sec {
        height: 1200px;
    }
    .blueFundrise-sec {
        padding: 250px 0 350px;
    }
}

@media screen and (max-width: 1950px) {
    .threeImg-sec {
        padding-top: 200px;
    }
}
@media screen and (max-width: 1599px){
    .blueFundrise-sec {
        padding: 180px 0 315px;
    }
}
@media screen and (max-width: 1399px) {
    .aboutBanner-sec {
        height: 675px !important;
    }
    .blueFundrise-sec {
        padding: 155px 0 330px;
    }
}
@media screen and (max-width: 1299px) {
    .aboutBanner-sec {
        height: 615px !important;
    }
    .blueFundrise-sec {
        padding: 200px 0 150px;
        height: 1375px;
        margin-bottom: -100px;
    }
}
@media screen and (max-width: 1199px) {
    .aboutBanner-sec {
        height: 575px !important;
    }
    .blueFundrise-sec {
        background-size: 100% 100%;
    }
}
@media screen and (max-width: 1080px) {
    .aboutBanner-sec {
        height: 515px !important;
    }
    .blueFundrise-sec {
        padding: 195px 0 150px;
        height: 1310px;
        margin-bottom: -140px;
    }
}
@media screen and (max-width: 991px) {
    .three-img img{
        width: unset;
        margin: 10px 0;
    }
    .blueFundrise-sec {
        padding: 115px 0 400px;
        margin-bottom: -180px;
        height: auto;
        background-image: url(../images/backgrounds/bluemain-tab.png);
        background-size: 100% 100%;
    }
    .blueFundrise-sec {
        
    }
    .blueFundrise-sec {
        
    }
}
@media screen and (max-width: 820px) {
    .aboutBanner-sec {
        height: 460px !important;
    }
}
@media screen and (max-width: 768px){
    .aboutBanner-sec {
        height: 410px !important;
    }
    .threeImg-sec {
        padding-top: 200px;
    }
    .blueFundrise-sec {
        padding: 135px 0 200px;
        height: auto;
        margin-bottom: -290px;
        padding-bottom: 500px;
    }
    .threeImg-sec .container {
        max-width: 100%;
        padding: 0 35px;
    }   
    .blueFundrise-sec .container {
        max-width: 100%;
        padding: 0 35px;
    }
    .blueFund-text {
        margin: 40px 55px 0px;
    }
}
@media screen and (max-width: 680px){
    .aboutBanner-sec {
        height: 370px !important;
    }
    .blueFundrise-sec {
        padding: 70px 0 445px;
        background-image: url(../images/backgrounds/bluemain-mob.png);
        background-size: cover;
    }
}
@media screen and (max-width: 650px){
    .aboutBanner-sec {
        height: 360px !important;
    }
}

@media screen and (max-width: 620px){
    .aboutBanner-sec {
        height: 320px !important;
    }
}

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

@media screen and (max-width: 540px){
    .three-text,
    .three-text2{
        padding: 10px 15px;
        margin: 5rem 15px 0;
    }
    .three-text p,
    .three-text2 p{
        font-size: 15px;
        line-height: 21px;
    }
    .three-text{
        margin-bottom: 30px;
    }
    .three-img img {
        width: 65%;
        margin: 20px 0 10px;
    }
    .threeImg-sec {
        padding-top: 150px;
    }
    .three-text2 {
        margin-top: 40px;
    }.three-text2 p {
        margin: 0;
    }
    .blueFund-text {
        margin: 15px 15px 0px;
    }
    .blueFund-text p {
        font-size: 15px;
        line-height: 21px;
    }
}

@media screen and (max-width: 510px){
    .aboutBanner-sec {
        height: 270px !important;
    }
}

@media screen and (max-width: 460px){
    .aboutBanner-sec {
        height: 250px !important;
    }
    .aboutBanner-sec {
        height: 265px !important;
        margin-top: 5px;
    }
}

@media screen and (max-width: 440px){
    .aboutBanner-sec {
        height: 230px !important;
        margin-top: 5px;
    }
}

@media screen and (max-width: 420px){
    .aboutBanner-sec {
        height: 210px !important;
        margin-top: 5px;
    }
    .blurFund-img {
        margin-top: 35px;
    }
}

@media screen and (max-width: 390px){
    .aboutBanner-sec {
        height: 205px !important;
        margin-top: 5px;
    }
}

