*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

:root{
    --pricol : rgb(159, 202, 66);
}

body{
    overflow-x: hidden;
}


.header{
    width: 100vw;
}

/*-------------------------------*/
.top-contact{
    display: flex;
    justify-content: space-between;
    margin: 0px 60px 0 40px;
    padding: 5px 0;
}
.top-contact1{
    display: flex;
    gap: 20px;
}

.top-titles a{
    color: white;
    text-decoration: none;
    transition: 0.5s;
}

.top-titles a:hover{
    color: var(--pricol);
}

.top-contact2{
    display: flex;
    gap: 20px;
    padding-top: 2px;
}

.top-contact2 a{
    color: white;
    font-size: 20px;
    transition: 0.5s;
}

.top-contact2 a:hover{
    color: var(--pricol);
}

@media(max-width:814px) {
    .top-contact{
        display: none;
    }
}

/*-------------------------------*/




nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
}

nav.sticky{
    padding: 6px 0px 6px 0px;
    background:linear-gradient(240deg, green,rgb(255, 255, 255) );
    box-shadow:0px 4px 20px rgba(63, 63, 63, 0.513);
    width: 100%;
    transition: 0.6s;
    z-index: 9999;
    top: 0;
    position: fixed;
}

nav.sticky img{
    width: 100px;
    margin-left: 30px;
}

nav.sticky ul li a{
    color: white;
    font-size: 14px;
}


nav.sticky ul{
    margin-right: 30px;
}


/*-------------------------------------*/

nav img{
    width: 150px;
}


.nav-links{
    flex: 1;
    text-align: right;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a{
    font-weight: 600;
    color: black;
    text-decoration: none;
    font-size: 15px;
}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 3px;
    background: var(--pricol);
    display: block;
    margin: auto;
    transition: 0.5s;
}

#menu-ico{
    color: black;
}

.nav-links ul li:hover::after{
    width: 100%;
}

nav .fa{
    display: none;
}


/*-----------------------------------------------------------------*/

.serv-title{
    padding: 15px 60px;
}

.serv-title h1{
    text-align: center;
    margin: 0px 20px ;
    line-height: 30px;
    font-size: 30px;
}

/*-++++++++++++++++++++++*/
.ser-part1{
    display: flex;
    justify-content: space-between;
    gap: 70px;
    margin: 20px 0px;
}

.ser-des{
    width: 100%;
    padding: 80px 20px;
}

.ser-img{
    width: 100%;
    border-radius: 10px;
}
/*++++++++++++++++++++++++*/

.ser-part2{
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin: 20px 0px;
}

.ser-des{
    width: 100%; 
    padding: 80px 20px;
}

.ser-img{
    width: 100%;
    border-radius: 10px;
}

/*++++++++++++++++++++++++*/
.ser-img .img1, .img2, .img3 ,.img4, .img5, .img6, .img7{
    height: 100%;    
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    box-shadow: 14px 14px 0px rgba(152, 255, 68, 0.336);
}
.img1{
    background-image: url(images/pump22.jpg);
}.img2{
    background-image: url(images/serv2.jpg);
}.img3{
    background-image: url(images/serv3.png);
}.img4{
    background-image: url(images/serv4.jpg);
}.img5{
    background-image: url(images/serv5.jpg);
}.img6{
    background-image: url(images/pump21.jpg);
}.img7{
    background-image: url(images/pump1.jpg);
}

/*<<<<<<<<<<<<<<<<<<<<=========================>>>>>>>>>>>>>>>>>>>>>*/
/*<<<<<<<<<<<<<<<<<<<<=========================>>>>>>>>>>>>>>>>>>>>>*/
/*<<<<<<<<<<<<<<<<<<<<=========================>>>>>>>>>>>>>>>>>>>>>*/
.videos-title{
    text-align: center;
    margin-bottom: 30px;
}
.videos-title h2{
    display: inline-block;
    border-bottom: 4px double var(--pricol);
}

.container-video { 

    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 20px;
    grid-template-areas:
      "divy1 divy2 divy3 divy4"
      "divy5 divy6 divy7 divy8"
      "divy9 divy10 divy11 divy12";
    max-width: 720px;
    height: 700px;
    margin: auto;
    padding: 40px 20px 0px 20px;
  }
  
  .divy1 { grid-area: divy1; }
  video{
    background-size: cover;
    max-width: 100%;
    height: 200px;
    border-radius: 10px;
    box-shadow: 0px 15px 20px rgba(85, 85, 85, 0.53);
    
  }
  
  .divy2 { grid-area: divy2;}
  
  .divy3 { grid-area: divy3; }
  
  .divy4 { grid-area: divy4; }
  
  .divy5 { grid-area: divy5; }
  
  .divy6 { grid-area: divy6; }
  
  .divy7 { grid-area: divy7; }
  
  .divy8 { grid-area: divy8; }
  
  .divy9 { grid-area: divy9; }
  
  .divy10 { grid-area: divy10; }
  
  .divy11 { grid-area: divy11;}
  
  .divy12 { grid-area: divy12; }
  
  

  .divy1,.divy2,.divy3,.divy4,.divy5,.divy6,.divy7,.divy8,.divy9,.divy10,.divy11,.divy12{

    text-align: center;
    max-width: 160px;
    margin: 0 auto;
}


