body {
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.navbar-nav .nav-link {
  text-transform: uppercase;
  color: black;
}

.about-text {
  padding-top: 52px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}

.para-text {
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
  text-indent: 30px;
}

.para-about {
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #fbfbfb;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
  text-indent: 30px;
}

/* Container for images */
.image-container {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
  justify-content: center;
}

.image-container .img-wrapper {
  padding-top: 3px;
  position: relative;
  width: 260px;
  height: 150px;
  overflow: hidden;
  border-radius: 8px;
}

/* Image styling */
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Hover animation */
.img-wrapper:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}

.btn-custom {
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.btn-custom:hover {
  transform: scale(1.1);
  background-color: #f39c12;
  /* Color change on hover */
}

/* Optional: Add some spacing between the buttons */
.btn-group {
  display: flex;
  gap: 215px;
}

.overlay-button {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1px 6px;
  background-color: rgba(18, 14, 247, 0.5);
  color: white;
  border: none;
  font-size: 12px;
  cursor: pointer;
  border-radius: 2px;
}

.overlay-button:hover {
  background-color: rgba(237, 9, 9, 0.7);
  /* Darker background on hover */
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  background-color: none;
  visibility: hidden;
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
  margin-top: 10px;
}

#caption {
  text-align: center;
  color: white;
  padding: 10px;
  font-size: 20px;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

div#imageModal {
  padding-top: 20px;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .image-container .img-wrapper {
    display: none;
  }
}

@media (max-width: 768px) {
  .btn-group .btn {
    display: none;
  }
}

@media (max-width: 768px) {
  .image-container .img-wrapper {
    width: 68px;
    height: 80px;
  }
}

.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}

.product-card img {
  width: 100%;
  height: auto;
  display: block;
}

.product-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px;
  text-align: center;
}

.product-card:hover .product-info {
  opacity: 1;
}

.product-card:hover {
  transform: scale(1.05);
}

.catalogue-list {
  list-style-type: none;
  padding: 0;
}

.catalogue-list li {
  margin: 5px 0;
}

#shadow {
  border: 1px solid;
  padding: 10px;
  box-shadow: 5px 10px rgb(132, 162, 253);
}


/* ads index */
.overlay-image {
  position: absolute;
  top: 1236px;
  left: 0;
  width: 62%;
  height: 20%;
  /* opacity: 0.5;  */
}

.ad-text-left {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 20px;
  padding: 0px;
  margin-left: 120px;
  margin-top: 2px;
}
.ad-text-right {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 20px;
  padding: 0px;
  margin-left: 120px;
  margin-top: 2px;
}

.right-box {
  margin-left: 576px;

}

.phone-color {
  color: #fff;
}


@media (max-width: 768px) {
  .ads-res {
    width: 80%;
  }

  .overlay-image {
    position: absolute;
    top: 1064px;
    left: 0;
    width: 100%; 
    height: 20%;
    /* opacity: 0.5;  */
  }

  .right-box {
    margin-top: 145px;
    margin-left: -126px;
    width: 526px;
    height: 100px;
  }

  .left-box {
   margin-top: 21px;
   margin-left: 0px;
   width: 400px;
   height: 125px;
  }

  .ad-text-left {
    position: relative;
    z-index: 1;
    color: white;
    font-size: 14px;
    padding: 0px;
    margin-left: 44px;
    margin-top: 35px;
    width: 100%;
  }
  .ad-text-right {
   position: relative;
   z-index: 1;
   color: white;
   font-size: 14px;
   padding: 8px;
   margin-left: 44px;
   margin-top: 4px;
   width: 100%;
  }

  .phone-color {
    color: #fff;
  }
}

/*ads-about*/
.overlay-image-a {
  position: absolute;
  top: 1090px;
  left: 0;
  width: 100%;
  height: 20%;
  /* opacity: 0.5;  */
}
.right-box-a {
  margin-left: 0px;

}
@media (max-width: 768px) {
 .ads-res-a {
    width: 80%;
  }

  .overlay-image-a {
    position: absolute;
    top: 1064px;
    left: 0;
    width: 100%; 
    height: 20%;
    /* opacity: 0.5;  */
  }

  .right-box-a {
    margin-top: 145px;
    margin-left: -126px;
    width: 526px;
    height: 100px;
  }

  .left-box-a {
   margin-top: 21px;
   margin-left: 0px;
   width: 400px;
   height: 125px;
  }

  .ad-text-left {
    position: relative;
    z-index: 1;
    color: white;
    font-size: 14px;
    padding: 0px;
    margin-left: 44px;
    margin-top: 35px;
    width: 100%;
  }
  .ad-text-right {
   position: relative;
   z-index: 1;
   color: white;
   font-size: 14px;
   padding: 8px;
   margin-left: 44px;
   margin-top: 4px;
   width: 100%;
  }

  .phone-color {
    color: #fff;
  } 
}
/*ads-about*/

