@import url('https://fonts.googleapis.com/css2?family=Work+Sans: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&display=swap');

@font-face {
    font-family:'NewYork';
    src: url(../assets/Fonts/NewYork.otf);
}

.background_image {
    width: 100%;
    
}

header {
    display: flex;
}

.menu {
    position: absolute;
    display: flex;
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.548);
    align-items: center;
    padding: 20px;
    font-family: 'Work Sans', sans-serif;
    justify-content: center;
    gap: 400px;
     

}


.item a {
    text-decoration: none;
    color: white;
    align-items: center;  
    
}


.list_items_group_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    width: 100%;
    font-size: 15px; 
    
}

.list_items_group_social {
    display: flex;
    gap: 5px;
    list-style: none; 
    
}

.img_logo {
    max-width: 25px;
    
}
    

