.header-container ul li {
  list-style-type: none;
}

.menu-items-container ul li {
  list-style-type: none;
}

.header-container ul li a {
  width: 213px;
  color: var(--text-white);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  word-wrap: break-word;
  text-decoration: none;
  display: block;
}

.header-container ul li a:hover {
  color: #FFD4D4;
}

.menu-items li a {
  width: 292px;
  color: var(--text-black);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  word-wrap: break-word;
  cursor: pointer;
  text-decoration: none;
}

.menu-items li a:hover {
  color: var(--button-red-200);
}

.header-container:hover {
  display: inline-flex;
}

.header-container ul {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  display: inline-flex;
}


.main-header {
  display: flex;
  height: 67px;
  width: min(calc(100% - var(--layout-gutter) - var(--layout-gutter)), var(--layout-max));
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  margin: 25px auto;
}

.header-leftside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.header-logo {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  font-family: 'e-UkraineHead Regular', Helvetica, Sans-Serif;
}

.header-logo-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  font-family: 'e-UkraineHead Regular', Helvetica, Sans-Serif;
}

.header-menu {
  display: flex;
  align-items: center;
  gap: 100px;
}

.header-menu-item {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  cursor: pointer;
  text-decoration: none;
  color: var(--text-black);
}

button.header-menu-item {
  background: none;
  border: 0;
  padding: 0;
  font-family: inherit;
}

.header-menu-item:hover {
  color: var(--text-red);
}

.header-menu-item-with-nested-menu {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 80px;
}

.menu-arrow {
  stroke-width: 3px;
  stroke: var(--text-red);
}

.header-container {
  display: none;
  z-index: 2000;
  position: absolute;
  top: 75px;
  left: 0;
  padding: 20px;
  background: var(--button-red-200);
  border-radius: 10px;
  overflow: hidden;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.header-menu-item-with-nested-menu:hover .header-container,
.header-menu-item-with-nested-menu:focus-within .header-container {
  display: inline-flex;
}

.header-tour-text {
  width: 213px;
  color: var(--text-white);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  word-wrap: break-word;
  text-decoration: none;
  display: block;
}



.mobile-menu-container {
  display: none;
}

.hr {
  width: 100%;
  border: 1px solid var(--text-black);
}

/* Adjustments for screens smaller than or equal to 1919px */
@media (max-width: 1919px) {

}

/* Adjustments for screens smaller than or equal to 744px */
@media (max-width: 1200px) {
  .header-menu {
    display: none;
  }

  .mobile-menu-social {
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: absolute;
    right: 20px;
    top: 115px;
  }

  .main-header {
    margin: 0;
    width: 100%;
    padding: 40px 0 40px var(--layout-gutter);
    position: sticky;
    top: 0;
    z-index: 9000;
    background: var(--main-bg-color-2);
  }

  .mobile-menu-container {
    display: flex;
  }

  .mobile-menu .menu-items-container {
    display: none !important;
  }

  .mobile-menu .tours-menu-item {
    display: flex;
    flex-direction: row;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px;
  }

  .mobile-menu .tours-menu-item > img {
    position: static;
    transition: transform 0.2s ease;
  }

  .mobile-menu.is-tours-open {
    height: auto;
    max-height: 100dvh;
    overflow-y: auto;
  }

  .mobile-menu .tours-menu-item.is-open {
    flex-wrap: wrap;
  }

  .mobile-menu .tours-menu-item.is-open > img {
    transform: rotate(180deg);
  }

  .mobile-menu .tours-menu-item.is-open .menu-items-container {
    display: flex !important;
    flex: 0 0 100%;
    position: static;
    padding: 0;
    background: transparent;
    overflow: visible;
  }

  .mobile-menu .tours-menu-item.is-open .menu-items {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    padding: 0 0 0 24px;
  }

  .mobile-menu .tours-menu-item.is-open .menu-items li a {
    display: block;
    width: auto;
    color: var(--text-black);
    font-size: clamp(22px, 6.4vw, 30px);
    line-height: 1.05;
    letter-spacing: 1px;
  }

  .mobile-menu.is-tours-open .mobile-menu-items {
    order: 1;
  }

  .mobile-menu.is-tours-open .mobile-menu-social {
    position: static;
    order: 2;
    align-self: flex-end;
    margin-top: 14px;
  }

  .hamburger {
    display: flex;
    margin-right: 15px;
    cursor: pointer;
    background: none;
    border: 0;
    padding: 0;
  }

  .mobile-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 159px;
    background: var(--main-bg-color-2);
    display: none;
    flex-direction: column;
    z-index: 10000;
    overflow: hidden;
    padding: 20px;
  }

  .mobile-menu-items {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 15px;
  }

  .close {
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
    width: 19px;
    height: 19px;
    flex-shrink: 0;
    cursor: pointer;
    background: none;
    border: 0;
    padding: 0;
  }

  .close img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mobile-menu-item {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--text-black);
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.25px;
    cursor: pointer;
  }
}

/* Adjustments for screens smaller than or equal to 375px */
@media (max-width: 375px) {

}

.current {
  color: var(--text-red);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.40px;
  word-wrap: break-word;
}

@media (max-width: 670px) {
  .header-logo {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
  }
  
  .header-logo-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
  }
}

@media (max-width: 1440px) {

}