.href-text {
  color: #fff;
  background-color: #ffcc00;
  padding: 10px;
  border-radius: 8px;
  display: inline-block;
}

.custom-bg {
  background-color: #fc7259c8;
  border-radius: 4px;
}

.custom-bg-text {
  margin: 0;
}

@keyframes blink {
  0% {
      visibility: visible;
      color: red;  
  }
  50% {
      visibility: hidden;  
      color: red;
  }
  100% {
      visibility: visible;
      color: red;  
  }
}

.blinking-text {
  animation: blink 1s step-start infinite;  
  font-weight: bold; 
}




.footer-content {
  background-color: rgb(0 0 0 / 96%);
  /* Black background with transparency */
  padding: 20px 0;
}

/* about page */
.about-image-container {
  position: relative;
  display: inline-block;
}

.slider-img {
  width: 100%;
  height: auto;
}

.slider-txt {
  position: absolute;
  word-spacing: 5px;
  width: 524px;
  top: 20%;
  left: 20%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 3rem; 
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); 
  background-color: rgba(0, 0, 0, 0.5); 
  border-radius: 5px; 
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7)
}
@media (max-width: 768px) {
  .slider-txt {
    position: absolute;
    word-spacing: 5px;
    width: 114px;
    top: 26%;
    left: 36%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1rem; 
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); 
    background-color: rgba(0, 0, 0, 0.5); 
    border-radius: 5px; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7)
  }

  
}


/* contact us */
.form-side{
  margin-left: 142px;
}
.border{
  border-radius: 4px;

}
.mar-position{
  margin-top: -30px;
}
.col-auto{
  margin-top: 50px;
}


/* completed project page */

/* upcoming project */

/* ongoin project */

/* prime apartment */
.p-txt{
position: absolute;
word-spacing: 5px;
width: 524px;
top: 28%;
left: 20%;
text-align: center;
transform: translate(-50%, -50%);
color: white;
font-size: 1rem; 
font-weight: bold;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); 
background-color: rgba(0, 0, 0, 0.5); 
border-radius: 5px; 
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7)
}
.img-siz{
    width: 98%;
    height: auto;
}
@media (max-width: 768px) {
.p-txt {
  position: absolute;
  word-spacing: 5px;
  width: 114px;
  top: 57%;
  left: 36%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 0.5rem; 
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); 
  background-color: rgba(0, 0, 0, 0.5); 
  border-radius: 5px; 
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7)
}
}

.box-below{
  width: 900px;
  margin-top: 10px;
  margin-left: 0px;
  box-shadow: 20px 20px 20px 10px rgb(66, 66, 184);
  /* box-shadow: 20px 20px 50px 10px rgb(59, 49, 241) inset; */
}
.box-style{
  width: 378px;
  margin-left: -38px;
  box-shadow: 20px 20px 20px 10px rgb(66, 66, 184);
  /* box-shadow: 20px 20px 50px 10px rgb(59, 49, 241) inset; */
}
.heading-text {
  color: orange;
  font-size: larger;
}
.properties {
  font-size: small;
  color: black;
}

@media (max-width: 768px) {
  .box-below{
    width: 358px;
    margin-top: 10px;
    margin-left: 0px;
    box-shadow: 20px 20px 20px 10px rgb(66, 66, 184);
    /* box-shadow: 20px 20px 50px 10px rgb(59, 49, 241) inset; */
  }
  .box-style{
    width: 358px;
    margin-left: -86px;
    box-shadow: 20px 20px 20px 10px rgb(66, 66, 184);
    /* box-shadow: 20px 20px 50px 10px rgb(59, 49, 241) inset; */
  }
  .mob-below{
    flex: 0 0 auto;
    width: 25%;
    margin-top: 0px;
    margin-left: 86px;
  }
   .img-siz{
       width: 135%;
       height: auto;
  } 

}


