.prodev-header{

    position:fixed;

    top:20px;

    left:50%;

    transform:translateX(-50%);

    width:92%;

    max-width:1280px;

    padding:18px 35px;

    display:flex;

    justify-content:center;

    z-index:999;

}

.prodev-header .container{

    display:flex;

    justify-content:space-between;

    align-items:center;

    width:100%;

    padding:18px 35px;

    background:rgba(255,255,255,.22);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.35);

    border-radius:22px;

    box-shadow:0 20px 45px rgba(10,45,115,.12);

}

.logo img{

    width:170px;

}

.nav-menu{

    display:flex;

    gap:30px;

}

.nav-menu a{

    color:#0A2D73;

    font-weight:600;

    font-size:15px;

    transition:.3s;

}

.nav-menu a:hover{

    color:#2D7FF9;

}

.header-btn{

    background:linear-gradient(135deg,#0A2D73,#2D7FF9);

    color:#fff;

    padding:14px 28px;

    border-radius:100px;

    font-weight:600;

}