@import "../vendors/css/fonts.css";
body {
  font-family: "Rajdhani", sans-serif;
  color: #030308;
  font-weight: 400;
  position: relative;
}

html,
body {
  scroll-behavior: smooth;
  height: 100%;
}

img {
  max-width: 100%;
}

.app-container {
  max-width: 1728px;
}

.no-scroll {
  overflow: hidden;
}

.shadow-img {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.shadow-img::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 82%;
  height: 13px;
  background: #555555 0% 0% no-repeat padding-box;
  opacity: 0.24;
  filter: blur(5px);
  border-radius: 50%;
  transition: all 0.3s ease-out;
}

.shadow-img-large {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.shadow-img-large::after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 0;
  right: 0;
  margin: auto;
  width: 82%;
  height: 22px;
}
@media (min-width: 992px) {
  .shadow-img-large::after {
    background: #555555 0% 0% no-repeat padding-box;
    opacity: 0.24;
    filter: blur(5px);
    border-radius: 50%;
    transition: all 0.3s ease-out;
  }
}

.section-title {
  font-size: 50px;
  color: #313131;
  font-weight: bold;
}
@media (max-width: 992px) {
  .section-title {
    font-size: 30px;
  }
}

.para-title {
  font-size: 28px;
  color: #313131;
  font-weight: bold;
}
@media (max-width: 992px) {
  .para-title {
    font-size: 20px;
  }
}

.block-title-sec {
  font-size: 40px;
  color: #313131;
  font-weight: bold;
}
@media (max-width: 992px) {
  .block-title-sec {
    font-size: 30px;
  }
}

.section-desc {
  color: #313131;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .section-desc {
    font-size: 16px;
  }
}

.dark-text {
  color: #000000;
}

.green-text {
  color: #00FFB1;
}

.light-green-text {
  color: #BFCB41;
}

.red-text {
  color: #FF0000;
}

.theme-text {
  color: #F48220;
}

.blue-text {
  color: #00E2FF;
}

.purple-text {
  color: #A641CB;
}

.yellow-text {
  color: #E2BF00;
}

.seprator-theme {
  height: 1px;
  background: linear-gradient(134deg, rgb(251, 134, 26) 0%, rgb(177, 6, 6) 100%);
}

.circle-icon {
  min-width: 25px;
}

.count-info-wrapper {
  background-color: #F2F2F2;
}
.count-info-wrapper .count-title {
  font-size: 50px;
  font-weight: bold;
  color: #F48220;
}
@media (max-width: 992px) {
  .count-info-wrapper .count-title .api-img {
    height: 35px;
  }
}
@media (max-width: 992px) {
  .count-info-wrapper .count-title .mob-check {
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 992px) {
  .count-info-wrapper .count-title {
    font-size: 30px;
  }
}
.count-info-wrapper .info-name {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 992px) {
  .count-info-wrapper .info-name {
    font-size: 20px;
  }
}
@media (min-width: 601px) {
  .count-info-wrapper .info-item {
    flex: 1;
  }
}
@media (max-width: 600px) {
  .count-info-wrapper .info-item {
    width: 42%;
  }
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1328px !important;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    overflow: hidden;
  }

  .container.header-container {
    overflow: visible;
  }
}

.intitial-dnone {
  display: none;
}

.theme-btn {
  background: rgb(251, 134, 26);
  background: linear-gradient(134deg, rgb(251, 134, 26) 0%, rgb(177, 6, 6) 100%);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  height: 46px;
  border: none;
}
a.theme-btn {
  padding: 10px;
}
.theme-btn:hover {
  color: #FFFFFF;
  opacity: 0.8;
}

.grow-business-wrapper {
  background: rgb(252, 225, 173);
  background: linear-gradient(134deg, rgb(252, 225, 173) 0%, rgb(228, 252, 248) 77%, rgb(213, 255, 247) 95%);
}
.grow-business-wrapper .block-title {
  color: #313131;
  font-weight: bold;
  font-size: 80px;
}
@media (max-width: 992px) {
  .grow-business-wrapper .block-title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.grow-business-wrapper .block-desc {
  color: #313131;
  font-size: 30px;
}
@media (max-width: 992px) {
  .grow-business-wrapper .block-desc {
    font-size: 14px;
  }
}

.faq-wrapper {
  background-color: #151515;
}
.faq-wrapper .small-title {
  color: #F48220;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .faq-wrapper .small-title {
    font-size: 18px;
  }
}
.faq-wrapper .block-title {
  color: #ffffff;
  font-size: 50px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .faq-wrapper .block-title {
    font-size: 23px;
  }
}
.faq-wrapper .info-block-wrapper {
  background: #1F1F1F 0% 0% no-repeat padding-box;
  border: 1px solid #3C3C3C;
  border-radius: 10px;
  max-width: 613px;
}
.faq-wrapper .info-block-wrapper .icon-wrap {
  width: 69px;
  height: 54px;
  border-radius: 25px;
  background: rgb(255, 230, 206);
  background: linear-gradient(134deg, rgb(255, 230, 206) 0%, rgb(255, 170, 170) 50%);
}
.faq-wrapper .info-block-wrapper .into-title {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .faq-wrapper .info-block-wrapper .into-title {
    font-size: 18px;
  }
}
.faq-wrapper .info-block-wrapper .card-desc {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .faq-wrapper .info-block-wrapper .card-desc {
    font-size: 16px;
  }
}

