.container-fluid, .row, .col-12 {
  position: relative;
  height: auto;
  /* or specific height if needed */
}
.primary-header {
  z-index: 999;
  position: sticky;
  top: 0;
}
.primary-header .container-fluid {
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.scrolling .primary-header .container-fluid {
  top: 20px;
}
.scrolling .primary-header ul{
padding:0px 5% 0 1%;
}
.primary-header ul {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: baseline;
  background-color: var(--primary-color);
  margin: 0;
  padding: 0px 5% 0 1%;
  border-radius: 33px;
  flex-wrap:wrap;
}
.primary-header ul li {
  list-style: none;
  margin: 0;
  background-color: var(--primary-color);
  position: relative;
  border-radius: 33px;
}
.primary-header ul li:first-child {
  width: 0;
  overflow: hidden;
  top: 10px;
  opacity: 0;
  font-size: 0;
  transition: .2s;
  border-radius: 0;
  background: none;
}
.scrolling .primary-header ul li:first-child {
  width: 124px;
  height: 100%;
  opacity: 1;
}
.primary-header ul li:first-child a {
  padding: 0;
}
.primary-header ul li:first-child a svg {
  width: 84px;
  height: 36px;
  display: block;
}
.primary-header ul li:first-child a svg path {
  fill: var(--white-color);
}
.primary-header ul li:first-child a svg path#Path_2,
.primary-header ul li:first-child a svg path#Path_3 {
  fill: #000;
}
.primary-header ul li a {
  color: var(--white-color);
  background: var(--primary-color);
  padding: 20px;
  font-weight: 600;
  position: relative;
  border-radius: 33px;
  transition: .2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-header ul li:first-child a:hover{
  transform: none;
}
.primary-header ul li a:hover {
  transform: translateY(-15px);
  transition: .2s;
  transition-delay: 0s;
  transition-delay: .2s;
}
.primary-header ul li:first-child a:hover {
  top: auto;
}
.primary-header ul li a:hover:after {
  display: none;
}
.secondary_header{
left:0;padding: 0 32px;
}
.secondary_header-dropdown{
  position:relative;
}
.secondary_header-dropdown .dropdown-toggle:active{
  border:none}
.secondary_header-dropdown .dropdown-toggle{
  background-color: var(--dropdown-btn-color);
  transition: .4s;
  padding: 9px 17px 9px 17px;
  border-radius: 30px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 160px;
  transition:0.3s all ease-in-out;
  font-weight: 400;
}
.secondary_header-dropdown .dropdown-toggle:hover{
  background-color:var(--bg-footer);
}
.secondary_header-dropdown .dropdown-toggle.show{
  border:none}
.secondary_header-dropdown .dropdown-toggle.show:hover {
  background-color: var(--dropdown-btn-color);
}
.secondary_header-dropdown .dropdown-toggle:after{
  position: absolute;
  display: block;
  height: 6px;
  width: 12px;
  top: calc(50% - 3px);
  right: 20px;
  background-image: url(/~/media/Images/M/myko/logo/caret.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border:none;
  transition:0.3s all ease-in-out;
  z-index: 8;
}
.secondary_header-dropdown .dropdown-toggle.show:after{
  transform:rotate(180deg)
}
.secondary_header-dropdown .dropdown-menu{
  padding: 40px 20px 10px 20px;
  margin-top: -30px !important;
  width: 100%;
  left: 0;
  z-index: -1;
  border-radius: 0 0 30px 30px;
  background: var(--bg-footer);
  border:none;
}
.secondary_header-dropdown .dropdown-menu li{
  margin:0;
}
.secondary_header-dropdown .dropdown-menu li a{
  padding:5px 0;
  font-size:1.8rem;
  font-weight:400;
  line-height:27px;
  color:#000;
  padding:0;
}
.secondary_header-dropdown .dropdown-menu li a:hover:after{
  display:none;
}
@media (min-width:1266px){
.primary-header .container-fluid{
max-width:1400px;
}
}
@media all and (max-width:1024px){
.secondary_header{
padding:0 16px;
}

  .primary-header ul{
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .primary-header ul li a{
    font-size:1.5rem;
    padding:20px 15px;
  }
}
@media all and (max-width:767.98px){
.primary-header ul li a:hover{
transform: none;
}
.primary-header.modile .menu-lang.active ul:first-child {
  border-top: 2px solid var(--white-color);
}
  .primary-header.modile .container-fluid{
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
  }
  .primary-header.modile .primary-header-logo a.mmenu-icon{
    height: 30px;
    width: 30px;
    outline: 0;
    float: right;
    cursor: pointer;
    border: 0;
    font-size: 0;
    display: block;
    background-color: rgba(0,0,0,0);
    margin-top: 7px;
    margin-right: 3px;
    position:relative;
  }
  .primary-header.modile .primary-header-logo a span{
    background: #A042DB;
    display: block;
    height: 4px;
    width: 100%;
    content: "";
    position: absolute;
    left: 50%;
    border-radius: 3px;
    transform: translateX(-50%);
  }
  .primary-header.modile .primary-header-logo a span:nth-child(2){
    top: 10px;
    transition: .2s;
  }
  .primary-header.modile .primary-header-logo a span:nth-child(3){
    top: 20px;
    transition: .2s;
  }
  .primary-header.modile .primary-header-logo svg{
    width: 90px;
    height: 38px;
  }
  .primary-header.modile .primary-header-logo{
    padding:15px 0}
 
  .primary-header.modile ul li, .primary-header.modile ul li a{
    background: none;
  }
  .primary-header.modile ul li a{
    padding:8px 0;
  }
  .primary-header.modile ul li:first-child{
    width: auto;
    overflow: visible;
    top: auto;
    opacity: 1;
    font-size: initial;
  }
  .primary-header.modile ul.hidden {
    display: none;
  }
 
  .primary-header.modile ul.active li{
    border-bottom: 1px solid rgba(255,255,255,.25);
    border-radius:0;
    display: flex;
    width: 100%;
  }
  .primary-header.modile .menu-lang ul{
    opacity:0;
    max-height:0;
    overflow:hidden;
    border-radius: 0;
    margin-top: 5px;
    transition:0.3s all ease-in-out}
  .primary-header.modile .menu-lang .dropdown-menu{
    padding:20px 10px;
  }
  .primary-header.modile .menu-lang .dropdown-menu .lang-label{
    padding: 10px 0;
    color: #E3C6F4;
    display: block;
    width: 100%;
    font-size: 1.8rem;
    border-bottom: 1px solid #E3C6F4;
  }
  .primary-header.modile .menu-lang .dropdown-menu li a{
    font-weight:400;
  }
  .primary-header.modile .menu-lang.active ul{
    opacity:1;
    max-height:none;
    overflow:visible;padding-left: 0;
  }
  .primary-header.modile .menu-lang .dropdown-menu{
    position: relative;
    border: none;
    display: flex;
    justify-content: start;
  }
  .primary-header.modile .menu-lang .dropdown-menu li{margin-right:20px}
  .primary-header.modile{
    padding:0 20px;
  }
  .primary-header.modile .primary-header-logo{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header.mobile{
    position: fixed;
    z-index: 9;
    transition: 0.5s;
    width: 100vw;
  }
  .header.mobile.active{
    background-color: var(--primary-color);
    border-radius: 0 0 15px 15px;
  }
  .header.mobile.active .primary-header-logo a svg, .header.mobile.active .primary-header-logo a svg path{
    fill:var(--white-color);
  }
  .header.mobile.active .primary-header-logo a.mmenu-icon span{
    background:var(--white-color);
  }
  .header.mobile.active .primary-header-logo a.mmenu-icon span:nth-child(1){
    transform: rotate(45deg);
    left: 0;
    top: 10px;
    transition:0.3s;
  }
  .header.mobile.active .primary-header-logo a.mmenu-icon span:nth-child(2){
    opacity:0
  }
  .header.mobile.active .primary-header-logo a.mmenu-icon span:nth-child(3){
    transform: rotate(-45deg);
    top: 10px;
    left: 0;
    transition:0.3s;
  }
  .primary-header.modile ul li a:hover, .primary-header.modile ul li a{
    top:0;
  }
  .primary-header.modile .mobile-language-switcher ul {
    opacity: 1;
    overflow: visible;
    max-height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90vw;
  }
  .header.mobile.active-bg::before {
  content: '';
  height: 68px;
  border-radius: 0 0 15px 15px;
  background: var(--primary-color);
  position: absolute;
  top: 0;
  width: 100%;
}
.header.mobile.active-bg .primary-header.modile .primary-header-logo svg, .header.mobile.active-bg .primary-header.modile .primary-header-logo svg path{
fill:var(--white-color);
}
.header.mobile.active-bg .primary-header-logo a span{
background:var(--white-color);
}
}
