* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px !important;
}

:root {
  --font-display: "Montserrat", sans-serif;
  --font-body: "Poppins", sans-serif;

  --bg: #50135a;
  --gray: #1f1f1f;
  --fg: #fff;
  --white: #fff;
  --violet: #8000ff;

  --button: #6717b9;
  --box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1),
    0px 2px 4px -1px rgba(0, 0, 0, 0.06);

  --rounded-full: 999rem;
}
#main {
  margin-top: -8svh;
}
body {
  background: #42266e !important;
  font-family: var(--font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display) !important;
  font-weight: 900 !important;
}
h1 {
  font-size: 3rem !important;
}
h3 {
  font-size: 2.5rem !important;
  margin-bottom: 2rem !important;
}

.el-hero {
  width: 100% !important;
  height: 100vh !important;
  display: grid !important;
  place-content: center !important;
  color: var(--fg) !important;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25) !important;
  padding: 0 10rem !important;
  position: relative !important;
}

.el-hero .el-container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.el-container {
  max-width: 134rem !important;
  margin: 0 auto !important;
}

.el-hero-info {
  flex-basis: 55% !important;
}

.el-section-bg {
  position: absolute !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: -1 !important;
}

.el-hero-title {
  margin-bottom: 2.3rem !important;
  font-size: 3.8rem !important;
}

.el-hero-description {
  line-height: 2 !important;
  font-weight: 700 !important;
  font-size: 1.75rem !important;
  margin-bottom: 2.3rem !important;
}

.el-hero-ctl {
  display: flex !important;
  align-items: center !important;
  gap: 6.5rem !important;
}

.el-button {
  display: inline-block !important;
  padding: 0.9rem 2.3rem !important;
  background: var(--button) !important;
  font-size: 1.75rem !important;
  text-decoration: none !important;
  color: white !important;
  text-shadow: none !important;
  border-radius: 0.3rem !important;
  text-align: center !important;
  border: none !important;
  cursor: pointer !important;
}
.el-button:hover {
  opacity: 0.9 !important;
}
.el-button:active {
  opacity: 0.8 !important;
}

.el-hero-illustration img {
  height: 45rem !important;
}

/* SECTION 2: QUICK INFO */
.el-quick-info {
  --gap: 6rem;

  background: var(--gray);
  color: var(--fg);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: var(--font-display);
  text-align: center;
  padding: 4.2rem var(--gap);
  gap: var(--gap);
}
.el-quick-info p:not(p:last-of-type) {
  position: relative;
  margin-right: var(--gap);
}
.el-quick-info p:not(p:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-1 * var(--gap));
  width: 0.1rem;
  height: 3rem;
  background: var(--fg);
}

.el-section-title {
  max-width: 50rem;
  text-align: center;
  margin: 0 auto;
  font-size: 3.2rem;
  color: var(--fg);
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 1.5rem;
  line-height: 1.25;
}
.el-section-subtitle {
  font-family: var(--font-display);
  font-weight: bold;
  font-size: 1.75rem;
  color: var(--fg);
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);

  margin-bottom: 4.25rem;
}

/* Features */
.el-features {
  padding: 4rem 5rem;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: rgb(36, 15, 65);
  background: radial-gradient(
    circle,
    rgba(36, 15, 65, 1) 0%,
    rgba(18, 9, 33, 1) 100%
  );
}

.el-features-cards {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 3.2rem;
  flex-wrap: wrap;
  margin-bottom: 3.2rem;
}
.el-features-card {
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  background: var(--white);
  padding: 1.75rem 2.3rem;
  font-size: 1.4rem;
  border-radius: 0.8rem;
  box-shadow: var(--box-shadow);

  width: 16rem;
}
.el-features-card-img {
  width: 60%;
  margin-bottom: 1rem;
}

/* Experience Section */
.el-experience {
  padding: 9.5rem;
  width: 100%;
  text-align: center;
  position: relative;
}
.el-icon-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
  max-width: 110rem;
  margin: auto;
  margin-bottom: 6rem;
}
.el-icon-card {
  padding: 1.25rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.9rem;
  gap: 1.25rem;
  background: var(--white);
  border-radius: 0.75rem;
  box-shadow: var(--box-shadow);
  color: var(--fg-blue);
}
.el-icon-card img {
  height: 2.75rem;
  width: 2.75rem;
  object-fit: contain;
}

/* Timeline Section */
.el-timeline {
  padding: 10.5rem 10rem;
  text-align: center;
  background: rgb(36, 15, 65);
  background: radial-gradient(
    circle,
    rgba(36, 15, 65, 1) 0%,
    rgba(18, 9, 33, 1) 100%
  );
}

.el-timeline-container {
  position: relative;
}

