.me {
  color: green;
}
.hero {
  font-family: cursive !important;
}
body {
  margin: 0;
  line-height: 1.8;
  padding: 0;
 
 
}
/* Highlights section css start */
.darkbox{
  background-color: #8a8942;
  padding: 5px;
}
.Highlights {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100vw;
  text-align: center;

  margin: auto;
  margin: 0;
  padding: 0;

  padding-top: 5px;
  padding-bottom: 10px;

}
.Highlights ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100vw;
  text-align: center;
  
  margin: 0;
  padding: 0;
  
  
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 5px;
}
.Highlights li {

  list-style: none;
  text-align: left;
  border: 2px solid #c5b776;
  font-size: 20px;
  color: #000;
  width: 35%;
  margin: auto;
  padding: 0;
  padding-left: 10px;
  text-transform: capitalize;
  border-radius: 10px;
  background-color: #cadaee48;

}
.Highlights li p {
  color: rgb(0, 0, 0);
  margin: 0;
  padding: 0;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.Highlights li p i {
  font-size: 14px;
  margin-right: 10px;
  color: #c79c23;
  line-height: 1;


}

/*  Highlights Media Query for Mobile Devices */
@media (max-width: 480px) {
  .Highlights li {
    width: 98%;
    padding-right: 5px;
    margin-right: 5px;
  }
  .Highlights li p {
    font-size:18px;
  }
  .Highlights li p i {
    font-size: 15px;
    
  }
}

/* Highlights section css end */

/* Project Overview section css start */
.Project_Overview{
 border-radius: 8px;

 background-size: cover;


}
.project_mainbox {

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  

}
.project_hr{
  text-align: center;
  height: 3px;
  width: 20%;
  background-color: #8a912b;
  margin-top: 0;
  padding-top: 0;
}
.project_rightbox {
  flex: 1;
  padding-right: 5px;
}
.project_leftbox {
  flex: 1;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-direction: column;
  text-align: left;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.project_rightbox img {
  width: 50vw;
  height: 100%;
  border-radius: 10px;
}
.projectbtn{
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 22px;
  padding-right: 22px;
  border-radius: 25px;
  margin: 5px;
  font-size: 15px;
  margin-right: 10px;
  margin-top: 10px;
}
@media (max-width: 480px) {


  .project_mainbox {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .project_rightbox img{
   width: 90vw;
   border-radius: 10px;
   margin-top: 5px;
   padding-bottom: 7px;
  }
  .project_leftbox {
    line-height: 1.5;

  }
  .Project_Overview_Body_text{
    font-size: 15px !important;
  }
}
/* pricing_1 css start */
.Pricing_1 li {
  list-style: none;
}
.Pricing_1 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  gap: 30px;
}

.Pricing_1 li p {
  font-size: 20px;
  color: #000;
  margin: 0;
}
.pricing_1_mainbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: white;
}
.pricing_1_item {
  padding: 10px;
  border-radius: 10px;
  box-shadow: -1px -1px 6px rgb(192, 187, 176);
  padding-left: 19px;
  padding-right: 19px;
  padding-bottom: 20px;
}
.pricing_1_item:hover {
  scale: 1.05;
  transition: 0.5s;
  box-shadow: -1px -2px 8px rgb(214, 194, 149);
}

.pricing_1_rightbox {
  flex: 1;

}
.pricing_1_item img {
  width: 16vw;
  height: 13vw;
  margin: 10px;
}
.pricing_1_item{
  line-height: 1.2;
}
.Check_Price {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 22px;
  padding-right: 22px;
  border-radius: 25px;
  margin-top: 0;
  font-size: 15px;
}

.pricing_1_item hr {
  background-color: #000;
  height: 0.1px;
  width: 100%;
  margin: auto;
  padding-left: 5px;
  margin-bottom: 2px;
}

.snake-button {
  padding: 15px;
  position: relative;
  border: none;
}
.rtbor {
  position: absolute;
  border: red;
  height: 2px;
  width: 10px;
  background-color: red;
  top: 0px;
  right: 0px;
}

@keyframes snake-border {
  0% {
  }
  25% {
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
  }
  50% {
    top: 100%;
    left: 100%;
    width: 0;
    height: 0;
  }
  75% {
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
  }
  100% {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 480px) {
  .pricing_1_item {
    width: 75vw;

    margin: auto;
  padding-left: 0px;

  padding-right: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

 
   
  }
  .pricing_1_item img {
    width: 50vw;
    height: 45vw;
   

}
.Pricing_1 ul{
  padding-left: 0px;
}
.Pricing_1 li p{
  font-size: 18px;
  margin-top: 10px;
}
.Check_Price{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 25px;
  margin-top: 0;
  font-size: 18px;
}
.pricing_1_item hr {

  width: 90%;

  
}

.pricing_1_rightbox{
  backdrop-filter: blur(10px);
  
}

}
.price_hr{
 text-align: center;
 height: 3px;
 width: 10%;
 background-color: #e4b44c;
 margin-top: 0;
 padding-top: 0;
}
/* Gallery Style */
.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery-item {
  width: 100px;
  height: 100px;
 
}
.gallery-item {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* Carousel Style */
.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  display: none;
}
.carousel-item img {
  max-height: 7500px;
  min-width: 100%;
  min-height: 100%;
}
.carousel-item .active {
  display: block;
}
.carousel-item .inactive {
  display: none;
}

/* amenity section */
.amity_hr{
  text-align: center;
  height: 3px;
  width: 20%;
  background-color: #8a912b;
  margin-top: 0;
  padding-top: 0;
}
.amenity-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 35vw;
  max-height: 30vw;
  overflow: scroll;
  flex-direction: column;
  

}
.amenity-list::-webkit-scrollbar {
  width: 0; /* Hides the scrollbar */
  height: 0; /* Hides the scrollbar */
}
.amenity-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  margin: auto;
  padding: auto;
  min-width: 9vw;

}
.amenity_icon {
  height: 5vw;
  width: 5vw;
  border-radius: 50%;
  background-color: rgb(202, 178, 68);
  display: flex;
  align-items: center;
  justify-content: center;
}
.amenity-item i {
  color: #ffffff;
  font-size:2vw;
  font-weight: 700;
}
.amenity-item p {
  color: #000000;
  margin-right: 5px;
  font-size: 1.8vw;
  text-align: center;
}
.amenities,.Interior,.Mix_Gallery,.Highlights,.Pricing_1{

  background-image: url("uploads/images/whitebg3.jpg"); 
  background-size:50%; 
  background-repeat: round !important;


}
.amenities_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amenities_left {
  flex: 1;
}
.amenities_right {
  flex: 1.5;
}
.amenities_right img {
  height: 32vw;
  width: 90%;
  border-radius: 5px;
}
.scrollbtnbox{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;

  margin-left: 15px;


}
.scroll-btn{
  height: 38px;
  width: 38px;
  border-radius: 50%;
  border: none;
  background-color: rgb(202, 178, 68);
  display: flex;
  align-items: center;
  justify-content: center;

}
.scroll-btn:hover{

  background-color: #b9b725;

}
.scroll-btn i{
  font-size: 18px;
  text-align: center;
  color: white;
}
.carousel-prev,
.carousel-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);

    color: rgb(0, 0, 0);
    border: none;
   
    cursor: pointer;
    height: 100px;
    width:100px;
    border-radius: 50%;
    border: none;
    background-color: transparent;
}
.carousel-next,.carousel-prev i{
  font-size: 18px;
  text-align: center;
  color: white;
}
.carousel-prev {
    left:  10px;
}

