header{

height:90px;

display:flex;

align-items:center;

justify-content:space-between;

padding:0 60px;

background:white;

position:fixed;

width:100%;

top:0;

z-index:999;

backdrop-filter:blur(20px);

}

.logo img{

height:140px;

width:auto;

}

.left,.right{

font-size:17px;

display:flex;

align-items:center;

gap:10px;

color:#17365D;

}