.left-content {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  justify-content: flex-end;
}

.left-inner {
  max-width: 730px;
  width: 100%;
}


.left-inner h1 {
  color: #0b1742;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 0;
}

.left-inner p {
  font-size: 1.5rem;
  color: #666;
  margin-bottom: 30px;
}

.btn-monetize {
  width: 18rem;
  height: auto;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

.btn-monetize .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  /* background: #282936; */
  background: linear-gradient(to right, #7b2ff7, #f107a3);
  border-radius: 1.625rem;
}

.btn-monetize .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.btn-monetize .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

.btn-monetize .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

.btn-monetize .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #0b1742;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

.btn-monetize:hover .circle {
  width: 100%;
}

.btn-monetize:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

.btn-monetize:hover .button-text {
  color: #fff;
}



.animate-wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
}

.rotated-wrapper {
  transform: rotate(7deg);
  transform-origin: center;
  max-width: 90vw;
  flex-shrink: 0;
}

.scroll-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.scroll-track {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.scroll-inner.scroll-down {
  animation: scrollDown 36s linear infinite;
}

.scroll-inner.scroll-up {
  animation: scrollUp 36s linear infinite;
}

@keyframes scrollDown {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

@keyframes scrollUp {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0);
  }


}

.scroll-track img {
  max-height: 250px;
  width: 93%;
  object-fit: fill;
  border-radius: 10px;
}

.br-pc-only {
  display: inline;
}




.engage-hero-section {
  background: #fff;
  padding-top: 50px;
}

.section-subtitle {
  color: #9749f8;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}

.section-title {
  color: #0b1742;
  font-size: 70px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 0;
}

.section-description {
  color: #0b1742;
  line-height: 40px;
  font-size: 28px;
}

.engage-btn {
  /* background: #9749f8; */
  background: linear-gradient(to right, #7b2ff7, #f107a3);
  border: none;
  font-weight: 600;
  font-size: 16px;
  transition: background 0.3s ease;
}

.engage-btn:hover {
  background: #9749f8;
}

/* second section */

.playtime-section {
  background-color: #0b1742;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  /* padding-top: 5rem !important;
  padding-bottom: 4rem !important; */
}

.playtime-title {
  font-size: 40px;
  font-weight: 700;
  color: white;
  margin-bottom: 6rem !important;
}

.playtime-item {
  padding: 0 20px;
  text-align: center !important;
}

.playtime-icon img {
  display: inline-block;
  width: 70px;
  height: 70px;
}

.playtime-heading {
  font-size: 24px;
  font-weight: 700;
  color: #E0E0E0;
}

.playtime-text {
  font-size: 19px;
  color: #E0E0E0;
  line-height: 1.7;
}




.stats-section {
  background-color: #f6f6f6;
  /* margin-top: 6rem !important; */
  margin-bottom: 3rem !important;
}

.stats-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #0b1742;
  text-transform: uppercase;
}

.stats-item {
  padding: 10px 20px;
}

.stats-number {
  font-size: 40px;
  font-weight: 700;
  color: #0b1742;
}

.stats-label {
  font-size: 17px;
  color: #0b1742;
  margin-top: 10px;
}





/* slider css start  */
.left-phone-img {
  max-width: 250px;
  height: auto;
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #dcc0fe;
  color: white;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 60% 60%;
}



.carousel-indicators {
  position: static;
  margin-top: 80px;
  justify-content: center;
}

.carousel-indicators [data-bs-target] {
  width: 40px;
  height: 4px;
  background-color: #d0d9ff;
  border: none;
  margin: 0 5px;
  border-radius: 5px;
}

.carousel-indicators .active {
  background-color: #9749f8;
  /* Darker blue when active */
}

.case-r.ani {
  visibility: visible !important;
  animation-duration: 1s;
}


.integration-section {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.main-heading {
  margin-bottom: 10px;
  font-weight: 700;
  color: #0b1742;
  font-size: 50px;
  letter-spacing: 2px;
}

.sub-heading {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.015em;
  text-align: center;
  color: rgb(68, 68, 68);
}

/* Responsive adjustments */




.btn-start {
  background: linear-gradient(to right, #7b2ff7, #f107a3);
  color: white;
  border-radius: 32px;
  font-weight: 400;
  font-size: 16px;
}


.btn-start:hover {
  color: white;
}

.feature-section {
  background-color: #ffffff;
  padding: 60px 0;

}

.section-badge {
  background-color: #eae6fd;
  color: #9749f8;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 16px;
  display: inline-block;
}

.feature-section .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 5.5rem;
}

.feature-item {
  text-align: left;
}

.icon-img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  /* filter: hue-rotate(245deg) saturate(1.2); */
}

.feature-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #1c1c1c;
}

