/*.nav__menu__link:after {
content: "";
width: 46px;
height: 52px;
position: absolute;
top: auto;
bottom: auto;
background: url('../images/navbar-divider-gem.png');
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}*/
.nav__menu__link.is--left-link:after {
left: -23px;
}
.nav__menu__link.is--right-link:after {
right: -23px;
}
.nav__menu__link:first-child::after, .nav__menu__link:last-child::after {
display: none;
content: none;
}
@media only screen and (max-width : 991px) {
.nav__menu__link:after {
display: none;
content: none;
}
} 

a:hover, a:focus {
  color: #0ff;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #ccb49a;
     font-family: Kanit, sans-serif;
}


::-webkit-scrollbar{
    width: 0px;
}

::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: #8f1818;
}
label {
    display: inline-block;
}
.input, input, checkbox {
  border-style: solid;
  border-width: 1px;
  border-color: #1e315e;
  background-color: #030a1d;
  color: #0ff;
}

.input:focus, input:focus {
  border-color: #0ff;
  color: #0ff;
}
.header__slide {
position: relative;
}
.header__slide.is--sub-page {
    padding: 2vw 20px;
}
.is--sub-page>.header__overlay {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #06122f, transparent 45%, rgba(0, 1, 1, 0.05) 47%), -webkit-gradient(linear, left bottom, left top, color-stop(3%, #06122f), color-stop(35%, transparent));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #06122f, transparent 45%, rgba(0, 1, 1, 0.05) 47%), linear-gradient(0deg, #06122f 3%, transparent 35%);
}

/* Custom Store CSS */
.wrapper {
      margin: 50px auto;
}
.alert-danger {
    background-color: #541f1f;
    border-color: #bf2d2d;
}
h3.cathead {
    color: #0ff;
    font-weight: 600;
}

.panel-default, .item {
    border: 1px solid #0d1d43;
    background-image: url(../images/panel-background.png);
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: repeat;
    background-color: #0f192f;
    box-shadow: 0 0 20px -4px #000, inset 0 0 0 5px #030a1d;
}

.item:hover {
    border: 1px solid #00b3f7;
    transition: all 500ms;
    box-shadow: 0 0 20px -4px #000, inset 0 0 0 5px #030a1d;
}
.item-price {
    font-size: 1.2em;
    font-weight: 300;
    color: #ffefd5;
}

.content-box, .product-image, .card {
    border: 1px solid #0d1d43;
    background-color: #121e3c;
    box-shadow: 0 0 20px -4px #000, inset 0 0 0 5px #030a1d;
       padding: 15px;
}
.product-image {
    background-color: #484034;
}
.btn, .btn-success {
border-style: solid;
  border-width: 1px;
  border-color: #736b5e;
  background-color: #3c3330;
  background-image: url('../images/button-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 5px 20px -8px #000, inset 0 0 2px 0 #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-weight: 500; 
}
.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus, .btn-success:hover, .btn-success:active, .btn-success:focus {
    border-color: #ffe7c0 !important;
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
  color: #ffebe0;
      background-color: #3c3330;
}
.btn:hover, .btn-success:hover {
  border-color: #ffe7c0;
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
  color: #ffebe0;
}
input.form-control, select.form-control {
        background-color: #2f2826!important;
    border-color: #736b5e!important;
    border-width: 1px;
    border-style: solid;
    
}
.form-control {
    background-color: #2f2826;
    border-color: #736b5e;
    border-width: 1px;
    border-style: solid;
}
.form-control:focus, .form-control:active, input.form-control:focus, input.form-control:active, select.form-control:active, select.form-control:focus {
    border-color: #0ff !important;
    color: #0ff!important;
}

.is--center-text {
    text-align: center;
}

.list-group .list-group-item {
border-color: #06122f; 
    font-size: 1.5em;
    font-weight: 500;
    padding: 20px 15px;
}
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
color: rgb(82, 17, 17);
text-shadow: 0 0 25px #9724244b;
    
}
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus, .list-group-item.w--current {
    text-decoration: none;
    color: #0ff;
    box-shadow: none;
    outline: 0;
    background-color: #03091d;
}
.cart-item.list-group-item {
    font-size: 1em;
    background: rgb(5 15 39 / 89%);
    padding: 10px 10px;
}
.cart-item.list-group-item:hover {
    background-color: #03091d;
} 

.badge {
    background-color: #06122f;
    border-radius: 0px;
}

