nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 4rem;}
.logo{font-family:'Playfair Display',serif;font-size:1.3rem;font-weight:700;color:#fff;text-decoration:none}
.nl{display:flex;gap:2rem;align-items:center}
.nl a{color:rgba(255,255,255,.68);text-decoration:none;font-size:.85rem;font-weight:500;transition:color .2s}
.nl a:hover{color:#fff}
.nd{background:var(--teal);color:#fff;padding:.52rem 1.4rem;border-radius:4px;font-size:.85rem;text-decoration:none;transition:opacity .2s}
.nd:hover{opacity:.88}



#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 4rem;
    background: rgba(11, 43, 69, .95);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    /* background: #fff; */
  
    border: none;
}

.logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

#header .logo a {
    color: white;
}
.navbar a {
    color: rgba(255, 255, 255, .68) !important;
    padding: 4px 10px;
    margin: 0 5px;
    font-size: 15px;
}
.navbar a:hover, .navbar a:focus, .navbar a:active {
    /* color: #fff !important; */
    /* background: linear-gradient(to bottom, #426AFF, #00AEEF); */
    /* padding: 4px 10px; */
    /* font-size: 15px; */
	color: rgba(255, 255, 255, .68);
    text-decoration: none;
    font-size: .85rem;
    font-weight: 500;
    transition: color .2s;
}

.navbar a:hover, .navbar a:focus, .navbar a:active {
    color: #fff !important;
 background:var(--teal);
    padding: 4px 10px;
    font-size: 15px;
}


.navbar-mobile {
    top: 40px;
}
.navbar-mobile {
    background: transparent;
}
.navbar-mobile {
    top: 40px;
}
.navbar-mobile {
    background: 0 0;
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(10, 38, 58, .9);
    transition: .3s;
    z-index: 999;
}

.navbar-mobile ul {
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
}

.navbar-mobile ul {
    background: #000000cf;
    left: 0;
    right: 0;
    bottom: 0;
}
.navbar-mobile ul {
    display: block;
    position: fixed;
    top: 55px;
    right: 10px;
    left: 10px;
    padding: 24px 0px 225px 0px;
    background-color: #fff;
    overflow-y: auto;
    transition: .3s;
}

@media(max-width:913px){
	.navbar a {
    color: black !important;
	}
}