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

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

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

@font-face {
  font-family: 'Metropolis-Bold';
  src: url('../tgd/fonts/Metropolis-Bold.woff2') format('woff2'), url(../tgd/fonts/Metropolis-Bold.woff) format('woff');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis-Regular';
  src: url('../tgd/fonts/Metropolis-Regular.woff') format('woff2'), url(../tgd/fonts/Metropolis-Regular.woff) format('woff');
  font-style: normal;
  font-display: swap;
}

#modalbox-container {
  touch-action: none;
  /* Prevent vertical scrolling */
  overflow-y: auto;
  /* Allow internal scrolling within the modal if needed */
  max-height: 100vh;
}

.swipe-pos {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: 'Montserrat-Bold';
  color: #fff;
  font-size: 13px;
  display: none;
}

/* Prevent scrolling */
.no-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

#raya-chbox .checkbox-label {
  font-family: 'Montserrat-Regular';

}

.checkbox-label {
  font-family: 'Montserrat-Regular';

}

.gd-glow {
  position: absolute;
  top: 0;
  left: 0%;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0
}

.gds-logo {
  height: 27dvi;
  width: 100%;
  object-fit: contain;
  object-position: center;
  /* margin-left: 3rem; */
  /* transform: scale(1.25); */
  transform-origin: center center;
  object-position: left bottom;
  z-index: 3;
  position: relative;
  left: 10%;
}

.showWeb {
  display: block;

}

.showMob {
  display: none;
}

.container__buttons-effect {
  display: flex;
}

.container__buttons-effect button.button-default {
  margin: 5px;
  background-color: var(--second-color);
}

.swal2-container {
  z-index: 9999999999999 !important;
}


.border-frame {
  border: 1px solid #03372f;
  width: 100%;
  border-image-source: url(border-banner.png);
  border-image-slice: 10%;
  border-image-width: 10%;
  border-image-repeat: stretch;
  border-image-width: 9% 10% 13% 11%;
  /* height: 85vh; */
  /* margin-top: 104px; */
}

/* ------------- modalboxbox ------------- */

.hide {
  visibility: hidden;
}

.modalbox {
  display: grid;
  place-items: center;
  position: fixed;
  bottom: -1px;
  width: 100%;
  z-index: 9999999;

  /* overflow: scroll; */
}

.modalbox__button {
  display: none;
}

.button-default {
  /* background-color: var(--first-color); */
  color: #fff;
  /* padding: 1rem 1.25rem; */
  /* border-radius: 0.5rem; */
  transition: .3s;
  /* min-height: 50px;
       background-image: url(../thegreatdeals/thegreatdeals-w.gif?v5);
       background-color:  #201e87;
       background-size: contain;
       background-position: center;
        background-repeat: no-repeat; */
  border: 0;
  width: 100%;
  /* padding: 5px; */
}

.button-default-register {
  background: #00a79d;
  font-family: 'Montserrat-Regular';
  color: #fff;
  text-transform: uppercase;
  /* padding: 10px 0; */
  border-radius: 6px;
  transition: all 0.3s ease 0s;
  border: 0px;
  width: 100%;
  height: auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 2px 5px #3a3535;
}

.direc {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}

.frm_custom {
  align-items: start;
  /* height: 100%; */
  justify-items: center;
  align-content: center;
  padding: 0 0;
  /* padding: 1.55rem 0; */
  /* right: 3px;
    position: relative; */

}

.modalbox__container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #000c;
  width: 100%;
  align-items: flex-end;
  transition: all .3s;
  z-index: var(--z-modalbox);
  visibility: hidden;
  opacity: 0;

}

.modalbox__container-effect3 {
  perspective: 1000px;
}

.modalbox__content {
  position: relative;
  background-color: var(--container-color);
  text-align: center;
  padding: 1rem 1rem 1rem;
  /* border-radius: 1rem 1rem 0 0; */
  transition: all .9s ease;
  overflow: auto;
  /* height: 100%; */
  transform: translateY(105%);
  height: 100%;
  /* ------------- Effect 1 ------------- */
  /* transform: translateY(10%); */
  /* ------------- Effect 2 ------------- */
  /* transform: scale(.5) translateY(10%); */
  /* ------------- Effect 3 ------------- */
  /* transform: rotateX(65deg) scale(.75) translateY(10%);
      transform-origin: 50% 100%; */
}

.modalbox__content-effect1 {
  transform: translateY(0);
}

.modalbox__content-effect2 {
  transform: scale(.5) translateY(10%);
}

.modalbox__content-effect3 {
  transform: rotateX(65deg) scale(.75) translateY(10%);
  transform-origin: 50% 100%;
}

.modalbox__img {
  width: 261px;

  margin-bottom: .75rem;
}

