@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&family=Lexend+Deca:wght@100;200;300;400;500;600;700&family=Lexend:wght@300&family=Montserrat:wght@400;700&family=Mulish:wght@300&family=Poppins:wght@300;400;600&family=Urbanist:wght@300;400;500;600;700;800;900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Urbanist", sans-serif;
}

:root {
  --bs-heading-color: #121421;
  --bs-text-color: #545150;
  --bs-main-color: #48c989;
  --bs-heading-bg: #83daaf;
  --bs-background: #e4f7ed;
  --bs-bg-light: #e4f7ed;
  --bs-btn-color: #fff;
  --swiper-theme-color: #48c989;
  --bs-dark-color: #1e6440;
}

html {
  font-size: 62.5%;
  font-family: "Urbanist", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  color: var(--bs-heading-color);
  font-family: "poppins", serif;
}

a,
li,
p {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 0.1rem;
  /* font-family: "Lexend Deca", sans-serif; */
  color: var(--bs-text-color);
}

.data {
  color: var(--bs-dark-color);
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--bs-dark-color);
}

li {
  list-style: none;
}

strong {
  font-weight: bold;
}

figure {
  margin: 0;
}

.fa-whatsapp {
  font-size: 4.6rem;
  color: var(--bs-main-color);
}

/* layout rules  */

.grid {
  display: grid;
}

.grid-three-cols {
  grid-template-columns: repeat(3, minmax(15rem, 1fr));
}

/* state Rules  */

.btn-custom {
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.4rem;
  font-size: 1.7rem;
  color: var(--bs-btn-color);
  font-weight: bold;

  width: auto;
  height: 4.4rem;

  /* Green */

  background: var(--bs-main-color);
  /* Green */

  border: 0.2rem solid #48c989;
  border-radius: 1rem;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

/* CSS */
.button-85 {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  background-color: var(--bs-main-color);
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  font-size: 2.4rem;
}

.button-85:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.python_class_link img {
  max-width: 30rem;
}

::selection {
  background: var(--bs-bg-light);
  color: var(--bs-heading-color);
}

.section-heading {
  font-size: 3.6rem;
  font-weight: bold;
}

li a {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
}

.navbar li a {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
}

/* registrations button  */
/* CSS */
.button-86 {
  all: unset;
  width: 100px;
  height: 30px;
  font-size: 16px;
  background: transparent;
  border: none;
  position: relative;
  color: #fff;
  cursor: pointer;
  z-index: 1;
  padding: 10px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-86::after,
.button-86::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all 0.4s;
  color: #fff;
}

.button-86::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: #28282d;
  border-radius: 10px;
  color: #fff;
}

.button-86::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #ffffff15;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50px;
  color: #fff;
}

.button-86:hover::before {
  transform: translate(5%, 20%);
  width: 110%;
  height: 110%;
  color: #fff;
}

.button-86:hover::after {
  border-radius: 10px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
  color: #fff;
}

.button-86:active::after {
  transition: 0s;
  transform: translate(0, 5%);
  color: #fff;
}

.python_class_link a {
  color: var(--bs-btn-color);
}

/* li a::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  right: 0;
  width: 0%;
  height: 20%;
  background-color: var(--bs-main-color);
  z-index: -1;
  transition: width 0.6s ease-in-out;
  border-radius: 1rem;
}
li a:hover::after {
  width: 60%;
} */

/* common section code  */

.main-text h2,
.main-text h1 {
  text-transform: capitalize;
  display: inline-block;
  font-size: 3.8rem;
  position: relative;
  max-width: 600px;
  padding-right: 2rem;
  font-weight: bold;
}

.main-text h2::after,
.main-text h1::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 40%;
  height: 10px;
  border-radius: 2rem;
  background-color: var(--bs-main-color);
}

.main-text h2 span,
.main-text h1 span {
  padding: 1rem;
  color: var(--bs-main-color);
  position: relative;
  background-image: url(../../dist/assets/Blob\ 13.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-text p {
  margin-top: 4rem;
  max-width: 800px;
  margin-inline: auto;
  color: var(--bs-text-color);
  padding: 1rem;
}

/*navbar style start */

.header {
  /* padding-top: 2rem; */
  height: 10rem;
  display: flex;
  justify-content: center;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toggleBtn {
  display: none;
  flex-direction: column;
  width: 50px;
  gap: 4px;
  background-color: transparent;
  position: relative;
  padding: 1rem;
  z-index: 999;
}
.toggleBtn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--bs-bg-light);
  width: 50%;
  height: 100%;
  z-index: -1;
  border-radius: 3px;
}
.toggleBtn span {
  display: block;
  width: 100%;
  height: 4px;
  background-color: var(--bs-main-color);
  border-radius: 2rem;
  transform-origin: 10px 2px;
  transition: all 0.4s ease-in-out;
}

.toggleBtn[aria-expanded="true"] span:first-child {
  rotate: 45deg;
}
.toggleBtn[aria-expanded="true"] span:last-child {
  rotate: -45deg;
}
.toggleBtn[aria-expanded="true"] span:nth-child(2) {
  display: none;
}

.navbar {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.navbar-links {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.navbar-links li a:hover {
  color: var(--bs-main-color);
}

.navbar-links .dropDown .subnav {
  background-color: var(--bs-dark-color);
  padding: 0 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.5rem;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease-in-out, padding 0.3s ease-in-out;
  z-index: 999;
}
.navbar-links .dropDown .subnav.active {
  padding: 2rem 0;
  height: 80%;
}

@media (min-width: 999px) {
  .dropDown {
    position: relative;
  }
  .dropDown #dropbtn {
    margin: 0 !important;
  }
  .dropDown #dropbtn svg {
    fill: var(--bs-heading-color) !important;
  }
  .dropDown .subnav {
    position: absolute;
    top: 5rem;
    left: -5rem;
    background-color: var(--bs-bg-light) !important;
    display: none !important;
    justify-content: center;
    min-width: 200px;
    min-height: 200px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .dropDown .subnav li {
    padding: 0 2rem;
  }
  .dropDown .subnav li a {
    color: var(--bs-heading-color);
  }
  .dropDown .subnav.active {
    display: flex !important;
  }
}

/* mega dropdown starting  */

.navbar-brand {
  font-size: 1.4em;
}

.nav-link {
  color: var(--bs-heading-color);
  padding: 0;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--bs-heading-color);
}

.dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0;
  padding: 0.7em;
}
@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
  }
  .dropdown-menu.show {
    display: flex;
  }
}
.dropdown-menu ul li a {
  list-style: none;
  padding: 0;
  font-size: 1.6rem;
}
.dropdown-menu li .dropdown-item {
  color: var(--bs-heading-color);
  /* font-size: 1em; */
  padding: 0.5em 0.8em;
  border-radius: 0.5rem;
}
.dropdown-menu li .dropdown-item:hover {
  background-color: var(--bs-bg-light);
}
.dropdown-menu li:first-child a {
  /* font-weight: bold; */
  font-size: 1.1em;
  text-transform: capitalize;
  color: var(--bs-main-color);
}
.dropdown-menu li:first-child a:hover {
  background-color: #f1f1f1;
}
@media only screen and (max-width: 992px) {
  .dropdown-menu.show {
    flex-wrap: wrap;
    max-height: 350px;
    overflow-y: scroll;
    display: flex;
    padding-left: 4rem;
    transition: all 0.3s linear;
  }

  .navbar-links li a:hover {
    color: var(--bs-dark-color);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
  .dropdown:hover .dropdown-menu {
    max-width: 40vw;
    flex-wrap: wrap;
  }
}

/* trying making the text center   */

.dropdown {
  position: relative;
}

.dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 0.5em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  position: absolute;
  left: -100%;
}
.dropdown-menu ul {
  list-style: none;
  padding: 0;
}

