.active{
    display: flex !important;
}
div#carouselExampleIndicators.active {
    margin-top: 60px;
}

/*.navbar{*/
/*    box-shadow: 0 2px 16px -5px gray;*/
/*    z-index: 4;*/
/*    background: #00000090 !important;*/
/*    position: fixed;*/
/*    width:-webkit-fill-available;*/
/*}*/
/*.navbar .navbar-nav .nav-link{*/
/*    color: #fff !important;*/
    
/*}*/
.text-justify{
  text-align: justify;
}
.fs-7{
  font-size: 0.75rem!important;
}

.fs-1-15 {
  font-size: 1.15rem!important;
}
.fixed-nav {
    position: fixed !important;
    top: 0 !important;
    z-index: 4;
    width: -webkit-fill-available;
    background: #fff !important;
}
.fixed-nav .navbar-nav .nav-link{
    color: #000 !important;
    
}

.zindex-1{
  z-index: 1;
}
.zindex-2{
  z-index: 2;
}
.zindex-3{
  z-index: 3;
}
.zindex-4{
  z-index: 4;
}
.zindex-5{
  z-index: 5;
}

.black-gradent {
  background: linear-gradient(0deg, black, transparent);
  color: #fff;
}
.carousel-item img{
    min-height: 500px;
  /*height: 600px !important;*/
}

.navbar-collapse{
    background: #fff;
    z-index:3;
}

.bg-gray {
    background-color: #e8e8e8;
}
.tabbed-floor-plans .floor-details.collapsed .row i {
    padding: 0 !important;
    width: 20px;
}

@media screen and (max-width: 580px) {
    
    
      div#navbarCollapse {
        z-index: 5;
        padding: 10px;
        width: 100%;
        position: absolute;
        top: 75px;
        left: 0;
    }
   
    .navbar-brand.me-5 img{
        height: 55px;
    }
    .navbar-collapse {
        background: #fff;
        width: 100%;
        left: 0;
        position: fixed;
        top: 75px;
        padding: 20px;
        box-shadow: 0px 16px 10px -16px gray;
    }
  .carousel-item img{
    height: auto !important;
    min-height: 650px;
  }
  .about-column{
    flex-direction: column;
  }
}
.blur {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    filter: blur(1px);
}
.image-item {
    height: 300px;
    overflow: hidden;
    position: relative;
}
.image-item img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.popup-form{
  cursor: pointer;
}
.main-color{
    color: var(--theme-color);
}
.main-bg-color{
    background-color: var(--theme-color) !important;
    color: var(--btn-color) !important;
}
.btn.main-bg-color:hover{
  background-color: var(--theme-color-dark) !important;
}
/* .main-bg-color:hover{
    background-color: linear-gradient(179deg, var(--theme-color), var(--theme-color-dark)) !important;
    color: var(--btn-color) !important;
} */

.btn-custom{
    border-color: var(--theme-color);
    background-color: rgba(var(--theme-color), 0.9) !important;
    color: var(--theme-color);
}
.btn-custom:hover{
    background-color: var(--theme-color) !important;
    color: var(--btn-color) !important;
}


a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

ul li::marker {
  color: var(--theme-color);
  font-size: 22px;
}
/* ul {
    margin: 0;
    padding: 0;
    list-style: none;
} */

.bg-light{
    background-color: #d9d9d9 !important;
}
.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: var(--theme-color);
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: var(--theme-color) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 30px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}



aside {
    width: 30%;
    padding-left: 15px;
    margin-left: 15px;
    float: right;
    font-style: italic;
    background-color: lightgray;
  }
  
  .bg-black{
    background: #424242 !important;
  
  }
  .text-white{
      color:  white;
  }
  .text-black{
      color:  black;
  }
  .bg-primary-orange{
    background-color: #fec503;
  }
  .primary-orange{
    color: #fec503;
  }
  .org-btn{
    border: 1px solid #fec503;
    color: #fec503;
  }
  .org-btn:hover{
    background-color: #fec503;
    color: white;
  }
  
  .light-grey{
    color:#6c757d;
  }
  
  .bg-light-grey{
    background-color: #6c757d;
  }
  
  .social-buttons-circle-dark-grey{
    background:  #1a1d20;
  }
  
  /* img css */
  
  /* .testimonals-container img{
    width:300px;
    
  } */
  
  .hover-img{
    transition: 0.5s ease-out;
  }
  .gallery{
    width: 80% !important;
    height: auto !important;
    aspect-ratio: 4 /3;
  }
  
  @media screen and (max-width: 580px) {
      .gallery{
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 4 /3;
      }
      
      .tabbed-floor-plans .floor-links ul.links {
            display: flex;
            flex-wrap: wrap;
            padding-inline-start: 0;
        }
        .tabbed-floor-plans .floor-links li {
        margin: 2% !important;
        width: auto;
    }
  }
