
@font-face {
	font-family: 'Proxima Nova Semibold';
	src: url('../fonts/Proxima-Nova-Sbold.otf') format('opentype');
	font-style: normal;
	font-weight: 600;
}
@font-face {
	font-family: 'Proxima Nova Light';
	src: url('../fonts/Proxima\ Nova\ Font.otf') format('opentype');
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'HeadstockSansRegular';
	src: url('../fonts/HeadstockSansRegular.otf') format('opentype');
	font-style: normal;
	font-weight: 600;
}
@font-face {
	font-family: 'HeadstockSansExtrabold';
	src: url('../fonts/HeadstockSansExtrabold.otf') format('opentype');
	font-style: normal;
	font-weight: 900;
}
@font-face {
	font-family: 'Roboto-Light';
	src: url('../fonts/Roboto-Light.ttf') format('truetype');
	font-style: normal;
	font-weight: 600;
}


:root {
    --color-bg:#1C3856;
    --color-bg-variant:#715136;
    --color-bg-variant2:#F6EEDA;
    --color-bg-variant3:#96B77B;
    --font-xl:28px;
    --font-m:23px;
    --font-s:15px;
}

.karya-main {
    width: 100%;
    height: 96vh;
    object-fit: cover;
    object-position: 100% 66%;
}
.ky-wrapper {
    top: 13%;
}

.karya-l2 {
    width: 5.4vw;
    margin: auto auto 1.2rem;

    display: block;
    /* filter: drop-shadow(1px 3px 2px rgba(37, 53, 104, 0.70)) */
}


