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

.banner {
  background: url("../images/banner.png") no-repeat center;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  padding: 23px;
  margin-top: -2rem;
}

.banner h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 4.375rem;
  line-height: 5rem;
  letter-spacing: -2.5px;
  color: #FFFFFF;
  margin-bottom: 8rem;
}

.banner .p-bold {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: -1px;
  color: #FFFFFF;
  opacity: 1;
}

.banner .p-bolder {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: -1px;
  color: #FFFFFF;
  opacity: 1;
}

.apply {
  background: url("../images/apply.png") no-repeat center;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  padding: 23px;
  margin-top: -2rem;
}

.apply h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 4.375rem;
  line-height: 5rem;
  letter-spacing: -2.5px;
  color: #A90533;
  margin-bottom: 2rem;
}

.apply h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #000000;
}

.apply .p-bold {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: -1px;
  color: #000000;
  opacity: 0.5;
  margin-bottom: 1rem;
}

.apply .p-bolder {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: -1px;
  color: #000000;
  opacity: 1;
}

.program-info {
  position: relative;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #A90533;
  width: 100%;
  text-align: center;
}

.program-info h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 30px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #A90533;
  text-align: center;
  letter-spacing: -1px;
  color: #A90533;
}

.program-info p {
  color: #000;
  font-size: 16px;
  margin-bottom: -1px;
}

.program-info span {
  font-weight: bold;
}

.program-info .timeslot {
  display: flex;
  flex-direction: row;
  color: #000;
  font-size: 16px;
  padding-left: 10px;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
}

.program-info .timeslot .p-timeslot {
  padding-left: 20px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  align-items: center;
  text-align: center;
  letter-spacing: -1px;
  color: #000000;
  opacity: 0.5;
}

.program-info .timeslot .p-timeslot-bold {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -1px;
  color: #000000;
}

.p-start-application-button {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  letter-spacing: -0.5px;
  color: #FFFFFF;
  background-color: #A90533;
  padding: 10px;
  padding-left: 24px;
  padding-right: 24px;
  min-width: 120px;
  gap: 5px;
}

.p-start-application-button:hover {
  background-color: #bd0639;
  color: #FFFFFF;
  text-decoration: none;
}

.program-info-wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.red-text {
  color: #A90533;
}

.container-fluid {
  max-width: 1440px !important;
}

.p-button {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  letter-spacing: -0.5px;
  color: #FFFFFF;
  background-color: #A90533;
  padding: 10px;
  padding-left: 24px;
  padding-right: 24px;
  min-width: 120px;
  gap: 5px;
}

.p-button:hover {
  background-color: #bd0639;
  color: #FFFFFF;
  text-decoration: none;
}

.red-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #A90533;
  transition: 0.1s;
}

.in-text-red-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -1px;
  color: #A90533;
}

.red-link:hover {
  color: #77102f;
}

.li-spacer-50 {
  gap: 50px;
}

.g-10 {
  gap: 10vh;
}

.g-20 {
  gap: 20px;
}

.g-40 {
  gap: 40vh;
}

.g-60 {
  gap: 60vh;
}

.enroll-now-button {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 8px;
  padding: 0.5rem;
}

.landing-page-section {
  height: 90%;
  margin-top: 1vh;
  margin-bottom: 1vh;
}

#s1 .row {
  margin-bottom: 5vh;
}

#s2 .row {
  margin-bottom: 5vh;
}

#s3 .row {
  margin-bottom: 5vh;
}

h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.5rem;
  letter-spacing: -2px;
  color: #A90533;
}

h6 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -1.6px;
  color: #000000;
}

p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -1px;
  color: #000000;
  opacity: 0.5;
}

.tech-spacer img {
  margin-bottom: 50px;
}

.tech-spacer h6 {
  margin-bottom: 20px;
}

#apps {
  background: #F1F1F1;
  border-radius: 20px;
  padding: 25px;
}

#apps background .app {
  margin-bottom: 20px;
}

#apps .tech-spacer img {
  margin-bottom: 20px;
}

#apps .tech-spacer h6 {
  margin-bottom: 20px;
}

.navbar {
  display: flex;
  align-items: center;
  margin-bottom: 5vh;
}

.navbar .navbar-nav {
  display: flex;
  align-items: center;
}

.navbar .navbar-nav .nav-link {
  margin-top: 10px;
}

.landing-page-section-3 {
  justify-content: center;
}

#courses-part-1 {
  margin-bottom: 6vh;
}

#courses-part-1 h6 {
  margin-bottom: 1vh !important;
}

#courses-part-1.programs .card ul {
  margin-top: 0.25rem;
  margin-bottom: 0 !important;
  padding: 0;
}

#courses-part-1.programs .card ul li {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: -0.8px;
  color: #000000;
  opacity: 0.5;
  margin-top: 0.25rem !important;
}

#courses-part-1.programs .text-black {
  color: #000000;
  opacity: 1;
}

