.top-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
   padding-left: 20px;
   padding-right: 20px;
   
}

.logo img{
  width: 100%;
  height: 70px;
}

.toggle-icon {
    display: none;
    font-size: 30px;
    cursor: pointer;
    padding-right: 20px;
    color: #ff5500;
}

.header-icon {
      
  
    margin-right: 0px;
    margin-left: 20px;
     
}

.icon-text {
    margin-top: 30px;
}

.icon-text span {
    font-weight: bold;
    
}

body {
    margin: 0;
    padding: 0;
}

.header-icon p {
    margin-left: 80px;
}

.header-detail {
    display: flex;
    justify-content: right;
    gap: 40px;
}

.header-icon i {
    text-align: center;
    background-color: #ff5500;
    height: 50px;
    width: 50px;
    border-radius: 50%;
   padding-top: 15px;
   padding-left: 10px;
   padding-right: 10px;
  color: white;
  border: 2px solid white;
   font-size: 25px;
     
 transition: transform 1s;
   margin-top: 20px;
}

.header-icon i:hover {
      
transform: rotate(360deg);

}

/* top header end  */
/* navbar start */
.navbar-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 40px;
    padding-left: 40px;
     background-color: #282434;
     height: 85px;

}

.navbar {
    
      width: 50%;
}

.navbar ul {
    display: flex;
    justify-content: space-between;
   
   
}

.navbar ul li {
    list-style: none;
}

.navbar ul li a {
    text-decoration: none;
    color: white;
    font-size: 20px;
}

button {
   width: 150px;
   height: 50px;
   border: 1px solid white;
   font-weight: 900;
   background-color: white;
   transition: transform 1s;
 
}

.get-a {
     display: flex;
    justify-content: right;
    align-items: center;
    background-color: #ff5500;
    transform: skewX(-10deg);
    height: 85px;
    width: 40%;
    padding-right: 40px;
    transition: background-position 0.5s ease;
}

button:hover {
    background-color: #282434;
    border: 1px solid #ff5500;
    transition: 0.3 ease;
    transform:scaleX(1.1);
      background-position: right;
      color: #ff5500;
  
}

.navbar ul li a:hover {
    text-decoration: underline #ff5500;
  
}

/* navbar end */
/* banner start */
.banner-grid {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-container {
  position: relative;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  transition: opacity 0.5s;
}

.slide img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 12px;
  font-size: 24px;
  cursor: pointer;
  z-index: 1;
  border-radius: 30%;
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* banner end  */

/* about us start */
.about-us {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px;
}

.about-image img {
    height: 450px;
    width: 450px;
    object-fit: cover;
    transition: transform 2s;
}

.about-image img:hover {
   transform: scale(1.2);
}

.about-text {
    height: 450px;
    width: 450px;
    text-align: justify;
  
   
}

p {
      font-family: Arial,sans-serif;
      color: gray;
}

.para {
    color: #ff5500;
  
}

.about-text h1 {
    color: #282434;
     
}
/* about us end  */

/*banner 2 start */
.banner-2 {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 80px;
}

.banner2-background-color {
    background-color: #ff5500;
    width: 50%;
    height: 600px;
   
}

.banner2-background-image {
    background-image: url('images/e\ \(15\).jpeg');
    background-color: #282434;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 600px;
}

.banner2-text {
    padding: 20px;
     margin-top: 40px;
}

.banner2-text p {
   color: white;
   font-weight: bold;
}

.banner2-text h1 {
    color: white;
    font-size: 35px;
}

.banner2-text p1 {
   
    color: white;
    font-family: arial,sans-serif;
    font-size: 20px;
    
}
/* banner 2 end  */

/* service start */

.services-grid h1 {
    text-align: center;
    font-size: 35px;
    color: #ff5500;
   
}

.services-grid {
     margin-top: 100px;
}
.service-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:40px;
    
}



.service-card {
       box-shadow: 5px 5px 5px gray;
        border-radius: 20px;
         transition: transform 2s;
      
}

.service-card h1 {
      text-align: center;
}

.service-card img  {
    height: 350px;
    width: 350px;
    object-fit: cover;
    border-radius: 20px;
    
   
}

.service-text {
    background-color: #fff;
    border-radius: 20px;
    height: 80px;
    width: 200px;
    border-radius: 20px;
 
}

.service-text h1 {
    text-align: center;
    font-size: 25px;
    color: #282434;
}

