body {
  font-family: "Poppins", sans-serif;
  background: #09090e;
}

.orbitron {
  font-family: "Orbitron", sans-serif;
}

h2,
h5,
.btn,
.navbar-nav .nav-link,
.navbar-brand {
  font-family: "Orbitron", sans-serif;
}

.navbar {
  transition: background-color 0.3s;
  background-color: transparent; /* Initial transparent background */
  margin-top: 35px;
}

.navbar.scrolled {
  background-color: #120d20e0 !important;
  margin-top: 0px;
}

.nav-link.active {
  color: #7f40f4 !important;
}

.btn-primary {
  background-color: #7f40f4;
  border-color: #7f40f4;
}

.hero {
  background: url("../images/hero_sec-1.png") no-repeat center center;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 180px 0 0 0;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  animation-duration: 0.75s;
  animation-name: fadeIn;
}

.hero-other {
  background-attachment: fixed;
}

.hero .row .col-md-6 {
  align-items: center;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
}
img {
  width: 100%;
}
.hero-other img{
  width: 400px;
}
.text-purple {
  color: #8342fb;
}
.right-img{
  justify-content: flex-end;
}

.breadcrumb {
  background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: " ";
}
.breadcrumb-item.active {
  color:#755F99 ;
}
.hero h2 {
  text-align: left;
  font-weight: 700;
  font-size: 62px;
}
.hero-other h2{
  font-size: 50px;
}

.hero h2 span {
  color: #8242fb;
}
.hero p {
  margin: 20px 0 0 0;
  line-height: 1.8;
  font-size: 20px;
  color: ffffffb5;
  text-align: left;
}

.hero .stats {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column-reverse;
}
.hero .stats .number {
  font-size: 45px;
  font-weight: 400;
  font-family: "Orbitron";
}
.hero .stats p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.hero-widget {
  padding: 60px 0 30px 0;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #7f40f4;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
}
.why-choose-frame {
  background-attachment: fixed;
  background-image: url("../images/why-chose-frame-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 0 100px 0;
  text-align: center;
}
.dark-bg{
background-color: #09090e !important;
}

.dark-bg h2, .why-choose-frame h2, .our-team h2 {
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4em;
  font-size: 36px;
}
.dark-bg h2 span,.why-choose-frame h2 span {
  color: #8242fb;
}
.dark-bg p,.why-choose-frame p {
  color: #ffffffb5;
  margin: 20px 0 0 0;
  line-height: 1.8;
  font-size: 20px;
}

.services-section {
  background-color: #1e1539;
  padding: 60px 0;
}

.service-box {
  background-color: #140e24;
  color: white;
  padding: 20px;
  border-radius: 15px;
  transition: background-color 0.3s ease;
}

.service-box:hover {
  background-color: #8342fb;
}

.icon {
  font-size: 40px;
  margin-bottom: 10px;
}

.service-title {
  font-family: "Orbitron", sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
}

.service-text {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-size: 16px !;
}

.info-heading {
  font-family: "Orbitron", sans-serif;
  font-size: 28px;
  margin-bottom: 20px;
  color: white;
  text-align: left;
}

.info-paragraph {
  font-family: "Poppins", sans-serif;
  font-size: 16px !important;
  margin-bottom: 30px;
  color: white;
  text-align: left;
}

.info-row {
  background-color: #1e133770;
  border-radius: 10px;
  text-align: left;
}
.info-bullet{
  color: #aaaaaa;
}

.bg-info-box {
  background-color: #1e133770 !important;
}

.icon {
  font-size: 30px;
  color: #502a98;
}

.info-title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: white;
}

.info-text {
  font-family: "Poppins", sans-serif;
  font-size: 14px !important;
  color: #aaaaaa !important;
}

.img-fluid {
  border-radius: 12px;
}

.ratings-section {
  background-color: #1d1436;
  color: white;
}

.title {
  font-size: 2em;
  margin-bottom: 10px;
}

.description {
  font-size: 1em;
  margin-bottom: 20px;
}

