/* -------------------- BASE STYLES -------------------- */
.top_tab {
  background-color: #76004b; /* old color code #8e095d*/
  color: white;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.navbar.fixe-top {
  padding: 20px 0;
}

.navbar-shadow {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  z-index: 1030;
}

.navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.offcanvas{
  
  border-radius: 0px 10px 10px 0px;
}

#offcanvasNavbar {
  width: 250px !important;
}


.btn_cloose{
  color: #ffffff !important;
}
.dropdown-toggle::after {
  display: none;
}

/* Dropdown container */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: 12px;
  background-color: white;
  border: 1px solid #8e095d !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;

  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  box-shadow: 0 2px 1px rgba(152, 40, 118, 0.4);
  z-index: 1000;
}

.dropdown-menu a {
  padding: 0.5rem 1rem;
  display: block;
}

.dropdown-item {
  font-size: 13px;
}

.nav-item.dropdown:hover .dropdown-menu,
.nav-item.dropdown:focus-within .dropdown-menu,
.nav-item.dropdown.show .dropdown-menu {
  display: block;
}

.nav_item_boder {
  width: 100%;
  justify-items: center;
  border-top: #e6e5e5 solid 0.2px;
  border-bottom: #e6e5e5 solid 0.2px;
  background-color: #ffffff;
}
.btn {
    color: #ffffff !important;
    border-color: #8e095d !important;
    background-color: transparent !important;
    background-color: #8e095d !important;
}

.btn:hover {
    color: #8e095d !important;
    border-color: #8e095d !important;
    background-color: transparent !important;
}
/* -------------------- MOBILE STYLES -------------------- */
@media (max-width: 991px) {
  .top_tab {
    flex-direction: column;
    text-align: center;
  }
  .navbar-logo {
    
    width: 150px;
  }
  .d-flex{
  margin-left: 0px;
  flex-basis: 70%;
  }
  .center-brand {
    position: static;
    transform: translateX(-20%);
    z-index: 1;
  }

  .nav_item_boder {
    display: none;
  }

  .icon {
    height: 25px;
    width: 35px;
    padding-left: 10px;
  }
  .home_menu {
      font-size: 20px !important;
      font-weight: 500 !important;
      color: #8e095d !important;
    }
    .dropdown-menu::before {
      display: none;
  filter: drop-shadow(0 -0.77px 0px #0602fc) !important;
}
}

/* -------------------- DESKTOP STYLES -------------------- */
@media (min-width: 992px) {
  .navbar-logo {
    margin-left: 50% ;
    width: 150px;
  }
  .navbar.fixe-top {
    margin-top: 40px;
    position: fixed;
    padding: 7px 0;
    font-size: 14px;
    justify-content: center;
  }

  .center-brand {
    position: relative;
    transform: translateX(0%);
    z-index: 2;
  }

  .icon {
    height: 22px;
    width: 32px;
    padding-left: 10px;
  }

  .top-desktop-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
  }
  .off_hide{
    display: none;
   
  }
  .home_menu {
      font-size: 15.5px !important;
      font-weight: 500 !important;
      color: #8e095d !important;
    }
}
