/* HEADER */

#main-header {
  height: 100vh;
  /* margin-bottom: 50px; */
  border-bottom: 2px solid goldenrod;
  font-size: 20px;
  font-family: Arial, sans-serif;
}

#main-header .navbar {
  position: relative;
  width: 100%;
  background: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  z-index: 1000;
}

#main-header .navbar .nav > li > a {
  /* color: #333; */
  color: white;
  padding-bottom: 5px;
  background: transparent;
  border-bottom: 3px solid transparent;
  transition: border-bottom 0.5s ease-out;
  font-size: 18px;
  font-family: Arial, sans-serif;
}

#main-header .navbar .nav > li > a:hover,
#main-header .navbar .nav > li.active > a {
  color: goldenrod;
  border-bottom: 3px solid goldenrod;
  background: transparent;
}

#main-header .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: white;
  border-bottom-color: white;
}

#main-header .navbar-inner {
  /* padding-inline: 1rem; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 250px;
  position: relative;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

#main-header .navbar-inner .container {
  width: 90%;
}

.navbar .dropdown-menu {
  padding: 0;
  background-color: white;
}

.navbar .dropdown-menu li:first-child a {
  border-radius: 5px 5px 0 0;
}

.navbar .dropdown-menu li:last-child a {
  border-radius: 0 0 5px 5px;
}

.navbar .dropdown-menu > li > a:hover {
  background-color: goldenrod;
  background-image: none;
}

.navbar .brand.centered-logo {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.centered-logo img {
  height: 180px;
}

.logo-title-wrapper {
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 240px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 30px;
  color: white;
  line-height: 30px;
}

.logo-title:last-child {
  transform: translateX(-50%);
  font-size: 40px;
  color: goldenrod;
  opacity: 0;
  animation: logo-title-second-animate 0.6s ease-in 0.2s forwards;
}

@keyframes logo-title-second-animate {
  from {
    opacity: 0;
    transform: translateX(-50%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.navbar .nav > li {
  position: relative;
  z-index: 100;
}

.dropdown-submenu {
  padding: 0;
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  padding: 8px 12px;
}

.languages-dropdown img {
  width: 30px;
}

#main-header .languages-dropdown-menu {
  padding: 0;
  min-width: fit-content;
  text-align: center;
}

.languages-dropdown-menu img {
  margin: 8px 0;
}

/* .top-head__logo {
    background: url("../images/gerb.png") no-repeat 20px top;
    width: 213px; 
    height: 207px; 
} */

/** Jcarousel */
.jcarousel-wrapper.header-jcarousel-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  /* z-index: -1; */
}

.header-jcarousel-wrapper .jcarousel {
  width: 100%;
  height: 100vh;
}

.header-jcarousel-wrapper .jcarousel ul {
  height: 100%;
  display: flex;
  align-items: center;
}

.header-jcarousel-wrapper .jcarousel li {
  width: 100vw;
}

.header-jcarousel-wrapper .jcarousel li img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  filter: blur(1px);
}

.header-jcarousel-wrapper .jcarousel-control-prev,
.header-jcarousel-wrapper .jcarousel-control-next {
  width: 60px;
  height: 60px;
  color: goldenrod;
  background-color: transparent;
  text-decoration: none;
  border: 1px solid white;
  bottom: unset;
  cursor: pointer;
}

.header-jcarousel-wrapper .jcarousel-control-prev:hover,
.header-jcarousel-wrapper .jcarousel-control-next:hover {
  border: 1px solid goldenrod;
}

.header-jcarousel-wrapper .jcarousel-control-prev:hover i,
.header-jcarousel-wrapper .jcarousel-control-next:hover i {
  color: goldenrod;
  /* background-color: rgba(218, 165, 32, 0.511); */
}

.header-jcarousel-wrapper .jcarousel-control-prev {
  left: 75px;
}

.header-jcarousel-wrapper .jcarousel-control-next {
  right: 75px;
}

#main-header .btn-navbar {
  display: none;
}

a.contact-us-side-button {
  position: fixed;
  top: 50%;
  right: 0;
  padding: 8px;
  color: white;
  background-color: #1e5bb8;
  border-radius: 8px;
  transform: rotate(90deg) translate(-50%, -100%);
  z-index: 100;
}

a.contact-us-side-button:hover {
  color: goldenrod;
  text-decoration: none;
}

/** Media section */
@media (max-width: 1200px) {
  #main-header .navbar-inner {
    height: auto;
    position: relative;
  }

  #main-header .btn-navbar {
    display: block;
  }

  #main-header .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
    display: none;
  }

  #main-header .nav-collapse.collapse.in {
    height: auto;
    overflow: visible;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background: #0b171f;
    width: 100vw;
    height: 100vh !important;
    z-index: 1040;
    padding-top: 60px;
  }

  /* Hamburger button styling */
  #main-header .btn.btn-navbar {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: transparent;
    border: 1px solid goldenrod !important;
    border-radius: 5px;
    background-image: none;
    border: none;
    z-index: 2000;
  }

  #main-header .btn.btn-navbar .icon-bar {
    width: 22px;
    height: 2px;
    background-color: goldenrod;
  }

  /* Logo positioning */
  #main-header .navbar .brand.centered-logo {
    position: absolute;
    top: 10px;
    left: 0;
    transform: translate(0);
    margin-left: 10px;
    z-index: 2001;
  }

  #main-header .navbar .brand.centered-logo img {
    height: 90px;
  }

  /* Menu lists layout */
  #main-header .nav-collapse .nav {
    float: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #main-header .nav-collapse .nav > li {
    float: none;
    display: block;
    margin: 10px 0;
  }

  #main-header .nav-collapse .nav > li > a {
    padding: 10px 15px;
    color: white;
  }

  /* Dropdowns inside fullscreen menu */
  #main-header .dropdown-menu {
    margin-top: 15px;
    padding: 8px;
    background-color: #1e2b33;
    border: none;
    border-radius: 12px;
  }

  #main-header .dropdown-menu a {
    white-space: normal;
    color: white;
  }

  #main-header .dropdown-menu a:hover {
    background: #2e3e4f;
  }
}

@media (max-width: 480px) {
  .header-jcarousel-wrapper .jcarousel-control-prev {
    left: 30px;
  }

  .header-jcarousel-wrapper .jcarousel-control-next {
    right: 30px;
  }
}
