@import url(https://fonts.googleapis.com/css2?family=Overpass:wght@900&display=swap);

:root {
  --lightyellowColor:#f6ff6c;
  --cyanColor:#1afaf7;
}

address,
article,
aside,
b,
body,
code,
div,
dl,
em,
footer,
header,
html,
i,
iframe,
img,
li,
nav,
section,
span,
strong,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}


li,
ul {
  list-style: none;
}

img {
  border: 0;
}

img {
  font-family: "Noto Sans KR", sans-serif;
  vertical-align: middle;
}

address,
em {
  font-weight: 400;
  font-style: normal;
}

body {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Noto Sans KR", sans-serif;
  color:#cecece;
  background: #fff;
  overflow-x: hidden;
}

a {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  background: 0 0;
  border: 0;
  font: inherit;
  cursor: pointer;
  overflow: visible;
  white-space: nowrap;
  padding: 0;
  outline: 0;
}

.navbar-inverse {
  background-color: #111;
  border-color: #08080800;
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.navbar-inverse .navbar-nav>li>a:focus {
  background-color: transparent;
  outline: 0;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.navbar-inverse .navbar-nav>li>a:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar {
  display: inline-flex;
  align-items: center;
  min-height: 60px;
  margin-bottom: 0;
  border: 0;
}

.navbar-inverse .navbar-brand {
  padding-top: 8px;
  padding-bottom: 0;
  max-width: 220px;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
}

.blind {
  overflow: hidden;
  position: absolute;
  padding: 0;
  margin: -1px 0 0;
  color: var(--cyanColor);
  filter: brightness(0.9);
  font-weight: 700;
}

.title {
  background: transparent url(../images/title.png) no-repeat 0 0;
  width: 945px;
  height: 152px;
  text-indent: -99999px;
  position: absolute;
  left: 11%;
  margin-right: -275px;
  top: 120px;
  /* cursor: pointer; */
}

/* .title-glitch{
  position: absolute;
  top: 0;
  left: 0;
  width: 945px;
  height: 152px;
  display: none;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(-2px 3px #67e3f3) drop-shadow(-1px -3px #02d8f3) drop-shadow(2px 1px #02d8f3);
  filter: drop-shadow(-2px 3px #67e3f3) drop-shadow(-1px -3px #02d8f3) drop-shadow(2px 1px #02d8f3);
} */


/* .title:before,
.title:after {
  content: '';
  background: transparent url(../images/title.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

.title:after {
  animation: glitch2 2s 3.5s infinite;
}

.title:before {
  animation: glitch3 2s 2.5s infinite;
}

.subTit {
  background: transparent url(../images/sub.png) no-repeat 0 0;
  width: 711px;
  height: 75px;
  text-indent: -99999px;
  position: absolute;
  top: 65px;
  left: 20%;
  margin-left: -100px;
}

#specA .blind {
  right: 0;
}

#specB .blind {
  left: 4px;
}

#wrap {
  position: relative;
  min-width: 1200px;
  height: 3580px;
  background: url(../images/background.jpg) no-repeat 50% 0;
  margin: 60px 0 0;
}

#wrap .wrap-glitch{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: url(../images/background.jpg) no-repeat 50% 0;
  -webkit-filter: drop-shadow(-2px 3px #67e3f3) drop-shadow(-1px -3px #02d8f3) drop-shadow(2px 1px #02d8f3);
  filter: drop-shadow(-2px 3px #67e3f3) drop-shadow(-1px -3px #02d8f3) drop-shadow(2px 1px #02d8f3);
}

#wrap .wrap-glitch{
  display: block;
  /* -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function:ease-in-out;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-name: glitch-anim-1;
  animation-name: glitch-anim-1;
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse; */
}


.title:hover .title-glitch,.sidebar:hover .sidebar-glitch{
  display: block;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: glitch-anim-1;
  animation-name: glitch-anim-1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes glitch-anim-1{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-clip-path:polygon(0 2%,100% 2%,100% 5%,0 5%);clip-path:polygon(0 2%,100% 2%,100% 5%,0 5%)}2%{-webkit-clip-path:polygon(0 78%,100% 78%,100% 100%,0 100%);clip-path:polygon(0 78%,100% 78%,100% 100%,0 100%);-webkit-transform:translate(-5px);transform:translate(-5px)}6%{-webkit-clip-path:polygon(0 78%,100% 78%,100% 100%,0 100%);clip-path:polygon(0 78%,100% 78%,100% 100%,0 100%);-webkit-transform:translate(5px);transform:translate(5px)}8%{-webkit-clip-path:polygon(0 78%,100% 78%,100% 100%,0 100%);clip-path:polygon(0 78%,100% 78%,100% 100%,0 100%);-webkit-transform:translate(-5px);transform:translate(-5px)}9%{-webkit-clip-path:polygon(0 78%,100% 78%,100% 100%,0 100%);clip-path:polygon(0 78%,100% 78%,100% 100%,0 100%);-webkit-transform:translate(0);transform:translate(0)}10%{-webkit-clip-path:polygon(0 54%,100% 54%,100% 44%,0 44%);clip-path:polygon(0 54%,100% 54%,100% 44%,0 44%);-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}13%{-webkit-clip-path:polygon(0 54%,100% 54%,100% 44%,0 44%);clip-path:polygon(0 54%,100% 54%,100% 44%,0 44%);-webkit-transform:translateZ(0);transform:translateZ(0)}13.1%{-webkit-clip-path:polygon(0 0,0 0,0 0,0 0);clip-path:polygon(0 0,0 0,0 0,0 0);-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}15%{-webkit-clip-path:polygon(0 60%,100% 60%,100% 40%,0 40%);clip-path:polygon(0 60%,100% 60%,100% 40%,0 40%);-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}20%{-webkit-clip-path:polygon(0 60%,100% 60%,100% 40%,0 40%);clip-path:polygon(0 60%,100% 60%,100% 40%,0 40%);-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}20.1%{-webkit-clip-path:polygon(0 0,0 0,0 0,0 0);clip-path:polygon(0 0,0 0,0 0,0 0);-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}25%{-webkit-clip-path:polygon(0 85%,100% 85%,100% 40%,0 40%);clip-path:polygon(0 85%,100% 85%,100% 40%,0 40%);-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}30%{-webkit-clip-path:polygon(0 85%,100% 85%,100% 40%,0 40%);clip-path:polygon(0 85%,100% 85%,100% 40%,0 40%);-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}30.1%{-webkit-clip-path:polygon(0 0,0 0,0 0,0 0);clip-path:polygon(0 0,0 0,0 0,0 0)}35%{-webkit-clip-path:polygon(0 63%,100% 63%,100% 80%,0 80%);clip-path:polygon(0 63%,100% 63%,100% 80%,0 80%);-webkit-transform:translate(-5px);transform:translate(-5px)}40%{-webkit-clip-path:polygon(0 63%,100% 63%,100% 80%,0 80%);clip-path:polygon(0 63%,100% 63%,100% 80%,0 80%);-webkit-transform:translate(5px);transform:translate(5px)}45%{-webkit-clip-path:polygon(0 63%,100% 63%,100% 80%,0 80%);clip-path:polygon(0 63%,100% 63%,100% 80%,0 80%);-webkit-transform:translate(-5px);transform:translate(-5px)}50%{-webkit-clip-path:polygon(0 63%,100% 63%,100% 80%,0 80%);clip-path:polygon(0 63%,100% 63%,100% 80%,0 80%);-webkit-transform:translate(0);transform:translate(0)}55%{-webkit-clip-path:polygon(0 10%,100% 10%,100% 0,0 0);clip-path:polygon(0 10%,100% 10%,100% 0,0 0);-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}60%{-webkit-clip-path:polygon(0 10%,100% 10%,100% 0,0 0);clip-path:polygon(0 10%,100% 10%,100% 0,0 0);-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}60.1%{-webkit-clip-path:polygon(0 0,0 0,0 0,0 0);clip-path:polygon(0 0,0 0,0 0,0 0);opacity:1}to{-webkit-clip-path:polygon(0 0,0 0,0 0,0 0);clip-path:polygon(0 0,0 0,0 0,0 0);opacity:1}}

#content {
  position: relative;
  margin: 0 auto;
  top: 50px;
}

