:root {
  --sm: 640px;
  --md: 768px;
  --lg: 1024px;
  --xl: 1280px;
  --xxl: 1536px;
  --xxxl: 1800px;
}  
@font-face {
  font-family: "Gotham-Book";
  src: url("../assets/font/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Medium";
  src: url("../assets/font/Gotham-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("../assets/font/Gotham-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} 
@font-face {
    font-family: 'Futura Bold';
    src: url('../assets/font/Futura-Bold.eot');
    src: url('../assets/font/Futura-Bold.eot?#iefix') format('embedded-opentype'),
        url('../assets/font/Futura-Bold.woff2') format('woff2'),
        url('../assets/font/Futura-Bold.woff') format('woff'),
        url('../assets/font/Futura-Bold.ttf') format('truetype'),
        url('../assets/font/Futura-Bold.svg#Futura-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Medium';
    src: url('../assets/font/Futura-Medium.eot');
    src: url('../assets/font/Futura-Medium.eot?#iefix') format('embedded-opentype'),
        url('../assets/font/Futura-Medium.woff2') format('woff2'),
        url('../assets/font/Futura-Medium.woff') format('woff'),
        url('../assets/font/Futura-Medium.ttf') format('truetype'),
        url('../assets/font/Futura-Medium.svg#Futura-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Theatre Regular';
    src: url('../assets/font/Theatre-Regular.eot');
    src: url('../assets/font/Theatre-Regular.eot?#iefix') format('embedded-opentype'),
        url('../assets/font/Theatre-Regular.woff2') format('woff2'),
        url('../assets/font/Theatre-Regular.woff') format('woff'),
        url('../assets/font/Theatre-Regular.ttf') format('truetype'),
        url('../assets/font/Theatre-Regular.svg#Theatre-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons Bold';
    src: url('../assets/font/FONTSPRINGDEMO-TheSeasonsBold.eot');
    src: url('../assets/font/FONTSPRINGDEMO-TheSeasonsBold.eot?#iefix') format('embedded-opentype'),
        url('../assets/font/FONTSPRINGDEMO-TheSeasonsBold.woff2') format('woff2'),
        url('../assets/font/FONTSPRINGDEMO-TheSeasonsBold.woff') format('woff'),
        url('../assets/font/FONTSPRINGDEMO-TheSeasonsBold.ttf') format('truetype'),
        url('../assets/font/FONTSPRINGDEMO-TheSeasonsBold.svg#FONTSPRINGDEMO-TheSeasonsBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} 

@font-face {
  font-family: 'ProximaNovaBold';
  src: url('../assets/font/ProximaNovaBold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNovaRegular';
  src: url('../assets/font/ProximaNovaRegular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.font-FuturaBold {
  font-family: 'Futura Bold';
}
.font-FuturaMedium {
  font-family: 'Futura Medium';
} 
.font-GothamBook {
  font-family: "Gotham-Book";
}
.font-GothamMedium {
  font-family: "Gotham-Medium";
}
.font-GothamBold {
  font-family: "Gotham-Bold";
}
.font-TheatreRegular {
  font-family: 'Theatre Regular';
}
.font-SeasonsBold {
  font-family: 'The Seasons Bold';
}
.font-ProximaNovaBold{
  font-family: 'ProximaNovaBold';
}
.font-ProximaNovaRegular{
  font-family: 'ProximaNovaRegular';
}
body {
  background-color: #fff;
}
html,
body {
  overflow-x: hidden;
}
[type="email"] {
  background-color: transparent;
}
.\[\&\:not\(\[data-te-collapse-collapsed\]\)\]\:text-primary:not(
    [data-te-collapse-collapsed]
  ) {
  color: #000 !important;
}
[type="text"] {
  background-color: transparent;
  height: 50px;
  color: black;
}
input,
select {
  color: black;
  font-family: "ProximaNovaRegular";
  border-top: none;
  border-left: none;
  border-right: none;
}
input:focus,
select:focus {
  border: 1px solid #dc0000 !important;
  --tw-ring-shadow: none !important;
}
input::placeholder,
textarea::placeholder {
  color: black !important;
  font-family: "ProximaNovaRegular";
}
#registration-popup2 input,
#registration-popup2 select {
  color: white;
  font-family: "ProximaNovaRegular";
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: white;
}

#registration-popup2 select option {
  color: black;
}

#registration-popup2 input:focus,
#registration-popup2 select:focus {
  border: 1px solid #dc0000 !important;
  --tw-ring-shadow: none !important;
}

#registration-popup2 input::placeholder,
#registration-popup2 textarea::placeholder {
  color: white !important;
  font-family: "ProximaNovaRegular";
}

/* Footer */
footer {
  padding-top: 60px;
  padding-bottom: 30px;
}
footer p {
  color: #777777;
}
/* Add your styles for the initial and scrolled navigation bar here */
.navbar {
  background-color: #fff;
  transition: background-color 0.3s;
}
/*.navbar.scrolled {
  background-color: #fff;
  /* Change this to your desired background color
}*/
.mkland {
  width: 35%;
  margin-left: 10px;
}
.lh-1 {
  line-height: 1;
}
/* Loader */
@-webkit-keyframes loader {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  25% {
    width: 24%;
  }
  43% {
    width: 41%;
  }
  56% {
    width: 50%;
  }
  66% {
    width: 52%;
  }
  71% {
    width: 60%;
  }
  75% {
    width: 76%;
  }
  94% {
    width: 86%;
  }
  100% {
    width: 100%;
  }
}
@keyframes loader {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  25% {
    width: 24%;
  }
  43% {
    width: 41%;
  }
  56% {
    width: 50%;
  }
  66% {
    width: 52%;
  }
  71% {
    width: 60%;
  }
  75% {
    width: 76%;
  }
  94% {
    width: 86%;
  }
  100% {
    width: 100%;
  }
}
.progress-bar {
  width: 95%;
  max-width: 95%;
  left: 50%;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  margin-top: 30px;
}
.progress {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.bar {
  margin-top: 25px !important;
  margin-bottom: 0 !important;
}
.progress-bar {
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  padding: 0;
  display: none;
}
.progress-bar span {
  display: block;
}
.bar {
  background: 0 0;
}
.progress {
  -webkit-animation: loader 8s ease infinite;
  animation: loader 8s ease infinite;
  background: #dc0000;
  color: #fff;
  padding: 5px;
  width: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
.progress-bar {
  position: relative;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: transparent;
}
/*custom*/
.reg-color {
  color: #fff;
}
.half-bg {
  background: linear-gradient(180deg, #eed6c7 10%, #eed6c7 10%);
}
.project-bg {
    background: #E2A19F;
    background-image: url(../assets/img/season/project-bg-colour.jpg);
    background-image: url(../assets/img/season/project-bg-colour.jpg), linear-gradient(180deg, rgba(226, 161, 159, 1) 0%, rgba(250, 238, 238, 1) 65%, rgba(226, 161, 159, 1) 100%);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
}
@media (max-width: 500px) { 
  .project-bg { 
      background-image: url(../assets/img/season/mobile-project-bg.png);
      background-image: url(../assets/img/season/mobile-project-bg.png), linear-gradient(180deg, rgba(226, 161, 159, 1) 0%, rgba(250, 238, 238, 1) 65%, rgba(226, 161, 159, 1) 100%); 
  }
}
@keyframes pulse-animation {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  33% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.pulse2 {
  position: relative;
}
.pulse2:before,
.pulse2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  opacity: 0;
  margin: auto;
}
.pulse2:before {
  animation: pulse-animation 1.5s infinite linear;
}
.pulse2:after {
  animation: pulse-animation 2s 0.4s infinite linear;
}
.pulse2:hover:before,
.pulse2:hover:after {
  display: none;
}
 
.infinite { 
  animation : 1.5s infinite linear;
}

.animated.delay {
  animation-delay: 0.5s;
}

.animated.delay-1 {
  animation-delay: 1s;
}

.animated.delay-1half {
  animation-delay: 1.5s;
}

.animated.delay-2 {
  animation-delay: 2s;
}

.title {
  -webkit-text-stroke: 2px #612c71;
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.owl-carousel.gallery-slider .owl-item img {
  transform: scale(0.8);
}
.owl-carousel.gallery-slider .owl-item.active img {
  transform: scale(1);
  transition: ease-in-out 0.7;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 90px;
    height: 90px;
    color: #000;
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30%;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 5%;
}
.owl-carousel .owl-nav button.owl-next {
  right: 5%;
}
.owl-carousel button.owl-dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: gray;
  margin: 0 5px;
}
.owl-carousel button.owl-dot.active {
  background: #dc0000;
}
.perks-slider .owl-dots {
  margin: 30px auto 0;
  text-align: center;
}
.sticky-icons {
  position: fixed;
  bottom: 5%;
  z-index: 10000;
  display: flex;
  flex-direction: row;
  right: 1%;
  background-color: white;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 6px rgb(182, 182, 182);
  -webkit-animation: pulse 1.5s infinite;
  -moz-animation: pulse 1.5s infinite;
  -o-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}
.sticky-icons:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.sticky-icons :hover {
  cursor: pointer;
}
.sticky-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  background: #0d9f16;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 5px;
  position: relative;
  transform: rotate(30deg);
}
.sticky-icon img {
  width: 70%;
  object-fit: contain;
}
.sticky-icons p {
  color: #0a6b10;
  margin-bottom: 0px;
  padding: 0;
  line-height: 1.2;
}
.sticky-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #0d9f16;
  position: absolute;
  bottom: -3px;
  left: -17px;
  right: 0;
  margin: 0 auto;
  transform: rotateZ(31deg);
}
.rotate-image {
  transform: rotate(-25deg);
}
.arrow {
  position: absolute;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  width: fit-content;
  bottom: -30%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.arrow span {
  display: block;
  width: 1.5vw;
  height: 1.5vw;
  border-bottom: 5px solid #dc0000;
  border-right: 5px solid #dc0000;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}
.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}
.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
@-moz-keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
@-o-keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
body {
  font-family: sans-serif;
  overflow-x: hidden;
}
.smooth-scroll {
  overflow: hidden !important;
}
.cards {
  position: relative;
}
.scrollBar {
  z-index: 2;
  position: fixed;
  width: 1px;
  height: 360px;
  background: white;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto;
  z-index: 5;
}
/* .project-card.johor, .project-card.penang{
    display: none;
}
 */
.feature-btn{
  min-height: 40px !important;
    display: flex !important;
    vertical-align: middle !important;
    margin: 0 auto !important;
    line-height: 1.5 !important;
}
.region-btn {
  background-color: #f7dd9763;
  color: #fff; 
}
.region-btn.active {
  background-color: #F7DD97;
  color: #000; 
} 
#dropdown {
  width: 90%;
}
.container {
  max-width: 100% !important;
}
.pulse-btn {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% {
    background-color: #b20000;
    -webkit-box-shadow: 0 0 3px #b20000;
  }
  50% {
    background-color: #ff0000;
    -webkit-box-shadow: 0 0 20px #ff0000;
  }
  100% {
    background-color: #b20000;
    -webkit-box-shadow: 0 0 3px #b20000;
  }
}
@-moz-keyframes glowing {
  0% {
    background-color: #b20000;
    -moz-box-shadow: 0 0 3px #b20000;
  }
  50% {
    background-color: #ff0000;
    -moz-box-shadow: 0 0 20px #ff0000;
  }
  100% {
    background-color: #b20000;
    -moz-box-shadow: 0 0 3px #b20000;
  }
}
@-o-keyframes glowing {
  0% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }
  50% {
    background-color: #ff0000;
    box-shadow: 0 0 20px #ff0000;
  }
  100% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }
}
@keyframes glowing {
  0% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }
  50% {
    background-color: #ff0000;
    box-shadow: 0 0 20px #ff0000;
  }
  100% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }
}
.draw1-content {
  display: none;
}
.cb-tagreel {
  position: relative;
}
.cb-tagreel-content {
  padding: 200px 0;
}
.cb-tagreel-items {
  margin: -58px 0;
  overflow: hidden;
  cursor: default;
}
.cb-tagreel-row {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
.cb-tagreel-item {
  position: relative;
  line-height: 100%;
  flex: 0 0 33%;
  text-transform: uppercase;
  justify-content: center;
}
/* Default style for links */
.scrollBar a p {
  color: white;
  /* default text color for links */
  transition: color 0.3s;
  /* smooth transition for color change */
}
/* Style for active links */
.scrollBar a.active p {
  color: black;
  /* text color for active links */
}
#logo-navbar {
  transform-origin: center;
  transform: scale(0);
  transition: transform 0.5s ease-out;
}
.text-indigo-600 {
  color: #dc0000 !important;
}
.project-card, .back, .front{min-height: 600px;}

.project-card.klangvalley:nth-child(7),
.project-card.klangvalley:nth-child(8), .project-card.klangvalley:nth-child(9),
.project-card.klangvalley.active:nth-child(8), .project-card.klangvalley.active:nth-child(9){  
  display: none;
} 
@-webkit-keyframes rollInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%) rotate(-250deg);
    transform: translateY(-100%) rotate(-250deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
}

@keyframes rollInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%) rotate(-250deg);
    -ms-transform: translateY(-100%) rotate(-250deg);
    transform: translateY(-100%) rotate(-250deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px) rotate(0deg);
    -ms-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
}

