@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;800;900&display=swap');
html{
	overflow: hidden !important;
}
body{
  font-family: 'kanit', sans-serif;
  color: white;
  font-size: 15px;
  position: relative;
  /*overflow-x: hidden;*/
	width: 100% !important;
      height: 100% !important;
/*   -ms-flex-direction: column!important;
    flex-direction: column!important; */
/*     display: -ms-flexbox!important; */
/*     display: flex!important; */
    background: black;
	overflow-x: hidden;
    overflow-y: auto;
}
@media(max-width: 768px){
  body{
/*     padding-bottom: 68px; */
  }
}
/*
    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: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background:#222222c2;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar img{
  width: 200px;
  height:
  auto;
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #200404;
    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;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

#dismiss:hover {
    background: #ffffff;
    color: #ff0000;
}

.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 {
	height: 160px;
	max-height: 160px;
    padding: 15px;
/*     background: linear-gradient(180deg,#a50d00,#350000); */
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

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

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

#sidebar ul li a {
    padding: 18px;
    font-size: 16px;
    display: block;
}
#sidebar ul{
  margin:0;
  padding:0;
}
#sidebar ul li{
  list-style:none;
}
#sidebar ul li a:hover {
    color: #ffe95f;
    padding: 19px;
    background: #160e25;
}

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: 140px;
  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: 140px;
  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: #0b6732;
}
.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:50px;
    background: linear-gradient(0deg,#012a4a,#01497c);
    box-shadow: -3px -3px 12px #0000009e;
  }
  @media (max-width: 768px){
      .footer{
    padding-bottom: 140px;
  }
  }
  .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: -8px;
  }
  .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 {
	  text-shadow: none;
	  font-weight: 600;
	  color: #ffef6b;
	  text-shadow: 0 0 10px black, 0 0 20px #00000094;
}

  .x-tab-hr {
    height: 2px;
    margin:0 auto;
    background: linear-gradient(90deg,black,#ecbd7b 30%,#ecbd7b 70%,black);
    width: 100%;
    text-align: center;
    }
  .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-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.containsec01{
  padding-top: 160px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width:760px){
 .containsec01{
  padding-top: 100px;
}
}
.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;
text-shadow: 0 0 10px black,0 0 10px black;}
.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: 20px;
  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;
    text-shadow: 0 0 10px #106300, 0 0 10px #052200;
}
@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: 220px !important;
  height: auto;
/*   -webkit-filter: drop-shadow(0px 0px 2px rgb(255 140 0));
  filter: drop-shadow(0px 0px 2px rgb(255 87 0)); */
  margin-bottom: 0px;
  margin-top: 20px;
  }
