@font-face {
    font-family: 'Audiowide';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/audiowide-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/inter-regular.woff2') format('woff2');
}

#icon {
    margin-right: 20px;
}
#aboveHeader li,
#header h1,
#icon,
#menu li {
    float: left;
}
#xyz {
    display: flex;
    align-items: center;
}

#searchResults {
    position: absolute;
    border-radius: 12px;
    background: #161B22;
    max-height: 200px;
    overflow-y: auto;
    z-index: 100;
     list-style: none;
     scrollbar-width: thin;
     padding:5px;
     width:100%;
    scrollbar-color: #8B949E transparent;
    height:200px;
}

#search, #search-mobile{
    background-color: #161B22;
    color: #E6EDF3;
    border: 1px solid #F15BB5;
    padding-left:22px;
}

#search{
    border-radius: 12px;
}

#search:focus, #search-mobile:focus{
    border: 1px solid #3A86FF;
}

#headerSearch{
    float:right;
    margin-top:-46px;
    width:20%;
    position:relative;
}

.search-item {
    padding: 8px;
    cursor: pointer;
    border-radius: 12px;
}

#searchResults a{
    text-decoration: none;
    color: #E6EDF3;
}

.search-item:hover {
    background-color: #3A86FF;
}

#headerSearchMobile{
    display:none;
}

#icon {
    height: 45px;
}
#banner-container {
    align-items: center;
}
#banner-container,
#banner-item-container {
    display: flex;
    align-content: space-between;
}
#aboveHeader ul{
    list-style-type: none;
    overflow: hidden;
    margin: 0;
}

#menu {
    list-style-type: none;
    margin: 0;
}

#menuHeader,
#menuItems {
    background-color: #111827;
}

#title{
        text-shadow: 0 0 10px #00FFF7, 0 0 20px #00FFF7, 0 0 30px #FF2EF5;
}
#header h1, #title,
#menu a,
.banner-button button,
.menuItemsContainer a {
    text-decoration: none;
}
#banner {
    width: 100%;
    background-color: #ff6f08;
    color: #171717;
    height: 70px;
    align-content: center;
    justify-content: center;
    font-family: Karla, sans-serif;
    font-size: large;
}
#banner-container {
    flex-direction: row;
    justify-content: space-evenly;
}
#banner-item-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 200px;
}
.banner-button button {
    border: 0;
    background: 0 0;
    cursor: pointer;
}
#aboveHeader li a,
#header h1 a,
.banner-button button a {
    text-decoration: none;
    color: inherit;
}

.mf-banner {
    --c1:#00e5ff; --c2:#ff3af2; --ink:#0b1020; --ink2:#a8b3c7;
    --bd: rgba(255,255,255,0.08);
    background: radial-gradient(120% 140% at 10% 0%, rgba(0,229,255,.12), transparent 60%),
                radial-gradient(120% 140% at 90% 100%, rgba(255,58,242,.12), transparent 60%),
                #0a0f1f;
    border: 1px solid var(--bd);
    border-radius: 14px;
    margin: 10px auto 14px;
    padding: 10px;
    max-width: 1100px;
    box-shadow: 0 8px 24px rgba(0,0,0,.35), inset 0 0 0 1px rgba(255,255,255,.02);
  }
  .mf-banner__inner {
    display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center;
  }
  .mf-banner__kicker {
    font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--c1);
  }
  .mf-banner__headline {
    font-size: clamp(16px, 2.2vw, 20px); font-weight: 750; color: #e7ecff;
    line-height: 1.2; margin-top: 2px;
  }
  .mf-glow {
    text-shadow: 0 0 6px rgba(0,229,255,.6), 0 0 14px rgba(255,58,242,.35);
  }
  .mf-banner__sub { color: var(--ink2); font-size: 13px; margin-top: 2px; }
  .mf-banner__actions { display: flex; gap: 10px; align-items: center; }
  .mf-btn {
    display: inline-block; padding: 9px 14px; border-radius: 10px; font-weight: 700;
    text-decoration: none; color: #081018; background:
      linear-gradient(90deg, var(--c1), var(--c2));
    box-shadow: 0 8px 18px rgba(0,229,255,.25), 0 8px 22px rgba(255,58,242,.18);
    transition: transform .12s ease;
  }
  .mf-btn:hover { transform: translateY(-1px); }
  .mf-close {
    background: transparent; border: 1px solid var(--bd); color: #c7d2e5;
    border-radius: 10px; padding: 8px 10px; cursor: pointer; line-height: 1;
  }
  @media (max-width: 640px) {
    .mf-banner__inner { grid-template-columns: 1fr; gap: 10px; }
    .mf-banner__actions { justify-content: space-between; }
  }
  @media (prefers-reduced-motion: reduce) {
    .mf-btn { transition: none; }
  }

  .mf-banner-mobile {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999;
    background: linear-gradient(90deg, #00e5ff, #ff3af2);
    color: #081018;
    font-weight: 700; text-align: center;
    padding: 10px 12px; font-size: 15px;
    box-shadow: 0 -4px 18px rgba(0,0,0,0.4);
  }
  .mf-banner-mobile__content {
    display: inline-block; margin-right: 8px;
  }
  .mf-banner-mobile__close {
    background: rgba(255,255,255,0.2);
    color: #081018; font-weight: 800;
    border: none; border-radius: 50%;
    width: 26px; height: 26px;
    line-height: 26px; cursor: pointer;
  }
  @media (max-width: 700px) {
    .mf-banner-mobile { display: flex; align-items: center; justify-content: center; gap: 10px; }
    .mf-banner {display: none;}
  }

#aboveHeader ul {
    color: #b6b6b6;
}
#aboveHeader p,
#aboveHeader ul {
    padding: 0 1px;
    font-size: calc(6px + (12 - 6) * ((100vw - 300px) / (1600 - 300)));
}
#aboveHeader p {
    margin: 0 7px 0 0;
    color: #b6b6b6;
    float: left;
}
#header h1,
#menu a,
.fa-bars {
    color: #fff;
}
#aboveHeader li:hover {
    color: #c02;
}
#aboveHeader li a {
    padding: 6px;
}
#menu {
    font-size: 16px;
    padding: 0;
    height: 51px;
}
#header {
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    background: #111827;
    color: #F9FAFB;
    height: 69px;
    border-bottom: 1px solid #888;
}

