
@font-face {
    font-family: 'Acumin-Variable-Concept';
    src: url('/themes/v2/fonts/Acumin-Variable-Concept.ttf');
}        

#christmas .modal-dialog {
    max-width: 100%;
    height: 100%;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#christmas.modal {
    background-color: #000000c2 !important;
}

#christmas .modal-content {
    position: relative;
    background-color: black;
    /*background-image: url('../images/christmas-popup-bg-img.webp');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1075px;
    height: auto;
    border-radius: 5px;
    border: 2px solid #fec32d;
    border-width: 7px 2px 1px;
    padding: 35px 20px 45px;
    text-align: center;
    display: block;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 999;
}

.popupLogo {
    width: 150px;
    height: auto;
}

.popupTitle {
    font-family: 'Acumin-Variable-Concept';
    font-size: 64px;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    margin: 30px 0 15px;
    line-height: normal;
}

.popupSbTitle {
    font-size: 37px;
    font-weight: 700;
    color: white;
    font-family: Arial, sans-serif !important;
    line-height: normal;
    margin-bottom: 30px;
}

.tagPopup {
    font-family: Arial, sans-serif !important;
    display: inline-block;
    background-color: white;
    font-size: 25px;
    font-weight: 700;
    color: black;
    padding: 10px 28px;
    border: 5px solid #fec32d;
    border-width: 0 5px 0 5px;
    line-height: normal;
    height: 58px;
    align-content: center;
    border-radius: 10px;
    margin-bottom: 27px;
}

.timeArea {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
    margin-bottom: 25px;
}

.timePara {
    font-size: 26px;
    font-weight: 400;
    color: #fec32d;
    font-family: Arial, sans-serif !important;
}

.timePara span {
    font-size: 27px;
    margin-left: 10px;
}

.christmasPopupCta {
    font-family: Arial, sans-serif !important;
    font-size: 30px;
    font-weight: 900;
    display: inline-block;
    color: black;
    padding: 9.5px 55px;
    background: linear-gradient(45deg, #FFD700, #FFC107); /* Gold gradient */
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    text-transform: uppercase;
    border-radius: 15px;
    transition: 0.3s;
}

.christmasPopupCta:hover {
    background: linear-gradient(45deg, #FFEB3B, #FFD700); /* Brighter gold gradient */
    color: #000; /* Black text stays readable */
    box-shadow: 0 6px 15px rgba(255, 215, 0, 0.7); /* Gold glow effect */
    transform: translateY(-2px); /* Slight lift for interaction feel */
}

button#closePop {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 100px;
    border: none;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    text-align: center;
}

.snow-christmas-popup {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    width: 100%;
    /*top: 0;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    height: 100%;
    z-index: 0;
}

.snow-flake {
    position: absolute;
    pointer-events: none;
    top: -40px;
     /* improves animation performance */
}


@keyframes fall {
  from { transform: translateY(0) rotate(0deg); }
  to { transform: translateY(110vh) rotate(360deg); }
}

@keyframes shine {
  from { opacity: 0.6; }
  to { opacity: 1; }
}

.Copyright i {
    margin-right: 0;
}

@media(max-width: 1550px) {
    
    #christmas .modal-content {
        max-width: 1000px;
    }
    
   .popupTitle {
        font-size: 56px;
    }
}

@media(max-width: 1366px) {
    
    .christmasPopupCta {
        font-size: 26px;
        padding: 9px 40px;
    }
    
    .tagPopup {
        font-size: 22px;
        padding: 2px 25px;
        height: 55px;
        margin-bottom: 22px;
    }
    
    .popupSbTitle {
        font-size: 32px !important;
        margin-bottom: 25px;
    }
    
    .popupTitle {
        font-size: 50px !important;
        margin: 25px 0 15px;
    }
}

@media(max-width: 1280px) {
    #christmas .modal-content {
        max-width: 950px;
    }
}

@media(max-width: 1024px) {
    
    #christmas .modal-content {
        max-width: 800px;
    }
    
    .christmasPopupCta {
        font-size: 24px;
        padding: 9px 30px;
    }
    
    .tagPopup {
        font-size: 20px;
        padding: 2px 25px;
        height: 50px;
        margin-bottom: 20px;
    }
    
    .popupSbTitle {
        font-size: 28px !important;
        margin-bottom: 25px;
    }
    
    .popupTitle {
        font-size: 45px !important;
        margin: 20px 0 15px;
    }
}

@media(max-width: 991px) {
    
    .timePara {
        font-size: 22px;
    }
    
    .timePara span {
        font-size: 22px;
        margin-left: 5px;
    }
    
    .christmasPopupCta {
        font-size: 22px;
    }
    
    .tagPopup {
        font-size: 18px;
        padding: 2px 20px;
        height: 45px;
        margin-bottom: 20px;
    }
    
    .popupSbTitle {
        font-size: 25px !important;
        margin-bottom: 20px;
    }
    
    .popupTitle {
        font-size: 40px !important;
    }
    
    #christmas .modal-content {
        max-width: 750px;
    }
}

@media(max-width: 767px) {
    #christmas .modal-content {
        max-width: 90%;
    }
}

@media(max-width: 575px) {
    
    button#closePop {
        height: 20px;
        width: 20px;
        font-size: 12px;
    }
    
    .popupLogo {
        width: 120px;
    }
    
    .christmasPopupCta {
        font-size: 18px;
        border-radius: 10px;
        padding: 8px 20px;
    }
    
    .tagPopup {
        font-size: 15px;
        padding: 2px 15px;
        height: 40px;
    }
    
    .timeIcon {
        width: 12px;
    }
    
    .timePara {
        font-size: 20px;
    }
    
    .timePara span {
        font-size: 20px;
    }
    
    .popupSbTitle {
        font-size: 20px !important;
    }
    
    .popupTitle {
        font-size: 25px !important;
    }
    
    #christmas .modal-content {
        padding: 25px 20px 25px;
    }
}


@media(max-width: 425px) {
    
    .chatway--container .chatway--preview-container {
        right: 70px !important;
        bottom: -20px !important;
    }
    
    .popupTitle {
        font-size: 22px !important;
    }
}