#courses-part-1 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #E2E3E6;
  border-radius: 20px;
  min-height: -moz-fit-content;
  min-height: fit-content;
  height: 100%;
  padding-bottom: 1.25rem;
}

#courses-part-1 .card:hover {
  margin: 1px;
  border: 2px solid #A90533;
  transition: 0.3s ease-in-out;
}

#courses-part-1 .card:hover .card-title {
  color: #A90533;
}

#courses-part-1 .card .card-img {
  margin-bottom: 1rem;
}

#courses-part-1 .card .card-body {
  padding: 0 !important;
}

#courses-part-1 .card .card-text {
  margin-bottom: 0.1rem !important;
}

#courses-part-1 .card .card-title {
  font-size: 1.75rem;
  margin-bottom: 0 !important;
}

#courses-part-1 .card .program-page-card-title {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}

#courses-part-1 .card .program-page-card-description {
  margin-bottom: 0 !important;
}

#courses-part-1 .tech-spacer img {
  margin-bottom: 10px;
}

#courses-part-1 .tech-spacer h6 {
  margin-bottom: 32px;
}

#courses-part-2 {
  margin-bottom: 5vh;
}

#courses-part-2 h6 {
  margin-bottom: 1vh !important;
}

#courses-part-2.programs .card ul {
  margin-top: 0.25rem;
  margin-bottom: 0 !important;
  padding: 0;
}

#courses-part-2.programs .card ul li {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: -0.8px;
  color: #000000;
  opacity: 0.5;
  margin-top: 0.25rem !important;
}

#courses-part-2.programs .text-black {
  color: #000000;
  opacity: 1;
}

#courses-part-2 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #E2E3E6;
  border-radius: 20px;
  min-height: -moz-fit-content;
  min-height: fit-content;
  height: 100%;
  padding-bottom: 1.25rem;
}

#courses-part-2 .card:hover {
  margin: 1px;
  border: 2px solid #A90533;
  transition: 0.3s ease-in-out;
}

#courses-part-2 .card:hover .card-title {
  color: #A90533;
}

#courses-part-2 .card .card-img {
  margin-bottom: 1rem;
}

#courses-part-2 .card .card-body {
  padding: 0 !important;
}

#courses-part-2 .card .card-text {
  margin-bottom: 0.1rem !important;
}

#courses-part-2 .card .card-title {
  font-size: 1.75rem;
  margin-bottom: 0 !important;
}

#courses-part-2 .card .program-page-card-title {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}

#courses-part-2 .card .program-page-card-description {
  margin-bottom: 0 !important;
}

#courses-part-2 .tech-spacer img {
  margin-bottom: 10px;
}

#courses-part-2 .tech-spacer h6 {
  margin-bottom: 32px;
}

.learn-more-container {
  width: 100%;
  justify-content: center;
  display: flex;
}

.carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: visible;
}

.custom-testimonial {
  position: absolute;
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 64px;
  border-radius: 16px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  opacity: 0;
  display: none;
}

.custom-testimonial-0,
.custom-testimonial-2 {
  transform: scale(0.75);
  z-index: 1;
  background-color: #e9e9e9;
  filter: blur(2px);
  pointer-events: none;
}

.custom-testimonial-0 {
  left: 0%;
  display: flex;
}

.custom-testimonial-2 {
  right: 0%;
  display: flex;
}

.custom-testimonial-1 {
  transform: scale(1);
  z-index: 2;
  border-style: solid;
  border-color: #D7D7D7;
  border-width: 0.1rem;
  display: flex;
}

.arrow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  height: 48px;
  width: 48px;
  padding: 8px;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-size: 64px;
  cursor: pointer;
  z-index: 3;
  background-color: #A90533;
  border: solid #A90533;
  border-radius: 50%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.592);
}

.arrow-button:hover {
  background-color: #bd0639;
  color: #FFFFFF;
}

.left-arrow-button {
  left: calc(20% - 12px);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.right-arrow-button {
  right: calc(20% - 12px);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.left-arrow-image {
  filter: brightness(100);
  height: 24px;
  padding-right: 4px;
}

.right-arrow-image {
  filter: brightness(100);
  height: 24px;
  padding-left: 4px;
}

p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -1px;
  color: #000000;
  opacity: 0.5;
}

.quote {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: #000000;
  text-align: center;
  margin-top: 0px;
  opacity: 1;
}

.quote:hover {
  cursor: pointer;
}

.student-name {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0px;
}

.student-name:hover {
  cursor: pointer;
}

.student-grade {
  font-size: 1rem;
  margin-top: 0px;
  margin-bottom: 10px;
}

.profile-img {
  height: 33%;
  width: 33%;
}

.profile-img:hover {
  cursor: pointer;
}

.custom-testimonial-0,
.custom-testimonial-1,
.custom-testimonial-2,
.custom-testimonial-3,
.custom-testimonial-4,
.custom-testimonial-5 {
  opacity: 1;
}

#programs h5 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 2.375rem;
  line-height: 60px;
  letter-spacing: -1.6px;
  color: #000000;
}

