.header{position:fixed;top:0;left:0;width:100%;z-index:9999;background-color:rgba(0,0,0,0);transition:background-color .3s ease,box-shadow .3s ease;padding:30px 0}.header.scrolled .header-content .menu ul li{color:#000}.header.scrolled .header-content .menu ul li a{color:#000;text-decoration:none}.header .header-content{width:94%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.header .header-content .logo{margin-right:100px}.header .header-content .menu{width:100%}@media(max-width:767px){.header .header-content .menu{display:none}}.header .header-content .menu ul{display:flex;align-items:center;justify-content:space-between;list-style:none}.header .header-content .menu ul li{font-size:14px;letter-spacing:1px;color:#fff;text-transform:uppercase;font-weight:600;cursor:pointer;border-bottom:1px solid rgba(0,0,0,0)}@media(max-width:991px){.header .header-content .menu ul li{font-size:12px}.header .header-content .menu ul li.only_mob a{display:block!important}}.header .header-content .menu ul li a{font-size:14px;letter-spacing:1px;color:#fff;text-decoration:none}@media(max-width:991px){.header .header-content .menu ul li a{display:none;font-size:12px}}.header .header-content .menu ul li:hover{border-bottom:1px solid #fff}.header.scrolled{background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}.header.scrolled .burger-icon .line{background-color:#000}