html,
body {
    margin: 0;
    overflow-x: hidden;
}

.div-1 {
    background-color: rgba(57, 105, 57, 0.718);
    height: 700px;
}

nav {
    display: flex;
    width: 1900px;
    height: 100px;
}

#start-logo {
    position: relative;
    margin-top: 20px;
    width: 150px;
    left: 200px;
}

.nav-text {
    display: flex;
    text-decoration: none;
    color: white;
    justify-content: flex-end;
    align-items: center;
    align-content: flex-end;
    position: relative;
    left: 900px;
    padding-left: 50px;
    font-size: 17px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 100px;
}

.head-text1 {
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: left;
    color: white;
    position: relative;
    left: 210px;

}

.head-text2 {
    top: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: left;
    color: white;
    position: relative;
    left: -550px;
    font-size: 40px;
    line-height: 50px;
}

.head-text3 {
    font-family: sans-serif;
    text-align: left;
    color: white;
    position: relative;
    left: 200px;
    font-size: 17px;

}

.grid-image {
    display: grid;
    position: relative;
    left: 90px;
    position: relative;
    bottom: 200px;
}

#button-1 {
    background-color: white;
    color: black;
    cursor: pointer;
    width: 180px;
    height: 50px;
    margin-left: 200px;
    position: relative;
    bottom: 250px;
    border-radius: 7px;
}

.section2 {
    background-color: white;
    height: 500px;
}

.head-text1-2 {
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    color: #74C69D;
    position: relative;
    left: 20px;
    bottom: -10px;
}

.head-text2-2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    color: black;
    position: relative;
    left: 40px;
    font-size: 40px;
    line-height: 30px;
    bottom: 20px;
}

.head-text3-2 {
    font-family: sans-serif;
    text-align: center;
    color: black;
    position: relative;
    left: 50px;
    font-size: 17px;
    bottom: 50px;
    line-height: 30px;
}

.flex-container {
    display: flex;
    margin-left: 210px;
    gap: 50px;
}

#button2 {
    background-color: black;
    color: white;
    height: 35px;
    width: 105px;
    border-radius: 5px;
    margin-left: 710px;
    top: 30px;
    position: relative;
    cursor: pointer;
}

.grid-container2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#grid-image2 {
    margin-left: 100px;
    margin-top: 80px;
}

#grid2-h2 {
    position: relative;
    top: 155px;
    left: 200px;
    font-size: 35px;
    word-spacing: 5.2px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}

#grid2-p {
    position: relative;
    left: 950px;
    bottom: 250px;
}

#button3 {
    background-color: black;
    color: white;
    height: 43px;
    width: 115px;
    border-radius: 5px;
    margin-left: 202px;
    bottom: 170px;
    position: relative;
    cursor: pointer;
}

.grid-container3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#grid-image3 {
    margin-left: 900px;
    margin-top: 30px;
    width: 500px;
}

#grid3-h2 {
    position: relative;
    left: 300px;
    font-size: 35px;
    top: 300px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

#grid3-p {
    position: relative;
    left: -1100px;
    bottom: 250px;
    top: 400px;
    width: 400px;
}

#button4 {
    margin-left: 300px;
    height: 45px;
    position: relative;
    bottom: 150px;
    background-color: black;
    color: white;
    border-radius: 5px;
    width: 150px;
}

#grid4-h2 {
    text-align: center;
    left: 300px;
    font-size: 35px;
    top: 300px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

#grid4-p {
    position: relative;
    left: 540px;
    top: -20px;
    width: 400px;
    text-align: center;
    line-height: 30px;
}

.grid-container4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-box {
    background-color: white;
    border-radius: 10px;
    box-shadow: black;
    position: relative;
    left: 100px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

#button6 {
    background-color: black;
    color: white;
    position: relative;
    left: 700px;
    top: 50px;
    height: 30px;
    width: 150px;
    border-radius: 5px;
    cursor: pointer;
}

footer {
    background-color: #74C69D;
    width: 1800px;
    height: 100px;
    margin-top: 100px;
}

#icons {
    position: relative;
    left: 200px;
    top: 45px;
}

#pfooter {
    position: relative;
    left: 1200px;
    color: white;
}
