body {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  h1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 1350px) {
  h1 {
    font-size: 3.3rem;
  }
}
@media (max-width: 1180px) {
  h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 1180px) {
  h2 {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }
}

img {
  max-width: 100%;
}

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

p {
  font-size: 1.2rem;
  line-height: 130%;
}
@media (max-width: 767px) {
  p {
    font-size: 1rem;
  }
  p br {
    display: none;
  }
}

ul {
  padding: 0;
}

li {
  list-style-type: none;
}

::selection {
  background-color: black;
  color: white;
}

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  border: none;
  background: black;
  font-size: 0;
  line-height: 1;
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.slick-dots li.slick-active button {
  background: #bd1e2d;
  width: 15px;
  height: 15px;
}

.slick-disabled {
  opacity: 0.25 !important;
  pointer-events: none;
}

.slick-prev,
.slick-next {
  font-size: 0;
  background: rgb(0, 0, 0);
  border: 2px solid #bd1e2d;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

.slick-prev {
  left: -23px;
}

.slick-next {
  right: -23px;
}

.slick-prev:before,
.slick-next:before {
  position: absolute;
  content: "\f060";
  color: black;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 20px;
  transition: 0.3s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-next:before {
  content: "\f061";
}

.slick-prev:hover,
.slick-next:hover {
  background: #bd1e2d;
}
.slick-prev:hover:before, .slick-prev:hover:after,
.slick-next:hover:before,
.slick-next:hover:after {
  color: white;
}

.mtb-8rem {
  margin: 8rem 0;
}
@media (max-width: 767px) {
  .mtb-8rem {
    margin: 4rem 0;
  }
}

.mt-8rem {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .mt-8rem {
    margin-top: 4rem;
  }
}

.mb-8rem {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .mb-8rem {
    margin-bottom: 4rem;
  }
}

.ptb-8rem {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .ptb-8rem {
    padding: 4rem 0;
  }
}

.pt-8rem {
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .pt-8rem {
    padding-top: 4rem;
  }
}

.pb-8rem {
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .pb-8rem {
    padding-bottom: 4rem;
  }
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group label {
  position: absolute;
  top: 10px;
  left: 10px;
  transition: 0.3s ease-in-out;
}
.form-group.active label {
  top: -6px;
  font-size: 12px;
  padding: 0 5px;
  background: white;
  line-height: 1;
}
.form-group input,
.form-group textarea {
  width: 100%;
  height: 45px;
  font-size: 18px;
  color: black;
  border-radius: 4px;
  outline: none;
  padding: 10px;
  border: 1px solid gray;
}
.form-group textarea {
  resize: none;
  height: 150px;
}

.contain-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.centerCol {
  margin: 0 auto;
}

.custom-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  isolation: isolate;
  font-size: 16px;
  color: white;
  border: 0;
  font-weight: 500;
  border-radius: 4px;
  background-color: black;
  transition: 0.3s ease-in-out;
  padding: 12px 24px;
  overflow: hidden;
  z-index: 1;
}
.custom-btn span {
  position: relative;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  z-index: 1;
}
.custom-btn:before, .custom-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  transition: 0.2s ease-in;
  background-color: #bd1e2d;
}
.custom-btn:before {
  top: 0;
}
.custom-btn:after {
  bottom: 0;
}
.custom-btn:hover span {
  color: white;
}
.custom-btn:hover:before, .custom-btn:hover:after {
  height: 50%;
}
@media (max-width: 991px) {
  .custom-btn {
    font-size: 14px;
    padding: 10px 16px;
  }
}
@media (max-width: 767px) {
  .custom-btn {
    font-size: 14px;
    padding: 8px 12px;
  }
}

.pueodo-header {
  height: 114px;
}
@media (max-width: 991px) {
  .pueodo-header {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .pueodo-header {
    height: 74px;
  }
}

header {
  box-shadow: 0px 0px 12px lightgray;
  background-color: white;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
  padding: 24px 0;
}
header.sticky {
  position: fixed;
}
header.sticky .head-items .logo {
  max-width: 170px;
}
header.sticky .mobile-head .logo {
  max-width: 90px;
}
@media (max-width: 991px) {
  header.sticky {
    padding: 12px 0;
  }
}
header .head-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head-items .logo {
  max-width: 200px;
  transition: 0.3s ease-in-out;
}
header .head-items .logo img {
  width: 100%;
  height: 100%;
}
header nav {
  display: flex;
  gap: 30px;
}
header nav a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  transition: 0.2s ease-in-out;
}
header nav a:hover {
  color: #bd1e2d;
}
header nav a:hover .dots {
  opacity: 1;
  bottom: -10px;
}
header nav a.active {
  color: #bd1e2d;
}
header nav a.active .dots {
  opacity: 1;
  bottom: -10px;
}
header nav a .dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #bd1e2d;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
header nav a .dots:before, header nav a .dots:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background-color: black;
}
header nav a .dots:before {
  left: -10px;
}
header nav a .dots:after {
  right: -10px;
}
header .mobile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* menu-icon */
  /* menu-icon */
  /* menu-box */
  /* menu-box */
}
header .mobile-head .logo {
  max-width: 120px;
  transition: 0.3s ease-in-out;
}
header .mobile-head .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .mobile-head .menu-btn {
  margin-left: 15px;
}
header .mobile-head .menu-btn svg {
  width: 35px;
  height: 35px;
}
header .mobile-head .path1,
header .mobile-head .path2 {
  stroke-dasharray: 104;
  stroke-dashoffset: -71;
  transition: 1s all ease;
}
header .mobile-head .cross {
  stroke-dashoffset: 68;
  stroke: white;
}
header .mobile-head .cross + .mline {
  stroke: white;
}
header .mobile-head .mline {
  stroke-dasharray: 41;
  stroke-dashoffset: -82;
  transition: 1s all ease;
}
header .mobile-head .hide {
  stroke-dasharray: 43;
  stroke-dashoffset: 130;
}
header .mobile-head .me-15px {
  margin-right: 10px !important;
}
header .mobile-head .menu-box {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #bd1e2d;
  z-index: 9;
  display: none;
}
header .mobile-head .menu-btn {
  position: relative;
  z-index: 10;
}
header .mobile-head .menu-box > nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
header .mobile-head .menu-box > nav a {
  font-size: 3rem;
  color: white;
  text-transform: uppercase;
  font-family: "Bungee", sans-serif;
  line-height: 1;
  transition: 0.4s ease-in-out;
  position: relative;
  font-weight: bold;
  -webkit-text-stroke: 2px rgb(255, 255, 255);
  color: transparent;
}
header .mobile-head .menu-box > nav a:after {
  position: absolute;
  content: "";
  width: 0;
  bottom: -5px;
  height: 2px;
  background: white;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s ease-in-out;
}
header .mobile-head .menu-box > nav a.active:after {
  width: 100%;
}
header .mobile-head .menu-box > nav a:hover {
  color: white;
  -webkit-text-stroke: 0;
}
header .mobile-head .menu-box > nav a:hover:after {
  width: 100%;
}
@media (max-width: 767px) {
  header {
    padding: 16px 0;
  }
}

