.menu-desktop-container {
  transition: 0.2s;
  z-index: 1049;

  .sticky-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2rem 3rem;
  }

  .logo-container {
    flex: 0 0 20%;

    img {
      filter: grayscale(1) brightness(100);
    }
  }

  &:hover {
    background: #f0f2f5;

    .logo-container img,
    .menu-link img,
    span.menu-lang:after {
      filter: grayscale(0) brightness(1);
    }

    .menu-link a,
    .menu-link .link-sub,
    .menu-lang {
      color: var(--e-global-color-primary);
    }

    .menu-lang {
      .current-lang,
      .lang-select li {
        border: solid 1px var(--e-global-color-primary) !important;
        color: var(--e-global-color-primary) !important;
      }
    }

    .menu-search {
      border: 1px solid var(--e-global-color-primary) !important;
      img {
        filter: grayscale(0) brightness(1) !important;
      }
    }

    .menu-links-container.selected {
      .menu-link.active {
        opacity: 1;
      }
      .menu-link:not(active) {
        opacity: 0.4;
      }
    }
  }

  &.isScrolling {
    background: #f0f2f5;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);

    .logo-container img {
      filter: grayscale(0) brightness(1);
    }

    .menu-link a,
    .menu-link .link-sub,
    .menu-lang {
      color: var(--e-global-color-primary);
    }

    .menu-link img,
    span.menu-lang:after {
      filter: grayscale(0) brightness(1);
    }

    .menu-lang {
      .current-lang,
      .lang-select li {
        border: solid 1px var(--e-global-color-primary) !important;
        color: var(--e-global-color-primary) !important;
      }
    }

    .menu-search {
      border: 1px solid var(--e-global-color-primary) !important;
      img {
        filter: grayscale(0) brightness(1) !important;
      }
    }

    &:hover {
      .logo-container img {
        filter: grayscale(0) brightness(1);
      }
    }
  }

  .menu-link {
    a,
    .link-sub,
    .menu-lang {
      color: #f0f2f5;
    }

    img,
    span.menu-lang:after {
      filter: grayscale(1) brightness(100);
    }

    &:hover {
      color: #f0f2f5;
    }
  }

  .menu-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;

    .menu-search {
      border: 1px solid #fff;
      border-radius: 50px;
      height: 35px;
      width: 35px;
      position: relative;

      img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 16px;
        filter: grayscale(0) brightness(100);
      }

      &:hover {
        cursor: pointer;

        .sub-search-menu {
          display: block !important;
        }
      }
    }

    .menu-lang {
      position: relative;
      cursor: pointer;
      .current-lang {
        color: #fff;
        text-transform: uppercase;
        border: solid 1px #fff;
        padding: 0.3rem 0.45rem;
        border-radius: 50%;
      }

      &.active {
        .lang-select {
          display: flex;
        }
      }

      /* LANG */
      .lang-select {
        display: none;
        flex-direction: column;
        gap: 5px;
        list-style: none;
        position: absolute;
        top: 2.5rem;
        z-index: 1000;

        padding: 0;
        left: 0px;
        border-radius: 5px;

        li {
          color: var(--e-global-color-primary);
          padding: 0.3rem 0.4rem;
          border: 1px solid var(--e-global-color-primary);
          border-radius: 50%;
          background: #fff;
          text-align: center;
          &:hover {
            background: var(--e-global-color-primary);
            color: #fff !important;
          }
        }
      }
    }
  }

  &:not(.isScrolling) .menu-link:not(:first-child):before {
    filter: grayscale(1) brightness(100);
  }
}

.tours-template-default {
  .menu-desktop-container.isScrolling {
    box-shadow: none !important;
  }
}

.sub-megamenu,
.sub-search-menu {
  border-bottom: 1px solid rgb(185 175 175 / 19%);
}

