@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');


.btn-1 {
    color: var(--thm-color-one-5);
  text-decoration: none;
  font-size: 21px;
  border: none;
  background: none;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.btn-1::before {
  margin-left: auto;
}

.btn-1::after, .btn-1::before {
  content: '';
  width: 0%;
  height: 2px;
  background: var(--thm-color-one-5);
  display: block;
  transition: 0.5s;
}

.btn-1:hover::after, .btn-1:hover::before {
  width: 100%;
}
  

  .btn-2 {
    display: inline-block;
    padding: 17px 35px;
  border-radius: 46px;
  cursor: pointer;
  border: 0;
  background-color: var(--thm-color-one-01-5);
  box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  transition: all 0.5s ease;
  color: var(--thm-white);
  
}

.btn-2:hover {
  letter-spacing: 3px;
  background-color: var(--thm-color-one-5);
  color: hsl(0, 0%, 100%);
  box-shadow: var(--thm-color-one-5) 0px 7px 29px 0px;
}

.btn-2:active {
  letter-spacing: 3px;
  background-color: var(--thm-color-one-5);
  color: hsl(0, 0%, 100%);
  box-shadow: var(--thm-color-one-5) 0px 0px 0px 0px;
  transform: translateY(10px);
  transition: 100ms;
}

  .btn-3 {
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    color: var(--thm-color-one-06-5);
    text-shadow: none;
    background: transparent;
    cursor: pointer;
    box-shadow: transparent;
    border: 2px solid var(--thm-color-one-06-5);
    transition: 0.5s ease;
    user-select: none;
  }
  
  .btn-3:hover,
  .btn-3:focus {
    color: var(--thm-white);
    background: var(--thm-color-one-5);
    border: 2px solid var(--thm-color-one-5);
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 20px var(--thm-white);
    box-shadow: 0 0 5px var(--thm-color-one-5), 0 0 20px var(--thm-color-one-5), 0 0 50px var(--thm-color-one-5),
      0 0 100px var(--thm-color-one-5);
  }
  
   
  .btn-4 {
  position: relative;
  padding: 10px 19px;
  border-radius: 6px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: var(--thm-color-one-5);
  transition: all 0.3s ease;
}

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

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

.btn-4:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, var(--thm-color-one-5) 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, var(--thm-color-one-5) 20%, transparent 30%),
    radial-gradient(circle, var(--thm-color-one-5) 20%, transparent 20%),
    radial-gradient(circle, var(--thm-color-one-5) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--thm-color-one-5) 15%, transparent 20%),
    radial-gradient(circle, var(--thm-color-one-5) 20%, transparent 20%),
    radial-gradient(circle, var(--thm-color-one-5) 20%, transparent 20%),
    radial-gradient(circle, var(--thm-color-one-5) 20%, transparent 20%),
    radial-gradient(circle, var(--thm-color-one-5) 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%;
  }
}

.btn-4:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, var(--thm-color-one-5) 20%, transparent 20%),
    radial-gradient(circle, var(--thm-color-one-5) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--thm-color-one-5) 15%, transparent 20%),
    radial-gradient(circle, var(--thm-color-one-5) 20%, transparent 20%),
    radial-gradient(circle, var(--thm-color-one-5) 20%, transparent 20%),
    radial-gradient(circle, var(--thm-color-one-5) 20%, transparent 20%),
    radial-gradient(circle, var(--thm-color-one-5) 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%;
  }
}

  .btn-5 {
    --green: var(--thm-color-one-5);
    font-size: 13px;
    padding: 0.7em 2.7em;
    letter-spacing: 0.06em;
    position: relative;
    font-family: inherit;
    border-radius: 0.6em;
    overflow: hidden;
    transition: all 0.3s;
    line-height: 1.4em;
    border: 3px solid var(--green);
    background: linear-gradient(to right, var(--thm-color-one-01-5) 1%, transparent 40%,transparent 60% , var(--thm-color-one-01-5) 100%);
    color: var(--green);
    box-shadow: inset 0 0 10px var(--thm-color-one-04-5), 0 0 9px 3px var(--thm-color-one-01-5);
    display: inline-block;
  }
  
  .btn-5:hover {
    color: #82ffc9;
    box-shadow: inset 0 0 10px var(--thm-color-one-06-5), 0 0 9px 3px var(--thm-color-one-02-5);
  }
  
  .btn-5:before {
    content: "";
    position: absolute;
    left: -4em;
    width: 4em;
    height: 100%;
    top: 0;
    transition: transform .4s ease-in-out;
    background: linear-gradient(to right, transparent 1%, var(--thm-color-one-01-5) 40%,var(--thm-color-one-01-5) 60% , transparent 100%);
  }
  
  .btn-5:hover:before {
    transform: translateX(15em);
  }