.carousel-next {
    right: 10px;
}
@media (max-width: 
600px) {
  .amenities_box {
display: block;
  }
  .amenities_right {
    flex: 1.5;
  }
  .amenities_right img {
    

    border-radius: 20px;
    width: 100%;
 
    
    object-fit: cover;
    
    display: block;
   
    /* height:20vh !important; */
  
  }
  .carousel {
  height: 250px !important;
  padding-bottom: 20px;
}
  .amenity-list {
 
    max-width: 100vw;
    max-height: 30vh;
    padding-left: 20px;

    
  
  }
  .amenity-item i {
   
    font-size:6vw;

  }
  .amenity_icon {
    height: 13vw;
    width: 13vw;
  
  }
  .amenity-item p {

    font-size: 3.2vw;
  
  }
}
.amenities_heading,.amenities_subheading,.Interior_heading,.Interior_subheading,.Exterior_heading,.Exterior_subheading,.floor_plan{
    background-color: transparent !important;
}
/* location section */

.location_subheading{
  background-color: transparent !important;
}
.location_heading{
  background-color: transparent !important;

}
.location_box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;

}
.location_left {
  flex: 1;
  background-color: transparent !important;

}
.location_right {
  flex: 1;
  background-color: transparent !important;

}
.location_right img {
  height: 100%;
  width: 100%;
  border: gold 1px solid;
  margin: 0px;
  padding: 0px;
  width: 100%;
  border-radius: 10px;
}
.location_list li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  background-color: rgb(202, 178, 68);
  width: 98%;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
  border-radius: 35px;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;

}
.location_list ul {
  display: flex;
  text-align: left;
  flex-direction:column;
  align-items: flex-start;
 
 
  overflow: scroll;
  max-height:250px ;
  height:250px  ;
  flex-wrap: wrap;
  margin-right: 20px;
  padding: 0;
  

}


