
#header .header-logo {
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
}

#header .header-logo img {
    height: 85px !important;
    width: auto;
    display: block;
    transition: height 0.2s ease;
}

html.sticky-header-active #header .header-logo img {
    height: 60px !important;
}

@keyframes fadeInUpSmooth {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.video-button {
  opacity: 0;
  animation: fadeInUpSmooth 1.4s ease-out forwards;
  animation-delay: 1.2s; /* Видео эхэлснээс 1.2 сек дараа гарна */
}

.video-button a {
  background-color: rgba(0, 0, 0, 0.65);
  border: none;
  transition: all 0.3s ease;
}

.video-button a:hover {
  background-color: rgba(255, 0, 0, 0.8);
  transform: scale(1.05);
}
#header.header-transparent .header-nav-main nav > ul > li > a.nav-link,
#header.header-transparent .header-nav-main nav > ul > li.dropdown > a.nav-link {
    color: #000 !important;
}

#header .dropdown-menu a.dropdown-item {
    color: #000 !important;
}
