@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap');

html {
  scroll-behavior: smooth;
}


body{
  direction: ltr;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 17px;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  background: #382933;
  color: var(--white);
  box-shadow: var(--box-shadow);

}

* {
  box-sizing: border-box;
}

body >div{
    direction: initial;
}

a {
    text-decoration: none;
}


.list {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding-inline-start: 0;
}

img {
    display: block;
}

.link {
    text-decoration: none;
}

.link:hover,
.link:focus {
    cursor: pointer;
}

.container-g19 {
  padding-left: 13px;
  padding-right: 13px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px !important;
}

@media screen and (min-width: 576px) and (max-width: 1200px) {
  .container-g19 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.flex {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 576px) {
  .flex {
    flex-direction: row;
  }
}

.column {
  flex-direction: column-reverse;
}

:root {
  --white: #f6f2ee;
  --dark: #382933;
  --box-shadow: inset +7px 0px 40px -5px rgb(214 3 228), inset -7px 0px 40px -5px rgb(11 237 193);
  --box-shadow-out: +7px 0px 40px -5px rgb(214 3 228), -7px 0px 40px -5px rgb(11 237 193);
  --clr-card: #1f2937;
  --clr-1: #6420aa;
  --clr-2: #ff3ea5;
  --clr-3: #ff7ed4;
}

.title-g19 {
  font-family: 'Corinthia', sans-serif;
  font-size: 21px;
  font-weight: 800;
  color: var(--white);
  text-transform: capitalize;
  word-break: break-word;
  display: inline-flex;
  gap: 22px;
  align-items: center;  
  z-index: 1;
  position: relative;
  margin-bottom: 30px;
  background: linear-gradient(90deg, #00ffff, #ff00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 7px;
}

@media screen and (min-width: 576px) {
  .title-g19 {
    font-size: 28px;
  }
}

@media screen and (min-width: 991px) {
  .title-g19 {
    font-size: 34px;
  }
}

.cut {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

header {
  margin-top: 22px;
}

.logo-g19 img {
  max-height: 86px;
}

.menu-g19 {
  align-items: start;
  gap: 22px;
  justify-content: space-around;
}

.group-1,
.group-2 {
  align-items: center;
  justify-content: center;
}

.nav-g19__item {
  position: relative;
  display: inline-block;
}

.nav-g19__item a {
  display: inline-block;
  transition: all 0.5s ease-in;
  background: linear-gradient(90deg, #00ffff, #ff00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 7px 13px;
}

.nav-g19__item:hover a,
.nav-g19__item:focus a {
  box-shadow: var(--box-shadow), var(--box-shadow-out);
}

@media screen and (max-width: 575px) {
  .menu-g19 {
    align-items: center;
  }
}


.hero-g19 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero-g19 {
    flex-direction: column;
  }
}

.hero-g19-visual-part {
  flex: 50%;
  background-image: linear-gradient(to right, var(--dark), transparent 20%, transparent 80%, var(--dark)), url(picgallery/bg-assets/bg-light-068a33bcf32c3c.jpg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: var(--box-shadow), var(--box-shadow-out);
  border-radius: 0%;
}

.hero-g19-text-part {
  flex: 50%;
}
.footer-linkImg {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
}

.footer-linkImg a img {
  max-height: 50px;
  width: auto;
  display: block;
  box-sizing: content-box;
}
@media (max-width: 575px){
  .footer-linkImg a img{
        max-height: 30px;
  }}

.hero-g19-content {
  padding: 39px 28px;
}
.game-frame-g19-wrap{
    width: 100%;
        position: relative;
    z-index: 2;
    height: 100vh;
}
@media screen and (min-width: 1200px) {
  .hero-g19-content {
    max-width: 600px;
    flex-direction: row-reverse;
  }
}

.hero-g19-content .flex {
  gap: 40px;
}

.site-name {
  line-height: 1;
  font-size: 36px;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .site-name {
    font-size: 69px;
  }
  .hero-g19-content h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .hero-g19-content h1 {
    font-size: 28px;
  }
}

.hero-g19-decor {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 73%;
  max-width: 498px;
  z-index: 1;
}

.hero-g19-decor img {
    width: 100%;
    opacity: 32%;
    -webkit-animation: rotate-center 20s linear both;
    animation: rotate-center 20s linear both infinite;
 }

 @-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


.steps-g19 {
  padding: 148px 0;
  background-image: linear-gradient(+17deg, transparent 40%, #7514f58a, transparent 60%);
}

@media screen and (min-width: 768px) {
  .steps-g19 .title-g19.mob{
    display: none;
  }
  .steps-g19__list {
    gap: 50px;
  }  
}

@media screen and (min-width: 991px) {
  .steps-g19__list {
    width: 88%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .steps-1 .title-g19 {
    display: none;
  }
  .steps-g19__list {
    flex-direction: column-reverse;
    gap: 30px;
  }
}

.steps-3, .steps-1 {
  justify-content: space-between;
  gap: 30px;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .steps-3, .steps-1 {
    flex-direction: column;
  }
}

.step-g19__item {
  gap: 16px;
  align-items: center;
}

.step-g19__item h3 {
  font-size: 69px;
  font-weight: 800;
  line-height: 1;
  background: #9A16FF;
  background: linear-gradient(30deg, #7001c5 0%, #e135f2 25%, #7BDCFF 50%, #0cf4d0 75%, #2f1ecc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.videolightbox {
  position: relative;
  height: 541px;
}

.videolightbox-popup {
  overflow: hidden;
  box-shadow: var(--box-shadow), var(--box-shadow-out);
  height: 100%;
  border-radius: 0%;
}

.videolightbox video {
  position: relative;
  z-index: -1;
  width: 100%;
}

.videolightbox::before,
.videolightbox::after {
  content: '';
  position: absolute;
  left: 45%;
  top: 50%;
  transform: rotate(+1deg);
  border-radius: 32px;
  width: 296px;
  aspect-ratio: 1;
  box-shadow: var(--box-shadow);
  -webkit-animation: rotate-top 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) both infinite;
	animation: rotate-top 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) both infinite;
}

.videolightbox::after {
  width: 243px;
  transform: rotate(-2deg);
  left: 30%;
  top: 15%;
  -webkit-animation: rotate-br 15s cubic-bezier(0.455, 0.030, 0.515, 0.955) both infinite;
	animation: rotate-br 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) both infinite;
}

@media screen and (max-width:575px) {
  .videolightbox {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .videolightbox::before {
    display: none;
  }
}

 @-webkit-keyframes rotate-top {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes rotate-top {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}

 @-webkit-keyframes rotate-br {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}
@keyframes rotate-br {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}

.cards-g19 {
  padding: 148px 0 145px 0;
}
.box-wrapper {
  flex-wrap: wrap;
  gap: 22px 0;
  align-items: center;
}

.shape-box {
  display: inline-block;
  position: relative;
  z-index: 1;
  max-width: 541px;
  height: 445px;
  margin: 30px 7px 30px;
  overflow: hidden;
  width: 100%;
  box-shadow: var(--box-shadow-out);
}

@media screen and (max-width: 575px) {
  .shape-box {
    margin: 30px 0 30px;
  }
}

.shape-box_half {
  overflow: hidden;
  text-align: left;
}

.shape-box_half:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skewY(53.5deg);
  transform-origin: top left;
  transition: \transform .4s;
  background: #ffffffa8;
  z-index: 1;
}

.shape-box>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.shape-box_half figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 30px 30px;
  transition: \transform .4s;
  transform: translateY(100%);
  z-index: 3;
}

.shape-box_half figcaption > a {
  display: inline-block;
}

.shape-box_half figcaption .show-cont {
  position: absolute;
  bottom: calc(100% + 30px);
  left: 30px;
  right: 30px;
  transition: bottom .4s;
}

.card-main-title {
  margin-top: 7px;
  font-weight: 800;
  font-size: 21px;
  text-transform: inherit;
  color: #f3f5f6;
  background: linear-gradient(90deg, #000, #ff00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 81%;
}

.card-content {
  color: var(--dark);
  margin-top: 22px;
  line-height: 1.2;
  font-size: 15px;
}

.shape-box_half>.after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--dark);
  opacity: 0;
  transition: opacity .4s;
}

.shape-box_half:hover:before {
  transform: skewY(20deg);
}

.shape-box_half:hover figcaption {
  transform: translateY(0);
}

.shape-box_half:hover figcaption .show-cont {
  bottom: 100%;
}

.shape-box_half:hover>.after {
  opacity: 0.6;
}

@media screen and (min-width: 576px) {
  .shape-box {
    width: calc((100% - 13px* 2* 2) / 2);
  }
}
@media screen and (min-width: 768px) {
  .shape-box {
    width: calc((100% - 13px* 2* 2) / 2);
  }
}

@media screen and (min-width: 576px) and (min-width: 768px) {
  .card-main-title {
    width: 100%;
  }
}

/* Faq & form */
.ff-section {
  padding: 102px 0;
  background-image: linear-gradient(-17deg, transparent 40%, #7514f58a, transparent 60%);
}


.faq-part,
.form-part {
  flex: 1;
  max-width: 568px;
  padding: 0 22px;
}

/* FAQ */
.faq-question:after {
  content: "\25BC";
}
.faq-question.open:after {
  content: "\25B2";
}
.hidden {
  display: none;
}

.faq-question {
  font-size: 1.4em;
  cursor: pointer;
  text-shadow: 6px -6px 7px rgba(184, 20, 255, 1);
  &:after {
    color: $primary-color;
    float: right;
  }
}

@media screen and (max-width: 767px) {
  .ff-section .container-g19 > .flex {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .faq-part, .form-part {
    margin: 0 auto;
  }
  .faq-question {
    font-size: 1em;
  }
}

.faq-question.open:after {
  float: right;
}

.faq-answer {
  margin-bottom: 1em;
  border-radius: 32px;
  padding: 7px 32px;
  box-shadow: var(--box-shadow), var(--box-shadow-out);
}

.faq-container {
  margin-bottom: 2em;
}


.form-part > div:nth-child(1) {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
}

.input-input-container_element,
.textarea-input-container_element,
.input-g19 {
  font-size: 17px;
  font-weight: 700;
  transition: all .5s;
  line-height: 1.2;
  margin: 7px 0;
  outline: none;
  width: 100%;
  padding: 7px;
  border: none;
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}

.input-input-container_element:focus,
.textarea-input-container_element:focus,
.input-g19:focus {
  box-shadow: var(--box-shadow-out);
}

.form-g19 label {
  font-size: 17px;
  color: var(--white);
}

.input-input-container_element::placeholder,
.textarea-input-container_element::placeholder,
.input-g19::placeholder {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

.form-g19-check {
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  margin: 15px 0;
}

.form-g19-check a {
  color: #e692f5;
}

.form-part > div:nth-child(2) img {
  object-fit: contain;
  max-width: 100%;
  height: 391px;
  margin: 30px auto 0 auto;
}

.form-g019-check {
  margin: 16px 0;
}

.form-g019-check a {
  color: #34f0e0;
}


.gallery-g19 {
  padding: 102px 0;
}

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 90deg;
  inherits: false;
}

.gallery-g19-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 68vh;
  box-shadow: var(--box-shadow-out);
}

.gallery-g19-item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;
  
  &:hover{
    flex: 7;
  }
}

.item-1 { 
  background-image: url('picgallery/bg-assets/gallery-068a33bcf32d24.jpg');
}

.item-2 { 
  background-image: url('picgallery/bg-assets/gallery-168a33bcf32d4b.jpg');
}

.item-3 { 
  background-image: url('picgallery/bg-assets/gallery-268a33bcf32d71.jpg');
}

.item-4 { 
  background-image: url('picgallery/bg-assets/gallery-368a33bcf32d96.jpg');
}

.item-5 { 
  background-image: url('picgallery/bg-assets/gallery-468a33bcf32dbb.jpg');
}



.disclamer-g19-wrapper {
  position: relative;
  border-radius: 0.45rem;
  cursor: pointer;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
  background-color: var(--dark);
  display: flex;
  flex-direction: row;
  gap: 32px;
}

@media screen and (min-width: 768px) {
  .disclamer-g19-wrapper {
    width: 70%;
  }
}

.disclamer-g19-wrapper::after,
.disclamer-g19-wrapper::before {
  content: " ";
  position: absolute;
  z-index: -1;
  inset: -0.5rem;
  background: conic-gradient(
    from var(--gradient-angle),
    var(--clr-card),
    var(--clr-1),
    var(--clr-2),
    var(--clr-3),
    var(--clr-2),
    var(--clr-1),
    var(--clr-card)
  );
  border-radius: inherit;
  animation: rotate 2.5s linear infinite;
}

.card::after {
  filter: blur(3rem);
}

@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}

.adult-g19 img {
  margin: 0 0;
  width: 86px;
}


.footer-g19 {
  padding: 102px 0 32px;
}
.footer-g19 .container-g19 {
  gap: 32px;
}
.footer-g19-links {
  display: flex;
  flex-direction: row;
  gap: 0 32px;
}

.footer-g19-links:first-child {
  flex-direction: row-reverse;
}

.footer-g19-links a {
  padding: 7px;
  background: linear-gradient(90deg, #00ffff, #ff00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in;
}

.footer-g19-links a:hover,
.footer-g19-links a:focus  {
  box-shadow: var(--box-shadow), var(--box-shadow-out);
}

.logo-g19 {
  justify-content: center;
}

.logo-g19 a {
  color: var(--white);
  display: inline-flex;
  flex-direction: column-reverse;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .footer-g19-links {
    flex-direction: column-reverse  !important;
    text-align: center;
  }
  .disclamer-g19-wrapper {
    flex-direction: column-reverse;
    gap: unset;
    align-items: start;
  }
}

@media screen and (max-width: 991px) {
  .footer-g19-links {
    flex-wrap: wrap;
  }
}

.copyright {
  font-size: 15px;
  text-align: center;
  margin: 32px 0;
  color: var(--white);
}

/* about page */
.about-us-g19 {
  padding: 102px 0;
}

.about-us-g19-wrapper {
  background-image: linear-gradient(to right, #8f8c8cb8, #8f8c8cb8), url('picgallery/bg-assets/bg-light-168a33bcf32c6f.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: var(--box-shadow-out), var(--box-shadow);
  align-content: center;
  margin-top: 40px;
}

.leftTriangle {    
  width: 103px;    
  height: 251px;    
  background-image: url('picgallery/bg-assets/bg-light-168a33bcf32c6f.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 22px  7px 0;    
  float: left;    
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);    
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);    
  -webkit-shape-outside: polygon(0% 0%, 100% 0%, 50% 100%);    
  shape-outside: polygon(0% 0%, 100% 0%, 50% 100%);
  margin-top: -32px;
}

.rightTriangle {    
  width: 103px;    
  height: 251px;    
  background-image: url('picgallery/bg-assets/bg-light-168a33bcf32c6f.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;  
  margin: 0 0  7px 22px;    
  float: right;    
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);    
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);    
  -webkit-shape-outside: polygon(0% 0%, 100% 0%, 50% 100%);    
  shape-outside: polygon(0% 0%, 100% 0%, 50% 100%);
  margin-bottom: -32px;
}

.about-us-g19-cont {
  color: var(--dark);
  padding: 40px 13px;
}


.big-pad {
  overflow: hidden;
  padding: 145px 0;
  gap: 79px;
}

.page-g19-img {
  position: relative;
  border-radius: 0%;
  float: left;
  margin-right: 50px;
  margin-bottom: 50px;
  margin-left: calc(50px + 15px);
  box-shadow: var(--box-shadow-out), var(--box-shadow);
}

.page-g19-img img {
  max-width: 541px;
  object-fit: contain;
  height: 498px;
  z-index: 1;
  position: relative;
  border-radius: 0%;
}


.page-g19-img::before,
.page-g19-img::after  {
  content:'';
  position: absolute;
  height: 100%;
  width: 100%;
  top: -50px;
  left: -30px;
  background-image: linear-gradient(#14EBFF9e, #14EBFF9e), url('picgallery/bg-assets/gallery-068a33bcf32d24.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  display: block;
  box-shadow: var(--box-shadow-out), var(--box-shadow);
  border-radius: 0%;
}

.page-g19-img::after  {
  background-image: linear-gradient(#ff85da9e, #FF85DA9e), url('picgallery/bg-assets/gallery-068a33bcf32d24.jpg');
  bottom: -30px;
  top: unset;
  left: -50px;
  background-size: cover;
}

.game-g19 .title-g19 {
  text-align: right;
  margin-bottom: 50px;
}

.game-frame-g19 iframe {
  width: 100%;
  height: 391px;
  box-shadow: var(--box-shadow-out);
}

@media screen and (max-width: 575px) {
  .page-g19-img {
    margin-left: 0;
    margin-right: 0;
    float: unset;
    width: 100%;
  }
  .page-g19-img img {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .big-pad {
    overflow: hidden;
  }
}

@media screen and (min-width: 576px) and (max-width: 990px){
  .page-g19-img {
    width: unset;
    float: unset;
  }
  .page-g19-img img {
    margin-right: 0;
    margin-left: 0;
  }
}


.contacts-page-g19 {
  padding: 148px 0;
}

.contacts-page-g19 .form-part {
  max-width: unset;
  align-items: center;
  gap: 50px;
}
.form-part img {
  height: 541px;
  width: 100%;
  object-fit: contain;
  overflow: hidden;
}
.form-wrapper,
.contacts {
  flex: 1;
}

.contacts > div:nth-child(2) {
  display: none;
}

.contacts-graph img {
  width: 100%;
  max-height: 568px;
  margin: 0 auto;
}

.cont-list {
  align-items: center;
  justify-content: center;
}

.cont-list {
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.cont-list p,
.cont-list a {
  color: var(--white);
  text-align: center;
}

.privacy-g19 {
  position: relative;
  padding: 102px 0;
}

.privacy-g19-txt {
  word-break: break-all;
  color: var(--white);
}

.privacy-g19-txt li {
  margin-left: 39px;
  padding: 13px 0;
  list-style: circle;
}

.privacy-g19-txt a {
  color: var(--white);
}

.gam-btn-1 {
  position: relative;
  padding: 7px 16px;
  border-radius: 3px;
  border: 1px solid rgb(61, 106, 255);
  font-size: 15px;
  text-transform: inherit;
  font-weight: 700;
  letter-spacing: 2px;
  background: transparent;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.gam-btn-1:hover {
  background: rgb(61, 106, 255);
  box-shadow: 0 0 30px 5px rgba(0, 142, 236, 0.815);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.gam-btn-1:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: sh02 0.5s 0s linear;
}

.gam-btn-1::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.gam-btn-1:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}

.gam-btn-2 {
  position: relative;
  background-color: #000;
  display: flex;
  align-items: center;
  color: white;
  flex-direction: column;
  justify-content: center;
  border: none;
  padding: 12px;
  gap: 12px;
  border-radius: 8px;
  cursor: pointer;
}

.gam-btn-2::before {
  content: '';
  position: absolute;
  inset: 0;
  left: -4px;
  top: -1px;
  margin: auto;
  width: calc(100% + 4px * 2);
  height: calc(100% + 4px * 2);
  border-radius: 7px;
  background: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100% );
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gam-btn-2::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, #fc00ff 0%, #00dbde 100% );
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(20px);
}

.gam-btn-2:hover::after {
  filter: blur(30px);
}

.gam-btn-2:hover::before {
  transform: rotate(-180deg);
}

.gam-btn-2:active::before {
  scale: 0.7;
}


.gam-btn-3 {
  position: relative;
  padding: 7px 22px;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #7d2ae8;
  transition: all 0.2s ease;
}

.gam-btn-3:active {
  transform: scale(0.96);
}

.gam-btn-3:before,
.gam-btn-3:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.gam-btn-3:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #7d2ae8 20%, transparent 30%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 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%;
  }
}

.gam-btn-3:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 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%;
  }
}

.gam-btn-4 {
  position: relative;
  font-size: 1.2em;
  padding: 0.7em 1.4em;
  background-color: #7a10c9;
  text-decoration: none;
  border: none;
  border-radius: 0.5em;
  color: #DEDEDE;
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3);
}

