body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f0f8ff;
    text-align: center;
    margin: 0;
    padding: 0;
}

.interactive-banner {
    background-image: url(../../imgs/advent/banner-bg-adevc.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100vh;
    min-height:840px;

    position: relative;
    overflow: hidden;
}

.tree-container {}

.header-advent {
    position: absolute;
    top: 0px;
    padding: 15px;
    padding-top: 35px;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

.header-advent img {
    width: 220px;
    margin: 0 auto;
}

/**************.timerandheading ********************/
.timerandheading {
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 30%;
    left: 20%;
}

.timerandheading h1 {
    font-size: 1.6em;
    margin-bottom: 15px;
}

.timerandheading div{ background-color:#B42015; border:3px #fff solid; border-radius:20px; padding:15px 20px 6px 15px; width:320px }
#timer{ font-size:1.8em; }
@media(max-width:1280px){
    .timerandheading{ top: 145px;
    left:0%; right: 0px;
    width: 320px;
    margin: 0 auto;
}
}
/*****************.timerandheading ********************/

.tree {
    width: 580px;
    display: block;
    z-index: 1000;
    /*  grid-template-columns: repeat(4, 1fr);*/
    /*  grid-gap: 5px;*/
    /*  background: #2f4f4f;*/
    padding: 40px;
    padding-top: 95px;
    border-radius: 15px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 25px;
    margin: 0 auto;
    background-image: url(../../imgs/advent/wood-tree.png);
    background-size: cover;
    padding-top: 8%;
    padding-right: 5%;
    background-position: bottom;
    background-repeat: no-repeat;
}

    .tree::after {
        content: '';
        background-image: url('../../imgs/advent/right-stand.png');
        width: 200px;
        height: 100px;
        position: absolute;
        position: absolute;
        bottom: -25px;
        background-repeat: no-repeat;
        right: 35px;
    }

    .tree::before {
        content: '';
        background-image: url('../../imgs/advent/left-stand.png');
        width: 100px;
        height: 100px;
        position: absolute;
        position: absolute;
        bottom: -4px;
        background-repeat: no-repeat;
        left: 110px;
    }



.day {
    width: 60px;
    height: 70px;
    margin: 2px;
    background-color: #d3d3d3;
    color: #000;
    display: inline-block;
    font-size: 1.2em;
    line-height: 84px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    transition: transform 0.3s;
    background-image: url(../../imgs/advent/drawer-handle.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 50%;
}

/**********all box colors *********/
.tree div {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.7em;
    transform: skew(1deg, 2deg);
}

/*tree row 1*/
.tree div:nth-child(1) {
    background-color: #FE4C4D;
    color: #FECD7B;
}

/*tree row 2*/
.tree div:nth-child(3) {
    background-color: #AC5F54;
    color: #F6C074;
}

.tree div:nth-child(4) {
    background-color: #FBFCF7;
    color: #84544B;
}

/*tree row 3*/
.tree div:nth-child(6) {
    background-color: #E6BE7C;
    color: #5B6763;
}

.tree div:nth-child(7) {
    background-color: #9CCB95;
    color: #C38932;
}

.tree div:nth-child(8) {
    background-color: #F76056;
    color: #F1BF73;
}

/*tree row 4*/
.tree div:nth-child(10) {
    background-color: #B1625D;
    color: #F3C16B;
}

.tree div:nth-child(11) {
    background-color: #FDFBF7;
    color: #875651;
}

.tree div:nth-child(12) {
    background-color: #E1BA78;
    color: #58594C;
}

.tree div:nth-child(13) {
    background-color: #92C289;
    color: #BC8235;
}

/*tree row 5*/
.tree div:nth-child(15) {
    background-color: #F9675E;
    color: #FACA74;
}

.tree div:nth-child(16) {
    background-color: #9ACA91;
    color: #BC7F33;
}

.tree div:nth-child(17) {
    background-color: #AC5554;
    color: #E7B366;
}

.tree div:nth-child(18) {
    background-color: #F8F9F2;
    color: #884245;
}

.tree div:nth-child(19) {
    background-color: #DCAD62;
    color: #414130;
}

/*tree row 6*/
.tree div:nth-child(21) {
    background-color: #DFB870;
    color: #5A5042;
}

.tree div:nth-child(22) {
    background-color: #F8FCF5;
    color: #8E4C4F;
}

.tree div:nth-child(23) {
    background-color: #FB5B4F;
    color: #F0C371;
}

.tree div:nth-child(24) {
    background-color: #91C188;
    color: #BE7C2E;
}

.tree div:nth-child(25) {
    background-color: #9B3E3E;
    color: #E4AD66
}

.tree div:nth-child(26) {
    background-color: #FE4334;
    color: #F4D77E;
}

/*tree row 7*/
.tree div:nth-child(28) {
    background-color: #84BB7C;
    color: #AF741E;
}

.tree div:nth-child(29) {
    background-color: #F8483B;
    color: #E9CA6F;
}

.tree div:nth-child(30) {
    background-color: #F4F3ED;
    color: #6F2E2E;
}

/*********all box colors close********/

.day:hover {
    transform: scale(1.1);
}

.day.glowing {
    position: relative;
    background-color: #ffcc00;
    animation: glow 1s infinite alternate;
}

.day.glowing::after {}


    .day.glowing::after {
        content: '';
        background-image: url(../../imgs/advent/star-glow.png);
        width: 100px;
        height: 100px;
        position: absolute;
        display: block;
        z-index: 100;
        background-size: cover;
        border-radius: 50%;
        /* Make it a circle */
        position: absolute;
        top: -49%;
        /* Adjust as needed */
        left: -26%;
        /* Adjust as needed */
        transform-origin: center;
        /* Ensure it rotates around its center */
        animation: slow-rotate 5s ease-in-out infinite;
        /* Apply the animation */
    }

@keyframes slow-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes glow {
    from {
        box-shadow: 0 0 10px #ffcc00;
    }

    to {
        box-shadow: 0 0 20px #ffcc00;
    }
}

/* Popup Styles */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.popup {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 300px;
}

.close-btn {
    background-color: #ff4500;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
}


/********snow.css******/


.snow-container {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    pointer-events: none;
}

.snowflake {
    position: absolute;
    background-color: white;
    border-radius: 50%;
    opacity: 0.8;
    pointer-events: none;
}

@keyframes fall {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    10% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
        transform: translateY(100vh);
    }
}

@keyframes diagonal-fall {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }

    10% {
        opacity: 1;
    }

    100% {
        opacity: 0.25;
        transform: translate(10vw, 100vh);
    }
}

/********bottom.css******/
.tree-container1 {
    position: absolute;
    bottom: -40px;
    z-index: 0;
    width: 100%;
    /* Adjust to your container's width */
}

.trees {
    position: absolute;
    bottom: 0;
    /* Place at the bottom */
}

img {
    display: block;
    width: auto;
    height: auto;
}


.bottom-ice {
    background-image: url('../../imgs/advent/bottom-ice.png');
    background-repeat: repeat;
    background-size: 100%;
    height: 90px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    transition: background-position 0.2s ease-out;
    /* Added smooth transition with ease-out */
}



/**************radom star******************/

.star {
    opacity: 0.4;
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url('../../imgs/advent/star-glow.png');
    background-size: cover;
    border-radius: 50%;
    z-index: 10;
    opacity: 0.8;
    animation: slow-rotate 5s ease-in-out infinite;
    /* Apply the animation */
}


@keyframes slow-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




/**************|offerpop|******************/
.offerpop {
    padding: 30px;
}

.offerpop>div {
    position: relative;
}

.offerpop h3 {
    color: #2A57A0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.7em;
    line-height: 31px;
}

.offerpop img {
    width: 100px;
    margin: 0 auto;
}

.modal-header {
    background-color: #FF3F02;
    color: #fff
}

.modal-header h5 {
    width: 100%;
    text-align: center;
}

.modal-header .btn-close {
    background-color: #fff
}

.offerpop div:nth-child(1) {
    border-right: 1px #ccc dashed;
}

.offerpop::after {
    content: 'or';
    font-size: 2em;
    color: #fff;
    position: absolute;
    top: 20%;
    color: #444;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 30px;
    background-color: #fff;

}

.offerpop p {
    font-size: 1.2em;
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 15px 0px;
    padding-bottom: 50px;
}


.offerpop button {
    position: absolute;
    bottom: -5px;
    width: 180px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}


/*******@media*****/

@media(min-width:1667px) and (max-width:1920px) {
    .tree {
        transform: scale(0.95);
        transform-origin: bottom center;
    }
}

@media(min-width:1280px) and (max-width:1666px) {
    .tree {
        transform: scale(0.8);
        padding-right: 85px;
        transform-origin: bottom center;
    }

    .interactive-banner {
        background-size: cover;
        background-position: center
    }
}
@media(max-width:991px) {
  .interactive-banner {
        background-size: cover;
        background-position: center
    }
}
@media(max-width:1279px) {
    .tree {
        transform: scale(0.7);
        padding-right: 85px;
        transform-origin: bottom center;

    }

    .interactive-banner {
        background-size: cover;
        background-position: center;
    }
}

@media(min-width:481px) and (max-width:767px) {


    

    .timerandheading{
    top: 20%;
        left: 0%;
    right: 0%;
    width: 310px;
    margin: 0 auto;}

    .timerandheading span{ font-size:14px; }

    .interactive-banner {
        background-size: cover;
        background-position: center;
    }

    .offerpop>div {
        padding-bottom: 50px;
    }

    .offerpop button {
        position: relative;
        bottom: 0;
    }

    .offerpop div:nth-child(1) {
        border-bottom: 1px #ccc dashed;
        border-right: none;
    }

    .offerpop h3 {
        margin-top: 30px;
    }

    .offerpop::after {
        content: 'or';
        font-size: 2em;
        color: #fff;
        position: absolute;
        top: 33%;
        color: #444;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        width: 30px;
        background-color: #fff;

    }
}

@media(max-width:767px) {
.offerpop p{
    padding-bottom: 10px !important;
}

}



@media(min-width:0px) and (max-width:480px) {
    .interactive-banner {
        height: 89vh
    }

    .tree {
        transform: scale(0.6);
        padding-right: 85px;
        transform-origin: bottom center;
    }

    .timerandheading{
    top: 20%;
        left: 0%;
    right: 0%;
    width: 310px;
    margin: 0 auto;}

    .timerandheading span{ font-size:14px; }

    .interactive-banner {
        background-size: cover;
        background-position: center;
    }

    .offerpop>div {
        padding-bottom: 50px;
    }

    .offerpop button {
        position: relative;
        bottom: 0;
    }

    .offerpop div:nth-child(1) {
        border-bottom: 1px #ccc dashed;
        border-right: none;
    }

    .offerpop h3 {
        margin-top: 30px;
    }

    .offerpop::after {
        content: 'or';
        font-size: 2em;
        color: #fff;
        position: absolute;
    
        color: #444;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        width: 30px;
        background-color: #fff;

    }
}


@media(min-width:0px) and (max-width:320px) {
    .tree {
        transform: scale(0.6);
        padding-right: 85px;
        transform-origin: bottom center;
     
    }
}

@media(min-width:321px) and (max-width:576px) {
    .tree {
        transform: scale(0.6);
        padding-right: 85px;
        transform-origin: bottom center;
        
    }
}









/* large screen size 2k 4k 8k  */

@media (min-width: 2561px) and (max-width: 80000000px) {

    body,
    html {
        position: relative;
        width: 1920px !important;
        margin: 0 auto !important;
        overflow-x: hidden !important;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24) !important;
        -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24) !important;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24) !important;
    }

    .interactive-banner {
        height: 900px
    }

    header {
        width: 1920px !important;
    }

    header {
        width: 1920px !important;
        margin: auto;
    }
}




