@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

body{
    margin: 0;
    line-height: 1.5;
    direction: ltr;
    font-family: 'Zilla Slab', sans-serif !important;   
}

*, *::before, *::after {
  box-sizing: border-box;
}

p {
  padding: 5px 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
li {
  margin: 10px;
}

img {
  max-width: 100%;
}
.rcp-block li {
  list-style: circle !important;
}
.snglgm-pg-data li {
  list-style: circle !important;
}
.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}

.hd-backimg {
  background: url(picgallery/bg/bg-all-06908c8e11870c.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
  z-index: 0;
}

.hd-backcolor {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #5B69E7ba;
}

.doublline-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.dln-navrow, .dnl-siterow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
}
.border-top-menu{
  height: 2px; width: 100%; background-color: #fff;
}
.dnl-navrow-list, .dnl-contact, .dnl-sitelogo a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.dnl-navrow-item a, .dnl-contact a {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.dnl-navrow-item a:hover, .dnl-contact:hover a,.dnl-contact:hover svg, .dnl-sitelogo:hover a h3  {
  color: #1B262C;
}

.dnl-contact svg {
  width: 27px;
  height: 27px;
  color: #fff;
}

.dnl-sitelogo a img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.dnl-sitelogo a h3 {
  margin: 0;
  margin-bottom: 0;
  color: #fff;
  font-size:  24px;
  font-weight: 700;
}

.top-ban-block {
  padding-bottom: 230px;
  padding-top: 36px;
  display: flex;
  flex-direction: row;
  gap: 36px;
}

.top-ban-title {
  width: 60%;
}

.top-ban-title h2 {
  padding-left: 134px;
  margin-top: 52px;
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}

.top-ban-dec {
  width: 37%;
}

.tb-dec-circle {
  position: relative;
  margin: auto;
  background-color: #feffde;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

.runtxt-circle {
  position: absolute;
  z-index: 1;
  top: 12%;
  left: 12%;
  display: block;
  overflow: visible;
  width: 120px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  fill: #5B69E7;
  animation: runcircle 10s linear infinite;
}

@keyframes runcircle {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.runtxt-circle path {
  fill: none;
}

.tb-dec-circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 134px;
  height: 134px;
  object-fit: contain;
}

.hd-anim-bgimg {
  position: absolute;
  left: -10%;
  bottom: 0;
  z-index: -1;
  height: 70%;
  object-fit: contain;
  -webkit-animation: slide-in-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s both;
	        animation: slide-in-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s both;
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.hd-wavebg {
  position: absolute;
  z-index: -1;
  bottom: -10%;
  left: -0;
  width: 100%;
}

.hd-anim-mainimg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  max-width: 50%;
  max-height: 340px;
  object-fit: contain;
  -webkit-animation: slide-in-right 0.3s ease-out 0.8s both;
	        animation: slide-in-right 0.3s ease-out 0.8s both;
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.who-we-sectn {
  padding-top: 52px;
  padding-bottom: 52px;
}

.who-we-flexbox {
  display: flex;
  flex-direction: row;
  gap: 36px;
  position: relative;
  z-index: 0;
}

.ww-title-half {
  position: relative;
  width: 48%;
}

.ww-th-decimg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 158px;
  height: 158px;
  object-fit: contain;
}

.ww-title {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  font-size:  49px;
  font-weight: 700;
  color: #fff;
  -webkit-text-stroke: 1px #000;
  margin: 0;
}

.ww-th-bgimg {
  border-radius: 9px;
  position: relative;
  width: 85%;
  height: 375px;
  object-fit: cover;
  display: flex;
  margin-left: auto;
  margin-top: 36px;
  margin-bottom: 52px;
}

.ww-content-half {
  width: 48%;
  font-size: 17px;
  line-height: 1.5;
  margin: 0;
  padding:  18px;
}

.ww-r-block {
  border-radius: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
  gap: 60px;
  padding: 36px;
  background-color: #feffde;
}

.start-play-sectn {
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #feffde;
}

.ww-r-block img {
  width: 45%;
  height: 170px;
  object-fit: cover;
  border: 3px solid #fff;
}

.sp-titles {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
  justify-content: center;
}

.sp-titles h2 {
  margin: 0;
  text-align: center;
  font-size:  35px;
  font-weight:  400;
  color: black;
}

.sp-titles-imgleft, .sp-titles-imgright {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.sp-items {
  border-top: 2px solid #ebebeb;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 36px 20px 25px 20px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}

.sp-items:before {
  background-color:  #5B69E7;
  content: "";
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 300ms ease;
}

.sp-items:hover::before {
  opacity: 0.7;
}

.sp-items-bg {
  position: absolute;
  z-index: -2;
  transition: all 300ms ease;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sp-bg-step1 {
  opacity: 0;
  background-image: url(picgallery/bg/bg-all-16908c8e118745.jpg);
}

.sp-bg-step2 {
  opacity: 0;
  background-image: url(picgallery/bg/bg-all-26908c8e11877c.jpg);
}

.sp-bg-step3 {
  opacity: 0;
  background-image: url(picgallery/bg/bg-all-36908c8e1187af.jpg);
}

.sp-bg-step4 {
  opacity: 0;
  background-image: url(picgallery/bg/bg-all-46908c8e1187e2.jpg);
}

.sp-items:hover .sp-items-bg {
  opacity: 1;
}

.sp-items-img {
  transition: all 300ms ease;
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.sp-items:hover .sp-items-img {
  transform: scaleX(-1);
}

.sp-items-step {
  color: #ebebeb;
  font-size: 49px;
  font-weight: 700;
  letter-spacing: 2px;
  text-shadow: 
    0 1px 0 #ccc, 
    0 2px 0 #c9c9c9, 
    0 3px 0 #bbb, 
    0 4px 0 #b9b9b9, 
    0 5px 0 #aaa, 
    0 6px 1px rgba(0,0,0,.1), 
    0 0 5px rgba(0,0,0,.1), 
    0 1px 3px rgba(0,0,0,.3), 
    0 3px 5px rgba(0,0,0,.2), 
    0 5px 10px rgba(0,0,0,.25), 
    0 10px 10px rgba(0,0,0,.2), 
    0 20px 20px rgba(0,0,0,.15);
}

.sp-items-txt {
  width: 45%;
  font-size: 16px;
  transition: all 300ms ease;
}

.sp-items:hover .sp-items-txt {
  color: #fff;
}

.all-game-list-sect {
  padding-bottom: 36px;
}

.agl-bg-video {
  width: 100%;
  height:  340px;
}

.agl-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.all-game-list {
  border-radius: 3px;
  position: relative;
  top: -80px;
  padding: 36px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.single-gamlist {
  border-radius:  13px;
  padding: 36px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.agl-title, .sgl-gl-title {
  font-size:  32px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  margin-bottom: 27px;
}

.agl-catalog, .sgl-gl-catalog {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.sgl-gl-catalog {
  padding: 0 52px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

.asl-gamcard, .sgl-gl-gamcard {
  width: 26%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 0;
  border: 2px solid #9fd8df;
  padding: 12px 20px;
  background: #fff;
  transition: all 300ms ease;
  border-radius: 3px;
  overflow: hidden;
}

.sgl-gl-gamcard {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 36px;
  padding: 18px 27px;
  border:  3px solid #f4f9f9;
}

.asl-gamcard::before, .sgl-gl-gamcard::before {
  background-image: url(picgallery/bg/opacity_bg-06908c8e11889b.png);
  background-size: cover;
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 300ms ease;
}

.asl-gamcard::after, .sgl-gl-gamcard::after {
  background: #5B69E7;
  background-size: cover;
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 300ms ease;
}

.asl-gamcard:hover::after, .asl-gamcard:hover::before, .sgl-gl-gamcard:hover::before, .sgl-gl-gamcard:hover::after  {
  opacity: 1;
}

.asl-gamcard-img {
  width: 100%;
  height: 338px;
  object-fit: cover;
  margin-bottom: 18px;
}

.sgl-gl-gamcard-img {
  width: 170px;
  height: 170px;
  object-fit: contain;
  margin-right: 20px;
}

.asl-gamcard-title, .sgl-gl-gamcard-title {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 18px;
}

.sgl-gl-gamcard-title {
  font-size: 21px;
}

.asl-gamcard-txt {
  font-size: 17px;
  margin-bottom: 18px;
}

.sgl-gl-gamcard-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.asl-gamcard-info {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.asl-gamcard-infoitem {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.asl-gamcard-infoitem svg {
  width: 20px;
  height:  20px;
  object-fit: contain;
}

.asl-gamcard-infoitem p {
  font-size: 16px;
}

.sgl-gl-gamcard-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: calc(100% - 170px);
}

.asl-gamcard:hover .asl-gamcard-content, .sgl-gl-gamcard:hover .sgl-gl-gamcard-content {
  color: #fff !important;
}

.agl-btn {
  width: 40%;
}

.single-gamlist-bg, .sglgame-page-bg {
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #feffde;
}

.bf-cont-bg {
  background-image: url(picgallery/bg/bg-all-56908c8e118814.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bigform-contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 36px;
  padding-bottom: 36px;
}

.bf-halfblock {
  width: 55%;
  border-radius:  6px;
  background-color: #feffde;
  padding: 27px 36px;
}

.bf-hb-body {
  display: flex;
  flex-direction: column;
  gap:  12px;
}

.bf-hb-stitle {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  margin: 0;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}

.bf-hb-btitle {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-bottom: 30px;
}

.bf-hb-btitle h4 {
  font-size:  35px;
  font-weight: 400;
  margin: 0;
  color: #5B69E7;
  -webkit-text-stroke: 1px #000;
}

.bf-hb-btitle img {
  width: 134px;
  height: 134px;
}

.input-user__section_element {
  min-height: 45px;
  color: #fff;
  outline: none;
  transition: 0.35s;
  padding: 0px 6px;
  background-color: #5B69E7;
  border-radius: 6px;
  border: 3px solid #212121;
  box-shadow: 6px 6px 10px rgba(0,0,0,1),
  1px 1px 10px rgba(255, 255, 255, 0.6);
}

.input-user__section_element::placeholder {
  color: #fff;
}

.input-user__section_element:focus.input-user__section_element::placeholder {
  transition: 0.3s;
  opacity: 0;
}

.input-user__section_element:focus {
  transform: scale(1.05);
  box-shadow: 6px 6px 10px rgba(0,0,0,1),
  1px 1px 10px rgba(255, 255, 255, 0.6),
  inset 2px 2px 10px rgba(0,0,0,1),
  inset -1px -1px 5px rgba(255, 255, 255, 0.6);
}





.textarea-user__section_element {
  min-height: 45px;
  color: #fff;
  outline: none;
  transition: 0.35s;
  padding: 0px 6px;
  background-color: #5B69E7;
  border-radius: 6px;
  border: 3px solid #212121;
  box-shadow: 6px 6px 10px rgba(0,0,0,1),
  1px 1px 10px rgba(255, 255, 255, 0.6);
}

.textarea-user__section_element::placeholder {
  color: #fff;
}

.textarea-user__section_element:focus.textarea-user__section_element::placeholder {
  transition: 0.3s;
  opacity: 0;
}

.textarea-user__section_element:focus {
  transform: scale(1.05);
  box-shadow: 6px 6px 10px rgba(0,0,0,1),
  1px 1px 10px rgba(255, 255, 255, 0.6),
  inset 2px 2px 10px rgba(0,0,0,1),
  inset -1px -1px 5px rgba(255, 255, 255, 0.6);
}

.bf-hb-checking, .fbh-checking {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bf-hb-checkbox, .fbh-checkbox {
  appearance: none;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 6px;
  border: 3px solid black;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.bf-hb-checkbox::before, .fbh-checkbox::before {
  position: absolute;
  bottom: -4px;
  left: 1px;
  content: "✔";
  font-size: 40px;
  color: rgb(255, 153, 0);
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}

.bf-hb-checkbox:checked::before, .fbh-checkbox:checked::before {
  animation: zoom 0.3s ease-in-out;
  transform: scale(1);
}

@keyframes zoom {
  0% {
    transform: scale(0);
  }

  20% {
    transform: scale(1.5);
  }

  40% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(1);
  }

  70% {
    transform: scale(1.2);
  }

  90% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

.bf-hb-btn, .fbh-btn {
  margin: auto;
}

.contact-halfblock {
  position: relative;
  width: 40%;
}

.contact-hb-wrapper {
  position: absolute;
  top: 50%;
  right: -2%;
  transform: translateY(-50%);
  background-color: #5B69E7;
  padding: 27px;
  border-radius: 13px;
}

.contact-hb-phone {
  border: 3px solid #fff;
  padding: 18px;
  font-size: 21px;
  color: #fff;
  font-weight: 700;
  border-radius: 13px;
}

.contact-hb-phone svg {
  width: 50px;
  height: 50px;
  fill: #fff;
}

.run-cont-img {
  display: none;
}

.run-txt {
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #feffde;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.run-txt p {
  direction: ltr;
  text-align: center;
  color: #000;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  animation: text 30s infinite linear;
  padding-left: 100%;
  white-space: nowrap;
  text-shadow: 
    0 1px 0 #ccc, 
    0 2px 0 #c9c9c9, 
    0 3px 0 #bbb, 
    0 4px 0 #b9b9b9, 
    0 5px 0 #aaa, 
    0 6px 1px rgba(0,0,0,.1), 
    0 0 5px rgba(0,0,0,.1), 
    0 1px 3px rgba(0,0,0,.3), 
    0 3px 5px rgba(0,0,0,.2), 
    0 5px 10px rgba(0,0,0,.25), 
    0 10px 10px rgba(0,0,0,.2), 
    0 20px 20px rgba(0,0,0,.15);
}

@keyframes text {
  0%{
    transform: translate(-90%, 0);
  }
  
  100%{
    transform: translate(-199%, 0);
  }
}

.end-sectn-colorbg, .our-story-bg {
  background-color: #feffde;
}

.end-sectn-pattern, .our-story-bgopas {
  background-image: url(picgallery/bg/opacity_bg-06908c8e11889b.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 36px;
  padding-bottom: 27px;
}

.end-sectn-flexbox {
  display: flex;
  flex-direction: column;
  gap: 17px;
  justify-content: space-between;
}

.es-main-col, .es-nav-col {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: space-between;
}

.es-main-logo a {
  display: flex;
  flex-direction: row;
  gap:  12px;
  align-items: center;
  margin-bottom: 18px;
}

.es-main-logo a img {
  width: 91px;
  height: 91px;
  object-fit: contain;
}

.es-main-logo a h3 {
  font-size: 23px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  -webkit-text-stroke: 1px #000;
}

.es-main-data {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: 17px;
}

.es-main-data button {
  margin: auto;
}

.es-main-data img {
  width: 91px;
  height: 91px;
}

.es-nav-col a {
  font-size: 18px;
}

.es-nav-col a:hover {
  font-weight: 700;
  text-decoration: underline;
}

.es-disclm-col {
  -webkit-animation: shake-disclm 7s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite alternate backwards;
	animation: shake-disclm 7s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite alternate backwards;
  border-radius: 12px;
  width: 80%;
  display: flex;
  margin: auto;
  margin-bottom: 50px;
  height: fit-content;
  padding: 18px;
  background-color: #5B69E7;
}

@-webkit-keyframes shake-disclm {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
@keyframes shake-disclm {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}


.es-disclm {
  border-radius: 13px;
  border: 3px solid #fff;
  padding: 12px;
  color: #fff;
}

.es-disclm h4 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
  margin-bottom: 18px;
}

.es-disclm p {
  font-size: 20px;
  text-align: center;
}


.our-story-flxbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px;
}

.our-story-content {
  width: 48%;
  padding: 18px;
}

.our-story-title {
  font-size: 35px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  margin-bottom:  36px;
}

.our-story-txt {
  font-size: 14px;
  line-height: 1.7;
}

.our-story-txt:first-of-type:first-letter {
  initial-letter: 4.1 3;
  -webkit-initial-letter: 4.1 3;
  font-weight: bold;
  margin-right: 18px;
  color: #5B69E7;
  text-shadow: 4px 5px rgb(61, 59, 61);
}

.our-story-gallery {
  width: 48%;
  height: 450px;
  position: relative;
  z-index: 0;
}

.osg-bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #5B69E796;
}

.osg-bigimg {
  width: 75%;
  height: 338px;
  position: absolute;
  top: 30%;
  left: 10%;
}

.osg-smlimg {
  width: 25%;
  height: 263px;
  border: 3px solid #fff;
  position: absolute;
  bottom: 0;
  right: 10%;
}

.osg-bigimg img, .osg-smlimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.snglgame-page-bg, .talk-to-us-bg {
  padding-top: 52px;
  padding-bottom: 52px;
  background-color:  #00000005;
}

.snglgm-pg-content img {
  border-radius: 6px;
  width: 40%;
  object-fit: contain;
  margin:  18px;
  float: right;
}

.snglgm-pg-title, .snglgm-pg-game h3 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  margin-bottom: 27px;
  color: #5B69E7;
  -webkit-text-stroke: 1px #000;
}

.snglgm-pg-txt {
  font-size: 14px;
  line-height: 1.5;
}

.snglgm-pg-data {
  display: flex;
  flex-direction: row;
  gap:  27px;
}

.snglgm-pg-comm h2 {
  font-size: 23px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 27px;
}

.snglgm-pg-clist {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: center;
  justify-content: center;
}

.snglgm-pg-commitem {
  width: 48%;
  position: relative;
  margin-top:  20px;
  padding: 67px 50px 39px 47px;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 16px;
}

.snglgm-pg-commitem::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 17px);
  border: 3px solid #5B69E7;
  content: "";
  z-index: -1;
}

.snglgm-pg-commitem::after {
  border: 3px
  solid #5B69E7;
  content: "";
  height: 100%;
  left: 15px;
  position: absolute;
  top: 13px;
  width: calc(100% - 15px);
  z-index: -1;
}

.snglgm-pg-commacc {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
}

.snglgm-pg-commacc img {
  width: 91px;
  height: 91px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 50%;
}

.comm-qt {
  position: absolute;
  top: -18px;
  left: 45px;
  width: 92px;
  height: 66px;

}

.snglgame-page-block {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.talk-to-us {
  display: flex;
  flex-direction: column;
  gap:  36px;
}

.talk-to-us-continfo {
  display: flex;
  flex-direction: row;
  gap:  36px;
}

.ttu-contdec {
  display: none;
  width: 48%;
  position: relative;
}

.ttu-contdec-arc {
  margin-left: 25%;
  border-radius: 0 250px 0 0;
  width: 55%;
  height: 100%;
  background-color: inherit;
  border: 3px solid #5B69E7;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.ttu-contdec img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 70%;
  border-radius: 0 250px 0 0;
  object-fit: cover;
}

.ttu-contdata {
  width: 48%;
}

.ttu-contdata-title {
  color: #5B69E7;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0px;
  -webkit-text-stroke: 1px #000;
}

.ttu-contdata-list {
  display: flex;
  flex-direction: column;
  gap:  20px;
}

.ttu-contdata-item {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 18px;  
  font-weight: 400;
  letter-spacing: 0px;
  padding: 20px 27px;
  border-bottom: 2px solid #1B262C;
}

.ttu-contdata-item svg {
  width: 50px;
  height: 50px;
  color: #1B262C;
}

.form-briht-bg {
  padding: 48px 0;
  overflow: hidden;
  background-color: #5B69E796;
}

.form-briht-flx {
  display: flex;
  flex-direction: row;
  gap: 36px;
}

.form-briht-half {
  width: 60%;
}

.fbh-formbody {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 36px 40px;
  position: relative;
  background-color: #feffde;
  color: #fff;
}

.fbh-formtitle {
  margin: 0;
  margin-bottom: 36px;
  font-size: 23px;
  font-weight:  400;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 27px;
  color: #5B69E7;
  -webkit-text-stroke: 1px #000;
}

.fbh-formbody label {
  position: relative;
  width: 100%;
  margin: auto;
}

.fbh-formbody label .input {
  margin: auto;
  background-color: #ebebeb;
  color: #5B69E7;
  width: 100%;
  padding: 20px 05px 05px 10px;
  outline: 0;
  border: 2px solid rgba(105, 105, 105, 0.397);
  border-radius: 6px;
}

.fbh-formbody label .input + span {
  color: #5B69E7;
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 17px;
  cursor: text;
  transition: 0.3s ease;
}

.fbh-formbody label .input:placeholder-shown + span {
  top: 12.5px;
  font-size: 13px;
}

.fbh-formbody label .input:focus + span,
.fbh-formbody label .input:valid + span {
  color: #1B262C;
  top: 0px;
  font-size: 13px;
  font-weight: 400;
}

.input {
  font-size: medium;
}

.fbh-checking label {
  font-size: 16px;
  color: #1B262C;
}

.form-briht-dec {
  width: 39%;
  position: relative;
  top: 5%;
  z-index: 0;
}

.form-briht-half {
  position: relative;
  z-index: 10;
}

.form-briht-decbg {
  width: 350px;
  height:  340px;
  border-radius: 50%;
  box-shadow: rgba(243, 239, 242, 0.4) 5px 5px, rgba(198, 190, 195, 0.3) 10px 10px, rgba(210, 196, 205, 0.2) 15px 15px;  
  background-color: #1B262C;
}

.form-briht-dec img {
  position: absolute;
  bottom: 27px;
  left: 5%;
  height: 375px;
}

.start-play-flexbox {
  display: flex;
  flex-direction: row;
  gap: 36px;
}

.talk-to-us-page {
  display: flex;
  flex-direction: column;
}

.ttu-contdata-item div {
  width: calc(100% - 50px);
}

.rare-cont-page {
  padding: 36px 0px;
  background: #feffde;
}

.add-samcolor {
  background-color: #feffde;
}


@media (max-width: 1200px) {

  .container {
    max-width: 1140px;
  }

  .top-ban-title {
    width: 70%;
}

.hd-anim-mainimg {
  max-height: 263px;
}

.hd-anim-bgimg {
  left: -10%;
  height: 55%;
}

.top-ban-title h2 {
  padding-left: 100px;
  font-size: 21px;
}

.ttu-contdata-item {
  font-size: 13px;
}

}

@media (max-width: 992px) {

  .ww-r-block {
    padding: 21px;
    gap: 48px;
  }
 
  .container {
    max-width: 960px;
  }

  .dnl-contact {
    white-space: nowrap;
  }

  .dnl-navrow-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }

  .top-ban-title h2 {
    padding-left: 100px;
    margin-top: 22px;
  }

  .top-ban-block {
    padding-bottom: 150px;
  }

  .run-txt p {
    font-size: 25px;
  }

  .ww-title {
    font-size: 21px;
  }

  .sp-titles-imgleft, .sp-titles-imgright {
    width: 60px;
    height:  60px;
  }

  .sp-items-img {
    width: 84px;
    height: 84px;
  }

  .sp-items {
    padding: 20px;
  }

  .sp-items-txt {
    font-size: 13px;
  }

  .all-game-list {
    top: -50px;
  }

  .all-game-list {
    padding: 30px 10px;
  }

  .asl-gamcard {
    width: 40%;
  }

  .asl-gamcard-info {
    flex-direction: column;
    gap: 12px;
  }

  .agl-btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .bf-hb-btitle h4 {
    font-size: 21px;
  }

  .contact-hb-phone {
    font-size: 16px;
  }

  .contact-hb-wrapper {
    padding: 20px;
  }

  .contact-hb-phone svg {
    width: 32px;
    height: 32px;
  }

  .bf-halfblock {
    padding: 20px 30px;
  }

  .bf-hb-checkbox, .fbh-checkbox {
    width: 20px;
  }

  .bf-hb-checking, .fbh-checking {
    font-size: 13px;
  }
.ttu-contdata-list {
  flex-direction: column !important;
}

.es-nav-col a {
  font-size: 13px;
}

.tb-dec-circle img {
  width: 84px;
  height: 84px;
}

.tb-dec-circle {
  width: 130px;
  height: 130px;
}

.runtxt-circle {
  width: 100px;
}

.top-ban-block {
  gap: 18px;
}

.top-ban-dec {
  width: 30%;
}

.hd-anim-bgimg {
  left: -15%;
  height: 50%;
}

.top-ban-title h2 {
  padding-left: 130px;
  font-size: 20px;
  font-weight: 400;
}

.ww-content-half {
  font-size: 13px;
  padding: 10px;
}

.bf-hb-checkbox::before, .fbh-checkbox::before {
  font-size: 20px;
}

.snglgm-pg-game iframe {
  height: 100vh;
  width: 100%;
}


}

@media(max-width: 767px)  {
  .sgl-gl-gamcard {
    flex-direction: column;
  }

  .end-sectn-flexbox {
    flex-direction: row;
    justify-content: space-between;
  }

  .es-main-col, .es-nav-col {
    flex-direction: column;
  }

  .es-main-col {
    width: 60%;
  }

  .es-main-logo a img {
    width: 60px;
    height:  60px;
  }

  .es-nav-col {
    width: 39%;
    align-items: center;
    justify-content: center;
  }

  .snglgame-page-block {
    flex-direction: column;
  }

  .top-ban-title h2 {
    padding-left: 200px;
    font-size: 21px;
  }
  
  .hd-anim-bgimg {
    left: -20%;
    height: 55%;
  }

  .container {
    max-width: 720px;
  }

  .top-ban-title h2 {
    padding-left: 70px;
    font-size: 18px;
  }

  .dnl-sitelogo a h3 {
    font-size: 16px;
  }

  .dnl-navrow-list, .dnl-contact, .dnl-sitelogo a {
    gap: 6px;
  }

  .run-txt p {
    font-size: 20px;
}

.who-we-flexbox {
  flex-direction: column !important;
  gap: 20px;
}

.ww-title-half, .ww-content-half {
  width: 100%;
}

.ww-content-half {
  padding: 0;
}

.ww-title {
  font-size: 23px;
  position: static;
  text-align: center;
}

.ww-th-bgimg {
  margin: 20px 0 0 !important;
  width: 100%;
  height:  263px;
}

.ww-r-block {
  display: none !important;
}

.ww-th-decimg {
  display: none;
}

.hd-anim-mainimg {
  max-height: 170px;
}

.start-play-flexbox {
  flex-direction: column !important;
}

.sp-titles h2 {
  font-size: 21px;
}

.sp-items-txt {
  font-size: 13px;
  width: 60%;
}

.agl-bg-video {
  height: 338px;
}

.asl-gamcard {
  width: 100%;
}

.contact-halfblock {
  display: none;
}

.bf-halfblock {
  width: 100%;
}

.es-main-data {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.es-main-logo a {
  justify-content: center;
}

.our-story-flxbox {
  flex-direction: column-reverse;
}

.our-story-gallery, .our-story-content {
  width: 100%;
}

.snglgm-pg-data {
  flex-direction: column;
}

.snglgm-pg-clist {
  flex-direction: column !important;
}

.snglgm-pg-commitem {
  width: 80% !important;
}

.snglgm-pg-game iframe {
  height: 100vh;
}

.ttu-contdec {
  display: none !important;
}

.ttu-contdata {
  width: 100%;
}

.form-briht-half {
  width: 70%;
}

.form-briht-dec {
  width: 29%;
}

.ttu-contdata-list {
  flex-direction: column !important;
}

.ttu-contdata-item {
  width: 100% !important;
  border-bottom: 2px solid #230338 !important;
}

}

@media(max-width: 576px) {

  .end-sectn-flexbox {
    flex-direction: column;
  }

  .es-main-col, .es-nav-col {
    width: 100%;
  }

  .es-main-logo a h3 {
    font-size: 21px;
  }

  .dnl-navrow-item a, .dnl-contact a {
    font-size: 13px;
  }

  .rare-cont-page h1 {
    font-size: 21px;
  }
  .form-briht-dec {
    display: none;
  }


.form-briht-half {
  width: 100%;
}

.fbh-formbody {
  padding: 20px;
}

  .snglgm-pg-content img {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .sgl-gl-gamcard {
    flex-direction: column;
    gap: 18px;
  }

  .sgl-gl-gamcard-img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .sgl-gl-gamcard-content {
    width: 100%;
    gap: 18px;
  }
.ttu-contdata-item {
  padding: 10px !important;
  flex-direction: column !important;
}
  .sgl-gl-gamcard-title {
    font-size: 13px;
    margin-bottom: 18px;
}

.sgl-gl-catalog {
  padding: 0;
}

.sgl-gl-gamcard-txt {
  font-size: 13px;
}


 .container {
    max-width: 540px;
  }

  .dnl-contact {
    display: none;
  }

  .dnl-siterow {
    justify-content: center;
  }

  .top-ban-block {
    flex-direction: column;
  }

  .top-ban-title, .top-ban-dec {
    width: 100%;
  }

.hd-anim-bgimg {
  left: -20%;
  bottom: -10%;
  height: 45%;
}

.top-ban-block {
  padding-bottom: 120px;
  padding-top: 27px;
}

.top-ban-title h2 {
  padding: 0;
  margin: 0;
}

.sp-items-img {
  display: none;
}

.bf-halfblock {
  padding: 15px;
}

.bf-hb-btitle img {
  width: 50px;
  height: 50px;
}

.bf-hb-btitle h4 {
  font-size: 16px;
}

.bf-hb-checkbox::before, .fbh-checkbox::before {
  font-size: 20px;
}

.es-main-data {
  flex-direction: column;
}

.snglgm-pg-commitem {
  width: 100% !important;
}

.snglgm-pg-commacc {
  flex-direction: column;
}

.snglgm-pg-game iframe {
  height: 100vh;
}

.fbh-checking label {
  font-size: 13px;
}

.fbh-formtitle {
  font-size: 21px;
  padding: 0;
}

.fbh-formbody label .input {
  width: 100%;
}

.rare-cont-page {
  overflow: hidden;
}
}

.button-1 {
	color: #fff;
	border-radius: 3px;
	padding: 10px 18px;
	font-weight: 400;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	 box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	 7px 7px 20px 0px rgba(0,0,0,.1),
	 4px 4px 5px 0px rgba(0,0,0,.1);
	outline: none;
	border: none;
	background: rgb(255,27,0);
  	background: linear-gradient(0deg, rgba(255,27,0,1) 0%, rgba(251,75,2,1) 100%);
  }

  .button-1:hover {
	color: #f0094a;
	background: #fff;
	 box-shadow:none;
  }
  .button-1:before,
  .button-1:after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	height:2px;
	width:0;
	background: #f0094a;
	box-shadow:
	 -1px -1px 5px 0px #fff,
	 7px 7px 20px 0px #0003,
	 4px 4px 5px 0px #0002;
	transition:400ms ease all;
  }
  .button-1:after{
	right:inherit;
	top:inherit;
	left:0;
	bottom:0;
  }
  .button-1:hover:before,
  .button-1:hover:after{
	width:100%;
	transition:800ms ease all;
  }

  .button-2 {
	color: #fff;
	border-radius: 3px;
	padding: 10px 18px;
	font-weight: 400;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	 box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	 7px 7px 20px 0px rgba(0,0,0,.1),
	 4px 4px 5px 0px rgba(0,0,0,.1);
	outline: none;
	background: rgb(255,151,0);
	border: none;
	z-index: 1;
  }

  .button-2:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 3px;
	background-color: #eaf818;
	background-image: linear-gradient(315deg, #eaf818 0%, #f6fc9c 74%);
	 box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5);
	 7px 7px 20px 0px rgba(0,0,0,.1),
	 4px 4px 5px 0px rgba(0,0,0,.1);
	transition: all 0.3s ease;
  }
  .button-2:hover {
	color: #000;
  }
  .button-2:hover:after {
	top: auto;
	bottom: 0;
	height: 100%;
  }
  .button-2:active {
	top: 2px;
  }

  .button-3 {
	color: #fff;
	border-radius: 3px;
	padding: 10px 18px;
	font-weight: 400;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	 box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	 7px 7px 20px 0px rgba(0,0,0,.1),
	 4px 4px 5px 0px rgba(0,0,0,.1);
	outline: none;
	border: none;
	z-index: 1;
	background: rgb(22,9,240);
  	background: linear-gradient(0deg, rgba(22,9,240,1) 0%, rgba(49,110,244,1) 100%);
	overflow: hidden;
  }
  .button-3:after {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
	-webkit-transform: scale(.1);
	transform: scale(.1);
  }
  .button-3:hover {
	color: #fff;
	border: none;
	background: transparent;
  }
  .button-3:hover:after {
	background: rgb(0,3,255);
  background: linear-gradient(0deg, rgba(2,126,251,1) 0%,  rgba(0,3,255,1)100%);
	-webkit-transform: scale(1);
	transform: scale(1);
  }

  .button-4 {
	position: relative;
	padding: 10px 21px;
	border-radius: 6px;
	border: none;
	color: #fff;
	cursor: pointer;
	background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
	transition: all 0.3s ease;
  }
  
  .button-4:active {
	transform: scale(0.96);
  }
  
  .button-4:before,
  .button-4:after {
	position: absolute;
	content: "";
	width: 150%;
	left: 50%;
	height: 100%;
	transform: translateX(-50%);
	background-repeat: no-repeat;
  }
  
  .button-4:hover:before {
	top: -70%;
	background-image: radial-gradient(circle, #a89215 20%, transparent 20%),
	  radial-gradient(circle, transparent 20%, #13a5be 20%, transparent 30%),
	  radial-gradient(circle, #a3b82d 20%, transparent 20%),
	  radial-gradient(circle, #590cbe 20%, transparent 20%),
	  radial-gradient(circle, transparent 10%, #bd1717 15%, transparent 20%),
	  radial-gradient(circle, #2a7ce8 20%, transparent 20%),
	  radial-gradient(circle, #30e82a 20%, transparent 20%),
	  radial-gradient(circle, #e92c75 20%, transparent 20%),
	  radial-gradient(circle, #914fe7 20%, transparent 20%);
	background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
	  10% 10%, 18% 18%;
	background-position: 50% 120%;
	animation: greentopBubbles 0.6s ease;
  }
  
  @keyframes greentopBubbles {
	0% {
	  background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
		40% 90%, 55% 90%, 70% 90%;
	}
  
	50% {
	  background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
		50% 50%, 65% 20%, 90% 30%;
	}
  
	100% {
	  background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
		50% 40%, 65% 10%, 90% 20%;
	  background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
	}
  }
  
  .button-4:hover::after {
	bottom: -70%;
	background-image: radial-gradient(circle, #ff93db 20%, transparent 20%),
	  radial-gradient(circle, #2ae8df 20%, transparent 20%),
	  radial-gradient(circle, transparent 10%, #71ffbd 15%, transparent 20%),
	  radial-gradient(circle, #2a9ce8 20%, transparent 20%),
	  radial-gradient(circle, #7814fc 20%, transparent 20%),
	  radial-gradient(circle, #73e4f8 20%, transparent 20%),
	  radial-gradient(circle, #f8d3a9 20%, transparent 20%);
	background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
	background-position: 50% 0%;
	animation: greenbottomBubbles 0.6s ease;
  }
  
  @keyframes greenbottomBubbles {
	0% {
	  background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
		70% -10%, 70% 0%;
	}
  
	50% {
	  background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
		105% 0%;
	}
  
	100% {
	  background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
		110% 10%;
	  background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
	}
  }
  

  .button-5 {
	border-radius: 8px;
	border: 2px solid transparent;
	padding: 0.6em 1.2em;
	font-size: 17px;
	font-weight: 400;
	font-family: inherit;
	background-color: #1a1a1a;
	cursor: pointer;
	color: #ede5ff;
	transition: 0.3s;
  }
  
  .button-5:hover {
	box-shadow: 0px 0px 17px -4px #976cff;
	border-color: #976cff;
	color: #f7f5ff;
	background-color: #2e2546;
  }
  
  .button-5:active {
	box-shadow: 0px 0px 17px -7px #976cff;
	border-color: #976cff;
	transform: scale(0.95);
  }
  
.footer-logos {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;

  a img {
    max-height: 50px;
    width: 100%;
    display: block;
    max-width: none;
    transition: 0.3s linear;
    
    &:hover,
    &:hover{
      transform: scale(0.96);
      opacity: 0.8;
    }
  }
}

.snglgm-pg-game iframe{
  width: 100%;
  height: 100vh;
}