
*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}

:root{
  --primary-color : #d19815;
  --accent-color : #212121;
}
header
{
  height: auto;
}

.navbar{
  background-color: white;
}

nav{
  height: auto;
  font-size:medium;
  font-weight: bold;
}

.container{
  height: auto!important;
  width: 100%!important;
}

nav .navbar-brand{
  font-size: larger;
  font-weight: bolder;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.5s ease;
}
nav li a {
  color: var(--accent-color) !important;
  text-decoration: none;
}
nav li a:hover {
  color: var(--primary-color) !important;
  text-decoration: none;
}

.link-two {
  color: #000000;
  transition: all 0.5s ease;
}

.link-two:hover {
  text-decoration: underline;
  color: #000000;
}

.link-one {
  color: #000000;
  transition: all 0.5s ease;
}

.link-one:hover {
  color: #000000;
  text-decoration: none;
}

/* mycss */


.card {
  width: 20vw !important;
  overflow-y: hidden;
  height: 300px!important;
  transition: .3s;
}

.card:hover{
  cursor: pointer;
  transform: scale(1.11);
}

.card img {
  height: 50vh!important;
}


/* mycss end  */
.link-icon {
  color: #000000;
  font-weight: 500;
}

.link-icon span {
  font-size: 14px;
  padding-left: 4px;
  vertical-align: middle;
}

.link-a {
  text-decoration: none;
  color: #ffffff;
  text-decoration: none;
}


/* Desigsnc */

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  pointer-events: none;
}

.carousel-title {
  font-size: 4rem;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  margin: 0;
}

.carousel-inner {
  position: relative;
}

.carousel-item img {
  object-fit: cover;
  height: 100vh;
}



.borde{
  border: 3px solid rgb(174, 174, 174); /* Adjust the thickness and color as needed */
  border-radius: 10px;
  
}
.property-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
  padding: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.property-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.property-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.property-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.property-card:hover .property-image img {
  transform: scale(1.1);
}

.property-tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #2563eb;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
}

.property-content {
  padding: 1.5rem;
}

.property-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 0.5rem 0;
}

.property-description {
  color: #6b7280;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.property-location {
  display: flex;
  align-items: center;
  color: #6b7280;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.property-location::before {
  content: "📍";
  margin-right: 0.5rem;
}

.property-price {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2563eb;
  margin-bottom: 1rem;
}

.property-price::before {
  content: "₹";
}
.property-button {
  width: 100%;
  background: #2563eb;
  color: white;
  border: none;
  padding: 0.75rem;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.property-button:hover {
  background: #1d4ed8;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .property-grid {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      padding: 1rem;
      gap: 1rem;
  }
}

/* for carousel  */


/* Default carousel item height */


/* end of carousel  */

@media (max-width: 768px) {
  .link-a {
    font-size: 0.9rem;
  }
  .container{
    height: 100%!important;
  }
/* 
  #myRow {
    height: auto!important;

  } */

  .card {
    width: 40vh!important;
    height: 30vh!important;
    margin-bottom: 20px;
    margin-left: 15%;
  }

  #property-img{
    height: 40vh !important;
  }

  #last_card {
    margin-bottom: 70px;
    margin-right: 20px;
  }
 
  #con1{
    font-size: 10px !important;
    color: chartreuse !important;
    width: 30% !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid orangered;

  }

  .content1{
    border: 2px solid pink;
  }

  #caro1{
    font-size: 20px !important;
    color: red !important;
  }
  .caroimg{
    height: 300px !important;
    width: 300px !important;
  } 
  .cor1{
    font-size: 20px;
    border: 2px solid green;
    width: 60% !important;
    height: 50% !important;

  }

}

@media (min-width: 992px) {
  .link-a {
    font-size: 1rem;
  }
}

.link-a:hover {
  color: #ffffff;
  text-decoration: none;
}

.link-a span {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .link-a span {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .link-a span {
    font-size: 18px;
  }
}

@media (max-width: 992px) {

  
  #carouselExampleInterval {
    z-index: 1!important;
  }
  .navbar {
    z-index: 10000!important;
  }

}







.text-brand {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .text-brand {
    font-size: 1.8rem;
  }
}

.color-a {
  text-decoration: none;
  color: #000000;
}

.color-b {
  color: #d19815;
}

.color-d {
  color: #adadad;
}

.color-text-a {
  text-decoration: none;
  color: #555555;
}

.no-margin {
  margin: 0;
}

/* start of carousel */

.carousel{
  margin-top: 20px;
}

.content{
  position: absolute;
  top: 50%;
  margin-left: 20%;
}

.carousel-item img {
  filter: brightness(50%); /* Adjust brightness to make the images lighter */
}

.carousel-item .content{
  font-size: larger;
  color: #fff;
  font-weight: bolder;
} 


.dim-img {
  filter: brightness(50%); /* Adjust brightness to make the images lighter */
  position: absolute;
}

.latest-content{
  color: white;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
}

