.elementor-31 .elementor-element.elementor-element-9504042{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-31 .elementor-element.elementor-element-c740687 img{width:21%;}.elementor-31 .elementor-element.elementor-element-c2dfaf0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--flex-wrap:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-31 .elementor-element.elementor-element-c2dfaf0{--gap:15px 15px;--row-gap:15px;--column-gap:15px;}}@media(min-width:768px){.elementor-31 .elementor-element.elementor-element-9504042{--content-width:1300px;}.elementor-31 .elementor-element.elementor-element-c2dfaf0{--content-width:1300px;}}@media(max-width:767px){.elementor-31 .elementor-element.elementor-element-c740687 img{width:80%;}}/* Start custom CSS for html, class: .elementor-element-a3868e0 */.playbtn {
  position: relative;
  display: inline-block;
  padding: 15px 15px;
  margin: 0px 0px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
  font-weight: 600;
  letter-spacing: 2px;
  overflow: hidden;
  background: #4E4E4E;
}
.playbtn:hover {
  background: #fec131;
  color: #fcd62d;
 
  -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}

.playbtn span {
  position: absolute;
  display: block;
}

.playbtn span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, transparent, #fcd62d);
  animation: animate1 1s linear infinite;
}

@keyframes animate1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

.playbtn span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #fcd62d);
  animation: animate2 1s linear infinite;
  animation-delay: 0.25s;
}

@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

.playbtn span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(270deg, transparent, #fcd62d);
  animation: animate3 1s linear infinite;
  animation-delay: 0.5s;
}

@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

.playbtn span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #fcd62d);
  animation: animate4 1s linear infinite;
  animation-delay: 0.75s;
}

@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}


.playbtn.gamer {
  background: #0a0a0a;
  color: white;
  border: 2px solid #111;
  font-family: Orbitron, sans-serif;
  letter-spacing: 2px;
}

.playbtn.gamer span {
  background: linear-gradient(90deg,
    red, yellow, lime, cyan, blue, magenta, red);
  filter: blur(2px);
}

.playbtn.gamer:hover {
  color: #fcd62d;
  box-shadow: 0 0 12px #fcd62d, 0 0 32px #fcd62d;
}/* End custom CSS */