@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Akceler B-Bold";
  src: url("/assets/fonts/AkcelerB-Bold.woff2") format("woff2"), url("/assets/fonts/AkcelerB-Bold.woff") format("woff"), url("/assets/fonts/AkcelerB-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akceler Light";
  src: url("/assets/fonts/akcelerb-light.otf") format("opentype");
  font-weight: 300; /* Adjust based on actual font */
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Inter", sans-serif;
}

.container-xxl {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}

.bg-primary {
  background: #E1FD66;
}

.bg-secondary {
  background: linear-gradient(165deg, #540E9E 62.4%, #485BFF 132.1%);
}

.bg-blue-light {
  background: #F7F7FC;
}

.overflow-hidden {
  overflow: hidden;
}

.para-32 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.row-gap-16 {
  row-gap: 16px;
}

.row-gap-24 {
  row-gap: 24px;
}

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

.fw-700 {
  font-weight: 700;
}

.w-100 {
  width: 100%;
}

.mx-w-400 {
  max-width: 400px;
}

.mx-w-450 {
  max-width: 450px;
}

.mx-w-840 {
  max-width: 840px;
}

.section-padding {
  padding-top: 72px;
  padding-bottom: 72px;
}

.d-block {
  display: block;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.m-0 {
  margin: 0;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mx-0 {
  margin-right: 0;
  margin-left: 0;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-w-328 {
  max-width: 328px;
}

.mx-w-366 {
  max-width: 366px;
}

.mx-w-812 {
  max-width: 812px;
}

.section-heading h1 {
  font-size: 4.5rem;
  text-transform: uppercase;
  font-family: "Akceler B-Bold", sans-serif;
  line-height: 1.2;
}
.section-heading h2 {
  font-size: 4.5rem;
  text-transform: uppercase;
  font-family: "Akceler B-Bold", sans-serif;
  line-height: 1.2;
}
.section-heading h3 {
  font-size: 3.25rem;
  text-transform: uppercase;
  font-family: "Akceler B-Bold", sans-serif;
  line-height: 1.2;
}
.section-heading h5 {
  font-size: 2rem;
  font-weight: 700;
}
.section-heading h6 {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Akceler B-Bold", sans-serif;
}
.section-heading p {
  font-size: 1.25rem;
  line-height: 1.9;
  font-family: "Akceler Light", sans-serif;
  font-weight: 400;
}
.section-heading p.sub {
  font-size: 1.5rem;
  line-height: 1.9;
  font-weight: 400;
}

.paragrap-1 {
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.9;
}

.paragrap-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 166.67%;
}

.d-none {
  display: none;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #ffffff;
}

.text-secondary {
  color: #9548FF;
}

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

.pb-24 {
  padding-bottom: 24px;
}

.pt-100 {
  padding-top: 150px;
}

@media (min-width: 991px) {
  .d-lg-block {
    display: block;
  }
  .d-lg-none {
    display: none;
  }
}
@media (min-width: 767px) {
  .text-md-start {
    text-align: start;
  }
  .d-md-block {
    display: block;
  }
  .d-md-none {
    display: none;
  }
}
@media (max-width: 1480px) {
  .section-heading h1 {
    font-size: 3.875rem;
  }
  .section-heading h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-heading h1 {
    font-size: 3.25rem;
  }
  .section-heading h2 {
    font-size: 2.625rem;
  }
  .section-heading h5 {
    font-size: 1.3125rem;
    font-weight: 700;
  }
  .section-heading p {
    font-size: 1.125rem;
  }
  .section-heading p.sub {
    font-size: 1.125rem;
  }
  .paragrap-1 {
    font-size: 1.125rem;
  }
  .paragrap-2 {
    font-size: 1.3125rem;
  }
}
@media (max-width: 576px) {
  .section-heading h2 {
    font-size: 2.375rem;
  }
}
@media (max-width: 425px) {
  .section-heading h1 {
    font-size: 2.75rem;
  }
}
section {
  position: relative;
}

img {
  max-width: 100%;
}

input::placeholder {
  color: #EDEFFA;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.copyright-text {
  font-size: 1.125rem;
  font-style: italic;
  color: #EDEFFA;
}
.copyright-text a {
  text-decoration: underline;
  color: #EDEFFA;
}

.primary_banner_section {
  background: #E1FD66;
  color: #1A1A1A;
  padding: 260px 0 120px 0;
}
.primary_banner_section .img-box img {
  max-width: 100%;
}

.input-group label {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 1.125rem;
  color: #AE93D4;
  display: block;
}
.input-group .input {
  height: 48px;
  border-radius: 11px;
  background-color: #6E2EB1;
  border: none;
  width: 100%;
  font-size: 1.125rem;
  padding: 15px;
}

.hs-main-font-element,
.hs-error-msg {
  color: #EDEFFA;
  font-size: 0.875rem;
  text-shadow: 0px 0px 3px #5c5c5c;
}

.hbspt-form input {
  height: 76px;
}
.hbspt-form textarea,
.hbspt-form input {
  border: 1px solid transparent;
  color: #EDEFFA;
  border-radius: 11px;
  background-color: #6E2EB1;
  width: 100%;
  font-size: 1.125rem;
  padding: 15px;
  margin-bottom: 15px;
}
.hbspt-form .hs-input {
  width: 100% !important;
}

.actions {
  text-align: center;
}
.actions input {
  text-transform: uppercase;
  border-radius: 40px;
  border: none;
  padding: 19px 20px;
  margin: auto;
  width: 320px;
  font-weight: 600;
  font-size: 1.3125rem;
  cursor: pointer;
  transition: all 0.3s;
  background: #E1FD66;
  color: #540E9E;
}
.actions input:hover {
  color: #E1FD66;
  background: #9548FF;
}

@media (max-width: 1280px) {
  .primary_banner_section {
    padding: 180px 0 100px 0;
  }
}
@media (max-width: 767px) {
  .primary_banner_section {
    padding: 120px 0 30px 0;
  }
  .primary_banner_section .img-box {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .copyright-text {
    font-size: 1rem;
  }
  .actions input {
    width: 288px;
  }
}
html,
body {
  margin: 0;
  color: #1A1A1A;
}

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

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #1A1A1A;
}

ul, ol {
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style: none;
  padding-inline-start: 0;
}

button:focus {
  outline: none;
}

input {
  outline: none;
}

.container {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  flex-grow: 1;
}

.col-1 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 1);
}

.col-2 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 2);
}

.col-3 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 3);
}

.col-4 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 4);
}

.col-5 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 5);
}

.col-6 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 6);
}

.col-7 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 7);
}

.col-8 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 8);
}

.col-9 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 9);
}

.col-10 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 10);
}

.col-11 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 11);
}

.col-12 {
  flex: 0 0 auto;
  width: calc(100% / 12 * 12);
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 1);
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 2);
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 3);
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 4);
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 5);
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 6);
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 7);
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 8);
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 9);
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 10);
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 11);
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 12);
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 1);
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 2);
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 3);
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 4);
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 5);
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 6);
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 7);
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 8);
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 9);
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 10);
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 11);
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 12);
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 1);
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 2);
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 3);
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 4);
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 5);
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 6);
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 7);
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 8);
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 9);
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 10);
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 11);
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 12);
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 1);
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 2);
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 3);
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 4);
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 5);
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 6);
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 7);
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 8);
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 9);
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 10);
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 11);
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: calc(100% / 12 * 12);
  }
}
.btn {
  text-transform: uppercase;
  border-radius: 40px;
  border: none;
  padding: 19px 20px;
  font-weight: 600;
  font-size: 1.3125rem;
  cursor: pointer;
  transition: all 0.3s;
}
.btn:active {
  transform: scale(0.85);
}

.btn-lg {
  height: 76px;
}

.btn-primary {
  background-color: #E1FD66;
  color: #9548FF;
  border: 1px solid transparent;
}
.btn-primary:hover {
  background-color: #9548FF;
  color: #E1FD66;
  border: 1px solid #E1FD66;
}

.btn-secondary {
  background-color: #9548FF;
  color: #E1FD66;
  border: 1px solid transparent;
}
.btn-secondary:hover {
  background-color: #E1FD66;
  color: #9548FF;
  border: 1px solid #9548FF;
}

