.santa-container{width:100%;height:0;position:fixed;bottom:100px;left:0;z-index:99}.santa-container>marquee{border:solid green;position:absolute;height:100px}.santa-container>video{width:150px;height:50px;position:absolute;top:50px;animation:santa 10s linear infinite}@keyframes santa{0%{left:0}to{left:100%}}.christmasContainer{position:fixed;z-index:99;top:0;left:0;width:100%;height:0}.snowfall-container{position:relative;width:100%;height:0;background:transparent}.snowflake{position:absolute;top:-10px;color:#fff;opacity:.8;animation:fall linear infinite,sway ease-in-out infinite}@keyframes fall{0%{top:-10px}to{top:100vh}}@keyframes sway{0%,to{transform:translateX(0)}50%{transform:translateX(15px)}}.footerWrapper{background-color:var(--accentColor1);flex-direction:column}.footer,.footerWrapper{width:100%;margin-top:30px;display:flex;justify-content:space-evenly;align-items:flex-start}.footer{background-color:var(--customColor);padding:30px}.footerBio{width:350px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px}.footerBio>img{width:60%;height:100%;object-fit:contain;border-radius:10px}.footerBio>p{color:white;font-size:16px;text-align:justify}.footerBio>a{color:var(--customColor);font-size:20px;text-decoration:none;&:hover{text-decoration:underline}}.footerBioSocial{width:100%;padding:10px;display:flex;justify-content:center;align-items:center;gap:30px}.socialIco{font-size:30px;background-color:white;border-radius:5px;color:var(--accentColor1);padding:2px}.footerLink{width:200px;margin-top:30px}.footerLink>h3{color:white}.footerLink>li{margin:20px;list-style:none}.footerLink>li>a{color:white;text-decoration:none;font-size:20px;&:hover{text-decoration:underline}}.footerLink>li .active{color:white}.footerAddress{width:-moz-fit-content;width:fit-content;margin-top:30px}.footerAddress>li{margin:20px;list-style:none;display:flex;justify-content:flex-start;align-items:center;gap:20px}.footerAddress>li>a{color:white;text-decoration:none;font-size:20px;&:hover{text-decoration:underline}}.footerAddress>h3{color:white}.addressIco{font-size:20px;color:white}.belowFooter{width:100%;padding:10px;background-color:var(--neutralColor);display:flex;justify-content:space-evenly;align-items:center;position:relative}.belowFooter>li{list-style:none;color:black}.belowFooter>li>a{color:black;text-decoration:none}.belowFooter>li:nth-child(2){border:4px solid white;background-color:var(--accentColor1);padding:10px;position:absolute;top:-25px;border-radius:100%;width:50px;height:50px;display:flex;justify-content:center;align-items:center;cursor:pointer}.belowFooterIco{font-size:20px;color:white}.footerPay,.footerPay>a{width:100%;display:flex;justify-content:center;align-items:center}.footerPay>a>img{width:40%;height:100%;object-fit:cover}@media screen and (min-width:320px) and (max-width:768px){.footerWrapper{width:100%;margin-top:30px;display:flex;justify-content:center;align-items:center}.footer{padding:20px;flex-direction:column;gap:30px;margin-left:0}.footer,.footerBio{width:100%}.belowFooter>li{list-style:none;color:white;text-align:center}.belowFooter{width:100%;padding:10px;gap:10px;flex-direction:column}.belowFooter>li:first-child{margin-top:30px}.footerAddress{margin-bottom:30px}}.navbar-container{height:100px;width:100%;display:flex;justify-content:space-between;align-items:center;position:-webkit-sticky;position:sticky;top:0;z-index:9;background-color:white}.menu-wrapper{width:100%;height:100%;position:relative}.logo-container{padding:20px}.logo-container>h2>span{color:var(--accentColor1)}.logo-container>a>img{width:200px;height:100px;object-fit:cover}.menu-container{width:70%;height:100%}.menu-content{width:100%}.menu-content,.menu-content>ul{height:100%;display:flex;justify-content:space-evenly;align-items:center}.menu-content>ul{width:80%;margin:0;padding:0}.menu-content>ul>li{list-style:none}.menu-content>ul>li>a{color:var(--textColor1);font-size:18px;font-weight:500;text-decoration:none;&:hover{color:var(--accentColor1)}}.menu-content>button{padding:10px 5px;border-radius:10px;background-color:#f59f0b2f;border:1px solid var(--accentColor1);color:white;font-weight:500;&:hover{background-color:#f59f0b4b}}.button-87{margin:10px;padding:15px 30px;text-align:center;text-transform:uppercase;transition:.5s;background-size:200% auto;color:white;border-radius:10px;display:block;border:0;font-weight:700;box-shadow:0 0 14px -7px #f09819;background-image:linear-gradient(45deg,#ff512f,#f09819 51%,#ff512f);cursor:pointer;-moz-user-select:none;user-select:none;-webkit-user-select:none;touch-action:manipulation}.button-87:hover{background-position:100%;color:#fff;text-decoration:none}.button-87:active{transform:scale(.95)}.menu-content>ul>li>a.active{color:var(--accentColor1)}.repMenu-container{height:100%;display:none;justify-content:flex-end;align-items:center;padding:20px;width:100%}.repMenu-content{position:fixed;top:0;right:0;width:70%;height:100vh;background-color:white;z-index:10000;padding-top:60px;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .3s ease-in-out}.repMenu-content.show{transform:translateX(0)}.close-icon{position:absolute;top:20px;right:20px;font-size:24px;cursor:pointer}.repMenu-content>ul{display:flex;flex-direction:column;gap:25px;margin-top:20px;padding-left:20px}.repMenu-content ul li a{text-decoration:none;color:black;font-size:18px}.repMenu-content li a.active{color:var(--accentColor1);font-weight:700}.respMenu-icon,.respMenu-iconX{display:none;font-size:40px;color:var(--accentColor1);cursor:pointer}@media screen and (max-width:768px){.menu-content{display:none}.repMenu-container,.respMenu-icon{display:flex}}.repMenu-content>ul>li{list-style:none}@media screen and (max-width:768px){.menu-content{display:none}.logo-container>a>img{width:150px;height:80px;object-fit:cover}.navbar-container{height:80px;width:100%}}.popup-container{position:fixed;top:0;left:0;width:100%;height:100vh;display:none;justify-content:center;align-items:center;background-color:rgba(0,0,0,.7);z-index:10}.popup-wrapper{background:white;border-radius:12px;overflow:hidden;display:flex;height:600px;width:70%;max-width:1000px;box-shadow:0 6px 20px rgba(0,0,0,.25)}.popup-content{width:50%;height:100%;position:relative}.popup-content>img{width:100%;height:100%;object-fit:cover}.form-side{padding:40px 30px;display:flex;flex-direction:column;justify-content:center;background:#f9f9f9}.form-side h2{margin-bottom:20px;font-size:1.8rem;color:var(--accentColor1)}.popup-form{display:flex;flex-direction:column;gap:15px}.popup-form input,.popup-form select,.popup-form textarea{padding:12px 14px;border-radius:8px;border:1px solid #ccc;font-size:1rem;outline:none;transition:border .3s}.popup-form input:focus,.popup-form select:focus,.popup-form textarea:focus{border-color:var(--accentColor1)}.popup-form button{background-color:#f59f0b2f;border:1px solid var(--accentColor1);color:var(--accentColor1);padding:10px;border-radius:8px;font-size:20px;font-weight:700;cursor:pointer;transition:background .3s;&:hover{background-color:#f59f0b4b}}.popup-exit{position:absolute;right:20px;top:20px}.popup-exitIcon{font-size:30px;color:red;cursor:pointer}@media screen and (max-width:768px){.popup-wrapper{background:white;border-radius:12px;overflow:hidden;height:-moz-fit-content;height:fit-content;width:90%;box-shadow:0 6px 20px rgba(0,0,0,.25);display:flex;justify-content:flex-start;align-items:center;flex-direction:column}.popup-content{width:100%;height:100%;position:relative}.popup-content>img{display:none}}