.banner {
  background-color: #bd1e2d;
  min-height: 800px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.banner.inner-banner {
  min-height: 600px;
}
.banner.inner-banner .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner.inner-banner > img {
  object-position: bottom;
}
@media (max-width: 767px) {
  .banner.inner-banner {
    min-height: 350px;
  }
  .banner.inner-banner > img {
    height: 75%;
  }
}
.banner > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.banner h1 {
  text-align: center;
  color: white;
}
.banner h1 span {
  -webkit-text-stroke: 2px rgb(255, 255, 255);
  color: transparent;
  display: block;
}
.banner h1 + img {
  height: 600px;
  object-fit: contain;
}
.banner .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .banner > img {
    height: 85%;
  }
}
@media (max-width: 767px) {
  .banner {
    min-height: auto;
  }
  .banner > img {
    height: 45%;
  }
  .banner h1 {
    font-size: 3.5rem;
  }
  .banner h1 + img {
    height: 330px;
  }
}

.game-sec .container-fluid {
  padding: 0;
}
.game-sec h2 span {
  -webkit-text-stroke: 2px #bd1e2d;
  color: transparent;
}
.game-sec .game-slider {
  min-height: 520px;
}
.game-sec .game-slider .item {
  position: relative;
  margin: 0 20px;
  overflow: hidden;
  height: 345px;
  transition: 0.4s ease-in-out;
  transform: scale(0.9);
}
.game-sec .game-slider .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.game-sec .game-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.game-sec .game-slider .item h4 {
  position: absolute;
  color: white;
  padding: 40px 20px;
  font-size: 32px;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-20px);
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.game-sec .game-slider .item:hover:before {
  height: 60%;
}
.game-sec .game-slider .item:hover h4 {
  opacity: 1;
  transform: translateY(0);
}
.game-sec .game-slider .item:hover img {
  transform: scale(1.2);
}
.game-sec .game-slider .slick-track {
  display: flex;
  align-items: center;
}
.game-sec .game-slider .slick-arrow {
  position: absolute;
  top: auto;
  bottom: 0;
}
.game-sec .game-slider .slick-prev {
  left: calc(50% - 60px);
}
.game-sec .game-slider .slick-next {
  right: calc(50% - 60px);
}
.game-sec .game-slider .slick-slide .item img {
  filter: grayscale(1);
}
.game-sec .game-slider .slick-center .item {
  height: 420px;
  transform: scale(1);
}
.game-sec .game-slider .slick-center .item img {
  filter: grayscale(0);
}
@media (max-width: 767px) {
  .game-sec .game-slider {
    min-height: 420px;
  }
  .game-sec .game-slider .item {
    height: 245px;
  }
  .game-sec .game-slider .item h4 {
    font-size: 18px;
  }
  .game-sec .game-slider .slick-center .item {
    height: 320px;
  }
}