@media (max-width: 991px){
  .logosec01 img{
    
  }
}
@media (max-width: 760px){
  .logosec01 img{
    max-width: 180px !important;
  }
}
@media (max-width: 550px){
  .logosec01 img{
    max-width: 200px !important;
	margin-top: 0px;
	margin-bottom: -16px;
  }
}
@keyframes logotopanimate {
 0.0%{
  -webkit-filter: drop-shadow(0px 0px 2px rgb(0 255 55));
  filter: drop-shadow(0px 0px 2px rgb(1 255 0));
}
50.0%{
  transform: scale3d(1.1,1.1,1.1) ;
  -webkit-filter: drop-shadow(0px 0px 7px rgb(0 255 28));
  filter: drop-shadow(0px 0px 7px rgb(0 255 20));
}
}
.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: transparent;
  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 #ffb726, 0 0 40px #ffb726, 0 0 0 #ffb726, 0 0 44px #ffb726, 0 0 75px #ffb726; */
}
.imgglow{
  width: 100%;
  max-width: 320px;
  animation: registerglow 1.5s infinite alternate;
  margin: 0 auto;
}
@media (max-width: 550px){
	.imgglow{
		max-width: 260px;
	}
}
@keyframes registerglow {
  from {
    -webkit-filter: drop-shadow(0px 0px -1px #ffeb7e);
    filter: drop-shadow(0px 0px -1px #ffeb7e);
  }
  to {
   -webkit-filter: drop-shadow(0px 0px 15px #ffeb7e);
   filter: drop-shadow(0px 0px 15px #ffeb7e);
 }
}
.leftsection01{
  display:
  flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
}
.rightimgsec1{
  position:relative;
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.rightimgsec1 img{
    width: 110%;
    max-width: inherit !important;
    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{
  position: absolute;
  width: 100%;
  height: auto;
  margin-top:70px;
  left: 0;
  right: 0;
  
}
.anigirl:nth-child(1){
  animation: anigirl 8s ease 0s infinite normal none;
}
.anigirl:nth-child(2){
  animation: lightning 2.5s ease 0s infinite normal none;
  width: 80%;
  top: 10px;
}
@keyframes anigirl {
  0.0%{
  }
  100%{
  }
  49.6%{
    transform: translate(0px,0px) scale(1.2);
  }
}
@keyframes lightning {

      0% {
         opacity: 0;
    }
    3% {
         opacity: 0;
    }
    6% {
         opacity: 1;
    }
    9% {
         opacity: 0;
    }
    12% {
         opacity: 1;
    }
    15% {
         opacity: 0;
    }
    18% {
         opacity: 1;
    }
  100%{
    opacity: 1;
  }

}
.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: 45%;
  }
}
@media (max-width: 768px){
  .rightimgsec1 img{
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
  }
  .anigirl img{
    width: 60%;
  }
}

















.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{
  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: 10px;
}
.ingridsec02 span{
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  display: block;
  margin-bottom: 3px;
}
.ingridsec02{
  text-align: center;
}

.ingridsec02 table{
  width: 100%;
}
.ingridsec02 img{
  height: 90px !important;
  width: auto;
  margin-bottom: 10px;
}
@media (max-width: 768px){
  .tapservice{
    /*background: url('images/bg/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%;
  box-shadow: 0 0 20px #0000009e;
}
.container03{
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
padding-bottom: 25px;}
.-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, #0b1220cc 40%, #061229a3);
    border-radius: 40px;
    border: 3px solid #FFFFFF;
  box-shadow: -2px -2px 16px 2px #000000;
  margin-left: 160px;
  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, #061229e0 70%);
  border-radius: 20px;
}
.-banner-img img{
      position: relative;
      left: -20%;
      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: 40px;
    width: 60% !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,#061229e0 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*/













/* 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{
  padding-bottom:10px;
}
.postslide .swiper-slide img {
  width: 100%;
  max-width: 420px !important;
  height: auto;
  padding: 5px;
  background: linear-gradient(180deg,#61a5c2,#2a6f97 100%);
  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%;
/*   background: #09290e; */
  bottom: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px;
  white-space: normal;
  bottom: 20px;
  color: #FFFFFF;
}
.postslide .swiper-pagination2 {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
  bottom: -2px;
}
.postslide .swiper-pagination-bullet{
  height:10px; 
  width:10px;
  background: white;
}
/*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{
 border: 1px solid #f3d36a;
    background: linear-gradient(0deg, #b07234, #f3d36a, #b07234);
    box-shadow: inset 0 0 8px rgba(49, 26, 88, 0.5);
    color: #1c0e3f;
}
.marginsinglepost .category-post ul li a{
  padding: 11px 3px;
  margin-bottom: 9px;
  display: block;
  background: linear-gradient(171deg, #424242, #262525 51.68%, #000000);
  border: 1px solid #fff09e;
  box-shadow: 0 0 5px #d68233, inset 0 0 5px #d68233;
  color: #FFFFFF;
  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: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 23px;
}

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(175deg,#f5ca68 30%,#9d772d);
 color: white;
 border-radius: 5px;
 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: 5px;transition:all .3s;background: #a57e32;}
.headercommentbox:hover{
  background: #c79f4a;
  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: 50%;
    transform: translateY(-50%);
}
@media (max-width:991.86px){
  .loginregishead{
  }
}
@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;
    }

    .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;
  margin-right: 5px !important;
  background: #0000005e;
}
.loginregishead button:nth-child(2){
  	border: none;
    background: linear-gradient(160deg, #a54e07, #b47e11, #f9d96b, #bc881b, #a54e07);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(110, 80, 20, .4), inset 0 -2px 5px 1px #8b4208, inset 0 -1px 1px 3px #fae385;
  margin-right: 0 !important;
}
@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: #ffeaa4;
  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: #211515;
  text-decoration: none !important;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width:500px){
  .btn-primary a{
    width:80px;
  }
}
.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%); */
    height: 85px;
    display: flex;
    align-content: center;
}
/* Hide scrollbar for Chrome, Safari and Opera */
#othergamect::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#othergamect {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.inothergame{
    display: flex;
    width: 100%;
    max-width: 1299px;
    margin: 0 auto;
    padding: 0 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
@media (max-width:991px){
  .inothergame{
    display: flex;
    justify-content: flex-start;
  }
}
.imgheadgame{
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}
.imgheadgame img{
    max-width: inherit !important;
    width: 120px !important;
  -webkit-animation: action 1.5s infinite alternate;
    animation: action 1.5s infinite alternate;

}
@keyframes action{
  0% {
    transform: translateY(0);
}
  50%{
    -webkit-filter: drop-shadow(0px 0px 20px rgb(243 198 39));
    filter: drop-shadow(0px 0px 13px rgb(243 198 39));
  }
100% {
    transform: translateY(-5px);
}
}
@media (max-width:455px){
  .imgheadgame img{
    width: 25vw !important;
}
}
@media (max-width: 1080px){
    .imgheadgame{
  padding:10px;
}
}
    .leftbtnhead,.rightbtnhead{
        position: absolute;
        left: 10px;
        top: 16px;
        display: none;
        background: none;
        padding: 5px;
        border: none;
        color: white;
        font-size: 30px;
        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.-sticky{
  margin-top: 32px;
}
@media screen and (max-width: 782px){
  .x-header.wpadmin.-sticky{
  margin-top: 46px;
}
}
@media screen and (max-width: 600px){
  .x-header.wpadmin.-sticky{
  margin-top: 0;
  position: fixed;
  top: 0;
}
}
/* WP-admin Header Fixed */




/* LINE BOX */
.linetopbt01:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    z-index: 9;
    background: linear-gradient(90deg,#a59805,#ecbd7b 30%,#ecbd7b 70%,#a59805);
}

.linecutbt01:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    z-index: 9;
    background: linear-gradient(90deg,#a59805,#ecbd7b 30%,#ecbd7b 70%,#a59805);
}
.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:20px;
}
.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: 172px !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 h2 {
	font-size: 24px !important;
	color: #FFFFFF !important;
}
.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: 60px;
  margin: 4px;
  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; */
	display: none;
  padding: 2px;
  margin-top: -38px;
  margin-bottom: 15px;
  border-radius: 10px;
  background-image: linear-gradient(180deg,#511f1f,#7d2424), 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: 250px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
    background: #00000075;
}

.containpage.single{
  margin-top: 281px;
}
/* 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(0deg, #000c1a, #00114d);
    border: 2px solid #fff09e;
    box-shadow: 0 0px 10px #ffe56e, inset 0 0 8px #ffe56e;
  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: #ffffff;
    width:100%;
    border-radius: 9px;
    border: none;
    padding: 10px;
    outline: none;
    color: #000000;
    box-shadow: 0 0 2px white,0 0 15px #8a8a8a9e;
}

.contentmodal .login a.btnLogin{
	width:100%;
    max-width:334px;
    padding:10px;
    background: #6f6f6f7a;
    border: 1px solid #ffffff54;
    box-shadow: 0 0 6px 1px #000000e0, inset 0 0 8px 2px #151515;

    color: #ffffff;
    display:block;
    margin:20px auto;
    text-align:center;
    border-radius:20px;
    text-decoration: none;
}
.contentmodal .login a.btnForget{
    width:100%;
    max-width:140px;
    padding:10px;
    background: linear-gradient(171deg, #ffe9ad, #dfbf0099 50%, #a5700b99);
    display:block;
    margin:20px auto;
    text-align:center;
    border-radius:20px;
    color: #FFFFFF;
    text-decoration: none;
}


/* LOGIN MODAL */








/* Post Card */
.section04{
/*   background-image: url(/wp-content/uploads/2023/06/bgSection04.jpg); */
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding:10px 0;
  padding-top:50px;
}
.containpost {
  padding-bottom: 10px;
}
.prohead2 {
  text-align: center;
  font-size: 21px;
  color: #211515;
  width: 200px;
  padding: 10px 0;
   border-radius: 999px;
  border: none;
    background: linear-gradient(160deg, #a54e07, #b47e11, #f9d96b, #bc881b, #a54e07);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(110, 80, 20, .4), inset 0 -2px 5px 1px #8b4208, inset 0 -1px 1px 3px #fae385;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
  top: 17px;
}
.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, #dbad74 0%, #dcaf48 49%, #8b6826 100%);
  border: none;
  color: white;
  font-size: 20px;
  transition: 1s;
}
.allpost:hover {
  background: black;
  color: white;
}

/* Post Card */


/*Section05*/
.bordersec04 {
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 0px 3px #2fe490;
  -moz-box-shadow: 0px 0px 0px 3px #2fe490;
  box-shadow: 0px 0px 0px 3px #2fe490;
  background: #16c572;
  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;
  margin-left: 10px;
  margin-right: 10px;
}
.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: rgba(255, 203, 0, 0.5);
  border-radius: 10px;
}
.promotionsl .swiper-button-prev {
  padding: 20px;
  background: rgba(255, 203, 0, 0.5);
  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: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.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: absolute;
    top: 83px;
    left: 0;
    right: 0;
    z-index: 50;
    opacity: 1;
    transition: all .5s;
    height: 89px;
    background: transparent;
    padding: 5px;
}
.x-header .container{
  height: 84px;
  border-radius: 20px;
  padding: 0px 10px 0px 24px;
  }

.x-header .container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
/*     left: 0; */
	width: calc(100% - 146px);
    border: 2px solid transparent;
    border-radius: 10px;
    box-shadow: 5px 5px 15px black;
    background-origin: border-box;
    background-clip: content-box, border-box;
	
}
.x-header .container::before {
	background: linear-gradient(0deg, #012a4a, #01497c);
    border: 2px solid #a48000;
}
@media (max-width: 960px){
	.x-header .container::before {
		display: none;	
	}
}
/* @media (max-width: 770px) { 
.x-header .container::before {
	background: transparent;
	box-shadow: none;
	border: 0px;
}
} */


/* .x-header.-sticky {
    position: fixed;
    top: 5px;
} */


.x-header .navbar-brand {
    position: relative;
    opacity: 1;
    transition: opacity .2s ease-out;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    margin-left: 28px;
}

.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;
    top: 50%;
    position: absolute;
	z-index: 10;
}

.x-header .x-hamburger,
.x-header .x-hamburger span {
    -webkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
	display: inline-block;
}

.x-header .x-hamburger span {
    width: 70%;
    display: block;
    position: absolute;
    height: 3px;
    background: #ffffff;
    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: absolute;
   width: 120px;
   height: auto;
   top: 50%;
   transform: translateY(-50%);
	left: -60px;
   }
@media (max-width: 991.98px){
	.navlogoimg img{
    	height: auto;
    	width: 14vw;
    }
}
/* @media (max-width: 700px){
	.navlogoimg img{
    left: 16px;
	}
} */
/*Header---------------------------------------------------*/
.sectionfooter{
  background: #292c2d99;
	backdrop-filter: blur(4px);
}
.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 .-left-wrapper,
#account-actions-mobile .-right-wrapper {
    display: flex;
    align-items: flex-end;
    flex: 1;
    z-index: 2;
    height: 70px;
    padding-bottom: 6px;
	background: linear-gradient(0deg,#012a4a,#01497c);
    border-top: 2px solid #ffffff;
    color: #ffffff;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s;
}

#account-actions-mobile .-center-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 5;
    width: 74px;
    height: 74px;
    margin: 0 8px 16px;
    padding-bottom: 8px;
    color: #fff;
    
    border-radius: 50%;
    
}

#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%;
    animation: vibrate-1 2s linear infinite both;
}
  @keyframes vibrate-1 {
0% {
    transform: translate(0);
}
20% {
    transform: translate(-2px,2px);
}
40% {
    transform: translate(-2px,-2px);
}
60% {
    transform: translate(2px,2px);
}
80% {
    transform: translate(2px,-2px);
}
100% {
    transform: translate(0);
}
  }