.modalbox__close {
  display: inline-flex;
  border-radius: 0.25rem;
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 1.5rem;
  top: 12px;
  position: absolute;
  right: 17px;
  cursor: pointer;
  z-index: 99;
  justify-content: flex-end;

}

.modalbox__title {
  font-size: var(--big-font-size);
  color: var(--title-color);
  font-weight: 500;
  margin-top: 1rem;
}

.modalbox__description {
  margin: auto;
  font-size: small;
  margin-bottom: 1rem;
}

.modalbox__button-width {
  width: fit-content;
  padding: 3px 27px;
  border: 2px solid #FCE283;

}

.modalbox__button-link {
  display: block;
  margin: 1rem auto 0;
  background-color: transparent;
  color: var(--first-color);
  font-weight: 500;
}


#featureddevelopment {
  background: url(/thegreatestdeals/hijackbanner/background-w.png);
  background-position: top left;
  background-size: cover;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* padding: 1.3rem 0; */
}

.reg_wrap {
  width: 26vw !important;
  height: 1.86vw;
  object-fit: contain;
  margin: auto;
}



.change_layout {
  display: flex;
  flex-direction: row;
  max-width: 85%;
  margin: auto;
  /* padding-bottom: 14px; */
}

.gd_close {
  width: 22px;
  height: 25px;
  object-fit: contain;
  object-position: top;
}

#frmLeadGen2 {
  position: relative;
  width: 100%;
  max-width: 30rem;
  margin: auto;

}

#frmLeadGen2 input {
  background-color: #f4f6ff;
  border: 2px solid #7c94b9;
  margin-bottom: 9px;
  width: calc(100% - 20px);
  padding: 0.35rem 0.35rem;

  text-align: left;
  border-radius: 6px;
  font-size: 15px;
  color: #000;
  font-family: 'Montserrat-Medium';
}

#frmLeadGen2 input:focus,
#frmLeadGen2 input:valid {
  outline: 0;
  color: #202020;
  /* border-bottom-color: black; */
}

#frmLeadGen2 ::placeholder {
  color: #adadad;
  opacity: 1;
  /* Firefox */
}

#frmLeadGen2 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #adadad;
}

#frmLeadGen2 ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #adadad;
}

/* #frmLeadGen2 label {
    position: absolute;
    top: 15px;
    left: 0;
    pointer-events: none;
  } */

#frmLeadGen2 label span {
  display: inline-block;
  font-size: 18px;
  min-width: 5px;
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#raya-chbox .checkbox-label {
  max-width: 700px;
  font-size: 0.7vw;
  /* max-width: 225px; */
  color: #ffffff;
  text-align: initial;
  line-height: 1.2;
  margin-bottom: 10px;

}

#raya-chbox .checkbox-label a {

  font-size: 10px;
  font-weight: bold;
  /* max-width: 225px; */
  color: #fff;
  text-align: initial;
  font-family: 'Montserrat-Bold';

}

.form-control input:focus+label span,
.form-control input:valid+label span {
  color: black;
  transform: translateY(-30px);
}


.get_form h3 {
  font-family: 'Montserrat-Bold';
  font-size: 28px;
  color: #000;
  font-weight: 900;
  line-height: 0;
  margin-bottom: 0;
  line-height: 1.2 !important;
  letter-spacing: 0.5px;
}

.cust_tab {
  border: 2px solid #e7b433;
  border-radius: 10px;
  padding: 8px 0;
  height: 100%;
  color: #fff;
  font-size: small;
  font-family: 'Montserrat-Bold';
  cursor: pointer;
}

.modalbox__close svg {
  margin: 0 0;
}

p.frm_p {
font-family: 'Metropolis-Regular';
  font-size:clamp(0.5rem, 0.135rem + 0.742vw, 1.0625rem);
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  margin-top: 0px;
  line-height: 10px;
  margin-bottom: 15px;
}

h2.frm_p {
  font-family: 'Metropolis-Bold';
  font-size: 1.67dvi;
  color: #f7ab1f;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  margin-top: 0px;
  text-shadow: 1px 1px 2px #0000008a;
  text-transform: none;
    font-weight: 700;


}

#submitbt {
  width: 20vw;
}



.p-1 {
  padding: 0.25rem;
}

/* ------------- SHOW modalbox ------------- */

.show-modalbox1 {
  visibility: visible;
  opacity: 1;
}



.show-modalbox1 .modalbox__content {
  transform: translateY(0);
}

.show-modalbox2 .modalbox__content {
  transform: scale(1) translateY(0);
}

.show-modalbox3 .modalbox__content {
  transform: rotateX(0) scale(1) translateY(0);
}

.modalbox__button.showButton {
  display: block;
  cursor: pointer;
}

.add_yellow {
  background-color: #e7b433;
  transition-delay: 0.2s;
  transition: ease-in;
  border: 2px solid #fff;
  color: #000;
}