.step-sec {
  position: relative;
  isolation: isolate;
  background-color: #f1f1f1;
  overflow: hidden;
}
.step-sec > .img {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  top: 0;
}
.step-sec > .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.step-sec .step {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 120px;
}
.step-sec .step h3 {
  border: 3px solid #bd1e2d;
  margin: 0;
  line-height: 1;
  padding: 20px;
  font-size: 2rem;
  border-left: 0;
  position: relative;
}
.step-sec .step h3 span {
  font-size: 5rem;
  -webkit-text-stroke: 2px black;
  color: transparent;
}
.step-sec .step h3:nth-child(1):before, .step-sec .step h3:nth-child(2):before, .step-sec .step h3:nth-child(3):before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  top: -90px;
  left: -50px;
  background: url(../images/controller.png) center/contain no-repeat;
}
.step-sec .step h3:nth-child(2):before {
  background: url(../images/golden-ticket.png) center/contain no-repeat;
  top: -66px;
}
.step-sec .step h3:nth-child(3):before {
  background: url(../images/coin-collecting.png) center/contain no-repeat;
  top: -83px;
}
@media (max-width: 1400px) {
  .step-sec .step h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1180px) {
  .step-sec .step {
    padding: 0;
  }
  .step-sec .step h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .step-sec .step {
    gap: 70px;
  }
  .step-sec .step h3 {
    border-left: 3px solid #bd1e2d;
    border-right: 0;
  }
  .step-sec .step h3 span {
    display: block;
  }
  .step-sec .step h3:nth-child(1):before, .step-sec .step h3:nth-child(2):before, .step-sec .step h3:nth-child(3):before {
    left: auto;
    right: -10px;
  }
  .step-sec > .img {
    position: unset;
    width: 100%;
    margin-bottom: 7rem;
  }
}