.sub-search-menu {
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-control {
    margin: 0rem 2.5rem 0rem 1rem;
    padding: 0.6rem 0.6rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid #000;
    border-radius: 0rem;

    &::placeholder {
      font-family: "Source Sans 3";
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 1px;
    }
  }
  ul.nav.nav-tabs {
    border: 0;
  }
  a.nav-link.active {
    border: 0 !important;
    background: var(--e-global-color-primary) !important;
    padding: 10px 30px !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-family: "Source Sans 3";
    font-size: 16px;
  }
  a.nav-link {
    border: 0 !important;
    margin-right: 10px !important;
    background-color: #fff !important;
    padding: 10px 30px;
    color: #909090 !important;
    font-weight: 400 !important;
    font-family: "Source Sans 3";
    font-size: 16px;
  }
  .tab-content {
    background: #fff;
    padding: 25px 0;
    border-radius: 0px 7px 7px 7px;
  }
  button {
    background: linear-gradient(
      94.1deg,
      #2cc5f5 -20.86%,
      var(--e-global-color-primary) 79.14%
    );
    border: none;
    border-radius: 5px 5px 5px 5px;
    color: #f0f2f5;
    padding: 0px 20px !important;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Source Sans 3" !important;
  }
}

.submenu-section {
  display: none;
  flex-wrap: wrap;

  &.active {
    display: flex;
  }

  .columns {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;

    .navigation-column {
      .title {
        font-size: 32px;
        color: var(--e-global-color-primary);
        font-family: "Marcellus";
      }

      ul {
        margin-top: 1rem;
        li {
          span {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding-right: 3rem;

            font-family: "Source Sans 3";
            font-size: 20px;
            color: #595959;

            .arrow {
              padding: 0px;
              opacity: 0.3;
            }
            transition: all 0.2s ease-in-out;
            &.active {
              color: var(--e-global-color-primary);

              .arrow {
                opacity: 1;
              }
            }
          }

          a {
            font-family: "Source Sans 3";
            font-size: 20px;
            color: #595959;
            transition: all 0.2s ease-in-out;
            &:hover {
              color: var(--e-global-color-primary);
            }
          }
        }
      }
    }

    .column {
      flex: 0 0 24%;
      gap: 10px;

      & > a {
        border-radius: 20px;
        overflow: hidden;
      }

      .title {
        font-size: 32px;
        color: var(--e-global-color-primary);
        font-family: "Marcellus";
      }

      .bestsellers-container {
        max-width: 25vw;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        position: relative;
        margin-top: 1rem;

        .bestsellers-slider {
          width: 100%;

          .splide__pagination {
            display: flex !important; /* força mostrar */
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: flex-end;
            gap: 3px;
            margin-top: 0.5rem;
            margin-right: 1rem;
            position: relative;
            z-index: 5;

            li {
              padding: unset;
              white-space: normal;
              width: unset;
              font-size: unset;

              .splide__pagination__page {
                width: 12px;
                height: 12px;
                border: none;
                border-radius: 50%;
                background: #595959;
                opacity: 0.2;
                padding: 0px !important;
                transition: all 0.2s ease-in-out;
                &.is-active,
                &:hover {
                  opacity: 1;
                }
              }
            }
          }

          .slide-inner {
            background-size: cover;
            background-position: center;
            height: 40vh;
            width: 100%;
            border-radius: 20px;
            position: relative;
            overflow: hidden;
            transition: all 0.2s ease-in-out;

            &:hover {
              &::before {
                background: linear-gradient(
                  to top,
                  rgba(13, 60, 153, 0.8) 0%,
                  rgba(0, 0, 0, 0) 60%
                );
              }
            }

            &::before {
              content: "";
              position: absolute;
              border-radius: 20px;
              inset: 0;
              background: linear-gradient(
                to top,
                rgba(0, 0, 0, 0.8) 0%,
                rgba(0, 0, 0, 0) 60%
              );
              z-index: 1;
            }

            .title {
              font-size: 20px;
              color: #fff;
              font-family: "Marcellus";
              position: absolute;
              bottom: 5%;
              left: 5%;
              right: 5%;
              z-index: 10;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
            }
          }
        }
      }

      .item-list {
        margin-top: 1rem;
        overflow: hidden;
        max-height: 21vh;
        transition: all 0.2s ease-in-out;
        &.expanded {
          max-height: 100vh;
        }

        .item {
          a {
            font-family: "Source Sans 3";
            font-size: 20px;

            color: #595959;
            transition: all 0.2s ease-in-out;
            &:hover {
              color: var(--e-global-color-primary);
            }
          }
          &.coroa {
            a {
              position: relative;

              &:after {
                content: "";
                position: absolute;
                background: url("/wp-content/plugins/Weboost-Elementor/futurismo/menu-desktop/img/crown.svg")
                  no-repeat;
                background-size: contain;
                width: 20px;
                height: 20px;
                right: -1.7rem;
                top: 8px;
              }
            }
          }
        }
      }
      .see-more-container {
        button {
          display: flex;
          flex-wrap: wrap;
          gap: 3px;
          align-items: center;
          margin-top: 1rem;
          border-radius: 7px;
          border: 1px solid var(--e-global-color-primary);
          outline: none;
          padding: 0.4rem 1.2rem !important;
          background: #fff;
          color: var(--e-global-color-primary);
          transition: all 0.4s ease-in-out;

          span {
            color: var(--e-global-color-primary);
          }

          .see-more-icon {
            line-height: 0px;
            font-size: 20px;
            font-weight: 700;
          }

          .see-more-text {
            font-size: 16px;
            font-family: "Source Sans 3";
          }

          &:hover {
            border: 1px solid #00aeef;
            img {
              filter: brightness(100);
            }
            .see-more-text,
            .see-more-icon {
              color: #fff;
            }
          }
        }
      }
    }

    .columns-content {
      flex: 1;
      display: none;
      flex-wrap: wrap;
      gap: 10px;
      &.active {
        display: flex;
      }

      .column {
        flex: 1;
      }

      .column[data-type="article_duocol"],
      .column[data-type="content_duocol"] {
        flex: 0 0 75%;
      }

      .column[data-type="image"] {
        overflow: hidden;
        border-radius: 20px;
        position: relative;
        .title {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 10;
          font-size: 22px;
          color: #fff;
          font-family: "Marcellus";
          text-align: center ;
        }
      }

      .article {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 10px;

        &.two-col {
          flex-direction: row;
          gap: 25px;
          align-items: flex-end;
          .article-image-container {
            flex: 0 0 50%;
            overflow: hidden;
            border-radius: 20px;

            .image-container {
              display: block;
              position: relative;
              background-position: center !important;
              width: 100%;
              height: 100%;
              img {
                height: 100%;
                float: right;
                width: inherit;
                object-fit: unset;
              }
            }
          }

          .content-article {
            flex: 1;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
          }
        }

        &.three-col {
          flex-direction: row;
          gap: 25px;
          align-items: flex-end;
          .article-image-container {
            flex: 0 0 33%;
            overflow: hidden;
            border-radius: 20px;
            .image-container {
              display: block;
              position: relative;
              background-position: center;
              background-size: cover !important;
              width: 100%;
              height: 100%;
              img {
                height: 100%;
                float: right;
                width: inherit;
                object-fit: unset;
              }
            }
          }

          .content-article {
            flex: 1;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
          }
        }

        .article-image-container {
          .image-single-container {
            border-radius: 20px;
            overflow: hidden;
          }

          .image {
            position: relative;
            width: 100%;
            display: block;
            height: 20vh;
            background-repeat: no-repeat !important;
            background-size: cover !important;
            background-position: center !important;
            border-radius: 12px;
            transition: all 0.2s ease-in-out;
            &:hover {
              transform: scale(1.03);
            }
          }
        }

        .title {
          margin-top: 1rem;
          font-size: 24px;
          color: var(--e-global-color-primary);
          font-family: "Marcellus";
        }

        .excerpt {
          margin-top: 0.5rem;
          font-size: 16px;
          color: #595959;
          font-family: "Source Sans 3";
          line-height: 24px;
        }

        .read-more {
          margin-top: 1rem;

          a {
            text-underline-offset: 5px;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 600;
            color: var(--e-global-color-primary);
            text-decoration: underline;
            transition: all 0.2s ease-in-out;
            &:hover {
              text-decoration: none;
            }
          }
        }
      }

      .image-container {
        min-height: 40vh;
        position: relative;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        width: 100%;
        border-radius: 20px;
        transition: all 0.2s ease-in-out;

        /*&::after {
          content: "";
          position: absolute;
          border-radius: 20px;
          inset: 0;
          background: var(--e-global-color-primary);
          opacity: 0;
          transition: opacity 0.3s ease-in-out;
        }

        &:hover {
          background-color: var(--e-global-color-primary);
          background-blend-mode: multiply;

          &::after {
            opacity: 0.5;
          }
        }*/

        &:hover {
          transform: scale(1.03);
        }

        .title {
          font-size: 22px;
          color: #fff;
          font-family: "Marcellus";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          text-align: center;
          z-index: 10;
        }
      }
    }
  }

  .footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    padding-top: 2rem;

    .usefull-links {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      a {
        text-underline-offset: 5px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        color: var(--e-global-color-primary);
        text-decoration: underline;
        transition: all 0.2s ease-in-out;
        &:hover {
          text-decoration: none;
        }
      }
    }
    .ctas {
      flex: 0 0 50%;
      display: flex;
      gap: 8px;
      justify-content: flex-end;

      .cta {
        a {
          button {
            display: flex;
            flex-wrap: wrap;
            gap: 3px;
            align-items: center;

            border-radius: 7px;
            border: none;
            outline: none;
            padding: 0.6rem 1.2rem !important;
            background: #fff;
            color: var(--e-global-color-primary);
            transition: all 0.2s ease-in-out;
            span {
              line-height: 0px;
            }

            img {
              filter: invert(0);
              transition: all 0.2s ease-in-out;
            }

            &:hover {
              img {
                filter: brightness(100);
              }
            }
          }
        }
      }
    }
  }
}

