.background {
    background-color: #193060;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.container {
    margin-top: 60px;
    margin-bottom: 0;
}

h1 {
    margin-top: -20px;
    margin-bottom: 30px;
}

h2 {
    margin: 0;
}

body {
    text-align: left;
}

.foodstotrybanner {
    width: 100%;
    height: 100vh;
    max-height: 800px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.foodstotrybannerimage {
    height: 100%;
    margin-left: -160px;
}

.circle {
    background-color: #FBE8BD;
    border-radius: 100%;
    height: 150%;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -400px;
    z-index: 1;
}

.foodstotrytext {
    text-align: left;
    margin-left: 45%;
    margin-right: 8%;
}

.foodstotryimage {
    width: 500px;
    height: auto;
}

.content {
    position: relative;
    z-index: 1;
}

.foodstotrycontent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
    margin: 100px auto;
    width: 90%;
}

.text {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.foodstotrycloud {
    position: absolute;
    transform: scaleX(-1);
    right: -30px;
    top: -220px;
    z-index: -1;
}

.foodstotrycloud:nth-child(2) {
    position: absolute;
    transform: scaleX(1);
    left: -100px;
    top: 370px;
    z-index: -1;
}

.foodstotrycloud:nth-child(3) {
    position: absolute;
    transform: scaleX(1);
    right: -400px;
    top: 350px;
    z-index: -1;
}

.foodstotrycloud:nth-child(4) {
    position: absolute;
    right: -130px;
    top: 850px;
    z-index: -1;
}

.foodstotrycloud:nth-child(5) {
    position: absolute;
    transform: scaleX(1);
    left: -250px;
    top: 980px;
    z-index: -1;
}

@media screen and (max-width: 1080px) {
    .banner {
        margin-top: -110px;
    }

    .homebannertitle {
        font-size: 40px;
    }

    .foodstotrybanner {
        width: 100%;
        height: 650px;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .foodstotrybannerimage {
        width: auto;
        height: 100%;
        margin-left: -20%;
    }

    .circle {
        background-color: #FBE8BD;
        border-radius: 100%;
        height: 150%;
        aspect-ratio: 1/1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: -500px;
        z-index: 1;
    }

    .foodstotrytext {
        margin-left: 55%;
        margin-right: 8%;
    }

    .foodstotryimage {
        width: 400px;
        height: auto;
    }

    .foodstotrycontent {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 70px;
        margin: 100px auto;
        width: 90%;
    }

    .text {
        max-width: 400px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .foodstotrycloud {
        right: -90px;
        top: -160px;
    }

    .foodstotrycloud:nth-child(2) {
        left: -150px;
        top: 300px;
    }

    .foodstotrycloud:nth-child(3) {
        right: -400px;
        top: 250px;
    }

    .foodstotrycloud:nth-child(4) {
        right: -130px;
        top: 700px;
    }

    .foodstotrycloud:nth-child(5) {
        left: -280px;
        top: 800px;
    }
}

@media screen and (max-width: 900px) {
    body {
        text-align: center;
    }

    .foodstotryimage {
        width: 400px;
        height: auto;
    }

    .foodstotrycontent {
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin: 100px auto;
        width: 90%;
    }

    .reverse {
        flex-direction: column-reverse;
    }

    .text {
        max-width: 80%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .foodstotrycloud {
        right: -90px;
        top: -200px;
    }

    .foodstotrycloud:nth-child(2) {
        left: -50px;
        top: 200px;
    }

    .foodstotrycloud:nth-child(3) {
        right: -400px;
        top: 600px;
    }

    .foodstotrycloud:nth-child(4) {
        right: -30px;
        top: 1000px;
    }

    .foodstotrycloud:nth-child(5) {
        left: -280px;
        top: 1400px;
    }
}

/* Mobile styles */
@media screen and (max-width: 600px) {
    .foodstotrybanner {
        width: 100%;
        height: 820px;
        overflow: hidden;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .foodstotrybannerimage {
        margin-bottom: -20%;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        height: 55%;
        width: auto;
    }

    .circle {
        background-color: #FBE8BD;
        border-radius: 100%;
        width: 150%;
        aspect-ratio: 1/1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: -40%;
        z-index: 1;
        margin-left: 0;
    }

    .foodstotrytext {
        text-align: left;
        margin-left: 25%;
        margin-right: 25%;
        margin-top: -25%;
    }

    .foodstotryimage {
        width: 80%;
        height: auto;
    }

    .foodstotrycontent {
        gap: 15px;
        margin: 70px auto;
        width: 90%;
    }

    .text {
        gap: 5px;
    }

    .foodstotrycloud {
        right: -90px;
        top: -150px;
    }

    .foodstotrycloud:nth-child(2) {
        left: -50px;
        top: 150px;
    }

    .foodstotrycloud:nth-child(3) {
        right: -300px;
        top: 600px;
    }

    .foodstotrycloud:nth-child(4) {
        right: -30px;
        top: 62%;
    }

    .foodstotrycloud:nth-child(5) {
        left: -200px;
        top: 95%;
    }
}

/* Small Mobile styles */
@media screen and (max-width: 365px) {
    h1 {
        margin-top: -20px;
        margin-bottom: 30px;
    }

    .foodstotrybanner {
        width: 100%;
        height: 820px;
        overflow: hidden;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .foodstotrybannerimage {
        margin-bottom: -20%;
        margin-top: -50px;
        margin-left: 0;
        margin-right: 0;
        height: 55%;
        width: auto;
    }

    .circle {
        background-color: #FBE8BD;
        border-radius: 100%;
        width: 180%;
        aspect-ratio: 1/1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: -40%;
        z-index: 1;
        margin-left: 0;
    }

    .foodstotrytext {
        text-align: left;
        margin-left: 25%;
        margin-right: 25%;
        margin-top: -25%;
    }

    .foodstotryimage {
        width: 95%;
        height: auto;
    }

    .foodstotrycontent {
        width: 90%;
    }

    .foodstotrycontent:nth-child(2) {
        flex-direction: column;
    }

    .text {
        max-width: 95%;
    }
}