@charset "UTF-8";
.lightGray-text {
  color: rgba(255, 250, 240, 0.8901960784);
}

.gray-text {
  color: #715844;
}

.bg-gray {
  background: #715844;
}

.bi-play-circle-fill {
  color: #715844;
}

body {
  margin: 0;
  padding: 0;
  background: #fffaf0;
  color: #000000;
}

@font-face {
  font-family: "IRANSansWeb";
  src: url("../font/IRANSansWeb/IRANSansWeb.ttf");
}
html[lang=pa] body,
html[lang=pa] p,
html[lang=pa] a,
html[lang=pa] span,
html[lang=pa] .en,
html[lang=pa] li,
html[lang=pa] h1,
html[lang=pa] h2,
html[lang=pa] h3,
html[lang=pa] h4,
html[lang=pa] h5,
html[lang=pa] h6 {
  font-family: IRANSansWeb;
}

.pa {
  font-family: IRANSansWeb !important;
}

body,
p,
a,
span,
.en,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: termina, sans-serif;
}

.en {
  font-family: termina, sans-serif !important;
}

@font-face {
  font-family: "droid-kufi-regular";
  src: url("../font/DroidKufiBold/DroidKufiRegular/DroidKufiRegular.eot");
  src: local("../font/DroidKufiBold/DroidKufiRegular/DroidKufiRegular"), url("../font/DroidKufiBold/DroidKufiRegular/DroidKufiRegular.woff") format("woff"), url("../font/DroidKufiBold/DroidKufiRegular/DroidKufiRegular.ttf") format("truetype");
}
@font-face {
  font-family: "droid-kufi-bold";
  src: url("../font/DroidKufiBold/DroidKufiBold/DroidKufiBold.ttf");
}
html[lang=ar] body,
html[lang=ar] p,
html[lang=ar] a,
html[lang=ar] span,
html[lang=ar] .en,
html[lang=ar] li {
  font-family: droid-kufi-regular;
}

html[lang=ar] h1,
html[lang=ar] h2,
html[lang=ar] h3,
html[lang=ar] h4,
html[lang=ar] h5,
html[lang=ar] h6 {
  font-family: droid-kufi-bold;
}

.ar {
  font-family: droid-kufi-regular !important;
}

.bold {
  font-weight: bold;
}

.bolder {
  font-weight: bolder;
}