.logo-container {
  img {
    width: 155px;
    min-height: 29px;
    object-fit: contain;
    object-position: center;
    filter: brightness(1);
  }
}

.menu-links-container {
  flex: 0 0 80%;

  display: inline-flex;
  gap: 25px;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  color: var(--e-global-color-primary);
  transition: 0.2s;

  a {
    color: var(--e-global-color-primary);
  }

  &.selected {
    .menu-link:not(:first-child):before {
      filter: none !important;
    }
  }

  .menu-link:nth-child(6):before {
    opacity: 0 !important;
    display: none !important;
  }
}

.menu-link {
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.03rem;
  position: relative;
  transition: 0.2s ease;

  span {
    font-weight: 400;
    font-size: 16px;
    font-family: "Source Sans 3";
    text-transform: uppercase;
  }

  img {
    margin-left: 5px;
    margin-top: -2px;
    display: none;
  }

  .link-sub img {
    display: none;
  }
}

.menu-futurismo-hamburguer {
  background: transparent;
  border-radius: 50px;
  height: 35px;
  width: 35px;
  position: relative;
  margin-left: 15px;

  img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
  }

  &:hover {
    cursor: pointer;
  }
}

.sub-search-menu {
  display: none;
  background: #f0f2f5;
  height: auto;
  min-height: 115px;
  width: 100%;
  position: absolute;
  padding: 45px 0;
}

