*{
    margin:0px;
    padding: 0px;    
    font-family: arial;
}

a{
    text-decoration: none !important;
}
section{
    overflow: hidden;
}
.pt-50{
    padding-top: 100px;
}
.pt-100{
    padding-top: 100px;
}
.pt-200{
    padding-top: 200px;
}
.pt-300{
    padding-top: 300px;
}
.mt-100{
    margin-top: 100px;
}
.mt-200{
    margin-top: 200px;
}
.mt-300{
    margin-top: 300px;
}
.py-100{
    padding: 100px 0px 100px 0px;
}

.landing-page{
    height: 100vh;
    width: 100%;
    background-image: url('/media/home-bg.png');
    background-size: cover;       /* Cover the entire element */
    background-repeat: no-repeat; /* Prevent tiling */
    background-position: center;  /* Center the image */
    word-spacing: 1px;
    letter-spacing: 1px;
    overflow: hidden;
}

.overlay-black{
    width: 100vw;
    height: 100vh;
    background-color: #0000006d;
}
.text-gray-800{
    color:rgb(197, 189, 189);
}
.text-gray-600{
    color:rgb(84, 79, 79);
}
.journey-page{
    width: 100vw;
    overflow: hidden;
}

.journey-text{
    color: rgb(144, 79, 32);
    font-size: 65px;
}
.journey-question-text{
    color:rgb(159, 137, 109);
    font-size: 35px;
    line-height: 50px;
    font-weight: bold;    
}
.font-cursive{
    font-family: cursive;
}
.quotation-icon-start{    
    width: 80px;
    margin-left: 100px;
}
.quotation-icon-end{    
    width: 80px;
    float: right;    
    margin-right: 100px;
    rotate: 180deg;
}
.card-background{
    box-shadow:-35px -35px 1px rgb(230, 228, 228);
}
.line-height-30{
    line-height: 35px !important;
}
.bg-dark-chocolate{
    background-color: rgb(91, 130, 91);
}
.vision-heading{
    font-size: 50px;
    color:white;
    text-align: center;
}


 .navbar {
    /* background-color: #fdf1d3; */
    background-color: #6E8460;
    padding:5px 20px 5px 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.nav-menu {
    /* color: rgb(131, 112, 88); */
    color: #fdf1d3;
    text-decoration: none;
    font-size: 12px;
}

.nav-menu:hover {
    color: #000;
}

.menu-active {
    font-weight: bold;
    text-decoration: underline;
}
.text-dark-theme{
    color:rgb(159, 137, 109);
}
.text-theme{
    color:#fdf1d3
}
.bg-theme{
    background-color:rgb(159, 137, 109);
}
.menu-active{
    /* border-bottom: 4px solid rgb(159, 137, 109);; */
    border-bottom: 4px solid #fdf1d3; 

}
.amenities-section-text{
    color: #637458;
    font-size: 50px;
}
.ameneties-landing-page{
    min-height: 100vh;
    width: 100%;
    background-image: url('/media/Ameneties.png');
    background-size: cover;       /* Cover the entire element */
    background-repeat: no-repeat; /* Prevent tiling */
    background-position: center;  /* Center the image */
    word-spacing: 1px;
    letter-spacing: 1px;
    overflow: hidden;
}
.about-us-landing-page{      
    width: 100%;
    word-spacing: 1px;
    letter-spacing: 1px;
    overflow: hidden;
}

.communities-landing-page{
    min-height: 100vh;
    width: 100%;
    background-image: url('/media/Community.png');
    background-size: cover;       /* Cover the entire element */
    background-repeat: no-repeat; /* Prevent tiling */
    background-position: center;  /* Center the image */
    word-spacing: 1px;
    letter-spacing: 1px;
    overflow: hidden;
}
.fw-light{    
    font-weight:lighter !important;
}
.footer-section{
    background-color: #6E8460;
    padding: 50px;
    margin-top: 100px;
}
.contact-landing-page{    
    width: 100%;
    word-spacing: 1px;
    letter-spacing: 1px;
    overflow: hidden;
}
.contact-text{
    color:#637458;
    margin-top: 200px;
    font-size: 50px;
}
.enquiry-form-section{
    background-color: white;
    box-shadow: 4px 4px 18px rgb(200, 193, 193);
    width: 75%;
    margin: 100px auto 0px auto;
    padding: 25px;
    border-radius: 10px;
}

.enquiry-input{
    border: 0px;
    border-bottom: 1px solid darkgray;
    width: 100%;
}
.enquiry-input:focus{
    outline: none;
  box-shadow: none; /
}
.enquiry-submit-btn{
    background-color: #637458;
    color:white;
    padding: 10px 90px;
    margin-top: 40px;
}
.nav-menu{
    margin: 0px 10px;
}
.logo-mobile{
        display: block !important;
        border-radius: 5px;
        overflow: hidden;
    }
    .logo-windows{
        display: none !important;
        border-radius: 5px;
        overflow: hidden;
    }
@font-face {
  font-family: 'HiguenSerif';
  src: url('font/HiguenSerif.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
.adavya-font{
    font-family: 'HiguenSerif', serif !important;
    font-weight: 500;
}

.comfort-meets-heading{
    font-family: 'HiguenSerif', serif !important;
    font-size: 50px;
    margin-top: 40px;
}
.comfort-meets-description{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-family: sans-serif;
    line-height: 40px;
    margin-top: 25px;
}
.nivasasn-light-bg{
    background-color: #fdf1d3;

    padding: 100px auto;
}
.hospitality-description{
    font-size: 20px;
    font-family: sans-serif;
    line-height: 40px;
    margin-top: 25px;
}
.dark-theme-text{
    color:#6F855F;
}
.light-theme-text{
    color:#E6A850;
}
.orange-theme-text{
    color:orange;
}

.sandal-theme-text{
    color:#F4D5A7;
}
.card-text-bg{
    background-color: rgb(123, 168, 123);
    color:white;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.gallery img {
  width: 400px;
  height: 200px;
  cursor: pointer;
  border-radius: 5px;
  transition: transform 0.2s;
}

.gallery img:hover {
  transform: scale(1.01);
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
}

.lightbox-image {
  display: block;
  max-width: 80%;
  max-height: 80%;
  margin: auto;
}

.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.3s;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.prev:hover, .next:hover, .close:hover {
  color: #ff0;
}

/*LESSER THAN MD*/
@media (max-width: 768px) {
    .quotation-icon-start{        
        margin-left: 10px;
    }
    .quotation-icon-end{
        margin-right: 10px;
    }
    .our-vision-text{
        font-size: 70px;        
    }
    .amenities-section-text{
        font-size: 28px;
    }
    .logo-mobile{
        display: none !important;
    }
    .logo-windows{
        display: block !important;
    }
    .journey-text{
        font-size: 35px;
    }
    .enquiry-submit-btn{
        width: 100%;
    }
    .community-heading{
        margin-top: 200px;
    }
    .community-landing-text{
        font-size: medium !important;
    }
}

/*GREATER THAN MD*/
@media (min-width: 768px) {
  .w-md-50{
    width: 50vw !important;
  }
  .w-md-75{
    width: 75% !important;
  }
  .w-md-100{
    width: 100vw !important;
  }
}