.color-bet {
    /* background: linear-gradient(4deg, #1988f7 0%, #f71988 100%) !important; */
   background:  linear-gradient(4deg, #0B3F03 0%, #031100 100%) !important;
}
.logo-size{
    width: 170px;
}
body{
  font-family: 'Kanit', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Sarabun', sans-serif;
}
#navtop{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 60px;
  background: black;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  
}

#headerContent {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.x-hamburger {
   margin-top: 8px;
    margin-right: 15px;
    width: 25px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

#headerBrand {
    display: flex;
    align-items: center;
    /* padding-top: 20px; */
}

.x-hamburger span {
    width: 70%;
    display: block;
    position: absolute;
    height: 3px;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.x-hamburger span:first-child {
    top: 0;
    -webkit-animation: x-hamburger-wave .4s ease-out infinite alternate;
    animation: x-hamburger-wave .4s ease-out infinite alternate
  }
  
  .x-hamburger span:first-child,
  .x-hamburger span:nth-child(2) {
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
  
  .x-hamburger span:nth-child(2) {
    top: 9px;
    -webkit-animation: x-hamburger-wave .4s ease-out .3s infinite alternate;
    animation: x-hamburger-wave .4s ease-out .3s infinite alternate
  }
  
  .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
  }
  
  @media (max-width:575.98px) {
    .x-hamburger span:nth-child(2) {
      top: 7px
    }
  
    .x-hamburger span:nth-child(3) {
      top: 14px
    }
  }

@keyframes x-hamburger-wave {
    0% {
      width: 70%
    }
  
    to {
      width: 100%
    }
  }

 .-menu-wrapper .nav-link {
    background: linear-gradient(180deg,#027b5c,#048790) !important;
}

 .-menu-wrapper .nav-link {
  min-width: 76px;
}

.-menu-wrapper .nav-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  min-width: 90px;
  height: calc(100% + 5px);
  padding: .5rem;
  text-align: center;
  color: #f2f2f2;
  transition: .3s;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.btn.x-btn-register {
    box-shadow: inset 0 0 2px rgb(0 0 0 / 50%);
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    transition: all .4s;
}

  .btn.x-btn-register:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}


  .btn.x-btn-register .-text-wrapper .-text {
    display: inline-block;
    color: #fff;
    background: rgb(0, 0, 0) -webkit-gradient(linear,100% 0,0 0,from(#fff),color-stop(.5,#e7ba5c),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;
    -webkit-animation-name: x-shimmer-short;
    animation-name: x-shimmer-short
  }

  /* .text-ani{
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    background: rgb(0, 0, 0) -webkit-gradient(linear,100% 0,0 0,from(#fff),color-stop(.5,#e7ba5c),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;
    -webkit-animation-name: x-shimmer-short;
    animation-name: x-shimmer-short
  } */

  .btn.x-btn-register .-text-wrapper {
    height: 77%;
    width: 93%;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%)
  }

  .btn.x-btn-register:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 13px 3px #e7ba5c;
    border-radius: 5px;
    -webkit-animation: x-register-glow-after 1s infinite alternate;
    animation: x-register-glow-after 1s infinite alternate;
}



  @keyframes x-shimmer-short {
    0% {
      background-position: -150px top
    }
  
    to {
      background-position: 150px top
    }
  }

  @keyframes x-shimmer {
    0% {
      background-position: -200px top
    }
  
    to {
      background-position: 200px top
    }
  }
  @keyframes x-register-glow-after {
    0% {
      opacity: 0
    }
  
    to {
      opacity: 1
    }
  }


  #mainNavigation {
    width: 200px;
    min-width: 200px;
    min-height: 100vh;
    background: #202124;
    position: fixed;
    color: white;
    padding: 1.5rem;
    font-weight: normal;
    line-height: 2rem;
    overflow: auto;
    height: 200px;
    padding-bottom: 90px;
    padding-top: 2rem;
  }
  
  #siteWrapper {
    padding-top: 65px;
    display: flex;
    width: 100%;
    flex-direction: row;
    height: 100%;
    min-height: 100vh;
  }
  
  #appWrapper {
    padding-top: 65px;
    padding-bottom: 75px;
    display: block;
    flex: 1;
    height: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 200px;
    background: black;
    /* position: fixed;
    overflow-y: scroll; */
  }
  
  #appInnerWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    min-height: 100vh;
    position: relative;
    align-items: stretch;
    background : black;
  }

  #bodyContent {
    padding-top: 1rem;
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100vh;
    /* background: rgba(255, 255, 255, 0.388); */
  }

  @media screen and (max-width: 1024px) {
    #appInnerWrapper {
      background: black;
  }
    
    .logo-size {
      width: 160px;
  }
  #spandel{
    display: none;
  }
  
    #headerBrand {
      display: flex;
      align-items: center;
      /* padding-top: 20px; */
  }
  .navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1.75rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    width: 100%;
}
    #appWrapper {
      padding-top: 60px;
      display: block;
      flex: 1;
      height: 100%;
      min-height: 100vh;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.226);
      left: 0px;
    }
    .btn.x-btn-register .-text-wrapper {
      height: 77%;
      width: 93%;
      border-radius: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 1.2rem;
      font-weight: 900;
      color: #fff;
      -webkit-transform: translate(-50%, -55%);
      transform: translate(-50%, -55%)
    }
  }

  /* ===== Scrollbar CSS ===== */
  /* Firefox */
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #ffdd00 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  ::-webkit-scrollbar-track {
    background: #e6e8ec;
    width: 8px;
    height: 8px;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #b0b4bb;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}