.-selected img{
    width: 75px !important;
    max-width: inherit !important;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-filter: drop-shadow(0px 0px 13px rgb(0 0 0));
    filter: drop-shadow(0px 0px 13px rgb(0 0 0));
    }

#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: #013156;
}

#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;
    justify-content: flex-end;
    color: #fff;
    position: relative;
}

.-ic-img img{
    width: 50px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 0;
    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 */



.ctbtnlastnav{
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  top: 91px;
  left: 0;
  right: 0;
  padding: 0 10px;
}


.navbutton img{
  max-width: 250px !important;
  width: 100%;
}







/*  New Sub-Menu SideBar*/
.navbarstk li .sub-menu{
  position:absolute;
  display: none;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  margin-left: 0px !important;
  background: linear-gradient(151deg, #0000007a, #0000007a);
  border-radius: 16px;
}
.navbarstk li .sub-menu li{
    margin:0 !important;
}
.navbarstk li:hover .sub-menu{
  display:flex
}

.menu-item-has-children a::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.menu-item-has-children li a::after{
    display:none;
}
/*  New Sub-Menu SideBar*/

/* News Custom Categort */

.containpage .category-post ul{
  margin-bottom: 10px;
}
.containpage .category-post li.current-cat a{
   pointer-events: none;
  cursor: default; 
  text-decoration: none;
}
@media (max-width:767px){
  .containpage .category-post ul li{
    display:none;
    
  margin-bottom: 7px;}
  .containpage .category-post ul{
  display: grid;
  grid-template-columns:   1fr;
  transition: all .3s;
} 
  .containpage .category-post li.current-cat{
  display:block;
}
.containpage .category-post li.current-cat a{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  position:relative;
  margin:0;
  padding:0;
}
.containpage .category-post li.current-cat::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.7em solid #b1b1b1;
    border-right: 0.9em solid #ffffff00;
    border-bottom: 0;
    border-left: 0.9em solid transparent;
}
  .containpage .category-post ul:hover li {
    display:block;
  }
    .containpage .category-post ul:hover li a{
    padding: 10px 5px;
    margin-bottom: 9px;
  }
  .containpage .category-post ul:hover li.current-cat::after{
    display:none;
  }
}
/* News Custom Categort */

.custom-logo {
	max-width: 200px;
}

.loginregishead button:nth-child(1) {	
	border: none;
    background: linear-gradient(160deg, #a54e07, #b47e11, #f9d96b, #bc881b, #a54e07);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(110, 80, 20, .4), inset 0 -2px 5px 1px #8b4208, inset 0 -1px 1px 3px #fae385;
}
.loginregishead {
	margin-right: 1rem !important;
}
.elementor-element-3c91883 {
	background-image:none !important;
	background: transparent;
}
.elementor-widget-wrap {
	padding: 0px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.disfooterct .infootergrid:nth-child(2) {
	display:none !important;
}
.swiper-container .headerpostsl {
	text-align: center !important;
	font-size: 18px !important; 
}
.disfooterct .textwidget {
	text-align: center !important;
}
.ctbtnlastnav {
	display:none !important;
}
.containsec01 .row {
	margin-bottom: 2rem !important;
}

.elementor-element-c01c2b6 {
	margin-top: 2rem !important;
}
/* top */
.othergamect {
	display:none !important;
}
.x-header {
	top: 40px !important;
}
@media (max-width: 640px) { 
.x-header {
	top: 8px !important;
}
}
.swiper-pagination-bullet {
	background:#e1db11 !important;
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: #e1db1152 !important;
}

.custom-container{
	max-width: 98% !important;
}
@media (max-width: 770px){
	.custom-container{
	 max-width: 100% !important;
	}
	.loginregishead {
    margin-right: 1rem !important;
	}
	.x-header .navbar-brand {
		margin-left: 0px !important;
	}
}

#headerMenu{
	display: flex;
	justify-content: center;
	position: absolute;
    left: 160px;
	width: calc(100% - 332px);
}
@media (max-width: 1020px){
	#headerMenu{
		justify-content: flex-start;
	}
}
#headerMenu button{
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	border: 0px;
	outline: none;
	padding: 12px 8px;
}
#headerMenu button p{
	white-space: nowrap;
	color: #ffffff;
	margin: 0px;
	font-size: 16px;
}
#headerMenu button:hover p{
	color: #ffe962;
}

@media (max-width: 960px){
	#headerMenu{
		display: none;
	}
	.x-header .x-hamburger,
	.x-header .x-hamburger span {
		display: inline-block !important;
	}
	.navlogoimg img {
		left: 20px;
	}
}
@media (max-width: 770px){
	.navlogoimg img {
		left: 40px;
	}
}

.menu-pc{
  position: relative;
}
.menu-pc:hover .option-menu{
  display: flex;
}
.menu-pc .option-menu{
  display: none;
  flex-direction: column;
  position: absolute;
  top: calc(100% - 8px);
  right: 0px;
  min-width: 150px;
  background-color: rgba(43, 43, 43, 0.8);
  padding: 8px;
  z-index: 2;
}
.menu-pc .option-menu button{
  padding: 0px !important;
  margin: 0px;
}
.menu-pc .option-menu button p{
	font-size: 13px !important;
    font-weight: 300;
}