.justify {
  text-align: justify;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

.btn-round {
  border-radius: 30px;
}

.socail .download-btn {
  width: 180px;
  height: 100%;
  transition: all 0.3s ease-out;
}
.socail .download-btn:first-child {
  margin-right: 20px;
}
.socail a:hover .download-btn {
  transform: translateY(-5px);
  transition: all 0.3s ease-in;
}

.modal-body,
.modal-header,
.modal-content {
  background: none;
  border: none;
}

.white-bg {
  background: #fcf4e9;
  margin-top: 50px;
  margin-bottom: -100px;
  padding: 30px 10px;
  box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.white-bg a img {
  width: 190px;
  height: 60px;
  transition: 0.3s ease;
}
.white-bg a:hover img {
  transition: 0.3s ease;
  transform: translateY(-5px);
}

.modal-btn {
  border: 1px solid #715844;
}

@keyframes stickyhead {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Animación del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
/* Animación de las letras cargando del preloader */
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.footer-logo {
  opacity: 0;
  transition: opacity 4s;
}

.appear {
  opacity: 1;
}

.download-button {
  background: #6a2d8f;
  border: 1px solid #fff;
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 10px;
}

.btn-lang-ch {
  color: #fff !important;
  background: transparent;
  border: 1px solid #fff;
  padding: 8px;
  border-radius: 10px;
  margin-right: 5px;
}

html[dir=rtl] .btn-lang-ch {
  margin-right: 0;
  margin-left: 5px;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 15px 0;
  transition: 0.4s ease;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.header .nav-item {
  margin: 0 10px;
}
.header.fixed {
  background: #8e39ae;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.header .navbar {
  padding: 0;
}
.header {
  /* ======================= */
  /* Hamburger Design */
  /* ======================= */
}
.header .navbar-toggler {
  border: none;
  background: transparent;
}
.header .navbar-toggler:focus {
  box-shadow: none;
}
.header .navbar-toggler .hamburger {
  width: 26px;
  height: 2px;
  background: #fff;
  display: block;
  position: relative;
  transition: 0.3s ease;
}
.header .navbar-toggler .hamburger::before, .header .navbar-toggler .hamburger::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 2px;
  background: #fff;
  transition: 0.3s ease;
}
.header .navbar-toggler .hamburger::before {
  top: -8px;
}
.header .navbar-toggler .hamburger::after {
  top: 8px;
}
.header .navbar-toggler[aria-expanded=true] .hamburger {
  background: transparent;
}
.header .navbar-toggler[aria-expanded=true] .hamburger::before {
  transform: rotate(45deg);
  top: 0;
}
.header .navbar-toggler[aria-expanded=true] .hamburger::after {
  transform: rotate(-45deg);
  top: 0;
}
.header {
  /* ======================= */
  /* Nav Links */
  /* ======================= */
}
.header .nav-link {
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
  transition: 0.3s;
}
.header .nav-link:hover {
  color: #ffd8a8;
}
.header {
  /* ======================= */
  /* Mobile Menu */
  /* ======================= */
}
@media (max-width: 991.98px) {
  .header .navbar-collapse {
    background: #8e39ae;
    margin-top: 15px;
    padding: 20px;
    border-radius: 15px;
    animation: slideDown 0.4s ease;
  }
  .header .nav-item {
    margin: 8px 0;
  }
  .header .nav-link {
    display: block;
    text-align: right;
  }
}

/* Smooth Animation */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.image-title {
  color: #df4762;
  font-weight: bold;
}

.main-sec {
  position: relative;
  background: #df4762;
  overflow: hidden;
  padding-top: 100px;
}
.main-sec .pettren-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  height: fit-content;
  z-index: 2;
}
.main-sec .bg-clipath {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #df4762;
  clip-path: circle(76% at 67% 24%);
}
.main-sec .container {
  position: relative;
  z-index: 2;
}
.main-sec .star-images img {
  position: absolute;
  top: 0;
  left: 34px;
  z-index: -1;
}
.main-sec .star-images img:nth-child(2) {
  left: 34px;
  bottom: 0;
  top: auto;
}
.main-sec .star-images img:nth-child(3) {
  left: 50%;
  bottom: 0;
  top: auto;
}
.main-sec {
  /* ===============================
     CIRCLE
  ================================ */
}
.main-sec .circle-wrapper {
  position: relative;
  width: min(560px, 100%);
  aspect-ratio: 1/1;
  margin-inline: auto;
}
.main-sec .circle-img {
  width: 100%;
  height: auto;
  display: block;
}
.main-sec .circle-content {
  position: absolute;
  inset: 0;
  padding: clamp(40px, 6vw, 100px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-sec .circle-content p {
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.7;
  margin: 20px 0 30px;
  font-weight: 600;
}
.main-sec {
  /* ===============================
     STARS
  ================================ */
}
.main-sec .star {
  position: absolute;
  z-index: 3;
  animation: starFloat 4s ease-in-out infinite;
}
.main-sec .star.star-1 {
  top: -3%;
  left: 2%;
}
.main-sec .star.star-2 {
  top: -11%;
  left: 41%;
  transform: translateX(-50%);
}
.main-sec .star.star-3 {
  top: -3%;
  right: 5%;
}
.main-sec {
  /* ===============================
     STORE BUTTONS
  ================================ */
}
.main-sec .store-btns {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.main-sec .store-btns img {
  width: clamp(120px, 18vw, 150px);
  transition: 0.3s;
}
.main-sec .store-btns img:hover {
  transform: translateY(-6px) scale(1.05);
}
.main-sec {
  /* ===============================
     PHONE
  ================================ */
}
.main-sec .banner-phone {
  max-width: 100%;
}
.main-sec .floating {
  animation: phoneFloat 5s ease-in-out infinite;
}

html[dir=rtl] .main-sec .star-images img {
  left: auto;
  right: 34px;
}
html[dir=rtl] .main-sec .star-images img:nth-child(2) {
  left: auto;
  right: 34px;
}
html[dir=rtl] .main-sec .star-images img:nth-child(3) {
  left: auto;
  right: 50%;
}

/* ===============================
   GLYPH BORDER BOTTOM
================================ */
.main-sec-glyph {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
}

/* ===============================
   ANIMATIONS
================================ */
@keyframes phoneFloat {
  50% {
    transform: translateY(-18px);
  }
}
@keyframes starFloat {
  50% {
    transform: translateY(-10px);
  }
}
/* ===============================
   SMALL SCREENS FIX
================================ */
@media (max-width: 991px) {
  .main-sec {
    background: none;
  }
}
@media (max-width: 767px) {
  .main-sec {
    text-align: center;
    padding-top: 120px;
  }
  .circle-content h1 img {
    width: 70% !important;
  }
}
.properties-sec {
  position: relative;
  padding: 120px 0 90px;
  overflow: hidden;
  background: rgb(255, 250, 240);
  /* ---------- Cards ---------- */
}
.properties-sec .kid-card {
  background: transparent;
  text-align: center;
  transition: transform 0.4s ease;
  animation: floatCard 6s ease-in-out infinite;
}
.properties-sec .kid-card:hover {
  transform: translateY(-10px) scale(1.02);
}
.properties-sec .kid-card::after {
  content: "";
  display: block;
  height: 2px;
  margin: 25px auto 0;
  width: 80%;
  background: linear-gradient(to right, rgba(240, 228, 203, 0.4), rgb(240, 228, 203), rgba(240, 228, 203, 0.4));
  border-radius: 10px;
}
.properties-sec .kid-card .card-img {
  margin-bottom: 15px;
}
.properties-sec .kid-card .card-img i {
  font-size: 48px;
  animation: pop 3s ease-in-out infinite;
}
.properties-sec .kid-card p {
  font-size: 15px;
  line-height: 1.8;
}
.properties-sec .star-1,
.properties-sec .star-2,
.properties-sec .star-3 {
  position: absolute;
  width: 60px;
  opacity: 0.6;
  display: none;
  animation: starFloat 6s ease-in-out infinite;
}
@media (max-width: 767px) {
  .properties-sec .star-1 {
    display: block;
    top: 20px;
    left: 10px;
  }
  .properties-sec .star-2 {
    display: block;
    top: 20px;
    right: 10px;
  }
  .properties-sec .star-3 {
    display: block;
    bottom: 20px;
    right: 15px;
  }
}

/* ---------- Animations ---------- */
@keyframes floatCard {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes pop {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}
@keyframes parallaxMove {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}
@keyframes starFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(5deg);
  }
}
a {
  color: #8a4bb6;
}

.all-download {
  padding: 40px 0;
  position: relative;
}
.all-download .kid-book-card {
  position: relative;
  padding: 35px 25px 45px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
  overflow: hidden;
  cursor: pointer;
}
.all-download .kid-book-card h4 {
  font-weight: 800;
  margin-bottom: 20px;
}
.all-download .kid-book-card img {
  max-width: 130px;
  transition: transform 0.4s ease;
}
.all-download .kid-book-card {
  /* Book page effect */
}
.all-download .kid-book-card .page {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(-2deg);
  z-index: -1;
}
.all-download .kid-book-card:hover {
  transform: translateY(-18px) rotate(-1deg);
}
.all-download .kid-book-card:hover img {
  transform: scale(1.08);
}
.all-download {
  /* Color themes (your exact colors) */
}
.all-download .color-1 {
  border-bottom: 8px solid rgb(223, 71, 98);
}
.all-download .color-2 {
  border-bottom: 8px solid rgb(232, 166, 24);
}
.all-download .color-3 {
  border-bottom: 8px solid rgb(142, 57, 174);
}
.all-download .color-4 {
  border-bottom: 8px solid rgb(43, 169, 211);
}

.feature-screen {
  background: linear-gradient(135deg, #ffd700, #ffc04d);
  padding: 100px 0;
  position: relative;
}
.feature-screen .sec-title {
  font-weight: 800;
  font-size: 3rem;
  color: #000;
}
.feature-screen .feature-controls-top {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.feature-screen .feature-controls-top .feature-swiper-button-prev,
.feature-screen .feature-controls-top .feature-swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.feature-screen .feature-controls-top .feature-swiper-button-prev::after,
.feature-screen .feature-controls-top .feature-swiper-button-next::after {
  display: none; /* remove swiper default arrows */
}
.feature-screen .feature-controls-top .feature-swiper-button-prev img,
.feature-screen .feature-controls-top .feature-swiper-button-next img {
  width: 56px;
  height: auto;
  pointer-events: none;
}
.feature-screen .feature-controls-top .feature-swiper-button-prev:hover,
.feature-screen .feature-controls-top .feature-swiper-button-next:hover {
  transform: translateY(-4px) scale(1.08);
}
.feature-screen .feature-screen-slider {
  padding: 40px 0;
}
.feature-screen .feature-screen-slider .swiper-slide {
  text-align: center;
  transition: 0.5s;
  transform: scale(0.85);
  opacity: 0.7;
  border-radius: 30px !important;
}
.feature-screen .feature-screen-slider .swiper-slide-active {
  transform: scale(1.1);
  opacity: 1;
}
.feature-screen .feature-screen-slider .screen-img {
  width: 100%;
  max-width: 600px; /* landscape bigger */
  border-radius: 20px;
  background: rgb(250, 217, 60);
  padding: 10px;
}
@media (max-width: 767px) {
  .feature-screen {
    padding: 40px 0;
  }
  .feature-screen .sec-title {
    font-size: 2rem;
  }
  .feature-screen .screen-img {
    max-width: 100%;
  }
  .feature-screen .feature-controls-top {
    margin-bottom: 15px;
  }
  .feature-screen .feature-controls-top .feature-swiper-button-prev,
  .feature-screen .feature-controls-top .feature-swiper-button-next {
    width: 45px;
    height: 45px;
  }
}

html[dir=rtl] .feature-swiper-button-prev img,
html[dir=rtl] .feature-swiper-button-next img {
  transform: rotate(180deg);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #8a4bb6 !important;
}

.center-image-bg {
  display: none;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 347px;
  height: 727px !important;
  opacity: 0.4;
}

.screens-section {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(180deg, #fff, #f8ecff);
  overflow: hidden;
}
.screens-section .section-title {
  font-size: 2rem;
  font-weight: 800;
  color: #7b1fa2;
  margin-bottom: 20px;
}
.screens-section .section-text {
  color: #555;
  font-size: 1.1rem;
  max-width: 520px;
}
.screens-section {
  /* FEATURES */
}
.screens-section .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px 0;
}
.screens-section .features-grid .feature-item {
  background: #fff;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.35s;
}
.screens-section .features-grid .feature-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.1);
}
.screens-section .features-grid .feature-item .feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(45deg, #ffb300, #ff4081, #7c4dff);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 10px;
  font-size: 1.3rem;
}
.screens-section .features-grid .feature-item span {
  font-weight: 600;
  font-size: 0.95rem;
}
.screens-section .download-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  justify-content: flex-start;
}
.screens-section .download-buttons .app-download-btn {
  max-width: 170px;
  transition: 0.3s;
}
.screens-section .download-buttons .app-download-btn:hover {
  transform: translateY(-4px) scale(1.03);
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.2));
}
.screens-section {
  /* PHONES */
}
.screens-section .screens-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.screens-section {
  /* floating background shapes */
}
.screens-section .shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.4;
  animation: shapeMove 18s ease-in-out infinite;
}
.screens-section .shape-1 {
  width: 300px;
  height: 300px;
  background: #ffd54f;
  top: -80px;
  left: -80px;
}
.screens-section .shape-2 {
  width: 260px;
  height: 260px;
  background: #ce93d8;
  bottom: -80px;
  right: -80px;
  animation-delay: 5s;
}
.screens-section {
  /* animations */
}
@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(-8deg);
  }
  50% {
    transform: translateY(-20px) rotate(-8deg);
  }
}
@keyframes shapeMove {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(40px, 40px);
  }
}
.screens-section {
  /* responsive */
}
@media (max-width: 991px) {
  .screens-section .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .screens-section {
    text-align: center;
  }
  .screens-section .features-grid {
    grid-template-columns: 1fr;
  }
  .screens-section .download-buttons {
    justify-content: center;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(3deg);
  }
}
@keyframes float-icon {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(5px, -5px) rotate(5deg);
  }
  50% {
    transform: translate(0, -8px) rotate(0deg);
  }
  75% {
    transform: translate(-5px, -5px) rotate(-5deg);
  }
}
/* Add this to your CSS file */
.kids-cards-section {
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
  background: #8a4bb6;
}
.kids-cards-section .section-title {
  color: #fff;
  margin-bottom: 1.5rem;
}
.kids-cards-section .section-desc {
  color: rgba(255, 255, 255, 0.9);
  max-width: 800px;
  margin: 0 auto 2rem;
}