::-webkit-scrollbar {
  background: transparent;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}


  .slider {
    width: 100%;
    margin: 100px auto;
}

.slick-slide {
  margin: 0px 10px;
  overflow: hidden !important;
}

.slick-slide img {
  width: 100%;
  border-radius: 5px;
}


.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .5;

}

.slick-active {
  opacity: .8;
}

.slick-current {
  opacity: 1;
}

.slick-list {
  box-sizing: initial;
  padding: 25px 0px;
}
.draggable{
  /* box-shadow: inset 100px 0px 25px -25px rgba(0,0,0,0.45), inset -100px 0px 25px -25px rgba(0,0,0,0.45); */
}

.slick-slide .drop-shadow {
  box-shadow: none; 
  transition: box-shadow 0.1s ease-in-out; 
}

.slick-slide.slick-active .drop-shadow {
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.35); 
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #202124 !important;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #226318  !important;
  opacity: 1 !important;
}

.x-menu-provider .nav-link {
  padding: .75rem .5rem !important;
  background: linear-gradient(180deg,#000000,#000000) !important;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 4px 4px #6b6b6b7c;
  border-radius: 14px;
  border: none;
  color: hsla(0, 0%, 100%, .8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08172c', endColorstr='#000926', GradientType=0);
  transition: all .4s;
  height: 70px !important;
  
}

.x-menu-provider .nav-link:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 16px !important;
  
}

.x-menu-provider .nav-item {
  width: 100%;
  margin-top: 1rem;
  
}


.x-menu-provider .nav-link .-ic-menu {
  width: 55px;
}

.x-menu-provider .nav-link .-text-provider-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: .1rem;
  color: gold;
}

.x-menu-provider .-contact-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.x-contact-us.-text .-line-wrapper {
  text-align: center;
}

.x-contact-us.-text .-line-wrapper .-line-img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 13px 3px #e7ba5c;
  border-radius: 5px;
  -webkit-animation: x-register-glow-after 1s infinite alternate;
  animation: x-register-glow-after 1s infinite alternate;
}

