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{    color: #293f51;
    padding: 0.42rem 1.4rem;
    border-radius: 4px;
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity .2s;
    background: #fff;}
.nd:hover{opacity:.88;background:#27A5C6}


.navbar .dropdown ul, .navbar-mobile .dropdown ul {
    z-index: 99;
    background: #0B2B45;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
}
.navbar .dropdown ul a {
    background: transparent;
    border-radius: 0;
    padding: 4px 10px;
    font-size: 15px;
    color: #758796 !important; 
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul a:focus, .navbar .dropdown ul a:active{padding-left:15px; background: #18364D;color: #fff !important;}
#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);*/
   background-color:var(--navy);
    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, .navbar a span {
    font-family: 'Figtree', sans-serif;
    text-decoration: none;
    font-size: .875rem;
	padding: 3px 9px 3px 9px;
    font-weight: 500;
    transition: color .2s;
}
.navbar a {
      color: rgba(255, 255, 255, .68) !important;
    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: linear-gradient(to bottom, #426AFF, #00AEEF); */
    /* padding: 4px 10px; */
    /* font-size: 15px; */
	color: white !important;
    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:none;
   padding: 3px 9px 3px 9px;
    font-size: 15px;
}

.navbar .nd:hover, .navbar .nd:focus, .navbar .nd:active {
    color: #fff !important;
 background:#27A5C6;
  padding: 3px 9px 3px 9px;
    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: var(--navy);
    overflow-y: auto;
    transition: .3s;
}

@media(max-width:900px){
	.navbar a {
   
	}
}

@media (min-width: 1600px) and (max-width: 1920px) {
    .navbar .dropdown ul a, a>span {
        font-size: 0.875rem;
    }
}

@media only screen and (max-width: 1399px) {
    .navbar .dropdown ul a, a>span {
        font-size: 0.8rem;
    }
}

@media (min-width: 1440.5px) and (max-width: 1600px) {
    .navbar .dropdown ul a, a>span {
        font-size: 0.875rem;
    }
}