/*hero section*/
.img-extend {
    background-image: url(../image/day1/hero.jpg);
}

.four-images {
    max-width: 1440px;
    margin: auto;
    padding: 50px 0;
    gap: 30px;
}

.four-images a {
    padding: 0;
    margin: 0;
}

/*888*/
.hkmee888,
.nutmegjuice,
.newlane {
    max-width: 1440px;
    margin: auto;
    padding: 50px 0;
}

.info-yellow-box {
    margin-top: 30px;
}

.day-text {
    padding: 0 50px;
}

.yellow-extend,
.beige-extend {
    padding: 0;
}

.split-img {
    padding: 50px;
}

/*Nutmeg Juice*/
.day-text-right {
    padding: 0 50px;
    margin: 0 !important;
}

.nutmegjuice .flex-content {
    padding-bottom: 60px;
}

.nutmegjuice .half-round-png {
    justify-content: flex-end;
}

.nutmegjuice .day-text-right h2 {
    color: #FDE2CF;
    margin: 0;
}

.nutmegjuice .day-text-right span {
    font-size: 32px;
    padding-left: 0;
}

.nutmegjuice .day1-img {
    margin-left: 50px;
}

.nutmegjuice .day-text p {
    padding: 30px 0;
}



/*Newlane*/
.newlane .flex-content-right {
    padding: 50px 0;
}

.newlane .flex-content {
    padding: 50px 0;
}

.newlane .day1-img {
    padding-left: 50px;
}

.newlane .day-text {
    padding-top: 0 !important;
}

.see-more-row {
    padding: 50px;
    display: flex;
    justify-content: flex-end;
}



/*tablet*/
@media screen and (max-width: 1185px) {

    /*day-texts*/
    .day-text {
        justify-content: flex-end;
        margin-bottom: 0 !important;
    }

    .day-text p {
        margin: 0;
    }

    /*split-img*/
    .split-img {
        padding: 30px 50px;
        gap: 20px;
    }

    .day1-img {
        width: 100%;
    }

    .hkmee888 .flex-content {
        flex-wrap: nowrap;
    }

    /*flex content*/
    .text {
        flex-direction: column-reverse;
    }

    .split-img img {
        width: 100%;
    }

    /* .info-yellow-box {
        margin: 50px 0;
    } */
}

@media screen and (max-width: 1000px) {}


@media screen and (max-width: 950px) {

    /*recommended restaurants*/
    .half-round-png {
        display: none;
    }

    .half-round-png-mb {
        display: block;
        max-width: 70%;
    }

    .half-round-png-right-mb {
        display: block;
        max-width: 100%;
    }

    .half-round-png-mb img,
    .half-round-png-right-mb img {
        width: 100%;
    }
}

@media screen and (max-width:900px) {
    .nutmegjuice .flex-content {
        padding-bottom: 30px;
    }
}

@media screen and (max-width:800px) {
    .hero-text {
        padding: 100px 0;
    }

    .newlane .day1-img,
    .nutmegjuice .day1-img {
        width: 50%;
        margin-left: 25%;
    }

    .day-text,
    .day-text-right {
        width: 100%;
        padding: 0 50px !important;
        margin: 0 !important;
    }

    .nutmegjuice .day-text p {
        padding-bottom: 20px !important;
    }

    .nutmegjuice .day-text,
    .newlane .day-text {
        width: 100%;
        padding: 0 20px;
    }

    .day-text-right h2 {
        padding-bottom: 0;
    }

    .day-text-right p {
        margin-bottom: 30px;
    }

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


    .half-round-png-mb,
    .half-round-png-right-mb {
        width: 50%;
    }

    .info-bgebox-mobile {
        margin-top: 20px;
    }

    .split-img {
        padding: 30px 50px 50px 50px;
    }

    .newlane .flex-content,
    .newlane .flex-content-right {
        padding: 0;
    }

    .newlane .day1-img {
        padding: 0 0 30px 0 !important;

    }

    .see-more-row {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 30px;
    }

    /*hero*/
    .hero {
        min-height: 300px;
    }

    /*888*/

    .split-img {
        padding: 30px 20px 50px 20px;
    }

    .split-img .day1-img {
        margin: 50px 0 0 0 !important;
    }

    .split-img .day1-img img {
        height: 200px;
    }

    .split-img .day1-img:first-child,
    .split-img .day1-img:last-child {
        margin-top: 0 !important;
    }

    /*nutmeg juice*/


    .nutmegjuice .day-text-right span {
        font-size: 20px;
    }

    .nutmegjuice .day-text {
        margin-top: 20px !important;
    }

    .day-text,
    .day-text-right {
        padding: 0 !important;
        margin: 0 20px !important;
    }

    /*newlane*/

    .nutmegjuice .day-text {
        padding-top: 30px;
    }

    .newlane .day-text {
        margin-top: 30px !important;
    }

    .newlane .day1-img {
        padding-bottom: 0 !important;
    }

    .see-more-row {
        padding: 50px 20px 0 0;
    }
}