/* general styl */
* {
  padding: 0%;
  margin: 0%;
  object-fit: cover;
  box-sizing: border-box;
  font-family: "Urbanist";
}

::-webkit-scrollbar {
  display: none;
}
/* utility classes */

/* Prevent flicker when hovering */
.dropdown-hidden {
    display: none;
  }
  .dropdown-visible {
    display: block;
  }

.h2-title600 {
  font-family: "Bricolage Grotesque";
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: rgba(30, 30, 30, 1);
  letter-spacing: 0%;
}
.h2-title {
  font-family: "Bricolage Grotesque";
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: rgba(30, 30, 30, 1);
  letter-spacing: 0%;
}
.h2-title24 {
  font-family: "Bricolage Grotesque";
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: rgba(30, 30, 30, 1);
  letter-spacing: 0%;
  text-align: center;
}
.h2-title2 {
  font-family: "Bricolage Grotesque";
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: rgba(63, 47, 124, 1);
  letter-spacing: 0%;
  text-align: center;
}
.paragraph {
  font-weight: 700;
  list-style: 100%;
  font-size: 20px;
  letter-spacing: 0%;
  color: rgba(63, 47, 124, 1);
  background-color: rgba(193, 190, 250, 0.12);
  border-radius: 7px;
  padding: 7px;
}
.font1 {
  font-family: "Bricolage Grotesque";
}
/* header */
header {
  padding: 10px 45px;
}

header nav li {
  list-style: none;
}

header nav li a {
  font-size: 16px;
  font-weight: 500;
}
header nav a#scholarships {
  color: rgba(63, 47, 124, 1);
  font-weight: 700;
  border-bottom: 2px solid rgba(63, 47, 124, 1);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