.parallax-card {
  position: relative;
  height: 100%;
  min-height: 280px;
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.parallax-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.card-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.parallax-card:hover .card-icon {
  transform: scale(1.1);
}

.card-content {
  position: relative;
  z-index: 2;
}

.card-badge {
  display: inline-block;
  background: linear-gradient(45deg, rgb(117, 189, 103), rgb(86, 177, 68));
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(67, 97, 238, 0.3);
  transition: all 0.3s ease;
}

.parallax-card:hover .card-badge {
  transform: scale(1.05);
}

/* Parallax effect */
.parallax-wrapper {
  position: relative;
  height: 100%;
  perspective: 1000px;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  will-change: transform;
  transition: transform 0.1s ease-out;
  z-index: 1;
  opacity: 0.1;
  border-radius: 20px;
}

/* Responsive design */
@media (max-width: 768px) {
  .parallax-card {
    min-height: 240px;
    padding: 1.5rem;
  }
  .card-badge {
    font-size: 0.9rem;
    padding: 0.6rem 1.2rem;
    margin-bottom: 1rem;
  }
}
/* Floating animation */
@keyframes floatCard {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(0);
  }
}
/* Decorative stars */
.star {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  animation: spinStar 14s linear infinite;
}

.star-a {
  top: 10%;
  left: 5%;
}

