.kitchenbg {
    background-image: url(/img/home/kitchen.webp);
    height: 750px;
}

.kitchenbg img {
    margin-top: -319px;
    height: 1069px;
    width: 720px;
}

.featured-mv {
    display: none;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    /* Adjust the margin as needed */
}

.feature-image {
    max-width: 100%;
    scale: 0.8;
}

.feature-text h3 {
    font-size: 25px;
    color: #f46b58;
    letter-spacing: 12px;
}

.feature-text h2 {
    font-size: 60px;
    font-weight: bold;
    color: #f46b58;
    letter-spacing: 5px;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.feature-text p {
    font-size: 25px;
    font-weight: 500;
    color: #9f7576;
    text-align: center;
}

.ft2 {
    display: block;
}

.ft3 {
    display: block;
}

.feature-text button {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    background-color: #f46b58;
    color: #fff;
    letter-spacing: 8px;
    border-radius: 0%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* .toplayerimg {
    position: absolute;
    z-index: 0;
    top: 1377px;
    left: -70px;
    width: 52%;
    scale: 0.82;
} */

.salmon-pink {
    background-color: #ff9193;
    padding: 10px;
    color: #fff;
}

.salmon-pink hr {
    border: 5px solid #fff;
    opacity: 1;
    width: 90%;
    margin: 20px auto;
}

.salmon-pink p {
    margin: 35px;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 3px;
    padding: 20px;
}

.your-text {
    margin-right: 40px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 2.4rem;
    color: #fff;
    letter-spacing: 6px;
    text-align: right;
    padding-top: 20px;
}

.salmon-pink button {
    position: relative;
    z-index: 2;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 25px;
    font-weight: 500;
    background-color: #f46b58;
    color: #fff;
    letter-spacing: 8px;
    border-radius: 0%;
    border-color: #f46b58;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.shape1 {
    background-image: url(../../img/home/shape1.webp);
}

.patternImg {
    width: 100%;
    height: 125px;
    background-image: url(../../img/home/japanesepattern.webp);
}

#companyPage {
    margin-top: 70px;
}

.recipeimg {
    padding: 90px 90px 90px 90px;
}

.recipe-mv {
    display: none;
}

.recipe-button {
    margin-top: 40px;
    margin-left: 20px;
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    background-color: #fff;
    color: #875f5b;
    letter-spacing: 10px;
    border-color: #ff9193;
    border-radius: 0%;
    border-width: 6px;
    border-style: solid;
    box-shadow: 0px 4px 8px rgba(245, 141, 141, 0.1);
}

.homesocials h3 {
    font-size: 72px;
    font-weight: 900;
    letter-spacing: 5px;
    color: #f46b58;
    margin-top: 50px;
    margin-bottom: 70px;
}

.s-icon {
    padding: 20px;
}

.contactborder {
    border: 30px solid rgba(239, 239, 239);
}

.contactus {
    margin-top: 20px;
    background-color: #fff;
}

.contactus h3 {
    color: #9c5e40;
    font-size: 2.5rem;
    font-weight: 950;
    letter-spacing: 3px;
}

.contactus h4 {
    color: #9c5e40;
    font-weight: 950;
}

.contactus p {
    color: #9c5e40;
    font-weight: 500;
}

.contactboxborder {
    border: 3px solid rgb(220, 220, 220);
    padding: 50px;
}

.btn-custom {
    background-color: #045651 !important;
    color: #fff;
    border-radius: 0px;
    padding: 10px 15px 10px 15px;
    cursor: auto !important;
    color: #ffffff !important;
}

#video-container {
    position: relative;
    width: 640px;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    transition: opacity 1.5s ease;
}

#intro-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main-content {
    opacity: 0;
    transition: opacity 1.5s ease;
}

.ourstoryheader {
    margin-top: 5%;
    font-size: 4.8rem;
    font-family: InterXBold;
    letter-spacing: 12px;
    text-shadow: 2px 6px #c6877e;
}