h1 {
    margin-top: 0.8rem;
    font-family: 'HeadstockSansExtrabold';
    font-size: 19px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 1rem;
    color: #715136;
    letter-spacing: 1.2px;
}
h2 {
    font-family: 'HeadstockSansRegular';
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.bbr2 h2 {
    font-size: 30px;
    color: #E8CC84;
}
p {
    font-family: 'Proxima Nova Light';
    color: #fff;
    line-height: 1.4;
    font-size: 14px;
}
.reg-cta {
    font-family: 'Proxima Nova Semibold';
    background: var(--color-bg-variant);
    color: #fff;
    padding: 10px 20px;
    margin: auto;
    display: block;
    width: fit-content;
    border-radius: 10px;
    transition: 0.3s ease-in;
}
.reg-cta:hover {
    color: var(--color-bg-variant);
    background: #fff;
}
.bbr2 {
    /* background: url(../images/store-img-facade-2.png); */
    /* background-size: 100%; */
    /* background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #0b1222; */
    margin-top: -2px;
    background: #100b03;
    position: relative;

}
.bbr2::before {
    /* content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20vw;
    background: linear-gradient(to top, transparent 6%, #5D2C02 );
    mix-blend-mode: multiply;
    width: 100%;
    pointer-events: none;
    z-index: 1; */

}
.amt-wrapper {
    color: #fff;
    font-family: 'Proxima Nova Semibold';
}
.fec-p {
    max-width: 88ch;
    margin: auto;
    color: #E8CC84;
}
.pos-icon-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 4%;
}
.pos-icon-wrapper2 {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 4%;
}
.pos-features {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}
.amt-wrapper > div {
    font-size: 1vw;
    color: #E8CC84;
    text-align: center;
    padding: 0 14px;
    }
    .amt-wrapper > div:nth-child(2) {
        border-left: 2px solid #E8CC84;
        border-right: 2px solid #E8CC84;
        height: 100%;
        padding: 0 20px;
        min-height: 4ch;
        text-align: center;
        display: grid;
        align-items: center;
      }
       .dgrid2 {
        display: grid
        ;
            grid-template-columns: 1fr 1fr 1fr;
            /* max-width: 1000px; */
            width: fit-content;
            margin: auto;
            align-items: center;
            justify-items: center;

      }
      .dgrid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        /* max-width: 1000px; */
        width: fit-content;
        margin: auto;

      }
      .dgrid > div > p > span {
        font-family: 'Proxima Nova Semibold';
        font-size: 17px;
      }
      .dgrid > div > p  {
        /* max-width: 24ch; */
        margin-bottom: 0;
        text-align: center;
        font-size: 12px;
        color: #E8CC84;
      }
      .dgrid > div > p > span {
        font-family: 'Proxima Nova Semibold';
    font-size: 16px;
    line-height: normal;
    color: #E8CC84;
      }
     
      .dgrid2 > div {
        display: flex
    ;
        justify-content: flex-start;
        flex-direction: column;
        align-content: center;
        align-items: center;
        width: fit-content;
        padding: 0px 1.2rem;
    }
      .dgrid2 > div > p > span {
        font-family: 'Proxima Nova Semibold';
        font-size: 17px;
      }
      .dgrid2 > div > p  {
        /* max-width: 24ch; */
        margin-bottom: 0;
        text-align: center;
        font-size: 12px;
        color: #E8CC84;
      }
      .dgrid2 > div > p > span {
        font-family: 'Proxima Nova Semibold';
    font-size: 16px;
    line-height: normal;
    color: #E8CC84;
      }
      .feat-icon {
        width: 12ch;
        height: auto;
        /* margin-bottom: 1rem; */
        object-fit: contain;
        animation: neon4 4.2s ease-in-out infinite;
      
      }
      @keyframes neon4 {
        0%, 100% {
          filter: drop-shadow(0 0 0px rgb(255, 255, 255)) ;
        }
      
        50% {
            filter:
            drop-shadow(0 0 2px rgb(255, 255, 255)) 
            drop-shadow(0 0 4px rgba(255, 232, 62, 0.698)) 
            drop-shadow(0 0 6px rgba(255, 200, 0, 0.509)); 
            
        }
      }
      @keyframes neon {
        from {
          filter: none;
        }      
        to {
            filter: 
            drop-shadow(0 0 10px rgb(255, 232, 62));     
        }
      }
      @keyframes neonglow {
        from {
          filter: none;
          opacity: 0;
        }      
        to {
            filter: 
            drop-shadow(0 0 15px rgb(255, 232, 62));   
            opacity: 1;  
        }
      }
      .pos-aimp {
        position: absolute;
        font-family: 'Proxima Nova Light';
        right: 1rem;
        bottom: 1rem;
        font-size: 13px;
       
      }
     .swiper-slide .pos-aimp {
        position: absolute;
        font-family: 'Proxima Nova Light';
        right: 0;
        left: 0;
        bottom: 0;
        font-size: 13px;
        width: 95%;
        margin: auto;
        text-align: right;
        padding: 10px;
        text-shadow: -3px 1px 5px black;
    }
      main .pos-aimp {
        position: absolute;
        font-family: 'Proxima Nova Light';
        right: 1rem;
        bottom: 3rem;
        font-size: 13px;
        text-shadow: 0 0 10px #000;
      }
      .add-glowss {
        animation: neon 3s ease-in-out infinite alternate;
      }
      .add-gg {
        animation:neonglow 3s ease-in-out infinite alternate;
      }
      .dgrid > div {
        display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: fit-content;
    padding: 0 2rem;
      }
      .ft-section {
        background: #EFECE6;
        position: relative;
        z-index: 1;

      }
      .ff-wrapper{
        width: fit-content;
        margin-left: 12%;
        margin-bottom: 4rem;
      }
      .ff-wrapper > p {
        font-family: 'Proxima Nova Semibold';
        font-size: 21px;
        text-transform: uppercase;
        color: #715136;
        max-width: 19ch;
      }
      .masterplan {
        background: #715136;
        /* margin-top: -11rem;
        padding-top:11rem; ; */
      }
      .draggable2 {
        width: 100%;
        overflow: auto;
        /* position: relative; */
        margin-top: -1.2rem;
    }

    .draggable2 .image2 {
        width: 265vw;
        max-width: unset;
    }

    .draggable2 .image2::after {
        content: "";
        position: absolute;
    }

    .draggable2::after {
        content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #05101e5c, transparent);
    width: 100%;
    height: 28vh;
    pointer-events: none;
    }
      .ft-section::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 100%;
        height: 11vh;
        background: #715136;
      }
      .bbrlogo {
        width: 13vw;
      }
      .box-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2%;
        margin-bottom: 1rem;
    }
    
    .box {
        background-color: #D9D9D9;
        color: #595959;
        padding: 12px 46px;
        border-radius: 40px;
        text-align: center;
        font-size: 14px;
        font-family: 'Proxima Nova Semibold';
        border: 4px solid #fff;
        position: relative;
        cursor: pointer; /* Ensures pointer cursor */
        transition: all 0.3s ease; /* Smooth transition */
    }
    
    .type-a1 {
        z-index: 2; /* Higher z-index for visibility */
    }
    
    .box-wrapper .box:nth-child(2) {
        margin-left: -5%;
        z-index: 1; /* Stacking order */
    }
    
    .box-wrapper .box:nth-child(3) {
        margin-left: -5%;
        z-index: 0; /* Ensure it is clickable */
    }
    
    .box.active {
        background-color: #8b624b; /* Brown background for active box */
        color: white; /* White text for contrast */
      

    }
    .box:hover {
        box-shadow: 
            0 0 1px #c9c9c9, 
            0 0 9px #f2edea, 
            0 0 15px #8b624b, 
            0 0 20px #8b624b;
    }
    .type-a4 {
        cursor: pointer;
    }
    .type-a4 > img {
        width: 40px;
        object-fit: contain;
    }
    .type-a4 {
        transition: 0.6s all;
    }
    
    .type-a4:hover {
        filter: drop-shadow(0 0 10px #8b624b);
        transform: rotate(15deg); /* Adjust the degree to control the rotation */
    }
   
    .title-with-line {
        display: flex;
        align-items: center;          
        margin-bottom: 20px;
    }
    .title-with-line >span>h2 {
        margin-bottom: 0;
    }
    .title-with-line span {
        white-space: nowrap; 
        margin-right: 2rem;
    }
    
    .title-with-line .line {
        flex-grow: 1; 
        height: 1px;
        background-color: #8b624b; 
    }
    .zz-btn {
        top: 1rem;
        left: 1rem;
        flex-direction: column;

    }
    /* .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #142c48a2;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.5s ease-in;
      }
     .modal {
        width: 100%;
        text-align: center;
        background-color: unset;
        position: fixed;
        bottom: 0;
        left: 0%;
        height: 100vh;
        transition: all 0.5s ease;
        z-index: 100000;
        display: none;
    }
    
    .modal.active {
        bottom: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .underlay {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        transition: all 0.5s ease;
        opacity: 0;
        z-index: -90;
    }
    
    .underlay.active {
        opacity: 1;
        z-index: 999;
    }
    
    .mod-content {
        border-radius: 24px;
        padding: 1rem;
        width: 43vw;
        background-color: #fff;
        height: auto;
        pointer-events: all;
        display: grid;
        align-items: center;
        justify-content: center;
        align-content: center;
        position: relative;
        min-height: 80vh;
    }
    
    .panzoom--controls {
        position: relative;
        top: 0;
        z-index: 9;
        right: 0;
    }
    
    .panzoom--area {
        
    }
    
    .panzoom--element {
        width: 100%;
        height: auto;
        display: block;
    }
    
    .panzoom--controls button {
        font-size: 20px;
        width: auto;
        padding: 3px 14px;
        cursor: pointer;
        color: #fff;
        font-family: 'Proxima Nova Semibold';
        background: var(--color-bg);
        border: 1.6px solid #fff;
    }
    
    .close-modal {
        position: absolute;
        z-index: 10;
        top: 1rem;
        right: 1rem;
        cursor: pointer;
        font-size: 1.3rem;
    } */
    .slimg1 {
        height: 35vh;
        object-fit: cover;
        object-position: center;
        position: relative;
    }
    
    /* .zoom-icon {
        font-size: 50px;
        color: white;
    }
    
    .image-container {
        cursor: pointer;
    }
    
    .image-container:hover .overlay {
        opacity: 1;
    }
    
    .image-container:hover img {
        filter: blur(1.3);
    }
    .image-container2:hover .overlay {
        opacity: 1;
    }
    
    .image-container2:hover img {
        filter: blur(1.3);
    }
    .image-container3 {
        cursor: pointer;
    }
    
    .image-container3:hover .overlay {
        opacity: 1;
    }
    
    .image-container3:hover img {
        filter: blur(1.3);
    } */
     .cte_p {
        font-size: 12px;
        color: #fff;
        text-align: center;
        margin-top: -3%;
     }
     .cte_p2 {
        font-size:12px;color:#fff;text-align:center;   
     }
    .bg-br {
        background-color: #C1966B;
        color: white;
        font-family: 'Proxima-Nova';
        font-weight: 800;
        cursor: pointer;
        color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 50px;
      }
     #siteplanpopup .hystmodal__window {
        width: 60vw;
        /* height: 100%; */
    }
    .hystmodal__window {
        width: 750px;
    }
    /* #mappopup  .hystmodal__window {
        max-width: 750px;
        width: 100%;
    } */
    .hystmodal--active {
        z-index: 99999 !important;
    }
    .fp_details > ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .fp_details > ul > li {
        font-family: 'Proxima Nova Light';
        color: #253568;
    }
    .floorplan-btns {
        display: grid;
        grid-template-columns: auto;
        width: fit-content;
        gap: 5px;
        height: auto;
        margin-bottom: 1rem;
    }
    .fp_btn {
        width: 100px;
        height:auto;
        background: #C6C6C6;
        color: #fff;
        border-radius: 7px;
        display: grid;
        font-family: 'Proxima Nova Semibold';
        align-items: center;
        justify-content: center;
        font-size: 19px;
        cursor: pointer;
    }
    .fp_btn.activebtn {
        background: #715136;
        color: #fff; 
    }
    .fp_btn:hover {
        background: #715136;
        color: #fff; 
        
    }
    .accordion-button.collapsed .cc_line {
        border-bottom: 0;
        font-family: 'Proxima Nova Semibold';
    }
    .accordion-button:focus {
        outline: 0;
        box-shadow:none !important;
    }
    .tdtitle {
        font-family: 'Proxima Nova Light';
    color: #fff;
    max-width: 16ch;
    font-size: 12px;;
        
        }
        .dist {
            font-family: 'Proxima Nova Light';
            width: 45px;
            display: block;
            color: #fff;
            font-size: 12px;;
        }
        .accordion-item .card-body {
            padding: 1rem 0;
        }
    .cc_line {
        height: 100%;
        display: block;
        text-align: left;
        padding: 0 0;
        border-bottom: 1px solid;
        padding-bottom: 1rem;
        }
        .add-grd {
            position: relative;
        }
        .add-grd::after {
            position: absolute;
            content: "";
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 38vh;
    
        }
        .add_imp {
            position: absolute; 
            bottom: 1rem;
            right: 1rem;
        }
        .collapse:not(.in) {
            display: block !important;
            }
            .collapse:not(.show) {
                display: none !important;
                }
        
        .content_wrapper_2 {
            width: 100%;
            height: 100%;
            
        }

        .accordion-item {
            flex: 1;
          }
          
          .accordion-item:not(:last-child) {
            margin-right: 1rem;
          }
        .acc-wrapper .accordion {          
            display: flex;
            flex-direction: row;
          }
        
        
        
        .content_wrapper_2 .accordion-item {
            background-color: transparent;
            border:0;
          }
        
        
           .content_wrapper_2 .accordion-button {
            padding: 0 0px;
            font-size: 18px;
            color: #fff;
            text-align: left;
            background-color: transparent;
            font-family: 'Proxima Nova Semibold';
            text-transform: uppercase;
            border: 0;
            border-radius: 0;
            overflow-anchor: none;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;	
            display: block;
            width: 100%;
            text-align: center;
        }
        .accordion-button:not(.collapsed)::after {
            background-image: url(../images/arrow-d.svg);
            transform: rotate(180deg);
    
        
          }
          .accordion-button::after {
            content: '';
            background-image: url(../images/arrow-d.svg);
            background-size: 15px;
            background-position: center;
            color: #3d4141;
            float: right;
            display: flex;
            position: absolute;
            right: 8%;
            top: -24%;
            align-items: center;
            justify-content: center;
            align-content: center;
            height: 100%;
            font-family: 'AvenirNext-Medium';
            font-size: 15px;
            
            width: 2.25rem;
        
        }
        
        /* 
            .content_wrapper .accordion-button:not(.collapsed)::after {
            background-image: url(../images/minus.svg);
            transform: none;
          } */
        
            .accordion-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-bottom: 0.4rem;
            }
            
            .accordion-header .line {
            height: 1px;
            flex: 0.8 0;
            background-color: #CA972B;
            }
            
            
            .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            }
            
            .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            }

            .reg_sec {
                background-color: #715136;
            }
           
            