.close-modalbox {
  border: 0;
  color: #fff;
}

.chng_grid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 2.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-y, .75rem);
}

.content_township {
  position: relative;
  /* width: 31vw; */
}

.content_township>* {
  position: relative;
  z-index: 3;
}

/* .line_border {
      border-left: 5px solid green;
  } */
/* For small devices */



.raya_grid {
  display: grid;
  grid-template-columns: repeat(3, auto);
  /* grid-template-columns: 0.45fr 48% 1fr; */
  /* padding-right: 20px; */
  align-items: center;
  overflow: hidden;
  padding: 20px 0;
}

.sycta {
  border: 1.2pt solid #ffdf4f;
  background: transparent;
  width: 100%;
  color: #fff;
  border-radius: 8px;
  padding: 6px 0;
  font-family: 'Montserrat-Bold';
  font-size: 14px;
  cursor: pointer;
}

#show_content {
  width: 100%;
  object-fit: contain;
  margin: auto;
  height: 21dvi;

}

.glow-asset {
  position: absolute;
  top: 8%;
  left: 25%;
  width: 26vw;
  /* height: 31vw; */
  object-fit: contain;
  /* object-position: left top; */
  z-index: 0;
  transform: scale(1.5);
}

#recaptcha2 {
  transform: scale(0.9);
  margin-top: -1rem !important;
}

.get_form {
  width: 35dvi;
  padding: 0px 0px;
  margin-left: -3%;
  /* margin-left: -23%; */

  /* transform: translateX(-50px); */
}

.cdtwrap {
  background: #f29d20;
  border-radius: 15px;
  padding: 15px 0 0 0;

}

.content_details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  width: 33.5dvi;
  border-radius: 18px;
  margin: auto auto auto 2%;
  position: relative;
  padding: 4px 5px;
  background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/3874e679-13cd-49bf-9bb7-2b631e051700/1200);
  background-size: cover;
}

.all_ctas {
  display: none;
  grid-template-columns: 15rem;
  gap: 10px;
  justify-content: end;
  /* position: absolute;
    left: 44vw;
    top: 78%; */

}

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

.cta_2a {
  display: grid;
  grid-template-columns: 15rem;
  gap: 10px;
  justify-content: end;
  /* position: absolute;
    left: 44vw;
    top: 78%; */

}

.box-btn {
  height: 3vw;
  width: 100%;
  display: block;
}

.add_active {
  background: #FFDF4F;
  border: 1px solid transparent;
  color: #000;
}

.hbgif {
  height: 5.3vw;
  object-fit: contain;
  object-position: center;
  /* background: linear-gradient(180deg, #111F6B 8.11%, #0C28CD 69.61%, #111F6B 91.52%); */
  width: 100%;
}

.townshiplogo {

      width: 10dvi;
    height: 4dvi;
  object-fit: contain;
  display: block;
  margin-left: 5%;
  object-position: left bottom;
}
.cta_bck {
    position: absolute;
    top: 61%;
    left: -4%;
    border: 0;
    padding: 0;
}
.cta_bck img {
  display: block;
    width: 22dvi;
    height: 5dvi;
  object-fit: contain;
  object-position: left bottom;
}
@media screen and (min-width: 1800px) {
  .frm_custom {

    margin-left: auto;
    /* display: grid; */
    justify-content: center;
    align-items: start;
    position: absolute;
    bottom: 0;
    height: 100%;
    justify-items: center;
    align-content: center;
    right: 4%;
    left: 63%;
  }

  #submitbt {
    width: 190px;
  }
}

@media screen and (min-width: 1380px) and (max-width: 1580px) {
  .frm_custom {
    margin-left: auto;
    justify-content: center;
    align-items: start;
    position: absolute;
    bottom: 0;
    height: 100%;
    justify-items: center;
    align-content: center;
    right: 3rem;
    left: 64vw;
  }

  #submitbt {
    width: 186px;
  }

}

@media (max-width: 1024px) {
  .direc {
    display: flex;
    flex-direction: column;
  }

  #submitbt {
    width: 14vw;
  }

  .content_details {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  h2.frm_p {
    line-height: 38px !important;
  }
}

@media (min-width: 768px) {
  h2.frm_p {
    line-height: 38px !important;
  }
}

@media (min-width: 1024px) {
  .lg\:max-w-screen-xl {
    max-width: 1280px;
  }
}

@media screen and (min-width: 1725px) {
  .hbgif {
    /* background: linear-gradient(180deg, #111F6B 8.11%, #0C28CD 69.61%, #111F6B 91.52%); */

  }
}

@media screen and (min-width: 1600px) {
 
h2.frm_p {
  font-size: 27px;
}
}
@media screen and (min-width: 1500px) {
  .gds-logo {
    height: 29vw;
  }
}

