  /*
Theme Name: balen88wp
Theme URI: https://www.balen88wp.com/
Author: balen88wp
Author URI: https://www.balen88wp.com/
Description: The Best Website No.1 Slot Online TEXAS8BET.Co on Thailand Apply for deposits and withdrawals through the automatically system. Supports all Thai banks True wallet support, Open 24hrs
Tags: JokerSlot, JokerSlotWallet, TEXAS8BET, Joker Gaming, Betting, Casino Online, Gambling Online
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: TEXAS8BET.CO
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@import url('../css/css2');

body{
  font-family: 'kanit', sans-serif;
  color: white;
  font-size: 15px;
  position: relative;
  /*overflow-x: hidden;*/
     height: 100%!important;
   -ms-flex-direction: column!important;
    flex-direction: column!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
@media(max-width: 768px){
  body{
    padding-bottom: 0px;
  }
}
/*
    DEMO STYLE
*/

img {
  height:auto;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    left: -300px;
    height: 100vh;
    z-index: 999;
    background:#12121b7a;
        -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fff;
    transition: all 0.3s;
    overflow-y: hidden;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar img{
  width: 270px;
  height:auto;
}

#sidebar.active {
    left: 0;
}

#dismiss {
    font-size:50px;
    line-height: 35px;
    text-align: center;
    border-radius: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999999999;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 15px;
}

#sidebar ul.components {
    border-bottom: aliceblue;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 18px;
    font-size: 25px;
    display: block;
}
#sidebar ul{
  margin:0;
  padding:0;
}
#sidebar ul li{
  list-style:none;
}
#sidebar ul li a:hover {
    color: gold;
    padding: 30px;
    background: #333;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

.download {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    color: white;
    font-size: 20px !important;
    font-weight: bold;
}
.download:hover {
     background:  radial-gradient(ellipse farthest-corner at left top, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at right bottom, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%)  !important;
    color: white !important;
    font-size: 17px !important;

}



a.article{
    background-color: #262626;
    color: white;
    font-weight: bold;
}
a.article:hover {
    background: #565656 !important;
    color: #fff !important;
        font-size: 17px !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}





/*footer*/
.bankfootercontainer{
  width: 100%;
  max-width:800px;
  padding: 0 10px;
  padding-top: 20px;
  margin: 0 auto;
}
.bankfooter img{
  display: block;
}
.bankfooter h2{
  font-size: 18px;
}
@media (max-width:450px){
  .bankfooter h2{
  font-size: 4vw;
}
}
.fxline{
  position: fixed;
  top: 50%;
  right: 10px;
  width: 110px;
  height: auto;
  z-index: 9;
  cursor: pointer;
  transition:all .3s;
}
.fxline button{
  padding:5px 10px;
  padding-bottom:1px;
  position:absolute;
  top:-15px;
  right:5px;
  border:none;
  background:transparent;
  color:#fb6c42;
  font-size:25px;
  border-radius:20px;
}
.fxline i{
  font-size:25px;
}
.fxline img{
  width: 110px;
  height: auto;
}
.fxline:hover {
    display: block;
    -webkit-filter: drop-shadow(0 0 10px rgba(255,204,0,.3));
    filter: drop-shadow(0 0 10px rgba(255,204,0,.3));
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s,-webkit-filter .3s;
}
.footersocial p{
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.x-tab-hrft {
  margin: 0;
  border: none;
  width: 100%;
  height: 2px;
  position: relative;
  background: #ffc87f;
}
.footermobile{
  display: none;
}
@media(max-width: 768px){
  .fxline{
    display: none;
  }
  .footermobile{
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    height: 68px;
    background: linear-gradient(178deg,#4d050b,#030101);
    padding-bottom: 3px;
    font-size: 14px;
    z-index: 5;
  }
  .footermobile h5{
    position:absolute;
    bottom:0;
    font-weight: 100;
    font-size: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .footermobile td{
    width: 20%;
    height: 60px;
    white-space: nowrap;
    border-right: 1px solid #000000;
    transition:all .3s;
    cursor:pointer;
    position: relative;
    vertical-align: top;
  }
  .footermobile td:hover{
    background: #00000099;
    border-radius: 10px;
  }
  .footermobile img{
    height: 36px !important;
    width: auto;
    margin: 0 auto;
    display: block;
  }
}
.buttonpost{
  padding: 10px;
  border-radius: 5px;
  border: none;
  color: white;
  font-weight: bold;
  text-shadow: 0 0 5px white;
  box-shadow: 3px 3px 10px #0000007a;
  background: linear-gradient(180deg,#bb131bb8 30%,#792b0cbd);
}
.buttonpost2{
  padding: 10px;
  border-radius: 5px;
  border: none;
  color: white;
  font-weight: 400;
  text-shadow: 0 0 5px white;
  box-shadow: 3px 3px 10px #0000007a;
  background: #10556d;
}
.footerright{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
  transform: scale(1.2);
}
.linefixed {
  position: fixed;
  text-align: center;
  padding-top: 13px;
  right: 0;
  top: 50%;
  width: 50px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  height: 140px;
  background: #15132b;
  border-left: 2px solid #8776ce;
  border-top: 2px solid #8776ce;
  border-bottom: 2px solid #8776ce;
  box-shadow: 0 0 5px 1px #8776ce;
  z-index: 10;
  transition: .3s;
  cursor: pointer;
  text-shadow: 0 0 5px white;
}

.linefixed:hover {
  background: #15132b;
  border-left: 2px solid #8776ce;
  border-top: 2px solid #8776ce;
  border-bottom: 2px solid #8776ce;
  box-shadow: 0 0 20px 1px #8776ce;
}


/*.linefixed i{
  color: #f45696;
  font-size: 25px;
  border: 1px solid #89586f;
  padding: 4px;
  border-radius: 20px;
  }*/

  .linefixed h5 {
    font-weight: bold;
    font-size: 19px;
    margin-top: 18px;
    color: white;
    white-space: nowrap;
    transform: rotate(90deg);
    transition: .3s;
  }

  .linefixed:hover h5 {
    text-shadow: 0 0 5px white, 0 0 10px white;
  }

  .disfooterct{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
  }
  @media (max-width: 768px){
      .disfooterct{
    display: grid;
    grid-template-columns:  1fr;
  }
  }
  footer {
    color: white;
    padding: 0 10px;
    padding-bottom:10px;
  }
  @media (max-width: 768px){
      .footer{
    padding-bottom: 100px;
  }
  }
  .footercontain {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
  }

  @-webkit-keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
  }

  .footercontain {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
  }

  .slider {
    background: transparent;
    box-shadow: inset 0 0 10px black;
    height: 65px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
  }

  .slider img {
    width: 68px;
    height: 60px;
  }

  .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }

  .slider::before {
    left: 0;
    top: 0;
  }

  .slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
  }

  .slider .slide {
    width: 90px;
  }

  .containdtfooter {padding-bottom: 50px;}
  @media (max-width:768px){

  .containdtfooter {padding-bottom: 30px;}

  }
  .footergrid {
    margin: 0 auto;
    width: 100%;
  }

  .infootergrid {
    display: block;
    padding-left: 10px;
    word-break: break-word;
    font-weight: 200;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .infootergrid img{
    display:block;
    margin:0 auto;
  }
  .infootergrid h2{
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    margin-top: 20px;
  }
  
  @media (max-width:991px){
    .infootergrid {
}
  }
  .infootergrid:nth-child(2) {}

  .leftheadfooter {
    font-size: 25px;
    font-weight: bold;
  }

  .leftheadfooter img {
    width: auto !important;
    height: 40px !important;
    margin-top: -10px;
  }

  .footerdetail {
    color: #bcbcbc;
  }

  .footersocial {
    padding: 3px 0;
  }

  .footersocial span {
    cursor: pointer;
  }

  .menufooter {
    padding: 5px 0;
    font-weight: bold;
  }

  .menufooter b {
    padding: 2px 10px;
  }

  .menufooter span {
    cursor: pointer;
    transition: .3s;
    padding: 2px 10px;
    border-radius: 10px;
  }

  .menufooter span:hover {
    cursor: pointer;
    background: linear-gradient(140deg, #af500c94 0%, rgb(130 78 22) 100%);
    padding: 2px 10px;
    border-radius: 10px;
  }

  .menufooter:nth-child(1) {
    color: #bcbcbc;
  }
  .infootergrid .menu-menu-container ul{
    padding:none;
    margin:0;
    padding:0;
    padding-left:10px;
  }
  .infootergrid .menu-menu-container li{
    list-style:none;
    font-size:15px;
    padding-bottom:4px;
  }

  .footertrshow {
    display: none;
  }

  .footerjoin {
    margin-top: 0;
    margin: 0 auto;
  }

  .copyrighttext {
    font-size: 13px;
    color: gray;
  }



















  .cursorp{
    cursor: pointer;
  }
  .cutcolor {
       background: linear-gradient( 
180deg ,#e9b134 20%,#ffe5aa 50%,#ffd84b 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }


  .x-tab-hr2 {
    margin: 0;
    border: none;
    width: 100%;
    height: 4px;
    position: relative;
    background: #ffc87f;
  }
  .x-tab-hr3 {
    margin: 0;
    border: none;
    width: 100%;
    height: 2px;
    position: relative;
    background: #ffe27e;
  }
  .wrapper-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    outline: none;
    position: absolute;
    left: -50px; 
    top: 8px;
    z-index: 1000;
    transition: all .5s;
  }


  @media (max-width: 768px){
    .wrapper-menu {
      left: 10px;
      top: 17px;
      position:fixed;
    }
  }
    @media (max-width:768px){
      .wrapper-menu.loginwphd{
    margin-top: 42px;
  }
  }
  @media (max-width:576px){
    .wrapper-menu {
      left: 7px;
      top: 23px;
      transform: scale(.9);
    }
  }
  @media (max-width:409px){
    .wrapper-menu {
      left: 6px;
      transform: scale(.8);
    }
  }
  @media (max-width:409px){
    .wrapper-menu {
      top: 23px;
    }
  }
  .wrapper-menu2 {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    outline: none;
  }


  .wrapper-menu.hamopen{
    position: fixed;left: 200px; top: 8px;
  }
  .line {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
    animation: lineone 2s ease 0s infinite normal none;
  }
  @keyframes lineone {
    0.0%{
    }
    50.1%{
      transform: scale3d(1.2,1,1) translate(-10px);
    }
  }
  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 3;
    animation: linetwo 2s ease 0s infinite normal none;
  }
  @keyframes linetwo {
    0.0%{

    }
    50.1%{
      transform: scale3d(.8,1,1) translate(10px);
    }
  }



  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
    animation: linetree 2s ease 0s infinite normal none;
  }
  @keyframes linetree {
    0.0%{
    }
    50.1%{
      transform: scale3d(1.2,1,1) translate(-10px);
    }
  }
  .open .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
    animation: yourAnimation 3s ease 0s infinite normal none;
  }
  .open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 3;
    animation: yourAnimation 3s ease 0s infinite normal none;
  }
  .open .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
    animation: yourAnimation 3s ease 0s infinite normal none;
  }

  @keyframes yourAnimation {
    0.0%{
    }
    50.1%{
    }
  }











  /*Navbar*/
  #sidebar .menu-menu-container li{
   list-style:none;
 }
 #sidebar .menu-menu-container ul{
  padding: 0;
  margin: 0;
}
 .containnav .menu-menu-container{
  margin-top: 15.5px;
}
@media (max-width:991px){
   .containnav .menu-menu-container{
  margin-top: 11.5px;
}
}
.containnav .menu-menu-container ul{
  display:flex;
  padding: 0;
  margin: 0;
}
.containnav .menu-menu-container li{
 padding: 7px;
 float: left;
 list-style:none;
 font-size: 15px;
 font-weight: 300;
}
@media (max-width:991px){
  .containnav .menu-menu-container li{
 padding: 5px;
 float: left;
 list-style:none;
 font-size: 1.5vw;
 font-weight: 300;
 margin-top:4px;
}
}
@media (max-width:768px){
  .containnav .menu-menu-container{
    display:none;
  }
}
.navbarjk{
  width: 100%;
  position: fixed;
  width: 100%;
  padding: 20px 35px;
  padding-top: 5px;
  background: #0c0d0d8c;
  box-shadow: 0 0 10px #0000002b;
  height: 78px;
  z-index: 5;
}


@media (max-width:768px){
  .navbarjk{
  position: fixed;
  background: #0c0d0db8;
}
}