* {
    box-sizing: border-box;
}

body{
    direction: ltr;
    font-family: 'Tajawal', sans-serif !important;
    font-size: 17px;
    margin: 0;
    padding: 0px;
    line-height: 1.4;
    background-color: var(--thm-color-body-5);
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

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

img {
    display: block;
}
section {
    overflow: hidden;
}

.link {
    text-decoration: none;
}

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

.title-g05 {
    font-weight: 400;
    color: var(--thm-white);
    text-align: center;
    font-size: min(32px, 29px);
    margin-bottom: 5px;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .title-g05 {
        font-size: 27px;
    }
}

:root {
  --brand-color: #ACA22E;
  --anim: 800ms cubic-bezier(0.4, 0, 0.2, 1);
  --thm-color-two-rgb: 0, 0, 0;
  --thm-white: #ffffff;

  --thm-color-one-1: #780cba;
  --thm-color-three-1: #14074c;
  --thm-color-four-1: #090029;
  --thm-color-body-1: #080029;
  --thm-color-one-01-1: #780cbb1a;
  --thm-color-one-02-1: #780cba33;
  --thm-color-one-04-1: #780cbb66;
  --thm-color-one-06-1: #780cba99;
  --thm-color-body-87-1: #080029de;


  --thm-color-one-2: #ba0c20;
  --thm-color-three-2: #4c0715;
  --thm-color-four-2: #290006;
  --thm-color-body-2: #290005;
  --thm-color-one-01-2: #ba0c201a;
  --thm-color-one-02-2: #ba0c2033;
  --thm-color-one-04-2: #ba0c2066;
  --thm-color-one-06-2: #ba0c2099;
  --thm-color-body-87-2: #290005de;



  --thm-color-one-3: #ba0c95;
    --thm-color-three-3: #4c0729;
    --thm-color-four-3: #290006;
    --thm-color-body-3: #290019;
    --thm-color-one-01-3: #ba0c951a;
    --thm-color-one-02-3: #ba0c9533;
    --thm-color-one-04-3: #ba0c9566;
    --thm-color-one-06-3: #ba0c9599;
    --thm-color-body-87-3: #290019de;
  

    --thm-color-one-4: #300cba;
      --thm-color-three-4: #070d4c;
      --thm-color-four-4: #000429;
      --thm-color-body-4: #000e29;
      --thm-color-one-01-4: #300cba1a;
      --thm-color-one-02-4: #300cba33;
      --thm-color-one-04-4: #300cba66;
      --thm-color-one-06-4: #300cba99;
      --thm-color-body-87-4: #000e29de;
  

      --thm-color-one-5: #0c90ba;
  --thm-color-three-5: #073b4c;
  --thm-color-four-5: #002329;
  --thm-color-body-5: #002129;
  --thm-color-one-01-5: #0c90ba1a;
  --thm-color-one-02-5: #0c90ba33;
  --thm-color-one-04-5: #0c90ba66;
  --thm-color-one-06-5: #0c90ba99;
  --thm-color-body-87-5: #002129de;


  --thm-color-one-6: #0cba8d;
    --thm-color-three-6: #074c4b;
    --thm-color-four-6: #002927;
    --thm-color-body-6: #002908;
    --thm-color-one-01-6: #0cba8d1a;
    --thm-color-one-02-6: #0cba8d33;
    --thm-color-one-04-6: #0cba8d66;
    --thm-color-one-06-6: #0cba8d99;
    --thm-color-body-87-6: #002908de;
  

    --thm-color-one-7: #2cba0c;
      --thm-color-three-7: #074c29;
      --thm-color-four-7: #002927;
      --thm-color-body-7: #00290b;
      --thm-color-one-01-7: #2cba0c1a;
      --thm-color-one-02-7: #2cba0c33;
      --thm-color-one-04-7: #2cba0c66;
      --thm-color-one-06-7: #2cba0c99;
      --thm-color-body-87-7: #012900de;
  

      --thm-color-one-8: #cad60e;
    --thm-color-three-8: #364c07;
    --thm-color-four-8: #252900;
    --thm-color-body-8: #292800;
    --thm-color-one-01-8: #cad60e1a;
    --thm-color-one-02-8: #cad60e33;
    --thm-color-one-04-8: #cad60e66;
    --thm-color-one-06-8: #cad60e99;
    --thm-color-body-87-8: #292800de;


    --thm-color-one-9: #d6540e;
      --thm-color-three-9: #4c2507;
      --thm-color-four-9: #291a00;
      --thm-color-body-9: #291900;
      --thm-color-one-01-9: #d6540e1a;
      --thm-color-one-02-9: #d6540e33;
      --thm-color-one-04-9: #d6540e66;
      --thm-color-one-06-9: #d6540e99;
      --thm-color-body-87-9: #291900de;
  
    --thm-color-one-10: #c60ed6;
    --thm-color-three-10: #47074c;
    --thm-color-four-10: #1b0029;
    --thm-color-body-10: #280029;
    --thm-color-one-01-10: #c60ed61a;
    --thm-color-one-02-10: #c60ed633;
    --thm-color-one-04-10: #c60ed666;
    --thm-color-one-06-10: #c60ed699;
    --thm-color-body-87-10: #f030f3de;
}

.container-g05 {
    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: 990px) {
    .container-g05 {
        padding-left: 13px;
        padding-right: 13px;
    }
}

@media screen and (min-width: 991px) {
    .container-g05 {
        padding-left: 17px;
        padding-right: 17px;
    }
}

.header-g05 {
    position: fixed;
    background-color: transparent;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}


.header-g05.sticky .header-g05_inner {
    background-color: rgb(var(--thm-color-two-rgb), 60%);
    box-shadow: 0 0 10px rgb(var(--thm-color-two-rgb), 15%);
}

.header-g05 .header-g05_inner {
    border: 3px solid var(--thm-white);
    border-top: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px;
    position: relative;
}
@media screen and (min-width: 991px) {
    .header-g05 .header-g05_inner {
        justify-content: center;
    }
}

.trigger_btn {
    width: 35px;
    height: 35px;
    background-color: var(--thm-color-one-5);
    border-radius: 50%;
    border: 3px solid var(--thm-white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    color: var(--thm-white);
    font-size: 12px;
    transition: 0.3s all;
}

.trigger_btn:hover {
    background-color: var(--thm-color-three-5);
    color:var(--thm-white);
}

.trigger_btn .trigger_inner:hover span:nth-child(2),
.trigger_btn .trigger_inner span {
    background-color: var(--thm-white);
    height: 2px;
    width: 15px;
    display: flex;
    margin-bottom: 3px;
    transition: 0.3s all;
}

.trigger_btn .trigger_inner span:nth-child(2) {
    width: 10px;
}

.trigger_btn .trigger_inner span:last-child {
    margin-bottom: 0;
}

.trigger_btn.right_side .trigger_inner span:nth-child(2) {
    margin-left: auto;
}


.header-g05 .logo {
    max-width: 90px;
}

.logo-link-g05 {
    display: flex;
    gap: 20px;
    font-weight: 400;
    color: var(--thm-white);
    align-items: center;
    font-size: 27px;
    text-shadow: #272727 1px 0 10px;
}

@media screen and (min-width: 425px) {
    .logo-link-g05 {
        font-size: 26px;
    }
}

.logo-link-g05 img {
    display: inline-block;
    max-height: 50px;

}

.header-g05 .navigation .main-menu {
    display: flex;
    align-items: center;
}

.header-g05 .navigation .main-menu>.menu-item-02.menu-item-02-logo {
    margin: 0 15px;
}

.header-g05 .navigation .main-menu>.menu-item-02.menu-item-02-logo>a {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    border: solid 2px #fff;
    border-radius: 21px;
    background-color: var(--thm-color-one-5);
}

.header-g05 .navigation .main-menu>.menu-item-02.menu-item-02-logo>a>img {
    max-width: 95px;
    margin: 0 auto 3px;
}

.header-g05 .navigation .main-menu>.menu-item-02>a {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 26px 20px;
    display: flex;
    align-items: center;
    line-height: normal;
    position: relative;
    color: var(--thm-white);
}

.header-g05 .navigation .main-menu>.menu-item-02>a:hover,
.header-g05 .navigation .main-menu>.menu-item-02>a.active {
    color: var(--thm-color-three-5);
}

@media (min-width: 991px) {
    .d-lg-none {
        display: none !important;
    }

    .trigger_btn {
        display: none;
    }
}

@media (max-width: 990px) {
    .header-g05 .navigation .main-menu>.menu-item-02.menu-item-02-logo {
        display: none;
    }

    .header-g05 .header_actions ul li:last-child {
        margin-right: 15px;
    }

    .single_banner .elements,
    .header .navigation .main-menu>.menu-item-02.menu-item-02-logo {
        display: none;
    }

    .header-g05 .navigation {
        position: absolute;
        top: 77px;
        left: 0;
        right: 0;
        background-color: var(--thm-color-one-5);
        height: 0vh;
        transition: 0.5s all;
    }

    .header-g05 .navigation.open {
        height: 100vh;
    }

    .header-g05 .navigation .main-menu {
        display: block;
        height: calc(100% - 77px);
        overflow-y: auto;
    }

    .header-g05 .navigation .menu-item-02-has-children .sub-menu .menu-item-02>a:hover,
    .header-g05 .navigation .main-menu>.menu-item-02>a:hover,
    .header-g05 .navigation .main-menu>.menu-item-02>a.active {
        background-color: var(--thm-white);
        color: var(--thm-color-one-5);
    }

    .header-g05 .navigation .main-menu>.menu-item-02>a {
        padding: 10px 17px;
        justify-content: space-between;
    }
}

.hero-g05 {
    overflow: hidden;
    direction: initial;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(to top, var(--thm-color-body-87-5), var(--thm-color-body-87-5)), url(galleryarchive/bg-assets/bg-light-068ad8cc2d0799.jpg);
}

.hero-inner-g05 {
    position: relative;
    padding: 40vh 0;
}

.welcome-title-g05 {
    text-transform: uppercase;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-duration: 1.3s;
    transition: opacity 0.5s ease 0.3s;
    color: var(--thm-white);
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 575px) {
    .welcome-title-g05 {
        width: 100%;
    }
}
@media screen and (min-width: 576px) and (max-width: 990px) {
    .welcome-title-g05 {
        width: 85%;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.about-g05 {
    position: relative;
    padding: 74px 0 46px;
    overflow: hidden;
}

.about-flex {
    display: flex;
    gap: 60px;
    flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
    .about-flex {
        align-items: center;
        flex-direction: row;
    }
}


.about-flex div {
    flex: 1;
    color: var(--thm-white);
}

.about-g05-images {
    display: block;
}

.about-g05-fi {
    margin-right: auto;
    animation: fadeInLeft 1.3s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.about-g05-si {
    margin-left: auto;
    animation: fadeInRight 1.3s;
    animation-delay: 1s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.about-g05-fi img, 
.about-g05-si img {
    width: 100%;
}

.about-g05-images div {
    margin-bottom: 27px;
    position: relative;
    overflow: hidden;
    border-radius: 21px;
    border: 6px solid var(--thm-color-one-5);
    width: calc(100% - 80px);
    height: 367px;
}

.about-flex div h2 {
    animation: fadeInLeft 1.3s;
    animation-delay: 1s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.about-flex div .about-txt {
    animation: fadeInLeft 1.3s;
    animation-delay: 3s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.about-flex div a {
    animation: fadeInLeft 1.3s;
    animation-delay: 3s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.about-txt {
    margin-bottom: 21px;
}


.games-g05_list {
    display: flex;
    gap: 23px;
    margin-top: 37px;
    flex-wrap: wrap;
}

.game-frame {
    height:100vh;
}

.games-g05_item {
    position: relative;
    overflow: hidden;
    margin-bottom: 27px;
    border-radius: 21px;
    border: 6px solid var(--thm-color-one-5);
    background-color: var(--thm-color-three-5);
    width: min(100%, 450px);
    margin: 0 auto;
    height: max;
}

@media screen and (min-width: 576px) {
    .games-g05_item {
        width: calc(100% / 2 - 24px);
    }
}

@media screen and (min-width: 992px) {
    .games-g05_item {
        width: calc(100% / 3 - 24px);
    }
}


.games-g05_item_img {
    width: 100%;
}

.games-g05_item_img img{
    width: 100%;
    object-fit: cover;
    height: 367px;
    transform: scale(1.2);
}

.games-g05_item .games-g05_item_info {
    background-color: #09002999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all;
    transform: translateX(-100%);
    z-index: 1;
}

.games-g05_item:hover .games-g05_item_info {
    transform: none;
}

.games-g05_item_info > div {
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 3px solid var(--thm-color-one-5);
    border-radius: 21px;
    color: var(--thm-color-one-5);
    margin: 20px;
    text-align: center;
    padding: 20px;
}

.games-g05_item_headers a{
    color: var(--thm-color-one-5)
}

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

.section-bg {
    background-image: url(galleryarchive/bg-assets/bg-dark-068ad8cc2d080e.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    padding: 74px 0;
}

.section-bg:before {
    content: '';
    background-color: var(--thm-color-body-87-5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.counter-g05__list {
    display: flex;
    flex-direction: column-reverse;
    max-width: 60%;
    justify-content: center;
    align-items: center;
    gap: 23px;
    margin: 0 auto;
}

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

.counter-g05__item {
    flex: 1;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    color: var(--thm-white);
}

.counter-g05__item h3 {
    line-height: 1.4;
    font-size: 70px;
}

.counter-g05__item p {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

@media screen and (max-width: 990px) {
    .video-wrap-g05 {
        display: none;
    }
}

.video-wrap-g05 {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    border-radius: 21px;
    border: 6px solid var(--thm-color-one-5);
    background-color: var(--thm-color-three-5);
    padding: 144px 0;
    text-align: center;
    background-image: url(galleryarchive/bg-assets/bg-dark-168ad8cc2d0857.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    margin-top: 80px;
}

.video-wrap-g05::before {
    content: '';
    background-color: var(--thm-color-one-04-5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.video-wrap-g05 > div {
    border: solid 5px var(--thm-white);
    border-radius: 50%;
    padding: 5px;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.video-wrap-g05 button {
    background-color: #f24646;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
}

.video-wrap-g05 button svg{
    fill: var(--thm-white);
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.backdrop-g05 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    transition: opacity var(--anim), visibility var(--anim);
    overflow-y: scroll;
    direction: initial;
  }
  
  @media screen and (max-width: 767px) {
    .backdrop-g05 {
      padding: 93px 15px;
    }
  }
  
  .backdrop-g05.is-hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  
  .modal-g05 {
    width: 100%;
    height: auto;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }
  
  @media screen and (max-width: 767px) {
    .modal-g05 {
      position: relative;
      padding: 35px;
    }
  }
  
  @media screen and (min-width: 480px) {
    .modal-g05 {
      max-height: 609px;
      margin-right: auto;
      margin-left: auto;
    }
  }
  
  @media screen and (min-width: 768px) {
    .modal-g05 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 35px;
    }
  }
  
  @media screen and (min-width: 1200px) {
    .modal-g05 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
        max-height: 90vh;
    }
  }

.modal-g05-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    padding: 0;
    background: transparent;
}

.modal-g05-btn svg {
    width: 30px;
    fill: var(--thm-white);
}

.modal-g05 video {
    height: 80vh;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    width: unset;
    max-width: 95%;
}

@media (max-width: 990px) {
    .modal-g05 video {
        max-width: 80%;
        height: unset;
    }
}

.disclamer {
    padding: 74px 0 46px;
    overflow: hidden;
    background-color: var(--thm-color-one-5)
}

.disclamer-flex {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 23px;
}

.disclamer-flex div {
    flex: 1;
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .disclamer-flex div:first-child {
        display: none;
    }
}


.disclamer-flex div img {
    width: 80%;
    margin: 0 auto;
}

.disclamer-flex div p {
    color: var(--thm-white);
    text-align: center;
}

.disclamer-content {
    margin: 46px 0;
    animation: pulse 2.5s linear infinite;
}

@keyframes pulse {
    0% {
      transform: scale(0.8);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
      transform: scale(0.8);
    }
  }

.how-game {
    background-image: url(galleryarchive/bg-assets/bg-dark-268ad8cc2d089e.jpg);
    --overlay-value: 75%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    padding: 74px 0 46px;
}

.how-game::before {
    content: '';
    background-color: var(--thm-color-one-04-5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.how-game ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 23px;
}
@media (max-width: 575px) {
    .how-game ul {
        flex-direction: column;
    }
}

.how-game li {
    flex: 1;
    animation: fadeInUp 1.3s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.how-game li:nth-child(2) {
    animation-delay: 0.5s;
}
.how-game li:nth-child(3) {
    animation-delay: 1s;
}
.how-game li:nth-child(4) {
    animation-delay: 1.3s;
}


@media screen and (min-width: 576px) and (max-width: 767px) {
    .how-game li {
        flex: calc(100% / 2 - 12px);
    }
}

.how-game li div {
    width: 74px;
    height: 74px;
    margin: 29px auto 20px;
    background-color: var(--thm-color-one-5);
    border-radius: 50%;
    border: 3px solid var(--thm-white);
    display: flex;
    align-items: center;
    justify-content: center;

}

.how-game li div svg {
    height: 29px;
    fill: var(--thm-white);
    color: var(--thm-white);
}

.how-game li p {
    margin: 0;
    color: var(--thm-white);
    font-weight: 400;
    text-align: center;
}

.testimonials {
    padding: 74px 0 46px;
    direction: initial;
    overflow: hidden;
}

.testimonials-wrap {
    overflow: hidden;
}

.testimonials__list {
    display: flex;
    transition: transform 3s cubic-bezier(0, 0.66, 0.58, 1);
}

.testimonials__item {
    display: flex;
    gap: 23px;
    color: var(--thm-white);
    min-width: 100%;
}

@media screen and (max-width: 575px){
    .testimonials__item {
        flex-direction: column;
        align-items: center;
    } 
}

.testimonials__avatar-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 13px;
    margin-bottom: 27px;
    height: calc(100% - 27px);
    width: 30%;
    margin-left: 12px;
}

.testimonials__avatar-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials__text {
    width: 70%;
    position: relative;
    margin-bottom: 27px;
    border-radius: 13px;
    border: 6px solid var(--thm-color-one-5);
    background-color: var(--thm-color-three-5);
    height: calc(100% - 27px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    margin-right: 12px;
}

@media screen and (max-width: 575px){
    .testimonials__text {
        width: 100%;
        padding: 27px 10px;
        margin-right: 0;
    } 
}


.testi_icon {
    color: var(--thm-color-one-5);
    font-size: 180px;
    line-height: 0.65;
    margin-bottom: -50px;
    margin-top: 27px;
    pointer-events: none;
}

.testi_icon::after {
    content: '“';
}

.testimonials__text p {
    margin: 0 auto 27px;
    max-width: 350px;
    font-weight: 400;
}

.testimonials__text h5 {
    font-size: 19px;
    font-weight: 400;
}

.contacts-g05 {
    display: flex;
}

@media screen and (min-width: 768px){
    .contacts-g05 > div{
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .contacts-g05 > div:last-child {
        margin: 0 auto;
    }
}


@media screen and (min-width: 576px) and (max-width: 767px) {
    .contacts-g05 > div:last-child {
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .contacts-g05 > div:first-child {
        display: none;
    }
}

.contacts-g05 > div:first-child {
    background-image: url(galleryarchive/bg-assets/gallery-068ad8cc2d0ab2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: fadeInLeft 1.3s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.contacts-g05 .form-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 auto 27px auto;
    border-radius: 20px;
    padding: 27px;
    border: 6px solid var(--thm-color-one-5);
    background-color: var(--thm-color-three-5);
    animation: fadeInRight 1.3s;
    opacity: 0;
    animation-fill-mode: forwards;

}

@media screen and (min-width: 576px) and(max-width: 767px) {
    .contacts-g05 .form-wrapper {
        width: 80%;
    }
}

@media screen and (min-width: 768px) {
    .contacts-g05 .form-wrapper {
        max-width: 60%;

    }
}


.form-g05 {
    margin-top: 27px;
}

.input-main--element__input,
.textarea-main--element__input {
    display: block;
    width: 100%;
    padding: 17px  .13px;
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    font-size: 14px;
    font-weight: 400;
    color: var(--thm-white);
    border-radius: 8px;
    border: 2px solid #d1d1d1;
    background-color: transparent;
    padding: 10px 20px;
    margin: 10px 0;
    height: auto;
    transition: 0.3s all;
}

.input-main--element__input::placeholder,
.textarea-main--element__input::placeholder {
    font-size: 14px;
    color: var(--thm-white);
}

.form-g05 label {
    font-size: 13px;
    color: var(--thm-white);
    margin-top: 10px;
    display: inline-block;
}

.form-g05-check {
    margin-bottom: 27px;
}

.form-g05-check-input a {
    color: var(--thm-color-one-5);
}

.footer {
    background-image: url(galleryarchive/bg-assets/bg-dark-368ad8cc2d08e2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    padding: 80px 0 20px 0;
}

.footer::before{
    content: '';
    background-color: var(--thm-color-body-87-5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-inner {
    border-top: 2px solid var(--thm-white);
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    direction: initial;
}

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

.footer-inner > div{
    padding: 35px 0;
    border-right: 2px solid var(--thm-white);
    border-bottom: 2px solid var(--thm-white);
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    color: var(--thm-white);
}

@media screen and (min-width: 576px) {
    .footer-inner > div{
        padding: 35px 20px;
        }
}

@media screen and (min-width: 768px) {
    .footer-inner > div{
        padding: 35px 30px;
        }
}

.footer-inner .f-item-1 {
    display: flex;
    gap: 27px;
    width: 17%;
    padding-left: 0;
    justify-content: center;
    flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
    .footer-inner .f-item-1 {
        padding: 35px 30px;
        justify-content: flex-start;
        }
}


.footer-inner .f-item-1 a {
    display: flex;
    flex-direction: column;
    gap: 17px;
    align-items: flex-start;
    word-break: break-all;
}

.footer-inner .f-item-1 img {
    width: 88px;
    max-height: 88px;
}
  .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;
    }}

.adult {
    width: 88px;
    background-color: white;
    border-radius: 50%;
}

.footer-inner .f-item-2 {
    width: 58%;
    order: 2;
}

.footer-inner .f-item-2 ul {
    display: flex;
    align-items: center;
    gap: 10px 30px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .footer-inner .f-item-2 ul {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
        }
}

.footer-inner .f-item-2 ul li a:hover,
.footer-inner .f-item-2 ul li a:focus    {
    color: var(--thm-color-one-5);
}


.footer-inner .f-item-2 ul li a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    color: var(--thm-white);
}

.footer-inner .f-item-2 p,
.footer-inner .f-item-2 p a {
    color: var(--thm-white);
    margin-bottom: 0;
    line-height: 1.4;
}

.footer-inner .f-item-3 {
    padding-right: 0;
    border-right: 0;
    width: 25%;
}

.footer-inner .f-item-3 h5{
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
}

.footer-inner .f-item-3 .newsletter_form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.newsletter_form input {
    border-radius: 46px;
    border: none;
    padding-left: 20px;
    height: 40px;
    width: 100%;
}

.newsletter_form .newsletter_btn,
.newsletter_form .form-control,
.newsletter_form .form-control::placeholder {
    font-size: 14px;
}

.footer .newsletter_form .newsletter_btn {
    position: absolute;
    right: 2.5px;
    top: 2.5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--thm-color-one-5);
    color: var(--thm-white);
    z-index: 10;
    transition: 0.3s all;
}

.footer .newsletter_form .newsletter_btn:hover {
    background-color: var(--thm-color-three-5);
}

.trigger_btn:hover {
    background-color: var(--thm-color-three-5);
    color: var(--thm-white);
}

.trigger_btn svg {
    fill: var(--thm-white);
    width: 19px;
}

@media screen and (max-width: 991px) {
    .footer-inner .f-item-1,
    .footer-inner .f-item-2,
    .footer-inner .f-item-3 {
        width: 100%;
        border-right: unset;
    }
}

@media screen and (min-width: 576px) and (max-width: 990px) {
    .footer-inner .f-item-1,
    .footer-inner .f-item-3 {
        width: 50%;
    }
}

@media screen and (min-width: 576px) {
    .footer-inner .f-item-1 {
        border-right: 1px solid var(--thm-white);
    }
}

@media screen and (min-width: 991px) {
    .footer-inner .f-item-2 {
        order: unset;
    }
}

.copyright {
    display: flex;
    gap: 46px;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .copyright {
        gap: 0;
        flex-direction: column-reverse;
    }
}


.politics ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 17px;
}

.politics ul li a {
    text-transform: uppercase;
    color: var(--thm-white);
    transition: .3s all
}

.politics ul li a:hover,
.politics ul li a:focus    {
    color: var(--thm-color-one-5);
}

.politics ul li a:after {
    content: '/';
    margin-left: 17px;
}

.copyright_text {
    color: var(--thm-white);
}

.copyright .trigger_btn {
    display: block;
}

.copyright .trigger_btn svg {
    width: 31px;
}

.hero-wrap {
    overflow: unset;
    background-image: url(galleryarchive/bg-assets/bg-dark-468ad8cc2d0925.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 215px 0 98px 0;
    text-align: center;
    border-bottom: 1px solid var(--thm-white);
    margin-bottom: 20.4px;
    position: relative;
}

.hero-wrap:before {
    content: '';
    background-color: var(--thm-color-body-87-5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-text {
    text-align: center;
    position: relative;
    z-index: 1;
}

.bread-title {
    visibility: visible;
    animation-name: fadeInUp;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 60px;
    color: var(--thm-white);
}

@media screen and (max-width: 567px) {
    .bread-title {
        font-size: 27px;
    }
}

.breadcrumb {
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    max-width: max-content;
    background-color: var(--thm-color-three-5);
    margin: 0 auto;
    bottom: -20.4px;
    border-radius: 46px;
    border: 2px solid #fff;
    padding: 5px 20px;
    display: flex;
    gap: 17px;
    list-style: none;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
    text-transform: uppercase;
    color: var(--thm-white);
}

.breadcrumb-item.active:before {
    float: left;
    padding-right: .5rem;
    content: "/";
}

.game-dev__list {
    display: flex;
    gap: 23px;
    flex-wrap: wrap;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 46px;
}

.game-dev__item {
    flex: calc(100% / 2 - 12px) !important;
    border-radius: 46px;
    border: 3px solid #fff;
    padding: 15px 35px;
    background-color: var(--thm-color-three-5);
}

.game-dev__item h4 {
    color: #fff;
    font-size: 27px;
    text-align: center;
}

@media screen and (max-width: 400px) {
    .game-dev__item h4 {
        font-size: 19px;
    }
}

.game-pad {
    padding: 100px 0;
    color: #ffffff
}

.box_wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 27px;
    border-radius: 20px;
    padding: 27px;
    border: 6px solid var(--thm-color-one-5);
    background-color: var(--thm-color-three-5);
}

.game_details {
    display: flex;
    flex-direction: column-reverse;
    color: var(--thm-white);
}

.game_details h2 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 29px;
}

.page-g05-wraper {
    position: relative;
    overflow: hidden;
    border-radius: 13px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-g05-wraper img {
    width: 51%;
}
@media (max-width:767px){
    .page-g05-wraper img {
        width: 60%;
    }
}
@media (max-width:567px){
    .page-g05-wraper img {
        height: auto;
        width: 100%;
    }
}
.game_details hr {
    background-color: var(--thm-color-one-5);
    margin: 20px 0;
    opacity: 1;
}

.page-details {
    display: flex;
    gap: 23px;
    flex-direction: column-reverse;
}

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

.page-details div:first-child {
    flex: 2;
}

.page-details div:last-child {
    flex: 1;
}

.sidebar_inner {
    margin-bottom: 80px;
}

.sidebar_widgets {
    position: relative;
    overflow: hidden;
    margin-bottom: 27px;
}

.sidebar_widgets .widgets_title {
    padding: 10px 20px 14px;
    border: 5px solid var(--thm-color-one-5);
    background-color: var(--thm-color-three-5);
    border-radius: 13px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.sidebar_widgets .widgets_inner {
    padding: 20px;
    border: 5px solid var(--thm-color-one-5);
    background-color: var(--thm-color-three-5);
    border-radius: 13px;
}

.sidebar_widgets .widgets_title+.widgets_inner {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    z-index: 1;
    margin-top: -10px;
}

.categories li {
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 400;
    direction: initial;
    background-color: var(--thm-color-one-5);
    border-radius: 6px;
    padding: 10px 17px;
    line-height: normal;
    transition: 0.3s all;
    position: relative;
}

.categories li:last-child {
    margin-bottom: 0;
}

.categories li span {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--thm-color-four-5);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.match_block {
    position: relative;
    overflow: hidden;
    margin-bottom: 27px;
    border-radius: 20px;
    border: 6px solid var(--thm-color-one-5);
    background-color: var(--thm-color-three-5);
}

.match_block .match_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 400;
    background-color: var(--thm-color-one-5);
    padding: 0 10px;
}

.match_block .match_header li {
    margin: 5px 10px;
    font-weight: 400;
}

.match_block .match_body {
    padding: 20px;
    padding-bottom: 0;
    text-align: center;
}

.match_block .match_body iframe {
    width: 100%;
    height: 598px;
}

.contacts-block__list {
    display: flex;
    gap: 23px;
    flex-direction: column-reverse;
}

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


.contact_info {
    background-color: transparent;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 27px;
    border-radius: 20px;
    padding: 27px;
    border: 6px solid var(--thm-color-one-5);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    flex: 1;
    color: var(--thm-white);
}

.contact_info:nth-child(1) {
    background-image: url(galleryarchive/bg-assets/bg-dark-568ad8cc2d096a.jpg);
}

.contact_info:nth-child(2) {
    background-image: url(galleryarchive/bg-assets/bg-dark-668ad8cc2d09ae.jpg);
}

.contact_info:nth-child(3) {
    background-image: url(galleryarchive/bg-assets/bg-dark-768ad8cc2d09f1.jpg);
}

.contact_info::before {
    content: '';
    background-color: var(--thm-color-body-87-5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contact_info .icon {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 3px solid var(--thm-white);
    background-color: var(--thm-color-one-5);
}

.contact_info .icon svg {
    height: 40px;
    color: var(--thm-white);
}

.contact_info .title {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 12px;
    line-height: 1;
    font-size: 19px;
}

.contact_info .text {
    display: block;
    line-height: normal;
    margin: 0 auto;
    font-weight: 400;
    color: var(--thm-white);
    font-size: 17px;
}

.box_wrapper .form-g05 {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}

.form-group {
    position: relative;
    margin-bottom: 27px;
    flex: 100%;
}

@media screen and (min-width: 768px) {
    .form-group {
        flex: 48%;
    }
}

.form-control-custom {
    border-radius: 8px;
    border: 2px solid #d1d1d1;
    background-color: transparent;
    padding: 10px 20px;
    height: auto;
    transition: 0.3s all;
}

.form-control-custom,
.form-control-custom:focus,
.form-control-custom::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: var(--thm-white);
    width: 100%;
}

.form-control-custom:focus {
    box-shadow: none;
    background-color: transparent;
    border-color: var(--thm-color-one-5);
    z-index: 1;
}

.form-floating>.form-control {
    padding: 17px  .13px;
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating>.form-control~label{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 17px  .13px;
    pointer-events: none;
    border: 2px solid transparent; 
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    margin-top: 0;
  }

.form-floating>.form-control:focus~label {
    color: var(--thm-white);
    opacity: 1;
}

.form-control:focus ~ label,
.form-control:not(:placeholder-shown) ~ label {
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
  }

.form-control::placeholder {
    color: transparent;
}

.form-control:focus,
.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
    outline: none;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.game-pad.privacy li {
    margin-left: 30px;
    list-style: square;
}

@media (max-width:690px){
    .games-g05_list {
        flex-direction: column;
    }
    .games-g05_item {
        width: 100%;
    } 
}