.footer {
  min-width: 1200px;
  height: 60px;
  line-height: 130px;
  width: 873px;
  font-size: 0;
  text-align: center;
  margin: 0 auto 0;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  position: absolute;
  bottom: -34px;
}

.footer .copyright,
.footer .f_btn {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}

.footer .f_btn+.f_btn {
  margin-left: 40px;
}

.footer .f_btn.neowiz {
  width: 89px;
  height: 15px;
  background: url(../images/footer_ava.png) 0 -50px;
}

.footer .copyright {
  width: 250px;
  height: 11px;
  background: url(../images/footer_ava.png) 0 0;
}

.ava_header {
  position: relative;
  width: 1200px;
  height: 189px;
  margin: 0 auto;
  z-index: 99;
  top: 50px;
}

.ava_header .ava_logo {
  position: absolute;
  top: 32px;
  left: -1px;
  width: 140px;
  height: 55px;
}

.ava_header .ava_logo a {
  display: block;
  height: 100%;
  text-indent: -9999px;
}

#weaponInfomation {
  position: relative;
  width: 1200px;
  height: 1031px;
  margin: 0 auto;
  z-index: 2000;
}

#weaponInfomation #weaponThum {
  position: relative;
  height: 565px;
}

#weaponInfomation #weaponThum #thumList {
  position: absolute;
  top: 0;
  left: 0;
}