.dropdown-menu li a {
  color: gray;
  padding: 0.5em 1em;
}
.dropdown-menu li:first-child a {
  /* font-weight: bold; */
  text-transform: uppercase;
  letter-spacing: -0.1rem;
  font-size: 1.1em;
  color: var(--bs-main-color);
}
@media screen and (min-width: 993px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
  }

  .dropdown-menu.show {
    display: flex;
    transition: all 0.3s linear;
  }
}

/*navbar style end */

/*hero section */

.hero-section {
  position: relative;
  margin: 3.2rem 0 6rem 0;
  /* background-color: var(--bs-bg-light); */
  background-image: linear-gradient(
    to top,
    var(--bs-bg-light) 25%,
    transparent 35%
  );
}

.hero-section--heading {
  color: var(--bs-heading-color);
}

.hero-section .heading {
  font-size: 3.5rem;
  margin-top: 3rem;
}

.main-heading {
  font-size: 8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--bs-main-color);
  position: relative;
}

.main-heading::before {
  content: url("../images/hero_heading_icon1.png");
  position: absolute;
  left: 6.5%;
  top: -50%;
  transform: scale(0.5);
}

.main-heading::after {
  content: url("../images/hero_heading_icon2.png");
  position: absolute;
  right: 6%;
  top: -50%;
  transform: scale(0.5);
}

.hero-section--data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-section .hero-section--lists {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--bs-bg-light);
  margin-top: 5rem;
}

.hero-section .hero-section--lists li {
  color: var(--bs-dark-color);
  font-weight: bold;
}

.hero-btn {
  position: relative;
  transition: all 0.1s linear;
  border: 0.2rem solid var(--bs-dark-color);
  color: #121421;
}

.hero-btn::after {
  content: url("/images/hero_arrow.png");
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  right: -100%;
  margin-top: 12rem;
  transform: rotate(-5deg);
  scale: 0.2;
}

.hero-btn:hover {
  background-color: var(--bs-dark-color);
  box-sizing: border-box;
  /* scale: 1.01; */
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.hero-section--img,
.contact-section--img {
  display: grid;
  place-items: center;
}

.hero-section--img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.hero-section--img figure {
  margin: 0;
}

:is(.hero-section--img, .contact-section--img) img {
  max-width: 100%;
  height: auto;
  width: 90%;
  margin-left: 10rem;
  margin-top: -10rem;
}

@media screen and (max-width: 1399px) {
  .main-heading::before {
    left: 0%;
    top: -50%;
  }

  .main-heading::after {
    right: 0%;
    top: -50%;
  }

  :is(.hero-section--img, .contact-section--img) img {
    margin-left: 4rem;
    width: 95%;
  }

  .contact-section--img {
    display: grid;
    place-items: end;
  }

  .contact-section--img img {
    width: 80%;
  }
}

@media screen and (max-width: 1199px) {
  .main-heading::before {
    left: 4%;
    top: -75%;
  }

  .main-heading::after {
    right: 4%;
    top: -75%;
  }

  :is(.hero-section--img, .contact-section--img) img {
    margin-left: 0rem;
  }

  .main-heading {
    font-size: 6rem;
  }

  .main-text h2,
  .main-text h1 {
    font-size: 3.2rem;
  }

  .contact-section--img img {
    width: 70%;
  }
}

@media screen and (max-width: 999px) {
  /* images style  */

  .web-image {
    max-height: 20rem;
  }

  .container .main-text h2,
  .container .main-text h1 {
    font-size: 3rem;
  }

  .main-heading::before {
    left: -2%;
    top: -100%;
  }

  .main-heading::after {
    right: -2%;
    top: -101%;
  }

  .hero-section--img,
  .contact-section--img {
    display: grid;
    place-items: center;
    width: inherit;
  }

  .hero-section .container :is(.hero-section--img, .contact-section--img) img {
    max-width: 100%;
    height: auto;
    width: 65%;
    margin: auto;
    display: grid;
    place-items: center;
  }

  .contact-section--img img {
    display: none;
  }
}

@media screen and (max-width: 779px) {
  .main-heading::before {
    left: -8%;
    top: -115%;
    display: none;
  }

  .main-heading::after {
    right: -8%;
    top: -115%;
    display: none;
  }
}

/*services section styling */

.services-section {
  margin: 0 0 6rem 0;
}

.services-section .common-heading {
  width: 75%;
}

.service-row {
  position: relative;
  margin: 6rem 0;
}

.service-row::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 100%;
  background-color: var(--bs-bg-light);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2rem;
}

