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

.onlineBanner-sec {
  background-image: url(../images/banners/online-new.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 700px;
  max-height: 100%;
  margin-top: -15px;
  position: relative;
  z-index: 100;
}

.op-h {
    text-align: center;
    transform: rotate(-5deg);
    font-family: "FatFrank1" !important;
    color: #fff;
    line-height: 70px;
    font-size: 65px;
    top: 190px;
    position: relative;
    text-transform: uppercase;
}

.op-h::before {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 10px #15a6d6;
    paint-order: stroke fill;
    z-index: -1;
    left: 0;
    top: 0;
}

.op-h::after {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 19px #e82c94;
    paint-order: stroke fill;
    z-index: -2;
    left: 0;
    top: 0;
}

/* New Discover */

.new-discover-sec{
    background-image: url(../images/backgrounds/cyber.png);
    background-color: #fff;
    background-repeat: repeat;
    background-size: cover;
    padding: 250px 0 0px;
    margin-top: -220px;
}

.new-discoverBlue-h h2 {
    font-size: 40px !important;
    font-family: FatFrank3;
    color: #15a6d6;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.new-discoverBlue-p{
    border: 3px solid black;
    padding: 15px 20px;
    border-radius: 30px;
    background: #fff;
}

.new-discoverBlue-p p{
    color: #353535;
    font-size: 17px;
    line-height: 28px;
    font-family: OpenSans;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
}

.gain-h {
    margin-top: 10px;
}

.gain-h h1{
    font-size: 40px !important;
    font-family: FatFrank3;
    color: #e82c94;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.gain-p{
    border: 3px solid black;
    padding: 15px 20px;
    border-radius: 30px;
    background: #fff;
}

.gain-p p{
    color: #353535;
    font-size: 17px;
    line-height: 28px;
    font-family: OpenSans;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
}

.new-discover-img {
    text-align: center;
}

.new-discover-img img{
    width: 100%;
}

/* Cyber */

.cyber-sec {
  position: relative;
  background-image: url(../images/backgrounds/cyber.png);
  background-color: #fff;
  background-repeat: repeat;
  background-size: cover;
  padding: 80px 0 250px;
  margin-top: 0px !important;
}

.cyber-text {
  text-align: center;
}

.cyber-text h1 {
  font-size: 62px !important;
  font-family: FatFrank3;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 10px black;
  paint-order: stroke fill;
  text-transform: uppercase;
}

.cyber-text p {
  padding: 20px 25px;
  font-size: 18px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  color: #353535;
  text-align: left;
  font-weight: 700;
  margin: 20px 80px;
  background: #ffffff29;
  box-shadow: 0px 0px 8px 2px #6060608f;
  border-radius: 15px;
  outline: 0;
}

.cyber-img {
  text-align: center;
}

.cyber-img img {
  width: 60%;
}

.cyber-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 70px;
}

.cyber-btns button {
  padding: 12px 70px;
  border: 2px solid #5c3969;
  font-family: FatFrank;
  font-weight: 900;
  font-size: 25px;
  line-height: 30px;
  border-radius: 45px;
  color: #5c3969;
  transition: 0.5s;
  background-color: transparent;
}

/* Discover */

.discover-sec {
  background-image: url(../images/backgrounds/discover-background.png);
  padding-top: 160px;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 130px;
  margin-top: -100px;
  position: relative;
  z-index: 10;
}

.discover-img img {
  width: 125%;
}

.discover-h h1 {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  line-height: 65px;
  rotate: 3deg;
  font-family: FatFrank3;
  -webkit-text-stroke: 7px black;
  paint-order: stroke fill;
  text-transform: uppercase;
  padding-bottom: 40px;
  text-align: center;
  margin-left: 50px;
}

.discover-p p {
  font-size: 24px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  padding-bottom: 10px;
  color: #fff;
  padding: 0 70px;
}

/* Gaining */

.gain-sec {
  position: relative;
  background-image: url(../images/backgrounds/fundraiser.png);
  background-color: #fff;
  background-repeat: repeat;
  background-size: cover;
  padding: 90px 0 210px;
}

.gain-text h1 {
  font-size: 62px !important;
  font-family: FatFrank3;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 10px black;
  paint-order: stroke fill;
  text-transform: uppercase;
  text-align: center;
}

.gain-text p {
   padding: 20px 25px;
  font-size: 18px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  color: #353535;
  text-align: left;
  font-weight: 700;
  padding: 20px 20px;
    background: #ffffff29;
    box-shadow: 0px 0px 8px 2px #6060608f;
    border-radius: 15px;
    outline: 0;
}

/* org Green */