#weaponInfomation #weaponThum #thumList [data-idx] {
  position: absolute;
  top: 244px;
  left: 0;
  right: 0;
  opacity: 0 !important;
  width: 1200px;
  height: 398px;
  transition: all 0.45s ease-out;
}

#weaponInfomation #weaponThum #thumList [data-idx].active {
  /* top: 227px; */
  opacity: 1 !important;
}

#weaponInfomation #weaponThum #thumList [data-idx] .thum {
  display: block;
  margin: 0 auto;
}

#weaponInfomation #weaponThum #thumList [data-idx][data-idx="0"] .thum {
  opacity: 0;
}

#weaponInfomation #weaponThum #special {
  opacity: 0;
  position: absolute;
  top: 115px;
  left: 50%;
  width: 800px;
  height: 465px;
  margin-left: -397px;
  background: url(../images/effect.png) no-repeat 0 0;
}

#weaponInfomation #weaponThum #special[data-sq="0"] {
  background-position: 0 0;
}

#weaponInfomation #weaponThum #special[data-sq="1"] {
  background-position: 0 -465px;
}

#weaponInfomation #weaponThum #special[data-sq="2"] {
  background-position: 0 -930px;
}

#weaponInfomation #weaponThum #special[data-sq="3"] {
  background-position: 0 -1395px;
}

#weaponInfomation #weaponThum #special[data-sq="4"] {
  background-position: 0 -1860px;
}

#weaponInfomation #weaponThum #special[data-sq="5"] {
  background-position: 0 -2325px;
}

#weaponInfomation #weaponThum #special[data-sq="6"] {
  background-position: 0 -2790px;
}

#weaponInfomation #weaponThum #special[data-sq="7"] {
  background-position: 0 -3255px;
}

#weaponInfomation #weaponThum #special[data-sq="8"] {
  background-position: 0 -3720px;
}

#weaponInfomation #weaponThum #special[data-sq="9"] {
  background-position: 0 -4185px;
}

#weaponInfomation #weaponThum #special[data-sq="10"] {
  background-position: 0 -4650px;
}

#weaponInfomation #weaponThum #special[data-sq="11"] {
  background-position: 0 -5580px;
}

#weaponInfomation #weaponThum #special[data-sq="12"] {
  background-position: 0 -6045px;
}

#weaponInfomation #weaponThum #special[data-sq="13"] {
  background-position: 0 -6510px;
}

#weaponInfomation #weaponThum #special[data-sq="14"] {
  background-position: 0 -6975px;
}

#weaponInfomation #weaponThum #special[data-sq="15"] {
  background-position: 0 -7440px;
}

#weaponInfomation #weaponThum #special[data-sq="16"] {
  background-position: 0 -7905px;
}

#weaponInfomation #weaponThum #special[data-sq="17"] {
  background-position: 0 -8370px;
}

#weaponInfomation #weaponThum #special[data-sq="18"] {
  background-position: 0 -8835px;
}

#weaponInfomation #weaponThum #special[data-sq="19"] {
  background-position: 0 -9300px;
}

#weaponInfomation #weaponThum #special[data-sq="20"] {
  background-position: 0 -9765px;
}

#weaponInfomation #weaponThum #special[data-sq="21"] {
  background-position: 0 -10230px;
}

#weaponInfomation #weaponThum #special[data-sq="22"] {
  background-position: 0 -10695px;
}

#weaponInfomation #weaponThum #special[data-sq="23"] {
  background-position: 0 -11160px;
}