.service-row .service-heading {
  padding: 1.6rem 3.6rem;
  background-color: var(--bs-heading-bg);
  display: inline-block;
  color: var(--bs-heading-color);
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  position: relative;
}

.service-row .service-heading::before {
  content: "";
  position: absolute;
  width: 6rem;
  height: 1rem;
  background-color: var(--bs-heading-bg);
  bottom: -18%;
  right: -4.2rem;
  transform: rotate(30deg);
  border-radius: 5rem;
}

.service-row .service-heading::after {
  content: "";
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: var(--bs-heading-bg);
  bottom: -4.5rem;
  right: -6.5rem;
}

.service-row div:nth-child(even) .service-heading::after {
  content: "";
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: var(--bs-heading-bg);
  bottom: -4.5rem;
  left: -6.5rem;
}

.service-row div:nth-child(even) .service-heading::before {
  content: "";
  position: absolute;
  width: 6rem;
  height: 1rem;
  background-color: var(--bs-heading-bg);
  border-radius: 5rem;
  bottom: -20%;
  left: -4.6rem;
  transform: rotate(-30deg);
}

.service-row div:nth-child(even) {
  padding-left: 5rem;
}

.service-row div:nth-child(odd) {
  text-align: right;
  padding-right: 5rem;
}

@media screen and (max-width: 999px) {
  .services-section .common-heading {
    width: 100%;
  }
}

@media screen and (max-width: 779px) {
  .service-row::before {
    left: 5%;
    transform: translateX(-50%);
    background-color: var(--bs-main-color);
  }

  .service-heading {
    margin-top: 3.8rem;
  }

  .service-row div:nth-child(odd) {
    text-align: left;
    padding-left: 5rem;
    margin-left: 1rem;
  }

  .service-row div:nth-child(even) {
    padding-right: 5rem;
    margin-left: 1rem;
  }

  .service-row .service-heading::before {
    bottom: -20%;
    left: -4rem;
    transform: rotate(-45deg);
  }

  .service-row .service-heading::after {
    content: "";
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: var(--bs-heading-bg);
    bottom: -4.5rem;
    left: -5.5rem;
  }

  .service-row div:nth-child(even) .service-heading::after {
    content: "";
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: var(--bs-heading-bg);
    bottom: -4rem;
    left: -5.5rem;
  }
}

/*cost-effective--section*/

.cost-section {
  margin: 0 0 6rem 0;
}

.cost-effective--section {
  background-color: var(--bs-bg-light);
  padding: 5rem;
}

.cost-section-image {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: linear-gradient(to right, var(--bs-bg-light) 20%, #fff 20%);
}

.cost-section img {
  width: 100%;
}

.cost-section-image-two {
  background-image: linear-gradient(to left, var(--bs-bg-light) 20%, #fff 20%);
}

.cost-section-image-two figure {
  position: relative;
}

.cost-section-image-two img {
  width: 80%;
}

/* new cost section  */

.service-fulldetails {
  margin: 0 0 6rem 0;
}

.service-fulldetails .container {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 4rem;
}
.service-fulldetails .container img {
  place-self: center;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
}
.service-fulldetails .container-text {
  padding: 2rem 3rem;
  border-radius: 1rem 0 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.service-fulldetails .container-text button {
  margin-top: 2rem;
}
.service-fulldetails .container-text .main-text h2::after {
  left: 0;
}

.service-fulldetails-2 {
  background-color: var(--bs-bg-light);
  padding-block: 4rem !important;
}
.service-fulldetails-2 .container {
  grid-template-columns: 1fr 0.8fr;
}
.service-fulldetails-2 .container img {
  order: 2;
}
.service-fulldetails-2 .container .main-text h2 span {
  color: var(--bs-btn-color);
  background-image: url(../images/Blob\ 14.svg);
}

.btn {
  background-color: transparent;
  font-size: 1.7rem;
  padding: 8px 24px;
  font-weight: 600;
  border-radius: 0.8rem;
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
}

.btn-p {
  background-color: var(--bs-main-color);
  color: var(--bs-btn-color);
  transition: background-color 0.4s ease-in-out, color 0.6s ease-in-out;
  overflow: hidden;
  border: 0.2rem solid var(--bs-dark-color);
  color: #121421;
}
.btn-p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--bs-bg-light);
  z-index: -1;
  transition: width 1s ease-in-out;
}
.btn-p:hover {
  color: var(--bs-main-color);
  background-color: transparent;
}
.btn-p:hover::before {
  width: 100%;
}

.typewriter p {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid var(--bs-dark-color); /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0; /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0.05em;
  animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: var(--bs-dark-color);
  }
}

@media screen and (max-width: 999px) {
  .cost-section-image-two img {
    display: none;
  }
}

/*courses section*/

.course-section {
  position: relative;
  margin: 0 0 6rem 0;
}

.course-section::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 50vh;
  background-color: var(--bs-bg-light);
  z-index: -1;
}

.container .card {
  position: relative;
  border: none;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(
    to right,
    transparent 70%,
    var(--bs-bg-light) 30%
  );
  /* transition: .3s linear; */
  box-sizing: border-box;
  border: 0.5rem solid transparent;
}

.container .card:hover {
  border: 0.5rem solid var(--bs-dark-color);
  /* scale: 1.08; */
}

/* .container .card:hover > .card-body .card-title {
  background-color: var(--bs-dark-color);
} */