.service-card:hover {
    transform:scale(1.1);
    
}
/* service end  */
/* gallery start  */
.gallerys {
    background-color: #fff;
    margin-top: 150px;
}

.gallery-head {
    text-align: center;
    font-size: 35px;
    color: #ff5500;
}

.gallery-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap:30px;
}

.gallery {
    position: relative;
}

.gallery-icon {
    position: absolute;
    bottom: 50%;
    left: 50%;
   color: #ff5500;
   display: none;
   font-size: 30px;
}

.gallery-icon i {
    color: #ff5500;
}

.gallery img {
    height: 350px;
    width: 350px;
    object-fit: cover;
  transition: transform 0.5 ease-in-out;
}

.gallery-icon i:hover  {
    display: block;
}



.gallery:hover  .gallery-icon {
     display: block;
  
    
  
   
 
}

.gallery img:hover {
      transform: scale(1.10);
   transition: 0.;
    border: 5px solid #ff5500 ; 
}

 .gallery-icon {
      position: absolute;
      bottom: 50%;
      right: 50%;
      font-size: 25px;
      color: #282434;
    }

    /* Popup background */
.popup {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}

/* Popup image */
.popup img {
  max-width: 90%;
  max-height: 80%;
  /* border: 4px solid black; */
  border-radius: 8px;
}

/* Close button */
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #ff5500;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.gallery-icon {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  font-size: 25px;
  color: red;
  cursor: pointer;
  z-index: 10;
}


/* gallery end  */

/* footer start */

.footer-grid {
    margin-top: 40px;
}
.footer {
    background-color: #2c2830;
    color: white;
    padding: 40px;
}

.footer-details {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-col {
    height: 300px;
    width: 300px;
}

.footer-col p {
    color: white;
    text-align: justify;
}

.footer-col ul li {
    list-style: none;
}

.footer-col ul li a {
    text-decoration: none;
    color: white;
    transition: transform 1s;
}

.footer-col ul li a:hover {
    text-decoration: underline #ff5500;
    transition: 0.3 ease;
    transform:perspective(5px);
}

.footer-col i {
    color: #ff5500;
    font-size: 25px;
    margin-right: 20px;
    margin-top: 10px;
}

.footer-col span {
    font-weight: bold;
    
}

.footer-link {
    display: flex;
    justify-content: center;
   
}

.footer-link a {
    text-decoration: none;
    color: #ff5500;

}

.footer-link p {
    color: white;
}

.footer-link a:hover {
    color: white;
}
/* footer end  */

/* brandcrumb start */
.brandcrumb {
    background-image: url('images/RO\ water\ system.avif');
    width: 100%;
    height: 400px;
    background-size: 100%;
    background-position: 100%;
    position: relative;
}

.brandcrumb-text {
    position:absolute;
    top:30%;
    left: 10%;

}

.brandcrumb-text h1 {
     font-size: 55px;
     color: white;
     font-weight: bold;
} 

.brandcrumb-text p {
    background-color: #ff5500;
    height: 20px;
    width: 120px;
    padding: 20px;
    color: white;
}

.brandcrumb-text a {
    color: white;
    text-decoration: none;
}
/* brnadcrumb end */

.information-detail-contact-form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.information-detail {
   
    height: 550px;
    width: 450px;
}

.contact-form {
    height: 550px;
    width: 550px;
     background-color: #282434;
     padding: 40px;
        border-radius: 20px;
        margin-top: 40px;
        color: #ff5500;

}

.information-detail h4 {
    color: #ff5500;
    font-weight: bold;
}

.information-text h4 {
    color: #282434;
}

.information-text {
    display: flex;
  flex-direction: column;
  margin-left: 30px;
 
  
   
}

.information-icon {
    display: flex;
    flex-direction: row;
   
}

.information-icon i {
    font-size: 25px;
    background-color: #ff5500;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    padding: 30px;
    color: white;
 
}

.information-icon i:hover {
    background-color: #282434;
    transition: 0.3 ease;
    transform: scale(1.1);
}

input {
    width: 240px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid white;
  margin: 10px;
  padding: 5px;
}

.form-box label {
    width: 100%;
    height: 40px;
    margin-left: 20px;
}

.form-box-container  {
    display: flex;
    flex-wrap: wrap;
    
}

textarea {
    width: 500px;
    height: 100px;
    border-radius: 20px;
    padding: 20px;
}

.contact-button {
    margin-top: 20px;
   
}

.contact-button button {
     border-radius: 20px;
     margin-right: 20px;
}

.map {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
