.header.glass {
  position: sticky; top: 0; z-index: 1000;

}
.header__inner{
  display:flex; align-items:center; justify-content:space-between;
  border: 1px solid white;
  border-radius: 15px;
  padding: 15px 40px;
}

.custom-logo { height: 32px; width:auto; }

.header__nav { display:flex; gap:10px; }
.header__nav > li > a.nav-link {
font-family: "Poppins", sans-serif;
font-weight: 400;

font-size: 21px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: white !important;
text-transform: uppercase;
}
.header__inner{
    gap:50px
}

.btn-call{
font-family: "Poppins", sans-serif;
font-weight: 700;
font-weight: Bold;
font-size: 14px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
background: linear-gradient(94.66deg, #FF8593 -14.8%, #FFBE5C 104.93%);
width: 150px;
height: 48px;
border-radius: 10px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
text-transform: uppercase;
}
.btn-call:hover{ filter:saturate(1.05); }

.btn-nav{
  display:inline-grid; place-items:center;
  width:40px; height:40px; margin-left:10px;
  border:1px solid #2a3340; background:rgba(255,255,255,.06);
  border-radius:12px; color:#e9eef6;
}

.offcanvas{ background: #0e141d; color:#e9eef6; }

@media (max-width: 992px){
  .header__nav{ gap:0; }
}


@media (max-width:768px){
  .header__inner{
    gap: unset;
    border: 0px;
    padding: 0px 10px;
  }

}
.btn-close{
    background-color: white;
    opacity: 1;
}
.current_page_item{
  text-decoration: underline !important;
  text-underline-offset: 5px;
}
.menu-item:hover {
  text-decoration: underline !important;
  text-underline-offset: 5px;
}
.header__nav{
  gap:50px
}
#bootscore-navbar{
  margin: 0 auto !important;
}
.header__inner{
padding-left: 100px;
padding-right: 100px;
}

@media (max-width:768px){
    .header__inner{
      padding: 20px;
    }
    .offcanvas-header{
      margin: 10px;
    }
  .header__nav > li > a.nav-link{
    font-size: 14px;
  }
}

#nav-main{
    padding-top: 20px;
}
@media (min-width:768px) and (max-width:1400px)  {
    .offcanvas-body li a{
        font-size: 12px !important;
    }
    .header__inner{
        padding-left: 20px;
        padding-right: 20px;
    }
}