.container .card:hover > .card-projects .fa-sharp {
  color: var(--bs-dark-color);
}

.course-section .card-link .fa-sharp {
  display: none;
}
.course-section .card-link .fa-sharp:first-child {
  display: inline-block;
}

.fa-sharp {
  font-size: 2.4rem;
}

.card-body {
  position: relative;
}

.course-section .card-title {
  height: auto;
  background-color: var(--bs-main-color) !important;
  /*position: absolute;*/
  /*left: -20%;*/
  /*top: -35%;*/
}

.card-name {
  font-size: 1.8rem;
}

.card-subtitle {
  font-size: 4rem;
  /*color: var(--bs-main-color);*/
}

.card-discount {
  font-size: 1.4rem;
  color: var(--bs-main-color);
  background-color: var(--bs-bg-light);
  padding: 0.2rem 0.8rem;
  margin: 0;
}

.main-price {
  color: var(--bs-main-color);
  font-size: 2rem;
  margin-top: -1rem;
}

.card-extra--data {
  position: absolute;
  top: 0;
  right: 0;
  height: 0%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.card-projects {
  padding: 0.4rem 1.6rem;
  background-color: var(--bs-bg-light);
  font-size: 2rem;
  color: var(--bs-main-color);
  margin-top: 15%;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.card-projects span {
  font-size: 1.4rem;
  display: block;
  text-transform: capitalize;
}

.fa-right-long {
  color: var(--bs-main-color);
  padding-right: 2rem;
  transition: all 0.3s linear;
}

.card:hover .fa-right-long {
  scale: 1.4;
  translate: 1rem;
}

/*swiper styling */
.course-section .swiper {
  width: 100%;
  height: 100%;
  padding: 8rem 0 5rem 0;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  /*color: var(--swiper-theme-color);*/
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  /*stroke: var(--swiper-theme-color);*/
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

/*changing the swiper arrow */

.course-section .swiper-button-next,
.swiper-button-prev {
  top: 5%;
  color: var(--bs-main-color);
}

.swiper-button-next:hover {
  background-color: var(--bs-main-color);
  padding: 2rem;
  color: #fff;
  border-radius: 0.5rem;
  /* right: 2rem; */
}

.swiper-button-next:hover > .fa-sharp {
  color: #fff;
  transition: 0;
  margin-right: -1.5rem;
}

.card .upcoming-section .swiper-button-next:hover,
.upcoming-section .swiper-button-prev:hover {
  background-color: var(--bs-main-color);
  padding: 2rem;
  color: #fff;
  border-radius: 0.5rem;
  display: none;
}

.upcoming-section .swiper-button-next,
.upcoming-section .swiper-button-prev {
  display: none;
}

.course-section .swiper-button-prev {
  top: 5%;
  left: 90%;
}

.swiper-button-prev:after {
  content: "";
}

.swiper-button-next:after {
  content: "";
}

.swiper-pagination {
  color: var(--bs-heading-bg);
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  background-color: var(--bs-dark-color) !important;
}

/* other code  */

.course-section .mySwiper {
  padding-block: 4rem;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  gap: 4rem !important;
  padding-inline: 1rem;
}

.course-section .swiper-slide {
  width: 100%;
  max-width: 500px;
  filter: blur(2px);
  display: grid;
  place-items: center;
}

.course-section .swiper-slide-shadow-left {
  background-image: none;
  opacity: 0 !important;
}

.course-section .swiper-slide-shadow-right {
  background-image: none;
  opacity: 0 !important;
}

.course-section .swiper-slide-active {
  filter: blur(0);
}

.course-section .swiper-slide-shadow-left {
  background-image: none;
  opacity: 0 !important;
}

.course-section .swiper-slide-shadow-right {
  background-image: none;
  opacity: 0 !important;
}

.card-item {
  max-width: 350px;
  padding: 0.5rem;
  border-radius: 1rem;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  /* overflow: hidden; */
}

.card-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-color: var(--bs-bg-light);
  z-index: -1;
}

.card-item .card-img {
  width: 100%;
  height: 250px;
  border-radius: 0.5rem;
  overflow: hidden;
}

.card-item .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: inline-block;
}

.card-item .card-body {
  padding: 1rem;
  margin-top: 1rem;
}

.card-item .card-body .card-body-text {
  background-color: var(--bs-main-color);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  position: absolute;
  bottom: 12rem;
  left: -4rem;
  font-size: 1.4rem;
  max-width: 350px;
}
.card-item .card-body .card-body-text h2 {
  color: var(--bs-btn-color);
}

.card-item .card-body .card-body-description {
  display: flex;
  align-items: center !important;
  justify-content: space-between;
}
.card-item .card-body .card-body-description a svg {
  margin-right: 2rem;
  margin-top: 2.5rem;
}

.card-body .card-body-description .price {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.card-body .card-body-description .original-price {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  padding-top: 1rem;
}

.card-body-description .price-main-text {
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--bs-heading-color);
}

.card-body-description .discount-price {
  background-color: var(--bs-bg-light);
  font-size: 1.4rem;
  padding: 4px 12px;
  border-radius: 2rem;
  font-weight: 600 !important;
  color: var(--bs-dark-color) !important;
}

.card-body-description .price-cut {
  text-decoration: line-through;
  font-size: 1.5rem;
  color: var(--bs-text-color);
  font-weight: 600;
}

.card-item .card-extra-data {
  background-color: var(--bs-bg-light);
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 1rem;
  position: absolute;
  right: 0.5rem;
  top: 2rem;
  border-radius: 0.5rem 0 0 0.5rem;
}

.card-item .card-extra-data h3 {
  color: var(--bs-main-color);
  font-size: 2.4rem;
}

.card-item .card-extra-data p {
  color: var(--bs-main-color);
  font-size: 1.8rem;
  font-weight: 600;
}

/* .course-section {
    margin-top: 8rem;
  }
   */

.main-text h2::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 40%;
  height: 10px;
  border-radius: 2rem;
  background-color: var(--bs-main-color);
}

