@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    width: 100%;
    height: auto;
}
header{
    display: flex;
    justify-content: space-between;
    background-color: #EACDBD;
    width: 110%;
    overflow: hidden;
    position: fixed;
    height: 120px;
    top: -30px;
    left: -5px;
    z-index: 1000;
    
}
svg{
    position: fixed;
    top: -30px;
    width: 110%;
    height: auto;
    left: -5px;
    
}
header .Icon-first{
    width: 150px;
    height: 120px;
    position: relative;
    top: 40px;
    left: 20px;
    
}
header ul {
    position: relative;
    top: 50px;
}
header ul li {
    display: inline;
    padding: 20px;
}
 header ul li .link-head{
    text-decoration: none;
    color: #251A12;
    font-family:'Poppins';
    font-size: 1rem;
    position: relative;
    top: 30px;
 }
header i {
    position: relative;
    top: 90px;
    right: 180px;
}