.navBar{z-index:5;width:100%;height:40px;display:flex;margin-top:2em;-webkit-user-select:none;user-select:none;align-items:center;box-sizing:border-box;justify-content:space-between}.navBar .sitename{color:#eef2ee;font-size:18px;font-weight:700;text-decoration:none}.navBar .sitename img{width:160px}.navBar .sitename span{background:linear-gradient(to right,#c0fc64,#eef2ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.navBar .items{gap:2em;display:flex;flex-direction:row;align-items:center;justify-content:center}.navBar .items .item{color:#eef2ee;font-size:18px;font-weight:700;position:relative;text-decoration:none}.navBar .items .item a{color:#eef2ee;text-decoration:none}.navBar .items .item.active{background:linear-gradient(to right,#c0fc64,#eef2ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.navBar .items .item .underline{left:0;width:0;content:"";height:3px;bottom:-3px;position:absolute;border-radius:30px;pointer-events:none;background-color:#c0fc64;transition:all .3s ease-in-out}.navBar .items .item .underline.hover{width:75%}@media (max-width: 1100px){.navBar .items{display:none}}.navBar button{border:none;background:none}.navBar .quoteBtn{color:#eef2ee;font-size:16px;text-align:center;padding:15px 25px;border-radius:10px;letter-spacing:2px;text-decoration:none;border:2px solid #eef2ee;transition:color,background-color .5s ease}@media (max-width: 1100px){.navBar .quoteBtn{display:none}}.navBar .quoteBtn:hover{color:#0e110d;border:2px solid #c0fc64;background-color:#c0fc64}.navBar .menuBar{position:relative;display:none}@media (max-width: 1100px){.navBar .menuBar{display:block}}.navBar .menuBar button{color:#eef2ee;border:none;background:none;cursor:pointer}.navBar .menuBar button i{font-size:30px;color:#eef2ee;transition:color .3s ease}.navBar .menuBar button:hover i{color:#c0fc64}.navBar .menuBar .menuContent{position:absolute;right:0;top:100%;display:flex;flex-direction:column;height:auto;border-radius:8px;background-color:#0e110d;z-index:10;overflow:hidden;border:1px solid #eef2ee}.navBar .menuBar .menuContent .links{display:flex;align-items:stretch;flex-direction:column}.navBar .menuBar .menuContent .links a{width:100%;height:40.5px;color:inherit;cursor:pointer;font-weight:600;text-align:right;padding:12px 16px;text-decoration:none;box-sizing:border-box}.navBar .menuBar .menuContent .links a:hover{color:#c0fc64;background-color:#475457}.navBar .menuBar .menuContent .links a:first-of-type{border-radius:8px 8px 0 0}.navBar .menuBar .menuContent .links a:last-of-type{border-radius:0 0 8px 8px}footer{bottom:0;width:100%;padding:30px;height:auto;margin-top:2em;border-radius:20px 20px 0 0;box-sizing:border-box;justify-content:center;background-color:#1a1f18}footer .blocks{gap:3em;width:100%;display:flex;flex-wrap:wrap;margin-bottom:1em;justify-content:space-between}footer .blocks .block{color:#eef2ee;display:flex;flex-direction:column;transition:all .5s ease}footer .blocks .block:first-of-type{flex:1;margin-right:30%;justify-content:space-between}footer .blocks .block:first-of-type .name{gap:.5em;display:flex;flex-direction:column}footer .blocks .block:first-of-type .name p{margin:0}footer .blocks .block:first-of-type .name img{width:100px}footer .blocks .block:first-of-type .socials{gap:1em;display:flex;font-size:25px;flex-direction:row}footer .blocks .block:first-of-type .socials img{width:25px}footer .blocks .block .title{font-size:20px;font-weight:600;margin-bottom:1.5em;color:#d1dcd1}footer .blocks .block .items{gap:1em;display:flex;color:#eef2ee;text-decoration:none;flex-direction:column}footer .blocks .block .items a{color:#eef2ee;text-decoration:none}@media (max-width: 1300px){footer .blocks{flex-wrap:wrap}footer .blocks .block:first-of-type{margin-right:25%}}@media (max-width: 900px){footer .blocks{display:grid;grid-template-columns:repeat(2,1fr);gap:2em}footer .blocks .block:first-of-type{grid-column:1/2;grid-row:1}}@media (max-width: 575px){footer{height:fit-content}footer .blocks{display:flex;flex-direction:column;gap:2em}footer .blocks .block{min-width:100%}footer .blocks .block:first-of-type{order:2;gap:1em;margin-right:0}}
