*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container{
    max-width: 1337px;
    width: 100%;
    margin: 0 auto;
}

.nav_content .nav_items{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a, li{
    text-decoration: none;
    list-style: none;
    color: aliceblue;
}

ul{
    display: flex;
    gap: 64px;
}


header{
    background: #251928;
    width: 100%;
    height: 670px;
}


button {
    color: #FFCE4E;
    background: none;
    border: 1px solid#FFCE4E;
    padding: 21px 30px;
}

li:hover{
    color: #FFCE4E;
}

.heder_divs{
    color: #FFCE4E;
}


.bulur_img{
    background:url(Blurr\ effect.png) ;
    width: 700px;
    height: 1000px;
   
}

.heder_divs{
    display: flex;
    justify-content: space-between;
}

.header_tye h1{
    margin-top: 171px;
    font-size: 85px;
    font-weight: 700px;
    color: white;

}

.header_tye span{
    color: #FFCE4E;
}