/*================== FOR MOBILE SCREEN ==========================*/
@media only screen and (min-width: 200px) and (max-width: 767px) {

    .featured-dv {
        display: none;
    }

    .featured-mv {
        display: block;
    }

    #featureProducts {
        margin-top: 20px;
    }

    .feature-image {
        scale: 1;
    }

    .feature-text h2 {
        margin-top: 20px;
        font-size: 2.6rem;
        letter-spacing: 2px;
    }

    .feature-text p {
        margin-top: 20px;
        font-size: 1.1rem;
        padding: 5px;
    }

    .ft2 {
        display: inline;
    }

    .ft3 {
        display: inline;
    }

    .feature-text button {
        font-size: 1rem;
        padding-left: 35px;
        padding-right: 35px;
        letter-spacing: 4px;
        margin-top: 30px;
    }

    .recipe-text-mv {
        color: #f07867;
        font-family: InterXBold;
        font-size: 2.5rem;
        text-align: center;
        margin-top: 20px;
    }

    .navbar-brand img {
        transform: scale(1);
    }

    /*#featureProducts {
        scale: 0.7;
        margin-top: -40%;
    }*/

    #companyPage {
        margin-top: 0px;
    }

    .shape1 {
        height: auto;
    }

    .patternImg {
        height: 55px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .kitchenbg {
        height: 470px;
    }

    .kitchenbg img {
        margin-top: -50px;
        height: 624px;
        width: 420px;
        margin-left: 5%;
    }

    .your-text {
        text-align: center;
        font-size: 1.5rem;
        margin-top: 5px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .salmon-pink {
        background-color: #ff9193;
        padding: 10px;
        color: #fff;
    }

    .toplayerimg {
        margin-top: -1290px;
        margin-left: -20px;
        padding: 25px;
        scale: 0.85;
    }

    .salmon-pink h3 {
        margin-top: 2%;
        font-size: 35px;
        font-weight: 500;
        letter-spacing: 12px;
    }

    .salmon-pink p {
        margin-left: 35px;
        margin-right: 35px;
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 2px;
    }

    .salmon-pink hr {
        margin-bottom: 10px;
    }

    .salmon-pink button {
        position: relative;
        z-index: 2;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 500;
        background-color: #f46b58;
        color: #fff;
        letter-spacing: 4px;
        border-radius: 0%;
        border-color: #f46b58;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    }

    .recipeimg {
        padding: 0px;
        margin-top: 20px;
        display: none;
    }

    .recipe-button {
        margin-top: 20px;
        margin-left: 0px;
        padding-left: 80px;
        padding-right: 80px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 18px;
        letter-spacing: 6px;
    }

    .recipe-mv {
        display: block;
    }

    .beef-tapa-img {
        margin-top: -30px;
    }

    #recipePage {
        margin-bottom: 20px;
    }

    .homesocials h3 {
        scale: 0.7;
        margin-bottom: 20px;
    }

    .s-icon {
        padding: 5px;
    }

    .social-links {
        margin-top: -20%;
        margin-left: 8%;
    }

    .btn-custom {
        margin-left: -10px;
    }

    .contactus h3 {
        font-size: 1.7rem;
        font-family: InterXBold;
    }

    .contactus h4 {
        font-size: 1.1rem;
    }

    .contactus p {
        font-size: 0.9rem;
    }

    .contactus button {
        font-size: 0.9rem;
    }

    .contactboxborder {
        border: 0;
    }

    .contactboxborder img {
        scale: 1;
        margin-top: -60px;
    }

    .contactusimage {
        display: none;
    }

    .contactus {
        background-image: url(/img/home/contactfuwafuwam.webp);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .contactusbox {
        background-color: #ffffff;
        margin-top: 40%;
    }

    #video-container {
        position: relative;
        width: auto;
        height: auto;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10%;
        transition: opacity 1.5s ease;
    }

    #intro-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}



@media only screen and (min-width: 200px) and (max-width: 450px) {
    .kitchenbg img {
        margin-top: -50px;
        height: 550px;
        width: 370px;
        margin-left: 5%;
    }
}

@media only screen and (min-width: 767px) {
    #footerPage {
        background-color: #f37260;
    }

    .kitchenbg img {
        margin-top: -150px;
        height: 900px;
        width: 600px;
        margin-left: 3%;
    }

    .salmon-pink {
        background-color: #ff9193;
        padding: 10px;
        color: #fff;
        height: 750px;
    }

    .salmon-pink p {
        margin: 35px;
        font-size: 26px;
        font-weight: 500;
        letter-spacing: 3px;
        padding: 20px;
    }

    .btn-custom {
        margin-left: -20px;
    }

    .contactboxborder {
        margin-top: -20px;
    }

    .contactboxborder h4 {
        font-size: 20px;
    }

    .contactboxborder button {
        margin-bottom: -40px;
    }

    .contactus h3 {
        color: #9c5e40;
        font-size: 2rem;
        font-weight: 950;
        letter-spacing: 3px;
    }

    .contactus h4 {
        font-size: 1.5rem;
    }

    .contactboxborder img {
        margin-top: -60px;
    }

}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1024px) {

    .contactboxborder img {
        margin-top: -50px;
        scale: 0.7;
    }

    .contactus h3 {
        color: #9c5e40;
        font-size: 1.4rem;
        font-weight: 950;
        letter-spacing: 3px;
    }

    .contactboxborder button {
        margin-top: -25px;
        margin-left: -35px;
        font-size: 1rem;
    }

    .salmon-pink p {
        margin: 35px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 3px;
        padding: 20px;
    }

}

@media only screen and (min-width: 1151px) {
    .salmon-pink p {
        margin: 35px;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 3px;
        padding: 20px;
    }
}

@media only screen and (min-width: 1250px) {
    .contactboxborder img {
        margin-top: -30px;
        scale: 0.7;
    }

    .contactboxborder button {
        margin-left: -10px;
    }

    .salmon-pink button {
        margin-top: -20px;
    }

    .salmon-pink p {
        margin: 35px;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 3px;
        padding: 20px;
    }
}

@media only screen and (min-width: 1500px) {
    .contactboxborder img {
        margin-top: -30px;
        scale: 1;
    }

    .contactus h3 {
        color: #9c5e40;
        font-size: 2.5rem;
        font-weight: 950;
        letter-spacing: 3px;
    }

    .contactboxborder button {
        margin-top: -15px;
        margin-left: 0px;
        font-size: 1rem;
    }

    .contactboxborder {
        margin-top: 50px;
    }

    .kitchenbg img {
        margin-top: -319px;
        height: 1069px;
        width: 720px;
    }

    .salmon-pink {
        background-color: #ff9193;
        padding: 10px;
        color: #fff;
    }

    .salmon-pink hr {
        border: 5px solid #fff;
        opacity: 1;
        width: 90%;
        margin: 20px auto;
    }

    .salmon-pink p {
        margin: 35px;
        font-size: 28px;
        font-weight: 500;
        letter-spacing: 3px;
        padding: 20px;
    }

    .ourstoryheader {
        margin-top: 5%;
        font-size: 4.8rem;
        font-family: InterXBold;
        letter-spacing: 12px;
        text-shadow: 2px 6px #c6877e;
    }

    .salmon-pink h3 {
        margin-top: 2%;
        font-size: 5rem;
        font-weight: 500;
        letter-spacing: 12px;
    }
}