.btn-black {
  background-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black :active {
  background-color: #9548FF;
  color: #E1FD66;
}

.btn-grey {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(30px) brightness(95%);
  -webkit-backdrop-filter: blur(30px) brightness(95%);
}

.btn-card-pill {
  height: 40px;
  border-radius: 60px;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 20px;
}

@media (max-width: 1480px) {
  .btn-sm {
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  .btn {
    font-size: 1.125rem;
  }
  .btn-sm {
    font-size: 0.75rem !important;
    padding: 10px 20px !important;
  }
}
.news_card {
  border-radius: 30px;
  padding: 16px;
  background-color: #EDEFFA;
  width: 100%;
}
.news_card .img-box {
  width: 100%;
  border-radius: 30px;
  background-color: #757889;
  min-height: 333px;
  padding: 20px 25px;
  position: relative;
  text-align: end;
  margin-bottom: 25px;
}
.news_card .img-box .btn {
  font-weight: 500;
}
.news_card .content {
  padding: 0 16px 16px 16px;
}
.news_card .content h5 {
  font-size: 2rem;
  color: #1A1A1A;
  font-weight: 700;
  padding-bottom: 12px;
}
.news_card .content p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}

.plan-cards {
  padding: 116px 24px;
}
.plan-cards p {
  padding: 30px 0;
}

.sportsbook_card {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  background-color: #E1FD66;
  color: #1A1A1A;
  display: flex !important;
  align-items: center;
  gap: 40px;
}
.sportsbook_card .img-box {
  border-radius: 20px;
  width: 180px;
  aspect-ratio: 1;
  height: auto;
  background-color: #540E9E;
  flex: none;
  display: grid;
  place-items: center;
}
.sportsbook_card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sportsbook_card h3 {
  font-family: "Akceler B-Bold", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  padding-bottom: 10px;
}
.sportsbook_card p {
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.3;
  font-weight: 700;
}
.sportsbook_card::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  background-color: #ffffff;
  width: 63px;
  aspect-ratio: 1;
  border-radius: 50%;
}

