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

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

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

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

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

:root {
  --bg-variant: #556661;
  --bg-variant2: #242d2a;
  --bg-variant3: #354440;
  --bg-variant4: #43544f;
  --bg-variant5: #9b9780;
  --color-primary: #fff;
  --color-orange: #ff8b4a;
  --color-thd: #5e8e83;
  --color-lt: #9b9780;
  --color-cta: #a8732c;
  --font-head: 40px;
  --font-subhead: 25px;
  --font-p: 17px;
  --font-monts-b: 'Montserrat-Bold';
  --font-monts-sb: 'Montserrat-SemiBold';
  --font-mont-r: 'Montserrat-Regular';
 
}


body {
  background-color: #fff;
}




h1 {
  font-family: var(--font-monts-sb);
  color: var(--color-primary);
  text-shadow: black 1px 2px 10px, rgba(0, 0, 0, 0.4) 1px 2px 10px;
  font-size: 52px;
  line-height: 1.1;
}

h1 span {
  font-family: var(--font-apercu-m);
  margin-left: 8rem;
}

h2.hdlsub {
  font-family: var(--font-monts-sb);
  font-size: 1.8rem;
  color: #ff4e00;
}

h2 span.smltxt {
  font-family: var(--font-monts-sb);
  font-size: 1.5rem;
  color: #3f3f3f;
}

p {
  font-size: 15px;
font-family: 'Poppins-Regular';
}

p.p_sub {
font-family: 'Poppins-Regular';
}