#frmLeadGen input {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
	display: block;
	width: 100%;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	max-width: 32rem;
	background-color: transparent;
	padding: 0.5rem 0;
    font-family: 'Proxima Nova Light';
	font-size: 17px;
	color: #fff;
	text-align: left;
}
#frmLeadGen input::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
  }
  
  #frmLeadGen input::-ms-input-placeholder { /* Edge 12 -18 */
    color: #fff;
  }
#frmLeadGen select {
	max-width: 32rem;
	margin: auto;
	border-radius: 8px;
	display: block;
    font-family: 'Proxima Nova Light';
	width: 100%;
	color: #fff;
	outline: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #fff;
	background-image: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/d9eedda7-87dd-4ec4-9a4d-a6e1412abe00/400);
	background-position: right center;
	background-repeat: no-repeat;
	background-attachment: initial;
	background-origin: content-box;
	background-clip: initial;
	text-align: left;
	background-size: 16px;
	background-color: transparent !important;
	padding: 0.5rem 0;
}
.cjbc {
	max-width: 32rem;
	margin: auto;
  }
#frmLeadGen select option {
	background-color: #333;
	color: #f2f2f2;
	border-bottom: 1px solid #ccc;
	padding: 1.5rem !important;
}
#frmLeadGen input.checkbox {
	width: unset;
	display: inline-block;
  }
  .sep-line {
	max-width: 92vw;
	margin: auto;
	width: auto;
	border: 0.2px solid #000000c1;
  }
  .cjbc label {
	display: inline-block;
	color: #fff;
	font-size: 12px;
    font-family: 'Proxima Nova Light';
  }
  .submitBtnre {
    font-family: 'Proxima Nova Light';
	color: #fff;
	padding: 10px 30px;
	border: 1px solid #fff;
	font-size: 20px;
	border-radius: 30px;
  }
  .contact-cta {
    font-family: 'Proxima Nova Semibold';
    background: #C19469;
    color: #fff;
    padding: 10px 20px;
    margin: auto;
    display: block;
    width: fit-content;
    border-radius: 10px;
  }
  .ths_ix {
    display: block;
    height: 46px;
    width: 5vw;
    object-fit: contain;
  }
  .reg-sbs2 {
    font-family: 'Proxima Nova Light';
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
}
.siteplan-sec {
    background-color: #EFECE6;
}

