
*{
  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: larger;
  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;
}


/* 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 started */

footer {
background-color: #262626;
color: #ffffff;
}


footer a {
text-decoration: none;
}
