*,
*: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;
}

.section_1 {
    width: 100%;
    height: 100vh;
}

.slider {
    display: flex;
    transition: transform 0.5s ease;
}


.section_2 {
    position: relative;
    height: 100vh;
    overflow: hidden;
    margin: auto;
    align-items: center;
}

.slide {
    min-width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    display: flex;
}

.nav-btn {
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.navbar {
    position: fixed;
    width: 100%;
    padding: 10px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    z-index: 2;
}

.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;
}

.section_1 {
    width: 100%;
    height: 45vh;
    background-image: url(../images/stock-photo-shiny-delicious-apples-hanging-from-a-tree-branch-in-an-apple-orchard-1508722949.jpg);
    background-size: cover;
    justify-items: center;
    align-items: center;
    display: grid;
}

.text_box1 {
    width: 40%;
    justify-items: center;
    align-items: center;
    display: grid;

}

.text_box1 h2 {
    font-size: 50px;
    color: white;
    text-shadow: #6d6d6d 1px 0 10px;

}


.text_box1 p {
    font-size: 20px;
    color: white;
    text-shadow: #6d6d6d 1px 0 10px;
    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;

}

.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: 1;
    line-height: 1;
    background-color: #06a060;
    justify-content: center;
    overflow: hidden;
}



.con_i1 {
    width: 30%;
    height: 100%;
    justify-items: center;
    align-items: center;
    display: grid;
}

.con_i2 {
    width: 40%;
    height: 100%;
    margin: 0;
}

.con_i2x {
    height: 100%;
    align-items: center;
    display: grid;
}

.con_i2m {
    height: 60%;
}

.con_i3 {
    width: 30%;
}

.imgbox_1 {
    width: 100%;
    height: 50%;
    overflow: hidden;
    float: left;
    justify-items: center;
    align-items: center;
    display: grid;

}

.imgbox_1 img {
    overflow: hidden;
    width: 80%;
    background-repeat: no-repeat;
    background-position: center;

}

.up {
    display: grid;
}

.up h2 {
    font-size: 40px;
}

.text_m1 h2 {
    font-size: 40px;
}

.text_m2 h2 {
    font-size: 40px;
}

.down {
   margin-top: 20px;
}

.con_i2 h2 {
    padding: 0;
    margin: 0;
}

.half-circle-container {
    position: relative;
    height: 100%;
}

.half-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
    z-index: 1;
    overflow: hidden;
}

.text_m1 {
    display: flex;
}

.flag_1 {
    width: 700px;
    align-items: center;
    display: grid;
}

.flag_2 {
    width: 700px;
    align-items: center;
    display: grid;
}

.flag {
    height: 60%;
    width: 80%;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}

.flag1 {
    height: 60%;
    width: 80%;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}

.flag-2 {
    border-radius: 20px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
    width: 120px;
    height: 100%;
}

.flag-3 {
    border-radius: 20px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
    width: 120px;
    height: 100%;
}

.flag-2 button {
    border-radius: 20px;
    width: 120px;
    height: 100%;
    border: none;
    outline: none;
    justify-content: center;
    display: flex;
}

.flag-3 button {
    border-radius: 20px;
    width: 120px;
    height: 100%;
    border: none;
    outline: none;
    justify-content: center;
    display: flex;
}

.flag img {
    border-radius: 20px;
    width: 120px;
    height: 100%;
}

.flag1 img {
    border-radius: 20px;
    width: 120px;
    height: 100%;
}


.text_m2 {
    display: flex;
}

.down_1 {
    margin-top: 35px;
    align-items: center;
    width: 100%;
    display: flex;
}

.months {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.month {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
}

.circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, box-shadow 0.3s;
}

.circle.active {
    background-color: #ffcc00;
    box-shadow: 0 0 15px rgba(255, 204, 0, 0.8);
}

.month-name {
    margin-top: 5px;
    font-size: 20px;
}