/* 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;
}

/* Faculty News */
.routes ul li {
  display: inline;
}

.h2normal {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: rgba(30, 30, 30, 1);
    letter-spacing: 0%;
    /* text-align: center; */
  }
  .paragraph1 {
      font-weight: 500;
      font-size: 16px;
      line-height: 120%;
      color: rgba(30, 30, 30, 1);
      letter-spacing: 0%;
      /* text-align: center; */
  }
 
.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;
  box-shadow: 0px 4px 56px 0px rgba(193, 190, 250, 0.15);
}

header nav li {
  list-style: none;
}

header nav li a {
  font-size: 16px;
  font-weight: 500;
}
header nav li a:focus {
  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(69, 42, 19, 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;
  height: 245px;
  width: 100%;
}
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);
}
main section.news p.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;
}

/* BLOG POST STYLING */
section.blog-post ul li {
    list-style: disc !important;
    list-style-type: disc !important;
    list-style: circle;
}



/* 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 .details {
  border-width: 0px 0px 2px 0px;
  border-color: rgba(193, 190, 250, 1);
}

main .about-eun .details div.imgb {
  border-radius: 15px 15px 0px 0px;
  background-image: url("./images/About-EUN.jpg");
  background-position: center;
  background-size: cover;
}

main .about-eun .description .info > div {
  border-left: 2px solid;
  border-left-color: rgba(193, 190, 250, 1);
  background-color: rgba(236, 235, 253, 0.13);
}
main .about-eun .description p.statemet {
  color: rgba(125, 125, 125, 1);
}

main .about-eun .description .building-icon {
  background-color: rgba(61, 58, 121, 1);
  border-radius: 7px;
}
main .about-eun .description .building-icon + div h3 {
  color: rgba(61, 58, 121, 1);
  font-size: 36px;
  font-weight: 700;
  font-family: "Bricolage Grotesque";
  vertical-align: middle;
  text-align: center;
}
main .about-eun .description .building-icon + 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;
}

/* 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/Faculty Details */
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: 20px;
  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 p {
  font-weight: 500;
  color: rgba(30, 30, 30, 1);
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}
main .our-programs .programs > div.admission-requirements {
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1),
    rgba(80, 66, 66, 1),
    rgba(250, 250, 250, 1)
  );
  border-image-slice: 1;
}

main .our-programs div.browse-courses p {
  border-bottom: 2px solid rgba(193, 190, 250, 1);
}
main .our-programs div.browse-courses a {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
/* 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);
}

/* Admission Now Open */
main section.admission-open {
  background-image: url("./images/blog.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
}

main section.admission-open div.apply {
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 4px 49px 0 rgba(193, 190, 250, 0.15);
}
main section.admission-open div.apply h2 {
  font-family: "Bricolage Grotesque";
}
main section.admission-open .admission-dets {
  box-shadow: 0px 4px 49px 0px rgba(193, 190, 250, 0.15);
}

/* Upcoming Events */
main .upcoming-events .events .info > div {
  border-left: 2px solid;
  border-left-color: rgba(193, 190, 250, 1);
  background-color: rgba(236, 235, 253, 0.13);
}

main .upcoming-events .events .info h2 {
  color: rgba(30, 30, 30, 1);
  font-size: 24px;
  font-weight: 700;
  font-family: "Bricolage Grotesque";
  vertical-align: middle;
  /* text-align: center; */
}

main .upcoming-events .events .info .building-icon {
  background-color: rgba(61, 58, 121, 1);
  border-radius: 7px;
}
main .upcoming-events .events .info .building-icon + 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 .upcoming-events .events .info .building-icon + 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.upcoming-events .events-form .event-header h2 {
  font-family: "Bricolage Grotesque";
  font-size: 24px;
  font-weight: 700;
  color: rgba(30, 30, 30, 1);
}

main section.upcoming-events .events-form .event-header p {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: rgba(30, 30, 30, 1);
}

main section.upcoming-events .events-form .subscribe {
  background-color: rgba(61, 58, 121, 1);
  color: white;
  font-family: "Bricolage Grotesque";
  line-height: 100%;
  letter-spacing: -2%;
  font-size: 16px;
  font-weight: 600;
}

/* 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";
}