.containnav{
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}
.logolefth img{
  width: auto;
  height: 50px !important;
  margin-top: 7px;
  margin-right: 10px;
  transition: all .3s;
}
.sidebar-header .logolefth img{
  width: 94px !important;
  height: auto !important;
  margin:20px 0 !important;
  margin-top:10px !important;
}
.headeritem{
  padding-top: 12px;
  padding-right: 20px;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
  margin-top: 7px;
  transition: all .3s;
}
.headeritem span{
  background: transparent;
  transition: all .3s;
  padding: 0;
  border-radius:10px;
}
.headeritem:hover span{
  padding: 5px 10px;
  background: linear-gradient(140deg, #af500c94 0%, rgb(130 78 22) 100%);
  text-shadow: 0 0 5px white, 0 0 20px white;
  border-radius:10px;
}
.headeritem:hover i{
  text-shadow: 0 0 5px white, 0 0 20px #ffffff1f;

}
.headeritem i {
  text-shadow: 0 0 15px #ffffff1a, 0 0 20px #ffd02636, 0 0 50px #000000;
}
.headeritem img{
  width: 20px;
  height: 20px;
}
.navright{
  position: absolute;
  display: flex;
  right: 0;
  top: 13px;
}
.loginnav button{
  margin-right: 5px;
  font-size: 0.9rem;
  position: relative;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .5));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .5));
  border-radius: 12px;
  border: 2px solid transparent;
  background-image: linear-gradient(180deg, #000, #121212 51.68%, #313131), linear-gradient(90deg, #9c6727, #fdf6ae 31.53%, #bd8d42 64.87%, #fdf6ae);
  background-origin: border-box;
  background-clip: content-box, border-box;
  padding: 0!important;
  transition: -webkit-filter .2s;
  transition: filter .2s;
  transition: filter .2s, -webkit-filter .2s;
  line-height: 22px;
  color:white;
  font-weight: 400;
  }
  .loginnav button a{
    padding:7px;
    display:block;
  }
.btnloginh2 {
  background: linear-gradient(180deg,#f93b3b 30%,#e80404) !important;
}
.loginnav {
  font-weight:bold;
}
.regisnav .textwidget{
  border: none;
  border-radius: 5px;
  color: #ff6e43;
  font-weight: bold;
  padding: 0 10px;
  text-shadow: 0 0 5px black;
  margin-top: 8px;
  background: transparent;
}
footer .regisnav .textwidget{margin-top: -2px;}
@media (max-width: 950px){
  .navbarjk{
    width: 100%;
    padding: 20px 15px;
    padding-top: 10px;
  }
  .logolefth img{
    height: auto;
    margin-top: 5px;
  }

  .headeritem i {
    font-size: 2vw;
  }

}
@media (max-width:768.9px){
  .headeritem{
    display: none !important;
  }
  .logolefth img {
    height: auto;
    margin-top: 2px;
    margin-right: 20px;
    margin-left: 35px;
  }

  .regisnav .textwidget{
    border: none;
  }
  .navright {
    top: 4px;
  }
}
@media (max-width:576px){
  .navbarjk {
    padding: 15px 0px;
    padding-left: 20px;
    padding-bottom: 15px;
    box-shadow: none;
  }
  .logolefth img {
    width: auto;
    height: auto;
    margin-top: 4px;
    margin-right: 20px;
    margin-left: 27px;
  }
}
@media (max-width:509px){
  .logolefth img {
    width: auto;
    height: auto;
    margin-top: 2px;
    margin-right: 20px;
    margin-left: 30px;
  }
  .loginnav {
    font-size:3vw;
    margin-top: 2px;
  }
  .regisnav .textwidget{
    font-size:3vw;
    margin-top: 9px;
  }
}
@media (max-width:460px){
  .loginnav {
    font-size:3vw;
    margin-top: 3px;
  }
  .regisnav .textwidget{
    font-size:3vw;
    margin-top: 3vw;
  }

}
@media (max-width:430px){
  .logolefth img {
    height: auto;
    margin-top: 10px;
    width: auto;
    margin-right: 20px;
    margin-left: 25px;
  }
}
@media (max-width:409px){
  .logolefth img {
    margin-left: 22px;
    margin-top: 3px;
  }

}
@media (max-width:390px){
  .loginnav {
    font-size:3vw;
    margin-top: -2px;
  }
  .regisnav .textwidget{
    font-size: 3vw;
    margin-top: 4.5vw;
  }
    .navright {
    top: 6px;
  }
}
/*Navbar*/



/*Section01*/
.buttonregister{
  position:relative;
}
.section01{
  background-size: cover !important;
  overflow: hidden;
}
.containsec01{
  padding-top: 72px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
.welcometext{
  text-align: center;
  font-size: 30px;
}
.headsec01 {
  margin-top: -5px;
  font-size: 25px;
  white-space: nowrap;
  line-height: 40px;
  font-weight: 300;
  position: relative;
}
.headsec01 .textwidget{
  display:inline
}
@media (max-width:400px){
  .headsec01 {
  margin-top: -5px;
  font-size: 6vw;
  white-space: nowrap;
  line-height: 40px;
  position: relative;
}
}
.detailsec01 {
  margin: 5px 0;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 28px;
  word-break: break-word;
  color: #ffffff;
  width: 100%;
      max-width: 499px;
    margin: 0px auto;
    margin-bottom: 30px;
  position: relative;
  font-weight: 200;
}
@media (max-width:450px){
  .detailsec01 {
    margin: 5px 0;
    margin-bottom: 15px;
    font-size: 4vw;
    font-weight: \;
    color: #d2d2d2;
  }
}

.logosec01{

}
.logosec01 img{
  width: 100%;
  max-width: 380px !important;
  height: auto;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(255,195,0, 1));
  filter: drop-shadow(0px 0px 2px rgba(255,195,0, 1));
  margin-bottom: 0px;
}
@media (max-width: 991px){
  .logosec01 img{
    margin-top:20px;
    margin-bottom: 10px;
  }
}
@keyframes logotopanimate {
 0.0%{
  -webkit-filter: drop-shadow(0px 0px 2px rgba(255,195,0, 1));
  filter: drop-shadow(0px 0px 2px rgba(255,195,0, 1));
}
50.0%{
  transform: scale3d(1.1,1.1,1.1) ;
  -webkit-filter: drop-shadow(0px 0px 7px rgba(255,195,0, 1));
  filter: drop-shadow(0px 0px 7px rgba(255,195,0, 1));
}
}
.animate02{
 position: absolute;
 width: 70px;
 height: auto;
 left: 150px;
 top: 140px;
 animation: animate01 10s ease 0s infinite normal none;
}
.animate01{
  position: absolute;
  width: 70px;
  height: auto;
  right: 150px;
  top: 50px;
  animation: animate01 15s ease 0s infinite normal none;
}
@keyframes animate01 {
  0.0%{
  }
  100%{
  }
  49.7%{
    transform: translate(0px,-20px);
  }
}
@keyframes animate02 {
  0.0%{
  }
  100%{
  }
  49.7%{
    transform: translate(30px,20px);
  }
}
@media (max-width: 1299px){
  .animate02{
    left: 50px;
    top: 140px;
  }
  .animate01{
    right: 50px;
    top: 50px;
  }
}
@media (max-width: 991px){
  .animate02{
    left: 20%;
    top: 140px;
  }
  .animate01{
    right: 20%;
    top: 50px;
  }
}
@media (max-width: 768px){
  .animate02{
    left: 10%;
    top: 140px;
  }
  .animate01{
    right: 10%;
    top: 50px;
  }
}
@media (max-width: 470px){
  .animate02{
    left: 20px;
    top: 140px;
  }
  .animate01{
    right: 20px;
    top: 50px;
  }
}
.registext a{
  z-index: 2;
  color: #fff;
  font-weight: 300;
  font-size: 22px;
  border: none;
  background: none;
  position: absolute;
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 10px 0;
  left: 50%;
  top: 50%;
  margin-left: 30px;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 2px #fff, 0 0 10px #fff, 0 0 20px gold, 0 0 40px gold, 0 0 0 gold, 0 0 44px gold, 0 0 75px gold;
}
.imgglow{
  width: 100%;
  max-width: 320px;
  animation: registerglow 1.5s infinite alternate;
  margin: 0 auto;
}

.leftsection01{
  display:flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}
.rightimgsec1{
  position:relative;
}
.rightimgsec1 img{
    width: 110%;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
    object-position: 100% 0;
    -webkit-filter: drop-shadow(0px 0px 15px rgb(0 0 0));
    filter: drop-shadow(0px 0px 15px rgb(0 0 0));
}
.anigirl{
  width: 100%;
  height: auto;
  margin-top:40px;
  left: 0;
  right: 0;
  animation: anigirl 8s ease 0s infinite normal none;
}
@keyframes anigirl {
  0.0%{
  }
  100%{
  }
  49.6%{
    transform: translate(0px,0px) scale(1.2);
  }
}
.anigirl img{
  width: 80%;
}
@media (max-width: 991px){
  .rightimgsec1 img{
    width: 90%;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 20px;
  }
  .anigirl img{
    width: 100%;
    margin-top:10px;
  }
}
@media (max-width: 768px){
  .rightimgsec1 img{
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
  }
  .anigirl img{
    width: 100%;
    margin-top:10px;
  }
}

















.night {
  top: 0;
  opacity: .2;
  position: absolute;
  width: 10%;
  left: -40px;
  height: 100%;
  transform: rotateZ(45deg);
}
@media (max-width:380px){
  .night {
    display:none;
  }
}
.shooting_star {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  background: linear-gradient(-45deg, #ffffff, rgba(0, 0, 255, 0));
  border-radius: 999px;
  filter: drop-shadow(0 0 6px #699bff);
  -webkit-animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
  animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
}
.shooting_star::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #fcbe32, rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
  animation: shining 3000ms ease-in-out infinite;
}
.shooting_star::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #fcbe32, rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
  animation: shining 3000ms ease-in-out infinite;
  transform: translateX(50%) rotateZ(-45deg);
}
.shooting_star:nth-child(1) {
  top: calc(50% - -35px);
  left: calc(50% - 171px);
  -webkit-animation-delay: 8883ms;
  animation-delay: 8883ms;
}
.shooting_star:nth-child(1)::before, .shooting_star:nth-child(1)::after {
  -webkit-animation-delay: 8883ms;
  animation-delay: 8883ms;
}
.shooting_star:nth-child(2) {
  top: calc(50% - -175px);
  left: calc(50% - 46px);
  -webkit-animation-delay: 4147ms;
  animation-delay: 4147ms;
}
.shooting_star:nth-child(2)::before, .shooting_star:nth-child(2)::after {
  -webkit-animation-delay: 4147ms;
  animation-delay: 4147ms;
}
.shooting_star:nth-child(3) {
  top: calc(50% - 143px);
  left: calc(50% - 19px);
  -webkit-animation-delay: 1625ms;
  animation-delay: 1625ms;
}
.shooting_star:nth-child(3)::before, .shooting_star:nth-child(3)::after {
  -webkit-animation-delay: 1625ms;
  animation-delay: 1625ms;
}
.shooting_star:nth-child(4) {
  top: calc(50% - 199px);
  left: calc(50% - 110px);
  -webkit-animation-delay: 5973ms;
  animation-delay: 5973ms;
}
.shooting_star:nth-child(4)::before, .shooting_star:nth-child(4)::after {
  -webkit-animation-delay: 5973ms;
  animation-delay: 5973ms;
}
.shooting_star:nth-child(5) {
  top: calc(50% - 183px);
  left: calc(50% - 128px);
  -webkit-animation-delay: 5975ms;
  animation-delay: 5975ms;
}
.shooting_star:nth-child(5)::before, .shooting_star:nth-child(5)::after {
  -webkit-animation-delay: 5975ms;
  animation-delay: 5975ms;
}
.shooting_star:nth-child(6) {
  top: calc(50% - 200px);
  left: calc(50% - 259px);
  -webkit-animation-delay: 9747ms;
  animation-delay: 9747ms;
}
.shooting_star:nth-child(6)::before, .shooting_star:nth-child(6)::after {
  -webkit-animation-delay: 9747ms;
  animation-delay: 9747ms;
}
.shooting_star:nth-child(7) {
  top: calc(50% - 142px);
  left: calc(50% - 256px);
  -webkit-animation-delay: 9399ms;
  animation-delay: 9399ms;
}
.shooting_star:nth-child(7)::before, .shooting_star:nth-child(7)::after {
  -webkit-animation-delay: 9399ms;
  animation-delay: 9399ms;
}
.shooting_star:nth-child(8) {
  top: calc(50% - 71px);
  left: calc(50% - 297px);
  -webkit-animation-delay: 4996ms;
  animation-delay: 4996ms;
}
.shooting_star:nth-child(8)::before, .shooting_star:nth-child(8)::after {
  -webkit-animation-delay: 4996ms;
  animation-delay: 4996ms;
}
.shooting_star:nth-child(9) {
  top: calc(50% - 113px);
  left: calc(50% - 295px);
  -webkit-animation-delay: 6090ms;
  animation-delay: 6090ms;
}
.shooting_star:nth-child(9)::before, .shooting_star:nth-child(9)::after {
  -webkit-animation-delay: 6090ms;
  animation-delay: 6090ms;
}
.shooting_star:nth-child(10) {
  top: calc(50% - -174px);
  left: calc(50% - 181px);
  -webkit-animation-delay: 8193ms;
  animation-delay: 8193ms;
}
.shooting_star:nth-child(10)::before, .shooting_star:nth-child(10)::after {
  -webkit-animation-delay: 8193ms;
  animation-delay: 8193ms;
}


@-webkit-keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}

@keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
}
@keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
}
@-webkit-keyframes sky {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
@keyframes sky {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}



/*END SECTION01*/
















/*Section02*/
.tapservice-1{
  background-size: cover !important;
  padding: 5px 0;
  position: relative;
}
.containsec02{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.gridsec02{
  display: grid;
  height: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.ingridsec02{
  height: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 100;
  padding-bottom: 0px;
}
.ingridsec02 span{
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  display: block;
  margin-bottom: 0px;
}
.ingridsec02{
  text-align: center;
}

.ingridsec02 table{
  width: 100%;
}
.ingridsec02 img{
  height: 90px !important;
  width: auto;
  margin-bottom: 10px;
}
@media (max-width: 768px){
  .tapservice-1{
    /*background: url('../images/bg4.png')bottom center;*/
    background-size:300%;
    padding: 10px 0;
  }
  .gridsec02{
    display: grid;
    height: 100%;
    grid-template-columns: 1fr 1fr;
  }
  .ingridsec02 table{
    width: 100%;
  }

  .ingridsec02{
    height: 100%;
    text-align: center;
    font-size: 16px;
    padding: 10px;
  }
}

/*END Section02*/










/*Section03*/
.homepagepost{
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  }
.homepagepost img{
  height: auto;
  display: block;
  margin: 0 auto;
}
.section03{
  background-size: cover !important;
  width: 100%;
}
.container03{
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.-section-wrapper-1 {
  padding: 2rem 0;
  padding-top: 15px;
  overflow: hidden;
  padding-bottom: 0;
}
.-row-wrapper {
  align-items: center;
}
.-box-wrapper {
  position: relative;
  padding: 2rem 12rem 2rem 3rem;
  background: linear-gradient(
    90deg
    ,#1f1f1f9e 40%,#180c16);
  border-radius: 40px;
  border: 3px solid #515151;
  box-shadow: -5px -5px 10px #000000;
  margin-left: 107px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.-title {
  font-size: 28px;
  font-weight: 500;
  font-weight: 500;
}
@media (max-width:460px){
  .-title {
    font-size: 8vw;
  }
}
.-description {
  font-size: 15px;
  font-weight: 200;
  color: #d6d6d6;
}
.-box-wrapper:after {
  content: "";
  position: absolute;
  top: -5px;
  right: -3px;
  width: 30%;
  height: calc(100% + 6px);
  z-index: 1;
  background: linear-gradient(
    90deg
    ,transparent,#0f0717 70%);
  border-radius: 20px;
}
.-banner-img img{
      position: relative;
      left: -19%;
      z-index: 3;
      height: auto;
      width: 100% !important;
      max-width: 100% !important;
}

.-row-wrapper {
  align-items: center;
}
@media (max-width: 991.98px){
  .-right-container {
    order: 0;
  }
  .-banner-img img{
    left: 50%;
    top: -9px;
    width: 100% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .-box-wrapper:after {
    top: unset;
    right: unset;
    left: -3px;
    bottom: -4px;
    width: calc(100% + 6px);
    height: 130px;
    background: linear-gradient(
      180deg
      ,transparent,#0e0716 60%);
  }
  .-description {
    position: relative;
    z-index: 2;
  }
  .-box-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 1rem;
    text-align: center;
    background: linear-gradient(
      180deg
      ,#1f1f1f66 40%,#190d16);
    box-shadow: none;
    z-index: 2;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .-left-container {
    order: 1;
    margin-top: -5rem;
  }
  .-section-wrapper-1 {
    padding: 2rem 0 0rem;
    padding-bottom: 50px;
  }
}
@media (max-width:500px){
  .-box-wrapper {
    width: 100%;
  }
}
/*END Section03*/










/* section-article*/
.section-article{
  padding-top: 0px;
  padding-bottom: 20px;
  background-size: cover !important;
}
@media (max-width: 1300px){
  .section-article{
    background-size:150%;
  }
}
@media (max-width: 780px){
  .section-article{
    background-size:250%;
  }
}
@media (max-width:520px){
  .section-article{
    background-size:300%;
  }
}
.floatcard4{
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 600px;
  max-width: 1500px;
  margin: 0 auto;
  z-index: 0;
}
.floatcard4 img:nth-child(1){
  position: absolute;
  width: 120px;
  left: 10%;
  top:10px;
  opacity: 1;
}
.floatcard4 img:nth-child(2){
  position: absolute;
  width: 120px;
  right: 10%;
  top:10px;
  opacity: .2;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (max-width: 991px){
  .floatcard4{
    height: 550px;
  }

  .floatcard4 img:nth-child(1){
    position: absolute;
    width: 90px;
    left: 10px;
    top:10px;
    opacity: 1;
  }
  .floatcard4 img:nth-child(2){
    position: absolute;
    width: 90px;
    right: 10px;
    top:10px;
    opacity: .2;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}
.headsec04{
  text-align: center;
  position: relative;
  display: flex;
  font-size: 30px;
  align-items: center;
  justify-content: center;
}
.headsec04 .textwidget p{
  margin-top:10px;
}
.headsec04 td:nth-child(2){
  vertical-align: middle;
  padding-top: 20px;
  padding-left: 20px;
}
.headsec04 span{
  font-size: 30px;
}
.headsec04 img{
  width: 100px;
  animation: amtwo 7s ease-in-out infinite;
  margin-right: 10px;
}
@keyframes amtwo {
  0.0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.2);
  }
  100.0%{
    transform: scale(1);
  }
}
@media (max-width:540px){
  .floatcard4 img:nth-child(1){
    position: absolute;
    width: 15vw;
    left: 10px;
    top: 0;
    opacity: 1;
    z-index:-5;
  }
  .floatcard4 img:nth-child(2){
    position: absolute;
    width: 15vw;
    right: 10px;
    top: 0;
    opacity: .3;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index:-5;
  }
}

@media (max-width: 445px){
  .headsec04 img{
    width: 70px;
    animation: amtwo 3s ease-in-out infinite;
  }
  
  .headsec04 span{
    font-size: 7vw;
  }
}


.swiper-container {
  width: 100%;
  max-width: 1500px;
  height: 100%;
  padding: 15px 0;
  padding-bottom: 40px;
  overflow: hidden;
}
:root {
  --swiper-theme-color: #ffeb68;
}

.swiper-pagination-bullet {
  width: 13px !important;
  height: 13px !important;
  display: inline-block;
  border-radius: 50%;
  opacity: .2;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color:white;
}

.swiper-button-prev{
  left: 30px;
}
.swiper-button-next{
  right: 30px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  border-radius: 20px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: .4;
  max-width: 330px;
}
.swiper-slide.swiper-slide-active{
  opacity:1;
}


.swiper-slide img {
  width: 100%;
  max-width: 330px !important;
  height: auto;
  padding: 5px;
  background: #ffb6565e;
  border-radius: 20px;
}
@media (max-width:400px){
  .swiper-slide img {
    width: 100%;
    max-width: 300px !important;
    padding: 5px;
    background: #ffb6565e;
    border-radius: 20px;
  }
}

.swiper-slide {
  width:fit-content;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  width: 100%;
}


/*END section-article*/





/* Section05*/
.section05{
  padding: 0 20px;
  background-size: cover !important;
  padding-bottom: 30px;
  position: relative;
}
.containsec05{
  padding-top: 20px;
}
.headsec05{
  font-size: 21px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width:400px){
  .headsec05{
  font-size: 7vw;
}
}
.headsec05 p{
  font-size: 30px !important;
  margin-top: 10px;
}
.headsec05 img{
  height: 60px !important;
  width:auto;
  margin-right:5px;
}
.headsec05 table{
  margin:0 auto;
  white-space: nowrap;
}
@media (max-width: 500px){
  .section05 {
    padding: 0 5px;
    padding-bottom: 30px;
  }
}
.postslide .swiper-slide img {
  width: 100%;
  max-width: 420px !important;
  height: auto;
  padding: 5px;
  border-radius: 20px;
  padding-bottom: 70px;
}
.postslide .swiper-slide{
  position: relative;
  margin: 0 15px;
  width: 100%;
  max-width: 420px !important;
}
.headerpostsl{
  position: absolute;
  width: 100%;
  bottom: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px;
  white-space: normal;
}
.swiper-pagination2 {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}
/*END Section05*/











/*Single Post*/



/*Post*/
.marginsinglepost .category-post h2{
  display: none;
}
.marginsinglepost .category-post ul{
  padding: 0;
  margin: 0;
}

.marginsinglepost .category-post li{
  list-style: none;
  padding: 0;
  margin: 0;
}
.marginsinglepost .category-post li.current-cat a{
  background: linear-gradient(180deg,#e4c175 30%,#644b19);
}
.marginsinglepost .category-post ul li a{
  padding: 11px 3px;
  margin-bottom: 9px;
  display: block;
  color: #fff;
  background: #00000063;
  border-radius: 9px;
  font-size: 15px;
}
@media (max-width:767px){
  .marginsinglepost .category-post ul{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
} 

  .marginsinglepost .category-post ul li a{
    padding: 10px 5px;
    margin:0 5px;
    margin-bottom:10px;
    height: 100%;
    display: flex;
    text-align: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.marginsinglepost .pages-post{
  text-align: center;
  margin-top: 10px;
}
.marginsinglepost .pages-post a,.marginsinglepost .pages-post span{
  display:inline-block;
  background: linear-gradient(180deg,#505050 30%,#262626);
  padding: 10px;
  border-radius:10px;
}
.marginsinglepost .pages-post span{
  background: linear-gradient(180deg,#f52867 30%,#bf001d);

}
.wp-block-image img{
  border-radius: 15px !important;
}
.containsingle {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.backsingle {
  color: white;
  font-size: 20px;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  padding-left: 10px;
}

.solidnav {
  border-right: 1px solid #ccc;
}

.tdpostnav {
  width: 25%;
  font-size: 18px;
  white-space: nowrap;
  border-radius: 5px;
  cursor: pointer;
}

.tdpostnav:hover {
  background: rgba(0, 0, 0, .5);
  border-radius: 5px;
}

.imgpost {
  text-align: center;
}

.imgpost img {
  width: 50%;
  height: auto;
}

.marginsinglepost {
  color: white;
  margin-top: 10px;
}


hr {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

main {
  margin-top: 0px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 23px;
  padding-top:30px;
  max-width:1120px;
  width:95%;
  margin-left:auto;
  margin-right:auto;
}

main p {
  font-size: 16px;
  color: white;
  font-weight: 100;
}

main img {
  display: block;
  margin: auto;
  height: auto;
  width: 100%;
}
strong{
}
h1,h2,h3,h4,h5 {
}
@media (max-width: 991px) {
  .marginsinglepost {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  main img {
    display: block;
    height: auto;
    margin: auto;
    width: 100% !important;
  }
}


/*END Single Post*/




















/*POST*/
.postcontainer{
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.posthead{

}
.nav-link{
  font-size: 16px;
}
.p-post{
  padding:0 5px !important;
}
.nav-link{
  line-height: 25px;
  padding: 20px 0;
}
.nav-link i{
  width: 40px;
}
.nav-pills .nav-link {
  border-radius: .25rem;
  margin-top:5px;
  background: #4c1b1f91;
  box-shadow: 0 0 10px #000000b8;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #a72d36;
  text-shadow: 0 0 5px white;
}
.gridpost{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ingridpost{
  padding: 5px;
  text-align: center;
  font-size: 18px;
  width: 100%;
}
.iningridpost{
  width: 100%;
  background: #6363633b;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  height: 100%;
}

.ingridpost img{
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  border-radius: 10px;
}
@media (max-width: 991px){
  .p-post{
    padding:0 5px !important;
  }
}
@media (max-width: 768px){
  .gridpost{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr ;
  }
}
@media (max-width: 575px){
  .nav-pills .nav-link {
    border-radius: .25rem;
    margin-top: 5px;
    background: transparent;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .postmenu{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .nav-link{
    padding: 10px 0 !important;
  }
  .gridmenu{
    padding: 3px;
  }
  .nav-link .inpostmenu{
    width: 100%;
    height: 100%;
    padding-top: 10px;
    border-radius: 5px;
  }
  .nav-link.active .inpostmenu{
    width: 100%;
    height: 100%;
    background: transparent;
    padding-top: 10px;
    border-radius: 5px;
  }
}
.head06 img {
  width: 90px;
  -webkit-filter: drop-shadow(0px 0px 7px #b59951);
  filter: drop-shadow(0px 0px 7px #b59951);
}
.head06 {
  padding-top: 15px;
  font-size: 26px;
  white-space: nowrap;
  text-align: center;
}
/*END POST*/
.infootergrid:empty {
  display:none;
}



/*Comment*/
.headcomment{
 font-weight: 300;
 padding:10px;
 background: linear-gradient(173deg,#1a7f8e 30%,#031012);
 color: white;
 border-radius: 20px;
 font-size: 25px;
 padding-left: 20px;
 position: relative;
 text-align: center;
}
.containcomment{
  padding: 0 10px;
  margin-top: -10px;
}
@media (max-width:500px)
{
  .containcomment{
  padding: 0 10px;
}
}
@media (max-width:390px)
{
  .containcomment{
  padding: 0 5px;
}
}
.commentct{
  background: #f1f1f121;
  padding: 15px 0;
  border-radius: 10px;
  padding-left: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.comment-author.vcard{
  border-radius: 20px;
  background: #021114;
  margin-right: 10px;
  padding: 7px 0;
  padding-left: 7px;
  color: #ebc22d;
}
.comment-author.vcard img{
  display:none;
}
.commentct ol{
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
.comment-meta.commentmetadata{
  bottom: 0;
  font-size: 14px;
  color: #c7c7c7;
}
.commentct li{
  margin: 0;
  padding: 0;
  height: 105px;
  position: relative;
  margin-bottom: 20px;
}
.commentct h3 {
  display: none;
}
.commentct .comment-author img{
  display: none;
}

.commentct p {
  margin-bottom:30px;
  padding-top: 7px;
  font-size:18px;
  padding-left: 10px;
}
.paginationrv{
  text-align: center;
  font-size: 22px;
}
.prev.page-numbers{
  color: #c5c5c5;
}
.next.page-numbers{
  color: #c5c5c5;
}
.page-numbers.current{
  color: white;
}
.page-numbers{
  color: gray;
}
.reviewcontain{
  font-size: 15px;
}
.headercomment{
  white-space: nowrap;
}
.headercomment img{
  display: inline !important;
  width: 18px !important;
  margin-top: -8px;
}
@media (max-width: 390px){
  .headercomment img{
  display: inline !important;
  width: 14px !important;
  margin-top: -4px;
}
}
.datetimerv{
    font-size: 14px;
    color: #c7c7c7;
}
.datetimerv span{
    font-size: 14px;
    color: #d07070;
}
.contentcomment{
  font-size: 18px;
}
.comments-area {
  display:none;     
}

.logged-in .comments-area {
  display:inline;    
}
.headercommentbox{text-align: center;padding: 10px;margin: 10px;font-size: 18px;border-radius: 15px;transition:all .3s;background: #10556d;}
.headercommentbox:hover{
  background: #1c788f;
  text-shadow: 0 0 5px white, 0 0 10px white;
}
.commentbox{
  width:100%;
  max-width:600px;
  margin:0 auto;
  display:none;

}
.commentbox textarea{
  height:150px;
  max-width: 100%;
  margin-left: -5px;
}
.commentbox input{
  background:#ffffff;
  border:none;
}
.comment-form-url{
  display: none;
}
.commentbox label{
  width:90px
}
.commentbox .comment-form-cookies-consent{
  display:none;
}
.commentbox .submit{
  background: linear-gradient(180deg,#f9d73b 30%,#e88904);
  border:none;
  border-radius:10px;
  color:white;
  padding:10px 0;
  width:100%;
}
.commentbox .form-submit{
  text-align:center;
}
.commentbox .commentlist{
  display: none;

}
.commentbox h3{
  display: none;
}
.commentbox .commentInputer{
  font-size: 16px;
}
.commentInputer input{
  width: 275px;
}
.comment-form-comment{
  margin: 0;
  padding: 0;
}
.commentbox .saswp-average-rating{
  display:none;
}
/*END Comment*/



/*Fixed BG*/

.fixedbgback{
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    min-width: 100% !important;
    min-height: 100% !important;
    width: auto !important;
    height: auto !important;
    z-index: -100 !important;
    margin: 0 !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

/*Fixed BG*/





/*Tab Racommed*/
.tagcontainer {
    text-align: center;
    border-bottom: 1px solid #191919;
}
.tagcontainer span {
    display: inline-block;
}
.tagfooter {
    background: #900619;
    margin: 5px 2px;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
}
.tagfooter:hover{
  background: #a70f23;
  text-shadow:0 0 5px white, 0 0 10px white;
}

/*Tab Racommed*/





/*Nav Bar-----------------------------------*/

  #sidebar .menu-menu-container li{
   list-style:none;
 }
 #sidebar .menu-menu-container ul{
  padding: 0;
  margin: 0;
}

.navbarstk{
    position: absolute;
    z-index: 99;
    width: 100%;
    margin: 0 auto;
    height: 97px;
    left: 0;
    right: 0;
    top: 20px;
    padding: 3px 10px;
    padding-top: 5px;
    transition: all .3s;
}
.navbarstk.fixedtop{
  position:fixed;
  top: 22px;
}
.navcontainer{
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0px auto;
    position: relative;
    display: flex;
    padding: 2px 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    text-align: left;
    border-radius: 30px;
    background-color: transparent;
    background-image: linear-gradient(rgb(40 40 30 / 88%) 0%, rgb(146 106 68 / 92%) 100%);
    border-style: solid;
    border-width: 5px 10px 10px 5px;
    border-color: #00000000;
    border-radius: 50px;
}
.navbarstk.sticky{
    background: #13182af7;
    
    
    box-shadow: 0 0 15px #00000094;
}


.navbarstk img{
    width: 224px;
    height: auto;
}
@media (max-width:991px){
  .navbarstk img{
    width: 244px;
    height: auto;
}
}
.navbarstk ul{
    margin: 0;
    padding: 0;
    display: flex;
    margin-left: 20px;
}
@media (max-width:991px){

  .navbarstk ul{
    display:none;
}
}

.navbarstk li{
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 5px 0;
}
.navbarstk ul a{
    display: block;
    padding: 10px;
    border-radius: 10px;
    color: white;
    font-weight: 400;
    text-decoration: none;
}
.navbarstk ul a:hover{
    background: #acacac33;
    text-shadow: 0 0 5px white, 0 0 20px white;
}
.loginregishead{
    position: absolute;
    right: 0px;
    margin: 2px;
    display: flex;
    top: -18px;
}
@media (max-width:991.86px){
  .loginregishead{
  margin-top: 24px;
  }
}
@media (max-width:767.86px){
  .loginregishead{
  }
}
.loginbtn {
    border-radius: 5px;
    border: none;
    padding: 10px 15px;
    color: white;
        background: linear-gradient(134deg, #ff2e2e, #610f0f);
    box-shadow: rgb(255 255 255) 0px 0px 0px 1.5px inset;
}
.registerbtn{
    border-radius: 5px;
    border: none;
    padding: 10px 10px;
    margin-left: 5px;
    color: white;
    box-shadow: rgb(255 255 255) 0px 0px 0px 1.5px inset;
    background: linear-gradient(168deg, rgba(65, 75, 108, 0.82) 0%, rgb(19, 24, 42) 100%);
}

@media (max-width: 520px){
  .navbarstk img{
  }
    .navbarstk{
    }
    .loginregishead{
        margin: 0;
        right: 10px;
        margin-top: 12px;
    }

    .loginbtn{
        font-size: 14px;
    }
    .registerbtn{
        font-size: 14px;
    }
}
@media (max-width: 450px){
    .navbarstk{
    }
    .loginregishead{
        right:5px;
    }
 
    .loginbtn{
        font-size: 12px;
    }
    .registerbtn{
        font-size: 12px;
    }
}
@media (max-width: 390px){

    .navbarstk{
        padding: 5px;
    }
    .loginregishead{
        right:5px;
    }

    .loginbtn{
        font-size: 12px;
    }
    .registerbtn{
        font-size: 12px;
            margin-left: 2px;
    }
}

.btn-primary {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  position: relative;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .5));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .5));
  border-radius: 35px;
  border: 2px solid transparent;
  background-origin: border-box;
  background: transparent;
  background-clip: content-box, border-box;
  padding: 0!important;
  transition: -webkit-filter .2s;
  transition: filter .2s;
  transition: filter .2s, -webkit-filter .2s;
  line-height: 22px;
  box-shadow: none;
}
@media (max-width:991.86px){
  .btn-primary {
    margin: 0px 0px;
  }
  .btn-primary:nth-child(2) {
    margin:0px 0px;
  }
}
.btn-primary:hover {
  -webkit-filter: saturate(2);
  filter: saturate(2);
  border-color: #ffffff;
  background-image: linear-gradient(
180deg, #121212, #121212 51.68%, #121212), linear-gradient(
90deg, #ffffff, #ffffff 31.53%, #ffffff 64.87%, #ffffff);
}
.btn-primary:after{
        width: 100%;
        height: 2px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        mix-blend-mode: screen;
        bottom: -4px;
}
.btn-primary:before{
      width: 100%;
      height: 2px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      content: "";
      mix-blend-mode: screen;
      top: -4px;
}
.btn-primary a{
  display: block;
  padding: 8px;
  width: 95px;
  color: #ffffff;
  text-decoration: none !important;
  cursor: pointer;
  white-space: nowrap;
}
.headleftmenu{
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.headcenterlogo{
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
}

.headrightmenu{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 245px;
}
 .navbarstk .headleftmenu li{
  margin-right:10px;
}
 .navbarstk .headrightmenu li{
  margin-left:10px;
}
@media (max-width:450px){
  .btn-primary {
    font-size:3vw
  }
}

/*Nav Bar-----------------------------------*/



/* Header Game */
#othergamect{
    position: absolute;
    left: 0;
    right: 0;
    overflow: auto;
    scroll-behavior: smooth;
    transition: all .3s;
    z-index: 1;
    background: linear-gradient(180deg, #000000bd 0%, transparent 70%);
}
.inothergame{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 1299px;
    margin: 0 auto;
    padding: 0 10px;
}
.imgheadgame{
  padding:15px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}
.imgheadgame img{
    width: 100px;
    max-width:100%;
    height: auto;
    min-width:90px;
}
@media (max-width: 1080px){
    .imgheadgame{
  padding:10px;
}
}
    .leftbtnhead,.rightbtnhead{
        position: absolute;
        left: 10px;
        top: 23px;
        display: none;
        background: none;
        padding: 5px;
        border: none;
        color: white;
        font-size: 40px;
        z-index: 2;
        text-shadow: 0 0 5px black, 0 0 15px black, 0 0 25px black, 0 0 35px black;
    }
        .rightbtnhead{
        right: 10px;
        left: auto;
    }
@media (max-width: 991px){
    .leftbtnhead,.rightbtnhead{
        display: block;
    }

}
/* Header Game */





/* WP Admin */
  .navbarstk.wpadmin.fixedtop{
    top: 43px;
  }
#sidebar.wpadmin{
    margin-top: 32px;
}
.navbarstk.wpadmin{
}
@media (max-width: 782px){
  #sidebar.wpadmin{
    margin-top: 46px;
}
    .navbarstk.wpadmin.fixedtop{
    top: 66px;
  }
}
@media (max-width: 600px){
    .navbarstk.wpadmin.fixedtop{
    top: 30px;
  }
  #wpadminbar{
    margin-top: -46px;
  }
  #sidebar.wpadmin{
    margin-top: 46px;
}
  #sidebar.mobilewp{
    margin-top: 0px;
}
  
.navbarstk.mobilewp{
  margin-top: -46px;
}
.overlay.mobilewp{
  margin-top: -46px;
}
}


/* WP Admin */



/* WP-admin Header Fixed */
.x-header.wpadmin{
  margin-top: 32px;
}
@media screen and (max-width: 782px){
  .x-header.wpadmin{
  margin-top: 46px;
}
}
@media screen and (max-width: 600px){
  .x-header.wpadmin.-sticky{
  margin-top: 0;
}
}
/* WP-admin Header Fixed */




/* LINE BOX */


.linecutbt01:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    z-index: 9;
    background: white;
    box-shadow: 0 0 5px #ffeab8, 0 0 15px #ffcd5f, 0 0 25px #ffcf76;
}
.linecutbt02:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    z-index: 9;
    background: white;
    box-shadow: 0 0 5px #7ff1ec, 0 0 15px #31fde7, 0 0 25px #56ffec;
}
.linecutbt03:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    z-index: 9;
    background: white;
    box-shadow: 0 0 5px #7ff1ec, 0 0 15px #31fde7, 0 0 25px #56ffec;
}

/* LINE BOX */





/*Footer*/
.footercontain {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}
.disfooterct {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
}
.infootergrid {
    display: flex;
    padding: 0 10px;
    word-break: break-word;
    flex-direction: column;
}
.infootergrid i{
  font-size:30px;
}
.infootergrid:empty {
  display:none;
}


.fotterctn{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.infootergrid:empty {
  display:none;
}
.rightmenu{
  font-size: 30px;
}
  
  .infootergrid{
    text-align: left;
  }
  .infootergrid img{
    border-radius: 0;
    max-width: 300px !important;
    width: 100%;
  }
  .infootergrid h2{
    color: #ecbd7b;
  }
  .infootergrid ul{
    padding:none;
    margin:0;
    display: flex;
    padding:0;
    padding-left:10px;
    justify-content: center;
    flex-direction: column;
  }
  .infootergrid  li{
    font-size: 14px;
    padding: 0px;
    padding-bottom: 3px;
    text-align: left;
  }

.trueimg img{
  display: block;
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.headerbt{
  display: block;
  color: #ecbd7b;
  font-size: 30px;
}
.bankcontainer{
  text-align: center;
}
.bankcontainer .gallery-item{
  width:auto; 
}
.bankcontainer .gallery {
    margin: auto;
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-content: center !important;
}
.bankcontainer img{
  width: 40px;
  margin: 5px;
  height: auto;
  border: none !important;
}
.bankcontainer .gallery-item{
  width: auto !important;
  margin-top: 0 !important;
}
@media (max-width: 440px){
  .bankcontainer img{
  width: 10vw;
  margin: 5px;
  height: auto;
}
.infootergrid li {
    list-style: none;
    font-size: 5vw;
    padding: 8px;
    padding-bottom: 4px;
}

}
@media (max-width:991px){

.bankcontainer img{
  width: 40px;
  margin: 5px;
  height: auto;
}
.disfooterct {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
}
.infootergrid h2{
  margin-top:20px;
}

}
/*Footer*/



/* Single Page */
.headerppp{
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  padding: 2px;
  margin-top: -38px;
  margin-bottom: 15px;
  border-radius: 10px;
  background-image: linear-gradient(180deg,#0e80a8,#062530), linear-gradient(90deg, #9c6727, #fdf6ae 31.53%, #bd8d42 64.87%, #fdf6ae);
  background-origin: border-box;
  background-clip: content-box, border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}
.headerppp h1{
  font-size: 23px;
  padding: 5px;
  margin: 0;
}
.containpage{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 109px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
    background: #00000075;
}


/* Single Page */









/* LOGIN MODAL */
.modaldiv{
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 0;
  right:0;
  top: 0;
  left: 0;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  padding: 0 10px;
}
.contentmodal{
  width: 100%;
  max-width: 500px;
  height: auto;
  z-index: 2;
  position: relative;
  margin: 0 auto;
  background: linear-gradient(142deg,  #951a1ab3 0%, #090101a8);
  border-radius: 20px;
  padding: 10px;
}
.contentmodal iframe{
  height: 100%;
  width: 100%;
  border: none;
}
.contentmodal button{
  position: absolute;
  right: 2px;
  top: -10px;
  border-radius: 50px;
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  background:#ff4c4c;
  padding: 0;
}
.contentmodal button i{
  display:block;
  margin:0 auto;
  color:white;
}
.overlaymodal{
  position: fixed;
  bottom: 0;
  right:0;
  top: 0;
  left: 0;
  background: #00000070;
  z-index: -1;
}
.contentmodal.animate__animated.animate__bounceInDown {
  --animate-duration: .6s;
}
.contentmodal .login h1{
  text-align:center;
  font-size:20px;
  margin-top:10px;
}
.contentmodal .login{
    padding: 0 20px;
}
.contentmodal .login img{
  width:100%;
  max-width:200px;
  height:auto;
  margin:0 auto;
  display:block;
  margin-top:15px;
}
.contentmodal .login input{
    background: #00000085;
    width:100%;
    border-radius: 9px;
    border: none;
    padding: 10px;
    outline: none;
    color: white;
    box-shadow: 0 0 2px white,0 0 15px #0000009e;
}
.contentmodal .login a.btnLogin{
    width:100%;
    max-width:200px;
    padding:10px;
    background: linear-gradient(171deg,  #ff3737 0%, #620101);
    display:block;
    margin:20px auto;
    text-align:center;
    border-radius:20px;
    color: white;
    text-decoration: none;
}
/* LOGIN MODAL */








/* Post Card */
.containpost {
  padding-bottom: 50px;
  margin: 0px 0;
  padding-top: 50px;
}
.prohead2 {
  margin-top: -15px;
  text-align: center;
  font-size: 21px;
  color: white;
  width: 200px;
  padding: 10px 0;
  background: radial-gradient(ellipse farthest-corner at right bottom, #89734C 0%, #89734C 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffac 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 1);
  -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 1);
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 1);
  border-radius: 2px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
}
.linegold02 {
  height: 3px;
  background: rgb(130, 45, 45);
  background: linear-gradient(52deg, rgba(130, 45, 45, 0) 0%, rgba(255, 215, 0, 1) 47%, rgba(130, 45, 45, 0) 100%);
  margin-top: 60px;
}
.linegold03 {
  height: 3px;
  background: rgb(130, 45, 45);
  background: linear-gradient(52deg, rgba(130, 45, 45, 0) 0%, rgba(255, 215, 0, 1) 47%, rgba(130, 45, 45, 0) 100%);
}
.cards-list {
  z-index: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.card {
  margin: 30px auto;
  width: 250px;
  height: 250px;
  border-radius: 40px;
  box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25), -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: 0.4s;
  background-color: transparent;
}
.card .card_image {
  width: inherit;
  height: inherit;
  border-radius: 40px;
}
.card .card_image img {
  width: inherit;
  height: inherit;
  border-radius: 40px;
  object-fit: cover;
}
.card .card_title {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-weight: bold;
  font-size: 25px;
  text-shadow: 2px 2px 10px black;
  margin-top: -50px;
  height: 40px;
}
.card .card_title p {
  font-size: 15px;
  background: #000000b3;
  display: inline;
  padding: 5px;
  border-radius: 10px
}
.card:hover {
  transform: scale(0.9, 0.9);
  box-shadow: 5px 5px 30px 15px rgba(0, 0, 0, 0.25), -5px -5px 30px 15px rgba(0, 0, 0, 0.22);
}
.title-white {
  color: white;
}
.title-black {
  color: white;
}
@media (max-width: 1399px) {
  .card {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 1200px) {
  .card {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 991px) {
  .card {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 768px) {
  .cards-list {
    z-index: 0;
    width: 100%;
    padding-bottom: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  
  .card {
    margin: 10px auto;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 447px) {
  .card {
    width: 150px;
    height: 150px;
  }
}
@media all and (max-width: 500px) {
  .card-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}
.allpost {
  background: linear-gradient(41deg, #715925 0%, #ffc107 49%, #715925 100%);
  border: none;
  color: white;
  font-size: 20px;
  transition: 1s;
}
.allpost:hover {
  background: black;
  color: white;
}

/* Post Card */


/*Section05*/
.bordersec04 {
  margin-top: 30px;
  position: relative;
  margin-top: 120px;
  padding-bottom: 20px;
  border-radius: 20px;
}
@media (max-width:762px){
  .bordersec04{
    margin-top: 60px;
  }
}
.swiper-container.promotionsl {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
  background: #171717b3;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}
.promotionsl .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}
.promotionsl .swiper-slide img {
  border-radius: 20px;
}
.promotionsl .prohead {
  margin-top: -25px;
  text-align: center;
  font-size: 25px;
  color: white;
  width: 150px;
  height: 60px;
  background: rgb(84, 27, 58);
  background: linear-gradient(41deg, rgba(155, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 49%, rgba(155, 0, 0, 1) 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 1);
  -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 1);
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 1);
  padding-top: 10px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
}
.promotionsl .swiper-button-next:after,
.promotionsl .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  font-size: 22px;
}
.linegold02 {
  height: 3px;
  background: rgb(255, 0, 0);
  background: linear-gradient(52deg, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 1) 47%, rgba(255, 0, 0, 0) 100%);
  margin-top: 60px;
}
.linegold03 {
  height: 3px;
  background: rgb(255, 0, 0);
  background: linear-gradient(52deg, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 1) 47%, rgba(255, 0, 0, 0) 100%);
}
.promotionsl .swiper-button-next {
  padding: 20px;
  background: #000;
  border-radius: 10px;
}
.promotionsl .swiper-button-prev {
  padding: 20px;
  background: #000;
  border-radius: 10px;
}
.promotionsl .swiper-button-prev,.promotionsl .swiper-rtl .swiper-button-next {
    left: 20px;
    right: auto;
}
.promotionsl .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 20px;
    left: auto;
}
.promotionsl .swiper-button-next,.promotionsl .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0
px
 - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.containsec05 {
  position: relative;
  height: 400px;
  padding-top: 60px;
  margin-top: -66px;
}
@media(max-width: 768px) {
  .containsec05 {
    margin-top: -10px;
  }
}
.bordersec02 {
  position: relative;
  margin-top: 50px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 0px 3px rgb(151 0 0);
  -moz-box-shadow: 0px 0px 0px 3px rgb(151 0 0);
  box-shadow: 0px 0px 0px 3px rgb(151 0 0);
  background: rgb(0 0 0 / 40%);
  border-radius: 10px;
  color: white;
}
.avatar {
  animation: float 5s ease-in-out infinite;
  position: absolute;
}
@keyframes float {
  0% {
    transform: translatey(70px);
  }
  
  50% {
    transform: translatey(40px);
  }
  
  100% {
    transform: translatey(70px);
  }
}
.imganimation img {
  width: 70%;
  margin-top: 40px;
}
.shadowlogo2 {
  -webkit-filter: drop-shadow(0px 0px 5px #fff);
  filter: drop-shadow(0px 0px 5px #fff);
}
.headerpromotion img {
  position: absolute;
  margin-top: -50px;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  height: auto;
}

/*Section05*/



.x-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    opacity: 1;
    transition: all .5s;
    padding-top:20px;
    height: 72px;
}

.x-header.-sticky {
    background: #000000d6 !important;
}


.x-header .navbar-brand {
    position: relative;
    opacity: 1;
    transition: opacity .2s ease-out
}

.x-header .navbar-brand .-logo {
    position: absolute;
    top: 16px;
    left: 0;
    transition: opacity .2s;
    width: 160px
}

@media (max-width:767.98px) {
    .x-header .navbar-brand .-logo {
        width: 100px
    }
}

.x-header .x-hamburger {
    margin-right: 8px;
    width: 25px;
    height: 24px;
    position: relative;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inline-block;
}

.x-header .x-hamburger,
.x-header .x-hamburger span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.x-header .x-hamburger span {
    width: 70%;
    display: block;
    position: absolute;
    height: 3px;
    background: #a1a1a1;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out
}

.x-header .x-hamburger span:first-child {
    top: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: x-hamburger-wave .4s ease-out infinite alternate;
    animation: x-hamburger-wave .4s ease-out infinite alternate
}

.x-header .x-hamburger span:nth-child(2) {
    top: 9px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: x-hamburger-wave .4s ease-out .3s infinite alternate;
    animation: x-hamburger-wave .4s ease-out .3s infinite alternate
}

.x-header .x-hamburger span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: x-hamburger-wave .4s ease-out .6s infinite alternate;
    animation: x-hamburger-wave .4s ease-out .6s infinite alternate
}
@-webkit-keyframes x-hamburger-wave {
    0% {
        width: 70%
    }
    to {
        width: 100%
    }
}

@keyframes x-hamburger-wave {
    0% {
        width: 70%
    }
    to {
        width: 100%
    }
}

.x-header .x-hamburger.open {
    width: 25px
}

.x-header .x-hamburger.open span {
    width: 100%;
    -webkit-animation: none;
    animation: none
}

.x-header .x-hamburger.open span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 5px
}

.x-header .x-hamburger.open span:nth-child(2) {
    width: 0;
    opacity: 0
}

.x-header .x-hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 5px
}

.x-header #headerBrand {
    flex: 1
}

@media (max-width:767.98px) {
    .x-header #headerBrand {
        height: 76px
    }
}

.x-header #headerContent .-header-login-btn {
    transition: opacity .2s ease-out
}

.x-header .x-logged .-logged-container {
    border-radius: 10px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .75)
}

@media (max-width:991.98px) {
    .x-header .x-logged .-logged-container {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px
    }
}

.x-header .x-logged .-logged-container .dropdown {
    position: relative;
    display: inline-block
}

.x-header .x-logged .-logged-container .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(17, 21, 24, .8);
    min-width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    top: 100%;
    width: 100%;
    left: 0
}

.x-header .x-logged .-logged-container .dropdown-content .dropdown-item {
    border-bottom: 1px solid #ecbd7b
}

.x-header .x-logged .-logged-container .dropdown-content .dropdown-item:last-child {
    border-bottom: none
}

.x-header .x-logged .-logged-container .dropdown-content .dropdown-item:last-child i {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.x-header .x-logged .-logged-container .dropdown-content a {
    color: #d2d2d2;
    text-decoration: none;
    display: block
}

.x-header .x-logged .-logged-container .dropdown-content a:hover {
    color: #ecbd7b;
    background-color: transparent
}

@media (min-width:992px) {
    .x-header .x-logged .-logged-container .--profile:hover .dropdown-content {
        display: block
    }
}

.x-header .x-logged .-logged-container .--profile {
    background: linear-gradient(180deg, #262626, #000);
    border-bottom-left-radius: 10px
}

@media (max-width:991.98px) {
    .x-header .x-logged .-logged-container .--profile {
        border-bottom-right-radius: 10px
    }
}

.x-header .x-logged .-logged-container .--profile .--profile-detail {
    line-height: 100%
}

.x-header .x-logged .-logged-container .--profile .--profile-detail .-pending-approved {
    color: #ecbd7b
}

.x-header .x-logged .-logged-container .--profile .--profile-detail .-pending-approved .fas.fa-spinner {
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-size: 16px
}

.x-header .x-logged .-logged-container .--profile .--profile-detail .-pending-approved .x-queue-number-expression {
    color: #d2d2d2
}

.x-header .x-logged .-logged-container .--profile .--profile-detail button {
    line-height: normal
}

@media (max-width:991.98px) {
    .x-header .x-logged .-logged-container .--profile .--profile-detail .bh-logged-name {
        font-size: 1.3rem!important
    }
    .x-header .x-logged .-logged-container .--profile .--profile-detail .-user-balance #customer-balance {
        font-size: 1.4rem
    }
}

.x-header .x-logged .-logged-container .--deposit {
    background: linear-gradient(180deg, #e8ba78 19%, #a27f43)
}

.x-header .x-logged .-logged-container .--withdraw {
    background: linear-gradient(0deg, #2f5150, #3f9e98);
    border-bottom-right-radius: 10px
}

.x-logged-sidebar-mobile {
    display: none
}

@media (max-width:991.98px) {
    .x-logged-sidebar-mobile {
        display: block
    }
    .x-logged-sidebar-mobile .-inner-wrapper {
        position: fixed;
        top: 0;
        right: -90%;
        z-index: 60;
        width: 70%;
        min-width: 280px;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 1, 1, .95), rgba(36, 41, 44, .95));
        transition: right .2s;
        opacity: 0
    }
    .x-logged-sidebar-mobile .-inner-wrapper.show {
        right: 0;
        opacity: 1
    }
    .x-logged-sidebar-mobile .-inner-wrapper.show .-heading {
        padding-left: 2rem!important
    }
    .x-logged-sidebar-mobile .-inner-wrapper.show .-heading img {
        width: 130px
    }
    .x-logged-sidebar-mobile .-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 55;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7)
    }
    .x-logged-sidebar-mobile .-overlay.show {
        display: block
    }
}
/*Header*/
.navbar-nav a{
  color: black;
  text-decoration: none !important;
}
.navlogoimg img{
   position: relative;
   margin-top: -10px;
   width: 140px;
   height: auto;
}
@media (max-width: 991.98px){
.navlogoimg img{
    width: 100px;
    height: auto;
}
}
/*Header---------------------------------------------------*/
.sectionfooter .col-4 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
.sectionfooter img{
    width:100%;
    height:auto;
}





/* Footer Mobile */



#account-actions-mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 11;
    width: 100%
}

@media (min-width:768px) {
    #account-actions-mobile {
        display: none
    }
}

#account-actions-mobile .-register-btn {
    width: 100%;
    font-size: 1.25rem;
    font-weight: 500;
    background: linear-gradient(180deg, #56ccf2, #2f80ed);
    border-radius: 15px 15px 0 0;
    text-align: center
}

#account-actions-mobile .-register-btn span {
    display: inline-block;
    color: #fff;
    background: #fff -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(.5, #2f80ed), to(#fff));
    background-position: -200px top;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: x-shimmer;
    animation-name: x-shimmer;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (max-width:991.98px) {
    #account-actions-mobile .-register-btn span {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }
}

@media (max-width:767.98px) {
    #account-actions-mobile .-register-btn span {
        width: 100%
    }
}

#account-actions-mobile .-outer-wrapper {
    display: flex;
    align-items: flex-end
}


#account-actions-mobile .-center-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
    width: 74px;
    height: 74px;
    margin: 0 8px 16px;
    padding-bottom: 8px;
    color: #fff;
    background: linear-gradient(180deg, #ffe3b0, #bf8b35);
    border-radius: 50%;
    box-shadow: 0 0 10px hsla(0, 0%, 100%, .4);
}

#account-actions-mobile .-center-wrapper .-selected,
#account-actions-mobile .-center-wrapper .-selecting {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center
}

#account-actions-mobile .-center-wrapper .-selected {
    transition: all .4s;
    background-size: 450px;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: 0 0;
    border-radius: 50%
}
.-selected img{
    width: 77px !important;
    max-width: 77px !important;
    height: auto;
    position: absolute;
    top: -1px;
    left: -1px;
}

#account-actions-mobile .-center-wrapper .-selected.-slot {
    background-position: -93px 0
}

#account-actions-mobile .-center-wrapper .-selected.-skill-game {
    background-position: -188px 0
}

#account-actions-mobile .-center-wrapper .-selected.-sport {
    background-position: -282px -2px
}

#account-actions-mobile .-center-wrapper .-selected.-fishing-game {
    background-position: -378px 0
}

#account-actions-mobile .-center-wrapper .-selected .-text {
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    text-shadow: 0 6px 5px rgba(0, 0, 0, .4);
    white-space: nowrap;
}

#account-actions-mobile .-center-wrapper .-selecting {
    display: none
}

#account-actions-mobile .-center-wrapper .-selecting .-text {
    font-size: .875rem;
    line-height: 16px;
    text-shadow: 0 6px 5px rgba(0, 0, 0, .4)
}

#account-actions-mobile .-center-wrapper .-selecting .-mark {
    position: relative;
    margin-top: 5px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 20px
}

#account-actions-mobile .-center-wrapper:hover {
    color: #fff;
    text-decoration: none
}

#account-actions-mobile .-fake-center-bg-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 50px;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s;
    overflow: hidden
}

