:root {
    --sm: 640px;
    --md: 768px;
    --lg: 1024px;
    --xl: 1280px;
    --xxl: 1536px;
    --xxxl:1800px;
}

  @font-face {
    font-family: 'AvenirNextLTPro-Regular';
    src: url('../assets/font/AvenirNextLTPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'AvenirNextCyrMedium';
    src: url('../assets/font/AvenirNextCyrMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'CradleyOpen';
    src: url('../assets/font/CradleyOpen.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'CradleyTitle-Regular2';
    src: url('../assets/font/CradleyTitle-Regular2.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'SanJiLiLiangTiJian-Cu-2';
    src: url('../assets/font/SanJiLiLiangTiJian-Cu-2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  .font-RalewayThin{
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
  }

  .font-RalewayRegular{
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .font-RalewayBold{
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }

  .font-AvenirNextRegular{font-family: 'AvenirNextLTPro-Regular'}
  .font-AvenirNextMedium{font-family: 'AvenirNextCyrMedium';}
  .font-CradleyOpen{font-family: 'CradleyOpen';}
  .font-CradleyTitle{font-family: 'CradleyTitle-Regular2';}
  .font-Mandarin{font-family: 'SanJiLiLiangTiJian-Cu-2';}

html { scroll-behavior: smooth; }

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: white;
}

input, select{
    color: white;
    font-family: 'AvenirNextLTPro-Regular';
    font-weight: 400;
    border-top: none;
    border-left: none;
    border-right: none;
}

input:focus, select:focus,
input:focus-visible, select:focus-visible{
    box-shadow: none !important;
    border-color:white!important;
    outline: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}

input::placeholder, textarea::placeholder{
    color: white !important;
    font-family: 'AvenirNextLTPro-Regular';
    font-weight: 400;
}

/* 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: #16ACC9;
    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*/
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    width: 60px;
    height: 60px;
    color: white;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
}
.owl-carousel .owl-nav button.owl-prev{left: 5%;}
.owl-carousel .owl-nav button.owl-next{right: 5%;}
.owl-carousel button.owl-dot{
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #212F50;
    opacity: 0.7;
    margin: 0 5px;
}
.owl-carousel button.owl-dot.active{
    opacity: 1.0;
}
.owl-carousel .owl-dots{text-align: center;margin-top: 30px;}
.progress2 {
    margin-top: 50px;
    display: block;
    width: 70%;
    margin-left: 15%;
    float: left;
    height: 4px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #4b4b4b;
    background-image: linear-gradient(to right, #c3c3c3, #c3c3c3); 
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
  }
  .progress3 {
    display: block;
    width: 50%;
    margin-left: 32%;
    float: left;
    height: 4px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #4b4b4b;
    background-image: linear-gradient(to right, #c3c3c3, #c3c3c3); 
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
    margin-top: 50px;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }
  .sr-only3 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }
  .slick-slide {
    margin: 0 10px;
  }
  .nav-toggle {
    right: 25px;
    top: 25px;
    z-index: 999999;
    background: transparent;
}
.nav-toggle-active {
    right: 275px;
}
.nav-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    right: -260px;
    width: 260px;
    transition: 0.4s;
}
.nav-menu-active {
    right: 0;
}
.nav-menu-active {
    width: 40%;
}
#accordion-collapse button {
    background: #821F19;
    color: white;
    font-family: 'AvenirNextLTPro-Regular';
    border: none;
    font-size: 16px;
}
@media(max-width:960px){
    .container{max-width: 100%;}
    html,body{overflow-x: hidden;}
    .owl-carousel.gallery-slider button.owl-dot{background: white;}
    .owl-carousel.gallery-slider .owl-item img.w-full{width: 90%;margin: 0 auto;}
    .owl-carousel.floorplan-slider .owl-nav button.owl-next, .owl-carousel.floorplan-slider .owl-nav button.owl-prev{top: 30%;}
    .progress3 {
        width: 80%;
        margin-left: 10%;
    }
}
@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: 35px;height: 35px;font-size: 18px;}
    .owl-carousel button.owl-dot{width: 8px;height: 8px;margin: 0 3px;}
    .owl-carousel .owl-dots{text-align: center;margin-top: 0px;}
    .owl-carousel .owl-nav button.owl-prev{left: 5%;}
    .owl-carousel .owl-nav button.owl-next{right: 5%;}
    .sticky-icons p{font-size: 12px;}
    .sticky-icon{width: 35px;height: 35px;}
    .owl-carousel button.owl-dot{background-color: #2CACC7;}
    .owl-carousel.mobile-gallery .owl-nav button.owl-prev, .owl-carousel.mobile-gallery .owl-nav button.owl-next
    {top: unset;bottom: 0%;background-color: #2CACC7;}
    .owl-carousel.mobile-gallery.second .owl-nav button.owl-prev, .owl-carousel.mobile-gallery.second .owl-nav button.owl-next{bottom: 50%;}
}
/* Chatbot button */
.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-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-icons :hover{cursor: pointer;}
  .sticky-icon img{
    width: 70%;
    object-fit: contain;
  }
  .rotate-image {
    transform: rotate(-25deg);
}
  .sticky-icons p{
    color: #0a6b10;
    font-family: 'Roboto';
    font-size: 20px;
    margin-bottom: 0px;
    padding: 0;
    font-weight: bold;
    line-height: 1.2;
  }

  @-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);}
  }
  
  @media(max-width:500px){
    .sticky-icons p{font-size: 16px;}
    .sticky-icon{width: 35px;height: 35px;}
    .fp-img{width: 60% !important;margin-left: auto;margin-right: auto;}
    .nav-menu-active {
        width: 80%;
    }
  }