@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;
  overflow-x: hidden !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;
}

.footer-sec {
  position: relative;
  z-index: 200;
  background-color: #634583;
  padding: 120px 0 0px;
}

.footer-sec::before {
  content: "";
  position: absolute;
  background-image: url(../images/banners/footer.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  top: -70%;
  left: 0;
  z-index: 100;
}

.footer-sec .container {
  position: relative;
  z-index: 200;
}

.footer-logo {
  margin-bottom: 20px;
}

.foot-support {
  text-decoration: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.foot-icons {
  margin-top: 15px;
}

.foot-nav h2 {
  color: #fff;
  font-size: 22px;
  font-family: Fatfrank1;
  position: relative;
  margin-bottom: 20px;
}

.foot-nav h2::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 160px;
  background-color: #fff;
  bottom: -5px;
  left: 0px;
}

.foot-nav ul {
  list-style: none;
  padding: unset;
}

.foot-nav ul li {
  padding: 5px 0px;
}

.foot-nav ul li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff !important;
  font-size: 17px;
  line-height: inherit;
  text-decoration: none !important;
}

.foot-blue {
  background-color: #08aad7 !important;
  padding: 15px 0 5px;
  margin-top: 50px;
}

.blue-p {
  text-align: center;
}

.blue-p p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

@media screen and (max-width:2350px){
    .footer-sec::before {
        top: -95%;
    }
}

@media screen and (max-width:2150px){
    .footer-sec::before {
        top: -85%;
    }
}

@media screen and (max-width:1800px){
    .footer-sec::before {
        top: -75%;
    }
}

@media screen and (max-width:1599px){
    .footer-sec::before {
        top: -60%;
    }
}

@media screen and (max-width:1399px){
    .footer-sec::before {
        top: -50%;
    }
}

@media screen and (max-width:1299px){
    .footer-sec::before {
        top: -50%;
    }
}

@media screen and (max-width:1199px){
    .footer-logo img{
        width: 100%;
    }
    .footer-sec::before {
        background-size: contain;
        top: -60%;
    }
}

@media screen and (max-width: 1080px) {
    /*.footer-sec::before {*/
    /*    top: -47%;*/
    /*}*/
    .map-sec {
        padding-bottom: 265px;
    }
    .footer-sec {
        padding: 70px 0 0px;
    }
}

@media screen and (max-width:991px){
    .footer-sec::before {
        top: -15%;
    }
    .footer-logo{
        text-align: center;
    }
    .footer-logo img {
        width: 70%;
    }
    .foot-blue {
        margin-top: 5px;
    }
}

@media screen and (max-width: 768px) {
    .footer-sec::before {
        top: -10%;
    }
}

@media screen and (max-width: 680px) {
    .footer-sec::before {
        top: -10%;
    }
    .foot-blue {
        margin-top: 0px;
    }
}

@media screen and (max-width: 580px) {
    .footer-sec::before {
        top: -14%;
    }
    .blue-p p {
        font-size: 13px !important;
        font-weight: 600 !important;
        margin-bottom: 5px !important;
    }
    .footer-logo img {
        width: 60% !important;
    }
    .footer-sec {
        padding: 10px 0 0px !important;
    }
}

@media screen and (max-width: 540px) {
    .footer-sec::before {
        top: -14% !important
    }
    .foot-support span{
        font-size: 16px !important
    }
    .foot-support span img{
        width: 10% !important
    }
    .foot-icons a img{
        width: 9% !important
    }
    .foot-nav h2 {
        font-size: 22px !important
    }
    .foot-nav ul li a {
        font-size: 17px !important
    }
    .foot-nav ul li {
        padding: 1px 0px !important
    }
    .foot-nav h2::before {
        left: 0px !important
        width: 130px !important
        height: 2px !important
    }
}

@media screen and (max-width: 510px) {
    .footer-sec::before {
        top: -13%;
    }
}

@media screen and (max-width: 480px) {
    .footer-sec::before {
        top: -11%;
    }
}

@media screen and (max-width: 440px) {
    .footer-sec::before {
        top: -11%;
    }
}

@media screen and (max-width: 420px) {
    .footer-sec::before {
        top: -11%;
    }
}

@media screen and (max-width: 390px) {
    .footer-sec::before {
        top: -11%;
    }
}
