/*<<<<<<<<<<<<<<<<<<<<=========================>>>>>>>>>>>>>>>>>>>>>*/
/*<<<<<<<<<<<<<<<<<<<<=========================>>>>>>>>>>>>>>>>>>>>>*/
/*<<<<<<<<<<<<<<<<<<<<=========================>>>>>>>>>>>>>>>>>>>>>*/
/*<<<<<<<<<<<<<<<<<<<<=========================>>>>>>>>>>>>>>>>>>>>>*/

/*---------------------------------------------*/


.table1{
    padding: 40px 0px 20px 0px;
    margin: 20px 20px 0px 20px;
    text-align: center;
    color: white;
}

.table-head h1{
    text-align: center;
    color: white;
    font-size: 30px;
    padding-top: 50px;
}

.table1{
    text-align: center;
    padding: 20px 0px 40px 0px;
}

@media(max-width:594px){
    .table1{
        overflow-x: scroll;
    }
    .table2{
        overflow-x: scroll;
    }
}

.table1 img{
    width:clamp(500px, 60%, 800px);
}


.table2{
    margin: 0px 20px;
    text-align: center;
    padding: 20px 0px 50px 0px;
}
.table2 img{
    width:clamp(500px, 58%, 800px);
}


/*-----------------------------------------*/
.grid-t h1{
    text-align: center;
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 0px;
}

.container {  display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
      "div1 div2 div3 div4"
      "div5 div6 div7 div8";
    padding: 20px 50px; 
    margin: 20px 0px;
  }
  
  .div1 { 
    grid-area: div1; 
    }
  
  .div2 { grid-area: div2; }
  
  .div3 { grid-area: div3; }
  
  .div4 { grid-area: div4; }
  
  .div5 { grid-area: div5; }
  
  .div6 { grid-area: div6; }
  
  .div7 { grid-area: div7; }
  
  .div8 { grid-area: div8; }
  
.div1,.div2,.div3,.div4,.div5,.div6,.div7,.div8{
    padding: 15px;
    margin: 20px;
    box-shadow: 0px 5px 45px rgb(196, 196, 196);
    border-radius: 20px;
    text-align: center;
}





































.contact-lite{
    display: flex;
    justify-content: center;
}

.con-btn{
    text-align: center;
    width: 0%;
    margin: 50px 1%;
    padding: 10px 10%;
}

.con-btn a{
    width: 140px;
    display: inline-block;
    text-decoration: none;
    color: rgb(88, 88, 88);
    border-radius: 10px;
    border: 3px solid var(--pricol);
    padding: 4px 15px;
    font-size: 16px;
    background: transparent;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    text-shadow: 0px 5px 10px rgba(77, 77, 77, 0.26);
}

.con-btn a:hover{
    border: 3px solid var(--pricol);
    background: var(--pricol);
    transition: 0.5s;
    color: white;
}



.btn-sticker{
    width: 100%;
    background-image: url(images/con-lite-stirp.png);background-position:left;
    background-size: cover;
    background-repeat: no-repeat;
}


/*----------------------------------------------------*/
.lil-con{
    display: flex;
    justify-content: space-between;
    padding: 40px 50px;
}

.hr{
    width: 100%;
    height: 2px;
    background-color: white;
}

.con-fir{
    color: white;
}

.con-sec{
margin: auto 0;
}

.con-sec img{
    width: 150px;
}

.con-insta{
    display: flex;
    gap: 10px;
}

.insta-2 a{
    color: white;
    font-size: 40px;
    padding-right: 10px;
}

@media(max-width:500px){
    .con-insta{
        flex-direction: column;
    }
    
}




/*----------------------------------------------------*/
@media(min-width:1366px){
    section{
        width: 1366px;
        margin: 0 auto;
    }
}







@media(max-width:1178px){
    .container{ display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 0px 0px;
        grid-auto-flow: row;
        grid-template-areas:
          "div1 div2 div3"
          "div4 div5 div6"
          "div7 div8 div9";
    }
}

@media(max-width:932px){
    .container{ display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 0px 0px;
        grid-auto-flow: row;
        grid-template-areas:
          "div1 div2"
          "div3 div4"
          "div5 div6"
          "div7 div8";
    }
}




/*-----------------------------------------------------*/

