:root {
    --sm: 640px;
    --md: 768px;
    --lg: 1024px;
    --xl: 1280px;
    --xxl: 1536px;
    --xxxl:1800px;
}
@font-face {
    font-family: 'cs-merquise';
    src: url('../assets/font/cs-merquise.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Acta Display';
    src: url('../assets/font/ActaDisplay-Bold.eot');
    src: url('../assets/font/ActaDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../assets/font/ActaDisplay-Bold.woff2') format('woff2'),
        url('../assets/font/ActaDisplay-Bold.woff') format('woff'),
        url('../assets/font/ActaDisplay-Bold.ttf') format('truetype'),
        url('../assets/font/ActaDisplay-Bold.svg#ActaDisplay-Bold') 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: 'ProximaNovaLight';
    src: url('../assets/font/ProximaNovaLight.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-face {
    font-family: 'ProximaNovaMedium';
    src: url('../assets/font/ProximaNovaMedium.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @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: 'UniformProConBold';
    src: url('../assets/font/UniformProConBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'apple-myungjo';
    src: url('../assets/font/apple-myungjo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Magnifyco';
    src: url('../assets/font/Magnifyco.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
.font-CsMerquise{font-family: 'cs-merquise';}
.font-Acta{font-family: 'Acta Display';}
.font-ProximaNovaLight{font-family: 'ProximaNovaLight';}
.font-ProximaNovaRegular{font-family: 'ProximaNovaRegular';}
.font-ProximaNovaMedium{font-family: 'ProximaNovaMedium';}
.font-ProximaNovaBold{font-family: 'ProximaNovaBold';}
.font-GothamBook{font-family: 'Gotham-Book';}
.font-GothamMedium{font-family: 'Gotham-Medium';}
.font-GothamBold{font-family: 'Gotham-Bold';}
.font-UniformProConBold{font-family: 'UniformProConBold';}
.font-Myungjo{font-family: 'Apple-Myungjo';}
.font-Magnifyco{font-family: 'Magnifyco';}

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';
}

/* 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%);
}
@media(max-width:500px){
    .half-bg{
        background: linear-gradient(180deg, #EED6C7 10%, #EED6C7 10%);
    }
    .half-bg2{
        background: linear-gradient(180deg, #EB1D25 60%, #EED6C7 60%);
    }
}
@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,.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 .4s infinite linear
}

.pulse2:hover:before,.pulse2:hover:after {
    display: none
}

.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.0);
    transition: ease-in-out 0.7;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    width: 50px;
    height: 50px;
    background: #97793f;
    border-radius: 50%;
    color: white;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30%;
}
.owl-carousel .owl-nav button.owl-prev{left: -8%;}
.owl-carousel .owl-nav button.owl-next{right: -8%;}
.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;} */
.region-btn.active{background-color: black;color: white;}
.project-card, .back, .front{min-height: 680px;}
#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;}
@media(max-width:960px){
    html,body{overflow-x: hidden;}
    #shrink, #grow{display: none;}
    .owl-dots{display:flex;justify-content: center; margin-top: 20px;}
    .project-card, .back, .front{min-height: 640px;}
    #logo-navbar{display: none !important;}
}
@media(max-width:500px){
    .owl-carousel.gallery-slider .owl-item img{transform: scale(1.0);}
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{width: 40px;height: 40px;font-size: 18px;top: 65%;}
    .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;}
    input::placeholder, textarea::placeholder, select{font-size: 14px;}
    .owl-carousel.awards-slider .owl-item img{width: 150px !important;margin: 0 auto;}
    .owl-carousel.cards-slider .owl-item img{width: 80px !important;}
}