@import url("http://fonts.cdnfonts.com/css/cocogoose");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #272a31;
}

html {
  background-color: #f5f5f5;
  font-family: "Lato", sans-serif;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "COCOGOOSE", sans-serif;
  text-align: center;
}

.container__header {
  width: 100%;
}

.top-nav {
  display: none;
  background-color: #3e3e3e;
  height: 25px;
  padding-right: 8rem;
}

.top-nav ul {
  margin: 0 auto;
  display: flex;
  align-items: center;
  list-style: none;
}

.top-nav ul > * > *,
.top-nav ul > * {
  color: #d3d3d3;
  font-size: 11px;
  text-decoration: none;
  font-weight: 900;
  text-shadow: 0.2px 0 #272a31;
  padding-left: 7px;
  margin-top: 3px;
  letter-spacing: 1px;
}

.top-nav ul > :first-child {
  margin-left: auto;
}

.hamburger-menu,
.desktop-navbar {
  padding: 1rem 2rem;
}

.hamburger-menu .hamburger-img,
.desktop-navbar .hamburger-img {
  height: 45px;
  font-size: 45px;
}

.hamburger-menu .hamburger-img:hover,
.desktop-navbar .hamburger-img:hover {
  cursor: pointer;
}

.collapse-list {
  position: absolute;
  list-style: none;
  background-color: #272a31;
  padding: 1rem 4rem;
  transform: scale(0);
  transition: transform 0.5s ease-in;
  transform-origin: 0 0;
}

.collapse-list li {
  margin: 2rem 0;
  clear: both;
  width: 90%;
}

.collapse-list .close-sign {
  width: 25px;
  float: right;
}

.collapse-list .close-sign:hover {
  cursor: pointer;
}

.collapse-list a {
  color: #d3d3d3;
  text-decoration: none;
}

.desktop-navbar {
  background-color: white;
  display: none;
  grid-template-columns: 1fr 4fr;
  padding: 16px 3rem;
}

.desktop-navbar a {
  width: max-content;
  display: flex;
  align-items: center;
}

.desktop-navbar a .desktop-logo {
  height: 30px;
}

.desktop-navbar ul {
  list-style: none;
  display: flex;
  height: 100%;
  grid-column: 2/3;
  margin-left: auto;
}

.desktop-navbar ul li {
  display: inline-flex;
  align-items: center;
  height: 100%;
  margin-left: 3rem;
}

.desktop-navbar ul li > * {
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  height: 100%;
}

.desktop-navbar ul li:last-of-type {
  border: 3px #ec5242 solid;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
}

.desktop-navbar ul li:last-of-type > * {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.desktop-navbar ul li:last-of-type:hover {
  background-color: #ec5242;
}

.desktop-navbar ul li:last-of-type:hover > * {
  color: #d3d3d3;
}

.desktop-navbar ul li .active-tab {
  color: #ec5242;
}

.partner {
  background-color: #414246;
  padding: 1rem;
}

.partner h3 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  position: relative;
  font-weight: 900;
  color: #a1a1a1;
  text-shadow: 0.4px 0 #a1a1a1;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.partner h3::after {
  content: '';
  height: 1px;
  width: 50%;
  position: absolute;
  background-color: #ec5242;
  bottom: -0.5em;
  left: 50%;
  transform: translateX(-50%);
}

.partner img {
  height: 40px;
  margin: 0 8px 8px 0;
}

.partner img:last-child {
  height: 40px;
  width: 140px;
  margin: 0;
}

.partner p {
  color: #a1a1a1;
  text-shadow: 0.4px 0 #a1a1a1;
  text-align: center;
}