#weaponInfomation #weaponThum #special[data-sq="24"] {
  background-position: 0 -11625px;
}

#weaponInfomation #weaponThum #special[data-sq="25"] {
  background-position: 0 -12555px;
}

#weaponInfomation #weaponThum #special[data-sq="26"] {
  background-position: 0 -12555px;
}

#weaponInfomation #weaponThum #special[data-sq="27"] {
  background-position: 0 -12555px;
}

#weaponInfomation #weaponThum #special[data-sq="28"] {
  background-position: 0 -12555px;
}

#weaponInfomation #weaponSpec {
  position: relative;
  width: 100%;
  height: 250px;
  z-index: 200;
  /* background: transparent url(../images/weaponSpecBg.png) no-repeat 0 0; */
}

#weaponInfomation #weaponSpec .discription {
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  display: block;
  font-size: 14px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #f1f1f1;
  line-height: 1.5em;
  text-align: center;
}

#weaponInfomation #weaponSpec .discription span {
  color: #fff050;
  font-weight: 700;
}

#weaponInfomation #weaponSpec .discription em {
  color: #fff050;
  font-weight: 700;
  font-style: italic;
}

#weaponInfomation #weaponSpec .weaponName {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -113px;
  width: 226px;
  height: 196px;
  text-align: center;
  display: table;
  background-position: -4px -1px;
}

#weaponInfomation #weaponSpec .weaponName .txt {
  display: table-cell;
  color: var(--cyanColor);
  font-size: 24px;
  font-family: Overpass, sans-serif;
  font-weight: 700;
  vertical-align: middle;
  line-height: 28px;
  text-shadow: 0px 2px 6px #27338b;
}

#weaponInfomation #specA {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 23px;
  width: 449px;
  height: 190px;
}

#weaponInfomation #specA .count {
  right: 104px;
}

#weaponInfomation #specA .gauge {
  left: 15px;
}

#weaponInfomation #specB {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 729px;
  width: 449px;
  height: 190px;
}

#weaponInfomation #specB .count {
  right: 319px;
  color: #ff67c4;
}

#weaponInfomation #specB .gauge {
  left: 141px;
}

#weaponInfomation #specB .gauge .bar {
  left: 0;
}

#weaponInfomation #specB .gauge .bar:after {
  right: 0;
  left: auto;
}

#weaponInfomation .spec {
  box-sizing: border-box;
  padding: 40px 0;
}

#weaponInfomation .spec [data-type] {
  position: relative;
  width: 449px;
  height: 27px;
}

#weaponInfomation .spec [data-type] .count {
  position: absolute;
  top: -4px;
  font-family: Quantico, sans-serif;
  font-weight: 400;
  line-height: 25px;
  font-size: 14px;
  color: #ff67c4;
  text-align: right;
}

#weaponInfomation .spec [data-type] .gauge {
  position: absolute;
  top: 5px;
  width: 293px;
  height: 8px;
  background: rgba(135, 130, 147, .4) url(../images/ptn2.png) repeat 0 0;
}

#weaponInfomation .spec [data-type] .gauge .bar {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0%;
  max-width: 100%;
  height: 100%;
  background-color: #ac2a31;
  overflow: hidden;
  transition: width 0.45s ease-in-out;
}

#weaponInfomation .spec [data-type] .gauge .bar:after {
  position: absolute;
  top: 0;
  left: 0;
}

#weaponInfomation .spec [data-type][data-type="recoil"] .gauge .bar {
  background:var(--lightyellowColor) url(../images/ptn2.png) repeat 0 0;
}

#weaponInfomation .spec [data-type][data-type="recoil"] .gauge .bar:after {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -416px -96px;
  width: 20px;
  height: 9px;
}

#weaponInfomation .spec [data-type][data-type="longRange"] .gauge .bar {
  background: var(--lightyellowColor) url(../images/ptn2.png) repeat 0 0;
}

#weaponInfomation .spec [data-type][data-type="longRange"] .gauge .bar:after {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -416px -96px;
  width: 20px;
  height: 9px;
}

#weaponInfomation .spec [data-type][data-type="magazine"] .gauge .bar {
  background:var(--lightyellowColor) url(../images/ptn2.png) repeat 0 0;
}

#weaponInfomation .spec [data-type][data-type="magazine"] .gauge .bar:after {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -476px -96px;
  width: 20px;
  height: 9px;
}