.rollInTop {
  -webkit-animation-name: rollInTop;
  animation-name: rollInTop;
}
@media (max-width: 1600px) {
  .project-card, .back, .front {
      min-height: 505px;
  }
}
@media (max-width: 1300px) {
  .project-card, .back, .front {
      min-height: 525px;
  }
}
@media (max-width: 960px) {
  html,
  body {
    overflow-x: hidden;
  }
  #shrink,
  #grow {
    display: none;
  }
  .project-card, .back, .front{
    height: fit-content;
    min-height: 500px;
  }
  .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  } 
  #logo-navbar {
    display: none !important;
  }  
  .project-card.klangvalley:nth-child(5),
  .project-card.klangvalley:nth-child(6),
  .project-card.klangvalley:nth-child(7),
  .project-card.klangvalley:nth-child(8), 
  .project-card.klangvalley:nth-child(9),
  .project-card.klangvalley.active:nth-child(5),
  .project-card.klangvalley.active:nth-child(6),
  .project-card.klangvalley.active:nth-child(7),
  .project-card.klangvalley.active:nth-child(8), 
  .project-card.klangvalley.active:nth-child(9){  
    display: none;
  } 
}
@media (max-width: 500px) {
  .owl-carousel.gallery-slider .owl-item img {
    transform: scale(1);
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    font-size: 28px;
    top: 25%;
  }
  .owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 5%;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 5%;
  }
  .amenities::before {
    left: 9%;
  }
  .sticky-icons p {
    font-size: 12px;
  }
  .sticky-icon {
    width: 35px;
    height: 35px;
  }
  input::placeholder,
  textarea::placeholder,
  input,
  select {
    font-size: 14px;
  }
  .project-card,
  .back,
  .front {
    height: fit-content;
    min-height: 475px;
  }
  input::placeholder,
  textarea::placeholder,
  select {
    font-size: 14px;
  }
  .owl-carousel.awards-slider .owl-item img {
    width: 150px !important;
    margin: 0 auto;
  } 
}

@media (max-width: 359px) {
  #clock{
    display: none;
  }
}