footer {
  background-color: #d3d3d3;
  width: 100%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

footer .footer-description {
  font-size: 18px;
  display: inline-block;
  text-align: left;
  margin-left: 32px;
}

footer .desktop-footer__img {
  display: none;
}

@media screen and (min-width: 500px) {
  .collapse-list li {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .top-nav {
    display: block;
  }

  .desktop-navbar-container {
    width: 100%;
    background-color: #fff;
  }

  .hamburger-menu {
    display: none;
  }

  .desktop-navbar {
    display: grid;
    padding-right: 8rem;
  }

  .partner {
    display: block;
  }

  .partner h3 {
    padding-bottom: 8px;
  }

  .partner div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    margin: 0 auto;
  }

  footer {
    display: flex;
    background-color: #272a31;
  }

  footer .mobile-footer__img {
    display: none;
  }

  footer .desktop-footer__img {
    display: inline-block;
  }

  footer .footer-description {
    color: #d3d3d3;
  }
}

@media screen and (max-width: 1100px) {
  .top-nav,
  .desktop-navbar {
    padding-right: 1rem;
  }
}

.introduction {
  padding: 1rem 1rem 0 1rem;
  background-image: url("../images/introduction-bg.png");
}

.hello-msg.hello-msg {
  display: block;
  color: #ec5242;
  font-size: 24px;
  margin-bottom: 12px;
}

.introduction__header {
  font-size: 40px;
  letter-spacing: 3px;
  color: #ec5242;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-align: left;
  background-image: url("../images/text-bg.jpg");
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.introduction__description-container {
  border: 4px solid white;
  background-color: #f9f9f9;
  padding: 1rem;
}

.introduction__description {
  font-size: 16px;
}

.event-date {
  color: #4b4b4b;
  margin: 1rem 0 0;
  font-size: 32px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  text-align: left;
}

.event-location {
  display: block;
  color: #4b4b4b;
  font-size: 15px;
  margin: 16px 0;
}

.main-program {
  margin: 0 auto;
  padding: 2rem 1rem 1rem;
  background-image: url("../images/main-program-banner.png");
}

.main-program h3 {
  font-family: "Lato", sans-serif;
  width: max-content;
  margin: 0 auto;
  color: #fff;
  font-size: 25px;
  letter-spacing: 1px;
  position: relative;
}

.main-program h3::after {
  content: '';
  height: 1px;
  width: 30%;
  position: absolute;
  background-color: #ec5242;
  bottom: -0.5em;
  left: 50%;
  transform: translateX(-50%);
}

.main-program__container {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
}

.main-program__container .card {
  background-color: rgba(59, 62, 69, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 18%;
  padding: 1rem;
}

.main-program__container .card img {
  width: 1.875rem;
  flex-basis: auto;
}

.main-program__container .card .card-title {
  color: #ec5242;
  font-family: "COCOGOOSE", sans-serif;
  text-align: center;
  flex-basis: 110px;
  flex-grow: 2;
  font-size: 16px;
}

.main-program__container .card .card-description {
  font-size: 15px;
  color: #d3d3d3;
  flex-basis: 140px;
}

.main-program__container .desktop-see-program {
  display: none;
}

.main-program__container .join-btn {
  text-decoration: none;
  color: #d3d3d3;
  background-color: #ec5242;
  font-weight: 700;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  margin-top: 1rem;
}

.staff {
  padding: 1rem;
  background-color: #fff;
}

.staff .staff__headings {
  font-weight: normal;
  position: relative;
  margin-bottom: 4rem;
}

.staff .staff__headings::after {
  content: '';
  height: 2px;
  width: 50px;
  position: absolute;
  background-color: #ec5242;
  bottom: -0.5em;
  left: 50%;
  transform: translateX(-50%);
}

.staff .staff-container-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.staff .staff-container {
  display: grid;
  grid-template-columns: 3fr 6fr;
  gap: 1rem 2rem;
}

.staff .staff-container .staff-information {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.staff .staff-container .staff-information img {
  width: 80%;
}

.staff .staff-introduction {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.staff .staff-introduction .staff-name {
  font-weight: normal;
  font-size: 17px;
  text-align: left;
}

.staff .staff-introduction .job-title {
  text-transform: capitalize;
  color: #ec5242;
  position: relative;
  margin-bottom: 8px;
}

.staff .staff-introduction .job-title::before {
  content: '';
  height: 2px;
  width: 30px;
  position: absolute;
  bottom: -8px;
  left: 0;
  background-color: #d3d3d3;
}

.staff .staff-introduction .bio {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 30px;
  }

  .introduction {
    padding: 2rem 3rem;
  }

  .introduction .introduction__description-container,
  .introduction .event-date,
  .introduction .event-location {
    max-width: 700px;
  }

  .introduction .hello-msg.hello-msg {
    color: #ec5242;
    font-size: 40px;
    margin-bottom: 10px;
  }

  .introduction h1 {
    font-size: 65px;
    line-height: 70px;
    font-weight: normal;
    max-width: 1000px;
  }

  .main-program {
    height: 70vh;
    display: flex;
    flex-direction: column;
  }

  .main-program .main-program__container {
    flex-direction: row;
    height: 45vh;
    width: 70%;
    margin: 0 auto;
    justify-content: space-around;
  }

  .main-program .card {
    flex-direction: column;
    justify-content: space-around;
    margin-right: 10px;
    height: 230px;
    gap: 12px;
  }

  .main-program .card .card-title {
    flex-basis: auto;
    flex-grow: 0;
    display: inline-flex;
    align-items: center;
    text-align: center;
  }

  .main-program .card .card-description {
    flex-basis: 80px;
    flex-grow: 0;
    text-align: center;
    display: inline-flex;
    align-items: flex-start;
  }

  .main-program .desktop-see-program {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
  }

  .main-program .join-btn {
    display: none;
  }

  .staff {
    padding: 2rem 4rem;
  }

  .staff-container-wrapper.staff-container-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
