.header{z-index:1000;transition:all .3s;position:fixed;width:100%;padding:15px 20px;top:0;left:0}.header .heading{z-index:9}.header .heading .row{align-items:center}.header .heading .mobile{display:flex;gap:10px}.header .heading .mobile img{height:28px;width:28px}.header .heading .logo{display:flex;align-items:center;justify-content:center;position:relative}.header .heading .logo img{object-fit:contain}.header .heading .socials{display:flex;align-items:center;justify-content:end;gap:15px;position:relative}.header .header-list ul{display:flex;gap:20px;list-style:none}.header .header-list ul a{font-size:15px;font-weight:500;text-decoration:none;text-transform:uppercase}.hamburger .line{width:30px;height:3.5px;background-color:#ecf0f1;display:block;margin:8px auto;border-radius:40px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.hamburger:hover{cursor:pointer}#hamburger-1.is-active .line:nth-child(2){opacity:0}#hamburger-1.is-active .line:first-child{-webkit-transform:translateY(11.5px) rotate(45deg);-ms-transform:translateY(11.5px) rotate(45deg);-o-transform:translateY(11.5px) rotate(45deg);transform:translateY(11.5px) rotate(45deg)}#hamburger-1.is-active .line:nth-child(3){-webkit-transform:translateY(-11.5px) rotate(-45deg);-ms-transform:translateY(-11.5px) rotate(-45deg);-o-transform:translateY(-11.5px) rotate(-45deg);transform:translateY(-11.5px) rotate(-45deg)}