*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
    background-color: #08854a !important;


}

.section_1 {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
}

.section_1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: circle(100%);
    z-index: -1;

}

.bg-land {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: circle(100%);
    z-index: -1;

}

.section_1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0;

}


.section1_2 {
    z-index: 1;
    position: fixed;
    pointer-events: none;

}

.section_0 {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;

}

.section_0,
.section_1,
.arrow_down {
    transition: clip-path 0.3s ease-out;
}


.section_0::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    clip-path: circle(100%);
    z-index: -1;
    background-image: url(../images/stock-photo-happy-kids-with-baskets-on-apple-trees-alley-picking-apples-on-sunny-day-1633301698.jpg);
    background-size: cover;
    justify-items: center;
    align-items: center;
    display: flex;
}

.section_0::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: circle(100%);
    background-color: white;
    opacity: 0;
}

.hidden::before,
.hidden::after {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;

}


.landing-logo {
    z-index: 3;
    width: 100%;
    height: 100vh;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;

}

.landing-logo img {
    width: 800px;
    margin-bottom: 500px;
}

.arrow_down {
    z-index: 3;
    width: 100%;
    height: 100vh;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.a-t {
    z-index: 3;
    width: 100%;
    height: 100vh;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.a-t p {
    font-size: 30px;
    color: white;
    top: 200px;
    position: relative;
}

.ar1 {
    top: 250px;
    width: 5px;
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
    animation: move 1.1s infinite ease-in-out;
    position: relative;
}

.ar1:nth-of-type(1) {
    transform: rotate(-45deg);
    left: -10px;
}

.ar1:nth-of-type(2) {
    transform: rotate(45deg);
    left: 10px;
}

@keyframes move {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: 100px;
    }

    100% {
        margin-top: 0;
    }
}

.scroller {
    height: 120vh;
    pointer-events: none;

}

.section_2 {
    margin: auto;
    height: 100vh;
    position: relative;
    z-index: 1;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;

}


.section_3 {
    margin: auto;
    height: 100vh;
    background-color: #08854a;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 1;
}



.section_4 {
    width: 100%;
    margin: auto;
    height: 100vh;
    position: relative;
    z-index: 1;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;

}

.section_5 {
    width: 100%;
    margin: auto;
    height: 100vh;
    position: relative;
    z-index: 1;
    line-height: 1;
    background-color: #fff;
    justify-content: center;
    text-align: center;
}

.section_6 {
    width: 100%;
    margin: auto;
    height: 70vh;
    position: relative;
    z-index: 1;
    line-height: 1;
    background-color: #06a060;
    justify-content: center;

}

.banner {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    background-position: center;
    background-size: center;
}

.navbar {
    width: 100%;
    padding: 10px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    position: fixed;
    z-index: 1;
    pointer-events: auto;
}

.logo {
    width: 380px;
    margin-top: -10px;
    cursor: pointer;
}

.navbar ul li {
    list-style: none;
    display: inline-block;
    margin: 20px;
}

.navbar ul li a {
    text-decoration: none;
    color: black;
    font-weight: 600;
    padding: 15px;
}

li a:hover {
    background: black;
    transition: 0.5s;
}

.navbar a:hover {
    color: white;
}

.br_1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.br_2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.br_3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.font_size1 span {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150px;
    text-shadow: #6d6d6d 1px 0 10px;
}

.font_size2 span {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
    text-shadow: #6d6d6d 1px 0 10px;
}


.font_size3 span {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-shadow: #6d6d6d 1px 0 10px;
}

span {
    position: absolute;
    width: 0;
    height: 100%;
    color: #ffffff;
    left: 0;
    overflow: hidden;
    text-align: center;
}

#text_opacity span,
.changeopacity span {
    width: 100%;
    opacity: 0.2;
    position: relative;
}

.section_3 h2 {
    font-size: 50px;
    color: #fff;
}

.landing-wrapper {
    width: 100%;
    height: 80vh;
    position: relative;
    bottom: 0;
    overflow: hidden;

}

.landing-inner-content {
    justify-content: space-evenly;
    top: 20%;
    width: 1920px;
    height: 600px;
    position: relative;
    display: flex;
}

.headwrap_1 {
    position: relative;
    margin: auto;
    float: left;
}


.circle-to-square__container {
    padding: 20px;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;

    &:hover {
        .circle-to-square {
            height: 450px;
            width: 400px;
            border-radius: 30px;

        }

        .circle-to-square h2 {
            visibility: visible;
            transition: all 0.3s ease-in;
        }

        .circle-to-square img {
            transition: all 0.3s ease-in;
            height: 250px;
            width: 250px;
        }

        .card_btn {
            justify-content: center;
            text-align: center;
        }

    }
}

.circle-to-square {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 12px 20px,
        rgba(0, 0, 0, 0.25) 0px 6px 6px;
    cursor: pointer;
    font-family: sans-serif;
    width: 300px;
    height: 300px;
    background-color: white;
    border-radius: 100%;
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease all;
    overflow: hidden;
}


.circle-to-square img {
    margin-top: 50px;
    width: 200px;
    height: 200px;
}

.circle-to-square h2 {
    margin-top: 10px;
    color: black;
    text-align: center;
    font-size: 30px;
    visibility: hidden;
}

.card_btn {
    height: 50px;
    border: none;
    border-radius: 100px;
    padding: 10px 25px;
    background-color: #c5c5c5;
    margin-bottom: 15px;
    text-align: center;
    justify-items: center;
    font-size: 20px;
}

.card_btn p {
    margin: auto;
}

.card_btn:hover {
    background: black;
    transition: 0.5s;
    color: white;
}


.about_us_left {
    margin: auto;
    float: left;
    width: 50%;
    justify-items: center;
    align-items: center;
    display: grid;
}

.about_us_left h2 {
    font-size: 40px;
    position: relative;
}


.about_us_left p {
    font-size: 20px;
}

.about_btn {
    height: 50px;
    border: none;
    border-radius: 100px;
    padding: 10px 25px;
    background-color: #c5c5c5;
    margin-bottom: 15px;
    text-align: center;
    justify-items: center;
    font-size: 20px;
}

.about_btn:hover {
    background: black;
    transition: 0.5s;
    color: white;
}


.about_us_right {
    overflow: hidden;
    float: left;
    width: 50%;
    height: 100%;
}

.about_us_right img {
    overflow: hidden;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;

}

.latest_news {
    height: 30%;
    justify-content: center;
    align-items: center;
    display: flex;
}


.latest_news h2 {
    font-size: 50px;
}

.news_container {
    align-items: center;
    justify-content: space-evenly;
    margin: auto;
    display: inline-flex;
    width: 100%;
    height: 60%;


}



.left_news {
    height: 100%;
    overflow: hidden;
    float: left;
    width: 50%;
    justify-items: center;
    align-items: center;
    display: grid;
}

.left_news img {
    overflow: hidden;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.right_news {
    justify-items: center;
    align-content: center;
    float: left;
    width: 50%;
    display: grid;
    height: 100%;

}



.right_news button {
    height: 40px;
    border: none;
    border-radius: 100px;
    padding: 10px 20px;
    background-color: #c5c5c5;
    text-align: center;
    justify-items: center;
    font-size: 15px;
}




.news_1 {
    width: 600px;
    height: 300px;
    background-color: #e4e4e4;


}

.news_2 {
    width: 600px;
    height: 300px;
    background-color: #e4e4e4;
}


.news_3 {
    width: 600px;
    height: 300px;
    background-color: #e4e4e4;

}

.footer_left {
    justify-content: center;
    float: left;
    display: grid;
    width: 45%;
    height: 100%;

}

.footer_right {
    overflow: hidden;
    justify-items: center;
    float: left;
    width: 55%;
    height: 100%;


}

.footer_left_container {
    overflow: hidden;
    margin-top: 50px;
    height: 70%;

}

.footer_right_container {
    margin-top: 60px;
    width: 550PX;
}


.footer_right_container h1 {
    color: #fff;
}

.footer_left_container p {
    color: white;
    font-size: 20px;
}

.footer_left_container h2 {
    color: #fff;
}

.footer_left_container img {
    width: 400px;
}


.form_Input {
    display: block;
    margin-bottom: 0 0 15px 20px;
    padding: 4px;
    width: 80%;
    height: 5%;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-bottom: 1px solid #aaa;
    font-size: 12px;

}

.form_container {
    position: relative;
    margin: 8% auto;
    min-height: 65%;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
    background-color: #f2f2f2;
    padding: 12px 50px 15px;
    box-sizing: border-box;
    border-radius: 30px;

}

.submitButton {

    width: 100px;
}

input[type=submit] {
    background-color: #2C5F42;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;

}

input[type=submit]:hover {
    background-color: #000000;
    transition: 1s;

}


input[type=text],
textarea {
    border: none;
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    background-color: #E1E7E3;
}

form {
    margin-top: 15px;
}

textarea {
    height: 100px;
}

input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.footer_container {
    width: 100%;
    height: 100%;
}

.footer_middle {
    display: flex;
    width: 100%;
    height: 60vh;
    position: relative;
    z-index: 2;
    line-height: 1;
    background-color: #06a060;
    justify-content: center;
    overflow: hidden;
}