:root {
  --shadow-dark: 0 2rem 6rem rgba(0, 0, 0, 0.3);
  --shadow-dark-small-spread: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
  --shadow-dark-thin-spread: 0 0.4rem 0.75rem rgba(0, 0, 0, 0.2);
  --shadow-light: 0 2rem 5rem rgba(0, 0, 0, 0.06);
  --line: 0.5px solid white;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

.heading-3 {
  line-height: 1.4;
}

.heading-3 {
  font-size: 2.5rem;
  font-weight: 400;
}

p {
  font-size: 1.5rem;
  font-weight: 400;
}

h1 {
  font-size: 3.5rem;
  font-weight: 500;
}

.container {
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.navbar {
  height: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar__svg--down-explore {
  transform: translateY(23%);
  fill: #fff;
}
.navbar__svg--down-all-course {
  transform: translateY(16%);
}
.navbar__svg--world {
  transform: translateY(15%);
}
.navbar__btn--switch-region {
  margin-right: 4rem;
}

#active-tag {
  background-color: #2771ff;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
}

.btn {
  line-height: 1.5;
  padding: 1.2rem 2rem;
  background-color: #fff;
  font-size: 1.8rem;
  border: none;
  border-radius: 7px;
  letter-spacing: 0.6px;
  font-family: inherit;
  font-weight: 400;
  cursor: pointer;
}

.btn-primary {
  background-image: linear-gradient(to bottom, #216fff, #5883fd);
  color: #fff;
}

.btn-light-grey {
  background-color: #f7f7f7;
  color: #4d4d4d;
}

.btn-link {
  color: #4d4d4d;
}

.btn-secondary {
  background-color: #fff;
  border: none;
  font-size: 1.9rem;
  border-radius: 9999px;
  padding: 0.45rem 2.5rem 0.45rem 2.5rem;
  color: #fff;
  font-weight: 500;
  font-family: inherit;
}
.btn-secondary .active {
  background-color: #2771ff;
}

.btn--course-card {
  padding: 0.4rem 3rem 0.4rem 3rem;
  border: none;
  border-radius: 3px;
  background-color: #E6E6E6;
  font-size: 1rem;
  font-family: inherit;
  color: #686666;
}

.btn__cta {
  background-color: #2771ff;
  color: #fff;
}

.logo {
  object-fit: cover;
  height: 7rem;
  width: 20rem;
  margin-left: 3.5rem;
}

.svg-md {
  width: 2rem;
  height: 2rem;
}

.svg-sm {
  width: 1.5rem;
  height: 1.5rem;
}

.svg-lg {
  width: 1.8rem;
  height: 1.8rem;
}

.svg-white {
  fill: #fff;
}

.search__input {
  line-height: 1;
  width: 40rem;
  font-family: inherit;
  font-weight: 400;
  font-size: 1.8rem;
  padding: 1rem 2rem;
  border-radius: 8px;
  border: 2.5px solid #efefef;
  color: #999999;
  background-color: #f7f7f7;
  margin-left: 1.5rem;
}
.search__svg {
  width: 2.2rem;
  height: 2.2rem;
  margin-left: -4.5rem;
  margin-right: auto;
  stroke: #cccccc;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
}

.divider {
  display: block;
  height: 1.6px;
  background-color: #cccccc;
}

.divider-horizontal {
  display: block;
  height: 1.6px;
  background-color: #cccccc;
}

.course-card {
  width: 90%;
  justify-self: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 0.8rem;
  overflow: hidden;
  display: grid;
  grid-template-rows: 16rem 1fr;
}
.course-card__content {
  padding: 4rem 1.2rem 1.5rem;
  grid-row: 2/-1;
  display: flex;
  flex-direction: column;
}
.course-card__title {
  font-weight: 500;
  font-size: 0.85rem;
  color: #666;
}
.course-card__heading {
  line-height: 1;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
}
.course-card__subtitle {
  font-size: 1.9rem;
  font-weight: 400;
  color: #333;
}
.course-card__info, .course-card__details {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
}
.course-card__buttons {
  display: flex;
  gap: 1rem;
}
.course-card__cover-img {
  width: 100%;
  height: 100%;
  align-self: center;
  justify-self: center;
  border-radius: 20px 20px 0 0;
  grid-row: 1/2;
  grid-column: 1/1;
}
.course-card__logo {
  width: 80%;
  height: 30%;
  grid-row: 1/2;
  grid-column: 1/1;
  justify-self: center;
  position: relative;
  z-index: 10;
  border-radius: 10px;
  overflow: hidden;
  transform: translate(0, 280%);
}
.course-card__logo--img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 11;
  position: relative;
  border-radius: 10px;
}

.banner__scaffolding {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner__img {
  width: 100%;
}
.banner__button--right {
  width: 6rem;
  height: 6rem;
  right: 3%;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
}
.banner__button--left {
  width: 6rem;
  height: 6rem;
  left: 3%;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
}

.collaboration {
  display: flex;
  flex-direction: column;
  padding: 4.5rem 0 4rem 0;
}
.collaboration__showcase {
  display: flex;
  justify-content: center;
  gap: 5rem;
}
.collaboration__logo {
  width: 10rem;
  height: auto;
  max-height: 5rem;
  object-fit: contain;
  display: block;
}
.collaboration__heading {
  display: flex;
  justify-content: center;
}
.collaboration__heading--secondary {
  text-transform: uppercase;
  color: #f08008;
  font-weight: 700;
}
.collaboration__more-text {
  font-size: 1.5rem;
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  column-gap: 0.5rem;
  align-items: center;
}
.collaboration__more-text::before, .collaboration__more-text::after {
  content: "";
  height: 1.6px;
  display: block;
  background-color: #cccccc;
}

.courses {
  display: grid;
  grid-template-columns: [left-gap-start] 1fr [left-gap-end subheading-start] 22rem [subheading-end divider-start] 1rem [divider-end cards-start] 130rem [cards-end right-gap-start] 1fr [right-gap-end];
  background-color: #f7fbff;
  padding: 2rem 0 2rem 0;
}
.courses__cards {
  grid-column: cards-start/cards-end;
  padding: 0 20rem 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 40rem 40rem;
  row-gap: 5rem;
}
.courses__option-bar {
  grid-column: 2/-2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
}
.courses__option-bar--vertical-divider {
  display: inline-block;
  height: 4rem;
  width: 1.6px;
  background-color: #666666;
}
.courses__vertical-divider--subheading {
  grid-column: 3/4;
  display: inline-block;
  height: 100%;
  width: 1.6px;
  background-color: #cccccc;
}
.courses-type-dropdown {
  background-color: #6776a8;
}
.courses__specialization-tag {
  color: #666666;
}
.courses h1 {
  font-size: 3rem;
}
.courses__horizontal-divider {
  grid-column: 2/-2;
}
.courses__heading {
  grid-column: 2/-2;
  margin-bottom: 1rem;
}
.courses__subheading {
  grid-column: 2/3;
  align-self: center;
}

/*# sourceMappingURL=style.css.map */