.awards-sec {
  background: linear-gradient(to left, #343e426c, #fff 40%, #fff 70%, #343e426c);
}

.award-img {
  width: 45vw;
  height: 12ch;
  object-fit: contain;
}

.grid_img {
/* flex-wrap: wrap; */
display: flex;
overflow: hidden;
}
.ind_cont {
  position: relative;
}

.ind_cont img {
    transition: transform 0.3s ease;
    transform-origin: center center;
    height: 27vw;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.ind_captions h2 {
  font-size: 15px;
}

.ind_captions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: var(--font-monts-sb);

}

.video-container2 {
  height: 91vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}

.video-container2 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.potop {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.pos_txtleaf {
  position: absolute;
  top: 0;
  left: -27%;
  filter: opacity(0.7);
}

.pos_txtleaf img {
  width: 84%;
  height: 11%;
  object-fit: contain;
  object-position: left;
}

.coverimg {
    background: linear-gradient(166deg, #00000000, rgba(0, 0, 0, 0.676)), url(../images/coe-salesgallery-extend.jpg);
    background-size: cover;
    height: 67ch;
    background-position: bottom;
}

.coeliteimg {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.boxbrm {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: fit-content;
    padding: 0px 1.8rem 1.5rem;
    z-index: 9;
    /* background: linear-gradient(320deg, #000, transparent 62%); */
    color: rgb(255, 255, 255);
    text-align: left;
}

.coverrght {
  /* padding: 4rem 0; */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


#frmLeadGen input.checkbox {
  width: unset;
  display: inline-block;
}

#frmLeadGen input:not(:placeholder-shown) {
  background-color: transparent !important;
}

#frmLeadGen input {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #000;
  max-width: 32rem;
  /* border-color: #000; */
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.1rem;
  text-align: left;
 font-family: 'Poppins-Regular';
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: #000;
}

.submitBtnre {
  font-family: var(--font-monts-sb);
  font-size: 18px;
  background: #ff4e00;
  color: #fff;
  padding: 0.7rem 2.5rem;
  border-radius: 50px;
  border: 0;
  display: block;
  margin: auto;
}
.submitBtnre:hover {
    background: #fff;
  color: #000;
  box-shadow: 0 0 20px #ff4e00;
}

.content_for_tabs {
  max-width: 900px;
  border-radius: 20px;
  /* overflow: hidden; */
  margin: auto;
  margin-top: -3px;
  background-color: var(--bg-variant2);
  z-index: 9;
  position: relative;
}

.tabs_pr {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  max-width: 900px;
  margin: auto;
}

.tab_category {
  position: relative;
  display: inline-block;
  padding: 10px 10px 1em;
  color: inherit;
  text-decoration: none;
  margin: 0 -8px;
  cursor: pointer;
  max-width: 21ch;
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: #333333;
  font-family: var(--font-monts-sb);
  text-transform: uppercase;
  transition: all 250ms ease;
}

.tab_category::before,
main.ccc {
  border: .1em solid #aaa;
}

.tab_category::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: .5em;
  left: 0;
  z-index: -1;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  /* Only top-left and top-right rounded */
  background: #ddd;
  box-shadow: 1px 6px 4px 3px hsl(0deg 0% 1.1% / 29%);
  transform: perspective(5px) rotateX(1deg);
  transform-origin: bottom;
  width: 100%;
}

.tab_category.selected {
  z-index: 2;
}

.tab_category.selected::before {
  margin-bottom: -1px;
  border-top-width: 1px;
}

.content_for_tabs {
  max-width: 900px;
  border-radius: 20px;
  /* overflow: hidden; */
  margin: auto;
  margin-top: -10px;
  background-color: #262d2a;
  z-index: 9;
  position: relative;
}

.addline_s {
  height: 14px;
  width: 100%;
  background: #fff;
  border-radius: 20px 20px 0 0;
}

.tab__1.tab_category::before {
  background: #fff;
}

.tab__2.tab_category::before {
  background: #e6e6e6;
}

.tab__3.tab_category::before {
  background: #cdccc9;
}

.addbg {
  background: url(../images/bg-leaf.jpg);
  background-size: cover;
  background-position: center;
}

.coe_carousel {
  max-width: 60vw;
  margin: auto;
}


.mainimg {
  height: 86vh;
  object-fit: cover;
  object-position: 100% 75%;
}

.mainwp {
  position: relative;
}

/* .mainwp > * {
            position: relative;
            z-index: 2;
        } */
.mainwp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 46%;
  height: 100%;
  background: linear-gradient(to right, #396580, transparent);
  z-index: 4;
  mix-blend-mode: multiply;
  opacity: 0.5;
}

.posHd {
  position: absolute;
  top: 0;
  left: 0;
  width: 39%;
  height: 100%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.elmlogo {
  width: 230px;
  height: 100px;
  object-fit: contain;
}

.cta_lm {
  background: linear-gradient(to right, #a30e13, #ec4e23);
  font-family: var(--font-monts-b);
  font-size: 17px;
  border: 4px solid #fff;
  padding: 9px 47px;
  width: fit-content;
  display: block;
  margin: auto;
  border-radius: 40px;
  color: #fff;
  margin-bottom: 3rem;
}

.cta_lm {
  animation: addAnim 2s ease-in-out infinite;
}

.cta_lm:hover {
  background: #fff;
  color: #000;
}

@keyframes addAnim {

  0%,
  100% {
    box-shadow: #ffda0380 0px 54px 55px, #f70028 0px -12px 30px, #dc3545 0px 4px 6px, #ff0000cc 0px 12px 13px, rgb(255 40 40) 0px -3px 5px;
  }

  50% {
    box-shadow: unset;
  }
}

.elmcont p {
  font-size: 32px;
  font-family: var(--font-monts-sb);
}

.coverrght .hdlsub {
  color: #000;
}

.slide-image {
  transform: scale(1.2);
}

.bg-shadow {
     background: url(../images/bg-shadow.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.prop_img {
  filter: drop-shadow(2px 4px 6px black);
}
.coe_carousel .splide__slide {
  padding: 1rem 0;
}
.fx-icon {
  width: 142px;
}
  h2.hdlsub span.darktxt {
    color: #3f3f3f;
  }
  .pos-cta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .coeopac {
        height: 100%;
    right: 0;
    width: 37%;
    object-fit: cover;
    pointer-events: none;
  }
  .properties360view iframe {
    width: 100%;
    height: 80vh;
    margin: auto;
    display: block;
}
label.checkbox {
  font-size: 11px;
   font-family: 'Poppins-Regular';
}
section.the360classes .overlaycover {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
      backdrop-filter: contrast(0.5);
}

section.the360classes .overlaycover .textcover {
  position: absolute;
  top: 43%;
  padding-right: 5%;
  text-align: left;
  font-family: 'Poppins-Regular';
}

section.the360classes .overlaycover .textcover p {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 15px;
  text-align: left;
    font-family: var(--font-monts-sb);
  margin-bottom: 0;
  text-shadow: black 0px 2px 6px;
}

section.the360classes .overlaycover .textcover h3 {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: .5px;
     font-family: var(--font-monts-sb);
}

section.the360classes .overlaycover .textcover h3 p {
  text-transform: none;
  font-size: 2rem;
  text-shadow: black 0px 2px 6px;
  color: #fff;
    font-family: var(--font-monts-sb);
  line-height: 1.2;
}

section.the360classes iframe {
  height: 89vh !important;
}

section.the360classes i.icon-cross {
  font-size: 17px;
  background: #fff;
  border-radius: 50%;
  height: 32px;
  line-height: 32px;
  width: 32px;
  display: block;
  color: #000;
  margin: 0 auto;
  text-align: left;
}


.iframeHolder .arrow.bounce {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.iframeHolder2 .arrow.bounce {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.forSingle {
    max-width: 33%;
    margin: auto;
}
.csinfo {
width: 208px;
    height: 353px;
    object-fit: contain;
    margin: auto;
    display: block;
}

.bg-br {
  background-color: #000;
  color: white;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  font-family: 'Montserrat-SemiBold';
}

.hystmodal__window {
  width: 750px;
}

.zz-btn {
  top: 1rem;
  left: 1rem;
  flex-direction: column;
}
  .hystmodal--active {
        z-index: 99999 !important;
    }
    .txtcte {
    font-family: 'Montserrat-SemiBold'; 
    font-size: 12px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.3rem;
    }
    .cta_view {
    font-family: var(--font-monts-sb);
    font-size: 15px;
    background: #ff4e00;
    color: #fff;
    padding: 0.7rem 2.5rem;
    border-radius: 50px;
    border: 0;
    width: fit-content;
    display: block;
    margin: auto;
    text-transform: uppercase;
    }
   #masterplanpopup .hystmodal__window {
    width: 550px;
}
@media only screen and (min-width: 1024px) {
  .smmax {
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  h2.hdlsub
 {
        font-size: 6vw;
 }
 h2 span.smltxt {
           font-size: 4.7vw;
 }
 p {
  font-size: 3.5vw;
 }
  .posHd {
    position: absolute;
    top: 21%;
    left: 6%;
    width: auto;
    height: auto;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  h1 {
            font-size: 7.2vw;
  }

  .mainimg {
    height: 58ch;
    object-position: bottom;
    object-fit: cover;
  }

  .grid_img {
    display: none;
  }

  .video-container2 {
    height: auto;
  }

  .coe_carousel {
    max-width: 87%;
    margin: auto;
  }
   .award-img {
 width: 75vw;
        height: 13ch;
        object-fit: contain;
  }
  .boxbrm {
    position: relative;
    top: unset;
    left: unset;
    height: 100%;
    width: 100%;
    padding: 0;
    z-index: 9;
    background: unset;
    color: #fff;
            text-align: center;
            padding-top: 2rem;
}
.coverimg {
    background: #597dab;
    height: auto;
}
.max1 {
          max-width: 39ch;
  margin: auto;
}
.elmlogo {
    width: 59vw;
    height: auto;
    object-fit: contain;
} 
.elmcont p {
        text-align: center;
        line-height: normal;
        font-size: 5.7vw;
        margin-top: 1rem;
}
  .pos-cta {
    bottom: unset;
    left: 0;
    width: 100%;
        top: 31%;
  }
  .cta_lm {
    font-size: 15px;
    border: 2px solid #fff;
    padding: 7px 40px;
    margin-bottom: 0;
}
.max2 {
        max-width: 17ch;
        margin: auto;
}
.max3 {
      max-width: 40ch;
      margin: auto;
      padding-bottom: 2rem;
}
.coeopac {
    height: 30%;
    right: 0;
    width: 29%;
    object-fit: contain;
    pointer-events: none;
}
.bg-shadow {
    background-position: top;
    padding-top: 2.5rem;
}
.coeliteimg {
  display: none;
}
section.the360classes .overlaycover .textcover h3 p {
  font-size: 5.7vw !important;
}
section.properties360view .overlaycover .textcover p {
  font-size: 15px !important;
}
  .tab_category {
    max-width: 33vw;
    font-size: 3vw;
    padding: 10px 10px 1.3em;
  }
.forSingle {
    max-width: 100%;
}
   #masterplanpopup .hystmodal__window {
    width: 100%;
}
}