@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap');

:root {
  --theme-color-1: #2563eb;
  --theme-color-2: #F8FAFC;
  --theme-color-3: #334155;
  --theme-color-4: #475569;
  --white: #ffffff;
  --purple: #7C3AED;
  --blue: #0EA5E9;
  --ts-scale-x: 1.05;
  --ts-scale-y: 1.05;
}

/* html, body{scroll-behavior: smooth!important; animation: none!important; transition: none!important; scroll-behavior: smooth !important;} */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth !important;
  background: linear-gradient(135deg, var(--theme-color-2) 0%, #E2E8F0 100%);
}

::selection {
  background-color: #ffdcdc;
}

a {
  text-decoration: none;
  color: var(--theme-color-3);
}

.text-dark-gray {
  color: var(--theme-color-3);
}

.bg-2 {
  background-color: var(--theme-color-2);
}

.heading-xs {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--theme-color-4);
}

.heading-sm {
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--theme-color-4);
}

.heading-md {
  font-size: 3rem;
  line-height: 1;
}

.heading-lg {
  font-size: 4.5rem;
}

.btn-style-1 {
  /* background:#9333ea var(--tw-gradient-from-position);#3b82f6 */
  background: linear-gradient(to right, #9333ea, #3b82f6);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
  border-radius: 100px;
  transition: all 300ms ease-in;
  color: var(--white);
}

.modal-footer .btn-style {
    padding-top: .6rem;
  padding-bottom: .6rem;
}
.modal-header .btn-close
 {
    background-color: #d4efed;
    padding: 11px;
}
.modal-footer .btn-style:hover {
color: var(--white);
}
.btn-style {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
  border-radius: 100px;
  transition: all 300ms ease-in;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.btn-style-1 {
  background: linear-gradient(to right, #9333ea, #3b82f6);
  color: var(--white);
}

.btn-style-2 {
  background: var(--white);
  color: var(--theme-color-3);
}

.btn-style:hover {
  transform: scaleX(var(--ts-scale-x)) scaleY(var(--ts-scale-y));
}

.animate-1 {
  animation: brainPulse 3s ease-in-out infinite;
}

/* header and banner */
.ptpl-ai-header {
  background-color: #f8fafcf2;
}

.ptpl-ai-header .navbar-brand img {
  width: 220px;
}

.ai-navbar .nav-item a {
  font-weight: 500;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.ptpl-ai-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  backdrop-filter: blur(7px);
  animation: slideDown 0.35s ease-out;
  background-color: #ffffffbd;
  z-index: 99;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* .parallax-bg {
  position: absolute;
  width: 100%;
  height: 120%;
  top: -10%;
  left: 0;
  background: url('https://images.unsplash.com/photo-1604079623506-6b6e51fcf011?auto=format&fit=crop&w=1950&q=80') center/cover no-repeat;
  z-index: -1;
} */

/* hero */
.particles {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.particle {
  position: absolute;
  width: 2px;
  height: 2px;
  background: var(--purple);
  border-radius: 50%;
  animation: particle 8s linear infinite;
  opacity: 0.6;
}

@keyframes particle {
  0% {
    transform: translateY(100vh) translateX(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    transform: translateY(-100px) translateX(100px);
    opacity: 0;
  }
}

.brain-animation {
  animation: pulse 4s ease infinite;
  transition: all 0.1s ease;
  margin-right: 130px;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.brain-animation img {
  width: 290px;
  height: 290px;
  opacity: 0.7;
}

.hero-section {
  min-height: 71vh;
}

.bg-gradient-1 {
  background: radial-gradient(circle at 50% 50%, rgba(124, 58, 237, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(14, 165, 233, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(20, 184, 166, 0.08) 0%, transparent 50%);
}

.bg-gradient-2 {
  background: linear-gradient(45deg, var(--purple), var(--blue));
}

.bg-gradient-3 {
  background: linear-gradient(to right, #a855f7, #db2777);
}

.bg-gradient-4 {
  background: linear-gradient(to right, #14b8a6, #2563eb);
}

.bg-gradient-5 {
  background: linear-gradient(to right, #6366f1, #9333ea);
}

.gradient-text {
  background: linear-gradient(45deg, var(--purple), var(--blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tracking-tight {
  letter-spacing: -0.025em;
  line-height: 70px;
}

.ff-1 {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* vision */
.card-style {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-radius: 1rem;
  padding: 1.5rem;
  min-height: 235px;
  margin-bottom: 25px;
}

.card-style {
  transition: all 0.3s ease;
}

.card-style:hover {
  transform: translateY(-10px);
  /* box-shadow: 0 20px 40px rgba(124, 58, 237, 0.15); */
}

#client-say .card-style {
  min-height: 255px;
}

.card-icon {
  width: 4rem;
  border-radius: 0.5rem;
  height: 4rem;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.card-icon {
  color: var(--white);
  font-size: 30px;
}

.card-bg-image img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 180px;
  object-fit: cover;
  object-position: top;
}

.text-blue {
  color: var(--theme-color-1);
}

.cc-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mh-100 {
  min-height: 168px;
}

.card-say-icon i {
  font-size: 50px;
  color: var(--theme-color-1);
  margin-bottom: 15px;
  display: inline-block;
}

.success-section .mh-100,
.clients-section .mh-100 {
  min-height: 220px;
  transition: all 0.3s ease;
}

.success-section .mh-100:hover,
.clients-section .mh-100:hover {
  transform: translateY(-10px);
}

.clients-section .mh-100 {
  min-height: 200px;
}

.footer-list li {
  display: flex;
}

.footer-list li i {
  color: #8092a3;
}

.shadow-style-1 {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.social-media-icon i {
  background: linear-gradient(to right, #9333ea, #3b82f6);
  color: #fff;
  display: flex;
  padding: 10px;
  border-radius: 100px;
}

.impact {
  background-image: url(../images/bg-line.png);
  background-size: 100% 47%;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}


/* owl slider */
.owl-nav {
  text-align: center;
}

.owl-nav .owl-prev {
  background: #eff3f7 !important;
  position: absolute;
  top: 20%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
  width: 35px;
  height: 50px;
  z-index: 1;
}

.owl-nav .owl-next {
  background: #eff3f7 !important;
  position: absolute;
  top: 20%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
  width: 35px;
  height: 50px;
  z-index: 1;
}

.owl-nav .owl-prev>span,
.owl-nav .owl-next>span {
  display: none;
}

.owl-nav .owl-prev:after,
.owl-nav .owl-next:after {
  content: "\F284";
  font-family: bootstrap-icons !important;
  color: #333;
  font-size: 20px;
}

.owl-nav .owl-next:after {
  content: "\F285";
}

/* responsive */
@media only screen and (min-width:1400px) and (max-width:2200px) {
  .container-fluid {
    width: 85%;
  }
}

@media only screen and (min-width:320px) and (max-width:576px) {
  .navbar-toggler:focus {
    box-shadow: none;
}
  .btn-box-1 {
    display: none;
  }

  .ptpl-ai-header.is-sticky {
    position: relative;
  }

  section.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .hero-section {
    min-height: fit-content;
  }

  .container-fluid.px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  p.w-75 {
    width: 100% !important;
  }

  .heading-lg {
    font-size: 2rem;
  }

  .heading-md {
    font-size: 1.5rem;
  }

  .tracking-tight {
    line-height: 32px;
  }

  .heading-sm {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .heading-xs {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .btn-style {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin-bottom: 10px;
  }

  .brain-animation {
    display: none;
    /* top: 100% !important; */
  }

  .shadow-style-1 {
    margin-bottom: 20px;
  }

  /* .brain-animation img {
    width: 100px;
    height: 100px;
    opacity: 0.7;
} */
}

@media only screen and (min-width:576px) and (max-width:768px) {
  .brain-animation {
    display: none;
    /* top: 100% !important; */
  }
   .shadow-style-1 {
    margin-bottom: 20px;
  }
.navbar-nav li:first-child {
    display: none;
}
.ptpl-ai-header .navbar-brand img {
    width: 130px;
}
  .ai-navbar .nav-item a {
    padding-left: 3px !important;
    padding-right: 3px !important;
}
.btn-box-1  {
display: none;
}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .btn-box-1{display: none;}
  .card-style {
    min-height: 268px;
}
}