.header {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 98px;
  display: grid;
  align-content: center; }
  .header nav {
    align-items: center;
    justify-content: center; }
    .header nav .navbar-nav {
      gap: 20px; }
      .header nav .navbar-nav .menu-item a {
        font-weight: 400;
        font-size: 23px;
        line-height: 120%;
        letter-spacing: 0.01em;
        color: #000;
        padding: 5px; }
        .header nav .navbar-nav .menu-item a:hover {
          color: #000000; }
        .header nav .navbar-nav .menu-item a.active {
          color: #000000; }
      .header nav .navbar-nav .menu-item-has-children {
        position: relative; }
        .header nav .navbar-nav .menu-item-has-children a {
          font-weight: 400;
          font-size: 23px;
          line-height: 120%;
          letter-spacing: 0.01em;
          color: #000000 !important;
          margin-right: 0px;
          padding: 5px; }
          .header nav .navbar-nav .menu-item-has-children a:hover {
            color: #000000; }
          .header nav .navbar-nav .menu-item-has-children a.active {
            color: #000000; }
        .header nav .navbar-nav .menu-item-has-children .submenu {
          position: absolute;
          top: 35px;
          left: 0px;
          background: #ffffff;
          z-index: 99;
          opacity: 0;
          visibility: hidden;
          min-width: 250px;
          padding: 10px 20px 15px;
          list-style: none;
          margin: 0;
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          border-radius: 10px; }
          .header nav .navbar-nav .menu-item-has-children .submenu a:after {
            display: none; }
          .header nav .navbar-nav .menu-item-has-children .submenu li {
            margin: 0;
            opacity: 0;
            -webkit-transform: translateX(20px);
            -ms-transform: translateX(20px);
            transform: translateX(20px); }
            .header nav .navbar-nav .menu-item-has-children .submenu li a {
              position: relative;
              font-weight: 600;
              font-size: 18px;
              line-height: 130%;
              color: #000000;
              padding: 8px 0px;
              display: block; }
              .header nav .navbar-nav .menu-item-has-children .submenu li a.active {
                font-weight: 700;
                color: #1a1a1a; }
              .header nav .navbar-nav .menu-item-has-children .submenu li a:hover {
                color: #1a1a1a; }
        .header nav .navbar-nav .menu-item-has-children:hover .submenu {
          opacity: 1;
          visibility: visible;
          z-index: 9;
          right: 0; }
          .header nav .navbar-nav .menu-item-has-children:hover .submenu li {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0); }
    .header nav .navbar-brand {
      display: flex;
      justify-content: center; }
      @media (max-width: 992px) {
        .header nav .navbar-brand {
          justify-content: start; } }
    .header nav .important-links ul {
      display: flex;
      align-items: center;
      justify-content: end;
      margin-bottom: 0;
      gap: 24px; }
    .header nav .important-links li#search-form {
      width: 250px;
      display: none; }
      .header nav .important-links li#search-form form .input-group .form-control {
        background: transparent;
        border-radius: 0;
        border-bottom: 2px solid #000000;
        padding: 0 8px 8px;
        color: #000000;
        box-shadow: none; }
        .header nav .important-links li#search-form form .input-group .form-control:focus {
          background: transparent;
          box-shadow: none;
          border-bottom: 2px solid #000000; }
        .header nav .important-links li#search-form form .input-group .form-control::placeholder {
          color: #000000;
          font-family: "Open Sans", sans-serif; }
      .header nav .important-links li#search-form form .input-group button {
        padding: 0 8px 8px 2px;
        border-bottom: 2px solid #000000;
        color: #000000; }
    .header nav .important-links a {
      font-size: clamp(20px, 1.354vw, 48px); }
      .header nav .important-links a:hover {
        color: #ff6f61; }
  .header .navbar-toggler {
    color: #000000;
    border: none;
    outline: 0;
    padding-top: 24px;
    font-size: 24px; }
    .header .navbar-toggler:focus {
      box-shadow: none;
      color: #000000; }
  .header .navbar-collapse {
    justify-content: center; }
    
    
    
 @media screen and (max-width: 480px) {
 
 .header   .navbar-collapse {
    justify-content: center;
   
      border-radius: 10px;
      padding: 15px 24px;
      z-index: 9999;
      position: absolute;
      top: 170px;
      right: 10px;
      width: 200px;
     
    }    
    
 }    
  
  
 
    
    
    
    
    
    
    
    
    
    
    
    

