/***********************************Important css***********************************/
:root {
  --fc-header-min-height: 36rem;
}

#main_header_89 {
  --fc-header-vertical-padding: 2.5rem 0;
  /* min-height: var(--fc-header-min-height); */
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: #93af5f;
}

.toggle-main__menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  pointer-events: none;
  width: 100%;
  padding: var(--fc-main-padding);
  display: flex;
  justify-content: center;
}

.menu-item {
  position: relative;
}

#main_header_89 .menu-item .item-anchor {
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--fc-color-black, #484848);
  margin: 0;
}

.custom_logo_wrapper img {
  max-width: 16rem;
  height: auto;
}

.secondary_menu_one {
  --fc-header-bg-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-25%, 45px);
  background-color: var(--fc-header-bg-color);
  display: none;
  z-index: 99;
  list-style: none;
  z-index: 99;
  list-style: none;
  border: 1px solid var(--fc-header-bg-color);
  width: max-content;
  box-shadow: 4px 4px 14.5px 5px rgba(46, 46, 46, 0.12);
  backdrop-filter: blur(15.6px);
  border-radius: 1.6rem;
}

.secondary_menu_one li {
  margin-right: 5rem;
}

.secondary_menu_one .secondary_menu_one {
  position: relative;
  top: 0;
  left: 0;
  transform: unset;
  background-color: transparent;
  list-style: inside;
  box-shadow: none;
  backdrop-filter: none;
  border-radius: unset;
  border: none;
  padding-left: 3rem;
  padding-right: 0;
}

#main_header_89
  .menu-item
  .secondary_menu_one
  .secondary_menu_one
  .item-anchor {
  padding: 0.4rem 0;
}

#main_header_89 .menu-item .secondary_menu_one .item-anchor {
  color: var(--fc-color-black, #484848);
  font-size: 1.4rem;
  padding: 1rem 24px;
  display: inline-block;
}
.gemma__main-content--button__wrapper {
  max-width: var(--fc-max-width);
  width: 100%;
}

.menu-button--toggle .line {
  fill: none;
  stroke: var(--fc-color-black, #484848);
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.nav.nav-overlay .nav__content {
  width: 30%;
  height: 100%;
  background-color: #142c50;
  transform: translateX(100%);
  transition: all 0.3s ease-in;
  border-top-left-radius: 5rem;
  padding: 12rem 9rem 9rem 9rem;
}

.nav-overlay--inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  max-width: 240rem;
  margin: 0 auto;
  max-width: var(--fc-max-width);
}

/*************************************General Menu *******************************/

.gemma__inner-content--header {
  max-width: var(--fc-main-width);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--fc-header-vertical-padding);
}

.gemma__main-content--button {
  max-width: var(--fc-main-width);
  width: 100%;
  min-height: var(--fc-header-min-height);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  pointer-events: none;
  margin: 0 auto;
  transition: all 0.3s ease-in;
}

.menu-button--toggle {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  transform: translate(50%, -50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 0;
}

.menu-button--toggle svg {
  height: 36px;
}

.menu-button--toggle .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.menu-button--toggle .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.menu-button--toggle .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .menu-button--toggle .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .menu-button--toggle .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .menu-button--toggle .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .menu-button--toggle .line {
  stroke: #fff;
}

.nav.nav-overlay {
  display: none;
}

.custom_menu_secondary {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}

.custom_menu_secondary .header_menu_one {
  display: flex;
  align-items: center;
  gap: 7rem;
  list-style: none;
}

.custom_menu_secondary .header_menu_one .menu-item:last-child.has_submenu {
  margin-right: 5rem;
}

.secondary_menu_one .menu-item {
  border-bottom: 1px solid #fff;
}

.secondary_menu_one .menu-item:last-child {
  border-bottom: unset;
}

.menu-item:hover .secondary_menu_one {
  display: block;
}

.nav.nav-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: flex-end;
  z-index: 999;
  pointer-events: none;
  transition: all 0.3s ease-in;
}

.opened .nav.nav-overlay {
  opacity: 1;
  transition: all 0.3s ease-out;
  pointer-events: all;
}

