body{
    background-image: url('/img/bg_christmas2025.jpg'); /* Replace with your image URL */
    background-size: cover;       /* Ensures the image covers the full viewport */
    background-position: center;  /* Centers the image */
    background-repeat: no-repeat; /* Prevents tiling */
    background-attachment: fixed; /* Makes the background fixed during scroll */

    font-size: 1rem;
}

.font-lexend{
    font-family: "Lexend", sans-serif;
}

.bg-yellow{
    background-color: #f0a71d;
}

.card{
    border:0 !important;
}

.card img{
    border-top-left-radius: 5px; /* Adjust radius as needed */
    border-top-right-radius: 5px;
}

.headings h1 {
    font-family: "Lexend", sans-serif;
    font-size: 4rem;
    color: #f0a71d;
}

.headings h2 {
    font-family: "Lexend", sans-serif;
    font-size: 3rem;
    color: #fff;
}

.logos {
    font-size: 0.8rem;
}

.logos img{
    max-height:50px;
}

.btn-buy{
    font-family: "Lexend", sans-serif;
    font-size: 2rem;
    color:#000;

}

.text{
    font-size: 1.6rem;
    color:#fff;
}

.bg-warning{
    background-color: #f0a71d !important;
}