*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}


:root{
    --pricol : rgb(159, 202, 66);
}

body{
    overflow-x: hidden;
}

.header{
    min-height: 100vh;
    width: 100%;
    background-image:url(images/32.jpg);
    background-position:center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

/*-------------------------------*/
.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 20px 3px 100px;
    background:linear-gradient(240deg, var(--pricol),rgb(6, 113, 63) );
    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 ul li a{
    color: white;
    font-size: 14px;
}


/*-------------------------------------*/
nav img{
    width: 150px;
}


.nav-links{
    flex: 1;
}

.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;
}

/*----------------------------------------------------------------------*/
.main-logo{
    width: 45%;
}


.text-box{
    margin-top: -20px;
    width: 90%;
    color: rgb(88, 88, 88);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: left;
}

.text-box h1{
    font-size: 70px;
    text-shadow: 0px 5px 10px rgba(77, 77, 77, 0.26);
    line-height: 70px;
}

.hero-btn{
    margin-top: 9px;
    display: inline-block;
    text-decoration: none;
    color: rgb(88, 88, 88);
    border-radius: 10px;
    border: 3px solid var(--pricol);
    padding: 8px 34px;
    font-size: 20px;
    background: transparent;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    text-shadow: 0px 5px 10px rgba(77, 77, 77, 0.26);
}

.hero-btn:hover{
    border: 2px solid var(--pricol);
    background: var(--pricol);
    transition: 0.5s;
    color: white;
}

#slogan{
    color: var(--pricol);
}

.giga-slogan{margin: 0px 0px 10px 0px;
    background-image: linear-gradient(90deg,rgba(159, 219, 76, 0.656) 0%,rgba(128, 128, 128, 0)60%);
    color: rgb(35, 35, 35);
    width: 40%;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}



.extreme{
color:rgb(132, 187, 49);
border-bottom: 2px solid rgba(121, 207, 75, 0.509);
font-size:30px;
text-shadow: 0px 3px 4px rgba(255, 255, 255, 0.22);
}


.comas-bl{
    opacity: 0.3;
    width: 20px;
    padding-bottom: 7px;
    padding-right: 5px;
    padding-left: 5px;
}

.comas-wh{
    display: none;
    width: 20px;
    padding-bottom: 7px;
    padding-right: 5px;
    padding-left: 5px;
}

@media(max-width:1239px) {
    .giga-slogan{
        width: 300px;
    }
}

@media(max-width:853px) {
    .giga-slogan{
        padding: 10px;
        font-size: 18px;
        width: 240px;
    }
    .extreme{
        font-size:24px;
        }
        .comas-bl{
            width: 15px;
            padding-bottom: 3px;
            padding-right: 5px;
            padding-left: 5px;
        }
}


/*-----------section2--------------*/

.home-about{
    display: flex;
    padding: 40px;
    min-height: 100px;
    gap: 20px;
}


.about-img{
    width: 100%;
    min-height: 350px;
    background-image:linear-gradient( rgba(26, 218, 58, 0.384),rgba(6, 54, 14, 0.267)),url(images/323.png);    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    box-shadow: 0px 5px 10px rgba(77, 77, 77, 0.26);
}

.about-text{
    margin: 0px;
    width: 100%;
}

.about-text h1{
    margin-bottom: 20px;
    font-size: 30px;
}

.about-text p{
    color: rgb(88, 88, 88);
    font-size: 18px;
}
/*--------------count--------------------------------*/



.count{
    margin: 20px auto 50px auto;
    max-width: 1000px;
    text-align: center;
    padding: 0px 20px;
}


.count-heading h1{
    margin: 10px 0px;    
}

.count-div{
    background-image: linear-gradient(45deg, rgb(230, 230, 230),rgb(255, 255, 255));
    box-shadow: 5px 5px 10px rgb(255, 255, 255) inset,5px 5px 15px rgba(0, 0, 0, 0.144);
    
    min-width: 80px;
 padding: 10px 20px;
 margin: 10px;
 border-radius: 10px;
 border-bottom: 8px solid var(--pricol);
}
.count-div h1{
    font-size: 40px;
    
}

.count-heading p{
    margin: 20px 0px 20px 0px;
}

