.header-container {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #F4F7FF;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*
#header-dark {
  height: 50px;
}
*/


.bottomLineBorder{
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  background-color: #000000;
  z-index: 1;

}

.header-inner-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 5% 0px 5%;
  display: grid;
  grid-template-columns: 40% 20% 40%;
  align-items: center;
}

.header-left-container {
  display: grid;
  width: 100%;
  align-items: center;
}

.header-right-container {
  display: grid;
  width: 100%;
  align-items: center;
}

#menu-header-left,
#menu-header-right,
#menu-header-left-french,
#menu-header-right-french {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#menu-header-left li,
#menu-header-right li,
#menu-header-left-french li,
#menu-header-right-french li {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}


element.style {}

ul#menu-header-right li:last-child a,
ul#menu-header-right-french li:last-child a {
  color: #FFFFFF !important;
  background-color: #000000;
  aspect-ratio: 1/1;
  border-radius: 100%;
  padding: 10px;
}

#menu-header-menu,
#menu-french-header {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
}

.header-mobile-menu .menu {
  /* display: none; */
}

.header-logo-container {
  width: 170px;
  position: relative;
  left: 50%;
  top: 40%;
  z-index: 5;
  transform: translate(-50%, 0%);
}

#header-dark .header-logo-container {
  top: 50%;
  width: 140px;
}

.header-logo-container img {
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  z-index: 6;
  filter: drop-shadow(-20px 0px #F4F7FF) drop-shadow(20px 0px #F4F7FF);
}

#header-dark .header-logo-container img {
  top: 50%;
  filter: drop-shadow(-10px 0px #F4F7FF) drop-shadow(10px 0px #F4F7FF);
}

.header-links-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.5vw;
}

.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.5vw;
}

.menu-item a {
  font-size: 20px;
  text-decoration: none;
  font-family: var(--ff-aller-display);
  text-transform: uppercase;
  color: #000000;
  transition: all 0.5s ease-in-out;
}

.lang-item>a>img {
  height: 17px !important;
  width: 22px !important
}

.menu-item li:active {
  /* color: #df5959 !important; */
  font-size: 25px;
}

.menu-item a:hover {
  font-size: 25px;
}

.menu-item a:active {
  transform: scale(1.25);
}

/* menu button hover effect on scroll */
.header-update-class:hover {
  color: inherit !important;
}

.menu-item-dark a {
  font-size: 4.27vw;
  text-decoration: none;
  font-family: var(--font-family-cartoon-toy);
  text-transform: uppercase;
  color: #00000060;
  transition: all 0.5s ease-in-out;
}

.menu-item-dark a:active {
  transform: scale(1.25);
}

.header-link-dark:hover {
  color: #000000;
}

.header-link-dark:active {
  transform: scale(1.25);
}

.header-menu-btn {
  font-family: var(--font-family-cartoon-toy);
  text-transform: uppercase;
  color: #000000;
  font-size: 2.75rem;
  line-height: 2.25rem;
  display: none;
  cursor: pointer;
}
ul#menu-header-menu li:last-child a,
ul#menu-french-header li:last-child a {
  color: #FFFFFF !important;
  background-color: #000000;
  aspect-ratio: 1/1;
  border-radius: 100%;
  padding: 10px;
}

ul#menu-header-left li.current-menu-item a,
ul#menu-header-right li.current-menu-item a,
ul#menu-header-left-french li.current-menu-item a,
ul#menu-header-right-french li.current-menu-item a {
  transform: scale(1.25);
}

ul#menu-french-header li.current-menu-item a {
  transform: scale(1.25);
}

ul#menu-header-menu-1 li.current-menu-item a {
  transform: scale(1.25);
}

ul#menu-french-header-1 li.current-menu-item a {
  transform: scale(1.25);
}

#header-dark a:active {
  transform: scale(1.25);
}

#header-dark a:hover {
  color: #000000 !important;
}

/* #header-dark .header-inner-container{
	border-bottom: 1px solid #00000030;
} */

/* #header-dark a:hover{
	color: #00000060;
} */

.header-menu-btn-dark {
  font-family: var(--font-family-cartoon-toy);
  text-transform: uppercase;
  color: #00000060;
  font-size: 2.75rem;
  line-height: 2.25rem;
  display: none;
  cursor: pointer;
}