.day {
    transition: 0.5s;
}

.day.glowing:hover {
    margin-left: -35px;
    position: relative;
    margin-right: 35px;
}

.day.glowing:hover::before {
    content: '';
    background-color: #181414;
    width: 33px;
    height: 69px;
    position: absolute;
    transition: 0.5s;
    z-index: -1;
    right: -34px;
    transform: perspective(10px);
}




/*************************|steps|******************************/
.steps-holder {
   
    border-top: 30px #2B59A4 solid;
}

.steps-holder h2 {
    color: #F26522;
    text-transform: uppercase;
    font-weight: bold;
    margin: 40px;
}

.steps {
    text-align: center;
    padding-top: 30px;
    padding: 20px;
    padding-bottom: 20px;
    background-color: #F1F1F1;
    border-radius: 8px;
    position: relative;
    z-index: 1024;
}

.steps span {
    display: inline-block;
    top: -20px;
    background-color: #256AB0;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    line-height: 40px;
}

.steps img {
    margin: 0 auto;
    margin: 0 auto;
    height: 90px;
    padding: 15px;
}

.steps p {
    padding: 10px;
    display: block;
}


.floating-ice {
    width: 100%;
    margin-top: -150px;
    z-index: 100;
    position: relative;
}




.star-rating {
    display: none !important;
}


