*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* NEW NAVBAR STYLING */

.section-navbar{
    height: 80px;

    width: 100%;

    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    background-color: gainsboro
}


nav{
    height: 60px;
    /* background-color:#212129; */
    display: flex;
    background-color: #60ceaf;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 0 80px;
    width:100%;
    z-index: 9999;
    position: fixed;
    top:0;
    left:0;
    box-shadow: 10px 5px 14px 1px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 5px 14px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 5px 14px 1px rgba(0,0,0,0.75);
}

.logo{
    width:160px;
    height: 60px;

}
nav ul{
    display: flex;
    list-style: none;

}

nav ul li {
    margin: 0 7px;
    margin-top: 10px;
    
}
nav ul li a{
    color: whitesmoke;
    text-decoration: none;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 6px 10px;
    border-radius: 5px;
    
    transition:all .5s ease ;

}
nav ul li a:hover,
nav ul li a.active{
    color: black;
    background-color: white
}


.menu-btn i.fa-bars{
    color: white;
    font-size: 22px;
    cursor: pointer;
    display: none;
    
}
#click{
    display: none;
}

@media (max-width:1157px){
    nav ul li a{
        font-size: 15px;
    }
}

@media (max-width:940px) {
   nav ul{
    position: fixed;
    top:80px;
    left:-100%;
    background-color: black;
    height: 80vh;
    width: 100%;
    display: block;
    text-align: center;
    transition: all 0.4s ease;


   }

   #click:checked ~ .menu-btn i.fa-bars:before{
    content: "\f00d";

   }

   #click:checked ~ul{
    left: 0%;

}
   
   nav ul li{
    margin: 40px 0;

   }

   nav ul li a{
    font-size: 23px;
    display: block;
   }

   nav ul li a:hover,
nav ul li a.active{
    color: #60ceaf;
    background-color:transparent ;
}

.menu-btn i.fa-bars{
    display: block;
}
}


/* Section1 Styling */

.section1{
    width:100%;
    height: 500px;
    
    background: rgb(58,180,154);
    background: linear-gradient(90deg, rgba(58,180,154,1) 0%, rgba(33,191,112,1) 53%, rgba(69,226,252,1) 100%);
    margin-top: 80px;
    display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }
    
    
    
.sec1Wrapper{
        width: 100%;
        height: 100%;
        background:;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 999;
        
        
    }
    .sec1-bg{
        width: 350px;
        height: 200px;
        background-color:rgba(13,45,62,.8);
        color: whitesmoke;
        margin: 0 auto;
        align-items: center;
    }
    
    .sec1-miniDiv-Heading{
        color: white;
        font-weight: bold;
        font-size: calc(1.2rem + 2.5vw);
        text-align: center;
    }
    
    .sec1-bg h3{
        text-align: center;
    }
    

    /* Section2 Styling */



    .section2{
        width:100%;
        height: auto;
        background-color: ;
        margin-top: 20px;
    }
    .sec2Wrapper{
        width:100%;
        height: 400px;
        background-color: gainsboro;
        margin-bottom: 15px;

    }


    .sec2Wrapper h2{
        color: black;
    }
    .imgWrapper{
        width:100%;
        height: 300px;
        background-image: url(./imgs/product1.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }


    .imgWrapper2{
        width:100%;
        height: 300px;
        background-image: url(./imgs/product2.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: contain;
    }


    .imgWrapper3{
        width:100%;
        height: 300px;
        background-image: url(./imgs/product3.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    

/* Footer Styling */


.footer-section{

    width:100%;
    height: auto;
    margin-top: 50px!important;
    background-image: url(./imgs/wave\ \(1\).svg);
    background-position: contain;
    background-repeat: no-repeat;
    background-size: cover;
      
      

}

.footerp1Wrapper{
    width:100%;
    height: auto;
    background-color: ;
    display: flex;
    align-items: center;
    justify-content: center;
   
}

.footerp1Content{
    width:100%;
    height: 300px;
    background-color: ;
    margin-top: 20px;
    padding: 20px;
}

.footerp1Wrapper h1{
    font-weight: bold;

}

.top-area-right{
    width:100%;
    height: 50px;
    background-color:transparent;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
}
.link-wrapper{
    width:180px;
    height: 50px;
    background-color: ;
    display:flex;
    justify-content: space-between;
    align-items: center;
    
}

.link-wrapper i{
    font-size: 25px;
    
}

.link-wrapper i:hover{
    transform: rotate(360deg);
    transition: 0.7s;
    color: #60ceaf;
}

.footerp1Wrapper h4{
    margin-top: 20px;
}



.footerp2Wrapper{
    width:100%;
    height: auto;
    background-color: ;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerp2Content{
    width:100%;
    height: 300px;
    background-color: ;
    text-align: center;
    padding: 20px;
}

.footerp3Wrapper{
width: 100%;
height: 400px;
background-color: ;
display: flex;
justify-content: center;
align-items: center;

}

.footerp3Content{

    width:100%;
    height: 300px;
    background-color: ;
    padding: 20px;
   
    
}

.footerp3Content input{
    width:100%;
    height:50px;
    margin-top:20px;
}

.footerp3Content p{
    font-size:25px;
}

.footerp3Content .sec1Btn{
    width:100px;
    height: 40px;
    background-color: white;
    color: black;
    border:1px solid black;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 15px;
}

.footerp3Content .sec1Btn:hover{
    background-color: #60ceaf;
    color: black;
    border: 2px solid black;
}
form input{
    width:100%;
    height: 50px;
    margin-bottom: 20px;
}


.footerName{
    font-size: 20px;
    padding-left: 10px;
    border-radius: 10px;

}

