section .coursetitle {
  text-align: center;
  font-size: 1.7rem;
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-family: Arial;
  margin-top: 2rem;
}
section div .courseDiscription {
  text-align: left;
  color: black;
}

section .toolssection {
  background-color: rgba(250, 250, 250, 0.87);
}
section .toolssection .Tools-header {
  text-align: center;
  font-size: 1.8rem;
  color: black;
  font-weight: 700;
}
section .toolssection div .tools .tools-img img {
  width: 50px;
  height: 50px;
}
section .toolssection div .tools .tools-title {
  text-align: center;
  font-size: 1rem;
  color: black;
  font-weight: 600;
}

section .nav .nav-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
section .nav .nav-item .nav-link {
  color: #8444d5;
  font-size: 1.2rem;
  font-weight: 500;
}
section .nav .nav-item .active {
  margin-bottom: 5rem;
  background: linear-gradient(90deg, #ff2df5, #e038f0, #c13fe9, #a242e0, #8444d5, #6543c8, #4541ba, #1e3dab);
  color: white;
}

section .video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
section .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.career {
  margin-top: 3rem;
  margin-bottom: 3rem;
  box-shadow: 5px 5px 5px 5px #b6b5b5;
}
.career .career-section .career-header {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: black;
}
.career .career-section div .career-option div .bi {
  color: green;
  font-size: 1.5rem;
}
.career .career-section div .career-option div .job-title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: black;
  margin-left: 1.5rem;
  margin-top: 0.25rem;
}

.contact-section {
  margin-bottom: 5rem;
  background: linear-gradient(90deg, #ff2df5, #e038f0, #c13fe9, #a242e0, #8444d5, #6543c8, #4541ba, #1e3dab);
}
.contact-section .contact .contact-header {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: white;
}
.contact-section div .col-12 .form-control, .contact-section div .col-12 .form-select {
  margin: 1rem;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.2823529412);
  border: 0.5px solid rgb(255, 255, 255);
  border-radius: 1rem;
  color: white;
}
.contact-section div .col-12 .form-control option, .contact-section div .col-12 .form-select option {
  color: black;
}

section .image-container {
  margin-bottom: 1rem;
}
section .image-container .gellery-header {
  text-align: center;
  font-size: 1.8rem;
  color: black;
  font-weight: 700;
}
section .image-container .gallery-section div .col-lg-4 .card {
  padding: 0.5rem;
  border-radius: 1rem;
  margin: 1rem;
}
section .image-container .gallery-section div .col-lg-4 .card img {
  border-radius: 1rem;
}
section .image-container .gallery-section div .col-lg-4 .card:hover {
  background: linear-gradient(90deg, #ff2df5, #e038f0, #c13fe9, #a242e0, #8444d5, #6543c8, #4541ba, #1e3dab);
  transform: scale(1.2);
}/*# sourceMappingURL=styles.css.map */