#account-actions-mobile .-fake-center-bg-wrapper svg {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 108px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#account-actions-mobile .-fake-center-bg-wrapper svg path {
    fill: url(#rectangleGradient)
}

#account-actions-mobile .-left-wrapper {
    border-top-left-radius: 10px;
    //border-top-right-radius: 22px
}

#account-actions-mobile .-right-wrapper {
    border-top-right-radius: 10px;
    //border-top-left-radius: 22px
}

#account-actions-mobile .-sub-menu-lobby-wrapper {
    position: absolute;
    flex-direction: row;
    justify-content: center;
    visibility: hidden;
    top: -75px;
    left: 50%;
    z-index: 3;
    opacity: 0;

    -webkit-transform: translateX(-50%) translateY(200px) scaleY(2.5) scaleX(.2);
    transform: translateX(-50%) translateY(200px) scaleY(2.5) scaleX(.2);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: all .2s
}

#account-actions-mobile .-sub-menu-lobby-wrapper .nav-item .-text {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

@media (max-width:991.98px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-casino .-nav-icon-bg {
        background-position: 3px
    }
}

@media (max-width:360px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-casino .-nav-icon-bg {
        background-position: 0
    }
}

@media (max-width:991.98px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-slot .-nav-icon-bg {
        background-position: -73px
    }
}