.sweet-alert {
    background-color: #0e1b3a;
}
.sweet-alert button.cancel {
    background-color: #1b2b50;
}
.sweet-alert button.cancel:hover {
    background-color: #2e4780;
}
.sweet-alert h2 {
    color: #f8bc86;
        margin: 10px 0;
}
.sweet-alert p {
    color: #f7f7f7;
}

hr {
    border-color: #132b63 !important;
}

/* Vote Page */

.form-inline {
    justify-content: center;
}

.text-primary {
    color: #0ff !important;
}
.nav_toptext{
    font-family: supernatural_knightregular;
    font-size: large;
}
.nav_toptext:hover{
    -webkit-text-stroke: 1px RED;
   color: BLACK;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

  .expanded_box{
    transition: 1s;
    flex: 1;
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
  }

  .container:not(:hover) .game__feature__block:first-child {
    flex: 2;
  }

.game__feature__block:hover{
    flex: 2;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: purple;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
#myBtn:hover {
    background-color: #555;
  }
 
  .cardimg1{
    background: url("/sources/Hiscores\ Button\ Default.png") no-repeat;
    background-position: center;
    background-size: contain;
    height: 186px;
  }
  .cardimg1:hover{
    background: url("/sources/Hiscores\ Button\ Effect.png") no-repeat;
    background-position: center;
    background-size: contain;
    height:  186px;
  }

  .cardimg2{
    background: url("/sources/Vote\ Button\ Default.png") no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
  }
  .cardimg2:hover{
    background: url("/sources/Vote\ Button\ Effect.png") no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
  }

  .cardimg3{
    background: url("/sources/Home\ Button\ Default.png") no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
  }
  .cardimg3:hover{
    background: url("/sources/Home\ Button\ \ Effect.png") no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
  }

  .cardimg4{
    background: url("/sources/SHOP\ BUTTON\ DEFAULT.png") no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
  }
  .cardimg4:hover{
    background: url("/sources/SHOP\ BUTTON\ EFFECT.png") no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
  }

  .cardimg5{
    background: url("/sources/DISCORD\ BUTTON\ DEFAULT.png") no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
  }
  .cardimg5:hover{
    background: url("/sources/DISCORD\ BUTTON\ EFFECT.png") no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
  }
  .cardimg6{
    background: url("/sources/STANDRAD\ FORUM\ ICON.png") no-repeat;
    background-position: center;
    background-size: contain;
    height: 115px;
  }
  .cardimg6:hover{
    background: url("/sources/CLICKED\ FORUM\ ICON.png") no-repeat;
    background-position: center;
    background-size: contain;
    height: 115px;
  }
  .cardimg7{
    background: url("/sources/Download\ Button\ Default.png") no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
  }
  .cardimg7:hover{
    background: url("/sources/Download\ Button\ Effect.png") no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
  }

  .scrollDown{
    height: 100px;
    width: 100px;
    position: relative;
    top: 250px;
    cursor: pointer;
    background: url("/resources/images/STATIC\ ARROW\ .png") no-repeat;
  }
  .scrollDown:hover{
    background: url("/resources/images/Clicked\ Arrow.png") no-repeat;
  }
  .game__feature__section{
      z-index: 1;
      position: relative;
      height: 554px
  }
  @font-face {
    font-family: 'ARTHILA';
    src: url('/sources/EVENT/ARTHILA.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'valdemar';
    src: url('/sources/EVENT/valdemar.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  .textedit{    
  position: relative;
  top: 18px;
  text-align: -webkit-center;
  font-family: 'ARTHILA',sans-serif!important;
  color: white;
  text-shadow:0 0 10px purple, 0 0 10px purple, 0 0 5px purple, 0 0 0px purple, 0 0 10px purple, 0 0 13px purple, 0 0 70px purple;  
  }
  .dotspos{
    margin: 0 auto;
    max-width: 70rem;
    text-align: right;
    width: 100%;
    position: relative;
    top: -235px;
    color: white;
  }
  .imgPOS{
    background-position: center;
    height: auto;
    position: relative;
    top: -105px;
  }
  .imgPOS2{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    z-index: 6;
    margin: 0 auto;
    max-width: 70rem;
    text-align: left;
    position: relative;
    top: 295px;
    color: white;
  }
  .game__gallery__section{
      background-repeat: no-repeat;
      position: relative;
      z-index: 2;
      height: 950px;
      background-size: cover;
  }
  #app{
    position: relative;
  }
  .descriptionnews{
    text-overflow: ellipsis;overflow: hidden;max-width: 90%;height: 68px; font-family: 'arthila',sans-serif;font-size: 20px;
  }
  .descriptionnews1{
    text-overflow: ellipsis;overflow: hidden;max-width: 90%;height: 65px; font-family: 'arthila',sans-serif;font-size: 20px;position: relative;top: 10px;
  }
  .imgrid{
    margin-bottom: -4px;
    margin-top: 25px;
    gap: 55px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .smalldesc{
    font-family: 'arthila',sans-serif;
    color: rgb(226, 14, 226);
  }
  .smalldesc1{
    font-family: 'arthila',sans-serif;
    color: rgb(226, 14, 226);
  }
  .textTOPTITLE2{
    z-index: 6;
    font-size: 40px;
    position: relative;
    font-family: 'arthila',sans-serif;
    bottom: 41px;
    color: white; /* set the text color to white */
    text-shadow:0 0 10px purple, 0 0 10px purple, 0 0 5px purple, 0 0 0px purple, 0 0 10px purple, 0 0 13px purple, 0 0 70px purple;    }

  .textTOPTITLE{
    z-index: 6;
    font-size: 40px;
    position: relative;
    font-family: 'valdemar',sans-serif;
    bottom: -86px;
    color: white; /* set the text color to white */
    text-shadow:0 0 10px purple, 0 0 10px purple, 0 0 5px purple, 0 0 0px purple, 0 0 10px purple, 0 0 13px purple, 0 0 70px purple;    }
  .hexagon-gallery {
    display: grid;
    grid-auto-rows: 0px;
    grid-auto-columns: 290px;
    grid-auto-flow: column;
  }
  
  .hex {
    display: flex;
    width: 400px;
    height: 265px;
    clip-path: polygon(88% 0%, 100% 50%, 88% 100%, 15% 100%, 0% 50%, 15% 0%);
  }
  
  .hex:first-child {
    background: round;
    background-image: url(./resources/images/sec4/Images/IMAGE\ 1.png);
    z-index: 1000;
  }
  
  .hex:nth-child(2) {
    background: round;
    background-image: url(./resources/images/sec4/Images/IMAGE\ 1.png);
    z-index: 900;
  }
  
  .hex:nth-child(3) {
    background: round;
    background-image: url(./resources/images/sec4/Images/IMAGE\ 1.png);
    z-index: 800;
  }
  
  .footer__bottom-bar {
    background-size: cover;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-top: 45px;
    padding-bottom: 10px;
  }
  .hexagon-gallery1{
    position: relative;
    display: grid;  
    justify-content: center;  
    align-items: center;  
    grid-auto-columns: 240px;
    grid-auto-flow: column;
    top: 267px;
  }
  .soonbttn{

    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/resources/images/sec4/Images/Text\ Bar.png);
    background-position: center;
    position: absolute;
    height: 490px;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-auto-columns: 353px;
    grid-auto-flow: column;

  }
  .newspaper {
    padding-left:40px ;
    padding-top: 275px;
    column-count: 3;
    column-gap: 40px;
    column-rule: 2px solid red;
    position: absolute;
    height: 490px;
    width: 44%;
  }
  .imgread{
    z-index: 6;
    margin: -60px;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    top: -182px;
    right: 300px;
    background-image: url(/resources/images/MainStuff/Read\ More\ button.png);
    cursor: pointer;
  }
  .animatebullshit{
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 17px;
    height: 181px;
    position: relative;
    top: 265px;
    background-image: url(/resources/images/sec4/BARS.png);
    background-position: top;
    background-repeat: repeat-y;
    background-size: contain;
  }
  .ulpos{
    padding-left: 20px;
  }
  .dot {
    background-repeat: no-repeat;
    background-position-y:bottom ;
    background-image: url('/sources/EVENT/Default\ Icon.png');
    cursor: pointer;
    height: 70px;
    width: 40px;
    margin: 0 2px;
    display: inline-block!important;
    transition: background-color 0.6s ease;
  }
  .prev,.next{
    top: 10px;
    position: relative;
    cursor: pointer;
  }

  .arrow1:active {
    animation: bounce-left 0.1s ease-in-out;
  }
  .arrow2:active {
    animation: bounce-left 0.1s ease-in-out;
  }
  
  
  @keyframes bounce-left {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-10px);
    }
    100% {
      transform: translateX(0);
    }
  }
  
  @keyframes bounce-right {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(0);
    }
  }
