* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

body {
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

nav div {
    font-size: 1.2rem;
    display: flex;
    gap: 20px;
}

nav img {
    height: 40px;
    width: auto;
}

#rainbowline {
    margin-bottom: -4px;
    width: 100%;
}
.mainimage {
    width: 100%;
    height: 95vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 50px;
    background-image: url(https://i.pinimg.com/736x/33/5e/1c/335e1cdeecf0cfb20d7c746ff7185cef.jpg);
    clip-path: ellipse(80% 100% at 50% 0%);
    background-repeat: no-repeat;
    background-size: cover;
}

#logowhite{
    height: 10vh;
    width: 16vw;
    display: block;
    position: relative;
    bottom: 10vh;
    left: 7vw;
}

.mainimage h1 {
    width: 40vw;
    height: auto;
    color: white;
    margin: -6vw 0 0 7vw;
    font-size: 2.5rem;
}

.mainimage button {
    height: 45px;
    width: 180px;
    color: white;
    background-color: rgb(171, 23, 94);
    border: none;
    border-radius: 20px;
    font-size: 1.2rem;
    margin-left: 7vw;
}

.mainimage p {
    font-size: 1.9rem;
    width: 40vw;
    margin: 1vw 0 1vw 7vw;
}

#footer {
    display: flex;
    line-height: 30px;
    justify-content: center;
    padding: 20px 20px 40px 20px;
    background-color: rgb(224, 224, 224);
}

#footer div {
    width: 33vw;
    background-color: rgb(224, 224, 224);
    border-right: 1px solid black;
    padding: 20px;
}

#redcolor {
    color: red;
    margin: 20px 0;
}

#copyright {
    display: flex;
    justify-content: center;
    height: 5vh;
    font-size: 1.2rem;
    align-items: center;
}

.logos {
    height: 55px;
    width: auto;
}

.line {
    height: 4px;
    width: 20vw;
    margin: 20px 0 40px 0;
    display: flex;
    justify-self: center;
}

.parabig {
    font-size: 1.7rem;
    color: rgb(129, 129, 129);
    width: 80vw;
    text-align: center;
}

.ultimateapp {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10vh 0;
}

#updates {
    display: flex;
    gap: 5vw;
    padding: 5vw;
}

#updates img {
    height: 350px;
    width: 200px;
}

.farmerphoto img {
    height: 650px;
    width: 790px;
    animation: photomove 1s linear forwards;
}

@keyframes photomove {
    0% {
        transform: translateX(-750px);
    }

    100% {
        transform: translateX(0);
    }
}

.farmerphoto1 img {
    height: 660px;
    width: 750px;
    animation: slidepara 1s linear forwards;
}

#definition {
    animation: slidepara 1s linear forwards;
}

@keyframes slidepara {
    0% {
        transform: translateX(750px);
    }

    100% {
        transform: translateX(0);
    }
}

#definition h2 {
    font-size: 1.5rem;
}

#definition p {
    font-size: 1.5rem;
    margin-bottom: 5vh;
}

#definition1 p {
    font-size: 1.5rem;
    margin-bottom: 5vh;
}

.farmerphoto {
    display: flex;
    gap: 4vw;
    align-items: center;
    padding: 5vw 0;
}

.farmerphoto1 {
    display: flex;
    justify-content: flex-end;
    gap: 10vw;
    align-items: center;
    padding: 5vw 0;
}

.h1 {
    font-size: 2.1rem;
    text-align: center;
}

#definition {
    width: 30vw;
    animation: slidepara 1s linear forwards;
}

#definition1 {
    width: 30vw;
    animation: slidepara 1s linear forwards;
}

#farmerimage {
    height: 350px;
    width: 360px;
}

#farmerintro p {
    font-size: 1.5rem;
    width: 35vw;
}

#farmerintro {
    display: flex;
    justify-content: center;
    align-items: center;
}

#customerreview {
    background-color: rgb(86, 141, 116, 0.4);
    padding: 10vh 0;
}

.Frequently {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5vw;
}

.Frequently div {
    border: 1px solid black;
    border-radius: 50px;
    padding: 15px;
    width: 60vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.15rem;
    margin-bottom: 10px;
}

.shape {
    height: 50px;
    width: 65vw;
    display: flex;
    justify-self: center;
    border: 2px solid lightgray;
    font-size: 1.1rem;
    padding-left: 20px;
}

#message {
    height: 20vh;
    width: 65vw;
    display: flex;
    justify-self: center;
    border: 2px solid lightgray;
    font-size: 1.1rem;
    padding: 20px;
}

.getstart {
    padding: 50px 0;
}