.normal_card {
  background-color: #6E2EB1;
  color: #ffffff;
  text-align: center;
  padding: 30px 15px;
  border-radius: 20px;
  height: 100%;
}
.normal_card .img-box {
  width: 148px;
  height: 168px;
  margin: auto;
  margin-bottom: 30px;
}
.normal_card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.normal_card h3 {
  font-family: "Akceler B-Bold", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 10px;
}
.normal_card p {
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

.solution_card {
  background: linear-gradient(143deg, #E1FD66 -36.08%, #540E9E 63.03%);
  padding: 30px;
  border-radius: 40px;
  color: #ffffff;
}
.solution_card h3 {
  font-family: "Akceler B-Bold", sans-serif;
  font-size: 2.625rem;
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 10px;
}
.solution_card p {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.feedback_card .card {
  display: flex;
  gap: 40px;
}
.feedback_card .card .img-box {
  aspect-ratio: 1;
  max-width: 295px;
  width: 100%;
  flex: none;
}
.feedback_card .card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.feedback_card .card .content {
  max-width: 840px;
  padding: 0 20px;
  margin: auto;
}
.feedback_card .card .user-namne {
  margin-bottom: 36px;
}
.feedback_card .card .user-namne h5 {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
}
.feedback_card .card .user-namne p {
  color: #868686;
  line-height: 166.67%;
  font-size: 1.125rem;
  font-weight: 400;
}

.solution_cards {
  border-radius: 30px;
  background-color: #E1FD66;
  padding: 36px;
  height: 100%;
  display: flex;
  position: relative;
}
.solution_cards::before {
  position: absolute;
  content: "";
  width: 85px;
  height: 85px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.solution_cards .content {
  flex: 1;
  padding: 40px 20px 40px 60px;
}
.solution_cards .content h2 {
  font-family: "Akceler B-Bold", sans-serif;
  font-size: 3.25rem;
  line-height: 1.2;
  padding-bottom: 28px;
  text-transform: uppercase;
}
.solution_cards .content .paragrap-1 {
  line-height: 1.4;
}
.solution_cards .img-box {
  flex: 1;
  text-align: end;
}
.solution_cards .img-box img {
  width: 100%;
  max-width: 100%;
}
.solution_cards .img-box .btn-card {
  border-radius: 60px;
  color: #E1FD66;
  background-color: #9548FF;
  border: 0;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 50px;
  padding: 12px 40px;
}

.product_cards_container .product_cards {
  background-color: #540E9E;
  border-radius: 20px;
  padding: 36px 20px 100px 20px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  height: 100%;
  z-index: 2;
}
.product_cards_container .product_cards::after {
  position: absolute;
  content: "";
  z-index: -1;
  background: radial-gradient(circle, #E1FD63 0%, rgba(225, 253, 102, 0.00000001) 70%, rgb(225, 253, 102) 100%);
  width: 747px;
  height: 747px;
  border-radius: 50%;
  top: -20%;
  right: 30%;
}
.product_cards_container .product_cards h5 {
  font-family: "Akceler B-Bold", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 30px 0 10px 0 !important;
  text-transform: uppercase;
  min-height: 90px;
}
.product_cards_container .product_cards p {
  font-size: 1.3125rem;
  line-height: 1.4;
  margin-bottom: 30px !important;
  min-height: 118px;
}
.product_cards_container .product_cards > .btn-card-pill {
  display: block;
  margin: 0 0 30px auto;
  top: 40px;
  background-color: #E1FD66;
  color: #1A1A1A;
  height: fit-content;
  text-align: center;
}
.product_cards_container .product_cards .icons {
  z-index: -1;
}
.product_cards_container .product_cards .icon-1 {
  top: 30px;
  left: 30px;
}
.product_cards_container .product_cards .icon-1 svg {
  width: 130px;
  aspect-ratio: 1;
  height: auto;
}
.product_cards_container .product_cards .icon-2 {
  bottom: 30px;
  right: 30px;
  display: none;
}
.product_cards_container .product_cards .icon-2 svg {
  width: 100px;
  aspect-ratio: 1;
  height: auto;
}
.product_cards_container .product_cards .btn-black {
  max-width: 280px;
  margin: auto;
  position: absolute;
  bottom: 40px;
  right: 50%;
  transform: translate(50%, 0%);
}
.product_cards_container .product_cards .btn-card {
  background-color: transparent;
  backdrop-filter: blur(12px) brightness(1.3);
  -webkit-backdrop-filter: blur(12px) brightness(1.3);
  color: #ffffff;
}

.flag_card {
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  padding: 20px;
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.flag_card img {
  width: 100%;
}

@media (max-width: 1280px) {
  .solution_cards {
    padding: 32px 28px;
    flex-direction: column;
  }
  .solution_cards::before {
    top: 0;
    left: 50%;
    width: 62px;
    height: 62px;
  }
  .solution_cards .img-box {
    text-align: center;
  }
  .solution_cards .img-box .btn-card {
    display: none;
  }
  .solution_cards .img-box .btn-black {
    margin-top: 20px;
  }
  .solution_cards .content {
    padding: 30px 0;
  }
  .solution_cards .content h3 {
    font-size: 2.625rem;
  }
}
@media (max-width: 991px) {
  .solution_cards .content h3 {
    font-size: 2.375rem;
  }
}
@media (max-width: 767px) {
  .feedback_card .card {
    gap: 30px;
    flex-direction: column-reverse;
  }
  .feedback_card .card .content {
    padding: 24px 24px 0 24px;
    position: relative;
  }
  .feedback_card .card .content .user-namne {
    top: calc(100% + 75px);
  }
  .feedback_card .card .content .user-namne h5 {
    font-size: 1.3125rem;
  }
  .feedback_card .card .content .user-namne p {
    font-size: 1rem;
  }
  .plan-cards {
    padding: 30px 16px;
  }
  .solution_card h3 {
    font-size: 1.5rem;
  }
  .solution_card p {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .news_card .img-box .btn {
    display: none;
  }
  .news_card .content h5 {
    font-size: 1.5rem;
  }
  .news_card .content p {
    font-size: 1.125rem;
  }
  .news_card .content .btn-black {
    margin: 30px auto 0 auto;
    width: 100%;
  }
  .product_cards_container .product_cards {
    padding: 24px 24px 86px 24px;
  }
  .product_cards_container .product_cards h5 {
    min-height: auto;
  }
  .product_cards_container .product_cards p {
    min-height: auto;
  }
  .product_cards_container .product_cards > .btn-card-pill {
    top: 24px;
  }
  .product_cards_container .product_cards .btn-black {
    bottom: 24px;
    max-width: 248px;
  }
  .solution_cards .content h3 {
    font-size: 2.25rem;
  }
  .sportsbook_card {
    flex-direction: column !important;
    align-items: baseline !important;
    gap: 30px !important;
  }
  .sportsbook_card .img-box {
    width: 86px;
    aspect-ratio: 1;
  }
  .sportsbook_card h3 {
    font-size: 1.625rem;
  }
  .sportsbook_card p {
    font-size: 1.125rem;
  }
  .sportsbook_card::after {
    display: none;
  }
  .normal_card {
    display: flex;
    text-align: start;
    gap: 30px;
    padding: 20px;
  }
  .normal_card .img-box {
    width: 84px;
    height: 84px;
    margin: 0;
    flex: none;
  }
  .normal_card h3 {
    font-size: 1.25rem;
  }
  .normal_card p {
    font-size: 0.875rem;
  }
}
body.sidebar-open {
  overflow: hidden;
}

header {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  width: 100%;
  position: fixed;
  top: 0;
  margin-bottom: 90px;
  z-index: 99999;
}
header .navbar-area {
  max-width: 1640px;
  margin: auto;
}
header .navbar-area .site-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  position: relative;
}
header .navbar-area .site-navbar .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .navbar-area .site-navbar ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 36px;
}
header .navbar-area .site-navbar ul li a {
  color: #ffffff;
  display: block;
  font-style: italic;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
}
header .navbar-area .site-navbar ul li a.active {
  color: #E1FD66;
  position: relative;
}
header .navbar-area .site-navbar ul li a.active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #E1FD66;
}
header .navbar-area .site-navbar ul li .btn {
  padding-left: 50px;
  padding-right: 50px;
}
header .navbar-area .site-navbar .mob-btn {
  display: none;
}
header .nav-toggler {
  display: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  height: 40px;
  padding: 0;
}
header .nav-toggler span,
header .nav-toggler span::before,
header .nav-toggler span::after {
  display: block;
  width: 36px;
  height: 4px;
  background-color: #ffffff;
  transition: all 0.3s;
  content: "";
  position: relative;
  border-radius: 5px;
}
header .nav-toggler span::before {
  position: absolute;
  transform: translateY(-10px);
}
header .nav-toggler span::after {
  position: absolute;
  transform: translateY(10px);
}
header .nav-toggler.toggler-open span {
  background-color: transparent;
}
header .nav-toggler.toggler-open span::before {
  transform: translateY(0) rotate(45deg);
}
header .nav-toggler.toggler-open span::after {
  transform: translateY(0px) rotate(-45deg);
}

@media screen and (max-width: 1480px) {
  header .navbar-area .site-navbar ul {
    gap: 24px;
  }
  header .navbar-area .site-navbar ul li a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 991px) {
  header .nav-toggler {
    display: block;
  }
  header .navbar-area .site-navbar ul {
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    max-width: 280px;
    height: calc(100vh - 60px);
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    max-height: calc(100vh - 60px);
    transition: all 0.3s;
    gap: 10px;
  }
  header .navbar-area .site-navbar ul.open {
    max-height: 100vh;
    width: 100%;
    max-width: 280px;
    padding-top: 25px;
  }
  header .navbar-area .site-navbar ul.open::after {
    position: fixed;
    top: 100%;
    left: 0;
    content: "";
    width: 100vw;
    height: 100vh;
    z-index: -2;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(30px);
  }
  header .navbar-area .site-navbar ul li {
    width: 100%;
    text-align: center;
  }
  header .navbar-area .site-navbar ul li a {
    padding: 25px;
    color: #000000;
    text-align: left;
  }
  header .navbar-area .site-navbar .mob-btn {
    display: block;
    flex: 1;
    text-align: end;
    padding-right: 40px;
  }
}
@media (max-width: 420px) {
  header .navbar-area .site-navbar {
    padding: 12px 15px;
  }
  header .navbar-area .site-navbar .mob-btn {
    display: block;
    flex: 1;
    text-align: end;
    padding-right: 16px;
  }
  header .nav-toggler span,
  header .nav-toggler span::before,
  header .nav-toggler span::after {
    width: 30px;
  }
}
footer {
  position: relative;
  background: linear-gradient(147deg, #540E9E 0%, #485BFF 100%);
  padding: 70px 0;
  overflow: hidden;
}
footer .container {
  position: relative;
  z-index: 1;
}
footer .section-heading {
  margin-bottom: 20px;
}
footer .paragrap-2 {
  padding-bottom: 30px;
}
footer .btn {
  margin: 32px auto;
}
footer .copyright-text {
  padding: 0 40px;
}
footer .dice {
  position: absolute;
  z-index: 0;
}
footer .dice.dice_1 {
  bottom: 5%;
  left: 5%;
}
footer .dice.dice_2 {
  top: 10%;
  right: 75%;
}
footer .dice.dice_3 {
  top: 10%;
  right: 58px;
}
footer .dice.dice_4 {
  top: 45%;
  right: 20%;
}
footer .dice.dice_5 {
  top: 70%;
  right: 5%;
  max-width: 190px;
}
footer .form-columns-1,
footer .form-columns-2 {
  margin: auto !important;
}
footer .actions {
  margin-top: 24px;
}
footer label {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 1.125rem;
  color: #AE93D4;
  display: block;
}
footer textarea {
  min-height: 160px;
}
footer .hs_error_rollup {
  max-width: 670px;
  margin: auto;
}
footer fieldset {
  max-width: 670px !important;
}

@media (max-width: 767px) {
  footer {
    background: linear-gradient(147deg, #540E9E 0%, #485BFF 100%);
    padding: 56px 0 70px 0;
  }
  footer .paragrap-2 {
    padding-bottom: 30px;
  }
  footer .paragrap-2 span {
    font-weight: 400;
    display: block;
  }
  footer .dice.dice_1 {
    bottom: 30%;
    left: 80%;
    width: 140px;
  }
  footer .dice.dice_2 {
    top: 20px;
    left: 20px;
    width: 50px;
  }
  footer .dice.dice_4 {
    bottom: 45px;
    left: 10px;
    width: 45px;
    top: inherit;
  }
  footer .dice.dice_3, footer .dice.dice_5 {
    display: none;
  }
}
.software_solutions_points_section {
  background: linear-gradient(179deg, #540E9E 31.71%, #485BFF 212.75%);
  font-family: "Akceler B-Bold", sans-serif;
}
.software_solutions_points_section .software_solutions_points_section_container {
  display: flex;
  max-width: 1200px;
  margin: auto;
}
.software_solutions_points_section .software_solutions_points_section_container .content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}
.software_solutions_points_section .software_solutions_points_section_container .content .cards {
  background: #9548FF;
  padding: 30px 60px 30px 15px;
  text-align: center;
  border-radius: 20px;
  position: relative;
  width: -webkit-fill-available;
  min-height: 144px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.software_solutions_points_section .software_solutions_points_section_container .content .cards p {
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
}
.software_solutions_points_section .software_solutions_points_section_container .content .cards .circle {
  background-color: #ffffff;
  border-radius: 50%;
  width: 84px;
  height: 84px;
  border: 5px solid #9548FF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.software_solutions_points_section .software_solutions_points_section_container .content .cards .circle span {
  color: #1A1A1A;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
}
.software_solutions_points_section .software_solutions_points_section_container .content .cards .circle::before {
  content: "";
  position: absolute;
  background-color: #9548FF;
  width: 75px;
  height: 6px;
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
.software_solutions_points_section .software_solutions_points_section_container .content .cards .circle::after {
  content: "";
  background-color: #9548FF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: -100%;
  position: absolute;
}
.software_solutions_points_section .software_solutions_points_section_container .content.first_section .cards {
  margin-right: 100px;
}
.software_solutions_points_section .software_solutions_points_section_container .content.last_section .cards {
  margin-left: 100px;
  padding: 30px 15px 30px 60px;
}
.software_solutions_points_section .software_solutions_points_section_container .content.last_section .cards .circle {
  left: 0;
  transform: translate(-50%, -50%);
}
.software_solutions_points_section .software_solutions_points_section_container .content.last_section .cards .circle::before {
  right: 100%;
  left: auto;
}
.software_solutions_points_section .software_solutions_points_section_container .content.last_section .cards .circle::after {
  left: -100%;
}
.software_solutions_points_section .software_solutions_points_section_container .middle_section {
  border-radius: 150px;
  border: 7px solid #540E9E;
  background: linear-gradient(143deg, #E1FD66 -36.08%, #540E9E 63.03%);
  padding: 82px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.software_solutions_points_section .software_solutions_points_section_container .middle_section h2 {
  color: #E1FD66;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: normal;
  font-style: normal;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-orientation: mixed;
  margin: 0;
}

.sportbook_card_container {
  margin: 40px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.solution_slider_container .solution_slider {
  width: 100vw;
}
.solution_slider_container .slick-slider .slick-track,
.solution_slider_container .slick-slider .slick-list {
  display: flex !important;
  justify-content: center !important;
}
.solution_slider_container .slick-slide > div {
  height: 50% !important;
  padding: 10px !important;
}
.solution_slider_container .slick-slide > div .solution_card {
  height: 100%;
}

.about_gammaplus_section .grid-box {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: 272px 272px;
  gap: 25px;
  text-align: center;
}
.about_gammaplus_section .grid-box .box {
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.about_gammaplus_section .grid-box .box h6 {
  font-family: "Akceler B-Bold", sans-serif;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 20px;
}
.about_gammaplus_section .grid-box .box p {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.about_gammaplus_section .grid-box .box:nth-child(1) {
  background: linear-gradient(143deg, #E1FD66 -36.08%, #540E9E 63.03%);
  color: #E1FD66;
  grid-column: span 2;
  grid-row: span 2;
  justify-content: space-between;
  flex-direction: column;
}
.about_gammaplus_section .grid-box .box:nth-child(2) {
  background-color: #EDEFFA;
  color: #540E9E;
  grid-column: 3/span 2;
  grid-row: 1;
}
.about_gammaplus_section .grid-box .box:nth-child(3) {
  background: #E1FD66;
  color: #9548FF;
  grid-column: 5/span 3;
  grid-row: 1;
}
.about_gammaplus_section .grid-box .box:nth-child(4) {
  background: #540E9E;
  color: #E1FD66;
  grid-column: 8/span 2;
  grid-row: span 1;
}
.about_gammaplus_section .grid-box .box:nth-child(5) {
  background: linear-gradient(286deg, #9548FF 24.87%, #485BFF 119.09%);
  grid-column: 3/span 2;
  grid-row: 2;
}
.about_gammaplus_section .grid-box .box:nth-child(6) {
  background: linear-gradient(179deg, #540E9E 31.71%, #485BFF 212.75%);
  grid-column: 5/span 2;
  grid-row: 2;
}
.about_gammaplus_section .grid-box .box:nth-child(7) {
  background: #9548FF;
  grid-column: 7/span 3;
  grid-row: 2;
}

.data_partners_container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.data_partners_container .card {
  flex: 1 1 calc((100% - 80px) / 5);
  min-width: 160px;
  max-width: calc((100% - 80px) / 5);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
.data_partners_container .card p {
  color: #1A1A1A;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.1;
  font-weight: 700;
}

.faq_content {
  color: #1A1A1A;
  font-size: 1.5rem;
}
.faq_content .head {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
}
.faq_content .desc {
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 32px;
}

.country_flag_continer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  color: #1A1A1A;
}
.country_flag_continer .flag-item {
  background-color: #ffffff;
  width: 178px;
  height: 103px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px;
}
.country_flag_continer .flag-item .img-box {
  width: 38px;
  height: 38px;
  margin: auto;
}
.country_flag_continer .flag-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.country_flag_continer .flag-item p {
  font-family: "Akceler B-Bold", sans-serif;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact_page_location .section-heading {
  margin-bottom: 20px;
}
.contact_page_location .content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 50px;
}
.contact_page_location .content h3 {
  font-family: "Akceler B-Bold", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
}
.contact_page_location .content h5 {
  font-family: "Akceler B-Bold", sans-serif;
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 100%;
  letter-spacing: 0%;
  padding-bottom: 10px;
}
.contact_page_location .content p {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 991px) {
  .software_solutions_points_section .software_solutions_points_section_container {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "middle first" "middle last";
  }
  .software_solutions_points_section .software_solutions_points_section_container .content {
    padding: 20px 0;
  }
  .software_solutions_points_section .software_solutions_points_section_container .content .cards p {
    font-size: 1.5rem;
  }
  .software_solutions_points_section .software_solutions_points_section_container .content .cards .circle {
    width: 42px;
    height: 42px;
  }
  .software_solutions_points_section .software_solutions_points_section_container .content .cards .circle span {
    font-size: 1.125rem;
  }
  .software_solutions_points_section .software_solutions_points_section_container .content .cards .circle::after {
    width: 30px;
    height: 30px;
    left: calc(-100% - 64px) !important;
  }
  .software_solutions_points_section .software_solutions_points_section_container .content.first_section {
    order: 2;
  }
  .software_solutions_points_section .software_solutions_points_section_container .content.first_section .cards {
    margin-right: 0;
    margin-left: 100px;
    padding: 30px 15px 30px 60px;
  }
  .software_solutions_points_section .software_solutions_points_section_container .content.first_section .cards .circle {
    left: 0;
    transform: translate(-50%, -50%);
  }
  .software_solutions_points_section .software_solutions_points_section_container .content.first_section .cards .circle::before {
    right: 100%;
    left: auto;
  }
  .software_solutions_points_section .software_solutions_points_section_container .content.last_section {
    order: 3;
  }
  .software_solutions_points_section .software_solutions_points_section_container .middle_section {
    grid-area: middle;
    order: 1;
    padding: 82px 25px;
  }
  .software_solutions_points_section .software_solutions_points_section_container .middle_section h2 {
    font-size: 2.5rem;
  }
  .sportbook_card_container {
    grid-template-columns: repeat(1, 1fr);
  }
  .sportbook_card_container .sportsbook_card {
    margin-right: 20px !important;
  }
  .about_gammaplus_section .grid-box {
    grid-template-rows: 170px 170px;
    gap: 20px;
  }
  .about_gammaplus_section .grid-box .box h6 {
    font-size: 2.5rem;
  }
  .about_gammaplus_section .grid-box .box p {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .data_partners_container .card {
    flex: 1 1 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
  .about_gammaplus_section .grid-box {
    display: flex;
    flex-wrap: wrap;
  }
  .about_gammaplus_section .grid-box .box {
    width: calc(50% - 10px);
  }
  .about_gammaplus_section .grid-box .box:nth-child(1) {
    width: 100%;
    flex-direction: row;
    gap: 30px;
  }
  .about_gammaplus_section .grid-box .box:nth-child(1) h6 {
    font-size: 2.875rem;
  }
  .about_gammaplus_section .grid-box .box:nth-child(1) p {
    font-size: 1.25rem;
  }
  .faq_content .head {
    font-size: 1.125rem;
  }
  .faq_content .desc {
    font-size: 1rem;
  }
  .software_solutions_points_section .software_solutions_points_section_container .content .cards p {
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  .software_solutions_points_section .software_solutions_points_section_container .content .cards .circle::before {
    width: 45px;
  }
  .software_solutions_points_section .software_solutions_points_section_container .content .cards .circle::after {
    left: calc(-100% - 28px) !important;
  }
  .software_solutions_points_section .software_solutions_points_section_container .content.first_section .cards {
    margin-left: 60px;
    padding: 30px 15px 30px 40px;
  }
  .software_solutions_points_section .software_solutions_points_section_container .content.last_section .cards {
    margin-left: 60px;
    padding: 30px 15px 30px 40px;
  }
  .software_solutions_points_section .software_solutions_points_section_container .middle_section {
    padding: 60px 16px;
  }
  .country_flag_continer .flag-item {
    width: 100px;
    height: 100px;
  }
  .country_flag_continer .flag-item p {
    font-size: 0.75rem;
  }
  .contact_page_location .content h3 {
    font-size: 2rem;
  }
  .contact_page_location .content p {
    font-size: 1.125rem;
  }
  .contact_page_location .content svg {
    max-width: 40px;
  }
}
@media (max-width: 479px) {
  .sportbook_card_container .sportsbook_card {
    margin-right: 0px !important;
  }
}
.home_banner_section {
  background: linear-gradient(180deg, #9548FF 0%, #485BFF 100%);
}

.banner_section {
  padding: 290px 0 152px 0;
  overflow: hidden;
}
.banner_section .container > .row {
  position: relative;
  z-index: 2;
}
.banner_section .section-heading {
  padding-left: 100px;
}
.banner_section .paragrap-1 {
  padding: 0 100px 65px 0;
}
.banner_section .input-group {
  padding-bottom: 12px;
}
.banner_section .input-group input {
  height: 76px;
  background: transparent;
  border: 1px solid #ffffff;
  color: #EDEFFA;
}
.banner_section .dice {
  position: absolute;
}
.banner_section .dice.dice_1 {
  bottom: 0;
  left: -50px;
  max-width: 320px;
}
.banner_section .dice.dice_2 {
  top: -5%;
  right: 60%;
}
.banner_section .dice.dice_3 {
  top: 65%;
  right: 55%;
}
.banner_section .dice.dice_4 {
  top: 20%;
  right: 20%;
}
.banner_section .dice.dice_5 {
  top: 35%;
  right: 40px;
}
.banner_section .hbspt-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.banner_section .hbspt-form form .input input {
  min-width: 320px;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin: 0;
}
.banner_section .hbspt-form form .actions {
  margin-bottom: 12px;
}

.logo-slider-section {
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
}
.logo-slider-section .logo_slider_section {
  width: 100vw;
  padding: 72px 0 24px 0;
}
.logo-slider-section .logo_slider_section .slick-list {
  display: flex !important;
  gap: 15px !important;
}
.logo-slider-section .logo_slider_section .logo-slider {
  display: flex;
  align-items: center;
  gap: 15px;
}
.logo-slider-section .logo_slider_section .logo-slider .logo-slide {
  height: auto;
  margin: 60px 8px;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.15);
  aspect-ratio: 158/87;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-slider-section .logo_slider_section .logo-slider .logo-slide img {
  aspect-ratio: 158/87;
  height: auto;
  object-fit: contain;
}
.logo-slider-section .logo_slider_section .logo-slider .slick-track {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .logo-slider-section .logo_slider_section .logo-slider {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .logo-slider-section .logo_slider_section .logo-slider .logo-slide {
    width: calc(33.33% - 11px);
    margin: 0;
    min-width: 120px;
  }
}

.who_are_we_section {
  padding: 72px 0;
}
.who_are_we_section .who_are_we_container {
  background-color: #E1FD66;
  border-radius: 36px;
  display: flex;
  align-items: center;
}
.who_are_we_section .who_are_we_container .img-box img {
  width: 100%;
  margin-top: -40px;
  padding-left: 20px;
}
.who_are_we_section .who_are_we_container .content {
  padding: 52px;
}
.who_are_we_section .who_are_we_container .content .section-heading {
  margin-bottom: 32px;
}
.who_are_we_section .who_are_we_container .content .user-name-text {
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 700;
  padding: 52px 0 48px 0;
}

.our_product_section {
  padding: 64px 0 138px 0;
  background-color: #9548FF;
}
.our_product_section .cards-container {
  margin-top: 84px;
}
.our_product_section .cards-container > .row {
  row-gap: 36px;
  justify-content: center;
}
.our_product_section .cards-container > .row .col {
  padding-left: 18px;
  padding-right: 18px;
}

.solutions_section {
  padding: 100px 0 90px 0;
}
.solutions_section .left-container {
  position: relative;
}
.solutions_section .left-container .sticky-box {
  top: 140px;
  position: sticky;
  padding-right: 60px;
}
.solutions_section .left-container .section-heading {
  margin-bottom: 40px;
}
.solutions_section .left-container .paragrap-1 {
  padding-bottom: 35px;
}
.solutions_section .right-container {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.why_gammaPlus_section {
  background-color: #9548FF;
  padding: 72px 0 110px 0;
}
.why_gammaPlus_section .section-heading {
  text-align: center;
  color: #ffffff;
}
.why_gammaPlus_section .why_gammaPlus_container {
  padding-top: 50px;
}
.why_gammaPlus_section .why_gammaPlus_container .cards-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.why_gammaPlus_section .why_gammaPlus_container .cards-box .pill-card {
  width: calc(50% - 100px);
  margin-bottom: 20px;
  height: 76px;
  border-radius: 38px;
  background: linear-gradient(to right, #E1FD66 0%, rgba(225, 253, 102, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.why_gammaPlus_section .why_gammaPlus_container .cards-box .pill-card::after {
  content: "";
  position: absolute;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #E1FD66;
  z-index: 1;
}
.why_gammaPlus_section .why_gammaPlus_container .cards-box .pill-card p {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  color: #540E9E;
  position: relative;
  z-index: 2;
  padding-left: 84px;
}
.why_gammaPlus_section .why_gammaPlus_container .cards-box .pill-card:nth-child(2), .why_gammaPlus_section .why_gammaPlus_container .cards-box .pill-card:nth-child(3), .why_gammaPlus_section .why_gammaPlus_container .cards-box .pill-card:nth-child(4) {
  margin-left: 100px;
}
.why_gammaPlus_section .why_gammaPlus_container .cards-box .pill-card:nth-child(5) {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-left: 300px;
}
@media (max-width: 767px) {
  .why_gammaPlus_section .why_gammaPlus_container .cards-box {
    flex-direction: column;
  }
  .why_gammaPlus_section .why_gammaPlus_container .cards-box .pill-card {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.news_section {
  padding: 70px;
}
.news_section .section-heading {
  margin-bottom: 24px;
}
.news_section .container > .row {
  row-gap: 52px;
}
.news_section .container > .row .col:nth-child(1),
.news_section .container > .row .col:nth-child(3) {
  padding-right: 26px;
}
.news_section .container > .row .col:nth-child(2),
.news_section .container > .row .col:nth-child(4) {
  padding-left: 26px;
}

.client_feedback_section .section-heading {
  margin-bottom: 25px;
}
.client_feedback_section .feedback-slider-wrapper {
  position: relative;
}
.client_feedback_section .feedback-slider-wrapper .feedback-prev,
.client_feedback_section .feedback-slider-wrapper .feedback-next {
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  border: 2px solid #DEDEDE;
  color: #1A1A1A;
}
.client_feedback_section .feedback-slider-wrapper .feedback-prev::before, .client_feedback_section .feedback-slider-wrapper .feedback-prev::after,
.client_feedback_section .feedback-slider-wrapper .feedback-next::before,
.client_feedback_section .feedback-slider-wrapper .feedback-next::after {
  display: none;
  content: "";
}
.client_feedback_section .feedback-slider-wrapper .slick-prev:hover,
.client_feedback_section .feedback-slider-wrapper .slick-next:hover,
.client_feedback_section .feedback-slider-wrapper .slick-prev:active,
.client_feedback_section .feedback-slider-wrapper .slick-next:active {
  background-color: gainsboro;
}
.client_feedback_section .feedback-slider-wrapper .feedback-prev {
  left: -50px;
}
.client_feedback_section .feedback-slider-wrapper .feedback-next {
  right: -50px;
  transform: rotate(180deg);
}
.client_feedback_section .feedback-slider-wrapper .slick-dots {
  margin-top: 40px;
  bottom: -40px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.client_feedback_section .feedback-slider-wrapper .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
}
.client_feedback_section .feedback-slider-wrapper .slick-dots li button {
  border: none;
  background-color: #DEDEDE;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  font-size: 0;
}
.client_feedback_section .feedback-slider-wrapper .slick-dots li button::before {
  display: none !important;
}
.client_feedback_section .feedback-slider-wrapper .slick-dots li.slick-active button {
  background-color: #1A1A1A;
}

@media (min-width: 1281px) {
  .solutions_section .right-container .img-box .btn-black {
    display: none;
  }
}
@media (max-width: 1480px) {
  .our_product_section .cards-container > .row .col {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 1280px) {
  .solutions_section .left-container .btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .banner_section .section-heading {
    padding-left: 50px;
  }
  .banner_section .paragrap-1 {
    padding: 0 50px 65px 0;
  }
  .solutions_section .left-container .sticky-box {
    padding-right: 20px;
  }
  .who_are_we_section {
    padding: 0 0 60px 0;
  }
  .who_are_we_section .who_are_we_container {
    flex-direction: column-reverse;
  }
  .who_are_we_section .who_are_we_container .img-box {
    aspect-ratio: 247/311;
    max-width: 100%;
  }
  .who_are_we_section .who_are_we_container .img-box img {
    margin: 0;
    padding: 0;
  }
  .who_are_we_section .who_are_we_container .content .user-name-text {
    font-size: 1rem;
    padding: 52px 0 30px 0;
  }
  .our_product_section {
    padding: 62px 0 72px 0;
  }
  .our_product_section .cards-container {
    margin-top: 54px;
  }
  .our_product_section .cards-container > .row {
    row-gap: 24px;
  }
  .news_section {
    padding: 70px 0 56px 0;
  }
  .news_section .container > .row {
    row-gap: 32px;
  }
  .news_section .container > .row .col:nth-child(1),
  .news_section .container > .row .col:nth-child(3) {
    padding-right: 16px;
  }
  .news_section .container > .row .col:nth-child(2),
  .news_section .container > .row .col:nth-child(4) {
    padding-left: 16px;
  }
  .why_gammaPlus_section .why_gammaPlus_container .cards-box .pill-card p {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .banner_section {
    padding: 210px 0 60px 0;
  }
  .banner_section .section-heading {
    margin-bottom: 24px;
    padding-left: 0;
  }
  .banner_section .container > .row {
    padding: 0 26px;
  }
  .banner_section .copyright-text {
    font-size: 0.75rem;
    margin-bottom: 45px !important;
  }
  .banner_section .dice.dice_1 {
    width: 200px;
    bottom: 20%;
    left: -150px;
  }
  .banner_section .dice.dice_2 {
    width: 180px;
    top: 60px;
    right: 0;
  }
  .banner_section .dice.dice_3 {
    width: 54px;
    top: 62%;
    right: -27px;
  }
  .banner_section .dice.dice_4 {
    top: 95px;
    left: 20px;
    right: inherit;
    width: 60px;
  }
  .banner_section .dice.dice_5 {
    width: 64px;
    top: 40%;
    right: -25px;
  }
  .client_feedback_section .feedback-slider-wrapper .card .img-box {
    margin-left: auto;
  }
  .client_feedback_section .feedback-slider-wrapper .slick-dots {
    bottom: 100%;
  }
  .client_feedback_section .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .solutions_section .left-container .paragrap-1 {
    padding-bottom: 30px;
  }
  .solutions_section .left-container .section-heading {
    margin-bottom: 20px;
  }
  .logo-slider-section .logo_slider_section {
    padding: 56px 0 56px 0;
    width: 100%;
  }
  .logo-slider-section .logo_slider_section .logo-slider .logo-slide {
    border-radius: 10px;
    height: auto;
    padding: 20px 10px;
  }
  .logo-slider-section .logo_slider_section .logo-slider .logo-slide h2 {
    font-size: 1.5rem;
  }
  .why_gammaPlus_section {
    padding: 72px 0 62px 0;
  }
  .why_gammaPlus_section .section-heading {
    padding-left: 42px;
    text-align: left;
  }
  .why_gammaPlus_section .section-heading h2 {
    padding-bottom: 10px;
  }
  .why_gammaPlus_section .section-heading h2 span {
    display: block;
  }
  .news_section {
    padding: 70px 0 56px 0;
  }
  .news_section .container > .row {
    row-gap: 32px;
  }
  .news_section .container > .row .col:nth-child(1),
  .news_section .container > .row .col:nth-child(3) {
    padding: 0;
  }
  .news_section .container > .row .col:nth-child(2),
  .news_section .container > .row .col:nth-child(4) {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .banner_section .paragrap-1 {
    padding: 0 0 56px 0;
  }
  .banner_section .container > .row {
    padding: 0;
  }
  .banner_section .hbspt-form form .input input {
    min-width: 288px;
  }
  .who_are_we_section .who_are_we_container {
    border-radius: 20px;
  }
  .who_are_we_section .who_are_we_container .content {
    padding: 24px;
  }
  .why_gammaPlus_section .why_gammaPlus_container .cards-box .pill-card {
    height: 52px;
  }
  .why_gammaPlus_section .why_gammaPlus_container .cards-box .pill-card::after {
    width: 52px;
    height: 52px;
  }
  .why_gammaPlus_section .why_gammaPlus_container .cards-box .pill-card P {
    padding-left: 60px;
  }
  .solutions_section {
    padding: 56px 0 20px 0;
  }
  .our_product_section .cards-container > .row .col {
    padding-left: 0;
    padding-right: 0;
  }
}
.about_banner_section {
  background: linear-gradient(180deg, #9548FF 0%, #485BFF 100%);
  padding: 290px 0 220px 0;
}
.about_banner_section .star {
  position: absolute;
}
.about_banner_section .star.star_1 {
  top: 20%;
  bottom: 0;
  left: 5%;
  max-width: 74px;
}
.about_banner_section .star.star_2 {
  top: 80%;
  right: 90%;
  width: 44px;
}
.about_banner_section .star.star_3 {
  top: 10%;
  right: 55%;
  width: 74px;
}
.about_banner_section .star.star_4 {
  top: 20%;
  right: 15%;
  width: 75px;
}
.about_banner_section .star.star_5 {
  top: 60%;
  width: 135px;
  right: 40px;
}
.about_banner_section .star.star_6 {
  top: 50%;
  width: 220px;
  right: 55%;
}

.about_why_gammaplus_section {
  margin: -110px 0 72px 0;
}
.about_why_gammaplus_section .grid-box {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: 272px 272px;
  gap: 26px;
  margin-bottom: 72px;
  text-align: center;
}
.about_why_gammaplus_section .grid-box .box {
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about_why_gammaplus_section .grid-box .box .section-heading h6 {
  padding-bottom: 20px;
  font-size: 4.5rem;
}
.about_why_gammaplus_section .grid-box .box .section-heading p {
  font-size: 1.5rem;
  line-height: 1.2;
}
.about_why_gammaplus_section .grid-box .box:nth-child(1) {
  grid-column: span 4;
  grid-row: 1;
  background-color: #E1FD66;
}
.about_why_gammaplus_section .grid-box .box:nth-child(1) .section-heading {
  color: #9548FF;
}
.about_why_gammaplus_section .grid-box .box:nth-child(2) {
  grid-column: span 3;
  grid-row: 1;
  background-color: #EDEFFA;
}
.about_why_gammaplus_section .grid-box .box:nth-child(2) .section-heading {
  color: #9548FF;
}
.about_why_gammaplus_section .grid-box .box:nth-child(3) {
  grid-column: span 5;
  grid-row: 1/span 2;
  background: linear-gradient(360deg, #E1FD66 -60%, #540E9E 100%);
}
.about_why_gammaplus_section .grid-box .box:nth-child(3) .section-heading {
  color: #E1FD66;
}
.about_why_gammaplus_section .grid-box .box:nth-child(4) {
  grid-column: span 3;
  grid-row: 2;
  background: linear-gradient(300deg, #9548FF 0%, #485BFF 100%);
}
.about_why_gammaplus_section .grid-box .box:nth-child(4) .section-heading {
  color: #ffffff;
}
.about_why_gammaplus_section .grid-box .box:nth-child(5) {
  grid-column: span 4;
  grid-row: 2;
  background-color: #6448FF;
}
.about_why_gammaplus_section .grid-box .box:nth-child(5) .section-heading {
  color: #ffffff;
}
.about_why_gammaplus_section .grid-box .box .img {
  padding: 40px 15px 0 15px;
}
.about_why_gammaplus_section .grid-box .box .img img {
  max-width: 100%;
}
.about_why_gammaplus_section .main-img {
  width: 100%;
  aspect-ratio: 2.6/1;
  max-width: 1640px;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
.about_why_gammaplus_section .main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.build-igaming-section .container .row {
  row-gap: 34px;
}
.build-igaming-section .container .row .img-box {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.build-igaming-section .container .row .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.build-igaming-section .container .row .img-box:hover img {
  transform: scale(1.1);
}
.build-igaming-section .container .row .col:nth-child(4) {
  padding: 0 16px;
}

.brand-stroy-section .row {
  row-gap: 36px;
}
.brand-stroy-section .row .card-row {
  margin: 40px 0 74px 0;
}
.brand-stroy-section .row .card-row .col:nth-child(1) {
  padding: 0 18px 0 0;
}
.brand-stroy-section .row .card-row .col:nth-child(2) {
  padding: 0 18px 0 18px;
}
.brand-stroy-section .row .card-row .col:nth-child(3) {
  padding: 0 0 0 18px;
}
.brand-stroy-section .row .card-row .col .content {
  padding: 68px 36px;
  height: 100%;
  border: 2px solid #E1FD66;
  border-radius: 30px;
}
.brand-stroy-section h3 {
  font-size: 2.875rem;
  font-weight: 700;
  font-family: "Akceler B-Bold", sans-serif;
  text-align: center;
}
.brand-stroy-section h3 span {
  color: #9548FF;
}

.mission-vision-section {
  background: linear-gradient(147deg, #540E9E 0%, #485BFF 100%);
}
.mission-vision-section .section-heading {
  margin-bottom: 34px;
}
.mission-vision-section .card-row {
  row-gap: 24px;
}
.mission-vision-section .card-row .card .section-heading {
  border-radius: 30px;
  background: #9548FF;
  padding: 58px 45px;
  height: 100%;
  margin: 0;
}
.mission-vision-section .card-row .card .section-heading h3 {
  color: #E1FD66;
  padding-bottom: 52px;
}
.mission-vision-section .card-row .card .section-heading p {
  color: #ffffff;
  line-height: 1.4;
}

.our-value-and-principal-section .section-heading {
  margin-bottom: 68px;
}
.our-value-and-principal-section .row-card {
  row-gap: 24px;
}
.our-value-and-principal-section .row-card .col:nth-child(1) {
  padding-left: 0;
}
.our-value-and-principal-section .row-card .col:last-child {
  padding-right: 0;
}
.our-value-and-principal-section .row-card .col .card {
  text-align: center;
  border-radius: 20px;
  color: #1A1A1A;
  background-color: #E1FD66;
  padding: 54px 20px 24px 20px;
  position: relative;
  cursor: pointer;
  height: 100%;
}
.our-value-and-principal-section .row-card .col .card::after {
  position: absolute;
  top: 0;
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.our-value-and-principal-section .row-card .col .card .img {
  max-width: 100%;
  height: 150px;
  animation: floatY 2s linear infinite alternate;
}
.our-value-and-principal-section .row-card .col .card .img img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.our-value-and-principal-section .row-card .col .card h3 {
  padding: 45px 0 24px 0;
  font-size: 1.3125rem;
  font-weight: 700;
}
.our-value-and-principal-section .row-card .col .card p {
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.4;
}
.our-value-and-principal-section .row-card .col:nth-child(1) .img {
  animation-delay: 0s;
}
.our-value-and-principal-section .row-card .col:nth-child(2) .img {
  animation-delay: 0.4s;
}
.our-value-and-principal-section .row-card .col:nth-child(3) .img {
  animation-delay: 0.8s;
}
.our-value-and-principal-section .row-card .col:nth-child(4) .img {
  animation-delay: 1.2s;
}
.our-value-and-principal-section .row-card .col:nth-child(5) .img {
  animation-delay: 1.6s;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(15px);
  }
}
.our-ecosystem-section .section-heading {
  margin-bottom: 48px;
}
.our-ecosystem-section p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5;
  color: #1A1A1A;
}

.our-client-section .section-heading {
  margin-bottom: 48px;
}
.our-client-section .card-row {
  row-gap: 20px;
}
.our-client-section .card-row .card {
  background-color: #EFEFEF;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.our-client-section .card-row .card img {
  width: 100%;
  aspect-ratio: 192/106;
  border-radius: 20px;
}
.our-client-section .card-row .card p {
  font-size: 2.25rem;
  font-weight: 400;
}

.we-are-hiring-section {
  background-color: #9548FF;
  padding: 72px 0 100px 0;
}
.we-are-hiring-section .section-heading {
  margin-bottom: 40px;
}
.we-are-hiring-section .row-card {
  row-gap: 24px;
}
.we-are-hiring-section .row-card .col:nth-child(1) {
  padding: 0 8px 0 0;
}
.we-are-hiring-section .row-card .col:nth-child(2) {
  padding: 0 8px;
}
.we-are-hiring-section .row-card .col:nth-child(3) {
  padding: 0 0 0 8px;
}
.we-are-hiring-section .row-card .card {
  background: #ffffff;
  border-radius: 30px;
  height: 100%;
  padding: 40px 32px 120px 32px;
  position: relative;
}
.we-are-hiring-section .row-card .card p:first-of-type {
  text-align: end;
  color: #898989;
  font-size: 1rem;
  font-weight: 400;
}
.we-are-hiring-section .row-card .card h5 {
  font-size: 2rem;
  font-weight: 700;
  min-height: 84px;
}
.we-are-hiring-section .row-card .card .name {
  font-size: 0.75rem;
  color: #898989;
}
.we-are-hiring-section .row-card .card .desc {
  padding: 16px 0 24px 0;
  font-size: 1.125rem;
  color: #1A1A1A;
  line-height: 1.8;
}
.we-are-hiring-section .row-card .card .btn-black {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 40px;
  max-width: calc(100% - 64px);
}

@media (max-width: 991px) {
  .brand-stroy-section .row {
    row-gap: 18px;
  }
  .brand-stroy-section .row .card-row {
    margin: 24px 0 32px 0;
  }
  .brand-stroy-section .row .card-row .col:nth-child(1) {
    padding: 0 8px 0 0;
  }
  .brand-stroy-section .row .card-row .col:nth-child(2) {
    padding: 0 8px 0 8px;
  }
  .brand-stroy-section .row .card-row .col:nth-child(3) {
    padding: 0 0 0 8px;
  }
  .brand-stroy-section h3 {
    font-size: 1.625rem;
  }
  .mission-vision-section .card-row .card .section-heading {
    padding: 56px 24px;
  }
  .mission-vision-section .card-row .card .section-heading h3 {
    font-size: 2.625rem;
    padding-bottom: 20px;
  }
  .our-ecosystem-section p {
    font-size: 1.3125rem;
  }
  .our-value-and-principal-section .row-card .col:nth-child(2) {
    padding-right: 0;
  }
  .our-value-and-principal-section .row-card .col:nth-child(3) {
    padding-left: 0;
  }
  .our-value-and-principal-section .row-card .col:nth-child(4) {
    padding-right: 0;
  }
  .our-value-and-principal-section .row-card .col:last-child {
    padding: 0;
  }
  .our-value-and-principal-section .row-card .col .card {
    padding: 48px 16px 18px 16px;
  }
  .our-value-and-principal-section .row-card .col .card .img {
    height: 110px;
  }
  .our-value-and-principal-section .row-card .col .card h3 {
    padding: 30px 0 10px 0;
    font-size: 1.125rem;
  }
  .our-value-and-principal-section .row-card .col .card p {
    font-size: 0.875rem;
  }
  .we-are-hiring-section .row-card .card {
    padding: 32px 32px 132px 32px;
  }
  .we-are-hiring-section .row-card .card .btn-black {
    bottom: 32px;
  }
}
@media (max-width: 767px) {
  .about_banner_section {
    padding: 210px 0 130px 0;
  }
  .about_banner_section .star.star_1 {
    top: 12%;
    width: 40px;
  }
  .about_banner_section .star.star_2 {
    top: 85%;
    right: 75%;
    width: 44px;
  }
  .about_banner_section .star.star_3 {
    top: 85%;
    right: 30%;
    width: 24px;
  }
  .about_banner_section .star.star_4 {
    top: 15%;
    width: 40px;
    right: 20%;
  }
  .about_banner_section .star.star_5 {
    top: 65%;
    width: 40px;
    right: 40%;
  }
  .about_banner_section .star.star_6 {
    top: 25%;
    width: 120px;
    right: 10%;
  }
  .about_why_gammaplus_section {
    margin: -52px 0 32px 0;
  }
  .about_why_gammaplus_section .section-heading p {
    padding: 10px 0 30px 0;
  }
  .about_why_gammaplus_section .grid-box {
    margin-bottom: 56px;
    gap: 10px;
    grid-template-rows: 120px 120px;
  }
  .about_why_gammaplus_section .grid-box .box {
    border-radius: 12px;
  }
  .about_why_gammaplus_section .grid-box .box .section-heading h6 {
    font-size: 2rem;
    padding-bottom: 6px;
  }
  .about_why_gammaplus_section .grid-box .box .section-heading p {
    font-size: 0.875rem;
  }
  .about_why_gammaplus_section .main-img {
    aspect-ratio: 1.98/1;
    border-radius: 12px;
  }
  .build-igaming-section .container .row .col:nth-child(1),
  .build-igaming-section .container .row .col:nth-child(2) {
    padding: 0;
  }
  .build-igaming-section .container .row .col:nth-child(3) {
    padding: 0 8px 0 0;
  }
  .build-igaming-section .container .row .col:nth-child(4) {
    padding: 0 0 0 8px;
  }
  .build-igaming-section .container .row .col:nth-child(5) {
    display: none;
  }
}
@media (max-width: 576px) {
  .build-igaming-section .container .row {
    row-gap: 16px;
  }
  .our-value-and-principal-section .section-heading {
    margin-bottom: 40px;
  }
  .brand-stroy-section .row {
    row-gap: 24px;
  }
  .brand-stroy-section .row .card-row .col:nth-child(1), .brand-stroy-section .row .card-row .col:nth-child(2), .brand-stroy-section .row .card-row .col:nth-child(3) {
    padding: 0;
  }
}
.products_solutions_banner {
  background-color: #E1FD66;
}
.products_solutions_banner .section-heading {
  color: #1A1A1A;
}
.products_solutions_banner .section-heading h5 {
  padding-bottom: 20px;
}
.products_solutions_banner .section-heading p {
  font-weight: 400;
}
.products_solutions_banner .btn-secondary {
  margin-top: 65px;
}
.products_solutions_banner .slot-img {
  text-align: end;
}
.products_solutions_banner .slot-img img {
  max-width: 100%;
}
.products_solutions_banner .coin {
  position: absolute;
}
.products_solutions_banner .coin.coin_1 {
  top: 25%;
  right: 56%;
  width: 102px;
}
.products_solutions_banner .coin.coin_2 {
  top: 25%;
  right: 40px;
  width: 100px;
}
.products_solutions_banner .coin.coin_3 {
  top: 85%;
  right: 56%;
  width: 160px;
}
.products_solutions_banner .coin.coin_4 {
  top: 64%;
  right: 34%;
  width: 240px;
}
.products_solutions_banner .coin.coin_5 {
  top: 70%;
  right: 40px;
  width: 250px;
}

.solution_section {
  margin: 72px 0;
}
.solution_section .section-heading {
  margin-bottom: 20px;
}
.solution_section .row {
  row-gap: 48px;
}
.solution_section .row .col:nth-child(1) {
  padding: 0 24px 0 0;
}
.solution_section .row .col:nth-child(2) {
  padding: 0 0 0 24px;
}
.solution_section .row .col:nth-child(3) {
  padding: 0;
}
.solution_section .row .col .solution_cards .img-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (max-width: 767px) {
  .products_solutions_banner .slot-img img {
    max-width: 300px;
  }
  .products_solutions_banner .coin.coin_1 {
    top: 16%;
    right: calc(100% - 75px);
    width: 50px;
  }
  .products_solutions_banner .coin.coin_2 {
    top: 30%;
    width: 50px;
  }
  .products_solutions_banner .coin.coin_3 {
    top: calc(100% - 40px);
    right: calc(50% - 40px);
    width: 80px;
  }
  .products_solutions_banner .coin.coin_4 {
    top: 66%;
    right: calc(100% - 88px);
    width: 120px;
  }
  .products_solutions_banner .coin.coin_5 {
    top: 14%;
    right: 40px;
    width: 100px;
  }
  .solution_section .section-heading {
    padding-left: 40px;
    margin-bottom: 50px;
    text-align: start;
  }
  .solution_section .row {
    row-gap: 32px;
  }
  .solution_section .row .col:nth-child(1),
  .solution_section .row .col:nth-child(2),
  .solution_section .row .col:nth-child(3) {
    padding: 0;
  }
}
.contact_banner_section {
  background-color: #E1FD66;
  padding: 290px 0 80px 0;
}
.contact_banner_section .section-heading {
  color: #1A1A1A;
}
.contact_banner_section .btn-secondary {
  margin-top: 65px;
}
.contact_banner_section .btn-secondary:hover {
  border: 1px solid #9548FF;
}
.contact_banner_section .casino-img img {
  width: 100%;
}
.contact_banner_section .casino-img .img-1 {
  max-width: 40%;
  transform: translateY(50px);
}
.contact_banner_section .casino-img .img-2 {
  max-width: 660px;
}
.contact_banner_section .grid-row {
  margin-top: 100px;
  row-gap: 15px;
  padding: 0 !important;
}
.contact_banner_section .grid-row .card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 8px;
  text-align: center;
  height: 100%;
}
.contact_banner_section .grid-row .card p {
  padding: 0;
  font-weight: 700;
}
.contact_banner_section .grid-row .card .img-box {
  height: 140px;
  margin-bottom: 40px;
}
.contact_banner_section .grid-row .card .img-box img {
  width: 100%;
  height: 100%;
  max-width: 180px;
  object-fit: contain;
}

.why-gammaPlus-aggregator-section {
  margin: 72px 0;
}
.why-gammaPlus-aggregator-section .section-heading {
  margin-bottom: 30px;
  color: #9548FF;
}
.why-gammaPlus-aggregator-section p {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.8;
  padding: 15px 0;
  color: #1A1A1A;
  gap: 10px;
}
.why-gammaPlus-aggregator-section p span {
  color: #9548FF;
}

.contact-providers-section {
  margin-bottom: 72px;
}
.contact-providers-section .container > .section-heading {
  text-align: center;
}
.contact-providers-section .container > .section-heading h2 {
  color: #9548FF;
}
.contact-providers-section .container > .section-heading h5 {
  padding-bottom: 28px;
}
.contact-providers-section .container > .section-heading p {
  font-weight: 400;
  max-width: 640px;
  margin: auto;
  line-height: 1.5;
}
.contact-providers-section .grid-row {
  display: flex;
  gap: 24px;
}
.contact-providers-section .grid-row .card {
  border-radius: 20px;
  text-align: center;
  padding: 40px 8px;
  height: 272px;
  flex: auto;
  display: grid;
  place-items: center;
}
.contact-providers-section .grid-row .card .section-heading {
  color: #ffffff;
}
.contact-providers-section .grid-row .card:nth-child(1) {
  background: linear-gradient(147deg, #540E9E 0%, #485BFF 100%);
}
.contact-providers-section .grid-row .card:nth-child(2) {
  background: #E1FD66;
}
.contact-providers-section .grid-row .card:nth-child(2) .section-heading {
  color: #9548FF;
}
.contact-providers-section .grid-row .card:nth-child(3) {
  background: #EDEFFA;
}
.contact-providers-section .grid-row .card:nth-child(3) .section-heading {
  color: #9548FF;
}
.contact-providers-section .grid-row .card:nth-child(4) {
  background: #540E9E;
}

.contact-client-feedback {
  background-color: #E1FD66;
  padding: 72px 0 45px 0;
}
.contact-client-feedback .section-heading {
  margin-bottom: 36px;
}
.contact-client-feedback .slick-dots {
  display: none !important;
}
.contact-client-feedback .slick-dotted.slick-slider {
  margin: 0;
}
.contact-client-feedback .feedback-slider-wrapper {
  position: relative;
}
.contact-client-feedback .feedback-slider-wrapper .feedback_card .card .img-box {
  text-align: center;
}
.contact-client-feedback .feedback-slider-wrapper .feedback_card .card .img-box .img {
  width: 198px;
  height: 198px;
  aspect-ratio: 1;
  background-color: #DEDEDE;
  border-radius: 50%;
  margin: 0 auto 24px auto;
}
.contact-client-feedback .feedback-slider-wrapper .feedback_card .card .user-namne h5 {
  font-size: 1.3125rem;
}
.contact-client-feedback .feedback-slider-wrapper .feedback_card .card .user-namne p {
  font-size: 1.125rem;
}
.contact-client-feedback .feedback-prev,
.contact-client-feedback .feedback-next {
  width: 48px;
  height: 48px;
  border: 1px solid #1A1A1A;
  background-color: transparent;
  border-radius: 50%;
  color: #1A1A1A;
}
.contact-client-feedback .slick-prev {
  left: 40px;
}
.contact-client-feedback .slick-next {
  right: 40px;
  transform: rotate(180deg);
}
.contact-client-feedback .slick-prev:hover,
.contact-client-feedback .slick-prev:focus,
.contact-client-feedback .slick-next:hover,
.contact-client-feedback .slick-next:focus {
  background-color: #540E9E;
  color: #ffffff;
}

.faq-section {
  margin: 72px 0;
}
.faq-section .section-heading {
  color: #9548FF;
  margin-bottom: 30px;
  text-align: center;
}
.faq-section ul li {
  line-height: 2.5;
  font-size: 1.5rem;
}
.faq-section ul li :nth-child(1) {
  font-weight: 600;
}
.faq-section ul li :nth-child(2) {
  font-weight: 400;
}

.looking-for-more-section {
  background-color: #9548FF;
  padding: 72px 0 100px 0;
}
.looking-for-more-section .section-heading {
  text-align: center;
  color: #ffffff;
  margin-bottom: 68px;
}
.looking-for-more-section .slick-track {
  display: flex;
}
.looking-for-more-section .slick-slide img {
  display: none;
}
.looking-for-more-section .product_cards_container {
  flex-wrap: nowrap;
  overflow: hidden;
  max-width: 100vw;
  gap: 36px;
}
.looking-for-more-section .product_cards_container .product_cards {
  max-width: 384px;
  width: 100% !important;
  flex: none;
  height: auto;
  margin-right: 36px;
}
.looking-for-more-section .product_cards_container .product_cards h5 {
  margin: 114px 0 10px 0 !important;
}

@media (max-width: 991px) {
  .contact-providers-section {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .contact_banner_section {
    padding: 170px 0 74px 0;
  }
  .contact_banner_section .casino-img .img-1 {
    max-width: 33%;
  }
  .contact_banner_section .grid-row .card .img-box {
    height: 100px;
  }
  .faq-section ul li {
    font-size: 1.3125rem;
  }
  .looking-for-more-section {
    padding: 64px 0 90px 0;
  }
  .looking-for-more-section .section-heading {
    padding-left: 42px;
    text-align: start;
  }
}

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