.gam-btn-4::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0) 50%, rgb(4 99 150) 50%, rgb(11 223 236) 60%);
  border-radius: 0 0 0.5em 0;
  box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.gam-btn-4:hover::before {
  width: 1.6em;
  height: 1.6em;
}

.gam-btn-4:active {
  box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
  transform: translate(0.1em, 0.1em);
}


.gam-btn-5 {
  display: inline-block;
  padding: 13px 22px;
  border: 1px solid #4f4f4f;
  border-radius: 3px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  cursor: pointer;
  color: black;
  z-index: 1;
}

.gam-btn-5:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.gam-btn-5:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #39bda7;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.gam-btn-5:hover {
  color: #ffffff;
  border: 1px solid #39bda7;
}

.gam-btn-5:hover:before {
  top: -35%;
  background-color: #39bda7;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.gam-btn-5:hover:after {
  top: -45%;
  background-color: #39bda7;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.containerTwo{
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 480px) {
  .containerTwo{
  max-width: 450px;
  }
}
@media screen and (min-width: 575px){
  .containerTwo{
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .containerTwo{
  max-width: 730px;
  }
}
@media screen and (min-width: 992px) {
  .containerTwo{
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px){
  .containerTwo{
    max-width: 1170px;
    }
}

@media (min-width: 1400px){
  .containerTwo{
    max-width: 1274px;
  }
}