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