@media (min-width: 1499px){
    nav .navbar-nav .nav-item {
    margin-left: 40px;
}
}

@media (max-width: 1199px){
    nav .navbar-nav .nav-item {
    margin-left: 15px;
}
nav .navbar-nav .nav-item .nav-link {
   
    font-size: 9px;
}
.display-4{
    font-size: 2.5rem;
}
.amenity-item {
    width: 31.75%;
    
}
.amenity-details {  
    
    max-width: 82%;
}
.amenity-details2 {
    max-width: 45%;
}
p br{
    display: none;
}
.amenities-tabs .nav-tabs .nav-link{
    padding: 1rem 2rem;
}
.amenity-item {
        width: 31.2%;
    }
    .amenity-item {
   
    height: 400px;
}
.amenity-item:nth-child(3n+2) {
    height: 300px;
}
.footer-links-section {
    padding: 30px;
}
.footer-contact-section{
    padding: 30px;
}
.location-card .location-icon svg{
    max-width: 140px;
}

}

@media (max-width: 991px){
    .navbar-nav{
border-top: 1px solid #ffffff6e;
    padding-top: 20px;
    margin-top: 12px;
    align-items: flex-start;
}
    nav .navbar-nav .nav-item {
        margin-left: 0;
        padding: 20px 0px;
    }
    .navbar-toggler{
        border: 0;
    padding-right:0;
    }
    .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
}
/* Default (when menu is closed) */
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
    background-image: url("../images/menu.svg");
}

/* When menu is open */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("../images/close.svg");
}
.amlogo h2 {
    font-size: 54px;
    
    line-height: 54px;
}
    .amenity-details2 {
        max-width: 70%;
    }
    
    
    .amenity-details .amlogo {
    width: 295px;
    }
    .amenity-details2 .amlogo {
    width: 193px;
    }
    .amenity-details3 .amlogo {
    width: 181px;
}
	.floorplantop{
		padding-bottom: 50px;
	}
}


@media (max-width: 767px){
	.banner{
		height: 70vh;
	}
    .navbar-brand .lifeispure img {
    width: 100px;
}
.navbar-brand img {
    width: 84px;
}
.gangalogo {
    padding-right: 12px;
    margin-right: 12px;
}
.bannerlogo {
    width: 245px;
}
.pad80 {
    padding: 45px 0;
}
    .amenity-details {
       top: 20%;
        flex-direction: column;
        max-width: 75%;
    }
    .amenity-details .amlogo {
    width: 217px;
    }
.amenity-details2 .amlogo{
           width: 144px;
}
    .amenity-details3 .amlogo {
        width: 135px;
    }
.amenity-details .amcontent {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-top: 20px;
        margin-top: 24px;
}
.amenity-details .amcontent::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 65%;
    height: 1.5px;
    background-color: #ffffffad;
}
    .display-4 {
        font-size: 2rem;
    }
    .gangaarti video{
        height: 380px;
    }
    .location-card-inner {
    padding: 1.3rem;
    }
    h2 br{
        display: none;
    }
        .amenities-tabs .nav-tabs .nav-link {
        padding: 12px;
            font-size: 16px;
    line-height: 16px;
    }
    .amenities-section {
    padding-top: 25px;
}
    .amenity-item {
        width: 100%;
        height: 350px !important;
        padding-bottom: 12px;
    }
    .amenity-item:nth-child(3n+2){
        margin: 0;
    }
    .amenity-item .overlay-text {
    
    padding: 1rem;
  
    font-size: 1rem;
    }
    .loadbtn {
   
    position: static;
    }
    .load-more-btn {
    width: 80px;
    height: 80px;
    }
    .amenities-gallery {
  
    margin-top: 2rem;
    }
    .fmbtn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.container{
padding: 0 20px;
}
.legal-text:nth-child(1) {
    margin-bottom: 8px;
}
.footer-contact-section {
        padding: 30px 0px;
    }
        .footer-links-section {
        padding: 30px 0px;
    }
    .preseting-kashi .presentinglogo {
    width: 100%;
    
}
.preseting-kashi{
    width: 80%;
}
.amlogo h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .amenity-details .amlogo::after {
   
    top: -34px;
    left: -34px;
    width: 50px;
    height: 50px;
    }
    
    .panel::after {
   
    background: #0000008a;
    
}
 .locationslider .slick-slide {
      margin: 0 8px;
  }

  /* the parent */
 .locationslider  .slick-list {
      margin: 0 -8px;
 }
     

.location-card .time-number {
    font-size: 40px;
    line-height: 30px;
}
.location-card .time-unit{
    font-size: 13px;
}

.logo-wrapper {
    margin-top: 1rem;
}

.aboutlogo {
    width: 55px;
}

.amenities-tabs .nav-tabs {
  border-bottom: 0;
  justify-content: flex-start; /* important: not center for scroll */
  flex-wrap: nowrap;           /* keep them in one row */
  overflow-x: auto;            /* enable horizontal scroll */
  white-space: nowrap;
  width: 100%;
  display: flex;
  -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
}

.amenities-tabs .nav-item {
  flex-shrink: 0; /* prevent shrinking so they overflow */
  margin-bottom: 2px;
}

/* Optional: hide scrollbar on Webkit browsers */
.amenities-tabs .nav-tabs::-webkit-scrollbar {
  display: none;
}
nav .navbar-nav .nav-item .nav-link {
        font-size: 16px;
    }
}