.main-text h1::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 40%;
  height: 10px;
  border-radius: 2rem;
  background-color: var(--bs-main-color);
}

.upcoming-section .main-text h2::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 35rem;
}

.main-text h2 span {
  padding: 1rem;
  color: var(--bs-main-color);
  position: relative;
  background-image: url(../images/Blob\ 14.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-text p {
  margin-top: 4rem;
  max-width: 800px;
  margin-inline: auto;
  color: var(--bs-text-color);
  padding: 1rem;
}

.main-text-2 {
  width: 100%;
  text-align: center;
}
.main-text-2 h2,
.main-text-2 h1 {
  max-width: 800px;
  margin-inline: auto;
}
.main-text-2 h2::after,
.main-text-2 h1::after {
  left: 50%;
  translate: -50% 0;
  width: 60%;
}

.main-text h2 span,
.main-text h1 span {
  padding: 1rem;
  color: var(--bs-main-color);
  position: relative;
  background-image: url(../images/Blob\ 13.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-text p {
  margin-top: 4rem;
  max-width: 800px;
  margin-inline: auto;
  color: var(--bs-text-color);
  padding: 1rem;
}

/* main text imavge  */

.card-item {
  border: 2px solid var(--bs-btn-color) !important;
  transition: border 0.5s ease-in-out;
}
.card-item .card-body-text {
  transition: background-color 0.6s ease-in-out;
}
.card-item:hover {
  border: 2px solid var(--bs-dark-color) !important;
}
.card-item:hover .card-body-text {
  background-color: var(--bs-dark-color);
}

/*upcoming courses styling start */

.upcoming-section {
  position: relative;
  margin: 0 0 6rem 0;
}

.upcoming-section::before {
  content: "";
  position: absolute;
  right: 0;
  width: 30%;
  height: 30vh;
  background-color: var(--bs-bg-light);
  z-index: -1;
}

.upcoming-section .card-title {
  position: absolute;
  top: -120%;
  left: 50%;
}

.upcoming-section .card .card-link {
  position: absolute;
  right: 11%;
  bottom: 0;
}

.extra-info {
  margin-top: 10rem;
}

.mySwipers {
  padding: 5rem 0;
}

.swiper-slide {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}

.upcoming-section .swiper-button-next,
.swiper-button-prev {
  bottom: 0;
  top: 95%;
  right: 30%;
  color: var(--bs-main-color);
}

.upcoming-section .swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--bs-main-color);
  padding: 2rem;
  color: #fff;
  border-radius: 0.5rem;
}

.upcoming-section .swiper-button-prev {
  left: 75%;
}

/*achievement section */

.quote {
  background-color: var(--bs-bg-light);
  padding-block: 4rem;
  margin-top: 9rem;
  position: relative;
}
.quote img {
  position: absolute;
  width: 8rem;
}
.quote img:first-child {
  top: -5rem;
  left: 10%;
}
.quote img:last-child {
  bottom: -5rem;
  right: 10%;
  transform: scaleX(-1);
}
.quote .container {
  display: grid;
  place-content: center;
  text-align: center;
  gap: 1rem;
  overflow: hidden;
  padding: 2rem 0;
}
.quote .container p {
  font-size: 2.8rem;
  max-width: 800px;
  padding-inline: 2rem;
}
.quote .container h3 {
  font-size: 3rem;
  position: relative;
}
.quote .container h3::after {
  content: url(../images/stroke.png);
  position: absolute;
  bottom: -3rem;
  left: 50%;
  translate: -50% 0;
}

/*achievement section end */

/*testimonial section styling */

.testimonial-section {
  margin: 3.2rem 0 6rem 0;
  position: relative;
}

.testimonial-section::before {
  content: "";
  position: absolute;
  width: 10%;
  height: 50vh;
  background-color: var(--bs-bg-light);
  z-index: -1;
}

.swiper-slide .row {
  box-shadow: none;
}

.t-card {
  background-color: var(--bs-bg-light);
  border-radius: 1rem;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
  padding: 2rem 2rem 0 0rem;
}

.fa-quote-left {
  font-size: 4.8rem;
  margin-bottom: 3rem;
  color: var(--bs-main-color);
}

.fa-star {
  color: var(--bs-main-color);
}

.t-card p {
  padding: 0 10% 0 0;
}

.client-info {
  background-color: #fff;
  padding: 2rem 1rem;
  /*border-top-right-radius:50% ;*/
  border-radius: 0 100rem 0 0;
}

.client-info img {
  width: 6rem;
  height: 6rem;
}

.client-info .data p:first-child {
  font-weight: bold;
  text-transform: capitalize;
  margin: 0;
}

.t-card ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: end;
  padding: 0;
}

.testimonial-section .swiper-slide {
  padding-bottom: 5rem;
}

.testimonial-section .swiper-button-prev {
  top: 5%;
  left: 90%;
}

.testimonial-section .swiper-button-next {
  top: 5%;
}

/*testimonial section end */

/*contact section styling start*/

.contact-section {
  padding: 0 0 6rem 0;
  background-image: url("../images/contact_wave.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.contact-section .common-heading {
  margin-bottom: 3rem;
}

.contact-section input {
  height: 5rem;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  background-color: var(--bs-bg-light);
  border: 0.2rem solid var(--bs-main-color);
}

.contact-section textarea {
  border-radius: 0.8rem;
  font-size: 1.6rem;
  background-color: var(--bs-bg-light);
  border: 0.2rem solid var(--bs-main-color);
}

.contact-section textarea:focus {
  border: none;
  outline: none;
}

#submit {
  padding: 0 3rem;
  background-color: var(--bs-main-color);
  color: #fff;
  font-size: 2rem;
  border: 0.2rem solid var(--bs-dark-color);
  color: #121421;
}

#submit:hover {
  background-color: var(--bs-dark-color);
  color: #fff;
}