@media screen and (max-width: 786px) {
  .glow-asset {
    display: none;
  }

  .raya_grid {
    display: grid;
    grid-template-columns: 100%;
    padding: 0 0;
    padding-top: 7vw;
  }

  .content_details {
    padding: 0;
    max-width: 100%;
    width: 95%;
    background: url(/thegreatestdeals/hijackbanner/bgorange.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: none;
    margin: auto;
    margin-left: auto;
  }

  .modalbox__content {
    margin: auto;
    padding: 0;
    height: 100dvh;
    /* width: 380px; */
    /* border-radius: 1.25rem; */
  }

  #frmLeadGen2 {
    position: relative;
    max-width: 84vw;
    margin: auto;

  }

  .get_form {
    width: 100%;
    display: none;
    transform: none;
    margin-left: 0;
  }

  .modalbox__img {
    width: 100%;
    margin-bottom: 0.75rem;
    margin-top: 10px;
  }

  .button-default {
    width: 100%;
    min-height: auto;
  }

  .change_layout {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }

  #frmLeadGen2 input {
    padding: 0.4ch 0 0.4ch 1ch;
    margin-bottom: 0.4rem;
    font-size: 4vw;
    /* color: #fff; */
  }

  .get_form h3 {
    font-size: 23px;
    color: #ffdf4f;
  }

  h2.frm_p {
         font-size: 4.3vw;
        font-weight: 800;
        /* margin: 10px 0; */
        margin-bottom: 13px;
        margin-top: 1px;
        color: #000000;
        text-shadow: none;

  }

  .modalbox__container {
    background: #0C28CD;
  }

  #featureddevelopment {
    background: url(https://staging.simedarbyproperty.com/testdeals/hijackbanner/background-m.png);
    padding: 0;
    overflow: auto;
    background-size: cover !important;
    position: unset;
    bottom: unset;
    left: 0;
    background-size: 100%;
    /* top: 38px; */
    margin-top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;

  }

  .modalbox__close {
    top: 1em;
    right: 1em;
  }

  .chng_grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;

  }

  .frm_33 {
    left: 1rem;
    max-width: 20rem;
    margin: auto;
  }

  .direc {
    display: flex;
    flex-direction: column;
  }

  .frm_custom {
    max-width: 32rem;
    margin-left: auto;
    display: grid;
    justify-content: center;
    align-items: start;
    position: inherit;
    bottom: 0;
    height: 100%;
    justify-items: center;
    align-content: center;
    right: 0;
    padding: 0 1rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #raya-chbox .checkbox-label {
    color: #414042;
    font-size: 8px;
  }

  #raya-chbox .checkbox-label a {
    color: #414042;
    font-size: 8px;
  }

  .showWeb {
    display: none;
  }

  .showMob {
    display: block;
  }

  .all_ctas {
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
  }

  .cta_3 {
    grid-column: span 2;
    width: 38vw;
    margin: auto;
    border: 0;
    filter: drop-shadow(1px 2px 5px #3a3535);

  }

  .cta_2 {
    max-width: 40%;
    margin: auto;
  }

  #btn__back {
    max-width: 100%;
    margin: auto;
    margin-top: 1rem;
    filter: drop-shadow(1px 2px 5px #3a3535);
  }

  .content_township {
    background-image: none;
    /* margin-bottom: 1rem; */
  }

  .reg_wrap {
    width: 70vw !important;
    height: 3ch;
  }

  #show_content {
    max-width: 100%;
    padding: 0 0;
    margin: auto;
    width: 95vw;
    height: auto;
  }

  .cta_2a {
    display: none;
  }

  .all_ctas {
    display: grid;
    width: 50vw;
    margin: auto;


  }

  .swipe-pos {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .frame-left {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top left;
    pointer-events: none;
  }

  .gds-logo {
    height: auto;
    width: 100%;
    object-fit: contain;
    object-position: center;
    margin-left: 0;
    margin: auto;
    left: 0;
  }



  .modalbox__button-width {
    width: fit-content;
    padding: 1px 27px;
    border: 2px solid #FCE283;
    font-size: 3.8vw;
    margin-top: -0.91rem;
  }

  #recaptcha2 {
    transform: scale(0.6);
    margin-top: -1.3rem !important;
  }

  .hbgif {
    height: 15vw;
  }

  #submitbt {
    width: 43vw;
  }
.cta_bck {
           top: 40%;
        left: auto;
        right: 0;
}
.cta_bck img {
          width: 43dvi;
        height: auto;
        margin-left: 13%;
}
p.frm_p {
  
    font-size: 2.8dvi;
    color: #000000;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 15px;
}
.townshiplogo {
    width: 25dvi;
    height: 8dvi;
            margin-left: 1%;
}
}