.count-flex{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

/*---------------OUR VAULES--------------------*/

.values{
    margin-top: 0px;
    padding: 60px;
    text-align: center;
}

.values h1{
    font-size: 30px;
    color: white;
    margin-bottom: 40px;
}

.val-list1{
    display: flex;
    gap: 40px;
    margin: 20px 20px 20px 20px;
}

.val-list2{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin: 20px auto;
    max-width: 600px;
    padding: 0 20px;
}

.card{
    background-color: rgba(7, 7, 7, 0.616);
    padding: 20px;
    border-radius: 20px;
    color: white;
}


/*---------------------Vision---------------------------*/

.vision{
    text-align: center;
    margin: 0px auto;
    width: 70%;
    padding: 40px 0;
}


.mission{
    text-align: center;
    margin: 0px auto;
    width: 70%;
    padding: 40px 0;
}


/*------------------------------------------------*/
.pump{
    margin: 30px;
    display: flex;
    gap: 30px;
    justify-content:space-around
}

.concrete-pump{
    color: white;
    box-shadow: 0px 5px 10px rgba(77, 77, 77, 0.26);
    background-image: url(images/3.png);   
    background-position:bottom;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 60px;
    text-align: center;
    height: 570px;
    width: 100%;
}


.figures{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 20px;
    font-size: larger;
}

.figures h1{
    color: white;
    margin-top: 15px;
}
.figures p{
    color: white;
    margin-bottom: -15px;
}


.bor-r{
    border-right: 5px solid var(--pricol);
    padding-right: 20px;
}
.bor-d{
    border-bottom: 5px solid var(--pricol);
    padding-bottom: 20px;
    padding-top: 20px;
}
.bor-l{
    border-left: 5px solid var(--pricol);
    padding-left: 20px;
}




.quality{
    box-shadow: 0px 5px 10px rgba(77, 77, 77, 0.26);
    background-color: rgba(235, 235, 235, 0.615);
    border-radius: 30px;
    padding: 60px;
    text-align: center;
    height: 570px;
    margin-bottom: 20px;
    width: 100%;
}

.pump-img{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    
}
.pump-img-1{
    width: 140%;
    height: 300px;
}

.pump-img-1 img{
    width: 100%;
    height: 22.0vw;
    border-radius: 50%;
}


.pump-img-2{
    display: block;
    
    width: 100%;
}
.pump-img-2 img{
    margin-bottom: 10px;
    border-radius: 50%;
    width: 70%;
    height: 10.0vw;
}

/*-------------------------------------------------------------*/


.adv-title{
    margin-top:50px;
    text-align: center;
}
.adv-title h1{
    font-size: 30px;
    line-height: 30px;
}

.advantage{
    display: flex;
    justify-content: center;
    margin: 20px 0px;
    
}

.fir-sec{
    display: flex;
    width: 100%;
    padding: 40px 0px;
}


.adv-logo{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.adv-detail p{
    padding: 0px 40px 0px 0px;
    color: white;
}

.sec-sec{
    width: 100%;
    background-image: url(images/about-real.jpg);
    background-position:center;
    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 QURIES------------------------------------*/
@media(min-width:1366px){
    section{
        width: 1366px;
        margin: 0 auto;
    }
}

@media(min-width:1400px){
    .pump-img-1 img{
        width: 100%;
        height: 300px;
    }
    .pump-img-2 img{
        width: 70%;
        height: 150px;
    }
}

@media(max-width:500px){

    .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;
    }

   /*----------header---------------------*/

   .header .text-box h1{
    font-size: 45px;
    line-height: 40px;
}

 #slogan{
    color: rgb(90, 90, 90);
}

#slogan1{
    font-weight: 300;
}

.header .text-box .hero-btn{
    margin-top: 19px;
    padding: 6px 16px;
    color: white;
    background-color: var(--pricol);
}

   .header{
    background-image:url(images/32-mob.jpg);
    background-position:center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    }

}

@media(max-width:930px){
    .quality {
        margin: auto 0;
        padding: 60px 20px;
    }
    .quality p{
        font-size: 13px;
    }


    .advantage{
        display: flex;
        flex-direction: column;
    }

    .adv-logo img{
        width: 100px;
    }

    .adv-detail p{
        font-size: 14px;
    }
    .sec-sec{
        height: 180px;
    }

}

