body{
    background-image: url("./images/xmas2025/bg_tree.svg");
    background-size: 200px;
    /* background-position-x: -120px; */
}

.red_back{
    background-color: rgba(101, 0, 0, 0.7);
}

.container{
    max-width: 1000px !important;
}

.footer-logo{
    position: absolute;
    bottom: 50px;
    width: 100px;
}

.main-box{
    position: relative;
}

.header-logo{
    position: absolute;
    top: 5%;
    left: 5%;
    width: 150px;
}

.main{
    width: 90%;
    margin:auto;
    animation: main-anim 3s infinite;

}

.main-msg{
    width: 5%;
    position: absolute;
    right: 2%;
    top: 15%;
}

.wada{
    max-width: 400px;
    /* margin:auto; */
    margin-left: auto;
    margin-top: 80px;
    margin-right: 20px;
}

.wada-serif-sm{
    width: 100%;
    max-width: 250px;
    margin:auto;
}

.wada-serif{
    max-width: 450px;
    margin:auto;
}

.title-menu1{
    width: 100%;
    max-width: 800px;
    margin:auto;
}

.recipe-btn{
    width: 100%;
    /* max-width: 600px; */
    margin: 20px auto;
}

.inner{
    max-width: 800px;
    width: 100%;
    margin:auto;
}

.window-right{
    width: 220px;
    margin-bottom: 65px;
}

.window-right2{
    /* width: 45%; */
    height: 30vh;
    margin-bottom: 65px;
}

.title-menu1{
    margin-top: -20px;
    position: relative;
    z-index: 999;
}

.window-recipe{
    margin-left: 0px;
    z-index: 2;
    position: relative;
    pointer-events: none;
}

.recipe-movie-singlebox{
    width: 372px;
    border:8px solid #000;    
    position: absolute;
    top: 220px;
    left: 65px;
    z-index:0;
}

.window-recipe-box{
    position: relative;
    max-width: 505px;
    width: 100%;
    margin:auto;
}

.star1{
    position: absolute;
}

.star2{
    position: absolute;
    width: 40%;
    margin-top: -100px;
    left: 10%;
}

.star3{
    position: absolute;
    margin-top: -250px;
    left: 5%;
    width: 80%;
    z-index: -1;

}

.star4{
position: absolute;
    margin-top: -520px;
    left: 10%;
    width: 50%;
    z-index: -1;

}

.star6{
    position: absolute;
    margin-top: -600px;
    left: 15%;
    width: 80%;
    z-index: -1;
}

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

    .recipe-movie-singlebox{
        width: 74%;
        top: 24%;
        left: 13.5%;        
    }

}

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

    .header-logo{
        min-width: 80px;
        width: 20%;
    }

    .footer-logo{
        min-width: 60px;
        width: 18%;
        bottom: 8%;
    }

    .wada{
        margin-left:auto;
        margin-right:auto;
        width: 90%;
        margin-top: 15px;
    }




}


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

    .window-recipe,
    .window-recipe-box{
        width: 100%;
    }

    .recipe-movie-singlebox{
        width: 74%;
        top: 24%;
        left: 13.5%;        
    }


.star2{
    position: absolute;
    width: 80%;
    margin-top: -100px;
    left: 10%;
}

.star3{
    position: absolute;
    margin-top: -50px;
    left: 5%;
    width: 100%;
}

.star4{
position: absolute;
    margin-top: -120px;
    left: 10%;
    width: 50%;
}

.star6{
    position: absolute;
    margin-top: -200px;
    left: 15%;
    width: 80%;
}


}


@media screen and (max-width: 480px) {
    body{
        background-size: 70px;

    }
}



@keyframes main-anim {
    0%{
        transform: rotate(-2deg);
    }
    50%{
        transform: rotate(2deg);

    }
    100%{
        transform: rotate(-2deg);

    }
}