/*contact section styling end */

/*contact us page styling */

.contact_data {
  background-color: var(--bs-bg-light);
  padding: 3.2rem 0;
}

.contact_data .contact-div {
  border: 0.3rem solid var(--bs-main-color);
  padding: 2rem;
  border-radius: 1rem;
}

.contact_data .contact-div h2 {
  padding: 1rem 0;
  color: var(--bs-main-color);
  font-weight: bold;
  text-transform: uppercase;
}

.contact-section--page img {
  z-index: -1;
}

/*contact us page styling end*/

/*footer section styling */

.footer-section {
  padding: 5rem 0 3rem 0;
  background-color: var(--bs-bg-light);
}

.footer-section .fa-icons {
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background-color: var(--bs-main-color);
  transition: all 0.3s linear;
}

.footer-section .fa-icons:hover {
  background-color: #fff;
  color: var(--bs-main-color);
  border: 0.1rem solid var(--bs-main-color);
}

/*footer section styling end */

/* bottom to top icons  */
#button {
  display: inline-block;
  background-color: var(--bs-heading-bg);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: var(--bs-heading-bg);
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

/* ----------------------------------------- */
/* pages styling start  */
/* ----------------------------------------- */

.service-cards div:nth-child(odd) {
  text-align: left;
}

.service-cards div:nth-child(even) {
  text-align: right;
}

/* ----------------------------------------- */
/* pages styling ends  */
/* ----------------------------------------- */

/* courses section  */

:root {
  /* Colors: */
  --bg: #16181d;
  --accent: #5686f5;
  --accent-10: #5686f510;
  --emphasis: #e8e8fd;
  --text: #98a0b3;
  /* Typography */
  --h1: 2.25rem;
  --h2: 1.5rem;
  --h3: 1.25rem;
  --paragraph: clamp(1rem, 0.875rem + 0.4vw, 1.125rem);
  --info-text: 1rem;
  --text-width-wide: 70ch;
  --text-width-medium: 60ch;
  --fw-bold: 700;
  --fw-regular: 500;
  --fw-light: 300;
  /* Spacing */
  --spacing-xxs: 0.5em;
  --spacing-xs: 1em;
  --spacing-s: 1.6em;
  --spacing-m: 3em;
  --spacing-l: 6em;
  --spacing-xl: 8em;
  /* Misc */
  --radius-xs: 0.25em;
  --radius-s: 0.5em;
  --center-it: auto;
}

.course-container h1 {
  color: var(--bs-main-color);
  margin-bottom: var(--spacing-s);
  font-weight: var(--fw-bold);
}

.course-container h2 {
  margin-bottom: var(--spacing-s);
  margin-top: 2.4rem;
  font-weight: var(--fw-bold);
}

.course-container h3 {
  margin-bottom: var(--spacing-s);
  font-weight: var(--fw-bold);
}

.course-container img {
  max-width: 100%;
  width: 100%;
  margin-block: var(--spacing-m);
  border-radius: var(--radius-xs);
  height: 40vh;
}

.course-container .highlight {
  /* margin: var(--center-it); */
  margin-bottom: var(--spacing-m);
  background-color: var(--accent-10);
  max-width: 100%;
  border-radius: var(--radius-s);
  padding: var(--spacing-m);
}

.course-container ul {
  margin: var(--spacing-s);
}

.course-container li {
  padding-bottom: var(--spacing-s);
  margin-left: var(--spacing-xs);
  list-style: square;
}

.course-container em {
  color: var(--bs-main-color);
}

.course-container article {
  margin: 3.2rem 0;
}

/* course page section styling start  */

.course-page--section .card .card-title {
  height: auto;
  background-color: transparent;
  position: relative;
  left: 0;
  top: 0;
  margin: 0.6rem 0 1.2rem 0;
}

:is(.classes-section, .course-page--section) .card:hover {
  background-color: transparent;
  border: 0.5rem solid transparent;
}

:is(.classes-section, .course-page--section)
  .card:hover
  > .card-body
  .card-title {
  background-color: transparent;
}

:is(.classes-section, .course-page--section) .card-header {
  font-size: 1.7rem;
}

:is(.classes-section, .course-page--section) .row .card {
  background-color: transparent;
  background-image: none;
}

.card a {
  overflow: hidden;
  transition: all 0.3s linear;
}

.course-page--section .card .card-img-top {
  transition: all 0.3s linear;
}

.course-page--section .card:hover .card-img-top {
  transform: scale(1.2);
  transition: all 0.3s linear;
}