.orgGreen-sec {
  background-image: url(../images/backgrounds/green-organize.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 140px 0 190px;
  margin-top: -200px;
  z-index: 10;
}

.orgGreen-text {
  margin-top: 80px;
}

.orgGreen-text h1 {
  font-size: 60px;
  font-family: FatFrank3;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 10px black !important;
  paint-order: stroke fill;
  font-weight: 900;
}

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

.orgGreen-img {
  text-align: center;
}

.orgGreen-img img {
  width: 80%;
}

/* Fundraiser */

.fundraiser-sec {
  position: relative;
  background-image: url(../images/backgrounds/fundraiser.png);
  background-color: #fff;
  background-repeat: repeat;
  background-size: cover;
  padding: 195px 0 175px;
  margin-top: -160px;
}

.fundraiser-text h1 {
  font-size: 60px;
  font-family: FatFrank3;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 10px black !important;
  paint-order: stroke fill;
  font-weight: 900;
  text-transform: uppercase;
}

.fundraiser-text p {
    padding: 20px 25px;
  font-size: 18px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  color: #353535;
  text-align: left;
  font-weight: 700;
    background: #ffffff29;
    box-shadow: 0px 0px 8px 2px #6060608f;
    border-radius: 15px;
    outline: 0;
}

.fundraiser-btn a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border-radius: 121px 121px 121px 121px;
  box-shadow: 0 2px 1px 1px #b40056;
  background: linear-gradient(370deg, #9b0659 0, #e82c94 7%);
  color: #fff;
  padding: 11px 60px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0;
  transition: 0.2s;
}

.fundraiser-btn a:hover {
  box-shadow: 0 2px 1px 1px #e82c94;
}

.fundraiser-img {
    text-align: center;
}

.fundraiser-img img{
    width: 75%;
    margin-top: -65px;
}

/* Seamless */

.seamless-sec {
  background-image: url(../images/backgrounds/seamless-blue.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 170px 0 195px;
  margin-top: -200px;
  z-index: 10;
}

.seamless-text {
  margin-top: 90px;
}

.seamless-text h1 {
  font-size: 60px;
  font-family: FatFrank3;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 10px black !important;
  paint-order: stroke fill;
  font-weight: 900;
}

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

.seamless-img {
  text-align: center;
}

.seamless-img img {
  width: 80%;
}

/* Efficient */

.efficient-sec {
  position: relative;
  background-image: url(../images/backgrounds/fundraiser.png);
  background-color: #fff;
  background-repeat: repeat;
  background-size: cover;
  padding: 130px 0 185px;
  margin-top: -160px;
}

.efficient-text {
  margin-top: 90px;
}

.efficient-text h1 {
  font-size: 60px;
  font-family: FatFrank3;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 10px black !important;
  paint-order: stroke fill;
  font-weight: 900;
}

.efficient-text p {
   padding: 20px 25px;
  font-size: 18px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  color: #353535;
  text-align: left;
  font-weight: 700;
    background: #ffffff29;
    box-shadow: 0px 0px 8px 2px #6060608f;
    border-radius: 15px;
    outline: 0;
}

.efficient-img {
  text-align: center;
}

/* Incentive */

.incentivePink-sec {
  background-image: url(../images/backgrounds/incentive-pink.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 165px 0 220px;
  margin-top: -200px;
  z-index: 10;
}

.incentivePink-text {
  margin-top: 70px;
}

.incentivePink-text h1 {
  font-size: 60px;
  font-family: FatFrank3;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 10px black !important;
  paint-order: stroke fill;
  font-weight: 900;
}

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

.incentivePink-img {
  text-align: center;
}

.incentivePink-img img {
  width: 80%;
}

/* Automated */

.automated-sec {
  position: relative;
  background-image: url(../images/backgrounds/fundraiser.png);
  background-color: #fff;
  background-repeat: repeat;
  background-size: cover;
  padding: 100px 0 180px;
  margin-top: -160px;
}

.automated-text {
  margin-top: 100px;
}

.automated-text h1 {
  font-size: 60px;
  font-family: FatFrank3;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 10px black !important;
  paint-order: stroke fill;
  font-weight: 900;
}

.automated-text p {
  padding: 20px 25px;
  font-size: 18px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  color: #353535;
  text-align: left;
  font-weight: 700;
    background: #ffffff29;
    box-shadow: 0px 0px 8px 2px #6060608f;
    border-radius: 15px;
    outline: 0;
}

.automated-img {
  text-align: center;
}

/* Extensive */

.extensive-sec {
  background-image: url(../images/backgrounds/extensive-purple.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 180px 0 220px;
  margin-top: -200px;
  z-index: 10;
}

.extensive-text {
  margin-top: 70px;
}

.extensive-text h1 {
  font-size: 60px;
  font-family: FatFrank3;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 10px black !important;
  paint-order: stroke fill;
  font-weight: 900;
}

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

.extensive-img {
  text-align: center;
}

.extensive-img img {
  width: 80%;
}

/* Flexible */

.flexible-sec {
  position: relative;
  background-image: url(../images/backgrounds/fundraiser.png);
  background-color: #fff;
  background-repeat: repeat;
  background-size: cover;
  padding: 95px 0 185px;
  margin-top: -160px;
}

.flexible-text {
  margin-top: 100px;
}

.flexible-text h1 {
  font-size: 60px;
  font-family: FatFrank3;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 10px black !important;
  paint-order: stroke fill;
  font-weight: 900;
}

.flexible-text p {
  padding: 20px 25px;
  font-size: 18px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  color: #353535;
  text-align: left;
  font-weight: 700;
    background: #ffffff29;
    box-shadow: 0px 0px 8px 2px #6060608f;
    border-radius: 15px;
    outline: 0;
}

.flexible-img {
  text-align: center;
  margin-top: 50px;
}

/* Australia */

.australia-sec {
  background-image: url(../images/backgrounds/australia-green.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 125px 0 155px;
  margin-top: -200px;
  z-index: 10;
}

.australia-text {
  margin-top: 85px;
}

.australia-text h1 {
  font-size: 60px;
  font-family: FatFrank3;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 10px black !important;
  paint-order: stroke fill;
  font-weight: 900;
}

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

.australia-img {
  text-align: center;
}

.australia-img img {
  width: 80%;
}

/* Safe and Secure */

.safeSecure-sec {
  position: relative;
  background-image: url(../images/backgrounds/fundraiser.png);
  background-color: #fff;
  background-repeat: repeat;
  background-size: cover;
  padding: 80px 0 280px;
  margin-top: -160px;
}

.safeSecure-text {
  margin-top: 100px;
}

.safeSecure-text h1 {
  font-size: 60px;
  font-family: FatFrank3;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 10px black !important;
  paint-order: stroke fill;
  font-weight: 900;
}

.safeSecure-text p {
  padding: 20px 25px;
  font-size: 18px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  color: #353535;
  text-align: left;
  font-weight: 700;
    background: #ffffff29;
    box-shadow: 0px 0px 8px 2px #6060608f;
    border-radius: 15px;
    outline: 0;
}

.safeSecure-img {
  text-align: center;
  margin-top: 50px;
}

.safeSecure-btn a button{
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border-radius: 121px 121px 121px 121px;
  box-shadow: 0 2px 1px 1px #b40056;
  background: linear-gradient(370deg, #9b0659 0, #e82c94 7%);
  color: #fff !important;
  padding: 9px 50px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
  transition: 0.2s;
  border: 0;
}

.safeSecure-btn a button:hover {
  box-shadow: 0 2px 1px 1px #e82c94;
}

/* Brocher */

.Online_broch {
  padding: 250px 0 170px 0 !important;
  background-image: url(../images/backgrounds/brochure.png) !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: -200px;
  position: relative;
}

/* Trouble */

.trouble-sec {
  /*background-image: url(../images/backgrounds/trouble-background.png);*/
  background-image: url(../images/backgrounds/blue-fundrise.png);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  padding: 260px 0 350px;
  margin-top: -230px;
  z-index: 10; 
  position: relative;
}

.trouble-text {
  text-align: center;
}

.trouble-text h1 {
  font-size: 60px;
  font-family: FatFrank3;
  color: rgb(241, 231, 13);
  letter-spacing: 0.1rem;
  line-height: normal;
  paint-order: stroke;
  text-align: center;
  font-weight: 900;
  -webkit-text-stroke: 12px black;
  margin-bottom: 50px;
}

.trouble-text p {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: center;
  display: block;
  padding-bottom: 10px;
  line-height: 30px;
}

.trouble-btn {
  text-align: center;
  margin-top: 40px;
}

.trouble-btn a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border-radius: 121px 121px 121px 121px;
  box-shadow: 0 2px 1px 1px #b40056;
  background: linear-gradient(370deg, #9b0659 0, #e82c94 7%);
  color: #fff !important;
  padding: 8px 40px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 0;
  transition: 0.2s;
}

.trouble-btn a:hover {
  box-shadow: 0 2px 1px 1px #e82c94;
}

.discover-img img {
    width: 100%;
}

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

MEDIA QUERY

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

@media screen and (max-width: 2350px) {
    .onlineBanner-sec {
        height: 1050px;
    }
    .trouble-sec {
        padding: 360px 0 250px;
    }
    .op-h {
        font-size: 85px;
        top: 260px;
        left: -115px;
    }
}

@media screen and (max-width: 1950px){
    /*.cyber-sec {*/
    /*    padding: 150px 0 180px;*/
    /*}*/
    .onlineBanner-sec {
        height: 885px;
    }
}

@media screen and (max-width: 1690px){
    /*.cyber-sec {*/
    /*    margin-top: -290px;*/
    /*    padding: 230px 0 180px;*/
    /*}*/
    .onlineBanner-sec {
        height: 780px;
    }
    .op-h {
        font-size: 70px;
        top: 200px;
        left: -35px;
    }
}

@media screen and (max-width: 1599px) {
    /*.cyber-sec {*/
    /*    margin-top: -265px;*/
    /*}*/
    .extensive-sec {
        margin-top: -160px;
    }
    .flexible-sec {
        padding: 95px 0 225px;
    }
    .safeSecure-sec {
        padding: 105px 0 230px;
    }
    .onlineBanner-sec {
        height: 680px;
    }
    .op-h {
        font-size: 60px;
        top: 200px;
        left: 0px;
    }
}

@media screen and (max-width: 1499px) {
    /*.onlineBanner-sec {*/
    /*    height: 760px !important;*/
    /*}*/
    /*.cyber-sec {*/
    /*    margin-top: -260px;*/
    /*    padding-top: 195px;*/
    /*}*/
}

@media screen and (max-width: 1450px) {
    /*.cyber-sec {*/
    /*    margin-top: -250px;*/
    /*}*/
}

@media screen and (max-width: 1399px) {
    /*.onlineBanner-sec {*/
    /*    height: 725px !important;*/
    /*}*/
    .fundraiser-sec {
        padding: 195px 0 205px;
    }
}

@media screen and (max-width: 1299px) {
    /*.onlineBanner-sec {*/
    /*    height: 675px !important;*/
    /*}*/
    .onlineBanner-sec {
        height: 575px;
    }
    .op-h {
        font-size: 50px;
        top: 140px;
    }
    .op-h::after {
        -webkit-text-stroke: 16px #e82c94;
    }
}

@media screen and (max-width: 1200px){
    .brochure-text h1 {
        font-size: 50px;
    }
}

@media screen and (max-width: 1199px) {
    /*.onlineBanner-sec {*/
    /*    height: 620px !important;*/
    /*}*/
    .discover-sec .container{
        max-width: 100%;
    }
    .seamless-img {
        text-align: center;
        margin-top: 50px;
    }
    .fundraiser-text h1 {
        font-size: 45px;
    }
    .fundraiser-img img{
        width: 100%;
    }
    .seamless-text h1 {
        font-size: 45px;
    }
    .efficient-text {
        margin-top: 75px;
    }
    .efficient-text h1 {
        font-size: 45px;
    }
    .incentivePink-text h1 {
        font-size: 45px;
    }
    .incentivePink-text p {
        font-size: 19px;
    }
    .incentivePink-text {
        margin-top: 35px;
    }
    .automated-text h1 {
        font-size: 45px;
    }
    .automated-img img{
        width: 90%;
    }
    .extensive-text {
        margin-top: 45px;
    }
    .extensive-text h1 {
        font-size: 45px;
    }
    .extensive-text p {
        font-size: 19px;
    }
    .flexible-img img{
        width: 80%;
        margin-top: 25px;
    }
    .flexible-text h1 {
        font-size: 45px;
    }
    .australia-text h1 {
        font-size: 45px;
    }
    .safeSecure-img img{
        width: 90%;
        margin-top: 60px;
    }
    .safeSecure-text h1 {
        font-size: 45px;
    }
    .orgGreen-text {
        margin-top: 15px;
    }
    .australia-text {
        margin-top: 45px;
    }
    .cyber-text h1 {
        font-size: 50px !important;
        -webkit-text-stroke: 7px black;
    }
    .discover-h h1 {
        font-size: 40px;
        line-height: 45px;
        -webkit-text-stroke: 7px black;
    }
    .gain-text h1 {
        font-size: 50px !important;
        -webkit-text-stroke: 7px black;
    }
    .orgGreen-text h1 {
        font-size: 50px;
        -webkit-text-stroke: 7px black !important;
    }
    .fundraiser-text h1 {
        font-size: 50px;
        -webkit-text-stroke: 7px black !important;
    }
    .seamless-text h1 {
        font-size: 50px;
        -webkit-text-stroke: 8px black !important;
    }
    .efficient-text h1 {
        font-size: 50px;
        -webkit-text-stroke: 7px black !important;
    }
    .incentivePink-text h1 {
        font-size: 50px;
        -webkit-text-stroke: 7px black !important;
    }
    .automated-text h1 {
        font-size: 50px;
        -webkit-text-stroke: 7px black !important;
    }
    .extensive-text h1 {
        font-size: 50px;
        -webkit-text-stroke: 7px black !important;
    }
    .flexible-text h1 {
        font-size: 50px;
        -webkit-text-stroke: 7px black !important;
    }
    .australia-text h1 {
        font-size: 50px;
        -webkit-text-stroke: 7px black !important;
    }
    .safeSecure-text h1 {
        font-size: 50px;
        -webkit-text-stroke: 7px black !important;
    }
    .trouble-text h1 {
        font-size: 50px;
        -webkit-text-stroke: 7px black;
    }
    .safeSecure-sec {
        padding: 105px 0 270px;
    }
    .seamless-sec {
        padding: 100px 0 195px;
    }
    .efficient-img img{
        width: 100%;
    }
    .incentivePink-img {
        margin-top: 35px;
    }
    .automated-img {
        margin-top: 45px;
    }
    .extensive-img {
        margin-top: 20px;
    }
    .flexible-img {
        margin-top: 115px;
    }
    .trouble-sec {
        padding: 200px 0 290px;
    }
    .onlineBanner-sec {
        height: 545px;
    }
}

@media screen and (max-width: 1099px) {
    /*.onlineBanner-sec {*/
    /*    height: 565px !important;*/
    /*}*/
    .gain-text h1 {
        font-size: 45px !important;
    }
    .orgGreen-text h1 {
        font-size: 45px;
    }
    .orgGreen-text {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1050px) {
    .trouble-sec {
        padding: 200px 0 350px;
        background-size: 100% 100%;
        margin-bottom: -85px;
    }
    .efficient-sec {
        padding: 130px 0 215px;
    }
}

@media screen and (max-width: 991px) {
    /*.onlineBanner-sec {*/
    /*    height: 515px !important;*/
    /*}*/
    .cyber-text h1 {
        font-size: 55px !important;
    }
    .cyber-btns {
        gap: 20px;
    }
    .cyber-btns button {
        padding: 12px 40px;
    }
    .discover-img img {
        width: 75%;
        margin-left: -15px;
    }
    .discover-h h1 {
        font-size: 45px;
        line-height: 55px;
        margin-top: 55px;
        font-family: 'Fatfrank1';
        -webkit-text-stroke: 10px black;
        margin-left: 0px;
        rotate: 0deg;
    }
    .discover-sec {
        padding-bottom: 230px;
    }
    .orgGreen-text {
        margin-top: 40px;
        text-align: center;
    }
    .orgGreen-img img {
        width: 40%;
    }
    .fundraiser-sec{
        padding: 180px 0 190px;
    }
    .fundraiser-sec .container .row{
        flex-direction: column-reverse;
    }
    .fundraiser-img {
        text-align: center;
        margin-bottom: 40px;
        margin-top: 70px;   
    }
    .fundraiser-text {
        text-align: center;
    }
    .fundraiser-img img {
        width: 50%;
    }
    .fundraiser-btn {
        text-align: center;
    }
    .seamless-text {
        margin-top: 110px;
        text-align: center;
    }
    .seamless-img img {
        width: 40%;
    }
    .seamless-sec {
        padding: 230px 0 280px;
    }
    .efficient-sec {
        padding: 45px 0 215px;
    }
    .efficient-sec .container .row{
        flex-direction: column-reverse;
    }
    .efficient-img img{
        width: 40%;
        margin-top: 25px;
    }
    .efficient-text {
        text-align: center;
    }
    .incentivePink-text {
        margin-top: 55px;
        text-align: center;
    }
    .incentivePink-img img {
        width: 40%;
    }
    .automated-img {
        margin-top: -25px;
    }
    .automated-img img {
        width: 50%;
    }
    .automated-text {
        margin-top: 30px;
        text-align: center;
    }
    .extensive-text {
        margin-top: 65px;
        text-align: center;
    }
    .extensive-img img {
        width: 40%;
    }
    .extensive-sec {
        padding: 240px 0 250px;
    }
    .flexible-img img {
        width: 40%;
        margin-top: 25px;
    }
    .flexible-text {
        margin-top: 70px;
        text-align: center;
    }
    .australia-text {
        margin-top: 85px;
        text-align: center;
    }
    .australia-img img {
        width: 40%;
    }
    .safeSecure-img img {
        width: 50%;
        margin-top: 25px;
    }
    .safeSecure-text {
        margin-top: 70px;
        text-align: center;
    }
    .safeSecure-btn {
        text-align: center;
    }
    .trouble-sec {
        padding: 260px 0 450px;
        margin-top: -360px;
        margin-bottom: -185px;
    }
    .brochure-img {
        text-align: center;
        margin-top: 0px;
    }
    .cyber-text p {
        margin: 20px 0px;
    }
    .discover-sec {
        background-image: url(../images/backgrounds/discover-tab.png);
        background-size: 100% 100%;
        padding-bottom: 165px;
        padding-top: 95px;
    }
    .orgGreen-sec {
        background-image: url(../images/backgrounds/onl-green-tab.png);
        background-size: 100% 100%;
        padding: 130px 0 200px;
    }
    .seamless-sec {
        background-image: url(../images/backgrounds/onl-blue-tab.png);
        background-size: 100% 100%;
        padding: 80px 0 240px;
    }
    .incentivePink-sec {
        background-image: url(../images/backgrounds/onl-pink-tab.png);
        background-size: 100% 100%;
        padding: 145px 0 240px;
    }
    .extensive-sec {
        background-image: url(../images/backgrounds/onl-purple-tab.png);
        background-size: 100% 100%;
        padding: 110px 0 230px;
    }
    .australia-sec {
        background-image: url(../images/backgrounds/onl-green-tab.png);
        background-size: 100% 100%;
        padding: 65px 0 145px;
    }
    .automated-sec {
        padding: 50px 0 145px;
    }
    .automated-sec .container .row{
        flex-direction: column-reverse;
    }
    .flexible-sec {
        padding: 20px 0 195px;
    }
    .safeSecure-sec {
        padding: 65px 0 395px;
    }
    .incentivePink-img {
        margin-top: 0px;
    }
    .flexible-sec .container .row{
        flex-direction: column-reverse;
    }
    .safeSecure-sec .container .row{
        flex-direction: column-reverse;
    }
    .flexible-img {
        margin-top: 0px;
    }
    .safeSecure-img {
        margin-top: 0;
    }
    .seamless-img {
        margin-top: 15px;
    }
    .extensive-sec {
        padding: 125px 0 230px;
    }
    .onlineBanner-sec {
        height: 480px;
    }
    .op-h {
        font-size: 42px;
        top: 120px;
        left: -65px;
    }
    .new-discover-img img {
        width: 70%;
    }
}

@media screen and (max-width: 860px) {
    /*.onlineBanner-sec {*/
    /*    height: 480px !important;*/
    /*}*/
    .onlineBanner-sec {
        height: 430px;
    }
    .op-h {
        font-size: 35px;
        top: 120px;
        left: -25px;
    }
    .op-h::after {
        -webkit-text-stroke: 14px #e82c94;
    }
}

@media screen and (max-width: 768px) {
    .cyber-btns {
        gap: 20px;
        flex-wrap: wrap;
    }
    /*.onlineBanner-sec {*/
    /*    height: 400px !important;*/
    /*}*/
    .cyber-text h1 {
        font-size: 45px !important;
    }
    .cyber-btns button:nth-child(3) {
        padding: 12px 15px;
    }
    .discover-p p {
        padding: 0;
    }
    .trouble-text h1 {
        font-size: 50px;
    }
    /*.cyber-sec {*/
    /*    margin-top: -210px;*/
    /*}*/
    .fundraiser-sec {
        padding: 140px 0 165px;
    }
    .new-discoverBlue-h h2 {
        font-size: 35px !important;
    }
    .op-h {
        font-size: 32px;
        top: 120px;
        left: -45px;
    }
    .cyber-img img {
        width: 80%;
    }
}

@media screen and (max-width: 650px) {
    /*.onlineBanner-sec {*/
    /*    height: 340px !important;*/
    /*}*/
    .discover-h h1 {
        font-size: 35px;
        line-height: 40px;
        -webkit-text-stroke: 7px black;
    }
    .discover-p p {
        font-size: 18px;
    }
    .cyber-text h1 {
        font-size: 40px !important;
        -webkit-text-stroke: 6px black;
    }
    .discover-sec {
        padding-bottom: 115px;
        padding-top: 60px;
    }
    .gain-text h1 {
        font-size: 40px !important;
        -webkit-text-stroke: 6px black;
    }
    .orgGreen-text h1 {
        font-size: 40px !important;
        -webkit-text-stroke: 6px black;
    }
    .fundraiser-text h1 {
        font-size: 40px !important;
        -webkit-text-stroke: 6px black;
    }
    .seamless-text h1 {
        font-size: 40px !important;
        -webkit-text-stroke: 6px black;
    }
    .efficient-text h1 {
        font-size: 40px !important;
        -webkit-text-stroke: 6px black;
    }
    .incentivePink-text h1 {
        font-size: 40px !important;
        -webkit-text-stroke: 6px black;
    }
    .automated-text h1 {
        font-size: 40px !important;
        -webkit-text-stroke: 6px black;
    }
    .extensive-text h1 {
        font-size: 40px !important;
        -webkit-text-stroke: 6px black;
    }
    .flexible-text h1 {
        font-size: 40px !important;
        -webkit-text-stroke: 6px black;
    }
    .australia-text h1 {
        font-size: 40px !important;
        -webkit-text-stroke: 6px black;
    }
    .safeSecure-text h1 {
        font-size: 40px !important;
        -webkit-text-stroke: 6px black;
    }
    .trouble-sec {
        padding: 200px 0 350px;
    }
    .orgGreen-sec {
        background-image: url(../images/backgrounds/onl-green-mob.png);
        background-size: 100% 100%;
        padding: 50px 0 135px;
    }
    .fundraiser-sec {
        padding: 165px 0 165px;
    }
    .seamless-sec {
        background-image: url(../images/backgrounds/onl-blue-mob.png);
        background-size: 100% 100%;
        padding: 0px 0 140px;
    }
    .efficient-sec {
        padding: 80px 0 215px;
    }
    .incentivePink-sec {
        background-image: url(../images/backgrounds/onl-pink-mob.png);
        background-size: 100% 100%;
        padding: 60px 0 120px;
    }
    .extensive-sec {
        background-image: url(../images/backgrounds/onl-purple-mob.png);
        background-size: 100% 100%;
        padding: 30px 0 115px;
    }
    .australia-sec {
        background-image: url(../images/backgrounds/onl-green-mob.png);
        background-size: 100% 100%;
        padding: 10px 0 95px;
    }
    .automated-sec {
        padding: 140px 0 160px;
    }
    .flexible-sec {
        padding: 120px 0 205px;
    }
    .safeSecure-sec {
        padding: 100px 0 385px;
    }
    .onlineBanner-sec {
        height: 320px;
    }
    .op-h {
        font-size: 25px;
        top: 75px;
        left: -10px;
    }
    .op-h::after {
        -webkit-text-stroke: 10px #e82c94;
    }
}

@media screen and (max-width: 580px) {
    .trouble-text h1 {
        font-size: 40px;
    }
    .trouble-text p {
        font-size: 21px;
        line-height: 27px;
    }
    /*.onlineBanner-sec {*/
    /*    height: 315px !important;*/
    /*    margin-top: 7px;*/
    /*}*/
   .cyber-sec .container,
   .gain-sec .container,
   .orgGreen-sec .container,
   .fundraiser-sec .container,
   .seamless-sec .container,
   .efficient-sec .container,
   .incentivePink-sec .container,
   .automated-sec .container,
   .extensive-sec .container,
   .flexible-sec .container,
   .australia-sec .container,
   .safeSecure-sec .container {
       padding: 0 50px;
       max-width: 100%;
   }
   .cyber-text h1 {
        font-size: 30px !important;
        -webkit-text-stroke: 5px black;
    }
    .gain-text h1 {
        font-size: 30px !important;
        -webkit-text-stroke: 5px black;
    }
    .orgGreen-text h1 {
        font-size: 30px !important;
        -webkit-text-stroke: 5px black;
    }
    .fundraiser-text h1 {
        font-size: 30px !important;
        -webkit-text-stroke: 5px black;
    }
    .seamless-text h1 {
        font-size: 30px !important;
        -webkit-text-stroke: 5px black;
    }
    .efficient-text h1 {
        font-size: 30px !important;
        -webkit-text-stroke: 5px black;
    }
    .incentivePink-text h1 {
        font-size: 30px !important;
        -webkit-text-stroke: 5px black;
    }
    .automated-text h1 {
        font-size: 30px !important;
        -webkit-text-stroke: 5px black;
    }
    .extensive-text h1 {
        font-size: 30px !important;
        -webkit-text-stroke: 5px black;
    }
    .flexible-text h1 {
        font-size: 30px !important;
        -webkit-text-stroke: 5px black;
    }
    .australia-text h1 {
        font-size: 30px !important;
        -webkit-text-stroke: 5px black;
    }
    .safeSecure-text h1 {
        font-size: 30px !important;
        -webkit-text-stroke: 5px black;
    }
}

@media screen and (max-width: 540px) {
    /*.onlineBanner-sec {*/
    /*    height: 290px !important;*/
    /*    margin-top: 7px;*/
    /*}*/
    .discover-h h1 {
        font-size: 28px;
        line-height: 35px;
        -webkit-text-stroke: 5px black;
        padding-bottom: 10px;
        margin-top: 35px;
    }
    .extensive-text p {
        font-size: 17px;
        line-height: 25px;
    }
    .discover-p p {
        font-size: 17px;
        line-height: 25px;
    }
    .orgGreen-text p {
        font-size: 17px;
        line-height: 25px;
    }
    .seamless-text p {
        font-size: 17px;
        line-height: 25px;
    }
    .incentivePink-text p {
        font-size: 17px;
        line-height: 25px;
    }
    .australia-text p {
        font-size: 17px;
        line-height: 25px;
    }
    .trouble-text h1 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .trouble-sec {
        padding: 160px 0 370px;
    }
    .trouble-btn a {
        padding: 6px 30px;
        font-size: 17px;
    }
    .op-h {
        font-size: 22px;
        top: 65px;
        left: 5px;
    }
    .op-h::before {
        -webkit-text-stroke: 7px #15a6d6;
    }
    .new-discoverBlue-h h2 {
        font-size: 28px !important;
    }
    .gain-h h1 {
        font-size: 28px !important;
        margin-top: 25px;
    }
}

@media screen and (max-width: 520px){
    .new-discoverBlue-p{
        margin: 15px 35px 0;
        padding: 15px 15px;
    }
    .new-discoverBlue-h h2 {
        padding: 0 30px;
    }
    .gain-p {
        margin: 15px 35px 0;
        padding: 15px 15px;
    }
    .new-discover-img img {
        margin: 25px 0 5px;
    }
    .gain-h h1 {
        padding: 0 30px;
    }
}

@media screen and (max-width: 510px) {
    /*.onlineBanner-sec {*/
    /*    height: 265px !important;*/
    /*    margin-top: 5px;*/
    /*}*/
}

@media screen and (max-width: 450px) {
    /*.onlineBanner-sec {*/
    /*    height: 240px !important;*/
    /*}*/
    .cyber-text h1 {
        font-size: 28px !important;
    }
    .cyber-text p {
        font-size: 15px;
        line-height: 21px;
        padding: 10px 15px;
    }
    .discover-h h1 {
        font-size: 28px;
        line-height: 30px;
        -webkit-text-stroke: 8px black;
    }
    .discover-p p {
               font-size: 15px;
        line-height: 21px;
        padding: 10px 15px;
    }
    .discover-sec {
        padding-bottom: 60px;
    }
    .gain-text h1 {
        font-size: 28px !important;
    }
    .orgGreen-text h1 {
        font-size: 28px;
    }
    .orgGreen-text p {
                font-size: 15px;
        line-height: 21px;
        padding: 10px 15px;
    }
    .fundraiser-text h1 {
        font-size: 28px;
    }
    .fundraiser-text p {
                font-size: 15px;
        line-height: 21px;
        padding: 10px 15px;
    }
    .fundraiser-btn a {
        padding: 6px 45px;
        font-size: 21px;
    }
    .seamless-text h1 {
        font-size: 28px;
    }
    .seamless-text p {
                font-size: 15px;
        line-height: 21px;
        padding: 10px 15px;
    }
    .seamless-img {
        text-align: center;
        margin-top: 20px;
    }
    .efficient-text {
        margin-top: 50px;
    }
    .efficient-text h1 {
        font-size: 28px;
    }
    .efficient-text p {
                font-size: 15px;
        line-height: 21px;
        padding: 10px 15px;
    }
    .incentivePink-text h1 {
        font-size: 28px;
    }
    .incentivePink-text p {
                font-size: 15px;
        line-height: 21px;
        padding: 10px 15px;
    }
    .automated-text h1 {
        font-size: 28px;
    }
    .automated-text p {
                font-size: 15px;
        line-height: 21px;
        padding: 10px 15px;
    }
    .extensive-text h1 {
        font-size: 28px;
    }
    .extensive-text p {
                font-size: 15px;
        line-height: 21px;
        padding: 10px 15px;
    }
    .flexible-text h1 {
        font-size: 28px;
    }
    .flexible-text p {
                font-size: 15px;
        line-height: 21px;
        padding: 10px 15px;
    }
    .flexible-text {
        margin-top: 35px;
        text-align: center;
    }
    .australia-text h1 {
        font-size: 28px;
    }
    .australia-text p {
               font-size: 15px;
        line-height: 21px;
        padding: 10px 15px;
    }
    .safeSecure-text h1 {
        font-size: 28px;
    }
    .safeSecure-text p {
               font-size: 15px;
        line-height: 21px;
        padding: 10px 15px;
    }
    .safeSecure-btn a {
        padding: 6px 45px;
        font-size: 21px;
    }
    .trouble-text h1 {
        font-size: 28px;
    }
    .trouble-text p {
        font-size: 15px;
        line-height: 21px;
        padding: 10px 15px;
    }
    .trouble-sec {
        padding: 160px 0 320px;
    }
    .cyber-sec {
        padding: 50px 0 230px;
    }
}

@media screen and (max-width: 420px) {
    .new-discover-sec {
        padding: 235px 0 0px;
    }
    .safeSecure-btn a {
        padding: 6px 10px;
    }
}

@media screen and (max-width: 390px) {}

















