@media(max-width:750px){
    body{
        overflow-x: none;
    }
    
    .text-box h1{
       font-size: 30px;  
    }

    .main-logo{
        width: 90%;
    }
/*-----------LATEST NAV UPDATE-----------------*/
    nav{
        padding: 0px 0px 0px 0px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    nav.sticky{
        padding: 0px 0px 0px 0px;
    }

    .nav-links ul li{
        display: block;
    }

    .nav-links ul li a{
        color: white;
    }
    .nav-links{
        position: fixed;
        background-image:linear-gradient(rgb(149, 221, 94),rgb(63, 139, 63));
        height: 100vh;
        width:  200px;
        top: 0;
        right: 0;
        text-align: left;
        z-index: 99999;
        transition-delay: 2s;
        transition: 2s;
    }

    .nav-links{
        display:none;
        transition-delay: 2s;
        transition: 2s;
        margin-left: -90px;
    }

    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;
    }
        
    .show{
        right: 0;
    }
    .text-box h1{
        font-size: 55px;
        text-shadow: 0px 5px 10px rgba(77, 77, 77, 0.26);
        line-height: 60px;
    }
    
    .hero-btn{
        margin-top: 19px;
        padding: 8px 30px;
    }

    .lil-con{
        padding: 30px 25px; /*-===========<<<<<<<<<<<<<<<<<*/
    }

    .con-fir p{
        font-size: 14px;
    }

    .email{
        font-size: 14px;
    }

    .giga-slogan{margin-top: 9px;
        width: 230px;
        
        line-height: 30px;
        text-align: center;
        color: rgb(255, 255, 255);
        background-image: linear-gradient(90deg,rgba(87, 87, 87, 0.746) 0%,rgba(83, 83, 83, 0)100%);
        font-size: 18px;
        font-weight: 600;
        padding: 10px 10px;
        border-radius: 10px;
        margin-bottom: -5px;
    }

    @media(max-width:291px){
        .giga-slogan{
            width: 80%;
        }
    }

    .extreme{
    line-height: px;
    border-bottom: none;
    color: rgb(179, 241, 86); 
    font-size:25px;
    text-shadow: 0px 3px 4px rgba(61, 61, 61, 0.266);
    }

    .comas-bl{
        display: none;
    }

    
    .comas-wh{
        display: inline-block;
        width: 15px;
        padding-bottom: 4px;
        padding-right: 3px;
        padding-left: 3px;
  
    }

 /*---------------about------------*/   
    .home-about{
        display: block;
    }

    .home-about p{
        font-size: 17px;
    }


    .about-img{
        display: none;
    }


    /*-------------------------------------*/

    .count{
        margin: 5px auto 5px auto;
        max-width: 1000px;
        text-align: center;
        padding: 0px 10px;
    }
    
    
    .count-heading h1{
        padding: 0px 20px;
        margin: 10px 0px; 
        font-size: large; 
    }
    
    .count-div{
        background-color: aqua;
     min-width: 60px;
     padding: 10px 5px;
     margin: 10px 5px;
    }
    .count-div h1{
        font-size: 25px;
        
    }
    
    .count-heading p{
        margin: 10px 0px 10px 0px;
        padding: 0px 20px;
    }
    
    .count-flex{
        display: flex;
        flex-wrap: wrap;
    }
    

/*-------------values--------------*/
    .values{
        margin-top: 60px;
        padding: 40px 10px 10px 10px;
    }
    .val-list1{
        flex-direction: column;
        margin: 20px 20px 50px 20px;
    }    

    .val-list2{
        flex-direction: column;
    }    
/*-----------------quatlity---------------*/


    .pump{
        display: block;
        margin: 0;
        padding: 0 20px;
        
        
    }

    .figures{
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
    }

    .bor-r{
        border-right: 5px solid var(--pricol);
        padding-right: 20px;
    }
    .bor-d{
        border-bottom: 5px solid var(--pricol);
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .bor-l{
        border-left: 5px solid var(--pricol);
        padding-left: 20px;
    }
    


    .quality{
        height: auto;
        margin: 40px 0 0 0;
        padding: 20px 20px 0 20px;
        width:auto;
    }
    .concrete-pump{
        margin: 10px 0 0 0;
        padding: 20px;
        width: auto;
    }

    .pump-img{
        margin-top: 30px;
        display: flex;
        justify-content: center;
        
    }
    
    .pump-img-1 img{
        max-width: 250px;
        height: 250px;
        border-radius: 50%;
    }
    
    
    .pump-img-2{
        display: none;
    }

}



#click:hover{
    transform: scale(1.08);
    z-index: 2;
}

/*
id="click" style="transition: 0.3s;"
*
/