.elementor-1283 .elementor-element.elementor-element-784a6359{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1283 .elementor-element.elementor-element-2a12226c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-231e3ce1 *//* Menu css */
.navigation__list {
    position: relative;
  }
  .navigation__list li {
    list-style: none;
    text-align: center;
  }
  .navigation__list li a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    padding: 5px 20px;
    display: inline-flex;
    font-weight: 700;
    transition: 0.5s;
  }
  .navigation__list:hover li a {
    color: #0005;
  }
  .navigation__list li:hover a {
    color: #000;
    background: rgba(255, 255, 255, 1);
  }
  .navigation__list li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 70px;
    color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 500px;
    transition: letter-spacing 0.5s, left 0.5s;
  }
  .navigation__list li a:hover:before {
    content: attr(data-text);
    opacity: 1;
    left: 50%;
    letter-spacing: 2px;
    width: 1800px;
    height: 1800px;
  }
  .navigation__list li:nth-child(6n + 1) a:before {
    background: linear-gradient(45deg, #d35543, #2B66B1);
  }
  .navigation__list li:nth-child(6n + 2) a:before {
    background: linear-gradient(45deg, #d35543, #2B66B1);
  }
  .navigation__list li:nth-child(6n + 3) a:before {
    background: linear-gradient(45deg, #d35543, #2B66B1);
  }
  .navigation__list li:nth-child(6n + 4) a:before {
    background: linear-gradient(45deg, #d35543, #2B66B1);
  }
  .navigation__list li:nth-child(6n + 5) a:before {
    background: linear-gradient(45deg, #d35543, #2B66B1);
  }
  .navigation__list li:nth-child(6n + 6) a:before {
    background:  linear-gradient(45deg, #d35543, #2B66B1);
  }
  
  .navigation__list li:nth-child(6n + 7) a:before {
    background:  linear-gradient(45deg, #d35543, #2B66B1);
  }
  
.navigation__list li:nth-child(6n + 8) a:before {
   background: #ff69b4 ;
}    
.navigation__checkbox {
  display: none;
}
.navigation__button {
    background-color: transparent;
    height: 45px;
    width: 45px;
    position: fixed;
    top: 40px;
    right: 100px;
    border-radius: 50%;
    z-index: 2000;
    box-shadow: none;
    text-align: center;
    cursor: pointer;
}
.menufix .navigation__button {
    background-color: #fff;
    height: 50px;
    width: 53px;
    position: fixed;
    top: 61px;
    right: 87px;
    border-radius: 50%;
    z-index: 2000;
    box-shadow: none;
    text-align: center;
    cursor: pointer;
    box-shadow: 1px 1px 11px 3px #333;
}
.navigation__background {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    position: fixed;
    top: 63px;
    right: 90px;
    background-image: none;
    z-index: 1000;
    transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
.navigation__nav {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  opacity: 0;
  width: 0;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.navigation__list {
  position: absolute;
  top: 50%;
  left: -200px;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  /*width: 100%;*/
 padding: 0;margin: 0 auto;
}
.navigation__item {
  /* margin: 1rem; */
}
.navigation__link:link, .navigation__link:visited {
  display: inline-block;
  font-size: 3rem;
  font-weight: 300;
  padding: 1rem 2rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #fff 50%);
  background-size: 220%;
  transition: all 0.4s;
}
.navigation__link:link span, .navigation__link:visited span {
  margin-right: 1.5rem;
  display: inline-block;
}
.navigation__link:hover, .navigation__link:active {
  background-position: 100%;
  color: #90CAF9;
  transform: translateX(1rem);
}
.navigation__checkbox:checked ~ .navigation__background {
  transform: scale(80);
}
.navigation__checkbox:checked ~ .navigation__nav .navigation__list {
    left: 50%;
}
.navigation__checkbox:checked ~ .navigation__nav {
  opacity: 1;
  width: 100%;
  background: #333;
}
.navigation__icon {
  position: relative;
  margin-top: 23px;
}
.navigation__icon, .navigation__icon::before, .navigation__icon::after {
  width: 25px;
  height: 3px;
  background-color: #000000;
  display: inline-block;
}
.navigation__icon::before, .navigation__icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}
.navigation__icon::before {
  top: -8px;
  left: -10px;
}
.navigation__icon::after {
  top: 8px;
  left: 10px;
}
.navigation__button:hover .navigation__icon::before {
  top: -11px;
}
.navigation__button:hover .navigation__icon::after {
  top: 11px;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon {
  background-color: transparent;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
  top: 0;
  transform: rotate(135deg);
  left: 0;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
  top: 0;
  transform: rotate(-135deg);
  left: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b90ae65 */.navigation__button {
    background-color: transparent;
    height: 45px;
    width: 45px;
    position: fixed;
    top: 40px;
    right: 100px;
    border-radius: 50%;
    z-index: 9998;
    box-shadow: none;
    text-align: center;
    cursor: pointer;
}

.navigation__icon {
    position: relative;
    margin-top: 23px;
}

.navigation__icon, .navigation__icon::before, .navigation__icon::after {
    width: 25px;
    height: 3px;
    background-color: #000000;
    display: inline-block;
}

.navigation__icon::before, .navigation__icon::after {
    content: "";
    position: absolute;
    left: 0;
    transition: all 0.2s;
}

.navigation__icon::before {
    top: -8px;
    left: -10px;
}

.navigation__icon::after {
    top: 8px;
    left: 10px;
}

.navigation__button:hover .navigation__icon::before {
    top: -11px;
}

.navigation__button:hover .navigation__icon::after {
    top: 11px;
}

label.navigation__button.scrolled {
    background-color: #fff;
    box-shadow: 1px 1px 11px 3px #333;
    height: 50px;
    width: 50px;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
    top: 0;
    transform: rotate(135deg);
    left: 0;
}
/* When the menu is active (opened) */
.navigation__button.navigation__button--active .navigation__icon::before {
    top: 0;
    left: 0;
    transform: rotate(135deg);
}

.navigation__button.navigation__button--active .navigation__icon::after {
    top: 0;
    left: 0;
    transform: rotate(-135deg);
}




#menu-2-6401ae6 li:nth-child(6n + 1) a:before{
   background: linear-gradient(45deg, #d35543, #2B66B1);
}

#menu-2-6401ae6 li:nth-child(6n + 2) a:before {
    background: linear-gradient(45deg, #d35543, #2B66B1);
}

#menu-2-6401ae6 li:nth-child(6n + 3) a:before {
    background: linear-gradient(45deg, #d35543, #2B66B1);
}

#menu-2-6401ae6 li:nth-child(6n + 4) a:before {
    background: linear-gradient(45deg, #d35543, #2B66B1);
}

#menu-2-6401ae6 li:nth-child(6n + 5) a:before {
    background: linear-gradient(45deg, #d35543, #2B66B1);
}

#menu-2-6401ae6 li:nth-child(6n + 6) a:before {
    background: linear-gradient(45deg, #d35543, #2B66B1);
}

#menu-2-6401ae6 li:nth-child(6n + 7) a:before {
    background: linear-gradient(45deg, #d35543, #2B66B1);
}

#menu-2-6401ae6 li:nth-child(6n + 8) a:before {
    background: #ff69b4;
}



#menu-2-6401ae6 li a:hover:before {
    content: attr(data-text);
    opacity: 1;
    left: 50%;
    letter-spacing: 2px;
    width: 1800px;
    height: 1800px;
}

#menu-2-6401ae6 li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 70px;
    color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 500px;
    transition: letter-spacing 0.5s, left 0.5s;
}

.elementor-element-6401ae6 nav {
    height: 100vh;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1500;
    opacity: 0;
    width: 0;
    overflow: hidden !important;
}

.elementor-element-6401ae6 nav.active {
    opacity: 1;
    width: 100% !important;
    background: #333;
}

.elementor-element-6401ae6 nav.active #menu-2-6401ae6{
    width: fit-content !important;
    left: 50%;
}

#menu-2-6401ae6 {
    position: absolute;
    top: 50%;
    left: -200px;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
    /* width: 100%; */
    padding: 0;
    margin: 0 auto;
}

#menu-2-6401ae6 li a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    padding: 5px 20px;
    display: inline-flex;
    font-weight: 700;
    transition: 0.5s;
    background: unset !important;
    line-height: 1.6;
    font-family: 'Poppins';
    position: static !important;
}

/* Add transition for smooth animation */
.navigation__icon::before, .navigation__icon::after {
    transition: transform 0.3s, top 0.3s, left 0.3s;
}
.navigation__button--active span.navigation__icon {
    background: transparent !important;
}


.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
     transform-origin: left;
    animation: expand-left-to-right 0.7s ease-in-out backwards !important;
    transition: transform 0.7s ease-in-out, max-width 0.7s ease-in-out;
}
/* Define the animation */
@keyframes expand-left-to-right {
    from {
        transform: scaleX(0) ;  
    }
    to {
        transform: scaleX(1); 
    }
}

#menu-2-6401ae6 li:hover a {
    color: #000;
    background: rgba(255, 255, 255, 1) !important;
}

#menu-2-6401ae6 li {
    text-align: center;
    position: static !important;
}/* End custom CSS */