/* 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-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;
  }
  
  .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 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;
  }
  
  /* Main */
  /* hero section */
  main .main {
    background-size: cover;
    background-position: center;
    background-image: url("./images/hero.jpg");
  
    width: 100%;
    /* height: 600px; */
  }
  
  main .overlay {
    /* height: 600px; */
    width: inherit;
    top: 0%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  }
  
  .main-content h2 {
    font-family: "Bricolage Grotesque" !important;
  }
  .main-content p {
    font-family: "Urbanist" !important;
  }
  
  /* General Styling for About EUN */
  main .about-eun h2 {
    font-family: "Bricolage Grotesque";
    font-weight: 700;
    line-height: 100%;
    color: rgba(61, 58, 121, 1);
    font-size: 32px;
    text-align: center;
  }
  
  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(30, 30, 30, 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 */
  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.courses-offered 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 {
    font-weight: 500;
    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  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%;
    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.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%;
  }
  
  /* Admission Now Open */
  main section.admission-open {
    background-image: url("./images/admission-img.jpg");
    background-size: cover;
    /* background-position: center; */
    height: 550px;
  }
  
  main section.admission-open div.apply {
    background-color: rgba(255, 255, 255, 0.1);
    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);
  }
  
  /* Latest News */
  main section.news > div > div .tech h2 {
    color: rgba(69, 42, 19, 1);
    background-color: rgba(245, 223, 204, 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);
  }
  /* 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";
  }
  