.contact-us-wrapper .block-title {
  font-size: 50px;
  color: #313131;
  font-weight: bold;
  font-family: "Rajdhani";
}
@media (max-width: 992px) {
  .contact-us-wrapper .block-title {
    font-size: 30px;
  }
}
.contact-us-wrapper .block-desc {
  color: #313131;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .contact-us-wrapper .block-desc {
    font-size: 16px;
  }
}
.contact-us-wrapper .contact-us-form {
  background: rgb(255, 255, 255);
  background: linear-gradient(134deg, rgb(255, 255, 255) 6%, rgb(247, 247, 247) 69%);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
}
.contact-us-wrapper .contact-us-form .input-label {
  color: #283646;
  font-size: 16px;
  font-weight: bold;
}
.contact-us-wrapper .contact-us-form .input-item {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  height: 43px;
  font-size: 16px;
}
.contact-us-wrapper .contact-us-form .input-item::-moz-placeholder {
  color: #A2A9B0;
  font-size: 16px;
}
.contact-us-wrapper .contact-us-form .input-item::placeholder {
  color: #A2A9B0;
  font-size: 16px;
}
.contact-us-wrapper .contact-us-form textarea {
  resize: none;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  font-size: 16px;
}
.contact-us-wrapper .contact-us-form textarea::-moz-placeholder {
  color: #A2A9B0;
  font-size: 16px;
}
.contact-us-wrapper .contact-us-form textarea::placeholder {
  color: #A2A9B0;
  font-size: 16px;
}

.demo-template-wrapper {
  background: rgb(228, 252, 248);
  background: linear-gradient(304deg, rgb(228, 252, 248) 25%, rgb(250, 255, 254) 57%, rgb(255, 255, 255) 100%);
}
.demo-template-wrapper .demo-temp-img {
  max-height: 565px;
  -o-object-fit: contain;
     object-fit: contain;
}
.demo-template-wrapper .topbar-wrapper {
  background: linear-gradient(130deg, rgb(255, 255, 255) 0%, rgb(182, 245, 236) 47%);
}
.demo-template-wrapper .block-title {
  font-size: 70px;
  font-weight: bold;
  color: #313131;
}
@media (max-width: 992px) {
  .demo-template-wrapper .block-title {
    font-size: 35px;
  }
}
.demo-template-wrapper .block-title .bg-line-img {
  display: inline-block;
  background-image: url(../images/green-circle-line.png);
  height: 128px;
  padding: 0 19px;
  background-size: contain;
  background-position-y: -9px;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .demo-template-wrapper .block-title .bg-line-img {
    height: 63px;
    background-position-y: -5px;
  }
}