#send {
    height: 45px;
    width: 100px;
    background-color: blue;
    color: white;
    font-size: 1.15rem;
    display: flex;
    justify-self: center;
    justify-content: center;
    align-items: center;
    border: none;
    margin: 20px;
}

.getstart p {
    text-align: center;
}
.logoblack{
    display: none;
    height: 100px;
    width:280px;
}
#hamberg img{
    display: none;
    width: 1.9rem;
    height:1.9rem;
}


@media all and (max-width:1180px) {
    nav div:nth-child(2) {
        display: none;
    }

    nav div:nth-child(3) {
        display: none;
    }

    #hamberg img{
        display: block;
    }

    .farmerphoto img {
        height: 25rem;
        width: 30rem;
    }

    .farmerphoto1 img {
        height: 25rem;
        width: 30rem;
    }

    #farmerimage {
        height: 18rem;
        width: 18rem;
    }
}


@media all and (max-width:1075px) {
    html{
        font-size: 15px;
    }
    #updates img {
        height: 300px;
        width: 170px;
        margin: -5px;
    }
    #updates {
    display: flex;
    gap: 2vw;
    padding: 1vw;
}
.mainimage{
    height:700px
}
#logowhite{
    height:70px;
    width:250px;
    margin-bottom: -5vh;
}
 html{
        font-size: 14px;
    }
    .h1{
        width:90%;
        text-align: center;
    }
}

@media all and (max-width:835px) {
     html{
        font-size: 13px;
    }
    .h1{
        width:90%;
        text-align: center;
    }
    .farmerphoto {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .farmerphoto div {
        width: 90vw;
    }

    #definition h2 {
        width: 90vw;
    }

    #definition p {
        width: 80vw;
    }

    .farmerphoto img {
        height: 38rem;
        width: 40rem;
    }

    .farmerphoto1 {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .farmerphoto1 div {
        width: 100%;
    }

    #definition1 h2 {
        width: 90vw;
    }

    #definition1 p {
        width: 80vw;
    }

    .farmerphoto1 img {
        height: 38rem;
        width: 40rem;
        display: flex;
        align-items: flex-start;
        justify-self: flex-end;
    }

    #footer {
        flex-direction: column;
    }

    #footer div {
        width: 90vw;
    }

    #footer div:nth-child(1),
    #footer div:nth-child(2),
    #footer div:nth-child(3) {
        border-right: none;
    }

    #updates img {
        height: 220px;
        width: 120px;
        margin: 50px 10px 10px 10px;
    }
    #definition,#definition1{
        padding: 10vw;
    }
    .mainimage{
        background-image: none;
        height:300px;
        display: flex;
        justify-content: center;
        align-items: center;
        width:100%;
    }
    .mainimage h1{
        display: none;
    }
    .mainimage p{
        display: none;
    }
    .mainimage .logoblack{
         display: block;
    }
    .mainimage #logowhite{
        display: none;
    }
}
@media all and (max-width:640px){
    html{
        font-size: 12px;
    }
    .h1{
        width:90%;
        text-align: center;
    }

    .farmerphoto div {
        width: 90vw;
    }

    #definition h2 {
        width: 90vw;
    }

    #definition p {
        width: 90vw;
    }

    .farmerphoto img {
        height: 35rem;
        width: 31rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .farmerphoto1 {
        gap: 30px;
    }

    .farmerphoto1 div {
        width: 100%;
    }

    #definition1 h2 {
        width: 90vw;
    }

    #definition1 p {
        width: 90vw;
    }

    .farmerphoto1 img {
        height: 35rem;
        width: 31rem;
        display: flex;
        justify-self: flex-end;
    }
    #farmerintro{
        flex-direction: column;
    }
    #farmerintro p{
        width:90vw;
    }
    #farmerintro b{
        display: block;
        width:90vw;
    }
    #updates img {
        flex-wrap: wrap;
        height: 200px;
        width: 80px;
        margin: 5px;
    }
    #updates {
    display: flex;
    gap: 2vw;
    padding: 5px;
}

.Frequently div {
    padding: 20px;
    width: 90vw;
}
.shape {
    height: 50px;
    width: 80vw;
    border-radius: 10px;
}
#message {
    width: 80vw;
   border-radius: 10px;
}
#send {
   border-radius: 10px;
}
#copyright{
    height: 10vh;
    text-align: center;
}
}

@media all and (max-width:385px){
    #updates img{
        width:70px;
        margin: 1px;
        height:140px;
    }
    html{
        font-size: 11px;
    }
    .h1{
        width:90%;
        text-align: center;
    }
    
}
