.header-logos{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-evenly;align-items:center;padding:10px;gap:20px;background-color:#fff;box-shadow:0 2px 10px #0000001a;z-index:99999;min-height:100px}.header-logos .header-description{margin:0;text-align:center}.header-logos .logos{min-width:400px;display:flex;justify-content:space-between;align-items:center}@media (max-width: 450px){.header-logos .logos{min-width:100%}}.header-logos .logo1{width:250px}.header-logos .logo2{width:80px}@media (max-width: 1072px){.header-logos{flex-direction:column;gap:0}}@media (max-width: 768px){.header-logos{min-height:132px}.header-logos .logo1{width:200px}.header-logos .logo2{width:64px}}header{margin-top:100px;border-bottom:1px solid #ddd;background-color:#f8f9fa}header .header-content{max-width:1200px;margin:auto;display:flex;justify-content:space-between;align-items:center;padding:20px 15px}@media (max-width: 1073px){header{margin-top:125px}}@media (max-width: 373px){header{margin-top:156px}}header .logo{font-size:20px;font-weight:700;text-decoration:none;color:#333}header .logo a img{width:100px}header .nav{display:flex;gap:20px}header .nav a{text-decoration:none;color:var(--secondary-color);font-size:16px;transition:color .3s}header .nav a:hover,header a.active{color:var(--primary-color)}.menu{cursor:pointer;z-index:9999;display:none}.menu .line{stroke-width:6;stroke-linecap:round;stroke:var(--secondary-color);transition:all .5s}.menu .top{transform-origin:26px 40px}.menu .middle{stroke-dasharray:60 60}.menu .bottom{transform-origin:26px 60px}.menu.active{position:fixed;right:0}.menu.active .top{transform:rotate(45deg)}.menu.active .middle{stroke-dasharray:1 60;stroke-dashoffset:-30}.menu.active .bottom{transform:rotate(-45deg)}@media (max-width: 1200px){header{min-height:92px}.nav{display:flex;flex-direction:column;position:fixed;top:100px;right:-100%;width:250px;height:100vh;background-color:#f8f9fa;box-shadow:-4px 0 6px #0000001a;padding:60px 20px 0;z-index:1000;transition:.3s}.nav a{position:relative;z-index:999}.cover{position:fixed;background-color:#111;opacity:.8;right:0;top:0;height:100vh;width:0}.cover.active{width:100vw;z-index:99}.nav.active{right:0}.menu{display:inline}}
