



  @font-face {
      font-family: 'Montserrat-Bold';
      src: url('../thegreatestdeals/fonts/Montserrat-Bold.otf') format('opentype');	
      font-style: normal;
      font-display: swap;
  } 
  @font-face {
      font-family: 'Montserrat-Regular';
      src: url('../thegreatestdeals/fonts/Montserrat-Regular.otf') format('opentype');	
      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%;
}
  .footerbannerspace {
    background-color: #121212;
    height: 48px;
}
  #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;
  }
  .gds-logo {
    height: 34ch;
    width: 23vw;
    object-fit: contain;
    object-position: center;
    margin-left: 3rem;
  }
  .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: 0;
      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: linear-gradient(to right, #BC904B, #FCE283);
    font-family: 'Montserrat-Bold';
    color: #000;
    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;
  }
  .direc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
     }
   
  .frm_custom {
    max-width: 100%;
    margin-left: auto;
    display: grid;
    justify-content: center;
    align-items: start;
    height: 100%;
    justify-items: center;
    align-content: center;
    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/hb-generic-w.png);
    background-position: top left;
    background-size: cover;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .reg_wrap{
    width: 26vw !important;
    height: 1.7vw;
    object-fit: contain;
  }
  
  
  
  .change_layout {
      display: flex;
      flex-direction: row;
      max-width: 85%;
      margin: auto;
      /* padding-bottom: 14px; */
  }
  
  #frmLeadGen2 {
    position: relative;
    max-width: 93%;
    margin: auto;
  }
  
  #frmLeadGen2 input {
    background-color: #5D1E2A;
    border: 2px solid #FFF39C;
    margin-bottom: 9px;
    width: 100%;
    padding: 5px 10px;
    text-align: left;
    border-radius: 6px;
    font-size: 15px;
    color: #fff;
    font-family: 'Montserrat-Regular';
  }
  #frmLeadGen2 input:focus,
  #frmLeadGen2 input:valid {
    outline: 0;
    color: #ffffff;
    /* border-bottom-color: black; */
  }
  
  #frmLeadGen2 ::placeholder {
      color: #ffffff;
      opacity: 1; /* Firefox */
    }
    
    #frmLeadGen2 :-ms-input-placeholder { /* Internet Explorer 10-11 */
     color:#ffffff;
    }
    
    #frmLeadGen2 ::-ms-input-placeholder { /* Microsoft Edge */
     color: #ffffff;
    }
  
  /* #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 {
   
    font-size: 0.7vw;
      /* max-width: 225px; */
      color: #ffffff;
      text-align: initial;
   
  }
  #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: 'Montserrat-Bold';
    font-size: 0.88vw;
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    margin-top: 0px;
    
  }
  @media (min-width: 1024px) {
      p.frm_p {     
          line-height: 1.75rem !important;;
      }
  }
  @media (min-width: 768px) {
    p.frm_p {     
          line-height: 1.75rem !important;;
      }
  }
  
  @media (min-width: 1024px) {
      .lg\:max-w-screen-xl {
          max-width: 1280px;
      }
  }
  
  
  .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;
}
  /* .line_border {
      border-left: 5px solid green;
  } */
  /* For small devices */
  @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: 0;
      }
  }
  @media screen and (min-width: 1380px) and (max-width: 1580px)   {
      .frm_custom {
          max-width: 28rem;
          margin-left: auto;
          display: grid;
          justify-content: center;
          align-items: start;
          position: absolute;
          bottom: 0;
          height: 100%;
          justify-items: center;
          align-content: center;
          right: 3rem;
      }
  }



.raya_grid {
    display: grid
    ;
    grid-template-columns: repeat(3, auto);
        /* grid-template-columns: 0.45fr 48% 1fr; */
        padding: 0 20px;
        align-items: center;
  }
  .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: 31vw;
    object-fit: contain;
    margin: auto;
    height: 24vw;
  }
  .get_form {
    width: 35vw;
  }
  .content_details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background: url(../thegreatdeals/pattern-bg.png); */
    background-size: cover;
    width: 38vw;
    /* background-color: #FFF8CF; */
    border-radius: 9px;
    /* border: 1.2pt solid #ffdf4f; */
    margin: auto;
    position: relative;
    padding: 10px;
  }
  .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: 63px;
    object-fit: contain;
    object-position: center;
    background: radial-gradient(circle, #600024 49%, #7b0829, #a51031, #e82142);
    width: 100%;
  } 

  @media screen and (min-width: 1725px) {
      .hbgif {
        background: radial-gradient(circle, #600024, #7b0829, #a51031, #e82142, #e82142) !important;
    }
  }
  
  @media screen and (max-width: 786px) {
      .raya_grid {
        display: grid
;
        grid-template-columns: 100%;
        padding: 0 0;
        padding-top: 7vw;
  }
  .content_details {  
    padding: 0;
    max-width: 100%;
    width: fit-content;
    background: #fff8cf;
   }
   .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;
  }
  .modalbox__img {
      width: 100%;
  margin-bottom: 0.75rem;
  margin-top: 10px;
  }
  .button-default {     
      /* padding: 5.8%; */
      /* background-image: url(../thegreatdeals/thegreatdeals-m.gif?v5);
      background-size: contain;
      background-position: center;
   background-repeat: no-repeat;
   padding: 7.8%; */
   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;
    background: #C52127;
    border: 3px solid #5D1E2A;
    color: #fff;
  }
  .get_form h3 {      
      font-size: 23px;
      color: #ffdf4f;  
  }
  p.frm_p {       
    font-size: 2.7vw;
    /* margin: 10px 0; */
    margin-bottom: 13px;
    margin-top: 1px;
    color: #202020;
     
  }
  .modalbox__container {
    background: #581223;
  }
  
  #featureddevelopment {
    background: url(../thegreatestdeals/hb-generic-m.png);
    padding: 0;
    overflow: auto;
    background-size: contain;
    position: unset;
    bottom: unset;
    left: 0;
    background-size: 100%;
    /* top: 38px; */
    margin-top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
      
      }
      .modalbox__close {         
        top: 13vw;
        right: 8px;               
      }

      .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: 1rem;
  }

  #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: 66%;
    margin: auto;
    border: 0;

}
.cta_2 {
    max-width: 60%;
    margin: auto;
}
#btn__back {
  max-width: 100%;
  margin: auto;
  margin-top: 1rem;
}
.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: 92vw;
    height: auto;
}
.cta_2a {
    display: none;
}
.all_ctas {
  display: grid
  ;
          width: 72vw;
          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: 22ch;
    width: 100%;
    object-fit: contain;
    object-position: center;
    margin-left: 0;
    margin: auto;
}
#frmLeadGen2 ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

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

#frmLeadGen2 ::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}
.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;
}

  }