@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: "Open Sans", sans-serif;
}

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

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

/* Map Sec is On register.css */

.mapDonate-sec{
    padding-bottom: 290px;
}

.map-text h1 {
  font-size: 50px;
  font-family: FatFrank1;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 10px black !important;
  paint-order: stroke fill;
  text-align: center;
  font-weight: 900;
  margin-bottom: 50px;
}

.steps {
  margin-top: 25px;
}

.st {
  width: 100%;
  background: #10a7d8;
  margin: 5px auto;
  padding: 15px 30px;
  border-radius: 50px;
  text-align: center;
  position: relative;
}

.st span:nth-child(1) {
  position: absolute;
  left: 3%;
  top: 20%;
}

.st span:nth-child(2) {
  color: #ffffff;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.15rem;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  padding-left: 30px;
  text-align: center;
}

.rowDonate{
    background: #ffffff29;
    box-shadow: 0px 0px 8px 2px #6060608f;
    outline: 0;
    border-radius: 30px;
    margin-top: 80px !important;
}

.rowDonate .col-lg-6:nth-child(2){
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
        background: #15a6d6;
}

.rowDonate .map-form{
    margin-top: 30px;
    margin-bottom: 40px;
}

.find-map-h{
    margin-top: 15px;
}

.find-map-h h1{
    margin-bottom: 20px;
}

.map-text.find-map-h p {
    font-size: 21px;
    line-height: 25px;
    margin-top: 10px;
}

.rowDonate .col-lg-6 .the_map {
    text-align: center;
    margin: 40px 0 20px;
}

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

Media Query

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

@media screen and (max-width: 3000px) {
    .map-sec{
        padding-top: 170px;
    }
}

@media screen and (max-width: 2350px) {
    .find-sec {
        height: 1010px;
    }
}

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

@media screen and (max-width: 1600px) {
    .map-sec{
        padding-top: 145px;
    }
}

@media screen and (max-width: 1399px) {
    .st {
        /*width: 85%;*/
    }
}

@media screen and (max-width: 1299px) {
    .find-sec {
        height: 705px !important;
    }
}

@media screen and (max-width: 1199px) {
    .find-sec {
        height: 655px !important;
    }
    .st {
        width: 102%;
    }
    .st span:nth-child(2) {
        letter-spacing: unset;
    }
}

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

@media screen and (max-width: 991px) {
    .find-sec {
        height: 540px !important;
    }
    .st span:nth-child(2) {
        padding-left: 45px;
        letter-spacing: normal;
    }
    .st {
        width: 100%;
    }
    .row.rowDonate {
        flex-direction: column-reverse;
    }
    .rowDonate .col-lg-6:nth-child(2) {
        border-top-right-radius: 25px;
        border-bottom-right-radius: 0;
        background: #15a6d6;
        border-top-left-radius: 25px;
    }
    .steps {
        margin: 25px 50px 0;
    }
    .map-sec {
        padding-top: 165px;
    }
}


@media screen and (max-width: 891px) {
    .find-sec {
        height: 500px !important;
    }
}

@media screen and (max-width: 791px) {
    .find-sec {
        height: 435px !important;
    }
}

@media screen and (max-width: 768px) {
    .steps {
        margin: 25px 10px 0;
    }
    .st span:nth-child(2) {
        padding-left: 30px;
        letter-spacing: normal;
        font-size: 15px;
    }
    form.map-form.map-find-form {
        margin-left: 10px;
        margin-top: 30px;
        margin-right: 10px;
    }
    .map-sec {
        padding-top: 185px;
        padding-bottom: 200px;
    }
}

@media screen and (max-width: 730px) {
    .find-sec {
        height: 395px !important;
    }
}

@media screen and (max-width: 650px) {
    .find-sec {
        height: 360px !important;
    }
}

@media screen and (max-width: 576px) {
    .row.rowDonate {
        margin: 0 15px;
    }
}

@media screen and (max-width: 540px) {
    .find-sec {
        height: 310px !important;
    }
    .map-text h1 {
        font-size: 40px;
    }
    .st span:nth-child(1) {
        padding-left: 0px;
        font-size: 17px;
        line-height: 20px;
        display:  none;
    }
    .st span:nth-child(2) {
        padding-left: 0px;
        font-size: 17px;
        line-height: 20px;
    }
    .st{
        padding: 7px 15px;
    }
}

@media screen and (max-width: 475px) {
    .find-sec {
        height: 275px !important;
        margin-top: 13px;
    }
}

@media screen and (max-width: 434px) {
    .find-sec {
        height: 260px !important;
        margin-top: 5px;
    }
    .map-text h1 {
        font-size: 40px;
    }
    .st span:nth-child(2) {
        padding-left: 0px;
        font-size: 13px;
        line-height: normal;
    }
}
@media screen and (max-width: 420px) {
    .map-sec {
        padding-top: 210px;
    }
}
@media screen and (max-width: 410px) {
    .find-sec {
        height: 220px !important;
        margin-top: 15px;
    }
    .map-sec {
        padding-top: 175px;
        padding-bottom: 210px;
    }
    .st span:nth-child(1) {
        display: none;
    }
    .map-text.find-map-h p {
        font-size: 17px;
        line-height: 21px;
        margin-top: 10px;
        padding: 0 19px;
    }
    .map-text h1 {
        font-size: 28px;
        -webkit-text-stroke: 5px black !important;
    }
}










