.course-filter-section .filters-content .card {
  background-image: linear-gradient(to right, #fff 70%, var(--bs-bg-light) 50%);
}

.course-filter-section .card .card-title {
  left: 0;
}

/*--------------------------------------------------------------
      # Frequently Asked Questions
      --------------------------------------------------------------*/
.faq {
  padding: 3.2rem 0 6rem 0;
  background-color: var(--bs-bg-light);
}
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list li:hover {
  background-color: #48c989;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

/* .faq .faq-list a:hover{
    background-color: #48C989;
} */

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 1rem;
  color: #000;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #000;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #fff;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

.faq .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 1rem;
  color: #47b2e4;
}

/*------------------------------
media query
-------------------------------*/

@media screen and (max-width: 1198px) {
  html {
    font-size: 58%;
  }

  .hero-btn::after {
    scale: 0.25;
    rotate: 10deg;
    right: -90%;
    margin-top: 15rem;
  }

  .card-subtitle {
    font-size: 3.6rem;
  }

  .card-name {
    font-size: 1.8rem;
  }

  .upcoming-section .swiper-slide {
    width: 80%;
  }

  .upcoming-section .card-title {
    position: absolute;
    top: -160%;
    left: 50%;
    display: none;
  }

  .cost-effective--section .common-heading {
    width: 100% !important;
  }
}

@media screen and (max-width: 999px) {
  html {
    font-size: 56%;
  }

  .hero-section .heading {
    font-size: 2.4rem;
  }

  .hero-section .main-heading {
    font-size: 4.8rem;
    margin-top: 1rem;
  }

  .hero-btn::after {
    scale: 0.2;
    rotate: 0deg;
    right: -105%;
    margin-top: 12rem;
  }

  .achievement-section .title {
    font-size: 2rem;
  }

  .achievement-section .social {
    font-size: 2rem;
  }

  .achievement-section h2 {
    font-size: 3.8rem;
  }

  .card-subtitle {
    font-size: 3.2rem;
  }
  .card-name {
    font-size: 1.8rem;
  }

  .swiper-button-prev {
    top: 5%;
    left: 80%;
  }

  .upcoming-section .swiper-button-prev {
    top: 95%;
  }

  .upcoming-section .swiper-slide {
    width: 100%;
  }

  .testimonial-section .swiper-button-prev {
    top: 5%;
    left: 80%;
  }

  .testimonial-section .swiper-button-next {
    top: 5%;
  }

  .testimonial-section .swiper-slide {
    width: 100%;
  }

  .cost-effective--section .common-heading {
    width: 100% !important;
  }

  .quote {
    padding: 8rem 0;
  }
  .quote img:first-child {
    top: -5rem;
    left: 0%;
  }
  .quote img:last-child {
    bottom: -5rem;
    right: 0%;
    transform: scaleX(-1);
  }

  /* courses pages  */
  .course-container img {
    max-width: 100%;
    width: 100%;
    margin-block: var(--spacing-m);
    border-radius: var(--radius-xs);
    height: 40vh;
    margin: auto;
  }

  .header {
    /* padding-top: 2rem; */
    height: 15rem;
  }

  .toggleBtn {
    display: flex;
  }
  .navbar {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 60%;
    translate: -100% 0;
    height: 100%;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: var(--bs-main-color);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transition: translate 0.6s ease-in-out;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  }
  .navbar-links {
    flex-direction: column;
    padding-left: 0;
    width: 100%;
  }
  .navbar-links li {
    padding-inline: 4rem;
    width: 100%;
  }

  .navbar-links .dropdown .dropdown-menu li {
    padding-inline: 0;
  }

  .navbar-links li a {
    font-size: 2.2rem;
    color: var(--bs-btn-color);
  }

  /* mega dropdown code  */

  .navbar-links .dropdown-menu ul li a:first-child {
    font-size: 2rem;
    /* color: var(--bs-main-color); */
  }

  .navbar.active {
    translate: 0% 0;
  }

  .dropDown .subnav li a {
    font-size: 2rem;
  }

  .cost-section img {
    width: 80%;
  }

  .service-fulldetails {
    margin-top: 8rem;
  }
  .service-fulldetails .container {
    grid-template-columns: 1fr;
  }
  .service-fulldetails .container img {
    max-height: 25rem;
    order: 2;
  }
  /* .service-fulldetails .container-text {
    padding: 0;
  } */
  .service-fulldetails .container-text p {
    padding-right: 3rem;
  }
}

@media screen and (max-width: 798px) {
  html {
    font-size: 52%;
  }

  .hero-section .heading {
    font-size: 2rem;
  }

  .hero-section .main-heading {
    font-size: 4rem;
    margin-top: 1rem;
  }

  .hero-section .row .hero-section--data {
    margin-left: -2% !important ;
  }

  .hero-btn::after {
    scale: 0.2;
    rotate: 0deg;
    right: -120%;
    margin-top: 12rem;
  }

  /* course section  */

  .course-section .card-title {
    left: 0;
  }

  /* course end  */

  .card-name {
    font-size: 1.8rem;
  }

  .swiper-button-prev {
    top: 5%;
    left: 80%;
  }

  .upcoming-section .swiper-slide {
    display: flex;
    flex-direction: column;
  }

  .upcoming-section .card-title {
    left: 0%;
    top: -40%;
    scale: 0.9;
  }

  .extra-info {
    margin-top: 2rem;
  }

  .upcoming-section .swiper-button-next {
    top: 96%;
    right: 10%;
  }

  .upcoming-section .swiper-button-prev {
    top: 96%;
    left: 70% !important;
  }

  .achievement-section p {
    font-size: 1.8rem;
  }

  .achievement-section h2 {
    font-size: 3rem;
  }

  .testimonial-section .swiper-button-prev {
    top: 5%;
    left: 70%;
  }

  .testimonial-section .swiper-button-next {
    top: 5%;
    left: 85%;
  }

  .testimonial-section::before {
    width: 0;
  }

  /* footer styling  */
}

/*------------------------*/
/*-------------------------------*/

@media screen and (max-width: 560px) {
  html {
    font-size: 50%;
  }

  .navbar {
    width: 70%;
  }

  .hero-section .row .hero-section--data {
    margin-left: auto !important ;
  }

  .card-name {
    font-size: 1.8rem;
  }

  .course-section .swiper-button-prev {
    top: 10%;
    left: 70% !important;
  }
  .course-section .swiper-button-next {
    top: 10%;
    right: 10%;
  }

  .quote {
    padding-block: 12rem;
  }

  .upcoming-section .main-text h2::after {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 25rem;
  }
}

@media screen and (max-width: 420px) {
  .upcoming-section .main-text h2::after {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 15rem;
  }
}

body {
  /* background-color: var(--bs-background); */
  color: var(--bs-text-color);
  line-height: 1.6;
}

.curriculum-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.section-title h2 {
  color: var(--bs-heading-color);
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.section-title h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--bs-main-color);
  border-radius: 2px;
}

.curriculum-subtitle {
  text-align: center;
  color: var(--bs-dark-color);
  font-size: 1.6rem;
  margin-bottom: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: var(--bs-main-color);
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
}

.week-container {
  padding: 10px 40px;
  position: relative;
  width: 50%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
}