.smollimgconfig{
  max-width: 50%;
  position: relative;
  left: 522px;
  top: -147px;
}
 .active, .dot:hover {
  background-position-y: bottom;
  background-image: url('/sources/EVENT/Clicked\ Icon.png');
  cursor: pointer;
  height: 70px;
  width: 40px;
  margin: 0 2px;
  display: inline-block!important;
  transition: background-color 0.6s ease;
  }
  .grid-container {
    gap: 20px;
    display: grid;
    grid-template-columns:100px repeat(2, 1fr) 100px
  }
  .grid-item {
    text-align: center;
  }
  .grid-item1{
    width: 100%; /* Make images fill the grid cells */
    height: 100%;
    object-fit: cover; 
  }
  .col-1{
    height: 83%;
    display: grid;
    text-align: center;
    padding-top: 120px;
  }
  .col-4{
    height: 83%;
    display: grid;
    text-align: center;
    padding-top: 120px;
  }
  .col-2{
    background-image: url('/sources/Latest Updates & News/Latest News/Latest\ News\ Structure.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .col-3{
    background-image: url('/sources/Latest Updates & News/Latest News/Latest\ Updates\ Structure.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .numbg1{
    background-image: url('/sources/Latest Updates & News/Latest News/Buttons/BUTTON\ SWAP\ DEFAULT\ 1.png');
    background-color: transparent!important;
    background-repeat: no-repeat;
    color: transparent!important;
    background-position: center;
    background-size: inherit;
  }
  .numbg1:hover,.numbg1:active{
    background-image: url('/sources/Latest Updates & News/Latest News/Buttons/BUTTON\ SWAP\ EFFECT\ 1.png');
    background-color: transparent!important;
    background-repeat: no-repeat;
    color: transparent!important;
    background-position: center;
    background-size: inherit;
  }
  .numbg2{
    background-image: url('/sources/Latest Updates & News/Latest News/Buttons/BUTTON\ SWAP\ DEFAULT\ 2.png');
    background-color: transparent!important;
    color: transparent!important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
  }
  .numbg2:hover,.numbg2:active{
    background-image: url('/sources/Latest Updates & News/Latest News/Buttons/BUTTON\ SWAP\ \ EFFECT\ \ 2.png');
    background-color: transparent!important;
    background-repeat: no-repeat;
    color: transparent!important;
    background-position: center;
    background-size: inherit;
  }
  .numbg3{
    background-image: url('/sources/Latest Updates & News/Latest News/Buttons/BUTTON\ SWAP\ DEFAULT\ 3.png');
    background-color: transparent!important;
    background-repeat: no-repeat;
    color: transparent!important;
    background-position: center;
    background-size: inherit;
  }
  .numbg3:hover,.numbg3:active{
    background-image: url('/sources/Latest Updates & News/Latest News/Buttons/BUTTON\ SWAP\ EFFECT\ 3.png');
    background-color: transparent!important;
    color: transparent!important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
  }
  .numbg4{
    background-image: url('/sources/Latest Updates & News/Latest News/Buttons/BUTTON\ SWAP\ DEFAULT\ 4.png');
    background-color: transparent!important;
    background-repeat: no-repeat;
    color: transparent!important;
    background-position: center;
    background-size: inherit;
  }
  .numbg4:hover,.numbg4:active{
    background-image: url('/sources/Latest Updates & News/Latest News/Buttons/BUTTON\ SWAP\ EFFECT\ 4.png');
    background-color: transparent!important;
    color: transparent!important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
  }
  .numbg5{
    background-image: url('/sources/Latest Updates & News/Latest News/Buttons/BUTTON\ SWAP\ DEFAULT\ 5.png');
    background-color: transparent!important;
    color: transparent!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
  }
  .numbg5:hover,.numbg5:active{
    background-image: url('/sources/Latest Updates & News/Latest News/Buttons/BUTTON\ SWAP\ EFFECT\ 5.png');
    background-color: transparent!important;
    color: transparent!important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
  }
  .numbg6{
    background-image: url('/sources/Latest Updates & News/Latest News/Buttons/BUTTON\ SWAP\ DEFAULT\ 6.png');
    background-color: transparent!important;
    color: transparent!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
  }
  .numbg6:hover,.numbg6:active{
    background-image: url('/sources/Latest Updates & News/Latest News/Buttons/BUTTON\ SWAP\ EFFECT\ 6.png');
    background-color: transparent!important;
    color: transparent!important;
    background-position: center;
    background-size: inherit;
    background-repeat: no-repeat;
  }
.w3-button{}