.el-timeline-container::before {
  content: "";
  width: 0.25rem;
  height: 70%;
  background: var(--violet);
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
}

.el-timeline-item {
  position: relative;
  height: 18rem;
}
.el-timeline-item::before {
  content: attr(data-number);
  margin: 0 auto;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 999rem;
  background: var(--violet);
  display: grid;
  place-content: center;
  color: white;
  font-family: var(--font-display);
  font-weight: bold;
  font-size: 2.5rem;
  top: 5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.el-timeline-item-info {
  color: white;
  text-align: left;
  max-width: 40rem;
  left: calc(50% + 6rem);
  top: 2rem;
  position: absolute;
}
.el-timeline-item:nth-child(even) .el-timeline-item-info {
  right: calc(50% + 6rem);
  left: inherit;
  text-align: right;
}
.el-timeline-item-title {
  margin-bottom: 1rem;
}
.el-timeline-item-desc {
  font-size: 1.75rem;
}

/* Roles */
.el-roles {
  position: relative;
  padding: 10.5rem;
}
.el-roles .el-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.el-roles-info {
  text-align: left;
  color: white;
  width: 50%;
}

.el-roles .el-section-title {
  margin-left: 0;
  text-align: left;
}

.el-roles-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  width: 50%;
}

.el-roles-card {
  width: 25rem;
  background: #422fbb2d;
  backdrop-filter: blur(10px);
  padding: 2rem;
  border-radius: 1rem;
  color: white;
  text-align: center;
}
.el-roles-card-desc {
  font-size: 1.5rem;
}

.el-roles-card-title {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* start posting section */
.el-start-posting {
  padding: 10rem;
  position: relative;
}

.el-start-posting .el-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.el-start-posting .el-section-title {
  margin: 0;
  text-align: left;
}

/* FOOTEr */
footer {
  background-color: #000;
  color: #fff;
  padding: 5rem 15rem;
  font-size: 1.3rem;
  margin-top: 0rem;
}

.el-footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.el-footer-section {
  flex: 1;
  min-width: 250px;
  margin: 10px;
}

.el-footer-logo img {
  width: 150px;
}

.el-footer-section h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.el-footer-section ul {
  list-style-type: none;
}

.el-footer-section ul li {
  margin-bottom: 5px;
}

.el-footer-section ul li a {
  color: #fff;
  text-decoration: none;
}

.el-footer-section ul li a:hover {
  text-decoration: underline;
}

.el-social-media a {
  display: inline-block;
  margin-right: 10px;
}

.el-social-media img {
  width: 30px;
}

.el-office h4 {
  font-size: 1em;
  margin: 10px 0 5px 0;
}

.el-social-media {
  margin-top: 2rem;
}

form h3,
form label {
  color: #000 !important;
}

@media screen and (max-width: 1280px) {
  /* hero */
  html {
    font-size: 9px;
  }
  .el-hero-info {
    flex-basis: auto;
  }
  .el-hero-illustration {
    display: none;
  }

  .el-carousel-slide {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}

@media screen and (max-width: 1024px) {
  .el-quick-info {
    --gap: 4rem;
  }
  .el-carousel-slide {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .el-experience {
    padding: 5rem;
  }
  .el-experiential-learning-content img {
    display: none;
  }
  .el-uc {
    padding: 6rem;
  }
  .el-roles .el-container {
    flex-direction: column;
  }
  .el-roles-info {
    text-align: center;
  }
  .el-roles-info .el-section-title {
    margin: 0 auto;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .el-roles-info {
    width: 100%;
  }
  .el-roles-cards {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* hero */
  .el-hero {
    text-align: left;
  }
  .el-hero-ctl {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .el-hero-ctl .el-button {
    width: 100%;
  }
  .el-features {
    padding: 7.2rem 2.5rem;
  }

  /* footer */
  footer {
    padding: 5rem;
  }
  .el-footer-container {
    flex-direction: column;
    align-items: center;
  }

  .el-footer-section {
    text-align: center;
  }

  .el-social-media {
    justify-content: center;
  }
  .el-timeline {
    padding: 10rem 5rem;
  }
  .el-timeline-item {
    position: relative;
    height: 30rem;
  }
}

@media screen and (max-width: 640px) {
  html {
    font-size: 7px;
  }
  .el-hero {
    padding: 4rem 4rem;
  }
  .el-experience {
    padding: 4rem;
  }
  .el-start-posting .el-container {
    flex-direction: column;
    gap: 5rem;
  }
  .el-start-posting .el-section-title {
    margin: 0 auto;
    text-align: center;
  }
  .el-roles {
    padding: 0.5rem;
  }
  .el-features {
    padding: 7.2rem 1.5rem;
  }
}
