* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  overflow-x: none;
}
:root {
  --fontstyle: "Montserrat", sans-serif;
}

body {
  background-color: #e0e5ed;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23b6bfce' fill-opacity='0.4'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  font-family: "Inter", sans-serif;
}
.whatsapp_container {
  position: fixed;
}

.whatsapp_icon {
  position: fixed;
  left: 95%;
  top: 80%;
  width: 4rem;
  height: 4rem;
}

@media screen and (max-width: 576px) {
  .whatsapp_container {
    position: fixed;
  }
  .whatsapp_icon {
    position: fixed;
    left: 89%;
    top: 86.5%;
    width: 4rem;
    height: 4rem;
  }
}

.nav_top_conatiner {
  width: 100%;
  height: 9vh;
  position: fixed;
  z-index: 1;
  background: #a571dd;
  background: linear-gradient(180deg, #a571dd, #5f65ec);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.discounts {
  display: none;
}

@media screen and (max-width: 576px) {
  .nav_top_conatiner {
    width: 100%;
    height: 5vh;
  }
  .mobileicon {
    display: none;
  }
  .mobilenumber {
    display: none;
  }
  .left_container {
    width: 100%;
  }
  .discounts {
    display: block;
    width: 100%;
    text-align: center;
    font-family: var(--fontstyle);
  }
}

.left_container {
  padding-left: 4.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.47rem;
  /* width: 100%; */
}
.mobileicon {
  width: 1rem;
  height: 1rem;
}

.mobilenumber {
  font-size: 1.1rem;
  color: rgb(255, 254, 254);
  font-family: var(--fontstyle);
}

.logo_icon {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 2rem;
}

.right_conatiner {
  padding-right: 4.5rem;
}
.icon_conatiner {
  display: flex;
  gap: 0.5rem;
}

.nav_mid_conatiner {
  padding-top: 3.5rem;
  width: 96%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .nav_mid_conatiner {
    width: 100%;
  }
  .left_container {
    padding-left: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.47rem;
  }
  .right_conatiner {
    padding-right: 2rem;
  }
  .mobilenumber {
    font-size: 1rem;
    color: rgb(78, 77, 77);
    font-family: var(--fontstyle);
    font-weight: bold;
    color: rgb(81, 78, 78);
  }
  .logo_icon {
    width: 2rem;
    height: 2rem;
    border-radius: 2rem;
  }
  .icon_conatiner {
    display: none;
    align-items: center;
    gap: 0.5rem;
  }
}
.left_box {
  width: 35%;
}
.left_banner {
  width: 100%;
}
.left_banner_pic {
  width: 100%;
  height: auto;
}
.right_box {
  width: 60%;
}
.right_banner_pic {
  width: 100%;
  padding-right: 1rem;
}

@media screen and (max-width: 576px) {
  .right_box {
    display: none;
  }
  .left_box {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.nav_container {
  background: #ffffff;
  background: linear-gradient(270deg, #ffffff, #121296);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;
}
.nav_content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 1rem;
}

.nav_list {
  font-size: 1.2rem;
  color: rgb(32, 9, 109);

  font-family: var(--fontstyle);
}

.nav_list:hover {
  color: rgb(74, 11, 221);
  font-weight: 600;
  border-bottom: 1px solid blue;
}
.media_button_foresponsive_container {
  display: none;
}

@media screen and (max-width: 576px) {
  .nav_container {
    height: 6vh;
  }
  .nav_list {
    display: none;
  }
  .media_button_foresponsive_container {
    display: block;
  }
  .menu_icon {
    display: block;
    font-size: 1.3rem;
    cursor: pointer;
  }
  .menu_container {
    width: 100%;
    height: 100vh;
    background: #3c54cc;
    background: linear-gradient(225deg, #3c54cc, #0c0422);
    position: fixed;
    right: -100%;
    top: 0%;
    z-index: 1;
    visibility: visible;
    transition-duration: 2s;
    transition-timing-function: ease-in-out;
  }
  .close {
    font-size: 2rem;
    cursor: pointer;
    color: white;
    position: absolute;
    left: 10px;
  }
  .menu_link {
    text-decoration: none;
    padding-left: 2rem;
    padding-top: 2.5rem;
    display: block;
    text-align: left;
    color: white;
  }
  .menu_link_container {
    padding-top: 2rem;
  }
  .smenu {
    right: 0%;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .nav_container {
    display: flex;
    justify-content: right;
    align-items: center;
    height: 6vh;
    padding-right: 2rem;
  }
  .nav_list {
    font-size: 0.95rem;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .nav_container {
    display: flex;
    justify-content: right;
    align-items: center;
    height: 9vh;
    padding-right: 2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .nav_container {
    display: flex;
    justify-content: right;
    align-items: center;
    height: 9vh;
    padding-right: 2rem;
  }
}

@media (min-width: 1200px) {
  .nav_container {
    display: flex;
    justify-content: right;
    align-items: center;
    height: 9vh;
    padding-right: 2rem;
  }
}

.hero_container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  padding: 4rem 0rem;
  background: #dfddf5;
  background: linear-gradient(90deg, #dfddf5, #6768e3);
}

.left_hero_container {
  width: 50%;
  height: 100%;
}
.hero_left_container_image {
  width: 100%;
  border-radius: 1.3rem;
  transition-duration: 0.5s;
  animation: lefttoright 1s ease forwards;
  opacity: 0;
  background-image: url();
}
@keyframes lefttoright {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
.hero_right_container {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  animation: righttoleft 1s ease forwards;
  opacity: 0;
}
@keyframes righttoleft {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.hero_right_container_content {
  font-family: var(--fontstyle);
  font-weight: bold;
  font-size: 2.8rem;
  color: rgb(255, 255, 255);
  transition-duration: 1s;
  transition-timing-function: linear;
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .hero_right_container_content {
    font-size: 2rem;
  }
  .hero_content_description {
    font-size: 2.5rem;
  }
  .moredetailssection {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .hero_right_container_content {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .hero_right_container_content {
    font-size: 1.8rem;
  }
  .hero_content_description {
    font-size: 0.8rem;
  }
}
.hero_right_container_content:hover {
  color: rgb(7, 3, 64);
  transition: 0.5s;
  transition-duration: 1s;
  transition-timing-function: linear;
}

.hero_content_description {
  color: rgb(255, 255, 255);
  font-family: var(--fontstyle);
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .hero_content_description {
    font-size: 0.89rem;
    padding-bottom: 0.5rem;
  }
}

.hero_button_container {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1.2rem;
}
.more_details_button {
  color: white;
  background-color: rgb(103, 103, 200);
  padding: 0.7rem 1rem;
  border-radius: 0.4rem;
  text-wrap: nowrap;
  font-family: var(--fontstyle);
  font-weight: bold;
  transition: 0.6s;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;

  letter-spacing: 5px;
  font-size: 15px;
}

.more_details_button:hover {
  color: black;
  background-color: rgb(55, 79, 182);
  transform: scale(1.1);
}

.more_details_button::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #2c9caf;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

.more_details_button:hover::before {
  width: 250%;
}

/* hero section media query start here */
@media screen and (max-width: 576px) {
  .hero_container {
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap-reverse;
    align-items: center;
    padding-top: 0;
  }
  .left_hero_container {
    width: 100%;
    height: 100%;
  }
  .hero_left_container_image {
    border-radius: 0;
  }
  .hero_right_container {
    width: 95%;
    margin-top: 2.7rem;
  }
  .hero_right_container_content {
    font-size: 2.5rem;
    padding-bottom: 1.6rem;
  }
  .hero_content_description {
    color: rgb(91, 89, 89);
    font-family: var(--fontstyle);
    font-size: 1rem;
    /* padding-right: 1.8rem; */
    line-height: 1.38rem;
    padding-bottom: 2rem;
    font-weight: 500;
  }
  .hero_button_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .hero_right_container_content {
    font-size: 1.4rem;
  }
  .hero_content_description {
    font-size: 0.8rem;
  }
  .hero_button_container {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 1.2rem;
  }
}

.card_heading_container {
  width: 85%;
  margin: 0 auto;
  padding-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .card_heading_right_content {
    display: none;
  }
}
.card_heading_left_content {
  display: flex;
  gap: 0.7rem;
  flex-direction: column;
}
.left_heading_title {
  font-family: var(--fontstyle);
  font-weight: 1rem;
  font-size: 1.9rem;
  color: rgb(91, 89, 89);
}
.left_heading_title:hover {
  color: blueviolet;
}
.left_heading_description {
  color: rgb(91, 89, 89);
  font-family: var(--fontstyle);
}
.card_right_button {
  background-color: blueviolet;
  padding: 0.8rem 1.5rem;
  border-radius: 1rem;
  font-family: var(--fontstyle);
  color: white;
  font-weight: bold;
}
.grid_container {
  width: 85%;
  margin: auto;
  margin-top: 2.8rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  row-gap: 1.8rem;

  /* background: #ffffff;
  background: linear-gradient(225deg, #ffffff, #441ffb); */
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .grid_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .grid_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
  }
}

@media screen and (max-width: 576px) {
  .grid_container {
    gap: 0.8rem;
    column-gap: 1rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 85%;
    margin: auto;
    margin-top: 2.8rem;
    margin-bottom: 2rem;
  }
}

.subject_1box {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.image_box {
  border-radius: 1rem;
}
.accounts_image {
  border-radius: 1rem;
}
.content_box {
  display: flex;
  flex-direction: column;
  gap: 0.57rem;
}
.subject_title {
  font-family: var(--fontstyle);
  font-size: 1.2rem;
}
.courses {
  font-family: var(--fontstyle);
}
.card_right_button2 {
  background-color: blueviolet;
  padding: 0.8rem 2rem;
  border-radius: 1rem;
  font-family: var(--fontstyle);
  color: white;
  font-weight: bold;
}

.features_course_grid_container {
  width: 85%;
  margin: auto;
  margin-top: 2.8rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  column-gap: 2rem;
  row-gap: 2.5rem;
  margin-bottom: 2.8rem;
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .features_course_grid_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .subject_1box {
    display: flex;
    gap: 0.5rem;
  }
  .grid_container {
    width: 100%;
    display: grid;
    /* column-gap: 0.5rem; */
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .features_course_grid_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 576px) {
  .features_course_grid_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}
.course_1 {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;

  background: #ffffff;
  background: linear-gradient(225deg, #ffffff, #b4a8ed);
  box-shadow: 5px 6px 9px rgb(120, 120, 125);
  border-radius: 1rem;
  overflow: hidden;
  object-fit: cover;
}

@media screen and (max-width: 576px) {
  .course_title {
    text-align: center;
    font-size: 0.9rem;
  }
  .course_qualification {
    text-align: center;
    font-weight: 400;
  }
}
.course_image {
  width: 100%;
  height: auto;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  transition: 0.5s;
}
.course_image:hover {
  transition: 0.5s;
  transform: scale(1.1);
  border: 1px solid burlywood;
  object-fit: cover;
  overflow: hidden;
}
.course_title {
  color: rgb(86, 84, 84);
  font-family: var(--fontstyle);
}
.course_qualification {
  color: rgb(86, 84, 84);
  font-family: var(--fontstyle);
}

.details_section {
  font-family: var(--fontstyle);

  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1.3rem;
  background-color: rgb(103, 103, 200);
  border-radius: 1rem;
  color: white;
}
.details_section:hover {
  background-color: #0093e9;
  color: white;
  transition-duration: 0.6s;
  transition-timing-function: ease;
  transform: scale(0.9);
  font-weight: bold;
}

.quality_container_head {
  width: 85%;
  margin: auto;
  /* font-family: var(--fontstyle); */
  margin-top: 5rem;
  color: rgb(91, 89, 89);
  animation: uptodown 1s ease forwards;
  opacity: 0;
}

@keyframes uptodown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.quality_head {
  font-family: var(--fontstyle);
  font-size: 3rem;
  color: #777;
}
.grid_quality_container {
  width: 85%;
  margin: auto;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  column-gap: 1.8rem;
  row-gap: 2rem;
  animation: lefttoright 1s ease forwards;
  opacity: 0;
}
@keyframes lefttoright {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

@media screen and (max-width: 576px) {
  .grid_quality_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .quality_head {
    font-family: var(--fontstyle);
    font-size: 2rem;
    color: #777;
  }

  .details_section {
    font-family: var(--fontstyle);

    font-weight: bold;
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
    padding: 0.5rem 1.3rem;
    background-color: rgb(103, 103, 200);
    border-radius: 1rem;
    color: white;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .quality_head {
    font-family: var(--fontstyle);
    font-size: 2rem;
    color: #777;
  }
}
.grid_quality_content_image {
  width: 100%;
  height: auto;
}
.grid_quality_content_title {
  font-family: var(--fontstyle);
  font-size: 1.6rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
}
.grid_quality_content_desc {
  font-family: var(--fontstyle);
  font-size: 1rem;
}

@media screen and (max-width: 576px) {
  .grid_quality_content_title {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 800px) {
  .grid_quality_content_title {
    font-family: var(--fontstyle);
    font-size: 1.3rem;
    padding-bottom: 0.5rem;
    font-weight: bold;
    color: #777;
  }
  .grid_quality_content_desc {
    font-family: var(--fontstyle);
    font-size: 0.9rem;
    color: #777;
  }
}

/* faq section start here */

.faq_section_container {
  width: 100%;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.faq_section_content {
  width: 80%;
  margin: auto;
  height: auto;
  padding-top: 1rem;
}
.faq_heading {
  text-align: center;
  font-family: "Inter", sans-serif;
  color: rgb(46, 44, 44);
  padding-bottom: 1.5rem;
}
body {
  background-color: #e0e5ed;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23b6bfce' fill-opacity='0.4'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  font-family: "Inter", sans-serif;
}
details {
  width: 80%;
  margin: 0 auto 15px;
  background-color: white;
  padding: 5px 10px;
  box-shadow: 0 4px 8px 0 rgba(55, 92, 192, 0.08),
    0 0 1px 0 rgba(18, 32, 73, 0.08);
  border-radius: 0.7rem;
  color: #083158;
  font-family: "Inter", sans-serif;
}
summary {
  font-weight: bold;
  font-size: 18px;
  padding: 0.7rem;
  font-family: "Inter", sans-serif;
}

summary:hover {
  cursor: pointer;
}

.faq_ans {
  padding-left: 1rem;
}
/* faq section end here */

/* footer start here */
.footer_cotainer {
  width: 100%;
  height: auto;
  background: #8a93da;
  background: linear-gradient(270deg, #8a93da, #1b4091);
}

.footer_content {
  width: 80%;
  height: auto;
  margin: auto;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid blue;
}

.grid_container_footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.logo_grid_container {
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
}
ul li {
  list-style: none;
}
.footer_logo_image {
  width: 2rem;
  height: 2rem;
  background-color: #0a47d6;
  border-radius: 0.8rem;
}
.grid_content_title {
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  color: white;
}
.footer_link {
  color: white;
}
.footer_follow {
  color: white;
}
.footer_refer {
  color: white;
}
.grid_content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.second_footer_container {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding-bottom: 3.5rem;
}
.trending_course_heading {
  color: white;
  padding-top: 1rem;
}
.trending_topics {
  padding-right: 0.5rem;

  border-right: 1px solid blue;
  color: white;
  word-spacing: 0.3rem;
}
.topics {
  font-family: "Inter", sans-serif;
}
.right_reserved_container {
  width: 100%;
  height: auto;
}
.right_reserved_content {
  width: 80%;
  margin: auto;
  border-top: 1px solid blue;
}
.right_reserved_text {
  text-align: center;
  color: white;
  padding: 1rem;
  cursor: pointer;
}
/* footer end here */

/* footer section start here media query start  */
@media screen and (max-width: 576px) {
  .grid_container_footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 2rem;
    column-gap: 3rem;
  }
  .logo_grid_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .footer_logo_image_container {
    display: inline;
  }
  .footer_logo_image {
    width: 100%;
  }
  .grid_content {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }
  .footer_content {
    padding-bottom: 1.5rem;
  }
  .footer_follow {
    padding-bottom: 0.5rem;
  }
  .footer_refer {
    padding-bottom: 0.5rem;
  }
  .grid_content_title {
    color: rgb(19, 19, 135);
  }
}

@media screen and (max-width: 768px) {
  .grid_container_footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .grid_container_footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1rem;
  }
  .grid_content {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }
  .grid_content_title {
    color: #031c33;
  }
}

/* footer section start here media query end  */