/* Adjustments for responsiveness */

/* Base styles remain the same */

@media (max-width: 768px) {
/* Adjustments for smaller devices */

/* Example: Adjust font size */
.link-a {
  font-size: 0.9rem; /* Adjust font size for smaller devices */
}

/* Example: Adjust container height */
.container {
  height: 100% !important; /* Adjust container height for smaller devices */
}

/* Additional adjustments for specific elements */
}

/* For tablets and smaller devices */
@media (max-width: 992px) {
  .container {
      padding-right: 10px;
      padding-left: 10px;
  }
}

@media (max-width: 992px) {
/* Adjustments for medium-sized devices */

/* Example: Adjust z-index */
#carouselExampleInterval {
  z-index: 1!important; /* Adjust z-index for certain elements */
}

/* Example: Adjust navbar z-index */
.navbar {
  z-index: 10000!important; /* Adjust z-index for navbar */
}

/* Additional adjustments for specific elements */
}

/* Additional media queries for larger devices if needed */

/* For text adjustments based on screen size */
@media (max-width: 767px) {
/* Example: Adjust font size */
.text-brand {
  font-size: 1.8rem; /* Adjust font size for smaller devices */
}
}

/* For common adjustments across all devices */
@media (max-width: 992px) {
/* Example: Adjust margin for certain elements */
.carousel {
  margin-top: 10px; /* Adjust margin for smaller devices */
}

/* Additional common adjustments */
}

/* Ensure proper scaling on mobile devices */
@media only screen and (max-width: 600px) {
/* Add viewport meta tag */
/* <meta name="viewport" content="width=device-width, initial-scale=1"> */
}

/* End of responsive adjustments */




.latest-property{
height: 100vh;
}

.latest-property .dim-img {
transition: filter 0.5s ease, transform 0.5s ease; /* Add transition for filter and transform */
}

.latest-property .dim-img:hover {
filter: brightness(30%);  
transform: scale(1.1);
}

.latest-property .dim-img:not(:hover) {
filter: brightness(30%);
transform: scale(1); /* Return to original size */
}


#btn11{
background-color: var(--primary-color);
}


*/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 300px;
}

/* Taller footer on small screens */
@media (max-width: 567em) {
  body {
    margin-bottom: 700px;
  }
  .footer {
    height: 250px;
  }
}

/* Sticky footer style and color
-------------------------------------------------- */
footer {
padding-top: 30px;
background-color: #292c2f;
color: #bbb;
}

footer a {
color: #999;
text-decoration:none;
}

footer a:hover, footer a:focus {
color: #ea0000;
text-decoration:none;
border-bottom:1px dotted #999;
}

footer .form-control {
  background-color: #c2c2c2;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.94);
  
  border: none;
  resize: none;
  color: #d1d2d2;
  padding: 0.7em 1em;
}

.but{
  background-color: #999;
  width: 30%;
}

.addr{
  font-size: small;
}



/* about section */


.about-section {
  width: 100%;
  background: #f1f1f1;
  padding: 40px 0;
}

.inner-width {
  max-width: 1000px;
  overflow: hidden;
  padding: 0 20px;
  margin: auto;
}

.about-section h1 {
  text-align: center;
}

.border {
  width: 100px;
  height: 3px;
  background: cadetblue;
  margin: 40px auto;
}

.about-section-row {
  display: flex;
  flex-wrap: wrap;
}

.about-section-col {
  flex: 50%;
}

.about {
  padding: 30px;
  
}

.about p {
  text-align: justify;
  margin-bottom: 20px;
}

.about a {
  display: inline-block;
  color: cadetblue;
  text-decoration: none;
  border: 2px solid cadetblue;
  border-radius: 24px;
  padding: 8px 40px;
  transition: 0.4s linear;
}

.about a:hover {
  color: #fff;
  background: cadetblue;
}

.skills {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 600px;
  /* margin: 2 auto; */
  margin: 2rem;
  font-family: 'Arial', sans-serif;
  justify-content: center;
}

.skill {
  background: linear-gradient(135deg, #ffffff, #f0f0f0);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 150px;
  height: 150px;
  margin-bottom: 2rem;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.skill:hover {
  overflow: hidden;
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.title {
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.icon {
  font-size: 40px;
  overflow: hidden;
  color: #4caf50;
  margin-bottom: 10px;
}

.percentage {
  overflow: hidden;
  font-size: 14px;
  color: #666;
}

.skill.p2 .icon {
  overflow: hidden;
  color: #f44336;
}

.skill.p3 .icon {
  overflow: hidden;
  color: #2196f3;
}
@media screen and (max-width:700px) {
  .about-section-col {
    overflow: hidden;
    overflow: hidden;
    flex: 100%;
    margin: 10px 0;
  }
  .about,
  .skills {
    padding: 0;
    overflow: hidden;
  }
  .about {
    overflow: hidden  ;
      text-align: center;
  }
}



/* Contact */

.param{
  background: #f1f1f1;
}