.nav-pills .nav-link {
  background-color: #202124;
  color: gold;
  padding: .75rem .5rem !important;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsla(0, 0%, 100%, .8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08172c', endColorstr='#000926', GradientType=0);
  transition: all .4s;
  height: 50px ;
}

.nav-pills .nav-link:hover {
  border-radius: .25rem;
  background: gold ;
  color: rgb(0, 0, 0);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #000;
  background-color: #FFD700;
  /* padding: 5px; */
}

.nav-pills .nav-link.active>.text-ani {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background: rgb(0, 0, 0) -webkit-gradient(linear,100% 0,0 0,from(#fff),color-stop(.5,#e7ba5c),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;
  -webkit-animation-name: x-shimmer-short;
  animation-name: x-shimmer-short
}




.nav-pills .nav-link>.text-ani {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background: #f3f3f3 -webkit-gradient(linear,100% 0,0 0,from(#fff),color-stop(.5,#000000),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;
  -webkit-animation-name: x-shimmer-short;
  animation-name: x-shimmer-short;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  padding: 3px;
}

/* .nav-justified .nav-item:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 0;
  background: rgb(199,158,80);
  background: linear-gradient(180deg, rgba(199,158,80,1) 27%, rgba(241,244,140,1) 68%, rgba(216,186,100,1) 100%) !;
} */

.footer-logo {
    width: 15%;
}

.footer-logo:hover {
  width: 15%;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.footer-logo img {
  width: 70%;
}


@media only screen and (max-width: 768px){
.footer-text {
    font-size: .7rem;
}
}

@media only screen and (max-width: 768px){
#text1limbo{
    font-size: 14px;
    padding: 0px;
}
}

div.scrolling-limit{
  height: 20px;
  background-color: rgb(255, 255, 0);
  overflow:hidden;
  white-space:nowrap;
  
}

div.scrolling{
  position: relative;
  -webkit-animation: scroll 15s infinite linear;;
  -moz-animation: scroll 15s infinite linear;
  -o-animation: scroll 15s infinite linear;
  animation: scroll 15s infinite linear;
}

@keyframes scroll{
    0%   {left: 500px;}
    100% {left: -950px;}
}
@-webkit-keyframes scroll{
    0%   {left: 500px;}
    100% {left: -950px;}
}

/**bottonbar*/


@media screen and (max-width: 336px) {
  #account-actions-mobile .-item-wrapper .-text {
    display: inline-block;
    font-size: .6rem !important;
    font-weight: 600;
    letter-spacing: 0px !important;
    color: #fff;
    background: white -webkit-gradient(linear,100% 0,0 0,from(#fff),color-stop(.5,#e7ba5c),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;
    -webkit-animation-name: x-shimmer-short;
    animation-name: x-shimmer-short
    
  }
}

@media screen and (max-width: 1024px) {
  .animated-button1 {
    padding: 10px 29px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 600;
    letter-spacing: 0px !important;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    text-decoration: none !important;
  }
  .nav-pills .nav-link.active>.text-ani {
    display: inline-block;
    font-size: .8rem;
    font-weight: 700;
    color: #fff;
    background: rgb(0, 0, 0) -webkit-gradient(linear,100% 0,0 0,from(#fff),color-stop(.5,#e7ba5c),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;
    -webkit-animation-name: x-shimmer-short;
    animation-name: x-shimmer-short
  }
  
  .nav-pills .nav-link>.text-ani {
    display: inline-block;
    font-size: .8rem;
    font-weight: 700;
    color: #fff;
    background: #f3f3f3 -webkit-gradient(linear,100% 0,0 0,from(#fff),color-stop(.5,#000000),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;
    -webkit-animation-name: x-shimmer-short;
    animation-name: x-shimmer-short
  }
  #account-actions-mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 4;
    width: 100%;
}
#account-actions-mobile .-outer-wrapper {
  display: flex;
  align-items: flex-end;
}
#account-actions-mobile .-left-wrapper, #account-actions-mobile .-right-wrapper {
  background: linear-gradient(180deg,#048790,#027b5c);

}

#account-actions-mobile .-left-wrapper {
  border-top-left-radius: 10px;
  border-top-right-radius: 22px;
}

#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(180deg, #3090f1 0%, #000000 100%) !important; */
  background: linear-gradient(180deg, #0B3F03 0%, #010600 100%);
  transition: -webkit-filter .2s;
  transition: filter .2s;
  transition: filter .2s,-webkit-filter .2s;
}

#account-actions-mobile .-right-wrapper {
  border-top-right-radius: 10px;
  border-top-left-radius: 22px;
}

#account-actions-mobile .-item-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}

#account-actions-mobile .-center-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
  width: 74px;
  height: 74px;
  margin: 0 8px 16px;
  padding-bottom: 8px;
  color: #fff;
  background-image: url(/img/centericon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  box-shadow: 0 0 10px hsl(0deg 0% 100% / 40%);
  /* animation: x-rotate-item 1s infinite; */
  animation: bounce 1.5s infinite;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px !important;
  height: 15px !important;
  padding: 5px;
  cursor: pointer;
  border: 0;
  outline: none;
}

#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: rgba(0, 0, 0, 0.777)!important;
}

#account-actions-mobile .-item-wrapper .-text {
  display: inline-block;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: 0px !important;
  color: #fff;
  background: white -webkit-gradient(linear,100% 0,0 0,from(#fff),color-stop(.5,#e7ba5c),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;
  -webkit-animation-name: x-shimmer-short;
  animation-name: x-shimmer-short
  
}

#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 .-item-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}

#account-actions-mobile .-item-wrapper.-shimmer .-text {
  display: inline-block;
  color: #fff;
  background: rgb(255, 255, 255) -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-short;
  animation-name: x-shimmer-short;
}

  .x-footer{
    padding-bottom: 100px;
  }
  
}


@media screen and (min-width: 1024px) {

  #account-actions-mobile{
    display: none;
  }
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-image: linear-gradient(4deg, #0B3F03 0%, #010600 100%) !important;
  background-clip: padding-box;
  border-radius: .3rem;
  outline: 0;
}

.x-theme-switcher .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 350px;
  margin: auto;
}