.menu-button--toggle__wrapper {
  position: relative;
  width: 100px;
  pointer-events: all;
  display: none;
}

.opened .nav.nav-overlay .nav__content {
  transform: translateX(0);
  transition: all 0.3s ease-out;
}

.nice-select .list > li {
  font-size: 1.5rem;
}

.custom_menu_secondary .nice-select {
  height: 36.9px;
  font-size: 1.4rem;
}

.nav__list .nice-select {
  position: absolute;
  top: 3.5rem;
}
.blog-post__carousel__element .btn-10 {
  cursor: pointer;
}

#main_header_89
  .header_menu_one
  > .menu-item-has-children
  .secondary_menu_one
  .menu-item-has-children {
  position: relative;
}

#main_header_89
  .header_menu_one
  > .menu-item-has-children
  .secondary_menu_one
  .menu-item-has-children::after {
  position: absolute;
  top: 0.8rem;
  right: -2rem;
  content: "\f107";
  font-size: 0.8em;
  margin-left: 10rem;
  font-family: "FontAwesome";
}

/***************************************Menu Mobile************************************/

.header_menu_mobile {
  list-style: none;
}

.header_menu_mobile > li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.header_menu_mobile > .menu-item > .item-anchor {
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 20px 0;
  display: inline-block;
  width: 100%;
}

.secondary_menu_mobile {
  border-top: 1px solid #fff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-height: 0;
  transition: all 0.15s ease-out;
  overflow: hidden;
  padding: 0;
}

.header_menu_mobile .menu-item.menu-drop {
  border-bottom: 1px solid transparent;
}
.header_menu_mobile .menu-item.menu-drop.open {
  border-bottom: 1px solid #fff;
}

.menu-item.menu-drop > .item-anchor::after {
  content: "\f107";
  float: right;
  border: none;
  font-family: "FontAwesome";
  position: absolute;
  right: 11px;
  top: 30px;
  transform: translateY(-60%);
  transition: all 0.25s ease-in;
}

.menu-item.menu-drop.open > .item-anchor::after {
  content: "\f106";
  transition: all 0.25s ease-out;
}

.menu-item.menu-drop.open .secondary_menu_mobile {
  max-height: 500px;
  transition: all 0.25s ease-in;
  padding: 3rem 0;
}

.menu-item.item-drop > .item-anchor {
  font-size: 1.8rem;
  font-weight: 300;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
}

.nav__list {
  max-width: 35rem;
  width: 100%;
}

.nav__content__translate-block {
  position: absolute;
  top: 0;
  left: 0;
  min-height: var(--fc-header-min-height);
  display: flex;
  align-items: center;
  padding: var(--fc-main-padding);
  transition: all 0.3s ease-in;
}

.nav__content__translate-block .gtranslate_wrapper {
  flex-direction: row;
}

/**************************************Media Queries****************************************/

@media (min-width: 2300px) {
  .nav.nav-overlay .nav__content {
    width: 34.4%;
  }
}

@media (min-width: 2000px) {
  .nav.nav-overlay .nav__content {
    width: 33%;
  }
}

@media (max-width: 850px) {
  .custom_menu_secondary .header_menu_one {
    display: none;
  }
  .menu-button--toggle__wrapper {
    display: block;
  }

  .nav.nav-overlay .nav__content {
    width: 80%;
    padding: 12rem 4rem 4rem 4rem;
  }

  .menu-button--toggle {
    left: -10rem;
  }

  .nav__list {
    max-width: 100%;
    width: 100%;
    margin-top: 6rem;
  }

  .is-pinned .nav__content__translate-block {
    top: -32px;
    transition: all 0.3s ease-out;
  }

  .nav__content__translate-block .gtranslate_wrapper .glink {
    font-size: 2.4rem;
  }

  .secondary_menu_mobile {
    overflow: scroll;
  }

  .custom_menu_secondary--wrapper__upper-menu {
    flex-direction: row-reverse;
  }
}

@media (max-width: 540px) {
  .nav.nav-overlay .nav__content {
    width: 100%;
  }
}