@media(max-width:750px){
    body{
        overflow-x: hidden;
    }
    .text-box h1{
        font-size: 30px;  
     }
 
     nav{
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

     .nav-links ul li{
         display: block;
     }
 
     .nav-links ul li a{
         color: white;
     }
     .nav-links{
         position: absolute;
         background-image:linear-gradient(rgb(149, 221, 94),rgb(63, 139, 63));
         height: 100vh;
         width: 200px;
         top: 0;
         right: -200;
         text-align: left;
         z-index: 2;
         transition: 5s;
         display: none;
     }
 
     nav .fa{
         display: block;
         color: white;
         margin: 10px;
         font-size: 22px;
         cursor: pointer;
     }
 
     .nav-links ul{
         padding: 30px;
     }
 
     .nav-links ul li::after{
         content: '';
         width: 0%;
         height: 3px;
         background: green;
         display: block;
         margin: auto;
         transition: 0.5s;
     }
     

     .contact-lite{
        display: block;
        text-align: center;
    }
    
    .con-btn{
        margin: 20px 0px;
        padding: 40px 0px;
        background-image: url(images/con-lite-stirp.png);background-position:left;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
        width:100%;
    }
    
    .con-btn a{
        background-color: rgba(165, 250, 95, 0.849);
        color: white;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.411);
    }
    
    .btn-sticker{
        display: none;
    }

    .lil-con{
        padding: 30px 25px; /*-===========<<<<<<<<<<<<<<<<<*/
    }

    .con-fir p{
        font-size: 14px;
    }

    .email{
        font-size: 14px;
    }
/*----------------------------------------------------------------------------*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*--------------------------------------------------------------------------*/

.container-video { 

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 0px 20px;
    grid-template-areas:
      "divy1 divy2 divy3" 
      "divy4 divy5 divy6" 
      "divy7 divy8 divy9" 
      "divy10 divy11 divy12";
    max-width: 800px;
    height: 900px;
    margin: auto;
    padding: 0 20px;
  }




.serv-title{
    padding: 5px 20px;
}

.serv-title h1{
    text-align: center;
    margin: 20px 0px -30px 0px;
    line-height: 30px;
    font-size: 30px;
}

/*-++++++++++++++++++++++*/
.ser-part1{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0px 40px 0px;
}

/*++++++++++++++++++++++++*/

.ser-part2{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 20px;
    margin: 20px 0px 40px 0px;
}

.ser-des{
    padding: 20px 0px;
}

.ser-img{
    border-radius: 10px;
    height: 300px;
}

/*++++++++++++++++++++++++*/
.ser-img .img1, .img2, .img3 ,.img4, .img5, .img6, .img7{
    height: 100%;    
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    box-shadow: 0px 14px 0px rgba(152, 255, 68, 0.336);
}

/*-----------------------------------------------*/

 .container{ display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 0px 0px;
        grid-auto-flow: row;
        grid-template-areas:
          "div1 div2"
          "div3 div4"
          "div5 div6"
          "div7 div8";
    }

    .div1 img,.div2 img,.div3 img,.div4 img,.div5 img,.div6 img,.div7 img,.div8 img{
        width: 100px;
    }

    .div1 h2,.div2 h2,.div3 h2,.div4 h2,.div5 h2,.div6 h2,.div7 h2,.div8 h2{
        font-size: 20px;
    }
    .div1,.div2,.div3,.div4,.div5,.div6,.div7,.div8{
        padding: 15px;
        margin: 10px;
    }
        .container {
            padding: 10px 20px; 
            margin: 1px 0px;
          }    

}


    @media(max-width:500px){
    
        .container-video { 

            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
            gap: 0px 20px;
            grid-template-areas:
              "divy1 divy2" 
              "divy3 divy4" 
              "divy5 divy6" 
              "divy7 divy8" 
              "divy9 divy10" 
              "divy11 divy12";
            max-width: 800px;
            height: 1400px;
            margin: auto;
            padding: 0 20px;
          }
        
          video{
            background-size: cover;
            max-width: 100%;
            height: 200px;
            border-radius: 10px;
            box-shadow: 0px 15px 20px rgba(85, 85, 85, 0.53);
            
          }


        .con-fir h2{
            font-size: 20px;
        }
        .con-fir p{
            font-size: 13px;
        }
        
        .con-sec{
            display: none;
        }
        .lil-con{
            background-image: url(images/con-strip-mob.png);background-position:center;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .div1 img,.div2 img,.div3 img,.div4 img,.div5 img,.div6 img,.div7 img,.div8 img{
            width: 70px;
        }
    
        .div1 h2,.div2 h2,.div3 h2,.div4 h2,.div5 h2,.div6 h2,.div7 h2,.div8 h2{
            font-size: 13px;

            
        }
        .container {
            padding: 10px 20px; 
            margin: 1px 0px;
          }  


        }


    @media(max-width:365px){
        .lil-con{
            background-image: url(images/con-strip-mob.png);background-position:center;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .div1 img,.div2 img,.div3 img,.div4 img,.div5 img,.div6 img,.div7 img,.div8 img{
            width: 50px;
        }
    
        .div1 h2,.div2 h2,.div3 h2,.div4 h2,.div5 h2,.div6 h2,.div7 h2,.div8 h2{
            font-size: 13px;
        }

        .container {
            padding: 10px 10px; 
            margin: 1px 0px;
          }  
        .grid-t h1{
            font-size: 23px;
        }
    }