.feature-desc {
  font-size: 16px;
  color: #666666;
  margin: 0;
}

.bg-circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 350px;
  z-index: 1;
}

.phone-image {
  position: relative;
  z-index: 2;
  max-width: 350px;
}

.cmp-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cmp-heading {
  font-size: 28px;
  font-weight: 700;
  color: #0c1e40;
  line-height: 40px;
}

.cmp-box {
  background-color: #0c1e40;
  border-radius: 20px;
  padding: 26px;
  width: 280px;
  min-width: 280px;
  margin-right: 16px;
  color: white;
  font-size: 18px;
}

.cmp-slider-container {
  overflow-x: auto;
  display: flex;
  scroll-behavior: smooth;
}

.cmp-arrow-btn {
  width: 43px;
  height: 43px;
  border: none;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.light-btn {
  background-color: #eae6fd;
  /* color: #fff; */
}

.dark-btn {
  background-color: #eae6fd;
  /* color: #fff; */
}

.cmp-arrows {
  margin-top: 20px;
}

.cmp-phone {
  max-width: 500px;
  position: relative;
  z-index: 2;
}

.cmp-bg-shape {
  position: absolute;
  width: 300px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* Hide scrollbar */
.cmp-slider-container::-webkit-scrollbar {
  display: none;
}

.cmp-slider-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.cmp-arrow-btn:disabled {
  background-color: rgb(205, 200, 200);
  /* opacity: 0.3; */
  cursor: not-allowed;
}





/* -----------------------------@media (max-width: 576px)  */

@media (max-width: 576px) {
  .left-content {
    padding: 20px !important;
    text-align: center;
    margin-top: 70px !important;

  }

  .left-inner h1 {
    color: #0b1742;
    font-size: 30px;
    margin-top: 20px !important;

    line-height: 40px;
  }

  .left-inner p {
    font-size: 1rem;
  }

  .animate-wrapper {
    justify-content: center;
    height: auto !important;
    padding-bottom: 20px;
    margin-top: 20px;
  }

  .animate-wrapper .rotated-wrapper {
    display: none !important;
  }

  .animate-wrapper .rotated-wrapper:first-of-type {
    display: flex !important;
    transform: none !important;
    width: 100%;
    padding: 0;
  }

  .scroll-down {
    display: none !important;
  }

  .scroll-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  .scroll-inner {
    display: flex;
    flex-direction: row !important;
    gap: 10px;
    animation: scrollLeft 20s linear infinite !important;
    width: max-content;
  }

  .scroll-track {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .scroll-track img {
    width: 160px;
    height: 220px;
    object-fit: cover;
    border-radius: 18px;
    flex-shrink: 0;
  }

  @keyframes scrollLeft {
    0% {
      transform: translateX(0%);
    }

    100% {
      transform: translateX(-50%);
    }
  }


  .playtime-title {
    font-size: 26px;
    margin-bottom: 1rem !important;
  }

  .playtime-heading {
    font-size: 20px;
  }

  .playtime-text {
    font-size: 16px;
  }

  .playtime-item {
    margin-top: 30px;
  }

  .stats-number {
    font-size: 32px;
  }

  .stats-label {
    font-size: 16px;
  }

  .stats-subtitle {
    font-size: 17px;
  }

  .left-phone-img {
    max-width: 200px;
  }

  .main-heading {
    font-size: 2rem;
  }

  .sub-heading {
    font-size: 1rem;
    padding: 0 20px;
  }

  .main-heading {
    font-size: 1.75rem;
  }

  .sub-heading {
    font-size: 0.95rem;
  }

  .integration-section {
    margin-top: 1rem !important;
    margin-bottom: 2rem !important;
  }

  .feature-section .section-title {
    font-size: 30px;
    font-weight: 700;
    color: #1c1c1c;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .feature-item img.icon-img {
    width: 32px;
    height: 32px;
  }

  .feature-title {
    font-size: 14px;
  }

  .feature-desc {
    font-size: 0.9rem;
  }

  .bg-circle {
    max-width: 300px;
  }

  .phone-image {
    max-width: 300px;
  }

  .cmp-phone {
    max-width: 300px;
  }

  .cmp-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cmp-heading {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }

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

}


/* ----------------------@media (max-width: 767px) */

@media (min-width: 576px) and (max-width: 767px) {

  .left-content {
    padding: 20px !important;
    text-align: center;

  }

  .left-inner h1 {
    color: #0b1742;
    font-size: 30px;
    margin-top: 70px;
    line-height: 40px;
  }

  .left-inner p {
    font-size: 1rem;
  }

  .animate-wrapper {
    justify-content: center;
    height: auto !important;
    padding-bottom: 20px;
    margin-top: 20px;
  }

  .animate-wrapper .rotated-wrapper {
    display: none !important;
  }

  .animate-wrapper .rotated-wrapper:first-of-type {
    display: flex !important;
    transform: none !important;
    width: 100%;
    padding: 0;
  }

  .scroll-down {
    display: none !important;
  }

  .scroll-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  .scroll-inner {
    display: flex;
    flex-direction: row !important;
    gap: 10px;
    animation: scrollLeft 20s linear infinite !important;
    width: max-content;
  }

  .scroll-track {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .scroll-track img {
    width: 160px;
    height: 220px;
    object-fit: cover;
    border-radius: 18px;
    flex-shrink: 0;
  }

  @keyframes scrollLeft {
    0% {
      transform: translateX(0%);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  .stats-section .stats-number {
    font-size: 30px;
  }

  .stats-section .stats-label {
    font-size: 18px;
  }

  .stats-subtitle {
    font-size: 20px;
  }

  .feature-section .section-title {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 40px;
  }

  .feature-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* vertical centering if parent has height */
    text-align: center;
    margin: 0 auto;
    /* horizontal centering */
    width: 100%;
    max-width: 1000px;
    padding: 20px;
    height: 100%;
    /* needed only if vertical centering is desired */
  }


  .feature-item img.icon-img {
    width: 36px;
    height: 36px;
  }

  .feature-title {
    font-size: 20px;
  }

  .feature-desc {
    font-size: 18px;
  }

  .bg-circle,
  .phone-image {
    max-width: 290px;
  }

  .playtime-item {
    padding: 10px 20px;
  }

  .playtime-title {
    font-size: 30px;
    margin-bottom: 2rem !important;
  }

  .playtime-heading {
    font-size: 20px;
  }

  .playtime-text {
    font-size: 18px;
  }

  .playtime-icon img {
    width: 60px;
    height: 60px;
  }

  .cmp-heading {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
  }

  .cmp-box {
    font-size: 16px;
    padding: 20px;
    width: 240px;
    min-width: 240px;
  }

  .cmp-phone {
    max-width: 290px;
  }

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

  .integration-section {
    margin-top: 3rem;
    margin-bottom: 3rem;

  }

  .main-heading {
    font-size: 34px;
  }

  .sub-heading {
    font-size: 20px;
    line-height: 26px;
  }

  .btn-start {
    font-size: 16px;
    padding: 10px 20px;
  }
}



/* @media (max-width: 991px) ------------------------------- */

@media (min-width: 767px) and (max-width: 991px) {
  .left-content {
    padding: 20px !important;
    text-align: center;
    margin-top: 30px;

  }

  .left-inner {
    max-width: 890px;
    width: 100%;
  }

  .left-inner h1 {
    color: #0b1742;
    font-size: 30px;
    margin-top: 70px;
    line-height: 40px;
  }

  .left-inner p {
    font-size: 20px;
  }

  .animate-wrapper {
    justify-content: center;
    height: auto !important;
    padding-bottom: 20px;
    margin-top: 20px;
  }

  .animate-wrapper .rotated-wrapper {
    display: none !important;
  }

  .animate-wrapper .rotated-wrapper:first-of-type {
    display: flex !important;
    transform: none !important;
    width: 100%;
    padding: 0;
  }

  .scroll-down {
    display: none !important;
  }

  .scroll-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  .scroll-inner {
    display: flex;
    flex-direction: row !important;
    gap: 10px;
    animation: scrollLeft 20s linear infinite !important;
    width: max-content;
  }

  .scroll-track {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .scroll-track img {
    width: 160px;
    height: 220px;
    object-fit: cover;
    border-radius: 18px;
    flex-shrink: 0;
  }

  @keyframes scrollLeft {
    0% {
      transform: translateX(0%);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  .stats-number {
    font-size: 34px;
  }

  .stats-label {
    font-size: 18px;
  }


  .stats-subtitle {
    font-size: 20px;
  }


  .feature-section .section-title {
    font-size: 28px;
    margin-bottom: 3rem;
  }

  .feature-title {
    font-size: 22px;
  }

  .feature-desc {
    font-size: 18px;
  }

  .feature-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* vertical centering if parent has height */
    text-align: center;
    margin: 0 auto;
    /* horizontal centering */
    width: 100%;
    max-width: 1000px;
    padding: 20px;
    height: 100%;
    /* needed only if vertical centering is desired */
  }



  .main-heading {
    font-size: 34px;
  }

  .sub-heading {
    font-size: 18px;
    line-height: 24px;
  }

  .playtime-title {
    font-size: 28px;
    margin-bottom: 3rem !important;
  }

  .playtime-heading {
    font-size: 22px;
  }

  .playtime-text {
    font-size: 18px !important;
  }

  .cmp-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .cmp-box {
    width: 220px;
    min-width: 220px;
    font-size: 16px;
  }

  .cmp-arrow-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .bg-circle,
  .phone-image,
  .cmp-phone {
    max-width: 290px;
  }


}

/* -------------------------@media (max-width: 1199px)  */

@media (min-width: 991px) and (max-width: 1199px) {

  .col-lg-6 {
    flex: 0 0 auto;
    width: 100%;
  }

  .left-content {
    padding: 20px !important;
    text-align: center;
    margin-top: 80px;

  }

  .left-inner {
    max-width: 1200px;
    width: 100%;
  }

  .left-inner h1 {
    color: #0b1742;
    font-size: 30px;
    margin-top: 70px;
    line-height: 40px;
  }

  .left-inner p {
    font-size: 20px;
  }

  .animate-wrapper {
    justify-content: center;
    height: auto !important;
    padding-bottom: 20px;
    margin-top: 20px;
  }

  .animate-wrapper .rotated-wrapper {
    display: none !important;
  }

  .animate-wrapper .rotated-wrapper:first-of-type {
    display: flex !important;
    transform: none !important;
    width: 100%;
    padding: 0;
  }

  .scroll-down {
    display: none !important;
  }

  .scroll-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  .scroll-inner {
    display: flex;
    flex-direction: row !important;
    gap: 10px;
    animation: scrollLeft 20s linear infinite !important;
    width: max-content;
  }

  .scroll-track {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .scroll-track img {
    width: 160px;
    height: 220px;
    object-fit: cover;
    border-radius: 18px;
    flex-shrink: 0;
  }

  @keyframes scrollLeft {
    0% {
      transform: translateX(0%);
    }

    100% {
      transform: translateX(-50%);
    }
  }


  .feature-section .section-title {
    font-size: 30px;
    margin-bottom: 3rem;
  }

  .feature-title {
    font-size: 20px;
  }

  .feature-desc {
    font-size: 17px;
  }

  .icon-img {
    width: 36px;
    height: 32px;
  }

  .stats-subtitle {
    font-size: 20px;
  }

  .stats-number {
    font-size: 32px;
  }

  .stats-label {
    font-size: 18px;
  }

  .main-heading {
    font-size: 36px;
  }

  .sub-heading {
    font-size: 20px;
    line-height: 26px;
  }

  .playtime-title {
    font-size: 32px;
    margin-bottom: 4rem !important;
  }

  .playtime-heading {
    font-size: 20px;
  }

  .playtime-text {
    font-size: 17px;
  }

  .cmp-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .cmp-box {
    width: 240px;
    min-width: 240px;
    font-size: 16px;
  }

  .cmp-arrow-btn {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .bg-circle,
  .phone-image,
  .cmp-phone {
    max-width: 280px;
  }

  .br-pc-only {
    display: none;
  }
}