@media (max-width:360px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-slot .-nav-icon-bg {
        background-position: -75px
    }
}

@media (max-width:991.98px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-skill-game .-nav-icon-bg {
        background-position: -147px
    }
}

@media (max-width:360px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-skill-game .-nav-icon-bg {
        top: -12px;
        background-position: -150px
    }
}

@media (max-width:360px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-skill-game .-text {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@media (max-width:991.98px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-sport .-nav-icon-bg {
        background-position: -221px
    }
}

@media (max-width:360px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-sport .-nav-icon-bg {
        background-position: -224px
    }
}

@media (max-width:991.98px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-fishing-game .-nav-icon-bg {
        background-position: -300px
    }
}

@media (max-width:360px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item.-fishing-game .-nav-icon-bg {
        background-position: -303px
    }
}

#account-actions-mobile .-sub-menu-lobby-wrapper .nav-link {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 66px;
    height: 66px;
    margin: 0 3px;
    padding: 0;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, #393854, #131228);
    border: 1px solid hsla(0, 0%, 100%, .6);
    border-radius: 50%;
    box-shadow: 0 0 10px hsla(0, 0%, 100%, .6)
}

#account-actions-mobile .-sub-menu-lobby-wrapper .nav-link .-nav-icon-bg {
    background-size: 360px;
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
    top: -15px;
    position: relative
}

