@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600;700&display=swap');
body{
    
font-family: 'Poppins', sans-serif;

}
h1{
    
}
nav{
    margin-bottom: 0%;
    font-size: 1.4rem;
   
}
ul{
    list-style: none;
}
a:hover{
    color: rgb(37, 33, 33);
  }
hr{
    margin-block: 0%;
}
.navbar-brand img{
    width: 140px;
}
.dropdown a{
    color: #141313;
}
.contact-us{
    border: 1px solid black;
   
    text-decoration: none;
    color: black;
   
}
.navbar-nav{
    gap: 60px;
  
 }
#navbarNav{
    justify-content: space-evenly;
}
.Contact{
    margin-left: 40px;
    margin-right: 10px;
}
.nav-link{
    
}
.container-fluid{
    max-width: 95vw;
}

.product-hero{
    display: flex;
    margin-top: 80px;
    margin-bottom: 80px;
}
.product-details{
  padding-left: 30px;
  font-size: 1.4rem;
  
    

}
.product-details h1{
    font-weight: bold;
    font-size: 3.4rem;
}
.product-details h3{
    font-weight:700;
    font-size: 0.8rem;
}
.product-img{
    max-width: 50%;
}
.product-img img{
    width: 100%;
   
    object-fit: cover;

    
  
}
.enquiry{
    color: #fff;
    background-color: #128c7e;
    padding: 13px 60px;
    text-decoration: none;
    font-size: 1.2rem;

}
.call{
    color: #fff;
    text-decoration: none;
    border: 1px solid black;
    padding: 12px 40px;
    text-decoration: none;
    color: black;
    font-size: 1.2rem;
    margin-left: 5px;
}
.price{
    color: #D9042B;
}
.ruppees{
    font-size: 0.8rem;
    margin-bottom: 40px;
}
.select img{
    width: 74px;
}
.image-box{
    display: flex;
    gap: 20px;
    margin-block: 20px;

}

.enquiry-btn{
    margin-top: 80px;
}

  /*Catalog Css*/

  .heading h1{
    font-weight: 900;
    font-size: 3.5rem;
    margin-top: 5px;
  }
  .heading{
    font-size: 1.5rem;
    margin-left: 5px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .heading p{
    
    padding: 0%;
  }
  .banner-img{
    width: 100%;
    object-fit: cover;
  }
  .container-3{
    display: flex;
    flex-wrap:wrap ;
    justify-content: center;
    align-items: center;
    gap:25px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  /*footer*/
.footer{
   display: flex;
   flex-wrap: wrap;

  }

  .div-1 {
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #141313;


}
.footer-links{
    display: flex;
    flex-wrap: wrap;

}
.div-2{
 
    background-color: #141313;
    color: #fff;
    align-items: start;
    flex-wrap: wrap;
   max-width: 100vw;
}
.footer-links-1 ul {
    list-style: none;
    color: #fff;
    margin-top: 60px;
    margin-right: 25px;
   


}
.footer-links-1 ul li a{
    text-decoration: none;
    color: #fff;
}
.logo-footer{
    display: flex;
    align-items: start;
}
.footer-bottom   {
  padding-top: 15px;
    text-align: center;
    font-size: 1.4rem;
    background-color: #141313;
    color: #fff;
}

 /*Form Css*/




.contact-form {
   
    margin-top: 80px;
   
}

label {
    display: block;
    margin-top: 10px;
}

input,
textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

textarea {
    resize: vertical; /* Allow vertical resizing of textarea */
}



.contact-form label,
.contact-form input,
.contact-form textarea,
.contact-form button {
    font-size: 1.3rem; /* Adjust the font size to your preference */
}

/* Additional styling for the button */
.contact-form button {
    padding: 12px 20px; /* Adjust the padding for the button */
}

.address{
    font-size: 1.3rem;
    margin-top: 25px;
}
.address p{
    color: #2d2d2d;
    
}
.address h2{
    margin-bottom: 0%;
}
.address-content{
    margin-bottom: 25px;
}


/* css for about section */
.about-text{
    
margin-top: 25px;
}
.about-managment-hero{
    display: flex;
    flex-wrap: wrap;
    
}
 .img
{
    width: 38vw;

}
 .text-managment{
    width: 45vw;
}
.managment-heading{
    text-align: center;
    margin-bottom: 55px;
}
.about-managment-hero{
    display: flex;
    margin-top: 40px;
}

.img img{
   width: 85%;
  border-radius: 10px;

}
.middle-hr{
    margin-top: 40px;
}
/* contact us*/
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #b0b0b0; /* Replace with the color you want */
}
