* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
.nav_heading_container {
  width: 100%;
  height: auto;
  background-color: #ff3cac;
  background: linear-gradient(90deg, #0a47d6 0%, #f5f5f5 100%, #808080 100%);
}
.nav_heading_content {
  width: 90%;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left_nav_heading_image {
  padding: 0.5rem;
  cursor: pointer;
}
.direct_msg_us {
  color: white;
  padding: 0.9rem 2rem;
  background-color: #1944e1;
  border-top-left-radius: 1.1rem;
  border-bottom-right-radius: 1.1rem;
  font-size: 1rem;
  cursor: pointer;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  transition-duration: 1s;
  transition-timing-function: linear;
}
.direct_msg_us:hover {
  background: #3c54cc;
  background: linear-gradient(135deg, #3c54cc, #8e78ca);
  color: white;
  font-family: "Inter", sans-serif;
  transition-duration: 1s;
  transition-timing-function: linear;
}
.menu_icon {
  display: none;
}
.menu_container {
  visibility: hidden;
}
.right_side {
  display: flex;
  align-items: center;
}

/* nav top head container start (media query start) */
@media screen and (max-width: 576px) {
  .direct_msg_us {
    display: none;
  }
  .left_nav_heading_image {
    width: 275px;
  }
  .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%;
  }
}

/* nav top head container start (media query end ) */

.hero_container {
  width: 100%;
  height: 70vh;
  background: linear-gradient(90deg, #0a47d6 0%, #f5f5f5 100%, #808080 100%);
}
.course_info1 {
  padding-right: 0.5rem;
}
.hero_container_content {
  width: 80%;
  margin: auto;
  display: flex;
  padding-top: 2.5rem;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.hero_left_container {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: start;
  gap: 1.5rem;
}
.Course_Heading {
  font-size: 4rem;
  color: white;
  font-family: "Inter", sans-serif;
  padding-top: 2rem;
}
.course_info1 {
  /* color: white; */
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  background: linear-gradient(to top, rgb(38, 12, 103), rgb(1, 33, 107));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.content_partner_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_partner {
  color: white;
  font-size: 1.4rem;
  padding-right: 1rem;
}

.content_partner_logo {
  width: 6rem;
  height: 2rem;
}
.button_1 {
  padding: 0.7rem 1.3rem;
  background-color: #008495;
  font-family: "Inter", sans-serif;
  color: white;
  border-radius: 1rem;
  font-family: "Inter", sans-serif;
  transition-duration: 0.7s;
  transition-timing-function: linear;
}
.button_1:hover {
  background-color: #24b7ca;
  transition-duration: 0.7s;
  transition-timing-function: linear;
  transform: scale(0.7);
}
.button_2 {
  padding: 0.7rem 1.3rem;

  background-color: #008495;
  font-family: "Inter", sans-serif;
  color: white;
  border-radius: 1rem;
  font-family: "Inter", sans-serif;
  transition-duration: 0.7s;
  transition-timing-function: linear;
}
.button_2:hover {
  background-color: #24b7ca;
  transition-duration: 0.7s;
  transition-timing-function: linear;
  transform: scale(0.7);
}

.hero_left_button {
  width: 60%;
  display: flex;
  justify-content: start;
  gap: 1.5rem;
}

.sticky_container {
  position: absolute;
  top: 10%;
  left: 60%;
  width: 40%;

  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;

  height: auto;
  background-color: #fff7f7;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.stickey_video {
  border-radius: 0.5rem;
  object-fit: cover;
  width: 100%;
}

.stickey_free_text {
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  color: #19e130;
  font-family: "Inter", sans-serif;
}
.stickey_enroll_now {
  background-color: #0a47d6;
  padding: 0.5rem 1rem;
  border-radius: 0.7rem;
  margin: 0 1rem;
  text-align: center;
  color: white;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}
.stickey_enroll_now:hover {
  background: #afdfea;
  background: linear-gradient(225deg, #afdfea, #480898);
}

.sticky_time {
  color: darkblue;
  font-weight: bold;
}
.sticky_mode_learn {
  color: rgb(108, 102, 102);
}

.course_includes {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  padding-left: 1rem;
  padding-top: 1rem;
  color: rgb(108, 102, 102);
}

.first_sticky_container {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}
.first_sticky_image_container {
  width: 2.8rem;
  height: 2.8rem;
}
.vector_cert_icon {
  width: 100%;
  height: 100%;
}
.first_sticky_image_container {
  display: flex;
  align-items: center;
}
.first_sticky_container {
  margin: 1rem;
}
.first_stickey_content_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* hero section start media query start */
@media screen and (max-width: 576px) {
  .hero_container {
    width: 100%;
    height: auto;
  }
  .hero_container_content {
    width: 80%;
    display: flex;
    padding-top: 0;
  }
  .Course_Heading {
    font-size: 2.1rem;
    text-wrap: nowrap;
  }
  .course_info1 {
    font-size: 0.9rem;
    padding: 0;
    color: white;
  }
  .sticky_container {
    display: none;
  }
  .content_partner {
    font-size: 1rem;
  }
  .content_partner_logo {
    width: 4rem;
    height: 1.9rem;
    border-radius: 0.4rem;
  }
  .hero_left_button {
    width: 75%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-bottom: 2rem;
  }

  .button_1 {
    text-wrap: nowrap;
    padding: 0.7rem 1rem;
    border-radius: 0.8rem;
  }
  .button_2 {
    text-wrap: nowrap;
    padding: 0.7rem 1rem;
    border-radius: 0.8rem;
  }
  .hero_left_container {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .Course_Heading {
    font-size: 2rem;
    text-wrap: nowrap;
  }
  .hero_container {
    height: auto;
  }
  .hero_container_content {
    width: 80%;
    display: flex;
    padding-top: 0;
  }
  .hero_left_container {
    width: 100%;
    /* height: 70vh; */
  }
  .hero_left_button {
    padding-bottom: 2rem;
  }
  .sticky_container {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .sticky_container {
    display: none;
  }
  .hero_container_content {
    padding-top: 1rem;
  }
  .hero_left_container {
    width: 100%;
    
  }
  .Course_Heading {
    font-size: 2.5rem;
  }
  .course_info1 {
    color: rgb(12, 32, 184);
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .hero_left_button {
    padding-bottom: 2rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .sticky_container {
    display: none;
  }
  .hero_left_container {
    width: 100%;
  }
  .Course_Heading {
    font-size: 2.7rem;
    padding-top: 0%;
  }
  .course_info1 {
    font-size: 1.1rem;
  }
}

@media (min-width: 1201px) and (max-width: 1300px) {
  .hero_left_container {
    width: 56%;
  }
  .Course_Heading {
    font-size: 3rem;
    padding-top: 0%;
  }
  .course_info1 {
    font-weight: 500;
  }
  .hero_container {
    width: 100%;
    height: 80vh;
  }
}
@media (min-width: 1300px) and (max-width: 1350px) {
  .hero_container {
    width: 100%;
    height: 80vh;
  }
  .Course_Heading {
    font-size: 2.5rem;
  }
}

/* hero section start media query end */

.first_content_container {
  width: 100%;
  height: auto;
}
.first_content {
  width: 80%;
  height: auto;
  margin: auto;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-family: "Inter", sans-serif;
}

.skills_heading {
  font-size: 2.5rem;
  color: rgb(71, 72, 72);
  font-family: "Inter", sans-serif;
}
.skill_container {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1rem;
}
.skills {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  color: rgb(71, 72, 72);
}

/* first content container start media query start */
@media screen and (max-width: 576px) {
  .skills_heading {
    font-size: 1.5rem;
  }
  .skill_container {
    text-wrap: nowrap;
    column-gap: 2rem;
  }
  .skills {
    font-size: 0.85rem;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .skills {
    font-size: 0.85rem;
    text-wrap: nowrap;
  }
}
/* first content container start media query end */

.second_content_container {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.second_content {
  width: 80%;
  margin: auto;
}
.learn_heading {
  font-size: 2.5rem;
  color: rgb(71, 72, 72);
  font-family: "Inter", sans-serif;
}
.learn_skills_container {
  width: 60%;
  padding-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 1.5rem;

  column-gap: 1rem;
}
.who_learn {
  border: 1px solid rgb(193, 191, 191);
  padding: 0.5rem 1.2rem;
  border-radius: 1rem;
  background-color: rgba(219, 216, 216, 0.904);
  font-family: "Inter", sans-serif;
  cursor: pointer;
  text-wrap: nowrap;
  transition-duration: 0.9s;
  transition-timing-function: cubic-bezier(0.655, 1.175, 0.56, -0.6);
}
.who_learn:hover {
  background-color: white;
  transition-duration: 0.9s;
  transition-timing-function: cubic-bezier(0.655, 1.175, 0.56, -0.6);
}

/* second content container start media query start */
@media screen and (max-width: 576px) {
  .learn_heading {
    font-size: 1.5rem;
  }
  .learn_skills_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .learn_skills_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .learn_skills_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
/* second content container start media query end */

.third_content_container {
  width: 100%;
  height: auto;
  padding-top: 1rem;
}

.third_content {
  width: 80%;
  margin: auto;
  padding-bottom: 2rem;
}
.third_content_title {
  font-family: "Inter", sans-serif;
  font-size: 2.5rem;
  color: rgb(71, 72, 72);
}
.card_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  margin-top: 1rem;
}

.first_card {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-family: "Inter", sans-serif;
}
.first_card_heading:hover {
  color: rgb(160, 160, 248);
}
.first_card_desc:hover {
  color: rgb(160, 160, 248);
}

/* third content container start  media query start */

@media screen and (max-width: 576px) {
  .third_content_title {
    font-size: 1.5rem;
  }
  .card_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1rem;
  }
}

/* third content container start  media query end */

.about_us_container {
  width: 100%;
  height: auto;
}
.about_us_content {
  width: 80%;
  margin: auto;
  font-family: "Inter", sans-serif;
}
.about_course_title {
  padding-bottom: 1rem;
  color: rgb(46, 44, 44);
}
.about_us_description {
  padding: 1rem;
  overflow: auto;
  scroll-behavior: smooth;
  height: 270px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  border-radius: 1rem;
  margin-bottom: 2rem;
  font-family: "Inter", sans-serif;
}
.innertext_heading {
  font-size: 1.7rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  color: rgb(46, 44, 44);
}
.bolder {
  font-weight: bold;
  color: rgb(46, 44, 44);
}

.certificate_container {
  width: 100%;
  margin-bottom: 3.9rem;
}
.cert_title {
  font-size: 2.2rem;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  color: rgb(46, 44, 44);
}
.certificate_content {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.cert_desc {
  font-family: "Inter", sans-serif;
  color: rgb(46, 44, 44);
  padding-bottom: 0.7rem;
  transition-duration: 1s;
}
.cert_desc:hover {
  color: rgb(85, 85, 221);
  letter-spacing: 2px;
  word-spacing: 4px;
  transition-duration: 1s;

  font-weight: bold;
  font-family: "Inter", sans-serif;
}
.image_container {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  border-radius: 1rem;
  transition-duration: 1s;
  transition-timing-function: linear;
  box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
}
.image_container:hover {
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
    rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
    rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  transition-duration: 1s;
  transition-timing-function: linear;
}

.cert_image {
  width: 60%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* certificate container start here media query start */
@media screen and (max-width: 576px) {
  .cert_title {
    font-size: 1.5rem;
  }
  .cert_desc {
    font-family: "Inter", sans-serif;
    color: rgb(46, 44, 44);
    padding-bottom: 0.7rem;
    transition-duration: 1s;
    font-size: 0.65rem;
    font-weight: bold;
  }
}

/* certificate container start here media query end */

.special_section_container {
  width: 100%;
  height: auto;
}
.special_section_content {
  width: 80%;
  height: auto;
  background: linear-gradient(115deg, #3e70ad, #ffffff);

  margin: auto;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
}
.leftbox {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
}
.section_title {
  font-size: 2.5rem;
  font-family: "Inter", sans-serif;
  color: #f5f5f5;
}
.color_text {
  color: rgb(23, 81, 189);
}
.sub_title {
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  color: #f5f5f5;
}

.exolore {
  display: inline;
  color: rgb(53, 50, 50);
  background-color: #0067c7;
  font-family: "Inter", sans-serif;
  color: white;
  padding: 0.5rem;
  border-radius: 1rem;
  text-align: center;
  transition-duration: 1s;
  transition-timing-function: linear;
}
.exolore:hover {
  background-color: #072c3fe8;
  color: white;
  transition-duration: 1s;
  transition-timing-function: linear;
}
.section_image {
  padding-top: 1rem;
  cursor: pointer;
}

/* special section container start here media query start */

@media screen and (max-width: 576px) {
  .special_section_content {
    display: flex;
    flex-direction: column;
  }
  .right_box {
    width: 80%;
    margin: auto;
  }
  .section_image {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .special_section_content {
    display: flex;
    flex-direction: column;
  }
  .section_title {
    font-size: 2.8rem;
  }
  .right_box {
    width: 80%;
    margin: auto;
  }
  .section_image {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .special_section_content {
    display: flex;
    flex-direction: column;
  }
  .section_image {
    width: 100%;
  }
  .right_box {
    width: 80%;
    margin: auto;
  }
}
/* special section container start here media query end */

.ourteachers_container {
  width: 100%;
  margin-top: 3.5rem;
}
.ourteachers_content {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1rem;
  row-gap: 1.5rem;
}
.teach {
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #eae7ff;
  background: linear-gradient(225deg, #eae7ff, #c4b5ee);
}
.teacher_image {
  width: 100%;
}
.teacher_name {
  color: rgb(53, 50, 50);
  padding: 0.4rem 1rem;
  font-size: 1.6rem;
}
.teacher_current_state {
  color: rgb(53, 50, 50);
  padding: 0.3rem 1rem;
}
.teacher_past_company {
  font-weight: bold;
  color: rgb(53, 50, 50);
}

.teacher_linkedin_profile {
  padding: 0.3rem 1rem;
  padding-bottom: 1rem;
  font-weight: bold;
  color: #1b4091;
}

/* teacher container start here media query start  */
@media screen and (max-width: 576px) {
  .ourteachers_content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
/* teacher container start here media query end  */

.faq_section_container {
  width: 100%;
  height: auto;
  padding-top: 4rem;
  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;
}

.related_course_container {
  width: 100%;
  height: auto;
  background: linear-gradient(115deg, #79bbcf, #fff7f7, #f2f0fa);
}

.related_course_content {
  width: 80%;
  margin: auto;
  height: auto;
  padding: 2rem;
}
.related_course {
  font-size: 2.1rem;
  color: black;
}

.courese_container_grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2rem;
  margin-bottom: 2rem;
  column-gap: 0.9rem;
}
.course_card {
  background-color: #f5f5f5;
  border-radius: 1rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background: #efefef;
  background: linear-gradient(135deg, #efefef, #bdd1f0);
}
.card_picture {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.course_utility_info {
  width: 100%;
  display: flex;
  justify-content: space-around;
  gap: 0.9rem;
  list-style: none;
  font-family: "Inter", sans-serif;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.level {
  font-size: 1.1rem;
  color: #075310;
  font-weight: bold;
  padding: 0.5rem 1.1rem;
}
.course_name_title {
  padding: 0.5rem 1.1rem;
  font-size: 0.956rem;
  font-weight: bold;
  color: black;
}
.free_course {
  color: #057613;
  padding: 0.5rem 1.1rem;
}
#card1 {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #c4d2ec);
}
#card2 {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #b5edb4);
}
#card3 {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #c1b5f0);
}

/* Related Course Section  media query start */

@media screen and (max-width: 576px) {
  .related_course_container {
    padding-bottom: 2rem;
  }
  .courese_container_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1rem;
  }
  .level {
    font-size: 1rem;
  }
  .course_name_title {
    font-size: 0.85rem;
  }
  .course_utility_info {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    justify-content: space-between;
  }
  .ratings {
    font-size: 1rem;
    text-wrap: nowrap;
  }
  .how_many_learners {
    text-wrap: nowrap;
    font-size: 1rem;
  }
  .course_duration {
    text-wrap: nowrap;
    font-size: 1rem;
  }
  .related_course_content {
    padding: 0;
  }

  .related_course {
    padding-top: 2rem;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .courese_container_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.1rem;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .courese_container_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.1rem;
  }
}

/* Related Course Section  media query end */

/* 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  */
