body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}



.sliderholders.data-1 {
    /* height: 919px; */
    /* min-height: 100vh; */
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.bg-image {
    position: absolute;
    inset: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

img.main-image {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    margin-top: 80px;
    transform: translateX(-12%);
}

#snow-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* Allow clicks through canvas */
    z-index: 9999;
}

section.chritmas-sec {
    overflow: hidden;
    position: relative;
}

.sliderholders {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 30px;
}


.wish-data {
    max-width: fit-content;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding-top: 40px;
}

.main-heading {
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
}


.sub-heading {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: -15px;
}


img.treee-image {
    position: absolute;
    bottom: 0;
    left: 0;
    filter: drop-shadow(2px 4px 6px black) brightness(1.7) contrast(1.2);
    max-width: 250px;
}

img.treee-image.right {
    right: 0;
    left: initial;
}

img.gift-image {
    position: absolute;
    max-width: 300px;
    top: 0;
    left: 0;
}

img.gift-image.right {
    right: 0;
    left: initial;
    max-width: 600px;
}

@media(max-width:1600px) {
    img.main-image {
        max-width: 450px;
    }

    .main-heading {
        font-size: 60px;
    }

    .sub-heading {
        font-size: 22px;
        margin-bottom: -6px;
    }

    img.gift-image {
        max-width: 205px;
    }

    /* .sliderholders {
        height: 738px;
    } */

       img.treee-image {
        max-width: 200px;
    }
}

@media(max-width:1400px) {
    img.main-image {
        max-width: 350px;
    }

    .main-heading {
        font-size: 42px;
    }

    .sub-heading {
        font-size: 16px;
        margin-bottom: 0px;
    }

    /* .sliderholders {
        height: 607px;
    } */

    img.gift-image.right {
        max-width: 320px;
    }

        img.treee-image {
        max-width: 150px;
    }

}
@media(max-width:991px){
    img.main-image {
    margin-top: 134px;

}

    .sliderholders {
        height: auto;
        padding-bottom: 40px;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}


@media(max-width:767px){
    .wish-data{
        padding-left: 10px;
        padding-right: 10px;
    }

        .main-heading {
        font-size: 35px;
    }
     img.treee-image{
        display: none;
    }
}

@media(max-width:600px){
    img.gift-image{
        display: none;
    }
}