.header-update-class {
  color: #00000060 !important;
}

.header-update-border {
  border-color: #00000060;
}

.header-menu-btn__clr-change {
  color: #00000060 !important;
}

.menu-header-menu-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.menu-french-header-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#header-mobile-menu .menu ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-end;
  margin-top: 25px;
  text-align: right;
}

.page-item-202 {
  display: none;
}



#header-dark a {
  color: #000000 !important;
}

#menu-header-menu-1 a {
  color: #ffffff !important;
}

#menu-header-menu-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
  margin-top: 40px;
}

/* mobile hover here -------------------------------------------- */

#menu-header-menu-1 a:hover {
  transform: scale(1.25);
}

/* a:active {
  transform: scale(1.25);
} */

/* #menu-item-375 {
  display: none;
} */

.whiteBackground {
  background-color: white;
}

@media screen and (max-width: 1150px) {
  .header-left-container {
    display: none;
  }

  #menu-header-right.menu li,
  #menu-header-right-french.menu li {
    display: none;
  }

  #menu-header-right.menu li:last-child,
  #menu-header-right-french.menu li:last-child {
    display: block;
  }

  #menu-header-right,
  #menu-header-right-french {
    justify-content: flex-end;
  }

  .header-menu-btn {
    display: block;
  }

  #header-mobile-menu .menu-header-menu-container {
    height: 100%;
  }

  #header-mobile-menu .line{
    position: absolute;
    top: 107px;
    left: 5%;
    width: 90%;
    height: 1px;
    background-color: #000000;
  }

  #header-mobile-menu span{
    width: 100%;
    text-align: center;
    color: #000000;
    font-family: var(--ff-aller-display);
    text-transform: uppercase;
    font-size: 30px;
    padding: 10px;
  }

  #header-mobile-menu ul{ 
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
  }

  #header-mobile-menu ul li a{
    font-family: var(--font-family-poppins-regular);
    font-size: 20px;
    text-transform: capitalize;
    color: #000000 !important;
  }

  #header-mobile-menu ul li:last-child a{
    color: #000000 !important;
    background-color: #F4F7FF !important;
  }

}

.header-mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  /* max-width: 500px; */
  height: 100vh;
  background-color: #F4F7FF;
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 2.5rem;
  padding: 150px 32px;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
  color: #ffffff35;
  font-size: 2.25rem;
  line-height: 1.75rem;
  font-family: var(--font-family-poppins-regular);
}

.header-mobile-menu_active {
  transform: translateX(0%);
}

.header-menu-btn_white {
  color: #ffffff !important;
}

@media  screen and (max-width: 1024px) {
  .header-mobile-menu {
    padding: 225px 32px 175px 32px;
  }
  
}



@media screen and (max-width: 768px) {
  .header-container{
    height: 60px;
  }

  .header-inner-container{
    /* padding: 40px 5% 0px 5%; */
  }

  .header-logo-container {
    width: 100px;
    top: 10px;
  }

  .header-logo-container img{
    filter: drop-shadow(-10px 0px #F4F7FF) drop-shadow(10px 0px #F4F7FF);
  }

  .header-link {
    display: none;
  }

  .header-link-dark {
    display: none;
  }


  .header-logo-container img {
    width: 100%;
  }

  .header-menu-btn {
    display: block;
    font-size: 2.25rem;
    line-height: 1.75rem;
  }

  .header-menu-btn-dark {
    display: block;
    font-size: 2.25rem;
    line-height: 1.75rem;
  }

  #menu-header-menu,
  #menu-french-header {
    display: none
  }

  #menu-item-375 {
    display: block;
  }

  .header-mobile-menu .menu {
    display: block;
  }

  #header-dark a {
    color: #ffffff60 !important;
  }

  #menu-french-header {
    display: none;
    width: 100%;
  }

  .menu {
    flex-direction: column;
    gap: 40px;
  }

  #menu-french-header-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
    margin-top: 40px;
  }

  /* .menu-french-header-container .menu-item a {
    font-size: 44px !important;
  } */

  .header-mobile-menu {
    padding: 150px 32px 125px 32px;
  }

}

@media screen and (max-width: 576px) {
  #header-dark .header-logo-container {
    top: 10px;
    width: 100px;
  }

  .menu-french-header-container{
    height: 100%;
  }
  
}