#weaponInfomation .spec [data-type][data-type="mobility"] .gauge .bar {
  background: var(--lightyellowColor) url(../images/ptn2.png) repeat 0 0;
}

#weaponInfomation .spec [data-type][data-type="mobility"] .gauge .bar:after {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -506px -96px;
  width: 20px;
  height: 9px;
}

#weaponInfomation .spec [data-type][data-type="atk"] .gauge .bar {
  background:var(--lightyellowColor) url(../images/ptn2.png) repeat 0 0;
}

#weaponInfomation .spec [data-type][data-type="atk"] .gauge .bar:after {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -416px -77px;
  width: 20px;
  height: 9px;
}

#weaponInfomation .spec [data-type][data-type="range"] .gauge .bar {
  background: var(--lightyellowColor) url(../images/ptn2.png) repeat 0 0;
}

#weaponInfomation .spec [data-type][data-type="range"] .gauge .bar:after {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -416px -77px;
  width: 20px;
  height: 9px;
}

#weaponInfomation .spec [data-type][data-type="firstAccuracy"] .gauge .bar {
  background: var(--lightyellowColor)url(../images/ptn2.png) repeat 0 0;
}

#weaponInfomation .spec [data-type][data-type="firstAccuracy"] .gauge .bar:after {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -476px -77px;
  width: 20px;
  height: 9px;
}

#weaponInfomation .spec [data-type][data-type="longRangeAccuracy"] .gauge .bar {
  background:var(--lightyellowColor) url(../images/ptn2.png) repeat 0 0;
}

#weaponInfomation .spec [data-type][data-type="longRangeAccuracy"] .gauge .bar:after {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -506px -77px;
  width: 20px;
  height: 9px;
}

.control {
  width: 100%;
}

#weaponInfomation .control .btn_next,
#weaponInfomation .control .btn_prev {
  position: absolute;
  top: 270px;
  left: 0;
  z-index: 200;
  display: block;
  font-size: 0;
  background-image: url(../images/arrow.png);
  background-position: 0 0;
  transform: scaleX(-1);
  width: 140px;
  height: 149px;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}


#weaponInfomation .control .btn_next:hover,
#weaponInfomation .control .btn_prev:hover,
.sidebar ul>li>a:hover {
  filter: brightness(2);
}

#weaponInfomation .control .btn_next {
  right: 0;
  left: auto;
  transform: scaleX(1);
}

.line {
  width: 80px;
  height: 1px;
  background: #000;
  margin: 25px auto;
}

.discription {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
  /* text-shadow: 0 1px #fff3df; */
}

.discription span {
  color: #e8162d;
}


.p1 {
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.p2 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.f_happytuk {
  display: inline-block;
  padding: 0 1%;
  width: 13%;
}

.f_neowiz {
  display: inline-block;
  padding: 0 1%;
  width: 13%;
}

.f_copyright {
  display: inline-block;
  padding: 0 1%;
  width: 15%;
}

.ytfb {
  width: 100%;
  max-width: 315px;
  display: inline-flex;
  align-items: center;
  padding-left: 1%;
}

.navbar {
  z-index: 99999;
}

.drop_content {
  display: none;
  width: 300px;
  height: initial;
  position: absolute;
  background-color: #0007;
  padding: 12px 8px;
}

.dropdown-header {
  font-size: 14px;
  color: #fff;
  padding: 0;
}

.drop_content li {
  margin: 0;
  line-height: 40px;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.sidebar {
  position: fixed;
  top: 84px;
  right: 33px;
  z-index: 999;
  cursor: pointer;
}

.sidebar ul li {
  display: block;
  margin: 0;
}

.sidebar ul>li>a {
  display: block;
  height: 160px;
  width: 160px;
  font-size: 24px;
  color: #fff;
  overflow: hidden;
  background: transparent url(../images/btn.png) no-repeat 0 0;
  background-size: contain;
  text-shadow: 0 2px 6px #a1bdf1, 0 2px 6px rgb(0 0 0);
  text-align: center;
  line-height: 1.2;
  /* padding: 38px 0 0; */
  text-decoration: none;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
 
}

/* .sidebar ul>li>a {
  -webkit-filter: brightness(100%);
  filter: brightness(100%) drop-shadow(0px 5px 5px #000);
  } */
  
.sidebar ul>li>a:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%) drop-shadow(0px 0px 0px rgb(80, 200, 255));
  animation: pulse 1.1s ease-in-out 0s infinite;
  }

  @keyframes pulse {

    0% {
  
      filter: brightness(120%) drop-shadow(0px 0px 0px rgb(80, 200, 255));
  
    }
  
  
  
    70% {
  
      filter: brightness(110%) drop-shadow(0px 0px 80px rgb(80, 200, 255));
  
    }
  
  
  
    100% {
  
      filter: brightness(100%) drop-shadow(0px 0px 0px rgb(80, 200, 255, 0));
  
    }
  
  }

  