#find_tours_activities,
#find_blog_news,
#find_projects {
  padding-right: 2.5rem !important;
  padding-left: 1.5rem !important;
}

/* sub mega menu */
.content-normal-menu {
  display: flex;
}

.highlight-normal-menu {
  display: flex;
  align-items: center;
  padding: 0 15px;
  color: var(--e-global-color-primary);

  img {
    border-radius: 20px;
    margin-right: 15px;
  }

  a {
    color: var(--e-global-color-primary);
    font-weight: 600;
  }
}

.elementor-element-f880457 > div {
  max-width: 100% !important;
}

.sub-megamenu {
  display: none;
  background: #f0f2f5;
  height: auto;
  padding: 2rem 3rem 2rem 3rem;
  width: 100%;
  max-width: 100%;
  position: absolute;

  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  li {
    white-space: nowrap;

    font-size: 20px;
    position: relative;
    cursor: pointer;
    width: 100%;

    &:after {
      content: "";
      width: 0%;
      height: 1px;
      position: absolute;
      background: var(--e-global-color-primary);
      bottom: 2px;
      left: 0;
    }
  }

  .primary-normal-menu li:hover:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: var(--e-global-color-primary);
    bottom: 2px;
    left: 0;
    transition: width 0.5s ease-in-out;
  }
}

.arrow-main-menu-futurismo {
  display: none;
  position: absolute;
  background-color: #f0f2f5;
  padding: 5px;
  left: 16.7vw;
  z-index: 1;
  text-align: center;
  width: 2%;
  top: 27px;

  img {
    width: 12px;
  }
}

.primary-normal-menu {
  border-right: solid 1px #ddd;
  color: var(--e-global-color-primary);
  font-weight: 600;
  font-family: "Source Sans 3";
  font-size: 16px;
  width: 12vw;

  li {
    display: inline;
    line-height: 32px;
    margin-right: 20px;
  }

  a {
    color: var(--e-global-color-primary);
  }
}

