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

}



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

}

/* ================ HEADER CSS */



header {

  position: relative;

  z-index: 215;

}



.colorful-lines {

  display: flex;

  align-self: center;

  transition: all 0.3s ease;

}



.lineGreen {

  height: 6px;

  width: 310px;

  background-color: #8abe44;

}

.linePink {

  height: 6px;

  width: 310px;

  background-color: #e82c94;

}

.lineBlue {

  height: 6px;

  width: 310px;

  background-color: #03aad6;

}

.linePurple {

  height: 6px;

  width: 310px;

  background-color: #634583;

}

.lineYellow {

  height: 6px;

  width: 310px;

  background-color: #f1e70d;

}



.top-btns .buttons {

  display: flex;

  justify-content: end;

  align-items: center;

  gap: 20px;

  margin: 25px 24px 0;

}



.buttons a:nth-child(1) {

  position: relative;

  vertical-align: middle;

  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;
  
  text-decoration: none;

}



.buttons a:nth-child(1):hover {

  box-shadow: 0px 3px 0px 1px #8abe44;

}



.buttons a:nth-child(2) span {

  position: relative;

  vertical-align: middle;

  border-radius: 50px;

  color: #fff !important;

  font-family: "Open Sans", sans-serif;

  font-weight: 700;

  border: 2px solid #8abe44;

  background-color: #8abe44;

  box-shadow: 0px 3px 0px 1px #557829;

  padding: 10px 30px 9px 40px;

  font-size: 17px;

  cursor: pointer;

  transition: 0.2s;

}



.buttons a:nth-child(2) span:hover {

  box-shadow: 0px 3px 0px 1px #8abe44;

}



.buttons a:nth-child(2) span svg {

  margin-left: 10px;

}



.navbar {

  position: relative;

  top: 20px;

}



.nav-logo {

  position: relative;

  left: 0px;

  top: -90px;

  width: 240px;

}



.nav-logo img {

  width: 100%;

  position: absolute;

}



.navbar-collapse {

  flex-grow: 0 !important;

}



.nav-item {

  font-family: Fatfrank1;

  padding: 2px 30px;

  font-size: 17px;

}



.nav-item .dropdown-menu {

  top: 45px !important;

  left: 8px !important;

  border-radius: 0px !important;

  text-align: center;

  background-color: #03aad6;

  background-color: #000;

  color: #fff !important;

  padding: 0 !important;

  border-bottom-right-radius: 10px !important;

  border-bottom-left-radius: 10px !important;

}



.nav-item .dropdown-menu li {

  text-transform: capitalize;

  font-size: 18px;

  padding: 7px 6px;

  border-bottom: #007797 2px solid;

  border-radius: 0;

}



.nav-item .dropdown-menu li:last-child {

  border: none !important;

}



.nav-item .dropdown-menu li a {

  color: #fff !important;

  padding: 0 !important;

  border-radius: 0;

}



.nav-item .dropdown-menu li:hover {

  background-color: #007797 !important;

}



.nav-item .dropdown-menu li:hover a {

  background-color: unset !important;

}



.nav-back {

  background-color: #03aad6;

  background-color: #000;

  padding: 8px 30px 0px;

  border-radius: 90px;

  box-shadow: 0px 3px 0px 0px #007797;

  box-shadow: 0px 3px 0px 0px #202121;

  width: 100%;

  font-size: 16px;

  display: flex;

  align-items: center;

  /* justify-content: space-between; */

  gap: 140px;

  flex-wrap: wrap;

  margin: 0 15px;

  transition: background-color 0.3s ease, margin 0.3s ease;

}



.navbar-nav .dropdown {

  position: relative;

}



.navbar-nav .dropdown .dropdown-menu {

  position: absolute;

  top: 100%;

  left: 0;

  display: block !important;

  opacity: 0;

  visibility: hidden;

  transform: translateY(10px);

  transition: opacity 0.3s ease, transform 0.7s ease;

  pointer-events: none;

  z-index: 999;

}



.navbar-nav .dropdown:hover .dropdown-menu {

  opacity: 1;

  visibility: visible;

  transform: translateY(0);

  pointer-events: auto;

}



.header-bottom {

  background: url(../images/banners/head-left.png) no-repeat,

    url(../images/banners/head-right.png) no-repeat;

  background-size: 51%;

  background-position: left top, right top;

  padding-bottom: 405px;

  position: relative;

  z-index: 1;

  top: -25px;

}

.header-bottom-parent {

  background: url(../images/banners/headL.png) no-repeat,

    url(../images/banners/headR.png) no-repeat;

  background-size: 51%;

  background-position: left top, right top;

  padding-bottom: 50px;

  position: relative;

  z-index: 1;

  top: -25px;

}

.header-bottom-profile {

  background: url(../images/banners/head-left.png) no-repeat,

    url(../images/banners/head-right.png) no-repeat;

  background-size: 51%;

  background-position: left top, right top;
 
  position: relative;

  z-index: 1;

  top: -25px;

}


/* ================ FOOTER CSS */



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

}



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

}

.c-dropdown {

  position: relative;

  font-family: sans-serif;

  width: 100%;

    border: 1px solid white;

    border-radius: 50px;

    background: transparent;

    padding: 5px 10px;

    color: #fff;

    font-weight: 400;

    font-size: 17px;

}



/* Hide the real select visually */

.c-dropdown select.dropdown-select {

  display: none;

}



.dropdown-select{
    font-family: sans-serif;
    width: 100%;
    border: 1px solid white;
    border-radius: 50px;
    background: #004d67;
    padding: 15px 20px;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
}

.dropdown-display {

  width: 100%;

  border: 1px solid white;

  border-radius: 50px;

  background: transparent;

  padding: 5px 10px;

  color: #fff;

  font-weight: 400;

  font-size: 17px;

}



.c-dropdown-options {

  position: absolute;

  top: 100%;

  left: 0;

  right: 0;

  background-color: #08aad6;

  border: 1px solid #ccc;

  border-top: none;

  z-index: 99;

  display: none;

  max-height: 150px;

  overflow-y: auto;

  border-radius: 0 0 5px 5px;

  color: #fff;

  box-shadow: 1px 1px 1px 1px #00000018;

}



.c-dropdown-options div {

  padding: 10px 15px;

  cursor: pointer;

}



.c-dropdown-options div:hover {

  background-color: #27387d;

}



.c-dropdown.show .c-dropdown-options {

  display: block;

}

select option{

        background-color: #004d67;

}


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

Media Query

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

@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: 1199px) {
    .nav-back {
        gap: 10px !important;
    }
    .footer-logo img{
        width: 100%;
    }
}

@media screen and (max-width: 1030px) {
    .nav-back {
        gap: 0px !important;
        justify-content: space-between;
    }
    .nav-logo {
       left: 0px;
       top: -60px;
       width: 160px;
    }
    .nav-item {
        padding: 3px 15px;
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .footer-sec::before {
        height: 400px !important;
        top: -20% !important;
    }
}