/* .sidebar-glitch{
  position: absolute;
  top: 0;
  left: 0;
  height: 160px;
  width: 160px;
  display: none;
  background-image:url(../images/btn.png) ;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(-2px 3px #67e3f3) drop-shadow(-1px -3px #02d8f3) drop-shadow(2px 1px #02d8f3);
  filter: drop-shadow(-2px 3px #67e3f3) drop-shadow(-1px -3px #02d8f3) drop-shadow(2px 1px #02d8f3);
} */

#avaFooter {
  background: #000 !important;
  min-width: 1200px  !important;
}

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2);
    -webkit-transition-timing-function: cubic-bezier(.2, .7, .6, 1);
    transition-timing-function: cubic-bezier(.2, .7, .6, 1);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2);
    -webkit-transition-timing-function: cubic-bezier(.2, .7, .6, 1);
    transition-timing-function: cubic-bezier(.2, .7, .6, 1);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}


@keyframes glitch1 {
  0% {
    transform: none;
    opacity: 1;
  }

  7% {
    transform: skew(-0.5deg, -0.9deg);
    opacity: 0.75;
  }

  10% {
    transform: none;
    opacity: 1;
  }

  27% {
    transform: none;
    opacity: 1;
  }

  30% {
    transform: skew(0.8deg, -0.1deg);
    opacity: 0.75;
  }

  35% {
    transform: none;
    opacity: 1;
  }

  52% {
    transform: none;
    opacity: 1;
  }

  55% {
    transform: skew(-1deg, 0.2deg);
    opacity: 0.75;
  }

  50% {
    transform: none;
    opacity: 1;
  }

  72% {
    transform: none;
    opacity: 1;
  }

  75% {
    transform: skew(0.4deg, 1deg);
    opacity: 0.75;
  }

  80% {
    transform: none;
    opacity: 1;
  }

  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes glitch2 {
  0% {
    transform: none;
    opacity: 0.25;
  }

  7% {
    transform: translate(-2px, -3px);
    opacity: 0.5;
  }

  10% {
    transform: none;
    opacity: 0.25;
  }

  27% {
    transform: none;
    opacity: 0.25;
  }

  30% {
    transform: translate(-5px, -2px);
    opacity: 0.5;
  }

  35% {
    transform: none;
    opacity: 0.25;
  }

  52% {
    transform: none;
    opacity: 0.25;
  }

  55% {
    transform: translate(-5px, -1px);
    opacity: 0.5;
  }

  50% {
    transform: none;
    opacity: 0.25;
  }

  72% {
    transform: none;
    opacity: 0.25;
  }

  75% {
    transform: translate(-2px, -6px);
    opacity: 0.5;
  }

  80% {
    transform: none;
    opacity: 0.25;
  }

  100% {
    transform: none;
    opacity: 0.25;
  }
}

@keyframes glitch3 {
  0% {
    transform: none;
    opacity: 0.25;
  }

  7% {
    transform: translate(2px, 3px);
    opacity: 0.5;
  }

  10% {
    transform: none;
    opacity: 0.25;
  }

  27% {
    transform: none;
    opacity: 0.25;
  }

  30% {
    transform: translate(5px, 2px);
    opacity: 0.5;
  }

  35% {
    transform: none;
    opacity: 0.25;
  }

  52% {
    transform: none;
    opacity: 0.25;
  }

  55% {
    transform: translate(5px, 1px);
    opacity: 0.5;
  }

  50% {
    transform: none;
    opacity: 0.25;
  }

  72% {
    transform: none;
    opacity: 0.25;
  }

  75% {
    transform: translate(2px, 6px);
    opacity: 0.5;
  }

  80% {
    transform: none;
    opacity: 0.25;
  }

  100% {
    transform: none;
    opacity: 0.25;
  }
}



#fireworks {
  width: 100%;
  height: 75vh;
  color: white;
  position: absolute;
}