/* OUR COURSES SECTION */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
.our-courses-section {
  height: 27rem;
  /* overflow-y: scroll; */
  background: #070057b3;
  position: relative;
}

details {
  position: relative;
  text-align: justify;
}

summary {
  cursor: pointer;
  margin: auto;
  display: inline;
  color: blue;
  text-decoration: underline;
}
.our-courses-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.our-courses__heading {
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-courses__heading h1 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  font-weight: bolder;
}

.our-courses__tabs-block {
  height: 75%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.our-courses__tab {
  width: 70%;
  height: 18%;
  display: flex;
  justify-content: center;
}

.tab-link {
  width: 20%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 2px solid #e8f4ff;
  cursor: pointer;
  transition: 0.4s linear;
}
.tab-link:hover {
  background-color: #e8f4ff;
}
.tab-link:hover span {
  color: #1e1d1f;
}
.tab-link img {
  width: 20%;
  height: 70%;
  margin-right: 0.75rem;
}

.tab-link span {
  color: #fff;
  font-family: "Readex Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 5rem;
}

.tab-link.active {
  background: #e8f4ff;
}

.tab-link.active span {
  color: #1e1d1f;
}

.tab-content {
  width: 70%;
  height: 80%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  color: white;
  flex-direction: column;
  transition: height 0.3s ease-in-out;
  overflow: scroll;
}

.tab-content p {
  color: #fff;
  text-align: justify;
  font-size: 0.78rem;
  /* font-weight: 300; */
  line-height: 1.5rem;
  background: #0b0a6d73;
  padding: 2%;
  border-radius: 5px;
}

/* ABOUT US SECTION */

.about_us_section_main_div {
  width: 100%;
  /* height: 18rem; */
  justify-content: space-evenly;
  align-items: center;
  display: flex;
  padding: 2% 0;
  background: #e8f4ff;
}

.industry_first_div {
  width: 50%;
}

.about_us_section_heading {
  color: #363636;
  font-family: "Montserrat", sans-serif;
  gap: 0.5rem;
  display: flex;
  align-items: center;

  font-style: normal;

  font-weight: bolder;
  font-size: 1.9rem;

  text-transform: capitalize;
}

.about_us_section_heading .span1:hover {
  color: #078348;
}

.about_us_section_heading .span2:hover {
  color: #c58011;
}

.about_us_section_heading .span3:hover {
  color: #68275e;
}

.industry_second_div {
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img_industry {
  filter: drop-shadow(1px 3px 5px #d1e1ed);
  float: right;
  position: relative;
  height: 80%;
  width: 84%;
}

.about_us_section_heading img {
  width: 30px;
}

.about_us_section_text {
  color: #363636;
  font-size: 0.81rem;
  line-height: 1.36rem;
  text-align: justify;
  margin-top: 1rem;
}

/* WHY CHOOSE US SECTION */

.career-service__heading {
  width: 100%;
  display: flex;
  justify-content: center;
}

.career-service__heading h2 {
  color: #1e1d1f;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 4rem;
  margin: 1.5rem 0;
}

.career-service__heading h2::after {
  content: "";
  width: 100%;
  height: 6px;
  background: #0a0080;
  display: block;
  position: relative;
  top: -0.5rem;
}

.Career_service_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem auto;
  width: 90%;
}

.title_career {
  font-weight: 600;
  font-size: 1.5rem;
  color: #363636;
  margin-bottom: 1.5em;
  border-bottom: 5px solid #ffd23f;
  padding-bottom: 0.2rem;
}

.career_services_sec {
  width: 81%;
}

.career_services {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 85%;
  margin-bottom: 2rem;
}

.Career_service_container .career_services:nth-child(even) {
  justify-content: flex-end !important;
}

.img_career_service {
  width: 117px;
  height: 118px;
}

.img_career_service .img {
  width: 82%;
  height: 100%;
  object-fit: contain;
}

.career_heading_title {
  color: #1e1d1f;
  font-weight: 500;
  font-size: 1.1rem;

  text-transform: capitalize;
  margin: 0.4em 0px;
  font-weight: 600;
  text-transform: capitalize;
}

.career_description {
  width: 89%;
  color: #433e3d;
  line-height: 1.2rem;
  font-size: 13px;
  font-weight: 500;
  text-align: justify;
}

.career_services_content {
  display: flex;
  background-color: #d9d9d9;
  width: 90%;
  justify-content: space-evenly;
  min-height: 138px;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  border-radius: 18px;
  padding: 1rem;
}

.career_services2 {
  background-image: linear-gradient(to right, #fff, #d9d9d9) !important;
  flex-direction: row-reverse;
}

/* CONTACT SECTION */

.contact-section {
  height: 15rem;
  background: #0a0080;
  display: flex;
}

.contact-section-part1 {
  width: 55%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.contact-section-part1 svg {
  width: 457px;
  height: 100%;
}

.contact-section-part1__desc {
  position: absolute;
  left: 18rem;
}

.contact-section-part1__desc h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.contact-section-part1__desc p {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 3rem;
}

.contact-section-part2 {
  width: 42%;
  height: 95%;
  margin: auto;
}

.contact-section-part2 .home-contact-form {
  width: 75%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  background: #ffffff3b;
  background: none;
  margin-inline: auto;
  border-radius: 4px;
}

.contact-section-part2 input {
  width: 60%;
  height: 15%;
  outline: 0;
  border-radius: 5px;
  background: #fff;
  margin-right: 0.5rem;
  padding: 5px;
  font-size: 1rem;
  border: none;
  display: none;
}

.contact-section-part2 input::placeholder {
  color: #1e1d1f75;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
  font-family: "Readex Pro", sans-serif;
}

.contact-section-part2 button {
  width: 50%;
  height: 16%;
  border-radius: 5px;
  background: #8e2978;
  border: 0;
  color: #fff;
  font-size: 1rem;
  font-family: "Readex Pro", sans-serif;
  font-weight: 400;
  cursor: pointer;
  transition: 0.4s linear;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-section-part2 button:hover {
  background: #fff;
  border: 1px solid #8e2978;
  color: #8e2978;
}
.contact-section-part2 button svg {
  display: none;
  fill: #8e2978;
}

.contact-section-part2 button:hover svg {
  display: block;
}
.contact-section-part2 .mobile-btn {
  display: none;
  /* display: block; */
}
.contact-section-part2 .desktop-btn {
  display: flex;
  /* display: none; */
}

@media screen and (max-width: 850px) {
  #course-video {
    display: none;
  }
  .our-courses-section {
    background-color: #0b0a6d;
  }
  .our-courses__heading h1 {
    font-size: 1.5rem;
  }
  .our-courses__heading {
    height: 14%;
  }
  .our-courses__tab {
    height: 10%;
    width: 94%;
    font-size: 1.5rem;
  }
  .tab-link {
    height: 100%;
    width: 45%;
  }
  .tab-link img {
    /* display: none; */
  }
  .tab-link span {
    font-size: 0.7rem;
    line-height: normal;
  }

  .industry_first_div {
    width: 95%;
    margin-inline: auto;
  }
  .industry_second_div {
    /* display: none; */
    width: 60%;
  }
  .about_us_section_text {
    padding: 2%;
  }

  .Career_service_container {
    margin: auto;
    width: 96%;
  }
  .career_services {
    width: 100%;
  }
  .career_services_content {
    /* flex-direction: column; */
    width: 100%;
    height: fit-content;
  }
  .img_career_service {
    width: 61px;
    height: 70px;
  }
  .career_heading_title {
    font-size: 0.81rem;
  }
  .career_services_sec {
    width: 100%;
  }
  .career_description {
    width: 100%;
    font-size: 11px;
    line-height: 0.79rem;
  }

  .contact-section {
    flex-direction: column;
    height: fit-content;
    padding: 0.5rem;
    text-align: center;
  }
  .contact-section-part1 {
    width: 96%;
    margin-inline: auto;
    margin-bottom: 1rem;
  }
  .contact-section-part2 {
    width: 98%;
    margin-inline: auto;
    padding-bottom: 2%;
  }
  .contact-section-part2 button {
    height: auto;
    padding: 4%;
  }
  .contact-section-part2 .mobile-btn {
    display: flex;
    font-size: 0.8rem;
    width: 45%;
    padding: 2%;
  }
  .contact-section-part2 .desktop-btn {
    display: none;
  }
  .contact-section-part1 svg {
    width: 135px;
    display: none;
  }
  .contact-section-part1__desc {
    top: 1rem;
    left: 0rem;
    position: static;
    margin-inline: auto;
    text-align: left;
  }
  .contact-section-part1__desc h2 {
    line-height: normal;
    font-size: 1rem;
    margin-bottom: 2%;
  }
  .contact-section-part1__desc p {
    line-height: normal;
    font-size: 0.75rem;
  }
  .about_us_section_heading {
    font-size: 1.5rem;
    justify-content: center;
  }
  .career-service__heading h2 {
    font-size: 1.5rem;
  }
  .contact-section-part2 .home-contact-form {
    background: none;
    /* align-items: normal; */
  }
  .contact-section-part2 input {
    display: none;
  }
  .about_us_section_main_div {
    flex-direction: column;
  }

  .tab-content {
    width: 94%;
  }

  .tab-content p {
    font-weight: 300;
  }
  .our-courses__tabs-block {
    padding-bottom: 3%;
  }
  .our-courses__tabs-block {
    padding-bottom: 3%;
  }
}
