@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Wittgenstein:ital,wght@0,400..900;1,400..900&display=swap');

:root {
  --site-one-color: #000000;
  --site-two-color: linear-gradient( 90deg,#101010,#2b2b2b 25%,#444444 50%,#2b2b2b 75%,#101010);
  --site-one-color: #111a2e;
  --site-two-color: linear-gradient( 90deg, #282f3f, #2B3A57 25%, #263961 50%, #2B3A57 75%, #282f3f);
  --site-there-color: #333;
  --white-color: black;
  --white-color: white;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Utility classes */
.font-roboto {
  font-family: "Roboto", sans-serif !important;
}

.font-wittgenstein {
  font-family: "Wittgenstein", serif !important;
}
body {
  font-family: "Roboto", sans-serif;
  background-color: var(--site-one-color);
  min-height: 100vh;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}
section {
  overflow: hidden;
}
.main-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1030;
}

.main-header nav {
  background: var(--site-two-color);
  border-bottom: 2px solid white;
}

.main-header .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 800;
  color: var(--white-color);
  position: relative;
}
.main-header .navbar-nav .nav-link::after {
  content: "";
  height: 3px;
  width: 0%;
  background-color: var(--white-color);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.main-header .navbar-nav .nav-link:hover::after,
.main-header .navbar-nav .nav-link:focus::after,
.main-header .navbar-nav .nav-link:active::after,
.main-header .navbar-nav .nav-link.active::after {
  width: 100%;
  transition: all 0.3s ease;
}
#home, 
#About-us, 
#about-game, 
#contact-us {
  scroll-margin-top: 100px; /* header height + 10px */
}
.menu-btn {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

.navbar-toggler {
  border: 3px solid white;
  border-radius: 0px;
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

.navbar-brand {
  width: 100px;
  display: inline-block;
}

.btn-close-bnd {
  background-color: transparent;
  border: none;
  font-size: 30px;
  color: var(--white-color);
  margin-left: auto !important;
  overflow: hidden !important;
}
.av-ator-rol-img {
  width: 200px;
}

.animtion-section {
  margin-left: 100px;
}

.heading-1 {
  font-size: 2.5rem;
}
.heading-1 span {
  opacity: 0;
  animation: fadeIn 5s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.heading-2 {
  font-size: 2rem;
  font-weight: 800;
}
.heading-3 {
  font-size: 1.75rem;
}

.heading-4 {
  font-size: 1.5rem;
}
.border-5 {
  overflow: hidden;
  border: 5px solid var(--white-color);
  border-radius: 30px;
}
.site-color {
  color: var(--site-one-color);
}
.Download-btn {
  background-color: #fff;
  padding: 12px 22px;
  border-radius: 100px;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 992px) {
  .av-offcanvas {
    background-color: var(--site-one-color);
    color: var(--white-color);
  }

  .navbar-nav .nav-link {
    color: var(--white-color) !important;
  }
  .row-top {
    flex-direction: column-reverse;
  }
}
.section-one .carousel-indicators [data-bs-target] {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--white-color);
  opacity: 1;
}
.carousel-indicators .active {
  background-color: var(--white-color) !important;
}
.section-one .carousel-inner {
  overflow: hidden;
  border: 5px solid var(--white-color);
  border-radius: 30px;
}
.section-one .carousel-indicators {
  margin-bottom: 0px;
}

.card-inner {
  padding: 3rem;
  color: var(--white-color);
}

.section-3-inner {
  background-color: var(--site-one-color);
  color: var(--white-color);
  padding: 20px;
}
.card-pink {
  display: flex;
  gap: 10px;
  background-color: #1b1b1b;
  padding: 10px;
  color: var(--white-color);
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 2px solid var(--white-color);
  color: var(--white-color);
}
.card-pink:hover {
  transform: translateY(-10px);
}

.bg-last {
  background-image: url(../images/bg-dark.jpg);
  background-image: url(../image/av-ator-rol.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
  height: auto;
  background-position: center;
}

.faq-section,
.section-two,
.section-there {
  background: var(--site-two-color);
  padding: 80px 0;
  overflow-x: hidden;
  color: var(--white-color);
}
.section-one,
.footer-section,
.about-section {
  padding: 80px 0;
}

.section-one {
  margin-top: 80px;
}
.social-icon ul {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
}

.social-icon ul li {
  list-style: none;
}

.social-icon ul li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  text-align: center;
  /* line-height: 40px; */
  font-size: 18px;

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 1;
  text-decoration: none;
}

.social-icon ul li a .icon {
  position: relative;
  color: #262626;
  transition: 0.5s;
  z-index: 3;
}

.social-icon ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

.social-icon ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: 0.5s;
  z-index: 2;
}

.social-icon ul li a:hover:before {
  top: 0;
}

.social-icon ul li:nth-child(1) a:before {
  background: #3b5999;
}

.social-icon ul li:nth-child(2) a:before {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}

.social-icon ul li:nth-child(3) a:before {
  background: #0077b5;
}

.social-icon ul li:nth-child(4) a:before {
  background: #dd4b39;
}

.Copyright {
  font-size: 14px;
  color: var(--white-color);
  padding: 10px;
  text-align: center;
}
.Copyright p {
  margin: 0;
}

.navbar-nav {
  gap: 10px;
}
.navbar-nav .nav-item {
  display: flex;
  align-items: center;
}

.btn-52,
.btn-52 *,
.btn-52 :after,
.btn-52 :before,
.btn-52:after,
.btn-52:before {
  border: 0 solid;
  box-sizing: border-box;
}

.btn-52 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: black;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
  text-align: center;
}

.btn-52:disabled {
  cursor: default;
}

.btn-52:-moz-focusring {
  outline: auto;
}


.btn-52 [hidden] {
  display: none;
}

.btn-52 {
  border: 1px solid;
  border-radius: 999px;
  box-sizing: border-box;
  display: block;
  font-weight: 900;
  overflow: hidden;
  padding: 1rem 2.5rem;
  position: relative;
  text-transform: uppercase;
}

.btn-52 .original {
  background: black;
  color: var(--white-color);
  display: grid;
  inset: 0;
  place-content: center;
  position: absolute;
  transition: transform 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-52:hover .original {
  transform: translateY(100%);
}

.btn-52 .letters {
  display: inline-flex;
}

.btn-52 span {
  opacity: 0;
  transform: translateY(-15px);
  transition: transform 0.2s, opacity 0.2s;
}

.btn-52:hover span {
  opacity: 1;
  transform: translateY(0);
}

.btn-52:hover span:nth-child(2) {
  transition-delay: 0.1s;
}

.btn-52:hover span:nth-child(3) {
  transition-delay: 0.2s;
}

.btn-52:hover span:nth-child(4) {
  transition-delay: 0.3s;
}

.btn-52:hover span:nth-child(5) {
  transition-delay: 0.4s;
}

.btn-52:hover span:nth-child(6) {
  transition-delay: 0.5s;
}

.btn-52:hover span:nth-child(7) {
  transition-delay: 0.6s;
}
.btn-52:hover span:nth-child(8) {
  transition-delay: 0.7s;
}
.btn-52:hover span:nth-child(9) {
  transition-delay: 0.8s;
  margin-left: 4px;
}
.btn-52:hover span:nth-child(10) {
  transition-delay: 0.9s;
}
.btn-52:hover span:nth-child(11) {
  transition-delay: 1s;
}
.btn-52:hover span:nth-child(12) {
  transition-delay: 1.1s;
}

.page-ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: disclosure-closed;

  margin: 20px 0;
  color: var(--white-color);
}
.page-ul li {
  color: #ccc9c9;
  text-align: justify;
}
.accordion-button::after {
  filter: brightness(104) !important;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: var(--site-one-color);
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button {
  background-color: var(--site-one-color);
  border: none;
  color: #ffffff;
}

.accordion-item {
  background-color: #fff;
  margin: 8px 0px;
  border: 1px solid #241b2c !important;
}
.footer-menu-items ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.footer-menu-items ul a {
  color: var(--white-color);
  text-decoration: none;
}

@media (max-width: 768px) {
  .navbar-brand {
    width: 70px;
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 28px;
    height: 3px;
  }
  .navbar-toggler {
    padding: 2px 6px;
  }

  .animtion-section {
    width: 200px;
  }

  .heading-2 {
    font-size: 1.5rem;
  }
  .card-inner {
    padding: 1rem;
  }
  .faq-section,
  .section-two,
  .section-there,
  .section-one,
  .footer-section,
  .about-section {
    padding: 40px 0;
  }
  .animtion-section {
    margin-left: 20px;
  }
}

.circles {
  display: block;
  width: 20px;
  height: 20px;
  background: rgb(255 224 5);
  border-radius: 50%;
  position: fixed;
  opacity: 0.5;
  z-index: 99999;
}

.liner-bg {
  background: rgb(187, 189, 246);
  background: linear-gradient(
    47deg,
    rgba(187, 189, 246, 1) 1%,
    rgba(249, 205, 240, 1) 31%,
    rgba(227, 198, 242, 1) 67%,
    rgba(178, 204, 245, 1) 100%
  );
}

.oneoff h6 {
  font-size: 18px;
  font-weight: 800;
}
.oneoff IMG{
  width: 130px;
}
.oneoff p {
  font-size: 13px;
  margin-bottom: 5px;
}

/* play store page */
  .play-store-body{
        background-color: white;
    }
 .play-store-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
  padding: 10px 0;
}

.play-store-header.scrolled {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

   .play-store-header .ps-header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 15px;
}

/* Logo desktop only */
.play-store-header .play-store-logo img {
  height: 40px;
}

/* Search box */
.play-store-header .ps-search-item .ps-search-box {
  display: flex;
  align-items: center;
  background: #f1f3f4;
  border-radius: 8px;
  padding: 8px 12px;
  width: 350px;
}

.play-store-header .ps-search-item .ps-search-box i {
  font-size: 16px;
  color: #5f6368;
  margin-right: 8px;
}

.play-store-header .ps-search-item .in-search {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  font-size: 14px;
  color: #202124;
}

.play-store-header .ps-search-item .in-search::placeholder {
  color: #5f6368;
}

/* Circle icons */
.play-store-header .ps-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.play-store-header .ps-icons .circle-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.play-store-header .ps-icons .circle-icon.gray {
  background: #e0e0e0;
  color: #444;
  font-size: 18px;
}

.play-store-header .ps-icons .circle-icon.purple {
  background: #6a1b9a;
}

/* Back button (hidden in desktop) */
.back-btn {
  display: none;
  font-size: 20px;
  color: #444;
  cursor: pointer;
}

/* ===== MOBILE VIEW ===== */
@media (max-width: 768px) {
  .play-store-header .ps-header-nav {
    justify-content: flex-start;
    gap: 10px;
  }

  /* Logo hide on mobile */
  .play-store-logo {
    display: none;
  }

  /* Back button show */
  .back-btn {
    display: block;
  }

  /* Search bar full width */
  .play-store-header .ps-search-item {
    flex: 1;
  }

  .play-store-header .ps-search-item .ps-search-box {
    width: 100%;
  }

  /* Icons on right */
  .ps-icons {
    margin-left: auto;
  }
}


    .app-details-section{
        padding: 100px 0 40px 0;
    }
.app-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #006a4e; /* Play Store green shade */
}

