*,
*: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;

}

.navbar {
    position: fixed;
    width: 100%;
    padding: 10px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    z-index: 1;
}

.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-strawberries-at-the-green-house-strawberry-farm-1924909310.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_2 {
    height: 100vh;
    justify-items: center;
    align-items: center;
    display: grid;
    overflow: hidden;
}

#dragSpace {
    width: 10000px;
    height: 80%;
    /*background-color: black;*/
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    display: grid;
}

#wrapperBoxes {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    width: 6000px;

}

.box {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 12px 20px,
        rgba(0, 0, 0, 0.25) 0px 6px 6px;
    cursor: pointer;
    position: relative;
    width: 500px;
    height: 600px;
    border-radius: 15px;
    margin: 40px 25px;
    background-color: #e9e9e9;
    text-align: center;
    font-weight: 600;
    color: black;
    float: left;
    justify-items: center;
    align-items: center;
    display: grid;

}

.box_con {
    display: grid;
    justify-items: center;
    align-items: center;
}

.box_con1 {
    display: grid;
    justify-items: center;
    align-items: center;
}


.box_con2 {
    display: grid;

}

.box_con2 h1 {
    font-size: 50px;
    margin: 0;
    padding: 10px;
}

.box_con img {
    width: 70%;

}

.box p {
    margin: 0;
    font-size: 20px;
}

.more_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;
}

.more_btn:hover {
    background: black;
    transition: 0.5s;
    color: white;
}


label {
    font-size: 20px;
}

.section_7 {
    width: 100%;
    margin: auto;
    height: 70vh;
    position: relative;
    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;
}