.header-container{width:100vw;height:100dvh;position:relative;z-index:6}.header-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:150px;color:#fff;text-align:center;z-index:2;font-weight:400;width:100%}@media (max-width:800px){.header-container{height:70dvh}.header-text{font-size:120px}}@media (max-width:480px){.header-text{font-size:90px}}.main-nav{width:100%;position:absolute;top:0;height:100px;background-image:linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.1));display:flex;justify-content:space-between;padding:0 3rem;align-items:center;z-index:10;font-size:1.2rem}.menu-icon{width:32px;height:32px;cursor:pointer}.main-logo{position:relative;height:40px;width:150px}@media (max-width:768px){.main-nav{height:70px;padding:0 .5rem}.main-logo{position:relative;height:25px;width:85px}}