.dropdown-nav-cos:hover > .dropdown-menu {
  display: block !important;
  visibility: visible;
  transition: all 0.9s ease-in-out;
}

.navbar-nav .nav-link {
  position: relative;
  text-decoration: none;
}

.navbar-nav .nav-link::after {
  content: ""; /* Membuat elemen pseudo */
  position: absolute;
  left: 0;
  bottom: 3px; /* Jarak sedikit di bawah teks */
  width: 100%;
  height: 2px; /* Ketebalan underline */
  background-color: #36649a; /* Warna underline */
  transform: scaleX(0); /* Awalnya tidak terlihat */
  transform-origin: left; /* Animasi mulai dari kiri */
  transition: transform 0.3s ease-in-out; /* Efek animasi */
}

.navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}

.navbar-item-costume {
  font-size: 14px;
}

.dropdown-menu-nav-cos {
  position: absolute;
  top: 100%;
  max-width: 368px;
  width: max-content;
  left: 0;
  display: none;
  z-index: 999999;
  margin-top: 0;
  box-shadow: 0px 1px 3px 0px #0000001a !important;
  box-shadow: 0px 10px 15px -3px #0000001a !important;
}

.dropdown-width-login {
  max-width: 145px;
  width: max-content;
}

.chevron-user-profile {
  width: 20px;
  height: 20px;
}
.userName-profile {
  font-size: 12px;
  text-align: left;
  width: 84px;
  margin-left: 7.5px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.user-profile-name {
  font-size: 14px;
  font-weight: 500px !important;
}
.dropdown-submenu {
  position: relative;
}


.dropdown-submenu-container {
  position: absolute;
  top: 0;
  left: 100%;
  background: white;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: none;
  z-index: 99999;
}

.dropdown-submenu:hover > .dropdown-submenu-container {
  display: block;
}
.container-custome-navbar {
  gap: 25.5px !important;
}
.coantianer-gap-navbar {
  gap: 11.5px !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu-nav-cos {
  padding: 0 24px;
}

.dropdown-menu-costume-login {
  padding: 0 24px;
}


.dropdown-menu-nav-cos li {
  border-bottom: 1px solid #d1d1d1;
}

.dropdown-menu-nav-cos li:last-child {
  border-bottom: none;
}

.dropdown-item-costome:hover {
  text-decoration: underline;
  background-color: white !important;
}

.dropdown-nav-cos a {
  gap: 5.5px !important;
}

.button-masuk-costume {
  width: 132px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #36649a;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.button-masuk-costume:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(43, 47, 255, 0.5);
}

.button-masuk-costume::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  left: -100%;
  transition: all 0.4s ease-in-out;
}

.button-masuk-costume:hover::before {
  left: 100%;
}

.button-masuk-costume img {
  transition: transform 0.3s ease;
}

.button-masuk-costume:hover img {
  transform: rotate(360deg);
}
.garis {
  width: 1px;
  height: 40px;
  background-color: #d1d1d1;
}
.form-costume-navbar {
  gap: 16px;
}

#overlay-search{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  z-index: 0;
  display: none;
  backdrop-filter: blur(2px);
}

 .popup-search-container{
  position: fixed;
  /* top: 80px;  */
  left: 0;
  right: 0;
  z-index: 999;
  /* display: none !important; */
}

/* .popup-search-container.active {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
} */

.search-input-landing{
  padding: 12px 18px;

}


@media (max-width: 1399px) {
  .container-custome-navbar {
    gap: 8px !important;
  }
  .dropdown-nav-cos a {
    gap: 0;
  }

  .navbar > .container {
    gap: 10.5px;
  }

  .navbar-item-costume {
    font-size: 13px !important;
  }
  .img-logo {
    max-width: 125px;
  }
  .search-costume img {
    width: 20px;
    height: 22px;
  }


  .button-masuk-costume {
    font-size: 14px;
    width: 112px;
    padding: 5px;
    padding-left: 14px;
    padding-right: 14px;
    background-color: #36649a;
    text-decoration: none;
  }

  .button-masuk-costume img {
    margin-right: 5px !important;
  }
  .garis {
    height: 32 px !important;
  }
}


