@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@800&display=swap");

:root {
  /* for spinning slider */
  --speed: 40s;
  --speed-demo-icon: 10s;
  --font18: 18px;
  --font16: 16px;
  --font14: 14px;
  --textp: #a3a3cc;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #03031a;
  color: #a3a3cc;
  font-size: var(--font16);
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-size: var(--font16);
  color: var(--textp);
}

.container-lg,
.container-xl,
.container-xxl,
.container {
  max-width: 1200px !important;
}

.section-padding {
  padding: 40px 20px;
}

.section-title {
  font-size: 20px;
  color: #00feff;
  font-weight: 700;
  margin-bottom: 0 !important;
  padding: 16px 8px;
}

.section-title-description {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0 !important;
  padding-bottom: 40px;
  text-align: center;
}

.section-description {
  font-weight: 400;
  text-align: center;
  margin-bottom: 0 !important;
  padding-bottom: 20px;
}

.border-blue {
  border: 2px solid #0f0f4c;
}

.bg-dark-blue {
  background-color: #03031a;
}

.divider-vertical {
  border-left: 1px solid #333366;
  height: 100%;
}

.divider-horizontal {
  border-left: 1px solid #333366;
  height: 100%;
}

.gradient-border {
  opacity: 1;
  border-radius: 26.47px;
  background: #03031a;
  background: linear-gradient(#03031a, #03031a) padding-box,
    linear-gradient(90deg, #1b0f3e, #8a45e8, #1b0f3e) border-box;
  border: 2px solid transparent;
}

.gradient-border video {
  border-radius: 20px;
  display: block;
  width: 100%;
}

.heading-break {
  display: inline;
}

/* hero  */
.demo-play-button {
  animation: spin var(--speed-demo-icon) linear infinite;
}

/* ABOUT SECTION  */
.learn-more {
  position: relative;
}

.learn-more-content {
  margin-top: -245px;
  position: relative;
  z-index: 10;
}

.learn-more-content .section-description {
  width: 37%;
  margin: auto;
}

.about-card-wrapper {
  padding-top: 32px;
}

.about-card-heading {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 16px;
  padding-top: 32px;
}

.about-card-description {
  font-weight: 400;
  font-size: var(--font16);
  line-height: 24px;
}

.circle-slider-container {
  padding-bottom: 32px;
}

.why-us-card-title {
  font-size: 24px;
  font-weight: 700;
}

.why-us-card-description {
  font-weight: 400;
}

/* WHY US SECTION  */
.why-us-section {
  background: #03031a;
}

.why-us-card .card {
  background-color: #03031a;
  background: linear-gradient(#03031a, #03031a) padding-box,
    linear-gradient(90deg, #1b0f3e, #8a45e8, #1b0f3e) border-box;
  border: 2px solid;
  border-bottom: #170a33 2px solid !important;
  border: 2px solid transparent;
}

.why-us-card .card-body {
  padding: 24px 48px;
}

.why-us-feature-item {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  padding: 16px 32px;
}

.why-us-feature-item i {
  font-size: 24px;
  color: #333366;
}

.why-us-feature-name {
  font-size: 18px;
}

.why-us-feature-col {
  border-right: 1px solid #333366;
}

.hr-divider {
  width: 100%;
  height: 2px;
  background: #333366;
}

.pricing-card .hr-divider {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* LEARN MORE */
.learn-more-section-title {
  font-size: 8px;
  color: #00feff;
  position: absolute;
  bottom: 8%;
  left: 46%;
  z-index: 1;
}

.avatar {
  width: 80%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  animation: spin var(--speed) linear infinite;
  transform-origin: 50% 50%;
  will-change: transform;
}
.cuser-opinter{
  cursor: default !important;
}
/* Spins Clockwise */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.circle-slider-wrapper {
  position: relative;
  overflow: hidden;
  padding: 10px 10px 10px 3px;
  width: 100%;
  height: 455px
}

.slider-opacity {
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0px;
  left: 0%;
  z-index: 9;
}

.logo-learn-more {
  position: absolute;
  width: 18%;
  left: 42%;
  bottom: 27%;
  z-index: 1;
  background-image: url(../images/bg-learn-more-section.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

/* PRICING  */
.pricing-section .section-description {
  max-width: 57%;
  text-align: center;
}

.pricing-card {
  border-radius: 16px;
  padding: 40px 40px 24px 40px;
}

.price-oncard {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  padding-bottom: 8px;
  padding-top: 8px;
}

.badge-pricing {
  font-size: 12px;
  color: #00feff;
  background-color: rgba(0, 254, 255, 0.1);
  font-weight: 400;
  padding: 6px 10px;
  border: 1px solid;
  border-image-source: radial-gradient(50.5% 100% at 50.5% 0%,
      #451f99 0%,
      #16163d 100%);
  background: linear-gradient(#004e65, #03031a) padding-box,
    linear-gradient(90deg, #1b0f3e, #823ce1, #16163d) border-box;
  border-bottom: #170a33 0px solid !important;
}

.feature-list-pricing {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.feature-list-pricing li {
  padding: 8px 0px;
  display: flex;
  align-items: center;
  font-size: var(--font14);
  font-weight: 400;
  color: #e5e5ff;
}

.feature-list-pricing li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/seal-check.svg") no-repeat center;
  background-size: contain;
  margin-right: 8px;
}

.pricing-card .card-title,
.pricing-card .feature-list-pricing,
.pricing-card .price-oncard {
  color: #ffffff;
}

.pricing-card .card-title {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 8px;
}

.per-duration {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.price-description {
  font-weight: 400;
  color: var(--textp);
  font-size: var(--font16);
  padding-bottom: 8px;
  padding-top: 8px;
}

/* FOOTER  */
footer {
  background-color: #03031a;
  padding-bottom: 100px;
}
footer .container {
  border-top: 1px solid transparent;
    -o-border-image: linear-gradient(90deg,rgba(236,97,34,0),rgb(90 90 130) 50%,rgba(236,97,34,0)) 1;
    border-image: linear-gradient(90deg, rgba(236, 97, 34, 0), rgb(90 90 130) 50%, rgba(236, 97, 34, 0)) 1;
}


footer p,
footer a {
  font-weight: 400;
  font-size: 14px !important;
  color: #ffffff;
}

footer a:hover {
  color: #00feff !important;
}

section {
  scroll-margin-top: 70px;
}

/* style-two-css */

/* hero-section */
.demo-play-icon {
  width: 25px;
  height: auto;
  left: 41%;
  top: 35%;
}

.demo-play-wrapper {
  position: absolute;
  top: 36%;
  left: 47%;
  z-index: 2;
}

.demo-play-button {
  max-width: 100px;
  height: auto;
}

.hero-section-bg {
  background: url("../images/hero-bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 40px;
}

.hero-section-bg::after {
  background: #ffffff;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(3, 3, 26, 1) 100%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 300px;
  z-index: 0;
}

.hero-heading {
  font-size: 62px;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 1) 10%,
      rgba(197, 153, 255, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  display: inline;
}

.hero-logo {
  padding-bottom: 20px;
}

.hero-store-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.demo-store-btn,
.hero-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 168px;
  max-height: 55px;
  letter-spacing: 10%;
  padding: 8px 2px 8px 12px;
  text-decoration: none;
  color: #fff;
  border-radius: var(--font16);
  font-weight: 600;
  border: 1px solid transparent;
  background: linear-gradient(#03031a, #03031a) padding-box,
    linear-gradient(90deg, #1b0f3e, #8a45e8, #1b0f3e) border-box;
  border: 2px solid;
  border-bottom: #170a33 2px solid !important;
  border: 1px solid transparent;
}

.demo-store-btn:hover,
.hero-store-btn:hover {
  background: linear-gradient(#03031a, #03031a) padding-box,
    linear-gradient(140deg, #1b0f3e, #8a45e8, #1b0f3e) border-box;

  box-shadow: -1px 2px 5px 4px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: -1px 2px 5px 4px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: -1px 2px 5px 4px rgba(0, 0, 0, 0.26);
}

.demo-store-icon,
.store-icon,
.hero-store-icon {
  width: 22px;
  height: 28px;
}

.demo-store-icon-text .demo-store-label,
.hero-store-icon-text .hero-store-label {
  font-size: 8px;
  padding-left: 5px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: white;
  text-align: start;
}

.hero-store-icon-text .hero-store-name {
  font-size: var(--font16);
  padding-left: 5px;
  font-weight: 600;
  color: white;
  text-align: start;
}

.hero-store-btn:hover {
  background-color: #03031a;
  color: #fff;
}

/* owl-carousel */
.owl-carousel {
  overflow: visible;
  margin-top: -132px;
}

.owl-carousel .item h3 {
  font-size: 22px;
  text-align: left;
  color: white;
}

.owl-carousel .item p {
  font-size: var(--font18);
  text-align: left;
}

.owl-carousel .owl-item {
  border-right: 1px solid #333366;
  padding: 15px 30px 5px;
}

.hero-text-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  width: 100%;
}

.border-end {
  border-color: #333366 !important;
  padding-right: 30px;
}

/* owl-carousel */
.feature-carousel .item {
  background: transparent;
  text-align: left;
  width: 338px;
  border-right: 1px solid #333366;
  max-height: 50px;
}

.feature-carousel h2 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 24px;
  color: #fff;
}

.feature-carousel p {
  font-size: 16px;
  color: #aaa;
}

/* WEB-NAVBAR-SECTION */
.hero-web-logo {
  max-width: 60px;
}

/* Pill Navbar */
.web-navbar .pill-navbar {
  background: rgba(3, 3, 26, 0.6);
  border-radius: 50px;
  padding: 6px 20px;

  /* Frosted glass effect */
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);

  position: relative;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.web-navbar .pill-navbar::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;

  /* Draw only top-left + bottom-right borders */
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: none;
  border-right: 1px solid rgba(255, 255, 255, 0.5);

  /* Blur glow effect */
  filter: blur(1px);

  pointer-events: none;
}

/* Navbar Links */
.web-navbar .pill-navbar .nav-link {
  color: #ccc;
  position: relative;
  transition: color 0.3s ease;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}

/* Hover */
.web-navbar .pill-navbar .nav-link:hover {
  color: #00f5ff;
}

/* Active (same as hover but stays while scrolling) */
.web-navbar .pill-navbar .nav-link.active {
  color: #00f5ff;
}

.web-navbar .pill-navbar .nav-link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  width: 200%;
  height: 40px;
  background-image: url("../images/highlighter-web.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

/* Contact Button */
/* Contact Us button default */
.contact-btn {
  border: 2px solid transparent;
  border-radius: 20px;
  padding: 6px 14px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  color: #4d3300;
  background: linear-gradient(#ffb700, #ffb700) padding-box,
    linear-gradient(135deg, #ffb700, #ff7b00) border-box;
  position: relative;
  display: inline-block;
}

/* Hover effect */
.contact-btn:hover {
  background: #ffcf40;
}

/* Active state highlight */
.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
}

/* MOBILE-NAVBAR-SECTION */
.mobile-navbar .pill-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  padding: 8px 12px;
  margin: 10px auto;
  z-index: 1000;
}

/* Hamburger button */
.mobile-navbar .menu-btn {
  background: rgba(3, 3, 26, 0.6);
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: 0 !important;
}

/* Nav container (scrollable) */
.mobile-navbar .nav-links-container {
  background: rgba(3, 3, 26, 0.6);
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
  margin: 0 10px;
  border-radius: 30px;
  content: "";
  inset: 0;
  border-radius: inherit;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-navbar .nav-links-container::-webkit-scrollbar {
  display: none;
}

/* Nav links */
.mobile-navbar .nav-links {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 10px 16px;
  font-size: 13px;
}

.mobile-navbar .nav-links li {
  margin: 0 6px;
}

.mobile-navbar .mobile-nav-link {
  text-decoration: none;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  transition: 0.3s;
  position: relative;
}

.mobile-navbar .mobile-nav-link.active {
  color: #00f5ff;
}

.mobile-navbar .nav-links-container .mobile-nav-link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 100%;
  height: 40px;
  background-image: url("../images/highlighter-mobile-view.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}

.mobile-navbar .home-link {
  padding-left: 16px !important;
}

.mobile-navbar .faq-link {
  padding-right: 16px !important;
}

/* Contact button */
.mobile-navbar .contact-btn {
  background: #ffc107;
  color: #000;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 30px;
  font-weight: 600;
  white-space: nowrap;
  font-size: 13px;
}

section {
  scroll-margin-top: 60px;
  /* for top nav spacing */
  scroll-margin-bottom: 80px;
  /* for bottom nav overlap */
}

.mobile-navbar .menu-btn {
  font-size: 28px;
  cursor: pointer;
  color: white;
}

/* Default: show hamburger, hide close */
.mobile-navbar .menu-btn .hamburger {
  display: inline;
}

.mobile-navbar .menu-btn .close {
  display: none;
}

/* When modal is open (Bootstrap adds .show on #myModal) */
#myModal.show~.mobile-navbar .menu-btn .hamburger {
  display: none;
}

#myModal.show~.mobile-navbar .menu-btn .close {
  display: inline;
}

/* Left-side modal positioning */
/* Slide from bottom to top */
.modal.bottom.fade .modal-dialog {
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
  margin: 0;
  position: fixed;
  bottom: 75px;
  left: 0;
  right: 0;
  max-width: 75%;
  border-radius: 15px;
}

.modal-dialog {
  max-height: 90vh;
  overflow: hidden;
}

.modal-body {
  max-height: 70vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}


.modal.bottom.fade.show .modal-dialog {
  transform: translateY(0);
}

/* Modal content styling */
.modal.bottom .modal-content {
  border-radius: 15px;
  background: rgba(3, 3, 26, 0.9);
  color: #fff;
}

/* Remove bullets */
.mobile-menu-popup {
  background-color: #03031a !important;
  color: white;
}

.mobile-modal-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-modal-links li {
  margin: 8px 0;
}

.modal-content {
  background-color: rgba(3, 3, 26, 0.6);
}

.mobile-modal-links li a {
  text-decoration: none;
  color: white;
  font-weight: 500;
  display: block;
  padding: 12px 10px;
  border-radius: 6px;
  transition: background 0.3s;
  font-size: 13px;
}

.mobile-modal-links li a:hover {
  color: #00f5ff;
}

.fade .modal-body {
  padding: 10px 0 0 30px;
}

/* demo-section */
.demo-phone {
  background-image: url("../images/demo-bg.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.demo-phone img {
  padding-bottom: 140px;
  animation: movebounce 5s linear infinite;
}

@keyframes movebounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

.demo-store-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.demo-store-btn:hover {
  background-color: #03031a;
  color: #fff;
}

/* faq-section */
.section-top-heading {
  font-size: 20px;
  color: #00feff;
}

.section-heading {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
}

.accordion-container {
  max-width: 794px;
  text-align: center;
}

.accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
}

.accordion-button::after {
  background-image: none !important;
  content: "+";
  font-size: 24px;
  font-weight: bold;
  color: #0dcaf0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-button:not(.collapsed)::after {
  content: "–";
  font-size: 24px;
  color: #0dcaf0;
}

.accordion-item .accordion-header .accordion-button {
  font-size: 20px;
  font-weight: 600;
}

.collapse-text {
  text-align: left;
  font-size: var(--font16);
  padding: 0 0 32px 0;
  color: var(--textp);
  font-weight: 400;
}

.accordion-item {
  border: none !important;
  background-color: transparent;
}

.accordion-button {
  background-color: transparent;
  color: #fff;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none;
}

.border-bottom {
  border-bottom: 2px solid #333366 !important;
}

.accordion-button:focus {
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

/* mouse-follow */
.cursorFollowerDot {
  position: fixed;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
  mix-blend-mode: difference;
  z-index: 999;
  pointer-events: none;
}

/* feature-section */
.features-subtitle {
  font-size: var(--font16);
  color: #a98fcc;
  padding-top: 15px;
}

.features-section-card-custom,
.pricing-card {
  height: 100%;
  border: 1px solid transparent;
  border-radius: 15px;
  background: linear-gradient(#03031a, #03031a) padding-box,
    linear-gradient(90deg, #1b0f3e, #8a45e8, #1b0f3e) border-box;
  border: 2px solid;
  border-bottom: #170a33 2px solid !important;
  border: 2px solid transparent;
}

.host-live-card {
  height: 100%;
  border: 1px solid transparent;
  border-radius: 15px;
  background: linear-gradient(#03031a, #03031a) padding-box,
    linear-gradient(90deg, #1b0f3e, #8a45e8, #1b0f3e) border-box;
  border: 2px solid;
  border-top: #170a33 2px solid !important;
  border: 2px solid transparent;
}

.features-section-card-custom h4,
.host-live-card h4 {
  font-size: 24px;
  color: white;
  font-weight: 700;
}

.features-section-inner-card {
  background: linear-gradient(to bottom,
      rgba(15, 15, 38, 1) 0%,
      rgba(15, 15, 38, 0) 100%);
  border-radius: 15px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.features-section-card-custom p,
.host-live-card p {
  font-weight: 400;
}

.host-live-animation {
  background: linear-gradient(to bottom,
      rgba(15, 15, 38, 1) 0%,
      rgba(15, 15, 38, 0) 100%);
  color: #ffffff;
  padding: 40px;
}

.invite-card {
  padding: 40px;
}

/* ========= Buttons ========= */
.features-section-btn-yellow,
.features-section-join-btn {
  background-color: #ffb700;
  color: #4d3300;
  font-weight: 700;
  border-radius: 32px;
  border: none;
  /* transition: all 0.3s ease; */
}

.feature-section-button {
  display: flex;
  justify-content: center;
}

.features-section-btn-yellow {
  padding: 11px 26px;
  text-align: center;
  position: relative;
  margin-bottom: 18px;
}

.features-section-btn-yellow .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  border: 2px solid #00feff;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  pointer-events: none;
  will-change: transform;
}

.features-section-join-btn {
  padding: 6px 16px;
  font-size: 13px;
  border: 2px solid #ffb700;
}

.features-section-btn-yellow:hover,
.features-section-join-btn:hover {
  background-color: #ffcc33;
  box-shadow: 0 0 10px #ffb700;
}

/* ========= Game Card ========= */

.features-second-card {
  position: relative;
  overflow: visible;
}

/* Wrapper creates its own GPU layer */
.features-section-game-card-wrapper {
  transform: translateZ(0);         
  isolation: isolate;                
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Actual card */
.features-section-game-card {
  will-change: transform, opacity;
  transform: translateZ(0);          
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  isolation: isolate;
  opacity: 0.999;                    
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Hover / active animation */
.features-second-card {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  isolation: isolate;
  will-change: transform;
}

.features-section-game-card { 
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  border: 1px solid transparent;
  background: linear-gradient(#111126, #111126) padding-box,
              linear-gradient(90deg, #1b0f3e, #8a45e8, #1b0f3e) border-box;
  border-bottom: #170a33 2px solid !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}


/* Start animation ONLY on hover */
.features-section-game-info {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 6px;
}

.features-section-game-info h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: white;
}

.features-section-game-info p {
  font-size: 10px;
  color: var(--textp);
  margin-bottom: 0;
  font-weight: 400;
}

.timer {
  font-size: 11px;
  margin-top: 6px;
  color: #ffffff;
  font-weight: 400;
}

/* marquee-img-effect */
:root {
  --marquee-width: 100%;
  --marquee-height: 60px;
  --marquee-elements-displayed: 6;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.marquee-img-container {
  margin-bottom: 15px;
}

.marquee {
  width: var(--marquee-width);
  height: var(--marquee-height);
  overflow: hidden;
  position: relative;
}

.marquee::before,
.marquee::after {
  position: absolute;
  top: 0;
  width: 160px;
  height: 100%;
  content: "";
  z-index: 2;
  pointer-events: none;
}

.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  /* Animation is set but paused initially */
  animation: scrolling var(--marquee-animation-duration) linear infinite;
  animation-play-state: paused;
}

.marquee.reverse .marquee-content {
  animation: scrolling-reverse var(--marquee-animation-duration) linear infinite;
  animation-play-state: paused;
}

/* Hover to start animation */
.features-third-card:hover .marquee-content {
  animation-play-state: running;
}

.features-third-card:hover .marquee.reverse .marquee-content {
  animation-play-state: running;
}

.host-live-games-wrapper {
  background: linear-gradient(#03031a, #03031a) padding-box,
    linear-gradient(90deg, #1b0f3e, #8a45e8, #1b0f3e) border-box;
  border: 2px solid;
  border-top: #170a33 2px solid !important;
  border: 2px solid transparent;
  border-radius: 15px;
}

.host-live {
  position: relative;
  overflow: hidden;

}

.host-live img {
  position: absolute;
  top: -19px;
  z-index: 0;
  right: -23px;
}

.host-live lottie-player {
  position: relative;
  z-index: 1;
}

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

  100% {
    transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}

@keyframes scrolling-reverse {
  0% {
    transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }

  100% {
    transform: translateX(0);
  }
}

.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: var(--marquee-element-width);
  height: 100%;
}

.marquee-content li img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  :root {
    --marquee-elements-displayed: 6;
  }

  .marquee::before,
  .marquee::after {
    width: 80px;
  }
  .terms-conditions{text-align: center;}
}

.nav-bg {
  top: 20px;
}

.btn-closes {
  background: rgb(7 6 24);
  border: 1px solid rgb(20 16 90);
  width: 25px;
  height: 24px;
  font-size: 17px;
  color: #ffffff;
  position: absolute;
  top: -30px;
  cursor: pointer;
  right: 0;
  opacity: 0.9;
}

.btn-closes:hover {
  background: rgb(23 19 91);
  color: #ffffff !important;
}

/* HERO OWL CAROSEL  */
.owl-dots .owl-dot span {
  width: 8px;
  height: 4px;
  border-radius: 3px;
  margin: 5px 7px;
  background: #333366;
  display: block;
  transition: opacity 0.2s ease;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #f8b904;
  width: 20px;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-item {
  display: flex;
  align-items: start;
}

#privacy-policy-modal .modal-body ul,
#terms-conditions-modal .modal-body ul {
  color: var(--textp);
}

.modalterms .modal-dialog {
  background-color: #090935;
  border: 1px solid transparent;
  border-radius: 15px;
  background: linear-gradient(#03031a, #03031a) padding-box,
    linear-gradient(90deg, #1b0f3e, #8a45e8, #1b0f3e) border-box;
  border: 2px solid;
  border-bottom: #170a33 2px solid !important;
  border: 2px solid transparent;
}

.modalterms .modal-header {
  border: 0px;
}

.modalterms .modal-body {
  background-color: #09093594;
  border: 1px solid transparent;
}

.modalterms h4,
.modalterms .modal-body h5 {
  font-size: 18px;
  font-weight: 400;
  padding-top: 10px;
}

.modalterms .modal-title {
  padding: 0px;
}

.modalterms .modal-body {
  padding: 16px;
}

/* width */
::-webkit-scrollbar {
  width: 13px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.555);
  border-radius: 10px;
  background: #35357694;
}

/* Handle */
::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.555);
  background: #ffffff82;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.304);
  background: #ffffff44;
}

.owl-carousel .owl-stage {
  display: flex;
}

.footer-logo {
  padding-top: 18px;
}

.contact-form input,
.contact-form textarea{
  background: #111126;
  border: 1px solid #333366;
  border-radius: 8px;
  color: #ffffff;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #575776;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
   background-color: #111126 !important ;
  border: 1px solid #333366 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: 0 0 0px 1000px #111126 inset !important;
  transition: background-color 5000s ease-in-out 0s;
}
.grecaptcha-badge{display: none;}
#faq5 ol li{padding-bottom: 10px;}
.demo-play-wrapper .position-relative{
  cursor: pointer;
}
.adapptlogo span{
  color: #ffb207;
}
.adapptlogo:hover{
  color: #ffb207 !important;
}