.title-column {
  font-family: "Source Sans 3";
  font-size: 16px;
  color: var(--e-global-color-primary);
  font-weight: 600;
  margin-bottom: 5px;
}

.secundary-normal-menu {
  padding-right: 30px;
  margin-right: 30px;
  border-right: solid 1px #ddd;
  color: #909090;

  &:hover {
    color: var(--e-global-color-primary);
  }

  a {
    color: #909090;

    &:hover {
      color: var(--e-global-color-primary);
    }
  }
}

.third-normal-menu {
  padding-right: 30px;
  margin-right: 30px;
  color: #909090;

  &:hover {
    color: var(--e-global-color-primary);
  }

  a {
    padding-right: 30px;
    margin-right: 30px;
    color: #909090;

    &:hover {
      color: var(--e-global-color-primary);
    }
  }
}

.secondary-menu {
  display: flex;
  flex-wrap: wrap;

  &.active {
    width: 100%;
    display: flex;
    padding-left: 3rem;
  }

  .first-column {
    flex: 0 0 12%;
  }

  .second-column {
    flex: 0 0 17%;
  }

  .third-column {
    flex: 1;
    margin-left: 2%;

    img {
      max-height: 350px;
    }

    .section-img-menu img {
      height: 350px;
      max-width: 350px;
    }
  }
}

.secondary-menu {
  display: none;
  flex-wrap: wrap;
}

.grid-container-bestsellers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 10px 0;

  .grid-item-bestsellers {
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden;
    padding: 16px;
    background-color: #f0f2f5;

    &:hover {
      background-color: rgba(13, 60, 153, 0.1);
    }

    img {
      width: 74px;
      height: 74px;
      object-fit: cover;
    }

    .content-menu {
      flex: 1;
      padding: 10px;

      h3 {
        color: var(--e-global-color-primary);
        margin: 0;
        font-size: 14px;
        line-height: 22px;
      }
    }
  }
}

.grid-tours-menu-p {
  color: #555860;
  font-family: "Source Sans 3", Sans-serif;
  font-size: 14px;
}

.grid-tours-menu-a,
.grid-tours-menu-a:hover {
  color: var(--e-global-color-primary);
  font-size: 15px;
  font-family: "Source Sans 3", Sans-serif;
  text-decoration: none;
  font-weight: 700;
  text-align: end;
  margin-top: 12px;
  position: absolute;
  right: 0;
  margin-bottom: 20px;
}

.sticky-menu > div .col-2 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.section-img-menu img {
  border-radius: 25px;
}

.section-menu-with-img {
  display: flex;
  flex-direction: row;
  align-items: baseline;

  &-content {
    padding-left: 40px;

    .title {
      font-size: 32px;
      font-family: "Marcellus", serif !important;
      color: var(--e-global-color-primary);
    }

    .text {
      font-size: 16px;
      font-family: "Source Sans 3";
      color: var(--e-global-color-primary);
      font-weight: 400;
    }

    .link {
      font-size: 18px;
      font-family: "Source Sans 3";
      color: var(--e-global-color-primary);
      font-weight: 700;

      a {
        color: var(--e-global-color-primary);
      }
    }
  }
}

.img-section-multiple img {
  max-width: 350px;
}

.third-column.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.img-section-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 1% 0 0;

  div {
    flex: 1;
  }

  img {
    border-radius: 25px;
  }
}

.third-column .title-column {
  margin-left: 1rem;
}