.week-container.visible {
  opacity: 1;
  transform: translateY(0);
}

.week-container.left {
  left: 0;
}

.week-container.right {
  left: 50%;
}

.week-container::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: var(--bs-heading-bg);
  border: 4px solid var(--bs-main-color);
  top: 25px;
  border-radius: 50%;
  z-index: 1;
}

.week-container.right::after {
  left: -13px;
}

.week-content {
  padding: 25px;
  background-color: white;
  position: relative;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}

.week-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.week-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: var(--bs-main-color);
}

.week-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.week-title {
  display: flex;
  align-items: center;
}

.week-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--bs-main-color);
  margin-right: 15px;
}

.week-label {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--bs-heading-color);
}

.week-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-heading-bg);
  color: var(--bs-dark-color);
  border-radius: 50%;
  font-size: 1.5rem;
}

.topic-list {
  list-style: none;
  padding-left: 15px;
}

.topic-item {
  position: relative;
  padding: 10px 0 10px 30px;
  border-bottom: 1px dashed #e0e0e0;
  transition: transform 0.3s ease;
}

.topic-item:last-child {
  border-bottom: none;
}

.topic-item::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--bs-main-color);
  font-weight: bold;
}

.topic-item:hover {
  transform: translateX(5px);
}

.cta-container {
  text-align: center;
  margin-top: 60px;
}

.enroll-btn {
  background-color: var(--bs-main-color);
  color: var(--bs-btn-color);
  padding: 12px 30px;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(72, 201, 137, 0.4);
}

.enroll-btn:hover {
  background-color: var(--bs-dark-color);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(30, 100, 64, 0.5);
}

/* Animation for shimmering effect */
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.shimmer {
  position: relative;
  overflow: hidden;
}

.shimmer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background-size: 200% 100%;
  animation: shimmer 3s infinite;
}

/* Optional Badge */
.optional-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--bs-dark-color);
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

/* Responsive design */
@media screen and (max-width: 768px) {
  .timeline::after {
    left: 31px;
  }

  .week-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .week-container.left {
    left: 0;
  }

  .week-container.right {
    left: 0;
  }

  .week-container.left::after,
  .week-container.right::after {
    left: 18px;
  }
}

.benefits-section {
  padding: 50px 0;
}

.section-title {
  color: var(--bs-heading-color);
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
  position: relative;
  padding-bottom: 15px;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background-color: var(--bs-main-color);
  border-radius: 2px;
}

.benefits-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.benefit-card {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 300px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.benefit-icon {
  font-size: 3rem;
  color: var(--bs-main-color);
  margin-bottom: 20px;
}

.benefit-title {
  font-size: 1.6rem;
  color: var(--bs-heading-color);
  margin-bottom: 15px;
  font-weight: 600;
}

.benefit-description {
  font-size: 1.6rem;
  color: var(--bs-text-color);
}

.offer-section {
  background-color: var(--bs-heading-bg);
  padding: 50px 0;
  text-align: center;
  border-radius: 20px;
  margin: 30px 0;
  position: relative;
  overflow: hidden;
}

.offer-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #ff6b6b;
  color: white;
  padding: 10px 15px;
  border-radius: 50px;
  font-weight: bold;
  transform: rotate(15deg);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: rotate(15deg) scale(1);
  }
  50% {
    transform: rotate(15deg) scale(1.1);
  }
  100% {
    transform: rotate(15deg) scale(1);
  }
}

.price-comparison {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.price-card {
  text-align: center;
  padding: 20px;
  border-radius: 15px;
  width: 250px;
}

.others-price {
  background-color: #f8f9fa;
  color: var(--bs-text-color);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}

.our-price {
  background-color: white;
  color: var(--bs-heading-color);
  box-shadow: 0 10px 30px rgba(72, 201, 137, 0.3);
  transform: scale(1.1);
  position: relative;
  border: 2px solid var(--bs-main-color);
}

.price-label {
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.price-amount {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.original-price {
  font-size: 2rem;
  font-weight: bold;
  color: var(--bs-text-color);
}

.discounted-price {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--bs-main-color);
}

.price-strike {
  position: relative;
}

.price-strike::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ff6b6b;
  transform: rotate(-10deg);
}

.timer-container {
  margin: 30px 0;
  text-align: center;
}

.timer-label {
  font-size: 1.2rem;
  color: var(--bs-dark-color);
  margin-bottom: 15px;
  font-weight: 600;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.countdown-item {
  background-color: var(--bs-dark-color);
  color: white;
  padding: 15px;
  border-radius: 10px;
  min-width: 80px;
}

.countdown-number {
  font-size: 2.6rem;
  font-weight: bold;
}

.countdown-label {
  font-size: 1rem;
  text-transform: uppercase;
}

.enroll-btn {
  display: inline-block;
  background-color: var(--bs-main-color);
  color: white;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  margin-top: 30px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(72, 201, 137, 0.4);
}

.enroll-btn:hover {
  background-color: var(--bs-dark-color);
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(72, 201, 137, 0.6);
}

.testimonials-section {
  padding: 50px 0;
  text-align: center;
}

.testimonial-card {
  background-color: white;
  border-radius: 15px;
  padding: 30px;
  margin: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 5rem;
  color: var(--bs-main-color);
  opacity: 0.2;
  line-height: 1;
}

.testimonial-text {
  font-style: italic;
  margin-bottom: 20px;
}

.student-name {
  font-weight: bold;
  color: var(--bs-heading-color);
}

.student-title {
  font-size: 0.9rem;
  color: var(--bs-text-color);
}

@media (max-width: 768px) {
  .benefit-card {
    width: 100%;
  }

  .price-comparison {
    flex-direction: column;
  }

  .our-price {
    transform: scale(1);
    margin-top: 30px;
  }

  .countdown-item {
    min-width: 60px;
    padding: 10px;
  }

  .countdown-number {
    font-size: 1.51rem;
  }
}
