a {
    text-decoration: none;
}

.nav-header {
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
    word-spacing: 1rem;
    background: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    padding-left: 170px;
    padding-right: 126px;
}

.button1 {
    height: 26px;
    width: 100px;
    cursor: pointer;
    border: hidden;
    border-radius: 5px;
    background: #EEF8FF;
    color: #0D019A;
}

.button2 {
    height: 21px;
    width: 75px;
    cursor: pointer;
    border: hidden;
    border-radius: 5px;
    background: #F0FFEE;
    color: #049A01;
}

.body-image {
    background-image: url("/images/Subtract.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.feature-image {
    background-image: url("/images/Ellipse\ 8.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.sale-image {
    background-image: url("/images/Ellipse\ 7.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.navbar {
    display: flex;
    padding-left: 215px;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 5px;
    letter-spacing: 0.05em;
    word-spacing: 2rem;
}

.nav-btn {
    text-transform: uppercase;
    cursor: pointer;
    height: 36px;
    width: 89px;
    border: 12%;
    border-radius: 9px;
    background: #FF5C00;
    color: white;
    border: hidden;
}

.row {
    display: flex;
    position: relative;
    padding-left: 80px;
    padding-top: 40px;
    font-size: 30px;
    background-color: #FFFFFF;
}

.feature {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #222222;
    color: #FFFFFF;
    padding-left: 90px;
    padding-top: 61px;
}

.feature-text {
    padding-right: 162px;
    padding-left: 157px;
}

.feature button {
    height: 26px;
    width: 100px;
    cursor: pointer;
    border-color: #EEF8FF;
    border-radius: 5px;
    background: #000;
    color: #EEF8FF;
}

.testimonial-test {
    display: flex;
    margin: 20px 20px;
    padding-top: 60px;
}

.testimonial-vendor {
    display: flex;
    padding-bottom: 60px;
}

.sale {
    display: flex;
    justify-content: space-between;
    background: #FFF8F5;
    color: #242120;
    position: relative;
    padding-top: 60px;
}

.sale button {
    height: 30px;
    width: 75px;
    cursor: pointer;
    border-radius: 5px;
    color: #FF5C00;
    background: #FFF8F5;
    border-color: #FF5C00;
}

.sale h5 {
    color: #FF5C00;
}

.elipse2 {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    padding-top: 60px;
}

.elipse3 {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    padding-bottom: 50px;
    padding-top: 60px;
    padding-bottom: 120px;
}

.padding1 {
    padding-left: 130px;
}

.padding2 {
    padding-left: 200px;
}

.padding3 {
    padding-right: 110px;
    padding-left: 200px;
}

.padding4 {
    padding-left: 187px;
    padding-right: 231px;
}

.iphone {
    position: relative;
    bottom: 50px;
}

.search {
    display: flex;
    position: relative;
    justify-content: center;
    background: #25201D;
    color: #FFFFFF;
}

.search-text {
    padding-top: 50px;
    font-size: 1.5rem;
    padding-left: 100px;
    padding-right: 33px;
}

.cta-side {
    display: flex;
    background: #25201D;
    color: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 51px;
    padding-right: 200px;
    justify-content: space-evenly;
}

.input-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    height: 45px;
    border: 1x solid gray;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.2);
}

.input-container input {
    outline: none;
    border: none;
    background: transparent;
}

.input-container input::placeholder {
    padding-left: 16px;
    color: #FFF;
}

.input-container button {
    outline: none;
    font-size: 13px;
    width: 119px;
    height: 45px;
    border-radius: 4px;
}

.end-point {
    color: #0D019A;
    text-align: center;
}

@media(max-width: 700px) {
    body {
        overflow-x: hidden;
    }
    .body-image {
        width: 500px;
    }
    .food {
        display: none;
    }
    .nav-header {
        padding-left: 15px;
        padding-top: 15px;
    }
    .navbar {
        display: none;
    }
    .row {
        flex-direction: column;
        font-size: 21px;
        padding-left: 20px;
        padding-top: 35px;
    }
    .feature {
        flex-direction: column-reverse;
        padding-right: 250px;
        padding-left: 170px;
    }
    .feature-text {
        padding-right: 120px;
        padding-left: 250pxp;
    }
    .testimonial-vendor {
        padding-bottom: 60px;
        flex-direction: column;
        flex: none;
    }
    .testimonial-test {
        padding-bottom: 60px;
        flex-direction: column;
        flex: none;
        margin: auto;
    }
    .padding1 {
        padding-left: 20px;
        padding-right: 150px;
    }
    .padding2 {
        padding-left: 20px;
        padding-right: 150px;
    }
    .padding3 {
        padding-left: 20px;
        padding-right: 150px;
    }
    .padding4 {
        padding-left: 20px;
        padding-right: 120px;
    }
    .sale {
        flex-direction: column;
    }
    .sale-image {
        width: 500px;
    }
    .elipse2 {
        flex-direction: column;
    }
    .elipse3 {
        flex-direction: column;
    }
    .iphone {
        width: 350px;
        padding-left: 30px;
    }
    .search {
        flex-direction: column-reverse;
    }
    .search-text {
        padding-bottom: 70px;
        padding-left: 30px;
    }
    .cta-side {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-right: 0px;
        padding-left: 0px;
    }
}