.dropbtn {
    display: block;
    padding: 14px 16px;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #0F172A;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 99999;
  top: 100%; /* places it right below the trigger */
  left: 0;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #38BDF8;}


#headerAd {
    float: right;
}
#header h1 {
    margin: 10px 15px 0 !important;
    padding-top: auto;
    text-shadow: 0 0 10px #00FFF7, 0 0 20px #00FFF7, 0 0 30px #FF2EF5;
    font-family: 'Audiowide';
    display:block;
    font-size:32px
}

.subhead {
    display:block;
  font-size: 12px;
  color: #fff;
  text-shadow:
    0 0 3px #f0f,
    0 0 5px #f0f,
    0 0 10px #90f;
  max-width: 700px;
  opacity: 0.9;
  line-height: 1.5;
  padding:0;
  margin: 0 15px 0;
  animation: subPulse 4s infinite alternate;
}

@keyframes neonPulse {
  0% {
    text-shadow:
      0 0 5px #0ff,
      0 0 10px #0ff,
      0 0 20px #0ff,
      0 0 40px #09f,
      0 0 80px #09f;
    opacity: 1;
  }
  100% {
    text-shadow:
      0 0 2px #0ff,
      0 0 4px #0ff,
      0 0 8px #09f;
    opacity: 0.8;
  }
}

@keyframes subPulse {
  0% {
    text-shadow:
      0 0 3px #f0f,
      0 0 6px #f0f,
      0 0 12px #90f;
    opacity: 0.9;
  }
  100% {
    text-shadow:
      0 0 2px #f0f,
      0 0 4px #90f;
    opacity: 0.7;
  }
}

#menu a {
    display: block;
    padding: 16px 16px;
}
#menu li {
    display: inline;
}
#menu a:hover,
.fa-bars:hover {
    background-color: #38BDF8;
}
#menuButton {
    display: none !important;
}
#menuItems {
    width: 0%;
    opacity: 0;
    height: 100%;
    float: left;
    clear: left;
    z-index: 99;
    position: absolute;
    overflow-x: hidden;
    transition: 0.30s;
}

#menuItems.open{
    width:100%;
    opacity: 1;
}

#menuItems a:active{
    text-decoration: underline;
}
#menuItemsContainer {
    width: 0;
}
.menuItemsContainer a {
    float: left;
    clear: left;
    color: #fff;
    font-size: 18px;
    padding: 10px 21px;
    width: 100%;
    border-bottom: 1px solid #000;
    height: 20px;
}
.menuItemsContainer a:hover {
    background-color: #38BDF8;
    width: 100%;
}
.menuItemsContainer a i {
    padding-right: 10px;
}
.menuItemsContainer a p {
    display: inline;
    padding-left: 20px;
}
.fa-bars {
    font-size: 24px;
    padding: 9px 16px;
}
#headerAdMobile {
    display: none;
}
@media screen and (max-width: 800px) {
    #headerAdMobile {
        display: none;
    }
    #pag {
        width: 100%;
    }
    #searchResults {
    position: absolute;
    border-radius: 12px;
    background: #161B22;
    max-height: 200px;
    overflow-y: auto;
    z-index: 100;
    width: 88%;
     list-style: none;
     scrollbar-width: thin;
     padding:5px;
  scrollbar-color: #8B949E transparent;
  height:200px;
  padding-left:26px;
  margin-left:4px;
}
    #headerSearch{
        display:none;
    }
    #headerSearchMobile{
        width:100%;
        display:block;
    }
    #headerSearchMobile input{
        width:100%;
    }
    #menuButton {
        display: block !important;
        z-index: 1;
        position: relative;
    }
    #menuList {
        display: none !important;
    }
    #menuItemContainer li {
        float: left;
        clear: left;
    }
}
@media screen and (max-width: 620px) {
    #headerAdMobile {
        display: none;
    }
    #pag {
        width: 100%;
    }
}
