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

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

.all-region-sec {
  background-image: url(../images/banners/svgs-banner.jpeg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 370px;
  max-height: 100%;
  margin-top: -10px;
  position: relative;
  z-index: 100;
}

.find-h {
  text-align: center;
  margin: 180px 0 60px;
}

.find-h h1 {
  text-transform: uppercase;
  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;
}

.indivi-map{
    flex-direction: row-reverse;
}

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

.region-h {
  text-align: center;
  margin: 50px 0 50px;
}

.region-h h1 {
  font-optical-sizing: auto;
  font-weight: 700;
  font-family: FatFrank1;
  color: #000;
  line-height: normal;
  -webkit-text-stroke: 6px white;
  paint-order: stroke fill;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 35px;
  text-shadow: 0 0 17px #00000050;
}

.region-img {
  text-align: center;
  margin-top: 95px;
}

.region-img img {
  width: 23%;
}

.region-wrapper {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  margin-top: 5px;
}

.region-carousel {
  width: 90%;
  margin: 0 auto;
}

.region-carousel div a .slickImg-div {
  height: 200px;
  width: 100%;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
}

.region-carousel div a .slickImg-div img {
  max-width: 80%;
}

.region-wrapper .slick-dots li button:before {
  font-size: 20px;
  color: rgb(255, 0, 0);
}

.reg-reg {
  text-decoration: none !important;
}

.reg-reg span {
  position: relative;
  display: inline-block;
  padding: 0px 30px;
  font-size: 25px;
  font-weight: bold;
  color: #e5178a;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  cursor: pointer;
  overflow: hidden;
  text-transform: uppercase;
  transition: 0.3s ease;
  font-family: Fatfrank3;
}

/* Spark Explosion Center */
.reg-reg span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: transparent;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* Hover Trigger */
.reg-reg span:hover::after {
  animation: pink-explode 1.2s ease-out forwards;
}

/* Explosion Keyframes */
@keyframes pink-explode {
  0% {
    box-shadow: 0 0 #e5178a, 0 0 #e5178a, 0 0 #e5178a, 0 0 #e5178a, 0 0 #e5178a,
      0 0 #e5178a, 0 0 #e5178a, 0 0 #e5178a, 0 0 #e5178a, 0 0 #e5178a;
    opacity: 1;
  }
  100% {
    box-shadow: -100px -100px #e5178a, 100px -100px #e5178a,
      -100px 100px #e5178a, 100px 100px #e5178a, -130px 0 #e5178a,
      130px 0 #e5178a, 0 130px #e5178a, 0 -130px #e5178a, -80px 80px #e5178a,
      80px -80px #e5178a;
    opacity: 0;
  }
}

/* Northern territory */

.north-single {
  text-align: center;
}

/* live css */

 /*.custom-swiper {*/
 /*       width: 100%;*/
 /*       max-width: 1200px;*/
 /*       margin: auto;*/
 /*       padding: 20px;*/
 /*       position: relative;*/
 /*       overflow: hidden;*/
 /*       margin-top: 80px;*/
 /*     }*/

 /*     .custom-swiper .swiper-slide {*/
 /*       text-align: center;*/
 /*     }*/

 /*     .custom-swiper .swiper-slide img {*/
 /*       width: 100%;*/
 /*       object-fit: cover;*/
 /*       height: 200px;*/
 /*     }*/

 /*     .custom-swiper .swiper-slide p {*/
 /*       margin-top: 8px;*/
 /*       font-size: 14px;*/
 /*       color: #333;*/
 /*     }*/

 /*     .custom-swiper .swiper-button-prev,*/
 /*     .custom-swiper .swiper-button-next {*/
 /*       color: #007bff;*/
 /*     }*/
      
 /*     .custom-swiper .swiper-wrapper .swiper-slide{*/
 /*         margin-top: unset;*/
 /*         margin-bottom: unset;*/
 /*     }*/
      
.swiper-slide.swiper-map{
    margin-top: 0 !important;
    cursor: grab;
}

.swiper-slide.swiper-map a{
    cursor: grab;
}

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

Media Query

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

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

@media screen and (max-width: 1199px) {
    .all-region-sec {
        height: 330px;
    }
    .st-h {
        font-size: 50px;
        top: 80px;
        left: 80px;
    }
    .find-h h1 br{
        display: none;
    }
}

@media screen and (max-width: 1080px) {
    .st-h {
        left: 24px;
    }
    .region-sec{
        padding: 0 100px;
    }
}

@media screen and (max-width: 991px) {
    .st-h {
        font-size: 45px;
        top: 110px;
        left: 5px;
    }
    .region-img {
        margin-top: 10px;
        margin-bottom: 55px;
    }
    .region-sec{
        padding: 0 0px;
    }
}

@media screen and (max-width: 768px) {
    .find-h h1 {
        font-size: 35px;
        line-height: 42px;
        left: -5px;
        -webkit-text-stroke: 7px black !important;
    }
    .find-h {
        margin: 150px 0 50px;
    }
    .map-form {
        margin-left: 60px;
        margin-right: 60px;
        width: unset;
    }
.indivi-map .col-lg-6:nth-child(2) {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 0;
    background: #15a6d6;
}
    .the_map svg {
        max-width: 500px !important;
    }
}

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

@media screen and (max-width: 580px) {
    .all-region-sec {
        height: 250px;
    }
    .find-h h1 {
        font-size: 28px;
        line-height: 35px;
        -webkit-text-stroke: 5px black !important;
    }

    .need-help a {
        width: 250px;
        height: 45px;
        border-radius: 100px 100px 100px 100px;
        font-size: 24px;
    }
    .st-h {
        font-size: 40px;
        line-height: 50px;
        top: 120px;
    }
    .st-h::after {
        -webkit-text-stroke: 14px #e82c94;
    }
    #myInput::placeholder{
        font-size: 15px;
    }
    
    .find-h {
        margin: 120px 0 50px;
    }
    .find-h h1 br{
        display: none;
    }
    
    
}

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

    .region-h h1 {
        -webkit-text-stroke: 4px white;
    }
}