.location_list li i {
  font-size: 20px;
  margin-right: 5px;
  margin-left: 5px;
  color: #8a8942;
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location_list li p {
  font-size: 18px;
  color: white;
 margin: 14px;
}
@media (max-width: 480px) {
  .location_box {
    flex-direction: column;
  }
  .location_list li p {
    font-size: 15px;
   
  }
  .location_list ul {
   
    padding-right: 0px;
 
  }

}

.btnbox{
  display: flex;
  align-items: center;
  justify-content: center;
}
/* interior section */
.interior_img{
    max-height: 650px;
}
@media (max-width: 480px) {
  .interior_img{
    width: 100vw;
  }
}
.zoom-box {

  animation: zoomInOut 2s ease-in-out infinite; /* Infinite zoom animation */

}
.shake-box {

  animation: shake 0.5s ease-in-out infinite; /* Add shake animation */
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes zoomInOut {
  0% {
    transform: scale(1); /* Normal size */
  }
  50% {
    transform: scale(1.05); /* Zoomed in */
  }
  100% {
    transform: scale(1); /* Zoom back out */
  }
}

/* devloper section */
.devloper_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.devloper_left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  flex-direction: column;
}
.devloper_left img{

  width: 350px;

  margin-right: 10px;

}
.devloper_right {


  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}
.navbar-toggler{
  border: none !important;
}
.navbar-brand img{
  height: 50px !important;
  max-width:180px;
  
}

table {
  width: 100%;
 
  margin-bottom: 50px;
  max-width: 1000px;
  margin: auto;
  border-collapse: collapse;
  border-radius: 15px;
  border: 1px solid rgb(173, 173, 173);
}
tr:nth-child(odd) {
  background-color: #ffffff; /* White for even rows */
}

tr:nth-child(even) {
  background-color: #f2f2f2; /* Light gray for odd rows */
}

th,
td {

  
  
  text-align: center;
  border: 1px solid rgb(226, 222, 222);
  padding: 10px;

}

/* th {
  background-color: black;
  color: rgb(255, 255, 255);
  border-collapse: collapse;


} */

.enquire-button {
  background-color: #c79c23;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  
  font-size: medium;
  padding: 5px;
  width:55%;
}

button {
  padding: 6px 12px;
  margin: 3px;
  cursor: pointer;
}

@media (max-width: 480px) {
  .devloper_box {
    flex-direction: column;
  }
  .devloper_left img{
    width: 60vw;
    height: auto;
  }
  .buildingimg{
    width: 100vw;
    
  }
  .hideinmob{
    display: none;
  }
  tr{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 0px;
    padding: 5px;
  }
  td{
    width: 100%;
  margin: 0;
  padding: 0;  border: none;
  font-weight: 700;
  padding-bottom: 5px;
}
  
  
.enquire-button{
  width: 40%;
}
table{
  padding-bottom: 35px;
}
}
.delete-btn {
  color: red;
}
.table_pricing {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 30px;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}


.gallerybtn{
  border: none;
  outline: none;
  background-color: transparent;
  

 

}
.gallerybtn hr{
        height: 2px;
        max-width: 5px;
       
        background-color: rgb(0, 0, 0);
}
.devhr hr{
  height: 70%;
  width: 1px;
  background-color: black;
}
h2{
  padding: 0;
  margin: 0;
}

.coverimg{
  /* display: flex;
  align-items: center;
  justify-content: center; */
  position: relative;

}
.overlaptxt{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  position: absolute;
  bottom: 10px;
  margin: auto;
  left: 5%;
  font-size: 12px;
  border-radius: 10px;

}



/* .main__bg {
background-image: linear-gradient(-60deg, #77e9df 50%, #7bcdd8 50%);
animation: slide 3s ease-in-out infinite alternate;
position:fixed;
top: 0;
bottom: 0;
left: -50%;
right: -50%;
opacity: 0.5;
z-index: -1;
}

.layer1 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
  }
  
  .layer2 {
    animation-duration: 5s;
    }
    
    @keyframes slide {
      0% {
        transform: translateX(-25%);
        }
        100% {
          transform: translateX(25%);
          }
          }
          .cover_subheading_3{
            background-color: transparent !important;
            border: 3px dashed white;
            padding: 15px;
            
            }
            .cover_subheading_1,.cover_heading,.cover_subheading_4,.cover_subheading_5{
              background-color: transparent !important;
              color: rgb(255, 255, 255) !important;
              
}
.cover{
  position: relative;
} */


.cover_subheading_1{
  font-family: cursive;
}


.cover_subheading_3{

  border: 3px dashed white;
  padding: 15px;
  margin: 10px ;
  
  
}
.cover_subheading_3{
  line-height: 1.3 !important;
  background-color: transparent !important;
}

@keyframes animateBackground {
  0% {
    background-position: 0% 50%;
  }
  
  50% {
    background-position: 100% 50%;
  }
  
  100% {
    background-position: 0% 50%;
  }
}
@media (max-width: 480px) {
  .cover_subheading_1,.cover_subheading_4,.cover_subheading_3,.cover_subheading_2{
    font-size: 18px !important;
    margin-top: 0px;


  }
  .cover_subheading_1{
    font-size: 22px;
  }
  .overlaptxt{

    font-size: 16px !important;
    
  
  
  }
  body{
    margin: 0px;
    padding: 0px;

    
    overflow-x: hidden;


  }
 html{
  margin: 0;
  padding: 0;
  overflow-x: hidden;
 }
}
.cover_subheading_4,.cover_subheading_5{
  font-weight: 700;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Target ONLY buttons */
.animated-btn {

  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: none;
  border-radius: 10px;

  background-size: 400%;
  animation: animateBackground 1s linear infinite;
  cursor: pointer;
  transition: transform 0.2s ease;
  margin: auto;
}

/* Add a scaling effect on hover for interactive feel */
.animated-btn:hover {
  transform: scale(1.1);
}

/* Add extra effects for variation */
.animated-btn.another {
  filter: blur(2px);
  opacity: 0.8;
  transform: scale(0.95);
}

/* Keyframe Animation */
@keyframes animateBackground {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
.text-animate {

  animation: growShrink 2s ease-in-out infinite;
}

/* Animation Keyframes */
@keyframes growShrink {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}
.desktopcover{
  display: none;
align-items: center;
justify-content: center;
margin-top: 60px;


}
.desktopcover_left{
flex: 1.5;
}
.desktopcover_left img{
  height: 100vh;
  }
.desktopcover_right{
  flex: 1;
}
@media (min-width: 1000px) {
 .cover{
  display: none;
 }
 .desktopcover{
  display: flex;
 }
 .overlaptxt{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  position:static;
  bottom: 10px;
  
  font-size: 15px !important ;
  border-radius: 10px;

  margin: auto !important;
  margin-bottom: 15px !important;
 
}
.navbar{
  position: fixed !important;
  top:0px !important;
}
.collapse{
  justify-content: right !important;
}
}
.navbar-nav{
    align-items:center!important;
    justify-content: flex-end !important;
}
/* Styling the Footer */
footer {
  background-color: #dddddd;
  color: #000000;
  padding: 20px 0;
  font-size: 14px;
}

/* Footer Container */
.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 10px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Footer Sections */
.footer-section {
  flex: 1 1 250px;
  margin: 10px;
  line-height: 1.8;
}

.footer-section h3 {
  margin-bottom: 10px;
  color: #f39c12;
}

.footer-section a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section a:hover {
  color: #f39c12;
}

/* Footer Bottom */
.footer-bottom {
  text-align: center;
  margin: 20px 0 10px;
  font-size: 12px;
  color: #aaa;
  border-top: 1px solid #e0e0e0;
  padding: 10px 0;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-section {
    text-align: center;
    margin: 10px 0;
  }
}
.stickybtn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  gap: 3px;

  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: white;
  padding-bottom:1px;
  padding-top: 2px;
}
.call,.whatsapp,.enquiry{
  color: white;
  margin: auto;
  width: 33%;
  padding: 5px;
  background-color: #8a912b;
  border-radius: 2px;
  box-shadow: -1px -1px 1px rgb(175, 175, 175);
  font-weight: 600;
  padding-bottom: 5px;
  box-shadow: -2px -2px 8px;
  cursor: pointer;
  
}
.call a{
  color: white !important;

}
.whatsapp a{
  color: white !important;

}
@media (max-width: 480px) {
  body::-webkit-scrollbar {
    display: none !important;
  }
 
 .stickybtn{
  padding-bottom: 3px;
 }
}
.lazy-section {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lazy-section.visible {
  opacity: 1;
}
.form{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:  column;
  padding-top: 100px;
  
  position: relative;
}
form{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  flex-direction:  column;

  padding: 25px;
  background-image: url("uploads/images/whitebg3.jpg");
  background-size: 50%;
  background-repeat: round;
 border-radius: 5px;
 box-shadow: -2px 2px 8px black;

}
input{
  width: 90%;
  border-left: 0px;

  padding-left: 0px;
  margin-left: 0px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
 

}
label{
 
  padding: 2px;
  border: none;
 
}
.inputbox{
  
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  width: 100%;
  margin-bottom: 5px;
  border-radius: 5px;
  background-color: white;
  padding-left: 20px;
}
.inputbox i{
  font-size: 20px;
}
.formimg{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: -5px;
  
  
}
input:focus {
  outline: none; /* Removes the default focus border */
}
select:focus {
  outline: none; /* Removes the default focus border */
}
.formimg img{
  width: 70%;
  margin-top: -5px;
  box-shadow: -2px 2px 8px black;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
 
}
.formbhtop{
position: absolute;

height: 200px ;
width: 100%;
top: 0px;
z-index: -1;
}
/* General reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Style the button */



/* Hide scrollbar for Webkit-based browsers */
body::-webkit-scrollbar {
  display: none;
}

/* Modal Styles */
.popform{
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.form-container {

  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);

  max-width: 90%;
  display: flex;
  align-items: center;
}

.form-container form{
  width: 100%;
  gap: 10px;
  position: relative;
  display: flex;
  align-items: center;
}
  
.close-btn {
  position: absolute;
  top: -5px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
  color: #000000;
  font-size: 40px;
}

@media only screen and (max-width: 600px) {
  form{
   
    width: 95%;
  }
  .formimg img{
    width: 95%;

   
  }
  .form-container {

  
  width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 550px) {
  .popform  img{
      max-width: 180px;
      
  }
}
@media only screen and (max-width: 600px) {
  .popform  img{
    max-height: 110px;
    
}
}

.stickybtn i{
  font-size: large;
}
.whatsapp i{
  font-size: 22px;
}
.ring-btn {


  
  transition: transform 0.2s ease-in-out;
  animation: ring 1.5s ease-in-out infinite; /* Infinite ringing effect */
}

/* Keyframe animation for the phone ringing effect */
@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
.hide{
  display: none;
}

.Project_Overview_Headline,.Project_Overview_Body_text,.rera_details{
  background-color: transparent !important;
}
.scroll-container::-webkit-scrollbar {
  width: 0; /* Hides the scrollbar */
  height: 0; /* Hides the scrollbar */
}
.navbar{
  position: fixed !important;
  top:0px !important;
  display: flex;
  width: 100%;
 z-index: 111;
}
.cover{
  margin-top: 60px;
}
/* Popup overlay styles */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Ensure it's above other elements */
}
#country-code ,#country-code1{
  height: 100%;
  width:50px !important;
  border: none;
}