#programs h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 2.375rem;
  line-height: 60px;
  letter-spacing: -1.6px;
  color: #000000;
}

#programs .card {
  border: 1px solid #E2E3E6;
  border-radius: 20px;
  min-height: 370px;
}

#programs .card .card-title {
  font-size: 1.75rem;
}

#programs .card.first {
  background: #F1F1F1;
  border: 1px solid transparent;
}

#programs .card:hover {
  margin: -3px;
  border: 4px solid #A90533;
  transition: 0.3s ease-in-out;
}

#programs .card:hover .program-color-change {
  color: #A90533;
  transition: 0.6 ease-in-out;
}

#programs .display-block {
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#programs .price-info {
  margin-top: 64px;
  border-top: 1px solid #E2E3E6;
  padding-top: 19px;
}

#programs .price-info .price {
  gap: 16px;
  align-items: center;
}

#programs .price-info .p-button {
  width: 64px !important;
  height: 64px !important;
  min-width: 64px;
  border-radius: 8px;
}

#programs .price-info .p-button:hover {
  background-color: #bd0639;
  color: #FFFFFF;
  text-decoration: none;
}

#programs .price-info .apply-p-button {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  height: 64px;
  border-radius: 8px;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  letter-spacing: -0.5px;
  color: #FFFFFF;
  background-color: #A90533;
  padding-left: 24px;
  padding-right: 24px;
}

#programs .price-info .apply-p-button:hover {
  background-color: #bd0639;
  color: #FFFFFF;
  text-decoration: none;
}

#programs .h7 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.8px;
  color: #000000;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

#programs ul {
  opacity: 0.5;
  margin-bottom: 1rem;
  align-items: top;
}

#programs ul li {
  margin-top: 0;
  margin-bottom: 1rem;
}

#instructors .row .bg-white,
#advisors .row .bg-white {
  background-color: #F1F1F1 !important;
}

#testimonials .spacer {
  margin-top: 7rem !important;
}

#testimonials .dialog_body {
  padding: 30px;
}

#testimonials .border-5,
#testimonials .border-w-5 {
  border-width: 5px !important;
}

#testimonials .border-white {
  border: 1px solid transparent;
  border-color: #fff !important;
}

#testimonials hr.hr-primary {
  border-top-color: #CC164D !important;
}

#testimonials em {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
}

#testimonials .font-weight-normal {
  font-weight: 400 !important;
}

#footer-container {
  background-color: #000000;
  min-height: 560px;
  min-width: 100%;
  overflow: visible;
  scroll-behavior: none;
  padding-top: 90px;
  padding-left: calc((100% - 1470px) / 2);
  padding-right: calc((100% - 1470px) / 2);
  padding-bottom: 32px;
  margin-top: 64px;
}

#footer-container footer {
  min-width: 1440px !important;
  display: flex;
  justify-content: center;
}

#footer-container h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  line-height: 70px;
  letter-spacing: -2px;
  color: #FFFFFF;
}

#footer-container p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 30px;
  letter-spacing: -1px;
  color: #FFFFFF;
  opacity: 1;
}

#footer-container li {
  color: #FFFFFF;
}

#footer-container a {
  color: #FFFFFF;
}

ul {
  -moz-column-count: 1;
  column-count: 1;
  -moz-column-gap: 10px;
  column-gap: 10px;
  list-style: none;
  margin-bottom: 48px;
  padding: 0;
}

ul li {
  color: #000000;
  margin-top: 14px;
}

ul li a {
  color: #000000;
  cursor: pointer;
}

ul li a:hover {
  text-decoration: underline;
}

.tabs {
  margin-bottom: 2.5vh;
}

.tab-btn {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 40px;
  color: #000000;
  background-color: transparent;
  margin-right: 24px;
  padding: 24px;
  border: none;
  padding-bottom: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  opacity: 1;
}

.tab-btn:hover {
  border-bottom: solid;
  color: #A90533;
  border-color: #A90533;
  border-width: 2px;
  margin-bottom: -2px;
}

.tab-btn.active {
  opacity: 1;
  border-bottom: solid;
  color: #A90533;
  border-color: #A90533;
  border-width: 2px;
  margin-bottom: -2px;
}

.tab-content {
  display: none;
}

.learn-more {
  align-self: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 64px;
  text-decoration: none;
  font-size: 1.5rem;
  border-radius: 16px;
  padding-left: 64px;
  padding-right: 64px;
}

#prerequisites {
  margin-bottom: 2vh;
}

#research {
  margin-bottom: 2vh;
}

#bootcamp {
  margin-bottom: 6vh;
}

#program {
  margin-bottom: 4vh;
}

@media (min-width: 320px) and (max-width: 768px) {
  .t-center {
    text-align: center;
  }

  #programs .p-button {
    min-width: 100%;
  }
}

@media (min-width: 1201px) {
  #apps {
    background: #F1F1F1 url("../images/research.png") center right/45% no-repeat;
  }
}

/*# sourceMappingURL=main.css.map */