* {
    margin: 0;
    padding: 0;
  }
  
  :root {
    --purple-cyb: #9500cc;
    --blue-cyb: #009dcc;
    --font-family-eina: "eina", Arial, Helvetica Neue, Helvetica, sans-serif;
    --font-family-GT-Walsheim: "gt-walsheim-pro", Arial, Helvetica Neue, Helvetica,
      sans-serif;
    --line-height: 1.4;
    --grey-border: #dadada;
    --light-purple: rgba(149, 0, 204, 0.15);
    --light-blue: #e5f5fa;
  }
  
  .dark-menu--outer {
      position: absolute;
      width: 100%;
      background-color: rgba(18,18,18,0.5);
      backdrop-filter: blur(8px);
      z-index: 9999;
  }

  .light-logo-cyb {
    display: none;
  }
  
  .cyb-menu--outer {
    background-color: #121212;
    position: relative;
    z-index: 9999;
    width: 100%;
  }
  
  .activeFixed {
    position: fixed;
  }
  
  .cyb-menu--outer ul {
    list-style: none;
  }
  
  .cyb-menu {
    width: 100%;
    background-color: #121212;
    margin-bottom: 0;
  }
  
  .nav--item--game-hosting .menu-dropdown {
    background-color: #000;
  }
  
  .cyb-menu .nav--item--game-hosting .menu-dropdown--product__p {
    color: #c8c8c8;
  }
  
  .cyb-menu .nav--item--game-hosting .menu-dropdown--product__title {
    color: #fff;
    margin-top: 0;
  }
  
  .cyb-menu ul {
    list-style: none;
  }
  
  .dropdown {
    display: none;
  }
  
  ul:hover .dropdown {
    display: block;
  }
  
  .master-container-cyb--wide {
    max-width: 1520px;
    margin: 0 auto;
  }
  
  .nav--account-links {
    display: flex;
    align-items: center;
  }
  
  .nav--item {
    font-family: var(--font-family-GT-Walsheim);
    font-weight: normal;
    color: #fff;
    margin-right: 30px;
    padding: 15px 0;
    cursor: pointer;
    display: inline-block;
    font-size:14px;
  }
  
  .menu-top-link {
    z-index: 9999;
    position: relative;
  }
  
  .nav--item a {
    text-decoration: none;
    color: #fff !important;
  }
  
  .nav--item--login:hover a {
    color: #fff !important;
  }
  
  .menu-dropdown {
    display: none;
    /* border-top: 1px solid var(--grey-border); */
    padding: 16px 0;
    position: relative;
    z-index: -1;
    cursor: auto;
    background-color: rgba(18,18,18,0.95);
    backdrop-filter: blur(8px);
    border: 1px solid #414141; 
    border-radius: 24px;
    background-size: fill;
  }
  
  .menu-dropdown--game-hosting {
    display: none;
    /* border-top: 1px solid var(--grey-border); */
    padding: 11px 0;
    position: relative;
    z-index: -1;
    cursor: auto;
    background-image: linear-gradient(to right, rgba(0,0,0,1) 82%, rgba(0,0,0,0.73)), url('../img/website/gameMixedBackground.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: fill;
    background-color: #000;
    border: 1px solid rgba(166, 166, 166, 0.2);
    border-radius: 24px;
    max-width: 1340px;
    margin: 0px auto;
    padding-right: 15%;
  }
  
  
  
  .menu-dropdown:hover {
    display: block;
  }
  
  .menu-dropdown--game-hosting:hover {
    display: block;
  }
  
  .menu-dropdown--product {
    display: flex;
    max-width: 290px;
    margin-right: 10px;
    padding: 20px;
    border-radius: 30px;
    transition: 0.3s;
  }
  
  .nav--item--outer:hover .menu-dropdown {
    display: block;
    animation: menu-fade 0.3s forwards;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 46px;
  }
  
  .nav--item--outer:hover .menu-dropdown--game-hosting {
    display: block;
    animation: menu-fade--black 0.3s forwards;
    position: absolute;
    top: 53px;
    left: 10px;
    right: 10px;
  }
  
  .nav--item--outer:hover .menu-dropdown--product {
    animation: menu--products 0.5s forwards;
    opacity: 0;
  }
  
  .nav--item--outer:hover .menu-dropdown__feature-highlight {
    animation: menu--products 0.5s forwards;
    opacity: 0;
  }
  
  .nav--account-links .nav--item:last-child {
    margin-right: 0;
  }
  
  .menu-dropdown-cyb {
    position: relative;
  }
  
  .menu-dropdown-arrow img {
    display: inline-block;
  }

  .menu-dropdown-arrow {
    margin-left: 4px;
  }
  
  @keyframes menu-fade {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
      /* box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.06); */
    }
  }
  
  @keyframes menu-fade--black {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
      /* box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.06); */
    }
  }
  
  @keyframes menu--products {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  .menu-dropdown:hover {
    display: block;
  }
  
  .menu-dropdown--game-hosting:hover {
    display: block;
  }
  
  .menu-dropdown--product:hover {
    background-color: rgba(149, 0, 204, 0.15);
  }
  
  .menu-dropdown--product p {
    font-family: var(--font-family-GT-Walsheim);
    font-size: 14px;
    color: #e5e7ed;
    line-height: var(--line-height);
    margin-bottom: 0;
  }
  
  .menu-dropdown--product .menu-dropdown--product__title {
    font-family: var(--font-family-eina);
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    line-height: var(--line-height);
    padding-bottom: 8px;
    margin-bottom: 0;
    margin-top: 0;
  }
  
  .menu-dropdown--icon {
    margin-right: 14px;
  }
  
  .menu-dropdown--product img {
    min-width: 20px;
  }
  
  .menu-dropdown__feature-highlight {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 25px;
    border-radius: 30px;
  }
  
  .menu-dropdown__feature-highlight__grid {
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 5px;
    column-gap: 25px;
  }
  
  .menu-dropdown__feature-highlight__grid__item {
    display: flex;
    align-items: center;
  }
  
  .menu-dropdown__feature-highlight__grid__item img {
    margin-right: 10px;
  }
  
  .menu-dropdown__feature-highlight__grid__item p {
    color: #e5e7ed;
    margin-bottom: 0;
  }
  
  .menu-dropdown__feature-highlight__title {
    color: #fff;
    font-family: var(--font-family-GT-Walsheim);
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-top: 0;
  }
  
  .nav--item--left {
    float: left;
  }
  
  .nav--item--right {
    float: right;
  }
  
  .nav--item--login:hover {
    color: #fff;
  }
  
  .nav--item--login a {
    background-color: var(--purple-cyb);
    border-radius: 100px;
    color: #fff !important;
    padding: 8px 20px;
    transition: 0.3s;
  }
  
  .nav--item--login a:hover {
    background-color: #7e00ad;
    color: #fff;
  }
  
  .nav--item--logo {
    padding: 11px 0 0 0;
  }
  
  .menu-top-link img {
    margin-left: 5px;
  }
  
  .main-header {
    padding-bottom: 48px;
  }
  
  /* Mobile Menu */
  
  .hamburger {
    display: none;
    cursor: pointer;
  }
  
  .hamburger .bar {
    display: block;
    width: 25px;
    height: 2px;
    background-color: var(--purple-cyb);
    margin: 5px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
  }
  
  .mobile-right {
    display: none;
  }
  
  .total-prods {
    background-color: var(--purple-cyb);
    border-radius: 50%;
    margin-left: 10px;
    font-size: 11px;
    text-align: center;
    width: 18px;
    height: 18px;
    display: flex;
    float: right;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  
  .menu-arrow--outer {
    display: inline-block;
  }

  .menu-arrow {
    stroke: #9500cc;
    stroke-width: 2px;
  }
  
  .nav--item--last {
    margin-right: 0;
  }
  
  @media only screen and (max-width: 1650px) {
    .master-container-cyb--wide {
      padding-left: 50px;
      padding-right: 50px;
    }
  }
  
  @media only screen and (max-width: 1150px) {
    .hamburger {
      display: block;
      float: left;
      padding: 14px 15px 0 0;
      z-index: 9999;
      position: relative;
    }
    .hamburger.active .bar:nth-child(2) {
      opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3) {
      transform: translateY(-6px) rotate(-45deg);
    }
  
    .nav-menu {
      position: fixed;
      left: -100%;
      top: 0;
      width: 100%;
      height: 100%;
      transition: all 0.3s ease-in-out;
      display: flex;
      flex-direction: column;
      padding: 75px 25px;
      z-index: 9998;
    }
  
    .nav-menu.active {
      left: 0;
    }
    .nav--item--outer:hover .menu-dropdown {
      position: static;
      height: 100%;
      box-shadow: none !important;
    }
  
    .nav--item--outer:hover .menu-dropdown--game-hosting {
      position: static;
      height: 100%;
      box-shadow: none !important;
    }
  
    .menu-dropdown__feature-highlight {
      display: none;
    }
    .master-container-cyb--wide {
      padding-left: 25px;
      padding-right: 25px;
    }
  
    .menu-dropdown {
      border: none;
      padding: 25px 0 0 0;
    }
  
    .menu-dropdown--game-hosting {
      border: none;
      padding: 25px 0 0 0;
    }
  
    .menu-dropdown--product {
      display: flex;
      max-width: 100%;
      margin: 0 0 0 15px;
      padding: 0 0 0 0 !important;
    }
    .menu-dropdown li {
      margin: 0 0 25px 0;
    }
    .menu-dropdown li:last-child {
      margin: 0 0 25px 0;
    }
  
    .menu-dropdown--game-hosting li {
      margin: 0 0 25px 0;
    }
    .menu-dropdown--game-hosting li:last-child {
      margin: 0 0 25px 0;
    }
    .nav--item--left {
      font-size: 26px;
    }
    .hide-1150 {
      display: none;
    }
    .mobile-right .nav--item {
      margin-right: 0;
      float: right;
    }
    .mobile-right .nav--item--login {
      margin-left: 15px;
    }
    .mobile-right .nav--item--login a {
      font-size: 13px;
      padding: 8px 15px;
    }
    .menu-dropdown li:nth-child(1) {
      margin-bottom: 25px;
    }
  
    .menu-dropdown--game-hosting li:nth-child(1) {
      margin-bottom: 25px;
    }
  
    .mobile-right {
      display: block;
    }
    .nav--item--outer.active .menu-dropdown-arrow img {
      transform: rotate(180deg);
    }
    .nav--item--outer .menu-dropdown {
      display: none !important;
    }
    .nav--item--outer.active .menu-dropdown {
      display: block !important;
    }
  
    .nav--item--outer .menu-dropdown--game-hosting {
      display: none !important;
    }
    .nav--item--outer.active .menu-dropdown--game-hosting {
      display: block !important;
    }
  
    .cyb-menu .nav--item {
      padding: 20px 0;
      cursor: auto;
    }
    .menu-dropdown .master-container-cyb--wide {
      padding: 0;
    }
  
    .menu-dropdown--game-hosting .master-container-cyb--wide {
      padding: 0;
    }
    .menu-dropdown--product .menu-dropdown--product__title {
      padding-bottom: 10px;
    }
    .nav--item--outer:hover .menu-dropdown--game-hosting {
      animation: menu-fade 0.3s forwards;
    }
    .cyb-menu .nav--item--game-hosting .menu-dropdown--product__title {
      color: #000;
    }
    .cyb-menu .nav--item--game-hosting .menu-dropdown--product__p {
      color: #676767;
    }
    .menu-dropdown-cyb {
      display: flex;
      flex-direction: column;
    }
    .menu-dropdown--game-hosting {
      cursor: auto;
      background-image: none;
      background-color: rgba(0, 0, 0, 0);
      position: static;
      padding-right: 0;
    }
    .menu-dropdown--product:hover {
      background-color: none;
    }
    .mobile-none {
      display: none;
    }
    .nav--item {
      margin-right: 15px;
    }
    .cyb-menu {
      overflow-y: scroll;
    }
    .dark-menu--outer {
        position: static;
        backdrop-filter: none;
    }
  }