.app-icon {
  width: 140px;
  height: 140px;
  border-radius: 20px;
  object-fit: cover;
}
.ratting-d-ul{
    display: flex;
    align-items: center;
    gap: 20px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.ratting-d-ul li{
    position: relative;
    padding: 2px 10px;
    font-size: 14px
}
.ratting-d-ul li:nth-child(1):after{
    display: none;
}
.ratting-d-ul li .box-3{
    border: 1px solid black;
}
.ratting-d-ul li::after{
position: absolute;
height: 50%;
width: 1px;
background-color: rgb(202, 202, 202);
content: "";
left: 0;top: 50%;
transform: translateY(-50%);
}
.screenshot-slider .item {
  text-align: center;
}

.screenshot-slider img {
  width: 220px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  margin: auto;
}

.support-list li {
  margin-bottom: 10px;
  font-size: 15px;
}

.support-list a {
  color: #006a4e;
  text-decoration: none;
}

.support-list a:hover {
  text-decoration: underline;
}

/* Owl Nav buttons */
.screenshot-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none; /* so only buttons clickable */
  padding: 4px;
}

.screenshot-slider .owl-nav button {
  background: white!important;
  color: #000 !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
  pointer-events: auto; /* enable clicks */
  transition: background 0.3s;
}

.screenshot-slider .owl-nav button:hover {
  background: rgba(0,0,0,0.8) !important;
}
.about-app h4 {
  font-size: 1.3rem;
}

