@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Luxurious+Script&display=swap);
        body {
          margin: 0;
          line-height: 1.5;
          direction: ltr;
          font-family: 'Open Sans', 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: 20px;
          padding-left: 20px;
        }

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

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

        .dln-navrow,
        .dnl-siterow {
          display: flex;
          flex-direction: row-reverse;
          align-items: center;
          gap: 20px;
          justify-content: space-between;
        }

        .dnl-navrow-list,
        .dnl-contact,
        .dnl-sitelogo a {
          display: flex;
          flex-direction: row;
          align-items: center;
          gap: 13px;
        }

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

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

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

        .dnl-sitelogo a img {
          width: 50px;
          height: 50px;
          -o-object-fit: contain;
             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: 45px;
          display: flex;
          flex-direction: row;
          gap: 45px;
        }

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

        .top-ban-title h2 {
          padding-left: 150px;
          margin-top: 55px;
          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: #c0b9b9;
          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: #ACA22E;
          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: 100px;
          height: 100px;
          -o-object-fit: contain;
             object-fit: contain;
        }

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

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

          100% {
            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: 300px;
          -o-object-fit: contain;
             object-fit: contain;
          animation: slide-in-right 0.5s ease-out 0.7s both;
        }

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

          100% {
            transform: translateX(0);
            opacity: 1;
          }
        }

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

        .who-we-flexbox {
          display: flex;
          flex-direction: row;
          gap: 45px;
          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: 150px;
          height: 150px;
          -o-object-fit: contain;
             object-fit: contain;
        }

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

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

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

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

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

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

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

        .sp-title h2 {
          margin: 0;
          text-align: center;
          font-size: 40px;
          font-weight: 600;
          color: black;
        }

        .sp-title-imgleft,
        .sp-title-imgright {
          width: 99px;
          height: 99px;
          -o-object-fit: contain;
             object-fit: contain;
        }

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

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

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

        .sp-item-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-item:hover .sp-item-bg {
          opacity: 1;
        }

        .sp-item-img {
          transition: all 300ms ease;
          width: 99px;
          height: 99px;
          -o-object-fit: contain;
             object-fit: contain;
        }

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

        .sp-item-step {
          color: #ebebeb;
          font-size: 47px;
          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-item-txt {
          width: 45%;
          font-size: 16px;
          transition: all 300ms ease;
        }

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

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

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

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

        .all-game-list {
          border-radius: 4px;
          position: relative;
          top: -80px;
          padding: 45px;
          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: 10px;
          padding: 45px;
          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: 27px;
          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: 22px;
          justify-content: center;
          flex-wrap: wrap;
        }

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

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

        .sgl-gl-gamcard {
          width: 100%;
          display: flex;
          flex-direction: row-reverse;
          gap: 45px;
          padding: 20px 27px;
          border: 4px solid #f4f9f9;
        }

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

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

        .agl-gamcard-img {
          width: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          margin-bottom: 20px;
          height: 400px;
        }

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

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

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

        .agl-gamcard-txt {
          font-size: 12px;
          margin-bottom: 20px;
        }

        .sgl-gl-gamcard-title {
          font-size: 17px;
          margin-bottom: 22px;
        }

        .agl-gamcard-info {
          display: flex;
          flex-direction: row-reverse;
          gap: 22px;
          align-items: center;
        }

        .agl-gamcard-infoitem {
          display: flex;
          flex-direction: row;
          gap: 10px;
        }

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

        .agl-gamcard-infoitem p {
          font-size: 12px;
        }

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

        .agl-gamcard:hover .agl-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: 45px;
          padding-bottom: 45px;
          background-color: #c0b9b9;
        }

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

        .bf-halfblock {
          width: 55%;
          border-radius: 3px;
          background-color: #c0b9b9;
          padding: 27px 45px;
        }

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

        .bf-hb-stitle {
          font-size: 16px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: #000;
          margin: 0;
          margin-bottom: 15px;
          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: 22px;
          align-items: center;
          justify-content: center;
          margin: 0;
          margin-bottom: 23px;
        }

        .bf-hb-btitle h4 {
          font-size: 40px;
          font-weight: 600;
          margin: 0;
          color: #ACA22E;
          -webkit-text-stroke: 1px #000;
        }

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

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

        .input-btn-field__block::-moz-placeholder {
          color: #fff;
        }

        .input-btn-field__block::placeholder {
          color: #fff;
        }

        .input-btn-field__block:focus.input-btn-field__block::-moz-placeholder {
          -moz-transition: 0.3s;
          transition: 0.3s;
          opacity: 0;
        }

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

        .input-btn-field__block: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-btn-field__block {
          min-height: 45px;
          color: #fff;
          outline: none;
          transition: 0.35s;
          padding: 0px 9px;
          background-color: #ACA22E;
          border-radius: 3px;
          border: 4px solid #212121;
          box-shadow: 6px 6px 10px rgba(0, 0, 0, 1),
            1px 1px 10px rgba(255, 255, 255, 0.6);
        }

        .textarea-btn-field__block::-moz-placeholder {
          color: #fff;
        }

        .textarea-btn-field__block::placeholder {
          color: #fff;
        }

        .textarea-btn-field__block:focus.textarea-btn-field__block::-moz-placeholder {
          -moz-transition: 0.3s;
          transition: 0.3s;
          opacity: 0;
        }

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

        .textarea-btn-field__block: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: 13px;
        }

        .bf-hb-checkbox,
        .fbh-checkbox {
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          width: 30px;
          aspect-ratio: 1;
          border-radius: 3px;
          border: 4px solid black;
          position: relative;
          transition: all 0.2s 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.2s ease-in-out;
        }

        .bf-hb-checkbox:checked::before,
        .fbh-checkbox:checked::before {
          animation: zoom 0.5s 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: #ACA22E;
          padding: 27px;
          border-radius: 10px;
        }

        .contact-hb-phone {
          border: 4px solid #fff;
          padding: 20px;
          font-size: 21px;
          color: #fff;
          font-weight: 700;
          border-radius: 10px;
        }

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

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

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

        .run-txt p {
          direction: ltr;
          text-align: center;
          color: #000;
          font-size: 41px;
          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: #c0b9b9;
        }

        .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: 10px;
          justify-content: space-between;
        }

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

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

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

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

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

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

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

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

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

        @keyframes shake-disclm {

          0%,
          100% {
            transform: rotate(0deg);
            transform-origin: 50% 100%;
          }

          10% {
            transform: rotate(2deg);
          }

          20%,
          40%,
          60% {
            transform: rotate(-4deg);
          }

          30%,
          50%,
          70% {
            transform: rotate(4deg);
          }

          80% {
            transform: rotate(-2deg);
          }

          90% {
            transform: rotate(2deg);
          }
        }


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

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

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


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

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

        .our-story-title {
          font-size: 40px;
          font-weight: 600;
          text-transform: capitalize;
          text-align: center;
          margin: 0;
          margin-bottom: 45px;
        }

        .our-story-txt {
          font-size: 15px;
          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: 20px;
          color: #ACA22E;
          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: #ACA22E96;
        }

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

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

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

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

        .snglgm-pg-content img {
          border-radius: 3px;
          width: 40%;
          -o-object-fit: contain;
             object-fit: contain;
          margin: 20px;
          float: left;
        }

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

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

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

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

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

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

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

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

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

        .snglgm-pg-commacc img {
          width: 80px;
          height: 80px;
          overflow: hidden;
          -o-object-fit: cover;
             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: 50px;
        }

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

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

        .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: 4px solid #ACA22E;
          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;
          -o-object-fit: cover;
             object-fit: cover;
        }

        .ttu-contdata {
          width: 48%;
        }

        .ttu-contdata-title {
          color: #ACA22E;
          font-size: 40px;
          font-weight: 700;
          letter-spacing: 1px;
          -webkit-text-stroke: 1px #000;
        }

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

        .ttu-contdata-item {
          display: flex;
          gap: 20px;
          align-items: center;
          font-size: 16px;
          font-weight: 600;
          letter-spacing: 1px;
          padding: 22px 27px;
          border-bottom: 0px solid #000000;
        }

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

        .form-briht-bg {
          padding: 50px 0;
          overflow: hidden;
          background-color: #ACA22E96;
        }

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

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

        .fbh-formbody {
          display: flex;
          flex-direction: column;
          gap: 13px;
          padding: 45px 40px;
          position: relative;
          background-color: #c0b9b9;
          color: #fff;
        }

        .fbh-formtitle {
          margin: 0;
          margin-bottom: 45px;
          font-size: 24px;
          font-weight: 600;
          position: relative;
          display: flex;
          align-items: center;
          padding-left: 27px;
          color: #ACA22E;
          -webkit-text-stroke: 1px #000;
        }

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

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

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

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

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

        .fbh-formbody label .input:focus+span,
        .fbh-formbody label .input:valid+span {
          color: #000000;
          top: 0px;
          font-size: 14px;
          font-weight: 600;
        }

        .input {
          font-size: medium;
        }

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

        .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: 350px;
          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: #000000;
        }

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

        .start-play-flexbox {
          display: flex;
          flex-direction: column;
          gap: 45px;
        }

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

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

        .rare-cont-page {
          background: #c0b9b9;
        }

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


        @media (max-width: 1200px) {

          .container {
            max-width: 1140px;
          }

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

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

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

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

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

        }

        @media (max-width: 992px) {

          .ww-r-block {
            padding: 25px;
            gap: 50px;
          }

          .container {
            max-width: 960px;
          }

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

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

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

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

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

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

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

          .sp-item-img {
            width: 80px;
            height: 80px;
          }

          .sp-item {
            padding: 20px;
          }

          .sp-item-txt {
            font-size: 14px;
          }

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

          .agl-gamcard {
            width: 40%;
          }

          .agl-gamcard-info {
            flex-direction: column;
            gap: 10px;
          }

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

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

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

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

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

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

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

          .bf-hb-checking,
          .fbh-checking {
            font-size: 14px;
          }

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

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

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

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

          .runtxt-circle {
            width: 100px;
          }

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

          .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: 14px;
            padding: 10px;
          }

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

          .snglgm-pg-game iframe {
            height: 450px;
          }


        }

        @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-reverse;
          }

          .top-ban-title h2 {
            padding-left: 200px;
            font-size: 22px;
          }

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

          .container {
            max-width: 720px;
          }

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

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

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

          .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: 28px;
            position: static;
            text-align: center;
          }

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

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

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

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

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

          .sp-title h2 {
            font-size: 22px;
          }

          .sp-item-txt {
            font-size: 12px;
            width: 60%;
          }

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

          .agl-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: 400px;
          }

          .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: 22px
          }

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

          .rare-cont-page h1 {
            font-size: 22px;
          }

          .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: 15px;
          }

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

          .sgl-gl-gamcard-content {
            width: 100%;
            gap: 15px;
          }

          .ttu-contdata-item {
            padding: 10px !important;
            flex-direction: column !important;
          }

          .sgl-gl-gamcard-title {
            font-size: 14px;
            margin-bottom: 15px;
          }

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

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


          .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: 30px;
          }

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

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

          .bf-halfblock {
            padding: 15px;
          }

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

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

          .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: 300px;
          }

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

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

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

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

        .button-1 {
          color: #fff;
          border-radius: 5px;
          padding: 10px 15px;
          font-weight: 500;
          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: 5px;
          padding: 10px 15px;
          font-weight: 500;
          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: 5px;
          background-color: #eaf818;
          background-image: linear-gradient(315deg, #eaf818 0%, #f6fc9c 74%);
          box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5);
          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: 5px;
          padding: 10px 15px;
          font-weight: 500;
          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;
          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%);
          transform: scale(1);
        }

        .button-4 {
          position: relative;
          padding: 10px 22px;
          border-radius: 6px;
          border: none;
          color: #fff;
          cursor: pointer;
          background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
          transition: all 0.2s 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: 1px solid transparent;
          padding: 0.6em 1.2em;
          font-size: 12px;
          font-weight: 500;
          font-family: inherit;
          background-color: #1a1a1a;
          cursor: pointer;
          color: #ede5ff;
          transition: 0.2s;
        }

        .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);
        }

