@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;
  background-image: url(../images/backgrounds/body1.png);
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden !important;
}

a {
  text-decoration: none !important;
}

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

}

.sc-sponsor{
    padding: 0 0 50px;
}

.main-blue {
  /*background-image: url(../images/backgrounds/sponsor.png);*/
  /*width: 100%;*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
  /*padding: 50px 0;*/
}

.sp-new-h h1{
    color: #f2e70c;
    line-height: normal;
    font-family: "FatFrank1";
    text-align: center;
    -webkit-text-stroke: 7px black;
    paint-order: stroke fill;
    font-size: 65px;
    text-transform: uppercase;
}

.spCenter-h1 h1{
    color: #f2e70c;
    line-height: normal;
    font-family: "FatFrank1";
    text-align: center;
    -webkit-text-stroke: 5px black;
    paint-order: stroke fill;
    font-size: 38px;
    text-transform: uppercase;
}

.sp-new-p p{
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    color: #353535;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 15px 30px;
    background: #ffffff29;
    box-shadow: 0px 0px 8px 2px #6060608f;
    margin: 10px 10px 0;
    border-radius: 15px;
    outline: 0;
    text-align: center;
}

.sponsorBlue-sec {
  padding: 0px 0 20px;
}

.sponsor-pink {
  background: url(../images/backgrounds/sponsor-pink.png) center no-repeat;
    background-size: 100% 100%;
    padding: 25px 50px;
    height: 585px;
    width: 100%;
}

/*.sp-topThree {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*}*/

.sptImg img {
  width: 100%;
}

.spCenter h2 {
  color: #fff;
  line-height: normal;
  font-family: "FatFrank1";
  text-align: center;
  -webkit-text-stroke: 7px black;
  paint-order: stroke fill;
  font-size: 45px;
  text-transform: uppercase;
}

.spCenter h5 {
  font-family: Have Heart Two;
  font-weight: 400;
  font-size: 45px;
  line-height: 30px;
  padding: 0 30px;
  vertical-align: middle;
  color: #f1e70d;
}

.sp-last {
  text-align: center;
  margin-top: 18px;
}

.sp-last h4 {
  color: #000000;
  -webkit-text-stroke: 0.5px #ffffff;
  font-size: 18px;
  font-family: "FatFrank1", sans-serif;
}

.sp-last h3 {
  color: #fff;
  line-height: normal;
  font-family: "FatFrank1";
  text-align: center;
  -webkit-text-stroke: 7px black;
  paint-order: stroke fill;
  font-size: 25px;
  margin: 10px 0;
}

.sp-last button {
  background: white;
  border: 0;
  border-radius: 35px;
  padding: 5px 35px;
  color: #f32085;
  font-weight: 800;
}

.sponsor-bar {
  margin: 20px 20px 0;
  width: 100%;
}

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

.sp-img-before{
    width: 12%;
}

.sp-img-before img{
    width: 100%;
}

.sp-img-after{
    width: 12%;
    margin-top: 18px;
}

.sp-img-after img{
    width: 100%;
}

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

.bar-top .bt-data span {
  color: #fff;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.sp-bar div {
  width: 100%;
  background-color: #f1f1f1;
  height: 40px;
  border-radius: 50px;
}

.sp-pinkDown {
  display: block;
  /*align-items: center;*/
  /*justify-content: space-between;*/
  margin-top: 35px;
}

.sp-dateSocial {
  display: flex;
  justify-content: space-evenly;
  align-items: end;
  margin-top: 30px;
}

.sp-dateSocial.sp-fundraise {
    display: block;
}

.sp-dateSocial h3 {
  color: #fff;
  line-height: normal;
  font-family: "FatFrank1";
  text-align: center;
  -webkit-text-stroke: 7px black;
  paint-order: stroke fill;
  text-transform: uppercase;
  font-size: 35px;
}

.sp-dateSocial.sp-fundraise h3 {
  color: #fff;
  line-height: normal;
  font-family: "FatFrank1";
  text-align: center;
  -webkit-text-stroke: 7px black;
  paint-order: stroke fill;
  text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 15px;
}

.sp-social {
  text-align: center;
}

.sp-social span img {
  width: 25%;
}

.sp-to-org-btn{
    text-align: center;
}

.sp-to-org-btn button{
    border-radius: 50px;
    border: 2px solid #8abe44;
    background-color: #8abe44;
    box-shadow: 0px 3px 0px 1px #557829;
    padding: 9px 36px 9px;
    font-size: 17px;
    color: #fff !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s;
    margin-top: 15px;
}

.sp-to-org-btn button:hover{
    box-shadow: 0px 3px 0px 1px #8abe44;
}

.social_share svg{
    cursor: pointer;
}

.sp-pink2 {
  background-image: url(../images/backgrounds/sp-pink2.png);
  background-size: 100% 100%;
  padding: 50px 50px;
  height: 585px;
  width: 100%;
  background-repeat: no-repeat;
}

/* twoprogress */

.twoprogress-sec {
  padding: 50px 0 50px;
}

.sp-blueBg{
    background: #03aad6;
    padding: 20px 20px;
    border-radius: 15px;
}

.tp-h h1 {
  color: #fff;
  line-height: normal;
  font-family: "FatFrank1";
  text-align: center;
  -webkit-text-stroke: 7px black;
  paint-order: stroke fill;
  padding-bottom: 20px;
  font-size: 45px;
  text-transform: uppercase;
}

.tp-btns {
  margin: 0 5px;
}

.tp-btns a {
  text-decoration: none !important;
}

.tp-btns a button {
  background-color: #634583;
  padding: 14px 15px;
  color: #fff;
  font-family: "FatFrank1";
  font-size: 23px;

  border: 3px solid black;
  width: 100%;
  border-radius: 50px;
  text-align: left;
  margin: 7px 0;
}

.tp2-h h1 {
  color: #fff;
  line-height: normal;
  font-family: "FatFrank1";
  text-align: center;
  -webkit-text-stroke: 9px black;
  paint-order: stroke fill;
  padding-bottom: 20px;
  font-size: 35px;
  text-transform: uppercase;
}

.tp-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 14px 5px;
  text-align: center;
  background-color: #634583;
  padding: 7px 0px;
  color: #fff;
  font-family: "FatFrank1";
  border: 3px solid black;
  border-radius: 50px;
}

.tp-barImg {
  width: 20%;
}

.tp-barImg img {
  width: 40%;
}

.tp-center {
  display: flex;
  flex-direction: column;
  width: 55%;
}

.tp-center h6 {
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.5px;
}

.progress-fill {
  height: 15px;
  width: 0%;
  background-color: #f83d96;
  animation: fillProgress 10s forwards; /* 3s ka animation */
}

@keyframes fillProgress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.tp-price {
  width: 25%;
}

.tp-price span {
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.5px;
}
