*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    transition: .5s;
    text-decoration: none;
    font-family: poppins;
}

span{
    color: #65C246;
}

nav{
    width: 100%;
    height: 90px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 100px;
}

.first{
    width: 70px;
    height: 70px;
    background-image: url('../images/corporate-logo-removebg-preview.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.last{
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.navlinks{
    color: black;
}

.navlink{
    width: 100px;
    height: 50px;
    background-color: #65C246;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.navlinkk{
    width: 100px;
    height: 50px;
    border-radius: 20px;
    border: 2px solid #65C246;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.what-btn{
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 70px;
    color: green;
    z-index: 1000;
}

header{
    width: 100%;
    height: 80vh;
    background-image: url('../images/services.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dark{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.548);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
    color: white;
}

.head-head{
    font-size: 50px;
}

.head-text{
    width: 50%;
    font-size: 18px;
    line-height: 24px;
}

.contact{
    width: 20%;
    height: 40px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #65C246;
}





.part2{
    width: 100%;
    height: fit-content;
    padding-top: 100px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}

.part2-head{
    font-size: 40px;
}

.part2-holder{
    width: 100%;
    height: fit-content;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
    padding-left: 50px;
    padding-right: 50px;
}

.part2-holder-box{
    width: 22%;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    gap: 30px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.part2-box-text{
    line-height: 24px;
    font-size: 18px;
    color: grey;
}





.part3{
    width: 100%;
    height: fit-content;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
}

.part3-box{
    width: 80%;
    height: 500px;
    background-color: #65C246;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    color: white;
}

.part3-head{
    font-size: 40px;
}

.started{
    width: 20%;
    height: 40px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #65C246;
    color: white;
}

.box1{
    width: 50%;
    padding-left: 50px;
}

.box2{
    width: 50%;
    padding-right: 10px;
}







footer{
    width: 100%;
    background-color: black;
    color: white;
    padding: 50px 100px 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.footer-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-section h3 {
    color: white;
    margin-bottom: 10px;
}

.footer-section a {
    color: #808080;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: #65C246;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-logo img {
    width: 150px;
    height: auto;
}

.app-buttons {
    display: flex;
    gap: 10px;
}

.app-btn {
    background-color: #333;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
}

.footer-signup {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.signup-form {
    display: flex;
    gap: 10px;
}

.signup-form input {
    padding: 10px;
    border-radius: 5px;
    border: none;
}

.signup-form button {
    background-color: #65C246;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.certifications {
    display: flex;
    gap: 20px;
    align-items: center;
}

.certifications img {
    height: 60px;
    width: auto;
}

.copyright {
    text-align: center;
    color: #808080;
    padding-top: 20px;
    border-top: 1px solid #333;
}



#icon{
    display: none;
    visibility: hidden;
}

.menu{
    display: none;
    visibility: hidden;
}


.men{
    width: 20%;
    height: 400px;
    position: fixed;
    top: 100px;
    right: 300px;
    background-color: white;
    color: black;
    display: none;
}

.activee{
    display: flex;
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}

.navlins{
    font-size: 20px;
    color: black;
    font-weight: 700;
}


.menn{
    display: none;
    visibility: hidded;
}






@media (max-width: 768px) {


    .menn{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #65C246;
        color: white;
        z-index: 10000;
        display: none;
    }

    .cancel{
        position: absolute;
        top: 20px;
        right: 20px;
    }
    
    .activeee{
        display: flex;
        visibility: visible;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 60px;
    }
    .navlinks{
        display: none;
        visibility: hidden;
    }

    .navlinkk{
        display: none;
        visibility: hidden;
    }

    .navlink{
        display: none;
        visibility: hidden;
    }

    nav{
        padding-left: 20px;
        padding-right: 20px;
    }

    #icon{
        display: block;
        visibility: visible;
        font-size: 25px;
    }

    .menu{
        width: 70%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background-color: white;
        display: none;
    }

    .navlin{
        color: black;
        font-size: 22px;
    }

    .navli{
        width: 100px;
        height: 50px;
        border-radius: 20px;
        border: 2px solid #65C246;
        color: black;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navl{
        width: 100px;
        height: 50px;
        border-radius: 20px;
        background-color: black;
        color: #65C246;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .active{
        display: flex;
        visibility: visible;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 60px;
    }




    
    .part3-head{
        font-size: 30px;
        text-align: center;
    }

    .part3-box{
        display: flex;
        flex-direction: column;
        height: fit-content;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .box1{
        width: 100%;
    }

    .box2{
        width: 90%;
    }

    .box1-text{
        width: 100%;
        text-align: center;
    }

    .started{
        width: 80%;
    }




    .part2-head{
        font-size: 30px;
    }

    .part2-holder-box{
        width: 90%;
    }





    .head-head{
        font-size: 30px;
        width: 80%;
        text-align: center;
    }

    .head-text{
        width: 80%;
    }

    .contact{
        width: 80%;
    }




    .footer-content{
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .footer-bottom{
        display: flex;
        flex-direction: column;
    }

    footer{
        width: 100%;
        background-color: black;
        color: white;
        padding: 1px 50px 50px;
        padding-top: 100px;
    }
}