.about-app p {
  font-size: 15px;
  line-height: 1.6;
}

.about-app .card {
  border-radius: 12px;
  border: 1px solid #e0e0e0;
}

.about-app .card i {
  font-size: 18px;
}

.ratings-reviews .progress {
  height: 8px;
  background-color: #e9ecef;
}

.ratings-reviews .progress-bar {
  border-radius: 4px;
}

.reviews-list .avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #006a4e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.ps-footer {
  background: #fff;
  border-top: 1px solid #e0e0e0;
}

.ps-footer-links li {
  margin-bottom: 6px;
}

.ps-footer-links a {
  text-decoration: none;
  color: #006a4e;
  font-size: 14px;
}

.ps-footer-links a:hover {
  text-decoration: underline;
}

.ps-footer hr {
  margin: 20px 0;
  border-top: 1px solid #e0e0e0;
}

.ps-footer .footer-left a {
  color: #006a4e;
  text-decoration: none;
}

.ps-footer .footer-left a:hover {
  text-decoration: underline;
}

.play-store-button{
      background-color: #fff;
    padding: 12px 22px;
    border-radius: 100px;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    justify-content: center;
}
.play-store-button img{
  width: 30px;
}
/* play store page-end */

@media (max-width: 500px) {
  .card-pink {
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .bg-header nav .navbar-nav .nav-item .li-a-menu:hover {
    color: #ffc702;
    background-color: #241b2c;
  }
  .bg-header nav .navbar-nav {
    text-align: center;
  }
  .navbar-nav .nav-item .li-a-menu {
    padding: 16px 0px;
  }
  .bg-header {
    background-image: none;
    height: auto;
  }
  .bg-header nav .navbar-collapse {
    background: rgb(53 27 58);
    width: 56%;
    margin: -24px;
    padding: 15px;
    transition: 0.5s;
  }
  .header-text h3 {
    font-size: 32px;
    margin: 0;
    padding: 0;
    color: #ffc702;
  }
  .mid-section-inner div img {
    width: 100%;
  }
  .navbar-brand img {
    width: 142px;
    height: 40px;
  }
  body {
    padding-top: 5px;
  }
  .navbar-collapse ul {
    background-color: #252525;
  }
}
