/* Global Reset for Header List */
.content-wrapper li {
  list-style: none;
}

/* Header Container */
.page-header {
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    97deg,
    rgba(16, 29, 46, 1) 15%,
    rgba(36, 65, 95, 1) 50%,
    rgba(20, 36, 59, 1) 85%
  );
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  z-index: 1000;
}

/* Logo */
.page-header .navbar-brand img {
  max-height: 40px;
  transition: all 0.3s ease;
}

/* Toggler Button (Mobile Only) */
.navbar-toggler {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
}

/* .menu-icon .bars span {
  display: block;
  height: 2px;
  width: 25px;
  background: #fff;
  margin: 5px 0;
  transition: 0.3s;
} */

/* Navigation Menu Wrapper */
.all-menu-wrapper {
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  background: #111;
  padding: 20px 0;
  text-align: center;
}

/* Menu Items */
.navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar-nav-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

/* Buttons */
.navbar-nav-actions .btn {
  text-decoration: none;
  transition: 0.3s;
  font-weight: 500;
  font-size: 12px;
  color: #9297a0;
}
.nav-item {
  background: #0e1b2c;
  border-radius: 2px;
  box-shadow: 0px 0px 6px 0px rgba(147, 147, 147, 0.25);
}

.navbar-nav-actions .btn:hover {
  font-weight: 500;
  color: #fff;
}

/* Toggle Menu Active State */
.all-menu-wrapper.active {
  display: block;
}

/* Desktop View (>=992px) */
@media (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }

  .all-menu-wrapper {
    display: flex;
    position: static;
    background: transparent;
    width: auto;
    padding: 0;
  }

  .navbar-topmenu {
    display: flex;
    align-items: center;
  }

  .navbar-nav-actions {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  /* .navbar-nav-actions .btn {
    background: transparent;
    border: 1px solid #fff;
  } */
}

/* Mobile View (<992px) */
@media (max-width: 991px) {
  #navMenuIcon {
    display: block;
  }

  .page-header {
    flex-flow: row-reverse; /* Logo on right, menu icon on left */
  }

  .navbar-nav-actions .btn {
    border: none;
    padding: 0;
  }

  .all-menu-wrapper {
    /* background: linear-gradient(97deg, rgb(16, 29, 46) 15%, rgb(20, 36, 59) 100%); */
    background: #f8f8f8;
    border: 1px solid #dddddd;
    border-radius: 2px;
    padding: 4rem;
    overflow: auto;
  }

  .navbar-nav-actions .btn:hover {
    background: transparent;
    color: #fff;
  }
  .nav-item {
    background: transparent;
    border-radius: 2px;
    box-shadow: none;
  }
}

@media (max-width: 1100px) {
  /*Home section responsive*/
  .navbar {
    height: 56px;
    padding: 0 15px;
  }

  .introduction {
    margin-top: 0;
    height: 100svh;
    overflow-y: hidden;
    position: absolute;
  }

  .light-logo {
    height: 30px;
  }

  #navbarNav .navbar-nav .nav-item {
    width: 132px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0;
  }

  #navbarNav .navbar-nav .nav-item a {
    font-size: 12px;
    margin: 0;
  }

  #navbarNav .navbar-nav .nav-item:last-child a {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    line-height: 32px;
    text-align: left;
  }

  #navbarNav .navbar-nav .nav-item:last-child span {
    padding-right: 0;
  }

  #navbarNav .navbar-nav .nav-item:last-child .fa-arrow-right {
    font-size: 18px;
    margin-right: 0;
  }
}

@media (max-width: 1024) {
  /*Home section responsive*/
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }
}


@media (max-width: 991px) {
  .navbar-brand {
        margin-bottom: 0;
        margin-right: 0;
    }

    .navbar.loaded {
        /* background: linear-gradient(97deg, rgb(16, 29, 46) 15%, rgb(36, 65, 95) 50%, rgb(20 36 59 / 99%) 85%); */
        padding-bottom: 0;
        padding-top: 0;
        height: 56px;
        line-height: 56px;
    }


    .navbar-toggler {
        border: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler.collapsed .navbar-toggler-icon {
        background-image: url('../images/icon/close.svg');
    }

    .navbar-toggler.collapsed {
        box-shadow: none;
    }

    .navbar-toggler .navbar-toggler-icon {
        background-image: url('../images/icon/memuicon.svg');

    }

    button.navbar-toggler:focus:not(:focus-visible) {
        /* outline: 0; */
        box-shadow: none;
        border: none;
        outline-color: tomato;
    }

    #navbarNav .navbar-nav {
        background: #F8F8F8;
        border: none;
        border-radius: 2px;
        padding: 4rem 2rem;
        overflow: auto;
        /* max-height: 650px; */
        /* height: 86vh; */
        margin-top: 10px;
    }

    #navbarNav .navbar-nav .nav-item {
        background: transparent;
        border-radius: 0;
        text-align: center;
        box-shadow: none;
        justify-content: center;
        display: flex;
        width: 100%;
    }
    #navbarNav .navbar-nav .nav-item.d-none-sm{
        display: none;
    }

    #navbarNav .navbar-nav .nav-item.mobiletag a{
        color: #636363;
        font-weight: 500;
        font-size: 18px;
    }

    #navbarNav .navbar-nav .nav-item a {        
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #636363;
    }

    #navbarNav .navbar-nav .nav-item .nav-link.active {
        color: #359BD8;
        font-weight: 700;
        border-bottom: 2px solid;
        padding: 0;
    }



    #navbarNav .navbar-nav .nav-item:last-child a {
        /* color: #636363; */
        width: 100%;
        margin: 0;
    }

    #navbarNav .navbar-nav .nav-item:last-child:hover {
        background: transparent;
        color: #636363;
    }

    /* #navbarNav .navbar-nav .nav-item a:hover {
        color: #636363;
    } */

    #navbarNav .navbar-nav .nav-item:nth-child(7) {
        border-top: 1px solid #DDDDDD;
        margin-top: 10px;
        padding-top: 10px;
    }

    #navbarNav .navbar-nav .nav-item:last-child .fa-arrow-right {
        display: none;
    }
}


@media (max-width: 576px) {
  .navbar {
        padding-left: 5px;
        padding-right: 5px;
    }
}


@media (max-width: 791px) {
.nav-link.subscribeBtn:hover span{color: #359BD8 !important}
.nav-link.subscribeBtn span::after {
    display: none !important;
}
.nav-link.subscribeBtn:hover span::after {
    opacity: 0;
    display: none;
    /* transform: translateY(0); */
    /* color: #000; */
}

  
       #navbarNav .navbar-nav {
        background: #F8F8F8;
        border: none;
        border-radius: 2px;
        padding: 2rem 2rem;
        overflow: auto;
        min-height: 250px;
        /* height: 86svh; */
        margin-top: 10px;
        display: flex;
    justify-content: center;
    }
}


/* #navbarNav .navbar-nav .nav-item {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    box-shadow: 0px 0px 6px 0px rgba(147, 147, 147, 0.25);

} */

#navbarNav .navbar-nav .nav-item:last-child:hover {
    /* background: rgba(0, 0, 0, 0.4) !important; */
    /* color: #fff; */
}

#navbarNav .navbar-nav .nav-item:last-child:hover a {
    color: #fff;
}

.cursor-pointer{
  cursor: pointer;
}