#account-actions-mobile .-sub-menu-lobby-wrapper .nav-link:focus {
    outline: none;
    text-decoration: none
}

@media screen and (max-width:360px) {
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item .-img {
        margin-top: -15px;
        width: 54px
    }
    #account-actions-mobile .-sub-menu-lobby-wrapper .nav-link {
        width: 60px;
        height: 60px;
        margin: 0 2px
    }
}

#account-actions-mobile .-item-wrapper {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    position: relative;
}

.-ic-img img{
    width: 34px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
    position: relative;
}

#account-actions-mobile .-item-wrapper .-textfooter {
    
font-size: .875rem;
    
color: #ffffff;
    
transition: color .2s;
    
position: absolute;
    
bottom: 0;
    
left: 50%;
    
transform: translateX(-50%);
    
white-space: nowrap;
    
margin: 0 auto;
    
margin-top: .25rem;
}

@media (max-width:575.98px) {
    #account-actions-mobile .-item-wrapper .-textfooter {
        font-size: .8rem
    }
}

#account-actions-mobile .-item-wrapper:active,
#account-actions-mobile .-item-wrapper:hover {
    text-decoration: none
}

#account-actions-mobile .-item-wrapper:active .-text,
#account-actions-mobile .-item-wrapper:hover .-text {
    color: #f7d18e
}

#account-actions-mobile .-item-wrapper.-shimmer .-text {
    display: inline-block;
    color: #fff;
    background: #97a7c1 -webkit-gradient(linear, 100% 0, 0 0, from(#97a7c1), color-stop(.5, #fff), to(#97a7c1));
    background-position: -200px top;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: x-shimmer;
    animation-name: x-shimmer;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: x-shimmer-shorter;
    animation-name: x-shimmer-shorter
}

@media (max-width:991.98px) {
    #account-actions-mobile .-item-wrapper.-shimmer .-text {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-duration: 2.5s;
        animation-duration: 2.5s
    }
}

#account-actions-mobile .-fully-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, .6)
}

#account-actions-mobile.-active .-fake-center-bg-wrapper,
#account-actions-mobile.-active .-left-wrapper,
#account-actions-mobile.-active .-right-wrapper {
    -webkit-filter: brightness(.5);
    filter: brightness(.5)
}

#account-actions-mobile.-active .-fake-center-bg-wrapper a,
#account-actions-mobile.-active .-left-wrapper a,
#account-actions-mobile.-active .-right-wrapper a {
    pointer-events: none
}

#account-actions-mobile.-active .-center-wrapper {
    background: linear-gradient(0deg, rgba(251, 200, 68, .85), rgba(248, 128, 18, .85))
}

#account-actions-mobile.-active .-center-wrapper .-selected {
    display: none
}

#account-actions-mobile.-active .-center-wrapper .-selecting {
    display: flex
}

#account-actions-mobile.-active .-sub-menu-lobby-wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0) scaleY(1) scaleX(1);
    transform: translateX(-50%) translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

#account-actions-mobile.-active .-fully-overlay {
    display: block
}
/* Footer Mobile */ 

