@media (max-width: 767px) {
  .main-title {
    font-size: 2.8rem;
    font-weight: 800;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.main-title {
  font-size: 4rem;
  font-weight: 800;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.border-text {
  color: transparent;
  background-image: linear-gradient(45deg, #6a0000, #a80000);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bold;
  font-size: 50px;
}
@media (max-width: 767px) {
  .border-text {
    font-size: 40px;
  }
}

.modal {
  z-index: 99999;
}

@media (max-width: 767px) {
  .navbar-brand img {
    width: 80px !important;
  }
}
/*  */

/*  */
.nav-pills .nav-link:not(.active) {
  color: black !important;
  background-color: transparent !important;
}
.nav-pills .nav-link:is(.active) {
  background-image: linear-gradient(45deg, #6a0000, #a80000) !important;
  border: none !important;
}
.nav-pills .nav-link.active {
  background-image: linear-gradient(45deg, #6a0000, #a80000) !important;
  border: none !important;
}

.btn-primary, .bg-primary, .badge-primary {
  background-image: linear-gradient(45deg, #6a0000, #a80000) !important;
  border: none !important;
}

.btn-outline-primary {
  border-color: #6a0000 !important;
  color: transparent !important;
  background-image: linear-gradient(45deg, #6a0000, #a80000) !important;
  -webkit-background-clip: text;
}

.text-primary-m:is(.nav-link) {
  color: #6a0000 !important;
}
.text-primary-m:not(.nav-link) {
  color: transparent !important;
  background-image: linear-gradient(45deg, #6a0000, #a80000) !important;
  -webkit-background-clip: text;
}

.border-text2 {
  color: transparent;
  background-image: linear-gradient(red);
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px white;
  background-clip: text;
  font-weight: bold;
}

header {
  z-index: 999999;
  position: relative;
}

.text-effect {
  color: transparent;
  background-image: url(https://wallpapersok.com/images/hd/colorful-crystal-background-qndhplpj9aixnkey-3.jpg);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
  background-position: right;
}

footer {
  background-color: #F3F4F8;
}

.text-effect i {
  margin-right: 10px; /* Adjust space between icon and text */
  font-size: 2rem; /* Adjust icon size */
}

.btn-coral {
  background-color: #ff5722; /* Vibrant coral */
  color: #ffffff; /* White text */
  border-radius: 25px;
  padding: 0.5rem 1rem;
  transition: background-color 0.3s ease, transform 0.2s;
  border: none;
}

.wp-img {
  width: 80px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 9999;
}

header {
  background:linear-gradient(135deg, #f8f9fa 0%, #ffdddd 100%);
}
header .nav-link.text-dark {
  color: black !important;
}

.mainsec .layer {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.avatar-group .avatar-img {
  width: 50px;
  height: 50px;
  margin-right: -20px; /* Overlap avatars slightly */
  z-index: 1;
}

body {
  font-family: "Poppins", serif !important;
}

.swiper-container {
  width: 70%; /* Adjust width as needed */
  margin: 0 auto;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-text {
  font-size: 12px;
}

@media (max-width: 767px) {
  .slide-img {
    display: none;
  }
}
.custom-card {
  width: 100%;
  transition: transform 0.2s ease-in-out;
  border: none;
  display: flex !important;
}

.profilesec {
  background-image: url(https://wp.themepure.net/acadia/wp-content/themes/acadia/assets/img/breadcrumb/breadcrumb-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.yellow {
  background-image: url(https://knowlifi.modeltheme.com/wp-content/uploads/2024/05/cta-banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.yellow .card {
  background: rgba(255, 255, 255, 0.3215686275);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}

.aboutsec {
  background-image: url(https://wp.themepure.net/acadia/wp-content/uploads/2024/08/about-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.strome {
  background-image: url(https://mcubesindia.s3-accelerate.amazonaws.com/data/banner-2-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.mainsec {
  background: linear-gradient(135deg, #b3e5fc, #f8bbd0);
}
.mainsec h1 {
  font-weight: 700 !important;
}

.tb {
  z-index: 9999;
}

.course-card {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.course-card p {
  z-index: 9999;
  font-weight: 600;
}

/* Initial background color */
.sticky-header {
  transition: background-color 0.3s ease;
}

/* Background color when the header becomes sticky */
.sticky-header.scrolled-bg {
  background-color: #007bff; /* Change this to the desired color */
  color: #fff; /* Optional: change text color */
}

.item .card {
  border-radius: 20px;
  border: 1px solid rgba(3, 31, 66, 0.08) !important;
  background-color: white;
}
.item .card i, .item .card span {
  font-size: 12px;
}
.item .card .card-body {
  border-top: 1px solid rgba(3, 31, 66, 0.08);
  background-color: white;
}

.form-tile {
  background-color: white;
  width: 45%;
}
@media (max-width: 767px) {
  .form-tile {
    width: 100%;
  }
  .form-tile .tile-blk {
    flex-wrap: wrap !important;
    justify-content: center;
  }
}

/* Container Styling */
.image-container {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden; /* Ensure images stay within container */
  position: relative;
  justify-content: end;
}

.cube-img {
  width: 100%;
}

/* Image Styling */
.fade-image {
  width: 600px;
  height: 600px;
  position: absolute; /* Stack images on top of each other */
  opacity: 0; /* Start as invisible */
  transition: opacity 1s ease-in-out; /* Smooth fade transition */
}
@media (max-width: 767px) {
  .fade-image {
    width: 100%;
    height: 100%;
  }
}

.backtop {
  position: fixed;
  bottom: 130px;
  right: 25px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Active Image Styling */
.fade-image.active {
  opacity: 1; /* Show the active image */
  position: relative; /* Keep it in the flow */
}

.bg-fee {
  background: #f5f5f5;
  font-family: "Poppins", sans-serif;
}

.pricing-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  border: 2px solid black;
}

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

.ribbon {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 20px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.ribbon-3m {
  background: #ff6f61;
}

.ribbon-6m {
  background: #42a5f5;
}

.ribbon-12m {
  background: #ab47bc;
}

.btn-enroll {
  background: black;
  color: white;
  border-radius: 30px;
  padding: 12px 25px;
  font-weight: bold;
  width: 100%;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
  border: 2px solid transparent;
}

.btn-enroll:hover {
  background: #ff6f61;
  border: 2px solid black;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

.benefits-section h3 {
  width: 100%;
  font-size: 1.8em;
  color: #0066cc;
  margin-bottom: 20px;
}

.benefit-card {
  flex: 1 1 calc(33% - 20px);
  background-color: white;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  transition: transform 0.3s;
}
.benefit-card i {
  width: 13px;
}

.benefit-card:hover {
  transform: translateY(-5px);
}

.benefit-icon {
  font-size: 16px;
  color: #0066cc;
  margin-right: 15px;
}

.benefit-text {
  font-size: 14px;
  color: #333;
}

.effect {
  animation-name: effect1;
  animation-duration: 5s;
  animation-delay: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.profile-pic img {
  width: 80px !important; /* Fixed width for profile pictures */
  height: 80px !important; /* Fixed height for profile pictures */
  -o-object-fit: cover;
     object-fit: cover; /* Ensure the image covers the circle */
  margin: 0 auto;
}

.review-text {
  font-size: 12px;
  margin-top: 10px;
}

.parent-name {
  font-weight: bold; /* Bold parent name */
  margin-top: 10px; /* Space above name */
  font-size: 11px;
}

.course-name {
  margin-top: 5px; /* Space above course name */
  font-size: 10px;
}

.planet {
  animation-name: effect2;
  animation-duration: 5s;
  animation-delay: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  position: absolute;
  top: 140px;
  left: -80px;
  width: 200px;
}
@media (max-width: 767px) {
  .planet {
    width: 80px;
    right: 20px;
    left: auto;
    top: 198px;
  }
}
@media (min-width: 640px) and (max-width: 940px) {
  .planet {
    width: 80px;
    right: 20px;
    left: auto;
    top: 198px;
  }
}

@keyframes effect1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(380deg);
  }
}
@keyframes effect2 {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(10px);
  }
}/*# sourceMappingURL=style.css.map */