.learn-more-btn {
  background-color: #864bf3;
  border: none;
  border-radius: 25px;
  color: white;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}

.learn-more-btn:hover {
  background-color: #6a37d7;
}

.rating-box {
  background-color: #140e24;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.rating-box:hover {
  background-color: #8342fb;
}

.rating-number {
  font-size: 2em;
  margin-bottom: 10px;
}

.stars {
  color: #ffd700;
  margin-bottom: 10px;
}

.star {
  font-size: 1.5em;
}

.platform {
  font-size: 1em;
  margin-bottom: 10px;
}

.review {
  font-size: 0.9em;
  line-height: 1.5;
}

.services-section {
  background-color: #09090e;
}

.service-card {
  background-color: #120d20;
  border-radius: 3px;
  overflow: hidden;
  transition: transform 0.3s;
  text-decoration: none;
  color: inherit;
}

.service-card:hover {
  transform: scale(1.05);
}

.service-card .card-body {
  background-color: #120d20;
  color: white;
  text-align: center;
}

.service-card .card-title {
  font-family: "Orbitron", sans-serif;
  font-size: 1.2em;
  margin-top: 10px;
}

.service-card .card-text {
  font-family: "Poppins", sans-serif;
  font-size: 0.9em;
  margin-bottom: 10px;
}

.two-column-section {
  background-color: #1d1436;
  background-image: url("../images/testi_bg-1.png");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 60px 0;
}

.section-content {
  padding: 20px;
}

