@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.otf') format('opentype'),
    url('../fonts/Montserrat-Medium.ttf') format('truetype'), ;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis-Bold';
  src: url('../fonts/Metropolis-Bold.otf') format('opentype');
  font-style: normal;
  font-display: swap;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  background: url(../images/bgblue.jpg?v4);
  background-size: cover;
  background-position: top;
  background-color: #01c0d2;
}

h1 {
  font-family: 'Metropolis-Bold';
  font-size: 1.7vw;
  text-align: center;
  color: #fff03a;
  text-shadow: 3px 1px 5px rgba(118, 118, 118, 0.626);
  line-height: 1;
}

h1 span {
  color: #fff;
  font-size: 1.3vw;
  font-weight: 800;
}

p {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 16px;
}

.add-gap {
  height: 109px;
  width: 100%;
  display: block;
}

.main-row>.row {
  min-height: 30vw;
}

.main-kv-wrapper {
  max-width: 35vw;
  margin: auto;
}

.mainkv {
  width: 100%;
  height: 20vw;
  object-fit: contain;
}

.mainkv-ontop {
  width: 100%;
  height: 20vw;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
  pointer-events: none;
  /* animation: flickerGlow 1.5s infinite ease-in-out; */
}

.animate-spark {
  animation: animatespark 1.5s infinite ease-in-out;
}

.mainkv-ontop-sdp {
  width: 100%;
  height: 20vw;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.prize-ontop {
  width: 100%;
  height: 20vw;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

@keyframes animatespark {
  0% {
    opacity: 0.2;

  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 0.2;
    scale: 1;
  }
}

@keyframes flickerGlow {
  0% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 0.2;
  }
}

.main-row {
  max-width: 82vw;
  margin: auto;
}

.date_txt {
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  margin-top: 1rem;
  color: #fff;
  text-shadow: 3px 1px 5px black;
}

.grandprize-img {
  height: 22vw;
  width: 42vw;
  object-fit: contain;
}

.grandprize-img-ontop {
  height: 22vw;
  width: 42vw;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  /* mix-blend-mode: screen; */
  pointer-events: none;
}

.grandprize-img-ontop-spark {
  height: 22vw;
  width: 42vw;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
  pointer-events: none;
}

.sparklebg {
  position: absolute;
  top: -16%;
  left: 41%;
  /* scale: 1.1; */
  z-index: -1;
  mix-blend-mode: screen;
  width: 59%;
  height: 84%;
  object-fit: contain;
  animation: rotate360 60s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

h2.gkhdlilne {
  font-family: 'Montserrat';
  font-weight: 800;
  color: #fffd93;
  font-size: 32px;
  text-align: center;
  text-shadow: 3px 1px 5px black;
}

.township-grid {
  display: flex;
  justify-content: center;
  gap: 6px;
  width: fit-content;

  flex-wrap: wrap;

  margin-top: 1rem;

}

.thumb_grid {
  width: 16%;
  opacity: 0.4;
  cursor: pointer;
}

.thumb_grid.activated {
  opacity: 1;
  animation: yglow 2s ease-in-out infinite;
}

.modal-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.bs_content_co {
  width: 100%;
  height: 11vw;
  object-fit: contain;
  position: relative;
}

.bs_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta_wrapper {
  display: flex;
  flex-direction: row;
  gap: 2px;
  align-items: center;
  justify-content: center;
  /* display: none; */
}

.bs_card {
  background: linear-gradient(to right, #fff, #dde0ef);
  /* background: #FFF8CF; */
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  border-radius: 20px;
  overflow: hidden;
  border: 1.2pt solid;
  color: #f0d680;
  margin: 10px;
  max-width: 33.3vw;
  min-height: 10.8vw;
  align-items: center;
}

.township_wrapper select.fmdropdown {
  appearance: none;
  background-image:
    url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/6bb17f45-ed74-4aea-c6f8-7302fae99700/400),
    linear-gradient(to bottom, #dde0ef 0%, rgb(255, 255, 255) 100%);
  background-position: 98% 47%;
  background-repeat: no-repeat, no-repeat;
  background-attachment: initial;
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  text-align: center;
  background-size: 18px, cover;
  padding: 8px 15px;
  font-size: 1rem;
  max-width: 18rem;
  width: 100%;
  margin: auto;
  margin-bottom: 0.7rem;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #000;
  font-family: 'Montserrat';
  font-weight: 500;
  position: relative;
  display: block;
}

.bs_cta {
  background: #cc0019;
  width: 90%;
  line-height: 2.5;
  text-align: center;
  font-size: 0.8rem;
  font-family: Montserrat;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  transition: background-color 0.2s ease-in-out 0s;
  display: block;
  margin-top: 5px;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  /* box-shadow: 0px 3px 7px black; */
}

#frmLeadGen input {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.7rem;
  display: block;
  width: 100%;
  border: 2px solid #7c94b9;
  background: #ffffff;
  padding: 8px 15px;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: #000;
  border-radius: 8px;
  text-align: left;
}

.cjbc {
  margin: auto;
}

label.checkbox {
  width: 100%;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-family: 'Montserrat';
  font-weight: 500;
}

#frmLeadGen {
  max-width: 36rem;
  margin: auto;
}

#frmLeadGen select.fmdropdown {
  color: #000;
  /* Default color */
}

