*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    transition: 0.3s;
    list-style: none;
    scroll-behavior: smooth;
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
}

.top{
    width: 100%;
    height: 50px;
    background-color: #66AB36;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
}

.right{
    color: white;
    font-size: 24px;
    display: flex;
    gap: 20px;
}

nav{
    width: 100%;
    height: 190px;
    background-color: white;
    display: flex;
    padding-left: 50px;
    padding-right: 50px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.logo{
    width: 150px;
    height: 150px;
    background-image: url('../uploads/logo.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav1{
    
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav2{
    display: flex;
    gap: 30px;
}

.navlinks{
    color: rgb(30, 30, 30);
    font-size: 19px;
}

header{
    width: 100%;
    height: 90vh;
    background-image: url(../uploads/header1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dark{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.548);
    display: flex;
    align-items: center;
    justify-content: center;
}

.content{
    width: 50%;
    height: 70%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: center;
    color: white;
    margin-top: -120px;
}

.headhead{
    font-size: 60px;
    font-weight: bolder;
    text-align: center;
}

.headtext{
    width: 60%;
    font-size: 29px;
    font-weight: lighter;
    text-align: center;
    font-family: poppins;
}

.btn{
    width: 250px;
    height: 70px;
    font-size: 19px;
    color: white;
    border-radius: 50px;
    border: 2px solid white;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: poppins;
}




.part1{
    width: 100%;
    height: 600px;
    display: flex;
}

.part11{
    width: 33.33%;
    background-color: #F1BB00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: white;
    font-weight: bold;
}

.part12{
    width: 33.33%;
    background-color: #F1C21A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: white;
    font-weight: bold;
}

.part13{
    width: 33.33%;
    background-color: #F3C82E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: white;
    font-weight: bold;
}




.part2{
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.part21{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part2img{
    background-image: url(../uploads/part21.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 550px;
    height: 470px;
    padding-left: 40px;
}

.part22{
    width: 50%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.part2head1{
    font-size: 40px;
    font-weight: bold;
    color: rgb(44, 44, 44);
    margin-bottom: 15px;
}

.part2head2{
    font-weight: 300;
    color: rgb(132, 132, 132);
    margin-bottom: 40px;
}

.part2text{
    width: 60%;
    color: rgb(132, 132, 132);
    font-size: 19px;
    margin-bottom: 20px;
}

.btnn{
    width: 290px;
    height: 70px;
    font-size: 19px;
    color: rgb(132, 132, 132);
    border-radius: 50px;
    border: 2px solid rgb(132, 132, 132);
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: poppins;
}






.part3{
    width: 100%;
    height: 500px;
    background-image: url('../uploads/part32.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.part3dark{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.415);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-left: 100px;
}

.btnnn{
    width: 250px;
    height: 70px;
    font-size: 19px;
    color: white;
    border-radius: 50px;
    background-color: #66AB36;
    font-family: poppins;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part3head{
    font-size: 65px;
    font-weight: bolder;
    color: white;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.part3span{
    color: #F0BC00;
}




.part4{
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.part41{
    width: 50%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding-left: 80px;
}

.part4img{
    background-image: url(../uploads/part4.JPG);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 550px;
    height: 500px;
    padding-left: 40px;
}

.part42{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part4head1{
    font-size: 40px;
    font-weight: bold;
    color: rgb(44, 44, 44);
    margin-bottom: 30px;
}

.part4text{
    width: 90%;
    color: rgb(132, 132, 132);
    font-size: 19px;
    margin-bottom: 30px;
}





.part5{
    width: 100%;
    height: 650px;
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.part5head{
    font-size: 50px;
    font-weight: bolder;
    color: rgb(44, 44, 44);
}

.part5boxes{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.part5box1{
    width: 33%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.part5box2{
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    color: #66AB36;
}

.part5box3{
    width: 60%;
    height: 100%;
    display: flex;
    align-items: start;
    gap: 15px;
    justify-content: center;
    flex-direction: column;
    line-height: 24px;
}

.part5box3head{
    color: #66AB36;
    font-weight: 300;
    font-size: 25px;
}

.part5box3text{
    color: rgb(132, 132, 132);
    font-size: 19px;
}





.part6{
    width: 100%;
    height: 1000px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-top: 50px;
}

.part6head{
    font-size: 50px;
    font-weight: bolder;
    color: rgb(44, 44, 44);
}

.part6boxes{
    width: 90%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part6box1{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.part6box2{
    width: 90%;
    height: 60%;
    background-image: url('../uploads/part61.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.part6box21{
    width: 90%;
    height: 60%;
    background-image: url('../uploads/part62.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.part6box3{
    width: 90%;
    height: 40%;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 30px;
}

.part6box3head{
    font-weight: 300;
    color: rgb(39, 39, 39);
    margin-bottom: 40px;
}

.part6box3text{
    width: 90%;
    color: rgb(132, 132, 132);
    font-size: 19px;
    margin-bottom: 20px;
}





.part7{
    width: 100%;
    height: 500px;
    background-color: #333333;
}






footer {
    width: 100%;
    height: 220px;
    background-color: #222222;
    color: white;
    text-align: center;
    padding: 20px 0;
}


.menu{
    display: none;
    visibility: hidden;
}

#hamicon{
    display: none;
    visibility: hidden;
}





@media (max-width: 800px) {

    .right{
        display: none;
        visibility: hidden;
    }

    .part1{
        display: none;
        visibility: hidden;
    }

    .menu{
        width: 70%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background-color: white;
        display: none;
    }

    .activeee{
        display: flex;
        visibility: visible;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 60px;
        z-index: 1000000;
    }

    .navlinkss{
        color: black;
        font-size: 20px;
    }

    .navlinks{
        display: none;
        visibility: hidden;
    }

    #hamicon{
        display: block;
        visibility: visible;
        font-size: 30px;
    }

    .content{
        width: 90%;
        height: 90%;
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: center;
        justify-content: center;
        color: white;
        margin-top: -120px;
    }

    nav{
        width: 100%;
        height: 120px;
        background-color: white;
        display: flex;
        padding-left: 50px;
        padding-right: 50px;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }
    
    .headhead{
        font-size: 25px;
        font-weight: bolder;
        text-align: center;
    }
    
    .headtext{
        width: 100%;
        font-size: 29px;
        font-weight: lighter;
        text-align: center;
        font-family: poppins;
    }
    
    .btn{
        width: 250px;
        height: 70px;
        font-size: 19px;
        color: white;
        border-radius: 50px;
        border: 2px solid white;
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: poppins;
    }

    .logo{
        width: 70px;
        height: 70px;
        background-image: url('../uploads/logo.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }



    .part2{
        width: 100%;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 50px;
        flex-direction: column-reverse;
    }
    
    .part21{
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .part22{
        width: 90%;
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
    }

    .part2head1{
        font-size: 30px;
        font-weight: bold;
        color: rgb(44, 44, 44);
        margin-bottom: 15px;
    }
    
    .part2head2{
        font-size: 20px;
        font-weight: 300;
        color: rgb(132, 132, 132);
        margin-bottom: 40px;
    }
    
    .part2text{
        width: 60%;
        color: rgb(132, 132, 132);
        font-size: 17px;
        margin-bottom: 20px;
    }

    .part2img{
        background-image: url(../uploads/part21.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 95%;
        height: 400px;
        padding-left: 40px;
    }
    
    .btnn{
        width: 290px;
        height: 70px;
        font-size: 19px;
        color: rgb(132, 132, 132);
        border-radius: 50px;
        border: 2px solid rgb(132, 132, 132);
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: poppins;
    }



    .part3{
        width: 100%;
        height: 500px;
        background-image: url('../uploads/part32.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: local;
    }
    
    .part3dark{
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.415);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0;
    }
    
    .btnnn{
        width: 250px;
        height: 70px;
        font-size: 19px;
        color: white;
        border-radius: 50px;
        background-color: #66AB36;
        font-family: poppins;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .part3head{
        font-size: 40px;
        font-weight: bolder;
        color: white;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }



    .part4{
        width: 100%;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .part41{
        width: 90%;
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
        padding-left: 0px;
        margin-bottom: 20px;
    }
    
    .part4img{
        background-image: url(../uploads/part4.JPG);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 90%;
        height: 450px;
        padding-left: 0px;
    }
    
    .part42{
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .part4head1{
        font-size: 30px;
        font-weight: bold;
        color: rgb(44, 44, 44);
        margin-bottom: 30px;
    }
    
    .part4text{
        width: 90%;
        color: rgb(132, 132, 132);
        font-size: 17px;
        margin-bottom: 30px;
    }




    .part5{
        width: 100%;
        height: fit-content;
        background-color: #F7F7F7;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .part5head{
        font-size: 40px;
        font-weight: bolder;
        color: rgb(44, 44, 44);
    }
    
    .part5boxes{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    
    .part5box1{
        width: 90%;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 40px;
    }
    
    .part5box2{
        width: 30%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 70px;
        color: #66AB36;
    }
    
    .part5box3{
        width: 70%;
        height: 100%;
        display: flex;
        align-items: start;
        gap: 15px;
        justify-content: center;
        flex-direction: column;
        line-height: 24px;
    }
    
    .part5box3head{
        color: #66AB36;
        font-weight: 300;
        font-size: 20px;
    }
    
    .part5box3text{
        color: rgb(132, 132, 132);
        font-size: 17px;
    }




    .part6{
        width: 100%;
        height: fit-content;
        background-color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .part6head{
        font-size: 30px;
        font-weight: bolder;
        color: rgb(44, 44, 44);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .part6boxes{
        width: 90%;
        height: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    .part6box1{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }
    
    .part6box2{
        width: 90%;
        height: 300px;
        background-image: url('../uploads/part61.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .part6box21{
        width: 90%;
        height: 300px;
        background-image: url('../uploads/part62.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .part6box3{
        width: 90%;
        height: 40%;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        gap: 30px;
    }
    
    .part6box3head{
        font-weight: 300;
        color: rgb(39, 39, 39);
        margin-bottom: 40px;
    }
    
    .part6box3text{
        width: 100%;
        color: rgb(132, 132, 132);
        font-size: 19px;
        margin-bottom: 20px;
    }
    
}