:root{--color-primary:#3498db;--color-secondary:#2ecc71;--color-accent:#e74c3c;--color-background:#ecf0f1;--color-text:#2c3e50;--color-black:#000;--color-white:#fff;--color-rich-gold:#86704d;--color-light-beige:#f1e4b2;--color-soft-gray:#d9d8d6;--color-deep-silver:#474f54;--color-silver:#898c8e;--color-muted-gold:#d77900;--color-deep-blue:#011e41}*{box-sizing:border-box;margin:0;padding:0}.btn{border:1px solid var(--color-rich-gold);color:var(--color-light-beige);cursor:pointer;font-family:Roboto;font-size:12px;font-weight:700;line-height:14.06px;padding:9px 24px;text-align:left;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.btn:hover{background:var(--color-rich-gold);color:var(--color-white)}@keyframes fadeIn{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@keyframes fadeOut{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}.mega-menu-container{background-color:var(--color-black);display:flex;justify-content:center;width:100%}.mega-menu{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}.column-top:first-child{width:calc(40% - 28px)}.column-top:nth-child(2){width:calc(35% - 28px)}.column-top:nth-child(3){width:calc(25% - 28px)}.column-top:nth-child(4){display:none;width:calc(50% - 28px)}.column h3{color:#ffba00;font-size:18px;margin-bottom:20px}.column ul{list-style:none;padding:0}.column ul li{display:flex;margin-bottom:20px}.column ul li img{margin-right:20px;width:80px}.column ul li h4{margin:0}.column ul li p{margin:5px 0 0}.column ul li a{color:#fff;text-decoration:none}.column ul li a:hover{text-decoration:underline}.contact form{display:flex;gap:10px;margin:20px 0}.contact input[type=email]{background-color:#333;border:none;border-radius:5px;color:#fff;flex:1;padding:10px}.contact button{background-color:#ffba00;border:none;border-radius:5px;color:#1e1e1e;cursor:pointer;padding:10px 20px}.contact-info{margin:20px 0}.contact-info a{color:#fff;text-decoration:none}.social{display:flex;gap:15px}.social a{color:#ffba00;font-size:20px}.items-menu-1{max-width:375px;width:100%}.items-menu-2{max-width:296px;width:100%}@keyframes moveX{0%{transform:translateX(0)}50%{transform:translateX(20px)}to{transform:translateX(0)}}@media (max-width:1024px){.column-top:first-child,.column-top:nth-child(2),.column-top:nth-child(3){width:calc(50% - 28px)}.column-top:nth-child(4){display:flex;flex-direction:column;width:calc(50% - 28px)}}@media (max-width:768px){.column-top:first-child,.column-top:nth-child(2),.column-top:nth-child(3){width:calc(100% - 28px)}.column-top:nth-child(4){display:flex;flex-direction:column;width:calc(100% - 28px)}}