#div_block-54-67 {
  flex-direction: column;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
}
#code_block-55-67 {
  width: 100%;
}
.stars {
  width: 1px;
  height: 1px;
  background: 0 0;
  box-shadow: 1795px 1116px #EDB233,230px 703px #EDB233,1668px 1773px #EDB233,814px 218px #EDB233,179px 1862px #EDB233,576px 1407px #EDB233,354px 277px #EDB233,748px 134px #EDB233,922px 1801px #EDB233,611px 442px #EDB233,539px 35px #EDB233,108px 1538px #EDB233,1080px 1156px #EDB233,697px 1125px #EDB233,322px 648px #EDB233,666px 562px #EDB233,1192px 1112px #EDB233,799px 108px #EDB233,1999px 24px #EDB233,516px 1906px #EDB233,1510px 38px #EDB233,163px 1658px #EDB233,1377px 624px #EDB233,1232px 280px #EDB233,333px 77px #EDB233,1127px 362px #EDB233,448px 1078px #EDB233,532px 459px #EDB233,1215px 1009px #EDB233,1880px 772px #EDB233,478px 566px #EDB233,1564px 1578px #EDB233,467px 1590px #EDB233,1970px 132px #EDB233,285px 1224px #EDB233,255px 1631px #EDB233,234px 384px #EDB233,1741px 1251px #EDB233,1241px 1484px #EDB233,456px 1965px #EDB233,1105px 366px #EDB233,1756px 1446px #EDB233,1874px 1947px #EDB233,1496px 1919px #EDB233,609px 724px #EDB233,703px 354px #EDB233,1399px 1112px #EDB233,1173px 330px #EDB233,1123px 1805px #EDB233,1597px 417px #EDB233,453px 183px #EDB233,714px 1213px #EDB233,1585px 553px #EDB233,541px 572px #EDB233,297px 1159px #EDB233,1203px 1130px #EDB233,1133px 1972px #EDB233,487px 1891px #EDB233,1990px 1621px #EDB233,703px 492px #EDB233,1257px 142px #EDB233,434px 738px #EDB233,503px 1598px #EDB233,325px 664px #EDB233,1268px 206px #EDB233,1458px 976px #EDB233,1317px 96px #EDB233,1314px 1459px #EDB233,1630px 1687px #EDB233,1633px 1049px #EDB233,1548px 657px #EDB233,359px 1850px #EDB233,823px 487px #EDB233,303px 1258px #EDB233,21px 1794px #EDB233,1136px 1919px #EDB233,95px 922px #EDB233,414px 24px #EDB233,1639px 1901px #EDB233,50px 596px #EDB233,816px 695px #EDB233,933px 631px #EDB233,988px 1805px #EDB233,1491px 845px #EDB233,881px 1224px #EDB233,1862px 1786px #EDB233,1348px 1854px #EDB233,852px 1965px #EDB233,990px 1539px #EDB233,930px 833px #EDB233,84px 1606px #EDB233,937px 8px #EDB233,1316px 708px #EDB233,216px 25px #EDB233,1261px 1817px #EDB233,1088px 436px #EDB233,1166px 23px #EDB233,995px 762px #EDB233,551px 81px #EDB233,66px 1022px #EDB233,865px 1797px #EDB233,1584px 188px #EDB233,353px 1207px #EDB233,1186px 357px #EDB233,365px 1134px #EDB233,1190px 42px #EDB233,1716px 325px #EDB233,1155px 606px #EDB233,1204px 1719px #EDB233,1918px 665px #EDB233,1567px 710px #EDB233,373px 668px #EDB233,471px 264px #EDB233,1234px 1176px #EDB233,1776px 526px #EDB233,1430px 719px #EDB233,849px 1032px #EDB233,751px 446px #EDB233,1025px 212px #EDB233,1971px 1484px #EDB233,1078px 163px #EDB233,326px 582px #EDB233,1396px 783px #EDB233,1882px 1964px #EDB233,335px 1407px #EDB233,1305px 1081px #EDB233,1943px 1955px #EDB233,627px 321px #EDB233,1425px 1128px #EDB233,1863px 1891px #EDB233,1141px 1280px #EDB233,1860px 282px #EDB233,587px 704px #EDB233,1258px 741px #EDB233,1442px 1298px #EDB233,1761px 1596px #EDB233,1577px 1728px #EDB233,35px 1285px #EDB233,1082px 1015px #EDB233,187px 1800px #EDB233,1216px 918px #EDB233,1311px 180px #EDB233,196px 1872px #EDB233,1203px 1848px #EDB233,94px 454px #EDB233,1863px 1220px #EDB233,1176px 713px #EDB233,1363px 539px #EDB233,413px 1374px #EDB233,1189px 1640px #EDB233,1032px 129px #EDB233,1920px 369px #EDB233,289px 286px #EDB233,1708px 157px #EDB233,558px 1099px #EDB233,698px 926px #EDB233,1350px 1602px #EDB233,745px 11px #EDB233,142px 919px #EDB233,1618px 371px #EDB233,456px 486px #EDB233,202px 1588px #EDB233,524px 749px #EDB233,216px 1839px #EDB233,1244px 1227px #EDB233,1554px 483px #EDB233,1504px 125px #EDB233,1637px 995px #EDB233,1027px 1036px #EDB233,323px 1977px #EDB233,709px 315px #EDB233,574px 1426px #EDB233,288px 1845px #EDB233,316px 257px #EDB233,253px 1940px #EDB233,1302px 1969px #EDB233,1638px 1006px #EDB233,785px 1962px #EDB233,404px 190px #EDB233,1359px 601px #EDB233,1701px 1949px #EDB233,719px 1417px #EDB233,566px 291px #EDB233,1003px 920px #EDB233,133px 1017px #EDB233,702px 1238px #EDB233,131px 695px #EDB233,1993px 1673px #EDB233,1315px 705px #EDB233,458px 1014px #EDB233,1763px 968px #EDB233,1286px 630px #EDB233,1341px 700px #EDB233,137px 1639px #EDB233,1329px 1113px #EDB233,1531px 907px #EDB233,1398px 1838px #EDB233,15px 1296px #EDB233,1015px 1127px #EDB233,630px 1220px #EDB233,1150px 1877px #EDB233,1324px 331px #EDB233,736px 774px #EDB233,689px 1295px #EDB233,1935px 334px #EDB233,291px 1027px #EDB233,1999px 1195px #EDB233,1447px 216px #EDB233,1845px 1131px #EDB233,192px 1304px #EDB233,1802px 751px #EDB233,1728px 1597px #EDB233,1152px 339px #EDB233,405px 1464px #EDB233,1563px 1927px #EDB233,86px 1543px #EDB233,88px 1283px #EDB233,883px 509px #EDB233,385px 219px #EDB233,128px 264px #EDB233,1891px 1561px #EDB233,1717px 13px #EDB233,1113px 1394px #EDB233,196px 1249px #EDB233,520px 277px #EDB233,823px 551px #EDB233,1px 1252px #EDB233,86px 1252px #EDB233,1935px 1129px #EDB233,214px 1482px #EDB233,644px 1709px #EDB233,1289px 815px #EDB233,426px 931px #EDB233,1097px 469px #EDB233,1195px 991px #EDB233,656px 1790px #EDB233,303px 1145px #EDB233,1489px 812px #EDB233,961px 1629px #EDB233,1354px 1528px #EDB233,1013px 339px #EDB233,1368px 79px #EDB233,1550px 653px #EDB233,155px 1163px #EDB233,791px 823px #EDB233,1912px 1303px #EDB233,1837px 1801px #EDB233,151px 1061px #EDB233,969px 1733px #EDB233,800px 276px #EDB233,1174px 1113px #EDB233,115px 95px #EDB233,483px 1620px #EDB233,1550px 1876px #EDB233,1213px 1843px #EDB233,220px 901px #EDB233,1173px 575px #EDB233,1089px 1508px #EDB233,201px 914px #EDB233,842px 164px #EDB233,21px 1184px #EDB233,456px 1851px #EDB233,774px 24px #EDB233,185px 1091px #EDB233,1103px 1443px #EDB233,29px 271px #EDB233,1343px 218px #EDB233,1721px 881px #EDB233,1228px 368px #EDB233,735px 271px #EDB233,1580px 889px #EDB233,974px 986px #EDB233,1591px 758px #EDB233,1108px 879px #EDB233,1074px 1057px #EDB233,1197px 1625px #EDB233,190px 283px #EDB233,623px 333px #EDB233,162px 1650px #EDB233,1660px 1055px #EDB233,1302px 796px #EDB233,1103px 433px #EDB233,1199px 1835px #EDB233,799px 1608px #EDB233,733px 694px #EDB233,296px 291px #EDB233,442px 621px #EDB233,999px 1164px #EDB233,1873px 1719px #EDB233,814px 1780px #EDB233,407px 1626px #EDB233,654px 434px #EDB233,1435px 1185px #EDB233,234px 1603px #EDB233,1389px 1200px #EDB233,383px 1132px #EDB233,1562px 1797px #EDB233,1611px 94px #EDB233,469px 402px #EDB233,1572px 1871px #EDB233,1625px 1857px #EDB233,803px 1824px #EDB233,858px 1907px #EDB233,87px 279px #EDB233,377px 876px #EDB233,1404px 237px #EDB233,556px 775px #EDB233,1479px 434px #EDB233,1031px 1601px #EDB233,826px 1270px #EDB233,1271px 1980px #EDB233,19px 1381px #EDB233,1998px 960px #EDB233,883px 1485px #EDB233,1820px 434px #EDB233,1076px 965px #EDB233,1406px 754px #EDB233,1397px 791px #EDB233,1534px 695px #EDB233,549px 1926px #EDB233,26px 1784px #EDB233,1868px 260px #EDB233,692px 1643px #EDB233,1379px 1255px #EDB233,1765px 1110px #EDB233,432px 1008px #EDB233,76px 1843px #EDB233,58px 1368px #EDB233,256px 985px #EDB233,449px 720px #EDB233,711px 1213px #EDB233,59px 1679px #EDB233,1765px 537px #EDB233,1094px 839px #EDB233,182px 64px #EDB233,1166px 911px #EDB233,621px 847px #EDB233,1799px 1245px #EDB233,1975px 1544px #EDB233,699px 1695px #EDB233,1903px 1249px #EDB233,1323px 1389px #EDB233,1682px 1323px #EDB233,535px 981px #EDB233,84px 783px #EDB233,395px 61px #EDB233,1136px 507px #EDB233,69px 490px #EDB233,124px 1202px #EDB233,1294px 380px #EDB233,1916px 1503px #EDB233,1385px 934px #EDB233,1674px 303px #EDB233,1972px 316px #EDB233,901px 1641px #EDB233,1747px 1215px #EDB233,101px 1647px #EDB233,499px 1374px #EDB233,767px 1083px #EDB233,537px 369px #EDB233,1678px 1640px #EDB233,1934px 1480px #EDB233,1856px 610px #EDB233,545px 632px #EDB233,1380px 1044px #EDB233,1063px 292px #EDB233,1709px 360px #EDB233,1255px 1592px #EDB233,329px 1501px #EDB233,207px 404px #EDB233,1215px 1177px #EDB233,1674px 121px #EDB233,1069px 1784px #EDB233,1989px 561px #EDB233,373px 950px #EDB233,551px 1007px #EDB233,1723px 1106px #EDB233,1552px 574px #EDB233,1380px 440px #EDB233,956px 1264px #EDB233,250px 1787px #EDB233,1925px 1411px #EDB233,122px 1366px #EDB233,1423px 474px #EDB233,1353px 1025px #EDB233,1073px 1991px #EDB233,370px 903px #EDB233,978px 845px #EDB233,1346px 1225px #EDB233,603px 457px #EDB233,31px 262px #EDB233,1390px 1275px #EDB233,1021px 1302px #EDB233,162px 156px #EDB233,567px 1546px #EDB233,30px 328px #EDB233,381px 526px #EDB233,691px 1340px #EDB233,1881px 24px #EDB233,412px 476px #EDB233,600px 1481px #EDB233,596px 811px #EDB233,162px 417px #EDB233,1088px 1826px #EDB233,399px 1124px #EDB233,1692px 1235px #EDB233,289px 1089px #EDB233,372px 1301px #EDB233,835px 1817px #EDB233,1674px 203px #EDB233,1609px 200px #EDB233,132px 1642px #EDB233,597px 1919px #EDB233,1260px 1278px #EDB233,554px 1463px #EDB233,502px 185px #EDB233,1670px 1093px #EDB233,102px 1989px #EDB233,140px 1087px #EDB233,65px 1180px #EDB233,173px 457px #EDB233,1662px 1217px #EDB233,1715px 1803px #EDB233,936px 140px #EDB233,544px 715px #EDB233,982px 858px #EDB233,977px 1430px #EDB233,12px 1178px #EDB233,1793px 1828px #EDB233,392px 1724px #EDB233,85px 1682px #EDB233,654px 620px #EDB233,732px 852px #EDB233,617px 1190px #EDB233,538px 1666px #EDB233,1375px 1965px #EDB233,1180px 719px #EDB233,1238px 1417px #EDB233,288px 52px #EDB233,1180px 584px #EDB233,1040px 482px #EDB233,1034px 168px #EDB233,1466px 564px #EDB233,23px 1897px #EDB233,1528px 404px #EDB233,841px 985px #EDB233,220px 1427px #EDB233,1152px 1913px #EDB233,1339px 822px #EDB233,1797px 1810px #EDB233,1189px 1084px #EDB233,1934px 1218px #EDB233,1570px 43px #EDB233,1092px 1082px #EDB233,1210px 694px #EDB233,451px 891px #EDB233,1475px 1305px #EDB233,44px 1564px #EDB233,214px 1027px #EDB233,1152px 467px #EDB233,1034px 804px #EDB233,955px 922px #EDB233,983px 647px #EDB233,515px 1765px #EDB233,1557px 142px #EDB233,476px 1169px #EDB233,1810px 689px #EDB233,645px 1817px #EDB233,382px 749px #EDB233,1487px 1071px #EDB233,1212px 1820px #EDB233,1122px 273px #EDB233,891px 993px #EDB233,1828px 1033px #EDB233,860px 727px #EDB233,1089px 975px #EDB233,623px 236px #EDB233,168px 1932px #EDB233,303px 1762px #EDB233,589px 651px #EDB233,1136px 1571px #EDB233,1321px 207px #EDB233,1098px 1102px #EDB233,1483px 1621px #EDB233,870px 1363px #EDB233,1682px 1990px #EDB233,4px 874px #EDB233,1524px 623px #EDB233,1601px 682px #EDB233,373px 1788px #EDB233,1755px 1403px #EDB233,94px 1943px #EDB233,1528px 1727px #EDB233,478px 1600px #EDB233,720px 1700px #EDB233,1818px 113px #EDB233,1894px 235px #EDB233,1095px 373px #EDB233,1207px 1480px #EDB233,855px 194px #EDB233,1961px 271px #EDB233,1713px 1181px #EDB233,307px 497px #EDB233,1527px 1701px #EDB233,1085px 1649px #EDB233,739px 930px #EDB233,1066px 1455px #EDB233,1624px 649px #EDB233,406px 1428px #EDB233,1584px 1166px #EDB233,1788px 1281px #EDB233,1906px 1083px #EDB233,572px 254px #EDB233,1715px 605px #EDB233,1690px 69px #EDB233,1671px 728px #EDB233,182px 1223px #EDB233,1266px 6px #EDB233,1558px 1445px #EDB233,131px 1090px #EDB233,339px 1411px #EDB233,1px 1839px #EDB233,175px 416px #EDB233,278px 1271px #EDB233,563px 364px #EDB233,758px 850px #EDB233,388px 1387px #EDB233,612px 767px #EDB233,1605px 277px #EDB233,684px 1843px #EDB233,1311px 1849px #EDB233,1603px 45px #EDB233,107px 324px #EDB233,126px 1744px #EDB233,325px 925px #EDB233,1374px 368px #EDB233,22px 337px #EDB233,1379px 1454px #EDB233,404px 63px #EDB233,1778px 1429px #EDB233,1805px 553px #EDB233,1723px 1471px #EDB233,1818px 636px #EDB233,1664px 875px #EDB233,647px 1239px #EDB233,1453px 1976px #EDB233,25px 1233px #EDB233,1379px 890px #EDB233,948px 651px #EDB233,328px 1073px #EDB233,1724px 24px #EDB233,511px 206px #EDB233,1524px 13px #EDB233,1829px 49px #EDB233,1233px 458px #EDB233,1602px 1074px #EDB233,414px 949px #EDB233,535px 1521px #EDB233,499px 819px #EDB233,809px 108px #EDB233,608px 1483px #EDB233,1439px 204px #EDB233,1324px 312px #EDB233,634px 1310px #EDB233,219px 944px #EDB233,1808px 1266px #EDB233,1812px 994px #EDB233,389px 1502px #EDB233,315px 355px #EDB233,1083px 1303px #EDB233,540px 574px #EDB233,982px 1155px #EDB233,529px 1002px #EDB233,1447px 925px #EDB233,1697px 979px #EDB233,1086px 271px #EDB233,416px 747px #EDB233,970px 1265px #EDB233,103px 958px #EDB233,324px 1415px #EDB233,546px 1501px #EDB233,1850px 23px #EDB233,908px 796px #EDB233,712px 1843px #EDB233,1019px 710px #EDB233,1666px 963px #EDB233,669px 1273px #EDB233,1494px 333px #EDB233,275px 886px #EDB233,1888px 149px #EDB233,1822px 835px #EDB233,1960px 336px #EDB233,842px 1844px #EDB233,603px 1279px #EDB233,931px 225px #EDB233,1285px 491px #EDB233,1445px 1402px #EDB233,550px 516px #EDB233,1685px 1670px #EDB233,1010px 1063px #EDB233,535px 1673px #EDB233,644px 272px #EDB233,667px 85px #EDB233,322px 500px #EDB233,553px 453px #EDB233,1364px 381px #EDB233,896px 1709px #EDB233,1413px 790px #EDB233,206px 1927px #EDB233,258px 732px #EDB233,1483px 1184px #EDB233,1237px 1334px #EDB233,1534px 484px #EDB233,757px 519px #EDB233,134px 124px #EDB233,1541px 995px #EDB233,43px 743px #EDB233,658px 858px #EDB233,1096px 1303px #EDB233,1867px 1938px #EDB233,1883px 1024px #EDB233,1517px 1097px #EDB233,1061px 1120px #EDB233,1546px 436px #EDB233,1172px 1641px #EDB233,1037px 1148px #EDB233,965px 1072px #EDB233,1586px 858px #EDB233,400px 1334px #EDB233,682px 1185px #EDB233,699px 152px #EDB233,712px 1666px #EDB233,1864px 1269px #EDB233,275px 77px #EDB233,616px 792px #EDB233,1646px 373px #EDB233,74px 1669px #EDB233,1207px 1059px #EDB233,905px 1624px #EDB233,528px 1408px #EDB233,111px 652px #EDB233,1284px 1859px #EDB233,1567px 362px #EDB233,1170px 200px #EDB233,1142px 1600px #EDB233,744px 1221px #EDB233,1398px 72px #EDB233,421px 1385px #EDB233,1058px 1974px #EDB233,1432px 351px #EDB233,947px 777px #EDB233,1751px 1573px #EDB233,900px 1136px #EDB233,1701px 1019px #EDB233,204px 1273px #EDB233,671px 56px #EDB233,1998px 1593px #EDB233,1664px 1430px #EDB233,1342px 463px #EDB233,1454px 1281px #EDB233,305px 1071px #EDB233,588px 1882px #EDB233,652px 1402px #EDB233,1666px 1779px #EDB233,818px 413px #EDB233,822px 1196px #EDB233,1273px 1548px #EDB233,314px 1796px #EDB233,1468px 209px #EDB233,1949px 1052px #EDB233,1004px 1243px #EDB233,1621px 1120px #EDB233,1336px 1930px #EDB233,1086px 1415px #EDB233,965px 429px #EDB233,1878px 1995px #EDB233,379px 1258px #EDB233,1942px 1704px #EDB233,733px 343px #EDB233,804px 1474px #EDB233,1859px 1478px #EDB233,1217px 1534px #EDB233,1179px 1865px #EDB233,505px 550px #EDB233,556px 629px #EDB233,1020px 850px #EDB233,921px 1893px #EDB233,790px 1050px #EDB233,1050px 90px #EDB233,1254px 1440px #EDB233,565px 1616px #EDB233,1561px 1645px #EDB233,292px 996px #EDB233,143px 1167px #EDB233,574px 1896px #EDB233,878px 330px #EDB233,1716px 642px #EDB233,1516px 689px #EDB233,109px 1429px #EDB233,433px 449px #EDB233;
  animation: animStar 50s linear infinite;
}
.stars2 {
  width: 2px;
  height: 2px;
  background: 0 0;
  box-shadow: 1377px 1977px #EDB233,1541px 406px #EDB233,1132px 1438px #EDB233,827px 618px #EDB233,1838px 1287px #EDB233,962px 972px #EDB233,433px 1583px #EDB233,680px 621px #EDB233,752px 414px #EDB233,1614px 233px #EDB233,1610px 1193px #EDB233,1258px 1876px #EDB233,1579px 70px #EDB233,1127px 534px #EDB233,826px 668px #EDB233,1341px 1787px #EDB233,1px 676px #EDB233,1565px 1528px #EDB233,343px 43px #EDB233,1936px 819px #EDB233,1337px 326px #EDB233,1358px 587px #EDB233,1914px 763px #EDB233,1241px 480px #EDB233,3px 1104px #EDB233,699px 117px #EDB233,1798px 1606px #EDB233,83px 899px #EDB233,760px 140px #EDB233,13px 1189px #EDB233,1775px 544px #EDB233,1753px 1812px #EDB233,1998px 663px #EDB233,1251px 88px #EDB233,1696px 415px #EDB233,1958px 1453px #EDB233,1669px 1692px #EDB233,1604px 1367px #EDB233,1946px 1227px #EDB233,1269px 1555px #EDB233,1147px 1342px #EDB233,1925px 1568px #EDB233,1345px 984px #EDB233,1314px 422px #EDB233,229px 1997px #EDB233,1653px 1705px #EDB233,758px 1677px #EDB233,120px 769px #EDB233,599px 1985px #EDB233,1516px 1243px #EDB233,1026px 793px #EDB233,1239px 291px #EDB233,147px 681px #EDB233,1385px 1650px #EDB233,1025px 1564px #EDB233,845px 315px #EDB233,1819px 1006px #EDB233,387px 426px #EDB233,1869px 841px #EDB233,798px 1990px #EDB233,1423px 980px #EDB233,88px 240px #EDB233,1188px 1080px #EDB233,890px 1798px #EDB233,179px 99px #EDB233,808px 1518px #EDB233,553px 1772px #EDB233,1281px 1450px #EDB233,1992px 429px #EDB233,760px 1603px #EDB233,454px 1451px #EDB233,177px 547px #EDB233,1226px 173px #EDB233,1646px 488px #EDB233,1350px 1899px #EDB233,1185px 147px #EDB233,32px 1473px #EDB233,382px 64px #EDB233,980px 1602px #EDB233,484px 1441px #EDB233,1992px 1808px #EDB233,422px 627px #EDB233,537px 32px #EDB233,1763px 1582px #EDB233,1316px 971px #EDB233,223px 1139px #EDB233,1392px 904px #EDB233,775px 1847px #EDB233,1627px 124px #EDB233,472px 1968px #EDB233,1173px 1724px #EDB233,473px 670px #EDB233,513px 1954px #EDB233,1367px 972px #EDB233,1348px 440px #EDB233,492px 619px #EDB233,251px 128px #EDB233,784px 328px #EDB233,196px 953px #EDB233,903px 1232px #EDB233,449px 758px #EDB233,768px 240px #EDB233,606px 1066px #EDB233,1907px 401px #EDB233,1943px 705px #EDB233,27px 1093px #EDB233,646px 737px #EDB233,192px 1003px #EDB233,793px 1746px #EDB233,1612px 1269px #EDB233,548px 321px #EDB233,1922px 269px #EDB233,1091px 1983px #EDB233,1702px 410px #EDB233,929px 1250px #EDB233,26px 1463px #EDB233,148px 1866px #EDB233,519px 1668px #EDB233,439px 1495px #EDB233,205px 1163px #EDB233,708px 1425px #EDB233,1911px 1553px #EDB233,1640px 1767px #EDB233,815px 20px #EDB233,1588px 670px #EDB233,1812px 75px #EDB233,255px 348px #EDB233,1616px 1716px #EDB233,18px 317px #EDB233,432px 1431px #EDB233,926px 222px #EDB233,1532px 1410px #EDB233,1270px 1626px #EDB233,524px 1067px #EDB233,1684px 74px #EDB233,1295px 764px #EDB233,1567px 334px #EDB233,316px 224px #EDB233,528px 1638px #EDB233,622px 1281px #EDB233,1850px 1342px #EDB233,988px 1579px #EDB233,1839px 994px #EDB233,684px 338px #EDB233,1769px 927px #EDB233,1024px 1863px #EDB233,1437px 25px #EDB233,1231px 445px #EDB233,190px 1572px #EDB233,1478px 731px #EDB233,1038px 904px #EDB233,1605px 138px #EDB233,81px 1354px #EDB233,169px 966px #EDB233,1285px 809px #EDB233,64px 724px #EDB233,1812px 267px #EDB233,1683px 1459px #EDB233,250px 235px #EDB233,600px 1438px #EDB233,150px 1173px #EDB233,1656px 1138px #EDB233,1016px 884px #EDB233,1360px 1095px #EDB233,508px 1170px #EDB233,706px 108px #EDB233,61px 1947px #EDB233,1053px 1941px #EDB233,843px 1629px #EDB233,1495px 1792px #EDB233,778px 1550px #EDB233,1140px 172px #EDB233,1493px 852px #EDB233,1933px 1621px #EDB233,1574px 343px #EDB233,629px 1122px #EDB233,1343px 1234px #EDB233,349px 689px #EDB233,1872px 1089px #EDB233,1476px 1592px #EDB233,433px 67px #EDB233,1356px 428px #EDB233,1559px 788px #EDB233,254px 609px #EDB233,267px 773px #EDB233,1696px 1393px #EDB233,1915px 1181px #EDB233,1006px 289px #EDB233,789px 200px #EDB233,263px 593px #EDB233,789px 581px #EDB233,781px 440px #EDB233,1066px 1898px #EDB233,644px 391px #EDB233,1703px 1765px #EDB233,112px 1581px #EDB233,1440px 79px #EDB233,940px 477px #EDB233,1104px 1579px #EDB233,1679px 426px #EDB233;
  animation: animStar 100s linear infinite;
}
.stars3 {
  width: 3px;
  height: 3px;
  background: 0 0;
  box-shadow: 1579px 1607px #EDB233,2000px 1639px #EDB233,239px 747px #EDB233,310px 1036px #EDB233,963px 752px #EDB233,754px 652px #EDB233,688px 1637px #EDB233,1620px 258px #EDB233,384px 869px #EDB233,501px 1948px #EDB233,881px 51px #EDB233,1022px 1710px #EDB233,182px 1723px #EDB233,1748px 1106px #EDB233,1814px 121px #EDB233,306px 980px #EDB233,700px 561px #EDB233,166px 524px #EDB233,508px 178px #EDB233,933px 1915px #EDB233,734px 1183px #EDB233,1751px 93px #EDB233,658px 81px #EDB233,658px 1145px #EDB233,469px 1969px #EDB233,127px 432px #EDB233,397px 1385px #EDB233,603px 682px #EDB233,207px 1145px #EDB233,684px 320px #EDB233,157px 39px #EDB233,1174px 178px #EDB233,537px 199px #EDB233,1038px 163px #EDB233,535px 1847px #EDB233,1552px 152px #EDB233,695px 66px #EDB233,305px 408px #EDB233,773px 640px #EDB233,1880px 292px #EDB233,1982px 1323px #EDB233,199px 166px #EDB233,1266px 1270px #EDB233,781px 1941px #EDB233,1951px 666px #EDB233,964px 99px #EDB233,227px 1508px #EDB233,583px 149px #EDB233,1736px 1542px #EDB233,1032px 1633px #EDB233,791px 1672px #EDB233,1267px 508px #EDB233,382px 1091px #EDB233,1721px 897px #EDB233,670px 1059px #EDB233,560px 381px #EDB233,244px 333px #EDB233,424px 535px #EDB233,1548px 1502px #EDB233,1685px 185px #EDB233,906px 1614px #EDB233,1250px 43px #EDB233,462px 1814px #EDB233,110px 260px #EDB233,1960px 1275px #EDB233,1712px 1156px #EDB233,1676px 14px #EDB233,1683px 1351px #EDB233,1931px 1802px #EDB233,70px 299px #EDB233,146px 1191px #EDB233,1745px 1019px #EDB233,1527px 1068px #EDB233,973px 667px #EDB233,1918px 1797px #EDB233,1566px 237px #EDB233,6px 460px #EDB233,31px 1689px #EDB233,732px 569px #EDB233,889px 699px #EDB233,1477px 560px #EDB233,1115px 1210px #EDB233,308px 1888px #EDB233,1591px 1149px #EDB233,699px 1410px #EDB233,342px 1892px #EDB233,141px 1984px #EDB233,1307px 1975px #EDB233,983px 67px #EDB233,1953px 137px #EDB233,1626px 1421px #EDB233,1140px 1908px #EDB233,556px 82px #EDB233,1652px 79px #EDB233,1762px 602px #EDB233,328px 1231px #EDB233,155px 1754px #EDB233,1796px 1275px #EDB233,583px 869px #EDB233,594px 633px #EDB233;
  animation: animStar 150s linear infinite;
}
@keyframes animStar {
	from {
		transform: translateY(0px)
	}

	to {
		transform: translateY(-2000px)
	}
}