*{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;;
}
body{
    background: #f1fbff;;
}

.navbar {
    height: 60px; /* Adjust the height value as needed */
    position: fixed;
}
.navbar-nav .nav-item .nav-link:hover {
    color: #150780; 
border-radius: 20px solid white ;
 }
.navbar ul li a:hover{
    color:rgb(255, 255, 255);
    background-color: white;
    border-radius: 20px;
    }



    

.navbar-brand img {
    max-height: 160px; /* Adjust the max-height value as needed */
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  
}
.navbar-brand img:hover {
    opacity: 0.8; /* Reduce opacity to 80% on hover (adjust as needed) */
    transform: scale(1.1) ; /* Increase size by 10% on hover (adjust as needed) */
    /* You can add more CSS properties to customize the hover effect */
}
.section-padding{
    padding: 100px 0;
}
.carousel-item{
    height: 100vh;
    min-height: 300px;
}
.carousel-caption{
    bottom: 220px;
    z-index: 2;
}
.carousel-caption h5{
font-size: 45px;
text-transform: uppercase;
letter-spacing: 2px;
margin-top: 25px;
}
.carousel-caption p{
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
}
.carousel-inner::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.navbar-nav a{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.navbar-light .navbar-brand{
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing:2px;
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover{
    color: #000;
}
.navbar-light .navbar-nav .navbar-link{
    color: #000;
}
.w-100{
    height: 100vh;
}
/* .services section-padding{
    padding: 71px;

} */
.portfolio.card-title{
    box-shadow: 15px 15px 40px rgba(0, 0, 0,0.15);
}







footer {
   
    background-size: cover;
    color: rgb(0, 0, 0);
    
    padding: 60px 0;
    text-align: center; /* Center align the content within the footer */
}

.footer-container {
    display: flex;
    justify-content: center; /* Center the columns horizontally */
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-column {
    flex: 1;
    margin: 0 10px; /* Add some spacing around columns */
    text-align: left; /* Align text content to the left */
}

.footer-column h1 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.footer-column h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.footer-column ul {
    list-style: none;
    padding-left: 0;
}

.footer-column li {
    margin-bottom: 5px;
}

.footer-column a {
    color: black;
    text-decoration: none;
}
/* Add this in your CSS file */
/* The rest of your CSS remains the same */

.social-icons {
   
  text-align: center;
  gap: 5px;
  margin-top: 20px;
}

.social-icons  {
  font-size: 24px;
  margin: 0 10px;
  color: #ffffff;
  transition: color 0.3s ease;
}

.social-icons :hover {
  color:rgb(255, 187, 0);
}

/* Ensure columns are in a single line */
.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Adjust plant image position */
.footer-column img {
  margin-top: -20px;
}

/* Center align "Plants" heading */
.footer-column h1 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  text-align: center;
}
/* Adjust small image position */
.footer-column img:nth-child(2) {
  display: block;
  margin: 2px auto;
}

.center {
    text-align: center;
    margin-top: 20px;
}






/**-responsive css--**/
@media only screen and (min-width:768px) and(max-width:991px){
    .carousel-caption{
        bottom: 370px;
    }
    .carousel-caption p{
        width: 100%;
    }
    .card{
        margin-bottom: 30px;
    }
    .img-area img{
        width: 1005px;
    }
}
@media only screen and (max-width :767px
) {  
    .navbar-nav{
        text-align: center;
    }
    .carousel-caption{
        bottom: 125px;
    }
    .carousel-caption h5{
        font-size: 17px;
    
    }
    .carousel-caption a{
        padding: 10px 1px;
    }
    .about-text{
        padding-top: 50px;
    }
    .cards{
        margin-bottom: 30px;
    }
}