.section-content h2 {
  font-family: "Orbitron", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.section-content p {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
}

.faq-section {
  background-color: #09090e;
  color: white;
}

.faq-section h2 {
  font-family: "Orbitron", sans-serif;
}

.faq-section p {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.accordion-button {
  background-color: #120d20;
  color: #8342fb;
  font-family: "Orbitron", sans-serif;
}

.accordion-button:not(.collapsed) {
  color: #8342fb;
  background-color: #120d20;
}

.accordion-body {
  background-color: #09090e;
  color: white;
  font-family: "Poppins", sans-serif;
}
.accordion-item {
  background-color: transparent;
  border: none;
  border-radius: 0px !important;
  padding: 15px 0;
}

.plan-section {
  position: relative;
  padding: 60px 0;
  overflow: hidden; /* Ensure that the pseudo-element does not overflow */
}

.plan-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/plan_bg-1.png") no-repeat center center;
  background-size: cover;
  opacity: 0.1;
  z-index: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.plan-card {
  position: relative;
  z-index: 2;
  background-color: #1e1539;
  border-radius: 10px;
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s,
    border-radius 0.3s, opacity 0.3s;
}

.plan-card-standard {
  background-color: #6334bf;
}

.plan-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.plan-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.plan-price {
  font-size: 2rem;
  margin-bottom: 20px;
}

.plan-description {
  margin-bottom: 20px;
}

.get-started-btn {
  background-color: #6334bf;
  border: 2px solid #6334bf;
  color: white;
  font-family: "Orbitron", sans-serif;
  border-radius: 20px;
  padding: 10px 20px;
  transition: background-color 0.3s, color 0.3s;
}

.plan-card-standard .get-started-btn {
  background-color: white;
  color: #6334bf;
}

.get-started-btn:hover {
  background-color: white;
  color: #6334bf;
}

.plan-card-standard .get-started-btn:hover {
  background-color: #6334bf;
  color: white;
}

.whats-included {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.included-list {
  font-family: "Poppins", sans-serif;
}

.included-list li {
  margin-bottom: 10px;
}

.included-list li i {
  margin-right: 10px;
  color: #fff;
}

/* Other styles... */

.blog-section {
  background-color: #09090e;
}

.blog-section h5 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.blog-section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.blog-section p {
  margin-bottom: 1rem;
}

.blog-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.blog-card:hover img {
  transform: scale(1.1);
}

.blog-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #a175f700 0%, #1b0841 100%);
  color: white;
  padding: 10px;
}

.blog-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.blog-meta {
  font-size: 0.875rem;
}

.blog-meta i {
  margin-right: 5px;
}

/* Footer Section */
.footer-section {
    background-color: #09090e;
    background-image: url("../images/foot_bg-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  
  .footer-banner {
    background: linear-gradient(180deg, #8342FB 0%, #482984 100%);
    padding: 40px;
    border-radius: 15px;
  }
  
  .footer-banner h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  
  .footer-banner p {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  
  .footer-banner .btn-primary {
    background-color: #6334bf;
    border-color: #6334bf;
    border-radius: 25px;
  }
  
  .footer-content {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  
  .footer-logo {
    max-width: 150px;
    margin-bottom: 20px;
  }
  
  .subscribe-form {
    margin-bottom: 20px;
    background: #fff;
    padding: 7px;
    border-radius: 3rem;
  }
  
  .subscribe-form .input-group {
    display: flex;
    border-radius: 25px;
    overflow: hidden;
  }
  
  .subscribe-form .form-control {
    border-radius: 0;
    border: none;
  }
  
  .subscribe-form .btn-primary {
    border-radius: 0;
    border: none;
    background-color: #6334bf;
  }
  
  .social-icons {
    margin-top: 20px;
  }
  
  .social-icons a {
    color: #ffffff;
    font-size: 1.25rem;
    margin-right: 15px;
  }
  
  .footer-menu-title {
    margin-bottom: 20px;
  }
  
  .footer-menu {
    list-style: none;
    padding: 0;
  }
  
  .footer-menu li {
    margin-bottom: 10px;
  }
  
  .footer-menu li i {
    margin-right: 10px;
  }
  
  .text-purple {
    color: #8342FB;
  }

  .trusted-companies{
    background-color: #1d1436;
  }
  .trusted-heading {
    color: white;
    font-size: 2rem;
    font-weight: bold;
  }
  
  .text-purple {
    color: #8342fb;
  }
  
  .logo-carousel {
    overflow: hidden;
    position: relative;
  }
  
  .logo-track {
    display: flex;
    width: calc(200px * 10); /* Adjust according to number of logos */
    animation: scroll 20s linear infinite;
  }
  
  .logo-slide {
    min-width: 200px; /* Adjust according to logo size */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .logo-slide img {
    max-height: 100px;
    max-width: 150px;
    margin: 0 15px;
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-200px * 5)); /* Adjust according to half the total number of logos */
    }
  }
  
  .ai-heading {
    color: #8342FB;
    font-size: 2.5rem;
    font-weight: bold;
  }
  
  .ai-heading .text-purple {
    color: #8342FB;
  }
  
  .vision-heading, .mission-heading {
    color: #8342FB;
    font-size: 1.5rem;
    margin-top: 20px;
  }
  
  .icon-heading {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  
  .icon-heading img.tech-icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  
  .icon-heading h5, .icon-heading p {
    color: white;
    margin: 0;
  }
  
  .icon-heading h5 {
    margin-bottom: 5px;
  }
  
  .ai-vision-mission p {
    color: white;
    margin-bottom: 20px;
  }
  .our-team{
    background-color: #1D1436;
  }
  .our-team img {
    border-radius: 5%;
  }

  .services-pg {
  background-color: #09090e;
}

.service-pg-card {
  background-color: #1d1436;
  border-radius: 25px 0 25px 0;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
  color: white;
}

.service-pg-card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.service-pg-img {
  width: 100%;
}

.service-pg-info {
  padding: 20px;
}

.service-pg-info h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #ffffff;
  font-family: "Orbitron";
}

.service-pg-info p {
  font-size: 1rem;
}










.reviews .rating .fa-star,
.reviews .rating .fa-star-half-o {
  color: #8342FB;
}

.video-wrapper {
  position: relative;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: none;
}

.play-button i {
  font-size: 4rem;
  color: #1D1436;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 20px;
}

img.rounded {
  border-radius: 25px;
}

.review-text {
  font-size: 1rem !important;
  color: white;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.faq-img{width: 70%;}
.blog-text, .contact-text{
  font-size: 16px !important;
}

























#map {
  width: 100%;
  height: 400px;
  border-radius: 25px;
}

