.new-year-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.new-year-modal-content{position:relative;max-width:90%;max-height:90vh;background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 50px #00000080;animation:slideIn .5s ease-out}@keyframes slideIn{0%{transform:scale(.8) translateY(-50px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.new-year-modal-close{position:absolute;top:15px;right:15px;width:40px;height:40px;border:none;background:#ffffffe6;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;color:#333;transition:all .3s ease;z-index:10;box-shadow:0 2px 10px #0003}.new-year-modal-close:hover{background:#fff;transform:rotate(90deg);box-shadow:0 4px 15px #0000004d}.new-year-modal-image{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.new-year-modal-image img{max-width:100%;max-height:90vh;width:auto;height:auto;display:block;border-radius:15px}@media (max-width:768px){.new-year-modal-content{max-width:95%;max-height:85vh}.new-year-modal-close{width:35px;height:35px;top:10px;right:10px;font-size:18px}.new-year-modal-image img{border-radius:10px}}@media (max-width:480px){.new-year-modal-content{max-width:98%;border-radius:10px}.new-year-modal-close{width:30px;height:30px;font-size:16px}}