/* .navbar {
  transition: background-color 0.4s, box-shadow 0.4s;
  background-color: transparent !important;
  color: black;
}

.navbar.scrolled {
    transition: ease-in-out 2s;

  background-color: rgb(2, 71, 45) !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.navbar-brand{
    color: white;
}
.nav-link{
    margin: 20px;
margin-top: 10px;
margin-bottom: 10px;
    color: white;
 font-size: 1.1rem;
 
}

.nav-link:hover{
color: chocolate;
cursor: pointer;
transform: scale(1.1);
transition: ease-out 2s;

}

.navbar-brand:hover{
color: chocolate;


} */




.navbar {
    background: transparent !important;
    transition: all .4s ease;
    padding: 10px 0;
}

.navbar.scrolled {
    background: rgb(2, 71, 45) !important;
    box-shadow: 0 4px 20px rgba(0,0,0,.15);
}

.navbar-brand img {
    height: 65px;
    width: auto;
}

.nav-link {
    color: #fff !important;
    font-size: 1rem;
    font-weight: 500;
    margin: 0 10px;
    transition: all .3s ease;
}

.nav-link:hover {
    color: #d4af37 !important;
    transform: translateY(-2px);
}

.navbar-toggler {
    border: none;
    box-shadow: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

#navIcon {
    color: white;
    font-size: 1.5rem;
}

/* Mobile Menu */
@media (max-width: 991px) {

    .navbar-collapse {
        background: rgba(2, 71, 45, 0.98);
        margin-top: 15px;
        padding: 20px;
        border-radius: 15px;
        text-align: center;
    }

    .nav-link {
        margin: 10px 0;
        padding: 10px;
        font-size: 1rem;
    }

    .navbar-brand img {
        height: 55px;
    }

    .navbar-nav {
        gap: 5px;
    }
}

@media (max-width: 576px) {

    .navbar-brand img {
        height: 45px;
    }

    .nav-link {
        font-size: .95rem;
    }
}

.banner-about{
    background: 
    /* linear-gradient(rgba(255, 0, 0, 0.13),rgba(0, 0, 255, 0.322)), */
    url("https://static.vecteezy.com/system/resources/thumbnails/036/725/193/small_2x/ai-generated-real-estate-advertisment-background-with-copy-space-free-photo.jpg")
     center/cover no-repeat;
     /* top: 0; */
/* background-size: cover; */
height: 100vh;
/* position: relative; */
}
.content-bann{
    max-width: 600px;
    /* padding-left: 30px; */
    left: 10%;
    /* margin-left: 50px; */
    position: absolute;
    text-align: center;
    top: 30%;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
.content-bann h1{
    font-weight: 700;
    font-family: 'Playfair Display', serif;


font-size: 4rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.content-bann p{
      font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.7;
    justify-content: flex-start;
    text-align: justify;
    text-justify: inter-word;
}

@media (max-width: 576px) {
/* 
    .banner-about{
    background: 
    url("https://static.vecteezy.com/system/resources/thumbnails/036/725/193/small_2x/ai-generated-real-estate-advertisment-background-with-copy-space-free-photo.jpg");
background-size: contain;
background-repeat: no-repeat;
height: 100vh;

} */

    .content-bann{
        top: 10%;
        left: 0% !important;
        max-width: 500px;
        padding: 10px;
    margin-left: 0px !important;
    }
  .content-bann h1 {
    font-size: 2rem;
  }
}
h5{
    margin-bottom: 15px;
    text-transform: uppercase;
    color: rgb(3, 90, 60);
}
.col-lg-6 h1{
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 3rem;
}

.about-p{
    
     font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.7;
    justify-content: flex-start;
    text-align: justify;
    text-justify: inter-word;
}

.about-btn{
    padding: 10px;
    background-color:rgb(3, 90, 60);
    border: none;
    border-radius: 10px;
    color: white;
}
.col31{
    height: 400px;
    width: 100%;
    transition-duration: 1s;
}
.col31:hover{
    transform: translateY(-10px);
}
.col32{
    width: 100%;
    margin-top: 30px;
    height: 400px;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
}



.col32:hover{
    transform: translateY(-10px);
}
.represent-comp .about-icons, .vision-icons{
    font-size: 50px;
    margin-bottom: 10px;
}

.represent-comp{
    padding-top: 20px;
    color: white;
    transition: all 1s;
}

.represent-comp:hover{
    /* padding-top:10px; */
    transform: translateY(-10px);
    /* background-color: rgb(24, 75, 0); */
}
.partner-bg {
  background:
   linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("https://wallpaperaccess.com/full/643461.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  background-attachment: fixed;
  align-items: center;
}

.partner-content {
  color: #fff;
  max-width: 600px;
}

.partner-h1 {
  font-weight: 700;
  color: white;
  font-size: 4rem !important;
  margin-bottom: 20px;
}

/* .partner-p {
  font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.7;
    justify-content: flex-start;
    text-align: justify;
    text-justify: inter-word;
} */

.partner-btn{
    background-color: rgb(3, 90, 60);
    padding: 10px;
    width: 120px;
    border: none;
    border-radius: 10px;
}


.our-visionP,.vision-p,.partner-p, .ourteam-contP{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.7;
    justify-content: flex-start;
    text-align: justify;
    text-justify: inter-word;
}

#fa{
    color: rgb(3, 90, 60);
    /* font-size: 25px; */
}
h3{
    font-weight: bold;
    text-transform: uppercase;
}


/* for teams */

.ourteam-cont{
    max-width: 700px;
}

    .container1 {
      position: relative;
      height: 320px;
      width: 100%;
      /* width: 300px; */
    }

    .image {
      width: 100%;
      height: 100%;
      display: block;
    }

    .overlay12 {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.589);
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
       transform: translateY(20%);
      transition: 0.3s ease;
    }

    .container1:hover .overlay12 {
      opacity: 1;
      transform: translateY(0);
      transition: all 2s;
    }
.name{
    /* margin-top: -20px; */
    background-color:  rgb(3, 90, 60);
    color: white;
    top: 80%;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    left: 10%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 220px;
    position: absolute;
}
.team-icons{
    background-color: rgb(3, 90, 60) !important;
    font-size: 30px;
    color: white !important;
}
.team-icons:hover{
    box-shadow: none !important;

    transform: scale(1.1) !important;
}



footer{
    background-color: rgb(2, 71, 45);
}
footer h5,a{
    color: white;
   text-decoration: none;
}


.fa-brands{
    background-color: white;border-radius: 50px;
    padding: 10px;
    color:rgb(2, 71, 45);
}

.fa-brands:hover{
transform: rotate(4turn);
transition: ease-out 2s;
box-shadow: 0px 5px 15px 5px rgba(255, 0, 0, 0.384);
}
p i{
    background-color: white;border-radius: 50px;
    padding: 10px;
    color:rgb(2, 71, 45);
}


.breadcrumb-banner {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,.15);
    backdrop-filter: blur(10px);
    padding: 12px 25px;
    border-radius: 50px;
}

.breadcrumb-banner a {
    color:rgb(255, 153, 0);
    text-decoration: none;
    font-weight: 600;
}

.breadcrumb-banner span {
    color: #fff;
}