/* MEDIA QUERIES */
@media screen and (min-width: 992px) {
  .sub-megamenu li.fourth_level {
    margin-left: 1rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1400.98px) {
  .menu-link span {
    font-size: 14px;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1370.99px) {
  .section-menu-with-img-content .title {
    font-size: 26px;
  }
  .section-menu-with-img {
    align-items: end;
  }
  .primary-normal-menu {
    padding-right: 30px;
    margin-right: 30px;
  }
  .secondary-menu .second-column {
    flex: 0 0 21%;
  }
  .grid-container-bestsellers .grid-item-bestsellers {
    padding: 12px;
  }
  .grid-item-bestsellers .content-menu {
    padding: 0px 0px 0px 10px;
  }
  .grid-item-bestsellers h3 {
    font-size: 13px;
  }
}

@media screen and (min-width: 1371px) and (max-width: 1750px) {
  .section-menu-with-img-content .title {
    font-size: 28px;
  }
}

@media screen and (max-width: 991.98px) {
  .sticky-menu .menu-links-container {
    display: none;
  }
  .logo-container img {
    width: 65% !important;
  }
  ul.lang-select {
    top: initial !important;
    bottom: 15px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .logo-container img {
    width: 25% !important;
  }
}

@media screen and (min-width: 1519px) and (max-width: 1650px) {
  .content-submenu.active .primary-normal-menu.normal li span.active::after {
    left: 11.6rem;
  }
  .content-submenu.active .primary-normal-menu.tours li span.active::after {
    left: 9.5rem;
  }
  .content-submenu.active li span.active::after {
    left: 9.4em;
  }
  .primary-normal-menu.normal {
    width: 15.5vw !important;
  }
  .primary-normal-menu.tours {
    width: 12.6vw !important;
  }
  .img-section-multiple img {
    max-width: 19rem !important;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1518px) {
  .content-submenu.active .primary-normal-menu.normal li span.active::after {
    left: 9.8em;
  }
  .content-submenu.active .primary-normal-menu.tours li span.active::after {
    left: 9.8rem;
  }
  .content-submenu.active li span.active::after {
    left: 9.5em;
  }
  .img-section-multiple img {
    max-width: 19rem !important;
  }
  .primary-normal-menu {
    width: 13.9vw !important;
  }
  .primary-normal-menu.tours {
    width: 13.9vw !important;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1399px) {
  .img-section-multiple img {
    max-width: 15rem !important;
  }
  .primary-normal-menu.normal {
    width: 14.5vw !important;
  }
  .primary-normal-menu.tours {
    width: 12vw !important;
  }
  .content-submenu.active .primary-normal-menu.normal li span.active::after {
    left: 9.9em !important;
  }
  .content-submenu.active .primary-normal-menu.tours li span.active::after {
    left: 8.1em !important;
  }
  .secondary-menu .first-column {
    padding-left: 25px;
  }
  .secondary-menu .second-column {
    padding-left: 20px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1399px) {
  .content-submenu.active .primary-normal-menu.normal li span.active::after {
    left: 10.4em !important;
  }
  .content-submenu.active .primary-normal-menu.tours li span.active::after {
    left: 9.7em !important;
  }
  .primary-normal-menu.normal {
    width: 17.2vw;
  }
  .primary-normal-menu.tours {
    width: 14vw !important;
  }
  .img-section-multiple img {
    max-width: 15.2rem;
  }
  .secondary-menu.active {
    padding-left: 0;
  }
  .secondary-menu .third-column {
    margin-left: 1rem;
  }
}

@media screen and (min-width: 1675px) and (max-width: 1685.98px) {
  .content-submenu.active .primary-normal-menu.normal li span.active::after,
  .content-submenu.active .primary-normal-menu.tours li span.active::after {
    left: 9.4vw !important;
  }
  .secondary-menu .third-column {
    margin-left: 0% !important;
  }
  .secondary-menu .first-column {
    padding-right: 20px;
  }
}

@media screen and (min-width: 1195px) and (max-width: 1250.98px) {
  .content-submenu.active .primary-normal-menu.tours li span.active::after {
    left: 10.6vw !important;
  }
  .img-section-multiple img {
    max-width: 285px;
  }
  .secondary-menu.active {
    padding-left: 0rem !important;
  }
  .primary-normal-menu {
    padding-right: 30px !important;
  }
}

@media screen and (min-width: 1920px) {
  .submenu-section {
    .image-container {
      min-height: 40vh !important;
    }
  }

  .submenu-section {
    .columns {
      .column {
        .item-list {
          max-height: 14vh;
        }
      }
    }
  }
}

@media screen and (min-width: 1519px) and (max-width: 1650px) {
  .submenu-section {
    .image-container {
      min-height: 46vh !important;
    }
  }
}

@media screen and (min-width: 1519px) and (max-width: 1650px) {
  .submenu-section {
    .image-container {
      min-height: 46vh !important;
    }
  }
}

@media screen and (min-width: 1651px) and (max-width: 1919px) {
  .submenu-section {
    .image-container {
      min-height: 45vh !important;
    }
  }
}
