.about-nav:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:1}.about-nav .about-container{height:100%;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.about-nav .about-container h1{font-weight:700;background:#262626 -webkit-gradient(linear,left top,right top,from(#fff),to(#e5750d),color-stop(.5,#eebdbd)) 0 0 no-repeat;-webkit-background-size:150px;background-size:450px;color:rgba(229,216,243,.1);-webkit-background-clip:text;animation:textanimate 3s infinite;transition:.5s ease-in-out}.about-nav .about-container .about-specs{font-size:1rem;display:flex;align-items:center;gap:10px}.about-nav .about-container .about-specs span{color:#c05338;display:block;text-transform:lowercase}.about-nav .about-container .about-specs .icon{display:block;color:#ddd}@media screen and (max-width:480px){.about-nav{background-position:center 120px}}