#frmLeadGen select.fmdropdown:invalid {
  color: #999;
  /* Gray when placeholder is selected */
}

#frmLeadGen select.fmdropdown {
  appearance: none;
  background-image: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/d977b85e-3818-41fc-8f42-4570c7af0800/400);
  background-position: 98% 47%;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  text-align: left;
  background-size: 18px;
  border-radius: 8px;
  padding: 8px 15px;
  font-size: 1rem;
  width: 100%;
  margin: auto;
  display: flex;
  text-align: left;
  margin-bottom: 0.7rem;
  border: 2px solid #7c94b9;
  background: #ffffff;
  font-family: 'Montserrat';
  color: #000;
  font-weight: 500;
}

#frmLeadGen input.checkbox {
  width: unset;
  display: inline-block;
  margin-bottom: 0;
  box-shadow: none;
}

#frmLeadGen ::placeholder {
  color: #adadad;
  opacity: 1;
}

.sub-button {
  font-family: 'Montserrat';
  font-weight: 800;
  color: #fff;
  background: #cc0019;
  padding: 4px 30px;
  border-radius: 50px;
  margin: 5px;
  display: inline-flex;
  align-items: center;
  transition: all 0.5s ease;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
}

.maxpromo {
  max-width: 800px;
  margin: auto;
  position: relative;
}

.promotop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: glowPulse 3.5s ease-in-out infinite;
  will-change: filter;
  /* small perf hint */
  /* filter: drop-shadow(1px 1px 16px #fff) brightness(1.2); */
}

@keyframes glowPulse {
  0% {
    filter: drop-shadow(0 0 0px #fff) brightness(1);
  }

  50% {
    filter: drop-shadow(1px 1px 16px #ffe018) brightness(1.2);
  }

  100% {
    filter: drop-shadow(0 0 0px #fff) brightness(1);
  }
}

.click-more-img img {
     width: 12ch;
    height: 8ch;
  object-fit: contain;
}

.click-more-img {

  margin: auto;

  display: block;
  padding-top: 0;
  position: absolute;
  top: 63%;
  left: 0%;

}

.promo-terms {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 1.8rem;
}

.wtil {
  width: fit-content;
  margin: auto;
  position: relative;
}

.tisp1 {
  position: absolute;
  mix-blend-mode: screen;
  width: 60px;
  height: 60px;
  /* pointer-events: none; */
}

.tisp1.for1 {
  top: -24%;
  left: 36%;
}

.tisp1.for2 {
  top: -61%;
  left: 18%;
}

.tisp1.for3 {
  top: -42%;
  left: 38%;
}

.tisp1.for4 {
  top: -42%;
  left: 90%;
}

.tisp1.for5 {
  top: -34%;
  left: 54%;
}

@media only screen and (min-width: 1500px) {
  .bs_card {
    /* grid-template-columns: 1fr 1.4fr; */
  }


  .bs_content_co {
    height: 9vw;
    /* max-width: 43vw; */
    /* min-height: 7vw; */
  }
}

@media only screen and (max-width: 900px) {
  .mainkv {
    width: 100%;
    height: auto;
  }

  .mainkv-ontop-sdp {
    width: 100%;
    height: auto;
  }

  .mainkv-ontop {
    width: 100%;
    height: auto;
  }

  .main-row>.row {
    min-height: auto;
  }

  .main-kv-wrapper {
    max-width: 100%;
    margin-top: 2rem;
  }

  .modal-cards {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
  }

  .bs_card {
    max-width: 100%;
    border-radius: 13px;
  }

  .bs_content_co {
    width: 100%;
    height: 32.4vw;
    object-fit: contain;
    position: relative;
  }

  .bs_cta {
    font-size: 1.7vw;
  }

  .township-grid {
    gap: 2px;
    max-width: 100vw;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
            margin: auto;
  }

  .thumb_grid {
    width: 28vw;
    padding: 2px;
    grid-column: span 4;
  }

  .grandprize-img {
    height: auto;
    width: 100%;
  }

  .grandprize-img-ontop {
    height: auto;
    width: 100%;
  }

  .grandprize-img-ontop-spark {
    height: auto;
    width: 100%;
  }


  h2.gkhdlilne {
    font-size: 5.3vw;
  }

  .date_txt {
    font-size: 17px;
    margin-bottom: 2rem;
  }

  .sparklebg {
    position: absolute;
    top: 34%;
    left: 0%;
    z-index: -1;
    mix-blend-mode: screen;
    width: 100%;
    height: 84%;
    object-fit: contain;
  }

  h1 {
    font-size: 5vw;
  }

  .tisp1.for1 {
    top: -21px;
    left: 14%;
  }

  .tisp1.for2 {
    top: -94%;
    left: 14%;
  }

  .tisp1.for3 {
    top: -87%;
    left: 35%;
  }

  .tisp1.for4 {
    top: -93%;
    left: 85%;
  }


  .tisp1.for5 {
    top: -65%;
    left: 51%;
  }

  h1 span {
    color: #fff;
    font-size: 3.5vw;
  }

  .click-more-img {
         top: 74%;
        left: 69%;
  }

  .click-more-img img {
    width: 11ch;
    height: 9ch;
  }
  .promo-terms {
  font-size: 10px;
}
}