.customer-review h3 {
    color: #256AB0;
    text-transform: uppercase;
    font-weight: bold;
}



.trust-secction {
    background-color: #F2F2F2;
    padding: 30px;
}

.trust-secction div img {
    width: 100%;
}




/****************.social-mediaicons-holder********************/

.social-mediaicons-holder {
    padding: 35px;
}



.social-mediaicons-holder .social-icons {
    max-width: 320px;
    margin: o auto;
    font-size: 0.7em;
    color: #000;
    display: inline-block;
    display: flex !important;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
}

.social-mediaicons-holder .social-icons a {
    text-decoration: none;
}

.social-mediaicons-holder .social-icons i {
    color: #000
}




@media(min-width:320px) and (max-width:600px) {
    .tree {
        transform: scale(0.6);
        padding-right: 85px;
        transform-origin: bottom center;
   
    }
}


@media(max-width:480px) {
.offerpop::after{

top: 33%;
}
}

@media(max-width:365px) {
.offerpop::after{

top: 36%;
}
}

@media(min-width:767px) {
.offerpop h3{
max-width: 80%;
margin: 0 auto;


}



}



@media(max-width:991px) {
.floating-ice {
    margin-top: 0;
}
.tree{
height:80%;
padding-top: 110px;
}
}


@media(max-width:1550px) {
.tree{
/* height: 65%; */
}
.steps{
    margin-bottom: 30px;
}
}


@media(max-width:1289px) {
.tree{
height: 80%;
}
}
@media(max-width:1284px) {
    .interactive-banner{
height: 80vh;
}
}




@media(max-width:576px) {
section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card{
         padding: 36px !important;
        min-height: 170px;   
}
}


@media(max-width:414px) {
.tree{
margin-left: -80px;
}

}
@media(max-width:360px) {
.tree{
margin-left: -120px;
}
}
.tooltip-inner {
    background-color: #fff;
    color: #000;
    animation: blinker 1s linear infinite;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #fff;
}

#offerModal {
    z-index: 1099;
}

@media(max-width:576px) {
    .offerpop > div {
        padding-bottom: 30px !important;
    }

    .offerpop::after {
        display: none;
    }

    .tooltip-inner {
        font-size: 14px;
    }
}

.day.disabled {
    pointer-events: none;
}