.support-sec {
  position: relative;
  isolation: isolate;
}
.support-sec .txt {
  padding: 40px;
  position: relative;
  margin-top: 200px;
  width: 100%;
  height: 600px;
  background-color: white;
  box-shadow: 0 0 60px rgba(8, 8, 8, 0.6), 0 0 120px rgba(12, 12, 12, 0.4), 0 0 180px rgba(54, 51, 51, 0.2);
  transition: box-shadow 0.3s ease-in-out;
  animation: glow 3s infinite ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 5px solid;
  border-image: linear-gradient(to right, #bd1e2d 50%, black 50%);
  border-image-slice: 1;
}
.support-sec .txt:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 300px;
  background: url(../images/5machines.png) center/cover no-repeat;
  top: -200px;
  left: 0;
  z-index: -1;
}
.support-sec .txt h2 {
  color: #bd1e2d;
}
.support-sec .col-lg-3:nth-last-child(1) img {
  display: block;
  margin-left: auto;
  transform: rotateY(180deg);
}
@media (max-width: 1180px) {
  .support-sec .txt {
    height: auto;
  }
  .support-sec .txt:before {
    height: 230px;
  }
}
@media (max-width: 990px) {
  .support-sec .txt:before {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .support-sec .txt {
    padding: 40px 24px 64px 24px;
  }
  .support-sec .txt:before {
    height: 250px;
  }
}

@keyframes glow {
  0% {
    box-shadow: 0 0 40px rgba(41, 39, 39, 0.4), 0 0 100px rgba(229, 57, 53, 0.2);
  }
  50% {
    box-shadow: 0 0 100px rgba(31, 30, 30, 0.7), 0 0 200px rgba(22, 21, 21, 0.4);
  }
  100% {
    box-shadow: 0 0 40px rgba(34, 32, 32, 0.4), 0 0 100px rgba(229, 57, 53, 0.2);
  }
}
.contact-sec {
  position: relative;
}
.contact-sec .img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.contact-sec .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-sec .contact-form {
  margin: 100px 0;
  background-color: white;
  box-shadow: 0px 0px 12px lightgray;
  border: 5px solid;
  border-image: linear-gradient(to right, #bd1e2d 50%, black 50%);
  border-image-slice: 1;
}
.contact-sec .contact-form > div {
  padding: 40px 60px;
  background-color: white;
}
.contact-sec .contact-form h2 span {
  -webkit-text-stroke: 2px #bd1e2d;
  color: transparent;
}
@media (max-width: 1180px) {
  .contact-sec .contact-form > div {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .contact-sec .img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    position: absolute;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .contact-sec {
    background: #bd1e2d;
  }
  .contact-sec .img {
    display: none;
  }
  .contact-sec .contact-form {
    box-shadow: unset;
    margin: 65px 0;
  }
}

footer {
  padding-top: 60px;
  background: url(../images/footer-bg.svg) center/cover no-repeat;
  position: relative;
}
footer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #bd1e2d 50%, black 50%);
}
footer .copy-right {
  margin-top: 60px;
  padding: 20px 0;
  text-align: center;
  position: relative;
  display: block;
}
footer .copy-right:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #bd1e2d 50%, black 50%);
}
footer .logo {
  max-width: 350px;
  display: block;
}
footer .logo + p {
  max-width: 500px;
}
footer .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer ul li a {
  font-size: 16px;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  padding: 5px 0;
  display: block;
}
footer ul li a:hover {
  color: #bd1e2d;
}
@media (max-width: 1180px) {
  footer h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  footer .logo {
    max-width: 250px;
  }
}

.contact-pg {
  position: relative;
  overflow: hidden;
}
.contact-pg:before {
  position: absolute;
  content: "";
  background: url(../images/map.png) center/cover no-repeat;
  width: 700px;
  height: 400px;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.contact-pg h2 span {
  -webkit-text-stroke: 2px rgb(0, 0, 0);
  color: transparent;
}
.contact-pg .contact-card {
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #bd1e2d;
  color: white;
  box-shadow: 0px 0px 12px #474242;
  border: 5px solid;
  border-image: linear-gradient(to right, #bd1e2d 50%, black 50%);
  border-image-slice: 1;
  margin-bottom: 8rem;
  font-size: 22px;
  transition: 0.3s ease-in-out;
}
.contact-pg .contact-card i {
  font-size: 3rem;
  margin-bottom: 10px;
}
@keyframes wobble {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(45deg);
  }
  40% {
    transform: rotate(-45deg);
  }
  60% {
    transform: rotate(45deg);
  }
  80% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(0);
  }
}
.contact-pg .contact-card strong {
  font-family: "Inter", sans-serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: bold;
}
.contact-pg .contact-card:hover {
  background-color: black;
}
.contact-pg .contact-card:hover i {
  animation: wobble 1s linear;
}
.contact-pg form {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .contact-pg .contact-card {
    margin-bottom: 3rem;
    font-size: 18px;
  }
}

.games-provider-sec {
  background-color: black;
  padding: 60px 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.games-provider-sec h2 {
  margin-bottom: 0;
  color: white;
}
.games-provider-sec .games-provider {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}
.games-provider-sec .games-provider div svg,
.games-provider-sec .games-provider div img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .games-provider-sec h2 {
    text-align: center;
  }
  .games-provider-sec .container {
    position: relative;
    z-index: 1;
  }
  .games-provider-sec .games-provider {
    flex-direction: column;
    gap: 0;
  }
  .games-provider-sec .games-provider div img {
    height: 150px;
  }
}

.games .nav-pills {
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 64px;
}
.games .nav-pills .nav-link {
  background-color: black;
  border: 3px solid #bd1e2d;
  transition: 0.2s ease-in-out;
}
.games .nav-pills .nav-link.active {
  background-color: #bd1e2d;
  border: 3px solid #bd1e2d;
}
.games .nav-pills .nav-link img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.games .games-gallery {
  display: grid;
  place-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.games .games-gallery a {
  height: 350px;
  width: 100%;
  display: block;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.games .games-gallery a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: linear-gradient(0deg, rgb(10, 10, 10) 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.games .games-gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.games .games-gallery a h5 {
  position: absolute;
  bottom: -180px;
  padding: 40px 20px;
  transition: 0.3s ease-in-out;
  color: white;
  z-index: 1;
  font-size: 32px;
  text-align: center;
}
.games .games-gallery a:hover {
  box-shadow: 0px 0px 12px black;
}
.games .games-gallery a:hover:before {
  height: 70%;
}
.games .games-gallery a:hover h5 {
  bottom: 0px;
}
@media (max-width: 991px) {
  .games .games-gallery {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .games .games-gallery {
    grid-template-columns: 1fr;
  }
}

.abt-sec .txt a {
  margin-top: 22px;
}

/*# sourceMappingURL=style.css.map */