.x-theme-switcher .nav-item {
  width: 50%;
  text-align: center;
}

.x-theme-switcher .nav-item .nav-link .-text {
  font-weight: 600;
  color: #f3f3f3;
}

.x-theme-switcher .nav-item .nav-link:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.animated-button1 {
  padding: 10px 29px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  text-decoration: none !important;
}

.animated-button1::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffd900;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button1:hover::before {
  opacity: 0.2;
  color: white;
}



.animated-button1 span {
  position: absolute;
}

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(gold));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), gold);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
  }
  100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
  }
}

.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(gold));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), gold);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
  }
  100% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
  }
}

.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(gold));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), gold);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
  }
  100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
  }
}

.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(gold));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), gold);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
  }
  100% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
  }
}


  
  .slick-slide:nth-of-child(n+1) {
  display: none !important;
  }
  
  .slick-initialized,
  .slick-slide:first-child {
  display: block !important;
  }

  .border-img{
    border-radius: 5px;
  }
  
  .padding_top2{
    padding-top: 1.5rem !important;
  }

  .padding_0{
    padding-right: 0px; 
    padding-left: 0px; 
  }



  .fake-center {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 50px;
    transition: -webkit-filter 0.2s;
    transition: filter 0.2s;
    transition: filter 0.2s, -webkit-filter 0.2s;
    overflow: hidden;
    /* background-image: linear-gradient(180deg, #3090f1 0%, #000000 100%) !important; */
    background-image: linear-gradient(180deg, #0B3F03 0%, #010600 100%);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.blank {
  flex-flow: row nowrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 10px;
}

.blank img {
  border-radius: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0.6;
}

.blank img:hover {
  border-radius: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 1;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
}

.trans-bg{
  background-color: #56565657  !important;
  color: white !important;
  font-weight: 700!important;
  border-radius: 10px !important;
  padding-right: 0px; 
  padding-left: 0px; 
  text-shadow: 1px 1px 1px #00000069;
}

.trans-bg-tran{
  background-color: #5656560e  !important;
  color: white !important;
  font-weight: 700!important;
  border-radius: 10px !important;
  padding-right: 0px; 
  padding-left: 0px; 
  text-shadow: 1px 1px 1px #00000069;
}

.trans-bg a{
  color: #1d9e09 !important;
}

.trans-bg p{
  letter-spacing: 0.3px !important;
  margin-top: 0;
  margin-bottom: 0rem;
}

.padding_1{
  padding-right: 5px; 
    padding-left: 5px; 
}

.margin_0{
  margin-right: 0px;
  margin-left: 0px;
}

@keyframes x-rotate-item {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* @keyframes x-rotate-item {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
} */












