* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style:none ;
    
}

header {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     box-shadow: 0 10px 5px rgba(0,0,0,.4); 
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 0 8%;
     background: #000;

}
ul li {
    position: relative;
    float: left;
}

ul li a {
    color: #808080 ;
    font-size: 18px;
    display: block;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

ul li a:hover{
   color: #000; 
   background: #fff;
}

nav ul li ul {
    position: absolute;
    left: 0;
    width: 160px;
    background: #fff;
    display: none;

}

nav ul li ul li {
    width: 100%;
    border: 1px solid rgba(0,0,0,.2);
}

nav ul li:hover > ul {
    display: initial;

}




header .logo{
    font-size: 25px;
    color: #fff;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
}


header .logo1{
    transform: scale(1.0);
    transition: 1s all;
    font-size: 50px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    position:fixed;
    top: 400px;
    left: 90px;
    right: 90px;
    display: flex;
    position:fixed;
    justify-content: center;
    background-color: #474747;
    color: #fff;
    padding: 30px;
    margin: 15px;
    border: 10px solid #000;
    border-radius: 50px;
    opacity: 1;
    height: 340px;
    
}


header .kat{
    font-size: 30px;
    color: #ffffff;
    width: 160px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    position:fixed;
    top: 650px;
    left: 520px;
    right: 2px;
}
header .kat_logo{
    position:fixed;
    top: 550px;
    left: 510px;
    right: 1100px;
}

header .kat2{
    font-size: 30px;
    color: #ffffff;
    width: 160px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    position:fixed;
    top: 650px;
    left: 900px;
    right: 100;
}
header .kat2_logo{
    position:fixed;
    top: 550px;
    left: 900px;
    right: 700px;
}

header .kat3{
    font-size: 30px;
    color: #ffffff;
    width: 160px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    position:fixed;
    top: 650px;
    left: 1100px;
    
}
header .kat3_logo{
    position:fixed;
    top: 550px;
    left: 1100px;
    right:1100px;
}

header .kat4{
    font-size: 30px;
    color: #ffffff;
    width: 160px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    position:fixed;
    top: 650px;
    left: 700px;
    right: 700px;
}
header .kat4_logo{
    position:fixed;
    top: 550px;
    left: 710px;
    right: 500px;
}

