@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;
}

.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: 50px 0 150px;
}

.find-h h1 {
  color: #353535;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: 0.15rem;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
}

.region-h {
  text-align: center;
  margin: 50px 0 50px;
}

.region-h h1 {
  color: #353535;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 0.15rem;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
}

.region-img {
  text-align: center;
}

.region-img img {
  width: 15%;
}

.region-wrapper {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  margin-top: 50px;
}

.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: 14px 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;
      }

















