.logo {
    text-align: center;
    color: #535353;
}
.logo .main-text {
    font-size: 1.5rem;
    letter-spacing: 5px;
    font-weight: normal;
}
.logo .highlight {
    font-weight: bold;
}
.logo .sub-text {
    font-size: 1rem;
    letter-spacing: 3px;
    color: #666;
}

.lg-h {
    color: #535353;
    font-weight: 500;
    font-size: 3px;
}

.header {
    background: white;
    padding: 20px 80px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header__container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.header__logo-icon {
    width: 40px;
    height: 40px;
}

.header__logo-text {
    color: #0A2358;
    line-height: 1.2;
}

.header__logo-title {
    font-size: 20px;
    font-weight: 500;
}

.header__logo-subtitle {
    font-size: 12px;
    color: #0A2358;
    opacity: 0.8;
}

.header__nav {
    display: flex;
    align-items: center;
    gap: 100px;
}

.header__link {
    color: #0b2652;
    text-decoration: none;
    font-size: 16px;
}

.header__link-side {
    color: #0A2358;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
}

.header__cart {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #0b2652;
    color: white;
    padding: 5px 4px 5px 20px;
    border-radius: 20px;
    text-decoration: none;
}

.header__cart-count {
    background: #3cbb1a;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}



.offcanvas .btn-close {
    filter: invert(1);
}

.side_menu{
    /* background-color: #35302D; */
    background-color: #0A2358;
}

.mul{
    border-top: solid 1px #3C3735;
}
  
.mli{
    border-bottom: solid 1px #3C3735;
}

.bar_menu{
    color: #000000;   
}

.nav-item{
    padding: 10px 15px;
    background-color: #d8d7d7;
}

.cont_list{
    padding: 10px 0;
}

.main-nav{
  
    .mul{
      border-top: solid 1px #152569;
      border-top: solid 1px #152569;
      list-style: none;
      padding: 0;
    }
    
    .mli{
      border-bottom: solid 1px #152569;
    }
    
    a{
      padding: 1.1em 0;
      color: #DFDBD9;
      text:{
        align: center;
        transform: lowercase;
      }
      
      &:hover{
        color: #fff;
      }
    }
  }
  


  .header__link-side.active {
    color: #DFDBD9; 
    background-color: #103583; 
    border-right: 4px solid #fff;
    text-decoration: none;
}

.aiy-header__link{
    text-decoration: none;
}

.deveopen__header{
    font-size: 14px;
    width: 100%;
    color: white;
}

.aiy-header__link{
    color: #DFDBD9;
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 20px;
    align-items: center;
}

.logo-hea{
    width: 30%;
}

/* --------------------------RESPONSIVE------------------------- */

@media (min-width: 1500px){
    .header{
        padding: 20px 15px
    }
}

@media (max-width: 1600px){
    .header{
        padding: 20px 15px
    }

    .header__nav{
        gap: 45px;
    }
}

@media (max-width: 1200px){
    .header{
        padding: 20px 15px
    }

    .header__nav{
        gap: 25px;
    }
}

@media (max-width: 768px ){
    .header{
        padding: 20px 20px;
    }

    .offcanvas{
        max-width: 80%;
    }
}

@media (max-width: 450px ){
    .header__cart{
        gap: 8px;
        padding: 2px 5px 2px 10px;
    }

    .header__cart-count{
        width: 15px;
        height: 18px;
        border-radius: 45%;
    }
}

.offcanvas a:hover{
    text-decoration: none !important;
}