.footer-wrapper .section-desc {
  font-size: 16px;
}
.footer-wrapper .footer-link-item .item-title {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.footer-wrapper .footer-link-item .item-title::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(134deg, rgb(251, 134, 26) 0%, rgb(177, 6, 6) 100%);
}
.footer-wrapper .links-list .link-list-item .link {
  color: #313131;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .footer-wrapper .links-list .link-list-item .link {
    font-size: 14px;
  }
}
.footer-wrapper .links-list .link-list-item .link:hover {
  color: #F48220;
}
@media (max-width: 992px) {
  .footer-wrapper .bottom-links {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .footer-wrapper .social-links-wrapper {
    width: 100%;
  }
}
.footer-wrapper .social-links-wrapper .social-link {
  width: 40px;
  height: 40px;
  background: #313131;
  border-radius: 50%;
}
.footer-wrapper .social-links-wrapper .social-link:hover {
  background: linear-gradient(134deg, rgb(251, 134, 26) 0%, rgb(177, 6, 6) 100%);
}

.facts-figures-wrapper {
  background-image: url(../images/facts-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.facts-figures-wrapper .facts-title {
  font-size: 65px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 992px) {
  .facts-figures-wrapper .facts-title {
    font-size: 30px;
  }
}
.facts-figures-wrapper .facts-desc {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 992px) {
  .facts-figures-wrapper .facts-desc {
    font-size: 16px;
  }
}
.facts-figures-wrapper .info-item .item-title {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 992px) {
  .facts-figures-wrapper .info-item .item-title {
    font-size: 30px;
  }
}
.facts-figures-wrapper .info-item .item-desc {
  font-size: 22px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
}
@media (max-width: 992px) {
  .facts-figures-wrapper .info-item .item-desc {
    font-size: 16px;
  }
}
.facts-figures-wrapper .facts-img {
  height: 470px;
  max-width: 470px;
  -o-object-fit: contain;
     object-fit: contain;
}
.facts-figures-wrapper .facts-img.facts-sports {
  height: 280px;
}
@media (max-width: 992px) {
  .facts-figures-wrapper .facts-img {
    height: 240px;
    width: 240px;
    max-width: 100%;
  }
}

.facts-figures-landing {
  background-color: #F2F2F2;
}
.facts-figures-landing .facts-desc {
  font-weight: 500;
  font-size: 22px;
}
@media (max-width: 992px) {
  .facts-figures-landing .facts-desc {
    font-size: 16px;
  }
}
.facts-figures-landing .info-item .item-title {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 992px) {
  .facts-figures-landing .info-item .item-title {
    font-size: 30px;
  }
}
.facts-figures-landing .info-item .item-desc {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 992px) {
  .facts-figures-landing .info-item .item-desc {
    font-size: 16px;
  }
}
.facts-figures-landing .facts-img {
  height: 395px;
  max-width: 392px;
  -o-object-fit: contain;
     object-fit: contain;
}
.facts-figures-landing .facts-img.facts-sports {
  height: 280px;
}
@media (max-width: 992px) {
  .facts-figures-landing .facts-img {
    height: 240px;
    width: 240px;
    max-width: 100%;
  }
}
.facts-figures-landing .shadow-img-large::after {
  margin-left: auto;
  margin-right: 0;
}

.back-to-top {
  position: fixed;
  bottom: -40px;
  right: 40px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(134deg, rgb(251, 134, 26) 0%, rgb(177, 6, 6) 100%);
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 9;
  transition: all 0.3s;
}
.back-to-top:focus {
  color: #fff;
}
.back-to-top.show {
  bottom: 40px;
  right: 40px;
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 575px) {
  .back-to-top.show {
    bottom: 10px;
    right: 10px;
  }
}
@media (max-width: 575px) {
  .back-to-top.show:hover {
    bottom: 10px;
  }
}
.back-to-top:hover {
  color: #fff;
  bottom: 30px;
}
.back-to-top .arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
  position: absolute;
  width: 12px;
  height: 12px;
  background-size: contain;
  transform: rotate(-90deg);
  top: 30%;
  left: 40%;
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.back-to-top .arrow:nth-child(2) {
  top: 42%;
}
@media (max-width: 575px) {
  .back-to-top .arrow {
    top: 27%;
    left: 37%;
  }
}
.back-to-top:hover .arrow:nth-child(2) {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media (max-width: 575px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.carousel-block-wrapper .left-large-img {
  width: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-block-wrapper .left-large-img:not(.detail-large) {
  max-height: 450px;
}
.carousel-block-wrapper .left-large-img.detail-large {
  max-height: 611px;
}
@media (max-width: 992px) {
  .carousel-block-wrapper .left-large-img {
    max-height: 260px;
  }
}
.carousel-block-wrapper .right-small-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.carousel-block-wrapper .right-small-img:not(.detail-small) {
  max-height: 217px;
}
.carousel-block-wrapper .right-small-img.detail-small {
  height: 290px;
}
@media (max-width: 992px) {
  .carousel-block-wrapper .right-small-img {
    max-height: 130px;
  }
}
.carousel-block-wrapper .img-wrapper-hover {
  transition: all 0.4s ease-out;
}
.carousel-block-wrapper .img-wrapper-hover .hover-action-wrapper {
  transition: all 0.4s ease-out;
  transform: scale(0.7);
  display: flex;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.carousel-block-wrapper .img-wrapper-hover .hover-action-wrapper .hover-action {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  height: 120px;
  width: 140px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .carousel-block-wrapper .img-wrapper-hover .hover-action-wrapper .hover-action {
    height: 80px;
    width: 100px;
  }
}
.carousel-block-wrapper .img-wrapper-hover .hover-action-wrapper .hover-action svg {
  fill: #00FFB1;
  height: 50px;
  width: 50px;
}
@media (max-width: 992px) {
  .carousel-block-wrapper .img-wrapper-hover .hover-action-wrapper .hover-action svg {
    height: 30px;
    width: 30px;
  }
}
.carousel-block-wrapper .img-wrapper-hover .hover-action-wrapper .action-text {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.carousel-block-wrapper .img-wrapper-hover::after {
  content: "";
  transition: 0.4s ease-out;
}
.carousel-block-wrapper .img-wrapper-hover:hover .hover-action-wrapper {
  transform: scale(1);
  opacity: 1;
}
.carousel-block-wrapper .img-wrapper-hover:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 15px;
}
.carousel-block-wrapper .btn-more {
  transition: 0.3s ease-out;
  border: 1px solid #F48220;
  color: #F48220;
  border-radius: 11px;
  font-weight: bold;
  font-size: 14px;
}
.carousel-block-wrapper .btn-more:hover {
  background: linear-gradient(134deg, rgb(251, 134, 26) 0%, rgb(177, 6, 6) 100%);
  color: #ffffff;
}

.feature-game-provider-wrapper .feature-title {
  font-size: 50px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .feature-game-provider-wrapper .feature-title {
    font-size: 30px;
  }
}
.feature-game-provider-wrapper .gameprovider-imgitem {
  display: flex;
  justify-content: center;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  padding: 20px 30px;
  height: 123px;
  max-width: 286px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .feature-game-provider-wrapper .gameprovider-imgitem {
    margin-bottom: 20px;
    padding: 15px;
    height: 70px;
  }
}
.feature-game-provider-wrapper .gameprovider-imgitem .img-light {
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.feature-game-provider-wrapper .gameprovider-imgitem .img-light {
  display: none;
}
.feature-game-provider-wrapper .gameprovider-imgitem .img-dark {
  transition: all 0.4s ease-out;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  filter: grayscale(1);
  opacity: 0.4;
}
.feature-game-provider-wrapper .gameprovider-imgitem:hover {
  cursor: pointer;
}
.feature-game-provider-wrapper .gameprovider-imgitem:hover .img-light {
  display: none;
}
.feature-game-provider-wrapper .gameprovider-imgitem:hover .img-dark {
  filter: none;
  opacity: 1;
  transform: scale(0.8);
}

.choose-product-wrapper {
  background-color: #F2F2F2;
}
.choose-product-wrapper .choose-product-title {
  color: #313131;
  font-size: 50px;
  font-weight: bold;
}
.choose-product-wrapper .choose-product-title span {
  color: #FF0000;
}
@media (max-width: 992px) {
  .choose-product-wrapper .choose-product-title {
    font-size: 25px;
  }
}
.choose-product-wrapper .block-description {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}
.choose-product-wrapper .custom-tab-links .nav-link {
  border-left: 12px solid #F4F4F4;
  padding-left: 20px;
  color: #777777;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  border-radius: 0;
}
.choose-product-wrapper .custom-tab-links .nav-link.active, .choose-product-wrapper .custom-tab-links .show > .nav-link {
  background-color: transparent;
  color: #FF0000;
  font-weight: bold;
  border-color: #FF0000;
}
.choose-product-wrapper .dice-item {
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .choose-product-wrapper .dice-item {
    height: 200px;
  }
}
.choose-product-wrapper .diceItem-small {
  max-width: 130px;
}
.choose-product-wrapper .tab-content-wrapper .content-img {
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .choose-product-wrapper .tab-content-wrapper .content-img {
    height: 150px;
  }
}
.choose-product-wrapper .tab-content-wrapper .tab-desc {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .choose-product-wrapper .tab-content-wrapper .tab-desc {
    font-size: 15px;
  }
}

.custom-tabs .nav-pills {
  align-items: center;
}
.custom-tabs .nav-link {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 992px) {
  .custom-tabs .nav-link {
    font-size: 16px;
  }
}
.custom-tabs .nav-pills .nav-link.active, .custom-tabs .nav-pills .show > .nav-link {
  background-color: transparent;
  border-radius: 0;
  color: #F48220;
  font-weight: bold;
  border-bottom: 2px solid #F48220;
}
@media (max-width: 992px) {
  .custom-tabs .nav-pills .nav-link.active, .custom-tabs .nav-pills .show > .nav-link {
    border-bottom: 2px solid #F48220;
  }
}

.softwaresolution-wrapper {
  background-image: url(../images/game-solution-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.softwaresolution-wrapper.product-wrap {
  background-color: #F2F2F2;
  background-image: none;
}
.softwaresolution-wrapper .diceItem-small {
  max-height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
}
.softwaresolution-wrapper .diceItem-large {
  max-height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}
.softwaresolution-wrapper .choose-product-title {
  color: #313131;
  font-size: 50px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .softwaresolution-wrapper .choose-product-title {
    font-size: 25px;
  }
}
.softwaresolution-wrapper .block-description {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}
.softwaresolution-wrapper .block-title {
  color: #313131;
  font-size: 50px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .softwaresolution-wrapper .block-title {
    font-size: 30px;
  }
}
.softwaresolution-wrapper .block-desc {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}
.softwaresolution-wrapper .tabs-left-wrapper .wrap-block-item {
  max-width: 305px;
  margin-left: auto;
}
@media (max-width: 992px) {
  .softwaresolution-wrapper .tabs-left-wrapper .wrap-block-item {
    max-width: 230px;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .softwaresolution-wrapper .tabs-left-wrapper .wrap-block-item {
    max-width: 170px;
  }
}
.softwaresolution-wrapper .tabs-left-wrapper .mid-desc {
  font-weight: bold;
  font-size: 30px;
}
@media (max-width: 992px) {
  .softwaresolution-wrapper .tabs-left-wrapper .mid-desc {
    font-size: 20px;
  }
}
.softwaresolution-wrapper .tabs-left-wrapper .logo-rotate-tl {
  transform: rotate(-180deg);
}
.softwaresolution-wrapper .tabs-left-wrapper .logo-rotate-tr {
  transform: rotate(-90deg);
}
.softwaresolution-wrapper .tabs-left-wrapper .logo-rotate-bl {
  transform: rotate(90deg);
}
.softwaresolution-wrapper .tabs-left-wrapper .logo-item {
  width: 117px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .softwaresolution-wrapper .tabs-left-wrapper .logo-item {
    height: 70px;
    width: 70px;
  }
}
.softwaresolution-wrapper .tabs-left-wrapper .logo-item.logo-gray {
  height: 106px;
  width: 120px;
}
@media (max-width: 992px) {
  .softwaresolution-wrapper .tabs-left-wrapper .logo-item.logo-gray {
    height: 65px;
    width: 65px;
  }
}
.softwaresolution-wrapper .tab-desc {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
@media (max-width: 992px) {
  .softwaresolution-wrapper .tab-desc {
    font-size: 16px;
    margin: 27px 0 !important;
  }
}
.softwaresolution-wrapper .tab-img-item {
  max-width: 200px;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.softwaresolution-wrapper .logo-item-wrap .logo-color {
  display: none;
}
.softwaresolution-wrapper .logo-item-wrap.activeTabLogo .logo-color {
  display: block;
}
.softwaresolution-wrapper .logo-item-wrap.activeTabLogo .logo-gray {
  display: none;
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: rotate(-90deg) translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: rotate(-90deg) translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: rotate(-90deg) translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: rotate(-90deg) translateX(0px) scale(1);
  }
}
.solution-banner-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.solution-banner-wrapper .provider-img {
  height: 100px;
  width: 365px;
  position: relative;
  left: -50px;
}
.solution-banner-wrapper .provider-img.cq9-img {
  left: -92px;
}
.solution-banner-wrapper .provider-img.absoluteLiveGaming {
  left: -87px;
}
.solution-banner-wrapper .provider-img.seven-mojos {
  left: -94px;
}
.solution-banner-wrapper .provider-img.habanero-img {
  left: -32px;
}
.solution-banner-wrapper .provider-img img {
  transform: scale(1.2);
}
@media (min-width: 992px) {
  .solution-banner-wrapper {
    padding-top: 70px;
  }
}
.solution-banner-wrapper .banner-img {
  max-height: 528px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .solution-banner-wrapper .banner-img {
    height: 330px;
  }
}
.solution-banner-wrapper .crypto-banner-wrap .banner-img {
  max-height: 481px;
  max-width: 550px;
}
.solution-banner-wrapper .banner-bonus {
  max-height: 440px;
}
.solution-banner-wrapper .banner-desc {
  color: #313131;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .solution-banner-wrapper .banner-desc {
    font-size: 16px;
  }
}
.solution-banner-wrapper .banner-wrap-bg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
@media (min-width: 992px) {
  .solution-banner-wrapper .banner-right-bg {
    height: 620px;
  }
}
.solution-banner-wrapper .whitelabel-bg {
  background-image: url(../images/solution/banner-bg-whitelabel.png);
  background-position-x: 55%;
  background-size: auto;
}
@media (max-width: 992px) {
  .solution-banner-wrapper .whitelabel-bg {
    background-position-x: 82%;
    background-position-y: top;
    background-size: 100%;
  }
}
@media (max-width: 768px) {
  .solution-banner-wrapper .whitelabel-bg {
    background-size: 142%;
  }
}
@media (max-width: 600px) {
  .solution-banner-wrapper .whitelabel-bg {
    background-size: 220%;
  }
}
.solution-banner-wrapper .turnkey-bg {
  background-image: url(../images/solution/banner-bg-turnkey.png);
  background-position-x: 70%;
  background-size: auto;
}
@media (max-width: 992px) {
  .solution-banner-wrapper .turnkey-bg {
    background-position-y: top;
    background-position-x: 90%;
    background-size: 144%;
  }
}
@media (max-width: 768px) {
  .solution-banner-wrapper .turnkey-bg {
    background-size: 170%;
  }
}
@media (max-width: 600px) {
  .solution-banner-wrapper .turnkey-bg {
    background-size: 220%;
  }
}
.solution-banner-wrapper .turnkey-bg .banner-img {
  max-height: 417px;
}
@media (min-width: 1200px) {
  .solution-banner-wrapper .turnkey-bg .banner-img {
    max-width: 595px;
  }
}
.solution-banner-wrapper .selfservice-bg {
  background-image: url(../images/solution/banner-bg-selfservice.png);
  background-position-x: 52%;
  background-size: auto;
}
@media (max-width: 992px) {
  .solution-banner-wrapper .selfservice-bg {
    background-position-x: 82%;
    background-position-y: top;
    background-size: 110%;
  }
}
@media (max-width: 768px) {
  .solution-banner-wrapper .selfservice-bg {
    background-size: 165%;
  }
}
@media (max-width: 500px) {
  .solution-banner-wrapper .selfservice-bg {
    background-size: 260%;
  }
}
.solution-banner-wrapper .selfservice-bg .banner-img {
  max-height: 449px;
}
.solution-banner-wrapper .bitcoin-bg {
  background-image: url(../images/common-bg.png);
  background-position-x: 52%;
  background-size: auto;
}
@media (max-width: 992px) {
  .solution-banner-wrapper .bitcoin-bg {
    background-position-x: 82%;
    background-position-y: top;
    background-size: 124%;
  }
}
@media (max-width: 630px) {
  .solution-banner-wrapper .bitcoin-bg {
    background-size: 150%;
  }
}
.solution-banner-wrapper .bitcoin-bg .banner-img {
  max-height: 469px;
}
@media (max-width: 768px) {
  .solution-banner-wrapper .bitcoin-bg .banner-img {
    max-height: 258px;
  }
}
.solution-banner-wrapper .slots-bg {
  background-image: url(../images/product/slots-bg.png);
}
@media (max-width: 992px) {
  .solution-banner-wrapper .slots-bg {
    background-position-x: 82%;
    background-position-y: top;
    background-size: 50%;
  }
}
.solution-banner-wrapper .slots-bg .banner-img {
  max-height: 390px;
}
@media (max-width: 768px) {
  .solution-banner-wrapper .slots-bg .banner-img {
    max-height: 220px;
  }
}
.solution-banner-wrapper .igaming-bg {
  background-image: url(../images/product/igaming-bg.png);
  background-size: auto;
  background-position-x: 70%;
}
@media (max-width: 992px) {
  .solution-banner-wrapper .igaming-bg {
    background-position-y: top;
    background-size: 116%;
  }
}
@media (max-width: 450px) {
  .solution-banner-wrapper .igaming-bg {
    background-position-x: 82%;
    background-size: 250%;
  }
}
.solution-banner-wrapper.aboutus-bg {
  background-image: url(../images/aboutus-bg.webp);
}
.solution-banner-wrapper .bonus-system-bg {
  background-image: url(../images/product/bg-bonus-system.png);
  background-size: auto;
  background-position-x: 54%;
  background-size: auto;
}
@media (max-width: 992px) {
  .solution-banner-wrapper .bonus-system-bg {
    background-position-y: top;
    background-size: 116%;
  }
}
.solution-banner-wrapper .bonus-system-bg .banner-img {
  max-height: 366px;
  max-width: 472px;
}
.solution-banner-wrapper .templates-bg {
  background-image: url(../images/common-bg.png);
  background-size: auto;
  background-position-x: 54%;
}
@media (max-width: 992px) {
  .solution-banner-wrapper .templates-bg {
    background-position-y: top;
    background-size: 116%;
  }
}
.solution-banner-wrapper .templates-bg .banner-img {
  max-height: 474px;
}
.solution-banner-wrapper .livegaming-bg {
  background-image: url(../images/common-bg.png);
  background-size: auto;
  background-position-x: 54%;
}
@media (max-width: 992px) {
  .solution-banner-wrapper .livegaming-bg {
    background-position-y: top;
    background-size: 116%;
  }
}
.solution-banner-wrapper .liscence-bg {
  background-image: url(../images/product/liscence-bg.png);
  background-size: auto;
  background-position-x: 66%;
}
@media (max-width: 992px) {
  .solution-banner-wrapper .liscence-bg {
    background-position-y: top;
    background-size: 116%;
  }
}
@media (max-width: 600px) {
  .solution-banner-wrapper .liscence-bg {
    background-position-y: top;
    background-size: 200%;
  }
}
.solution-banner-wrapper .liscence-bg .banner-img {
  max-height: 500px;
}

.gaming-solution-wrapper .user-plane-img {
  max-height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: 30px;
}
.gaming-solution-wrapper .user-plane-img.turnkey-remote {
  max-height: 325px;
}
@media (max-width: 992px) {
  .gaming-solution-wrapper .user-plane-img {
    max-height: 296px;
  }
}
.gaming-solution-wrapper .bg-circles {
  background-image: url(../images/solution/bg-circles.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.gaming-solution-wrapper .bg-circles-color {
  background-image: url(../images/solution/color-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 386px;
}
.gaming-solution-wrapper .bg-circles-color .shadow-img-large:not(.turnkey-remote-large)::after {
  bottom: -70px;
  width: 185px;
}
.gaming-solution-wrapper .bg-circles-color .turnkey-remote-large::after {
  bottom: -92px;
  width: 195px;
}
.gaming-solution-wrapper .block-title {
  color: #313131;
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .gaming-solution-wrapper .block-title {
    font-size: 25px;
  }
}
.gaming-solution-wrapper .info-block-card .card__head {
  background: transparent linear-gradient(96deg, rgba(255, 255, 255, 0.7764705882) 0%, rgba(255, 253, 245, 0.7058823529) 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  gap: 15px;
}
.gaming-solution-wrapper .info-block-card .card__head .small-logo {
  height: 28px;
  width: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.gaming-solution-wrapper .info-block-card .card__head .head-text {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.gaming-solution-wrapper .info-block-card .card__body {
  background: transparent linear-gradient(128deg, rgba(255, 255, 255, 0.7764705882) 0%, rgba(255, 251, 245, 0.7058823529) 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}
@media (min-width: 992px) {
  .gaming-solution-wrapper .info-block-card .card__body {
    min-height: 72%;
  }
}
.gaming-solution-wrapper .info-block-card .card__body .card-desc {
  color: #000000;
  font-weight: 500;
  font-size: 18px;
}

.casino-cards-container {
  background-color: #F2F2F2;
}
.casino-cards-container .cards-block-wrapper {
  margin-top: 170px;
}
@media (max-width: 992px) {
  .casino-cards-container .cards-block-wrapper .col-item {
    margin-bottom: 110px;
  }
  .casino-cards-container .cards-block-wrapper .col-item:last-of-type {
    margin-bottom: 0;
  }
}
.casino-cards-container .cards-block-wrapper .card-item {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 10px 24px 54px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #AAAAAA;
  border-radius: 20px;
  padding-top: 130px;
  padding: 130px 30px 30px 30px;
  cursor: pointer;
}
.casino-cards-container .cards-block-wrapper .card-item .item-title {
  font-size: 27px;
  font-weight: bold;
  opacity: 0.6;
  color: #000000;
}
@media (max-width: 992px) {
  .casino-cards-container .cards-block-wrapper .card-item .item-title {
    font-size: 20px;
  }
}
.casino-cards-container .cards-block-wrapper .card-item .item-desc {
  color: #000000;
  opacity: 0.44;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 992px) {
  .casino-cards-container .cards-block-wrapper .card-item .item-desc {
    font-size: 16px;
  }
}
.casino-cards-container .cards-block-wrapper .card-item .card-img-item {
  transition: all 0.4s ease-out;
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
  max-height: 210px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media (max-width: 992px) {
  .casino-cards-container .cards-block-wrapper .card-item .card-img-item {
    max-height: 175px;
    top: -84px;
  }
}
.casino-cards-container .cards-block-wrapper .card-item:hover .card-img-item {
  transform: scale(1.1);
}
.casino-cards-container .cards-block-wrapper .card-item:hover .item-desc {
  opacity: 1;
}
.casino-cards-container .cards-block-wrapper .card-item:hover.yellow-card-item {
  border-color: #FF8303;
}
.casino-cards-container .cards-block-wrapper .card-item:hover.yellow-card-item .item-title {
  color: #FF8303;
}
.casino-cards-container .cards-block-wrapper .card-item:hover.red-card-item {
  border-color: #FF0303;
}
.casino-cards-container .cards-block-wrapper .card-item:hover.red-card-item .item-title {
  color: #FF0303;
}
.casino-cards-container .cards-block-wrapper .card-item:hover.purple-card-item {
  border-color: #A259FF;
}
.casino-cards-container .cards-block-wrapper .card-item:hover.purple-card-item .item-title {
  color: #A259FF;
}
@media (max-width: 992px) {
  .casino-cards-container .cards-block-wrapper .card-item {
    padding-top: 100px;
  }
}

.feature-support-wrapper .feature-item .icon-wrap {
  width: 60px;
  height: 54px;
  min-width: 60px;
  min-height: 54px;
  background: transparent linear-gradient(153deg, #FFE6CE 0%, #FFAAAA 100%) 0% 0% no-repeat padding-box;
  border-radius: 25px;
}
.feature-support-wrapper .feature-item .item-text {
  color: #313131;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .feature-support-wrapper .feature-item .item-text {
    font-size: 16px;
  }
}

.casino-soulution-wrapper {
  background: transparent linear-gradient(120deg, #FDFDFD 0%, #E6E6E6 100%) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}
.casino-soulution-wrapper .block-title {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 8px;
}
@media (max-width: 992px) {
  .casino-soulution-wrapper .block-title {
    font-size: 45px;
    letter-spacing: 4px;
  }
}
.casino-soulution-wrapper .section-title {
  letter-spacing: 5px;
}
@media (max-width: 992px) {
  .casino-soulution-wrapper .section-title {
    letter-spacing: 2px;
  }
}
.casino-soulution-wrapper .info-cards-wrapper {
  margin-top: 200px;
}
@media (max-width: 992px) {
  .casino-soulution-wrapper .info-cards-wrapper {
    margin-top: 130px;
  }
}
.casino-soulution-wrapper .info-cards-wrapper .solution-info-card {
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
  border-radius: 30px;
  padding: 136px 30px 30px 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .casino-soulution-wrapper .info-cards-wrapper .solution-info-card {
    padding: 90px 20px 20px 20px;
  }
}
.casino-soulution-wrapper .info-cards-wrapper .solution-info-card .title-card {
  color: #000000;
  opacity: 0.6;
  font-size: 27px;
  font-weight: bold;
}
.casino-soulution-wrapper .info-cards-wrapper .solution-info-card .desc-card {
  color: #000000;
  opacity: 0.44;
  font-size: 19px;
  font-weight: 500;
}
.casino-soulution-wrapper .info-cards-wrapper .solution-info-card .info-card-img {
  position: absolute;
  top: -145px;
  left: 0;
  right: 0;
  max-height: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.5s ease-out;
}
@media (max-width: 992px) {
  .casino-soulution-wrapper .info-cards-wrapper .solution-info-card .info-card-img {
    max-height: 170px;
    top: -90px;
  }
}
.casino-soulution-wrapper .info-cards-wrapper .solution-info-card .self-service-img {
  max-height: 210px;
  top: -109px;
}
@media (max-width: 992px) {
  .casino-soulution-wrapper .info-cards-wrapper .solution-info-card .self-service-img {
    max-height: 130px;
    top: -74px;
  }
}
.casino-soulution-wrapper .info-cards-wrapper .solution-info-card .speedy-img {
  max-height: 190px;
  top: -97px;
}
@media (max-width: 992px) {
  .casino-soulution-wrapper .info-cards-wrapper .solution-info-card .speedy-img {
    max-height: 115px;
    top: -62px;
  }
}
.casino-soulution-wrapper .info-cards-wrapper .solution-info-card .bitcoin-img {
  max-height: 200px;
  top: -100px;
}
@media (max-width: 992px) {
  .casino-soulution-wrapper .info-cards-wrapper .solution-info-card .bitcoin-img {
    max-height: 150px;
    top: -67x;
  }
}
.casino-soulution-wrapper .info-cards-wrapper .solution-info-card:hover .info-card-img {
  transform: scale(1.1);
}
.casino-soulution-wrapper .info-cards-wrapper .solution-info-card:hover.yellow-card .title-card {
  color: #F48220;
  opacity: 1;
}
.casino-soulution-wrapper .info-cards-wrapper .solution-info-card:hover.yellow-card .desc-card {
  opacity: 1;
}
.casino-soulution-wrapper .info-cards-wrapper .solution-info-card:hover.red-card .title-card {
  color: #EA5455;
  opacity: 1;
}
.casino-soulution-wrapper .info-cards-wrapper .solution-info-card:hover.red-card .desc-card {
  opacity: 1;
}
.casino-soulution-wrapper .info-cards-wrapper .solution-info-card:hover.orange-card .title-card {
  color: #FFBA00;
  opacity: 1;
}
.casino-soulution-wrapper .info-cards-wrapper .solution-info-card:hover.orange-card .desc-card {
  opacity: 1;
}
@media (max-width: 992px) {
  .casino-soulution-wrapper .col-space {
    margin-bottom: 135px;
  }
}

.faq-accordian-wrapper .topbar-wrapper {
  background: transparent linear-gradient(96deg, #FFFFFF 0%, #B6F5EC 53%, #B6F5EC 100%) 0% 0% no-repeat padding-box;
}
.faq-accordian-wrapper .topbar-wrapper .item-title {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .faq-accordian-wrapper .topbar-wrapper .item-title {
    font-size: 20px;
  }
}
.faq-accordian-wrapper .accordian-container-wrapper {
  background: linear-gradient(304deg, rgb(228, 252, 248) 25%, rgb(250, 255, 254) 57%, rgb(255, 255, 255) 100%);
}
.faq-accordian-wrapper .accordian-container-wrapper .accordion-item {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.faq-accordian-wrapper .accordian-container-wrapper .accordion-button {
  cursor: pointer;
  background-color: transparent;
  color: #000000;
  font-weight: 500;
  font-size: 25px;
  position: relative;
}
@media (max-width: 992px) {
  .faq-accordian-wrapper .accordian-container-wrapper .accordion-button {
    font-size: 18px;
  }
}
.faq-accordian-wrapper .accordian-container-wrapper .accordion-button:not(.collapsed) {
  color: #000000;
}
.faq-accordian-wrapper .accordian-container-wrapper .acc-desc {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 992px) {
  .faq-accordian-wrapper .accordian-container-wrapper .acc-desc {
    font-size: 15px;
  }
}
.faq-accordian-wrapper .accordian-container-wrapper .accordion-button:not(.collapsed)::after {
  background-image: url(../icons/minus.svg);
  position: absolute;
  left: 0;
}
.faq-accordian-wrapper .accordian-container-wrapper .accordion-button::after {
  background-image: url(../icons/plus.svg);
  position: absolute;
  left: 0;
}

.turnkey-development-process .process-card {
  box-shadow: 10px 24px 54px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #AAAAAA;
  border-radius: 20px;
  max-width: 296px;
  background-color: #ffffff;
  height: 100%;
}
.turnkey-development-process .process-card .icon-wrap {
  width: 60px;
  height: 54px;
  border-radius: 25px;
  background: transparent linear-gradient(153deg, #FFE6CE 0%, #FFAAAA 100%) 0% 0% no-repeat padding-box;
}
.turnkey-development-process .process-card .card-count {
  color: #313131;
  font-size: 35px;
  font-weight: 500;
}
.turnkey-development-process .process-card .info-card-text {
  color: #000000;
  font-size: 19px;
  font-weight: 500;
}
.turnkey-development-process .bg-circle-item {
  background-image: url(../images/solution/bg-circles.svg);
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center;
}

.keyadvantages-selfservice .info-btns {
  transition: all 0.3s ease-out;
  border: 1px solid #FF7908;
  border-radius: 20px;
  color: #151515;
  font-weight: 500;
  font-size: 18px;
}
.keyadvantages-selfservice .info-btns:hover {
  background-color: #FF7908;
  color: #ffffff;
}
@media (max-width: 992px) {
  .keyadvantages-selfservice .info-btns {
    font-size: 14px;
    border-radius: 12px;
  }
}
.keyadvantages-selfservice .circle-icon {
  position: relative;
  top: 5px;
}
.keyadvantages-selfservice .list-title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
}
@media (max-width: 992px) {
  .keyadvantages-selfservice .list-title {
    font-size: 20px;
  }
}
.keyadvantages-selfservice .advantages-list-wrapper .list-desc {
  color: #2B2B2B;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .keyadvantages-selfservice .advantages-list-wrapper .list-desc {
    font-size: 16px;
  }
}
.keyadvantages-selfservice .bg-circles-color {
  background-image: url(../images/solution/color-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 450px;
  min-width: 88%;
  background-position: center;
}
.keyadvantages-selfservice .advantage-bumb {
  max-height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}

.license-block-wrapper .license-info-card {
  position: relative;
  border-radius: 15px;
  border: 1px solid #D1D1D1;
  border-left: 0;
}
.license-block-wrapper .license-info-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 7px;
  background: linear-gradient(134deg, rgb(251, 134, 26) 0%, rgb(177, 6, 6) 100%);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.license-block-wrapper .license-info-card .info-title {
  color: #FF9D00;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .license-block-wrapper .license-info-card .info-title {
    font-size: 22px;
  }
}
.license-block-wrapper .license-info-card .bg-logo {
  background-image: url(../images/product/bg-logo.svg);
  background-repeat: no-repeat;
  background-position: 88% 50%;
  background-size: contain;
}
.license-block-wrapper .license-info-card .bg-logo .inner-img {
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.license-block-wrapper .license-info-card .left-bg-logo-position {
  background-position: unset;
}

@media (min-width: 992px) {
  .game-provider-banner {
    padding-top: 160px;
  }
}
.game-provider-banner .banner-game-images .img-item {
  height: 345px;
  max-width: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  border-radius: 10px;
}
.game-provider-banner .banner-game-images .img-item:nth-child(1) {
  transform: perspective(800px) rotateY(18deg);
  right: -40px;
}
.game-provider-banner .banner-game-images .img-item:nth-child(2) {
  transform: perspective(800px) rotateY(18deg);
  right: -20px;
}
.game-provider-banner .banner-game-images .img-item:nth-child(3) {
  z-index: 2;
}
.game-provider-banner .banner-game-images .img-item:nth-child(4) {
  transform: perspective(800px) rotateY(-18deg);
  left: -20px;
  z-index: 1;
}
.game-provider-banner .banner-game-images .img-item:nth-child(5) {
  transform: perspective(800px) rotateY(-18deg);
  left: -46px;
}

.modal-close {
  border: 1px solid #ffffff;
  color: #FA851A;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-close span {
  position: relative;
  top: 2px;
}

.templates-wrapper .templates-action {
  border: 1px solid #5A5A5A;
  border-radius: 10px;
  color: #726E6E;
  font-size: 20px;
  font-weight: 500;
  height: 55px;
}
.templates-wrapper .templates-action:hover {
  border-color: #FA851A;
  color: #FA851A;
}
.templates-wrapper .templates-action.activeFilter {
  border-color: #FA851A;
  color: #FA851A;
}
.templates-wrapper .vSperator {
  border-right: 1px solid rgba(112, 112, 112, 0.4);
  height: 20px;
}
.templates-wrapper .template-card {
  border: 1px solid rgba(112, 112, 112, 0.4);
  border-radius: 15px;
  cursor: pointer;
}
.templates-wrapper .img-wrap-item {
  position: relative;
  transition: all 0.3s ease-out;
}
.templates-wrapper .img-wrap-item .eye-icon-wrap {
  transition: all 0.4s ease-out;
  transform: scale(0.7);
  display: flex;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}
.templates-wrapper .img-wrap-item .eye-icon-wrap .eye-btn-outer {
  border: 1px solid #FA851A;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease-out;
  width: -moz-fit-content;
  width: fit-content;
}
.templates-wrapper .img-wrap-item .eye-icon-wrap .eye-btn-outer .eye-btn {
  background-color: #fff;
  height: 40px;
  width: 40px;
  margin: 5px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.templates-wrapper .img-wrap-item .eye-icon-wrap .eye-btn-outer .eye-btn img {
  height: 30px;
}
.templates-wrapper .img-wrap-item::after {
  transition: 0.4s ease-out;
  content: "";
}
.templates-wrapper .img-wrap-item:hover .eye-icon-wrap {
  opacity: 1;
  transform: scale(1);
}
.templates-wrapper .img-wrap-item:hover::after {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  transition: 0.3s ease-in;
}
.templates-wrapper .img-wrap-item .temp-img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px 10px 0px 0px;
  height: 270px;
}
.templates-wrapper .card-description .temp-title {
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.templates-wrapper .card-description .label-text {
  color: #D92208;
  font-size: 18px;
  font-weight: 500;
}
.templates-wrapper .card-description .vSperator {
  height: 20px;
}

#templateView1 .modal-content {
  background-color: transparent;
  border: 0;
}

.award-goals-wrapper .goals-section .goal-item .logo-sec {
  background-color: #FFEDDD;
  border-radius: 10px;
  width: 96px;
  height: 103px;
  min-width: 96px;
  min-height: 103px;
}
@media (max-width: 992px) {
  .award-goals-wrapper .goals-section .goal-item .logo-sec {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
  }
}
.award-goals-wrapper .goals-section .goal-item .logo-sec .small-logo {
  width: 54px;
  height: 51px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .award-goals-wrapper .goals-section .goal-item .logo-sec .small-logo {
    height: 45px;
    width: 45px;
  }
}
.award-goals-wrapper .goals-section .goal-item .item-title {
  font-size: 25px;
  color: #030308;
  font-weight: 700;
}
@media (max-width: 992px) {
  .award-goals-wrapper .goals-section .goal-item .item-title {
    font-size: 20px;
  }
}
.award-goals-wrapper .goals-section .goal-item .item-desc {
  font-size: 18px;
  color: #030308;
  font-weight: 500;
}
@media (max-width: 992px) {
  .award-goals-wrapper .goals-section .goal-item .item-desc {
    font-size: 16px;
  }
}
.award-goals-wrapper .bg-logo {
  background-image: url(../images/solution/color-circle.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.award-goals-wrapper .bg-logo .award-img {
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}

.logo-title {
  max-width: 387px;
  max-height: 114px;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  left: -66px;
  top: -100px;
}

.right-points-wrapper {
  background-color: #F8F8F8;
}
.right-points-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 7px;
  background: transparent linear-gradient(180deg, #FFE6CE 0%, #FFAAAA 100%) 0% 0% no-repeat padding-box;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.banner-bg-block .banner-wrapper-home .theme-btn {
  max-width: 195px;
}
@media (min-width: 992px) {
  .banner-bg-block .banner-wrapper-home {
    padding-top: 60px;
  }
}
.banner-bg-block .banner-wrapper-home .banner-title {
  font-family: "impact";
  color: #3C3C3C;
  font-size: 80px;
  letter-spacing: 8px;
}
@media (max-width: 1230px) {
  .banner-bg-block .banner-wrapper-home .banner-title {
    font-size: 40px;
    letter-spacing: 4px;
  }
}
@media (max-width: 992px) {
  .banner-bg-block .banner-wrapper-home .banner-title {
    font-size: 35px;
    letter-spacing: 3px;
  }
}
.banner-bg-block .banner-wrapper-home .banner-description {
  color: #1B1B1A;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .banner-bg-block .banner-wrapper-home .banner-description {
    font-size: 16px;
  }
}

.games-block-wrapper {
  background-color: #000000;
}
.games-block-wrapper .games-title {
  -webkit-text-stroke: 1px #00FFD6; /* width and color */
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.9019607843);
  color: #ffffff;
  font-size: 50px;
  font-weight: bold;
}

.more-gameDetails-banner {
  background: #000000;
}

.form-control:focus {
  box-shadow: none;
}

.btn-check:focus + .btn, .btn:focus {
  box-shadow: none;
}

.process-bank .process-bank-img {
  max-height: 526px;
  -o-object-fit: contain;
     object-fit: contain;
}

.carousel-tab-content {
  position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.4s, max-height 0.4s, transform 0.4s; /* Add transition for max-height and transform */
  transform: translateX(-100%); /* Initially off to the left */
}

.carousel-tab-content.activeTabContent {
  opacity: 1;
  height: auto;
  max-height: 1000px; /* Set a maximum height for smooth animation */
  transform: translateX(0); /* Slide in from the left */
}/*# sourceMappingURL=style.css.map */