.star-b {
  bottom: 15%;
  right: 5%;
  animation-duration: 20s;
}

@keyframes spinStar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Mobile */
@media (max-width: 768px) {
  .section-title {
    font-size: 30px;
  }
  .kids-card img {
    max-width: 120px;
  }
  .card-badge {
    font-size: 15px;
    padding: 8px 24px;
  }
}
/* 📱 Mobile */
@media (max-width: 768px) {
  .download-title {
    font-size: 30px;
  }
  .download-text {
    font-size: 16px;
  }
  .download-buttons img {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .center-image-bg {
    display: block;
  }
  .des {
    width: 100% !important;
  }
}
/* 📱 Mobile – PNG arrows on top */
@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: -50px;
    transform: none;
    z-index: 99;
  }
}
html[dir=rtl] .servies-sec .phone-box .phone1 {
  left: auto;
  right: 50px;
}
html[dir=rtl] .servies-sec .phone-box .phone2 {
  right: auto;
  left: 50px;
}
html[dir=rtl] .servies-sec .phone-box .phone3 {
  left: auto;
  right: 35px;
}
html[dir=rtl] .servies-sec .phone-box .phone4 {
  right: auto;
  left: 75px;
}

/* ================================
   DOWNLOAD SECTION (KIDS STYLE)
================================ */
.download-sec {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 100px 20px;
  /* dark dotted background */
  background-color: #1e1e2f;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 22px 22px;
  overflow: hidden;
}
.download-sec p {
  font-size: 20px;
  color: #eaeaea;
}
.download-sec p.bold {
  font-size: 28px;
  font-weight: 800;
  color: rgb(136, 52, 167);
  margin-bottom: 10px;
}
.download-sec p:last-child {
  font-size: 16px;
  line-height: 1.8;
  color: #cfcfcf;
  max-width: 700px;
  margin: 0 auto;
}
.download-sec {
  /* LOGO – PARALLAX SAFE */
}
.download-sec .footer-logo {
  width: 200px;
  margin: 30px auto;
  display: block;
  will-change: transform;
  /* Only vertical float – no X transform */
  animation: logoFloat 5s ease-in-out infinite;
}
.download-sec .socail a {
  transition: transform 0.4s ease;
}
.download-sec .socail a img {
  max-width: 240px;
}
.download-sec .socail a:hover {
  transform: translateY(-6px) scale(1.05);
}