.siteplan-sec h2 {
    color: #715136;
}
.gallery h2 {
    color: #715136;
}
.floorplan-sec {
    background: linear-gradient(to bottom, #EFECE6 3%, #fff);
}
.floorplan-sec h2 {
    color: #715136;
}
.gallery {
    background: #FCF7F4;
}
h3 {
    font-family: "Proxima Nova Semibold";
    font-size: 56px;
    color: rgb(113, 81, 54);
    line-height: normal;
}
.fp_details > div > p {
    font-family: 'Proxima Nova Semibold';
    color: #715136;
    line-height: 0.8;
    font-size: 18px;
    line-height: 1.2;
}
.acc-wrapper {
    max-width: 90%;
    margin: auto;
}
.w-head {
    max-width: 31vw;
}

    
.scrolldown {
    /* left: 50%; */
    /* transform: translateY(0%) rotate(45deg); */
    /* opacity: 0; */
    display: flex;
    /* position: absolute; */
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
    bottom: 2rem;
    height: 100%;
    position: relative;
    transition-delay: 10s;
    transition-duration: 10s;
  }
  
  .first_arrow {
    width: 1.5em;
    height: 1.5em;
    background-color: transparent;
    z-index: 80;
    bottom: 38px;
    position: absolute;
    border-width: 0 0.25em 0.25em 0;
    border-style: solid;
    border-color: antiquewhite;
    animation: scrolldown 1.2s ease-in-out infinite 0.15s;
  }
  .sec_arrow {
    width: 1.5em;
    height: 1.5em;
    background-color: transparent;
    z-index: 80;
    bottom: 28px;
    position: absolute;
    border-width: 0 0.25em 0.25em 0;
    border-style: solid;
    border-color: antiquewhite;
    animation: scrolldown 1.2s ease-in-out infinite 0.15s;
  }
  @keyframes scrolldown {
    0% {
      transform: translateY(20%) rotate(45deg);
      opacity: 0.7;
    }
  
    50% {
      transform: translateY(0%) rotate(45deg);
      opacity: 0.2;
    }
  
    100% {
      transform: translateY(20%) rotate(45deg);
      opacity: 0.7;
    }
  }
  .pos-gradient {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    mix-blend-mode: multiply;
  }
  #mappopup .hystmodal__window {  
    margin: 0 auto;
    padding: 0;
    transform: unset;
}
@media (max-width: 1000px) {
    .cte_p {
        font-size:12px;color:#fff;text-align:center;     margin-top: 0%;
     }
	.karya-main {
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: 100% 67%;
	}
    .kk-wrap {
        margin-top: 6.5rem;
    }
    .karya-l2 {
        width: 13vw;
        margin-bottom: 1rem;
    }
	h1 {
        margin-top: 0.8rem;      
        font-size: 14px;
        line-height: 1.3;
    }
    p {       
        line-height: 1.2;
        text-align: center;
        font-size: 15px;
    }
    .kk-wrap::before {
        height: 44vh;
    }
    .bbr2 {
        background: none;
        background-color: #0f213a;
    }
    .dgrid {
        display: grid;
        grid-template-columns: auto auto;
        position: relative;
        z-index: 1;
        

    }
    .dgrid2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        position: relative;
        z-index: 1;
        

    }
    .dgrid2 > div:nth-child(3) {
        grid-column: span 2; 
    }
    .feat-icon {
        width: 21vw;
        height: auto;
        margin: auto;
        display: block;
        margin-bottom: 0;
    }
    .bbr2 h2 {
        font-size: clamp(1.25rem, 0.6289rem + 3.5874vw, 1.75rem);
        margin-bottom: 1rem;
        text-align: center;
    }
    h2 {
        font-size: clamp(1.25rem, 0.6289rem + 3.5874vw, 1.75rem);
        margin-bottom: 1rem;
        text-align: center;
    }
    .amt-wrapper > div {
        font-size: 11px;
        text-align: center;
        padding: 0 0;
        line-height: 1.3;
 
    }
   
    .dgrid > div > p {
        max-width: 35vw;
        margin-bottom: 0;
        font-size: 11px;
        min-height: 120px;
        text-align: center;
        margin: auto;
    }
    .dgrid > div > p > span {
     
        font-size: 15px;
        line-height: 1.2;
    }
    .dgrid2 > div > p {
        max-width: 35vw;
        margin-bottom: 0;
        font-size: 11px;
        min-height: 64px;
        text-align: center;
        margin: auto;
    }
    .dgrid2 > div > p > span {
     
        font-size: 15px;
        line-height: 1.2;
    }
    .box {       
        padding: 9px 0;
        border-radius: 40px;
        text-align: center;
        font-size: 2.5vw;
        border: 4px solid #fff;
        width: 100%;
        line-height: 1.3;
        min-height: 14ch;
    }
    .box-wrapper .box:nth-child(2) {
        margin-left: -14%;
        z-index: 1;
    }
    .boxa2 {
        margin-left: 22px;
    }
    .boxa3 {
        margin-left: 11%;
    }
    .box-wrapper .box:nth-child(3) {
        margin-left: -14%;
    }
    .masterplan {       
        margin-top: 0;
        padding-top: 0;
    }
    .ff-wrapper >img {
        margin: auto;
    }
    .bbrlogo {
        width: 24vw;
    }
    .title-with-line .line {
        height: 3px;
        background-color: #8b624b;
    }
    .title-with-line span {
        white-space: nowrap;
        margin-right: 17px;
    }
    .content_wrapper_2 {      
        background-position: 100% 75%;
        background-size: cover;
        padding:0;
        height: 100%;
    }
    .box-wrapper {
    margin-bottom: 1.5rem;
    }
    h3 {     
        font-size: 43px;
        line-height: 1.1;
        text-align: center;
    }
    .fp_details > ul > li {
        text-align: center;
        line-height: 1.4;
    }
    .floorplan-btns {
        gap: 10px;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        max-width: 67vw;
        margin: auto;
    }
    .acc-wrapper {
        max-width: 79%;
        margin: auto;
    }
    .mod-content {       
        width: 92vw;       
        min-height: auto;
    }
    .cc_line {
        font-size: 15px;
    }
    .w-head {
        max-width: 100%;
    }
    .dist {      
        width: 13vw;
        font-size: 3.8vw;
    }
    .tdtitle {       
        font-size: 3.8vw;
        width: 100%;
    }
    .content_wrapper_2 .accordion-item .card-body {
        padding: 1.3rem 0.5rem;
    }
    .reg-cta {    
        font-size: 4vw;
    }
    .ths_ix {     
        width: 18vw;
    }
    #frmLeadGen input {
        font-size: 15px;
    }
    #frmLeadGen select {
        font-size: 15px;
    }
    .fp_btn {
        width: 100%;
        height: 50px;
        font-size: 17px;
    }
    #masterplanpopup .zz-btn {
        top: -3rem;
        left: 1rem;
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }

    #mappopup .zz-btn {
        top: -2rem;
        left: 1rem;
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }
    #siteplanpopup .zz-btn {
        top: -3rem;
        left: 1rem;
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }
    #floorplanpopup .zz-btn {
        top: -3rem;
        left: 1rem;
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }
    #masterplanpopup .hystmodal__window {
        width: 100%;
        padding: 4rem 0;
        background: #715136;
        /* height: 100%; */
    }
    #mappopup .hystmodal__window {
        width: 100%;
        padding: 0 0;
        background: #715136;
        /* height: 100%; */
    }
    #siteplanpopup .hystmodal__window {
        width: 100%;
        padding: 4rem 0;
        /* height: 100%; */
    }
    #floorplanpopup .hystmodal__window {
        width: 100%;
        padding: 4rem 0;
        /* height: 100%; */
        /* margin-bottom: 1rem; */
        min-height: 33vh;
        /* height: 100%; */
    }
    .hystmodal__window {
        width: 100%;
        /* height: 100%; */
    }
    .acc-wrapper .accordion {
        display: flex
    ;
        flex-direction: column;
    }
    .accordion-item:not(:last-child) {
        margin-right: 0;
    }
    .ff-wrapper {
        width: fit-content;
        margin-left: 0;
        margin-bottom: 0;
        margin: auto;
    }
    .pos-icon-wrapper {
        position:unset;
    }
    .pos-icon-wrapper2 {
        position: unset;
        background: linear-gradient(0deg, #02050f, #715136);
    }
    .pos-features {
        position:unset;
    }
    .accordion-button::after {
        right: 0;
    }
    .pos-gradient {
        z-index:0;
        mix-blend-mode: multiply;
      }
      .ff-wrapper > p {
        font-size: 16px;
      }
      .type-a4 > img {
        width: 23vw;
        object-fit: contain;
    }
    main .pos-aimp {
             bottom: 1rem;
        font-size: 11px;
    }
    .pos-aimp{
        font-size: 11px;
    }
    .swiper-slide .pos-aimp {
        font-size: 9px;
        width: 90%;
    }
}