/* .hover-img:hover{
  box-shadow: 0 0 16px -5px gray;
  transform: scale(1.09);
} */


  /* hero */
  .center{
    text-align: center;
  }
  
  
  /*  Card hover */
  .move-up:hover{
    /* color: var(--theme-color) !important; */
    background-color: var(--btn-color) !important;
      transition: all .5s;
      transform : translateY(-10px);
  }
  .move-up:hover  .card-header{
    background-color: var(--theme-color) !important;
    color: var(--btn-color) !important;
  }
  
  .ng-mrg-t{
    margin-top: -50px;
  }
  
  @keyframes beat-fade {
    0% {
        transform: scale(1),rotate(270deg);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.2),rotate(270deg);
        opacity: 1;
    }
    100% {
        transform: scale(1),rotate(270deg);
        opacity: 0.2;
    }
}


.beat-fade-element {
    animation: beat-fade 1s ease-in-out infinite;
}


 @keyframes color-changer {
    0% {
      color: orange ;
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
      color: rgb(139, 12, 198) ;
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        color: red ;
        transform: scale(1);
        opacity: 0.2;
    }
}
.color-changer{
     animation: color-changer 1s ease-in-out infinite;
}





/*** 

====================================================================
    Tabbed Floor Plans Section
====================================================================

***/

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.sec-title {
    position: relative;
    margin: 0 auto 50px;
    text-align: center;
}
.hover-display {
    margin-left: 5px;
    /*display: flex;*/
    /*align-items: flex-end;*/
}
.tabbed-floor-plans {
    position: relative;
    padding: 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background: #f9f9f9;
}
.tabbed-floor-plans .floor-links {
    position: relative;
    margin-bottom: 35px;
    width: 100%;
    float: right;
    z-index: 1;
    text-align: center;
}
.tabbed-floor-plans .floor-links li {
    position: relative;
    display: inline-block;
    margin: 0px 20px;
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.tabbed-floor-plans .floor-links li a {
    position: relative;
    display: block;
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
}

.tabbed-floor-plans .floor-links li a.active {
    border-color: var(--theme-color) !important;
    color: var(--theme-color) !important;
    font-weight: 600;
}

.tabbed-floor-plans .floor-details {
    position: relative;
    display: none;
}

.tabbed-floor-plans .floor-details.collapsed {
    display: block;
}

.tabbed-floor-plans .floor-details h3 {
    font-size: 20px;
    color: #253d4a;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: capitalize;
}

.tabbed-floor-plans .floor-details .desc-text {
    margin-bottom: 20px;
}

.tabbed-floor-plans .floor-details .specs {
    margin-bottom: 20px;
}

.tabbed-floor-plans .property-info {
    position: relative;
    padding-top: 25px;
    border-top: 1px solid #f0f0f0;
}

.tabbed-floor-plans .inline-list {
    position: relative;
    margin-bottom: 10px !important;
}

.tabbed-floor-plans .inline-list li {
    position: relative;
    display: inline-block;
    margin-right: 15px !important;
    line-height: 24px !important;
    text-transform: capitalize;
    font-size: 13px;
    color: #253d4a;
}

.tabbed-floor-plans .inline-list li .icon {
    font-size: 14px;
    padding-right: 10px;
    display: inline-block;
    color: var(--theme-color) !important;
}

.tabbed-floor-plans .content-column {
    padding-top: 20px;
    padding-left: 25px;
}

.tabbed-floor-plans .content-column .text p {
    font-size: 15px;
    color: #8a8a8a;
}

.tabbed-floor-plans .content-column .list-title h2 {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #1c1c1c;
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}

.tabbed-floor-plans .image-column .image img {
    display: block;
    max-width: 100%;
}

.tabbed-floor-plans .styled-list {
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
}
.tabbed-floor-plans figure {
    margin: 0 0 1rem;
    display: flex;
    justify-content: flex-end;
}
.tabbed-floor-plans .floor-details.collapsed .row {
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
}
.tabbed-floor-plans .styled-list li {
    line-height: 24px;
    margin-bottom: 8px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    /*padding-left: 25px;*/
    color: #373737;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.tabbed-floor-plans .styled-list li span {
    font-weight: 400;
    color: #676767;
}

/*.tabbed-floor-plans .styled-list li:before {*/
/*    content: "\f10e";*/
/*    font-family: 'Flaticon';*/
/*    color: #373737;*/
/*    font-size: 15px;*/
/*    left: 0;*/
/*    line-height: 18px;*/
/*    position: absolute;*/
/*    top: 3px;*/
/*}*/

.tabbed-floor-plans .styled-list li:hover {
    color: var(--theme-color) !important ;
}