/* Floating only on Y so horizontal parallax still works */
@keyframes logoFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
/* ================================
   FOOTER
================================ */
.footer-section {
  padding: 90px 0 50px;
  background: #0f0f1a;
  position: relative;
  overflow: hidden;
  text-align: center;
  /* soft animated glow background */
}
.footer-section::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(136, 52, 167, 0.35), transparent 70%);
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(80px);
  animation: footerGlow 8s ease-in-out infinite alternate;
}
.footer-section {
  /* EMAIL BUTTON */
}
.footer-section .email-cta {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 38px;
  border-radius: 60px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  background: linear-gradient(135deg, #8834a7, #ff63d8);
  box-shadow: 0 15px 40px rgba(136, 52, 167, 0.55);
  transition: 0.35s;
}
.footer-section .email-cta i {
  font-size: 20px;
}
.footer-section .email-cta:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 25px 60px rgba(136, 52, 167, 0.8);
}
.footer-section {
  /* SOCIAL */
}
.footer-section .social-icons {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 2rem;
}
.footer-section .social-icons .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.5rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-section .social-icons .social-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #ff6b6b, #ff8e53, #ff6b6b);
  background-size: 200% 200%;
  border-radius: 50%;
  z-index: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
.footer-section .social-icons .social-icon i {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}
.footer-section .social-icons .social-icon {
  /* Individual icon colors */
}
.footer-section .social-icons .social-icon.bi-facebook {
  color: #1877f2;
}
.footer-section .social-icons .social-icon.bi-instagram {
  color: #e4405f;
}
.footer-section .social-icons .social-icon.bi-tiktok {
  color: #000000;
}
.footer-section .social-icons .social-icon.bi-youtube {
  color: #ff0000;
}
.footer-section .social-icons .social-icon.bi-twitter-x {
  color: #000000;
}
.footer-section .social-icons .social-icon {
  /* Hover Effects */
}
.footer-section .social-icons .social-icon:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  color: white !important;
}
.footer-section .social-icons .social-icon:hover::before {
  opacity: 1;
  animation: gradientBG 3s ease infinite;
}
.footer-section .social-icons .social-icon:hover i {
  transform: scale(1.2) rotate(10deg);
}
.footer-section .social-icons .social-icon:hover {
  /* Individual hover colors */
}
.footer-section .social-icons .social-icon:hover.bi-facebook {
  background: #1877f2;
  text-shadow: 0 0 10px rgba(24, 119, 242, 0.7);
}
.footer-section .social-icons .social-icon:hover.bi-instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  text-shadow: 0 0 10px rgba(225, 48, 108, 0.7);
}
.footer-section .social-icons .social-icon:hover.bi-tiktok {
  background: linear-gradient(45deg, #010101, #69c9d0, #ee1d52);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.footer-section .social-icons .social-icon:hover.bi-youtube {
  background: #ff0000;
  text-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
}
.footer-section .social-icons .social-icon:hover.bi-twitter-x {
  background: #000000;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.footer-section .social-icons .social-icon {
  /* Animation for the gradient background */
}
@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.footer-section .social-icons .social-icon {
  /* Pulse animation on hover */
}
.footer-section .social-icons .social-icon:hover i {
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.footer-section {
  /* Responsive adjustments */
}
@media (max-width: 768px) {
  .footer-section .social-icons {
    gap: 1rem;
  }
  .footer-section .social-icons .social-icon {
    width: 44px;
    height: 44px;
    font-size: 1.3rem;
  }
}
.footer-section .copyright {
  color: #9aa0b2;
  font-size: 14px;
}

/* animation */
@keyframes footerGlow {
  0% {
    transform: translateX(-50%) scale(1);
  }
  100% {
    transform: translateX(-50%) scale(1.25);
  }
}
/* ================================
   COPYRIGHT
================================ */
.copyright {
  background: #0c0c14;
}
.copyright p {
  font-size: 14px;
  color: #fff;
  opacity: 0.85;
}

/* ================================
   ANIMATIONS
================================ */
@keyframes glowPulse {
  0% {
    box-shadow: 0 0 20px rgba(136, 52, 167, 0.4);
  }
  50% {
    box-shadow: 0 0 45px rgba(255, 155, 232, 0.7);
  }
  100% {
    box-shadow: 0 0 20px rgba(136, 52, 167, 0.4);
  }
}
@keyframes mailBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
html[dir=rtl] footer .input-group .bi-envelope {
  margin-right: auto;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  /* Preloader */
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  /* Prelaoder */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
}
@media (max-width: 1200px) {
  .properties-sec .icon-box {
    padding: 0 50px;
  }
  .servies-sec .phone-box .phone1 {
    left: 110px;
  }
  .servies-sec .phone-box .phone2 {
    left: 200px;
  }
  .servies-sec .phone-box .phone3 {
    left: 15px;
  }
  .servies-sec .phone-box .phone4 {
    right: 100px;
  }
  html[dir=rtl] .servies-sec .phone-box .phone1 {
    right: 150px;
  }
  html[dir=rtl] .servies-sec .phone-box .phone2 {
    left: 0px;
  }
  html[dir=rtl] .servies-sec .phone-box .phone3 {
    right: 15px;
  }
  html[dir=rtl] .servies-sec .phone-box .phone4 {
    left: 130px;
  }
}
@media (max-width: 992px) {
  header .navbar-brand img {
    width: 90px;
    padding: 0px 12px;
  }
  header .navbar-collapse {
    margin-top: 10px;
    padding: 15px 10px;
    border-radius: 5px;
    background: #fcf4e9;
    box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.5);
  }
  header .navbar-collapse .navbar-nav .nav-item {
    margin: 7px 0;
  }
  header .navbar-collapse .dropdown {
    margin: 0 15px;
  }
  header.fixed .navbar-collapse {
    background: none;
  }
  .properties-sec .icon-box {
    padding: 0 0px;
  }
  .servies-sec .phone-box .phone1 {
    left: 50px;
  }
  .servies-sec .phone-box .phone2 {
    left: 100px;
  }
  .servies-sec .phone-box .phone3 {
    left: 35px;
  }
  .servies-sec .phone-box .phone4 {
    right: 35px;
  }
  html[dir=rtl] .servies-sec .phone-box .phone1 {
    right: 50px;
  }
  html[dir=rtl] .servies-sec .phone-box .phone2 {
    left: 30px;
  }
  html[dir=rtl] .servies-sec .phone-box .phone3 {
    right: 15px;
  }
  html[dir=rtl] .servies-sec .phone-box .phone4 {
    left: 100px;
  }
}
@media (max-width: 576px) {
  .main-sec h1 {
    font-size: 46px;
  }
  .socail .download-btn {
    width: 130px;
  }
  .socail .download-btn:first-child {
    margin-right: 8px;
  }
  .servies-sec .phone-box .phone {
    max-width: 180px;
  }
  .servies-sec .phone-box .phone1 {
    max-width: 190px;
    left: -50px;
    z-index: 1;
  }
  .servies-sec .phone-box .phone2 {
    max-width: 180px;
    left: 20px;
  }
  .servies-sec .phone-box .phone3 {
    left: 20px;
  }
  .servies-sec .phone-box .phone4 {
    max-width: 180px;
    right: 50px;
  }
  .download-sec {
    width: 100%;
  }
  .download-sec img {
    max-width: 150px;
  }
  footer .input-group {
    width: 320px;
  }
}
@media (max-width: 300px) {
  .socail .download-btn {
    width: 110px;
  }
  .servies-sec .phone-box .phone {
    max-width: 160px;
  }
  .servies-sec .phone-box .phone1 {
    max-width: 150px;
    left: -40px;
  }
  .servies-sec .phone-box .phone2 {
    max-width: 160px;
    left: 20px;
  }
  .servies-sec .phone-box .phone3 {
    left: 20px;
  }
  .servies-sec .phone-box .phone4 {
    max-width: 160px;
    right: 50px;
  }
  footer .input-group {
    width: 280px;
  }
}
/* Large screens */
/* Download Button */
.download-button {
  display: inline-block;
  background: #6a2d8f;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.4s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.download-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

/* Modal Design */
.download-modal .modal-content {
  border-radius: 25px;
  padding: 40px 25px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  border: none;
  animation: modalPop 0.4s ease;
}
.download-modal .modal-title {
  font-weight: 700;
}
.download-modal .download-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.download-modal .store-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  border-radius: 18px;
  text-decoration: none;
  color: #fff;
  transition: 0.4s;
  font-size: 14px;
}
.download-modal .store-btn i {
  font-size: 28px;
}
.download-modal .store-btn div {
  text-align: left;
}
.download-modal .store-btn div small {
  display: block;
  font-size: 11px;
}
.download-modal .store-btn div strong {
  font-size: 16px;
}
.download-modal .store-btn:hover {
  transform: translateY(-4px) scale(1.02);
}
.download-modal .ios-btn {
  background: linear-gradient(45deg, #000000, #434343);
}
.download-modal .android-btn {
  background: linear-gradient(45deg, #0f9d58, #34a853);
}

/* Animation */
@keyframes modalPop {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* ============================= */
/* ============================= */
/* Stunning Animated Video Button */
/* ============================= */
.video-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 34px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #ff4d6d, #8e39ae, #4361ee);
  background-size: 300% 300%;
  animation: gradientMove 6s ease infinite;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease;
  overflow: hidden;
  /* Floating effect */
  animation: floatBtn 3s ease-in-out infinite;
}
.video-btn:hover {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
.video-btn {
  /* Shine effect */
}
.video-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
  transform: skewX(-25deg);
  transition: 0.7s;
}
.video-btn:hover::before {
  left: 130%;
}
.video-btn .play-circle {
  width: 46px;
  height: 46px;
  background: #fff;
  color: #ff4d6d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: 0.4s ease;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  animation: pulse 2s infinite;
}
.video-btn:hover .play-circle {
  transform: rotate(360deg) scale(1.15);
  background: #8e39ae;
  color: #fff;
}

/* ============================= */
/* Animations */
/* ============================= */
@keyframes floatBtn {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.custom-video-modal .modal-content {
  height: 100vh;
  width: 100vw;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.733);
  position: relative;
  overflow: hidden;
}
.custom-video-modal .video-wrapper {
  width: 100%;
  height: 100%;
}
.custom-video-modal iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.custom-video-modal .video-close {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  font-size: 20px;
  z-index: 999;
  transition: 0.3s;
}
.custom-video-modal .video-close:hover {
  background: #ff4d6d;
  transform: rotate(90deg) scale(1.1);
}/*# sourceMappingURL=style.css.map */