header nav li a:active {
  color: rgba(63, 47, 124, 1);
  font-weight: 700;
  border-bottom: 2px solid rgba(63, 47, 124, 1);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

header div.portal a {
  background-color: rgba(63, 47, 124, 1);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  display: inline-block;
  font-size: 16px;
  padding: 10px 20px;
  color: rgba(255, 255, 255, 1);
  border-radius: 7px;
}

/* Latest News */
main section.news > div > div .tech h2 {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(61, 58, 121, 1);
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  line-height: 13px;
  letter-spacing: 0%;
}
main section.news > div div.top img {
  border-radius: 12px 12px 0px 0px;
}
main section.news > div > div .tech p {
  color: rgba(30, 30, 30, 1);
  font-family: "Bricolage Grotesque";
}
main section.news > div > div {
  border: 1px solid rgba(204, 204, 204, 1);
  padding: 2px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
main section.news > div > div .tech .more-details .read-more {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: rgba(30, 30, 30, 1);
}

/* leadership */
main section.faculty-leadership .leadership {
  display: grid;
}

main section.faculty-leadership .leadership h2 {
  background-color: rgba(75, 69, 102, 0.19);
}

/* About EUN */
main .about-eun h2 {
  font-family: "Bricolage Grotesque";
  font-weight: 700;
  line-height: 100%;
  color: rgba(30, 30, 30, 1);
  /* font-size: 48px; */
  text-align: center;
  margin-bottom: 20px;
}



main .about-eun .description p.statemet {
  color: rgba(125, 125, 125, 1);
}




/* Why Choose EUN */
main section.why-eun .details > div > div > div {
  background-color: rgba(193, 190, 250, 0.12);
  padding: 10px 9px;
}

main section.why-eun h2 {
  font-family: "Bricolage Grotesque";
  font-weight: 700;
  line-height: 100%;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(63, 47, 124, 1);
  font-size: 32px;
}
main section.why-eun .mission p {
  background-color: rgba(193, 190, 250, 0.12);
  padding: 10px;
}

main section.why-eun .details .overlap-img {
  box-shadow: 0px 0px 47px rgba(193, 190, 250, 0.2);
}

main section.why-eun .details > div > p:nth-child(3) {
  color: rgba(193, 190, 250, 1);
  padding: 12px;
  margin-top: 10px;
}

/* Our Programs/Roles after Course Listing */
main .our-programs .programs > div .description {
  border-radius: 16.48px;
}

main .our-programs .programs > div .description h2 {
  font-weight: 800;
  color: rgba(75, 69, 102, 1);
  font-size: 24px;
  text-align: center;
  background-color: rgba(75, 69, 102, 0.19);
  padding: 10px;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: "Bricolage Grotesque" !important;
}
main .our-programs .programs > div .description h3.description-header .cover {
  font-weight: 800;
  color: rgba(75, 69, 102, 1);
  font-size: 16px;
  text-align: center;
  padding: 10px;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: "Bricolage Grotesque" !important;
}
main
  .our-programs
  .programs
  > div
  .description
  h3.description-header
  .duration {
  font-weight: 800;
  color: rgba(68, 68, 68, 0.68);
  font-size: 16px;
  text-align: center;
  padding: 10px;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: "Bricolage Grotesque" !important;
}

main .our-programs .programs > div .description div > div.years p {
  font-weight: 500;
  color: rgba(15, 174, 39, 1);
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}
main .our-programs .programs > div .description div .years {
  border-left: 2px solid;
  border-left-color: rgba(193, 190, 250, 1);
  background-color: rgba(236, 235, 253, 0.13);
}
main .our-programs .programs > div .description div > div.info p {
  font-weight: 500;
  color: rgba(15, 174, 39, 1);
  font-size: 20px;
  line-height: 100%;
  text-align: left !important;
  letter-spacing: 0%;
}

main .our-programs .programs > div .description > div div.years h3 {
  color: rgba(61, 58, 121, 1);
  font-size: 20px;
  font-weight: 700;
  font-family: "Bricolage Grotesque";
  vertical-align: middle;
  text-align: center;
}
main .our-programs .programs > div .description > div div.years p {
  color: rgba(30, 30, 30, 1);
  font-size: 20px;
  font-weight: 700;
  font-family: "Bricolage Grotesque";
  vertical-align: middle;
  letter-spacing: 0%;
  /* text-align: center; */
}

main .our-programs .programs > div .description .more-details {
  font-weight: 500;
  color: rgba(30, 30, 30, 1);
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}
main .our-programs .programs > div .description .apply-now {
  font-weight: 700;
  color: rgba(30, 30, 30, 1);
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  background-color: rgba(255, 255, 255, 1);
  padding: 10px 9px;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 8px;
}
main .our-programs .admission-requirements {
  border-bottom: 2px solid transparent;
  margin: 40px 0;
  border-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(80, 66, 66, 1),
    rgba(250, 250, 250, 1)
  );
  border-image-slice: 1;
}

/* Important Dates and Deadline */
main .important-dates .events .info > div {
  border-left: 2px solid;
  border-left-color: rgba(193, 190, 250, 1);
  background-color: rgba(236, 235, 253, 0.13);
}
main .important-dates .events .info h2 {
  color: rgba(30, 30, 30, 1);
  font-size: 20px;
  font-weight: 700;
  font-family: "Bricolage Grotesque";
  vertical-align: middle;
  /* text-align: center; */
}

main .important-dates .events .info div h3 {
  color: rgba(61, 58, 121, 1);
  font-size: 20px;
  font-weight: 700;
  font-family: "Bricolage Grotesque";
  vertical-align: middle;
  text-align: center;
}
main .important-dates .events .info div p {
  color: rgba(30, 30, 30, 1);
  font-size: 20px;
  font-weight: 700;
  font-family: "Bricolage Grotesque";
  vertical-align: middle;
  letter-spacing: 0%;
  /* text-align: center; */
}
main section.important-dates .scholarships .description h2 {
  font-weight: 800;
  color: rgba(75, 69, 102, 1);
  font-size: 20px;
  /* text-align: center; */

  /* padding: 10px; */
  line-height: 100%;
  letter-spacing: 0%;
  font-family: "Bricolage Grotesque" !important;
}

main section.important-dates .scholarships .event-header p {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: rgba(30, 30, 30, 1);
}

/* Footer */
.footer {
    background-color: rgba(24, 22, 51, 1);
    /* padding: 64px 80px; */
    margin-top: 80px;
    justify-content: space-between;
    /* height: 447px; */
  }
  
  .footer-items {
    /* display: grid; */
    /* grid-template-columns: 1fr 2fr 1fr; */
    color: white;
    gap: 20px;
  }
/* ABOUT PAGE */
#about-eun {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  font-family: "Urbanist";
}
