@import "https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.min.css";
:root {
  --color-primary: #027c41;
  --color-primary-100: #E0F2E9;
  --color-primary-300: #B3E0C9;
  --color-primary-700: #339F6E;
  --color-primary-900: #004D26;
  --color-white: #FFF;
  --color-black: #0A140A;
  --header-height: 100px;
}

@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Inter-Regular.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/Inter-Medium.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/Inter-Bold.ttf");
}
h1 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  color: var(--color-primary);
  margin: 0 0 32px 0;
}

h2 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.2;
  color: var(--color-primary);
  margin: 0 0 26px 0;
}

h3 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--color-black);
  margin: 0 0 22px 0;
}

h4 {
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--color-black);
  margin: 0 0 18px 0;
}

small {
  font-size: 0.9em;
}

hr {
  margin: 32px 0;
}

.image-description {
  margin-top: 0;
  font-style: italic;
}

a {
  display: inline-flex;
  color: var(--color-primary);
  font-weight: 600;
  transition: 0.3s;
  align-items: center;
}

a.btn {
  text-decoration: none;
  color: var(--color-white);
}

a.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.uppercase {
  text-transform: uppercase;
}

.text-danger {
  color: var(--red);
}

.text-muted {
  color: var(--color-light);
}

.text-title {
  color: var(--color);
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1300px) {
  .container {
    width: 90%;
  }
}
main:not(.full-height) {
  margin-top: var(--header-height);
  padding: 64px 0;
}

.m-0 {
  margin: 0;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 32px;
}

.mt-4 {
  margin-top: 64px;
}

.mv-3 {
  margin-block: calc(3 * 8px);
}

.d-flex {
  display: flex;
}

*, ::after, ::before {
  box-sizing: border-box;
}

html {
  width: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 1em;
  color: var(--color-black);
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

img, iframe {
  border: none;
  border-radius: 8px;
  object-fit: contain;
}

#presentation .container > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}

#presentation .container > div > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 48%;
}

#presentation .container img {
  height: max-content;
  max-width: 48%;
  width: 100%;
  margin-block: auto;
}

#history .people {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}

#history .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

#history iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  #presentation .container > div > div {
    max-width: 100%;
  }
  #presentation .container img {
    max-width: 100%;
  }
}
.club-100 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

.club-100 .description {
  flex: 1;
  min-width: 340px;
}

.club-100 img {
  width: 100%;
  max-width: 340px;
}

.committee {
  max-width: 800px;
  margin: 0 auto;
}

.committee > div {
  width: 100%;
  margin: 64px auto;
}

.committee img {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}

.director {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 64px;
}

.director img {
  height: auto;
  min-width: 400px;
  object-fit: contain;
}

.director .description {
  flex: 1;
  min-width: 340px;
}

.event {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 64px;
}

.event section {
  flex: 3;
  min-width: 440px;
}
.event section.event-details {
  flex: 1;
  min-width: 320px;
}

@media (max-width: 900px) {
  .event section {
    min-width: 100%;
  }
}
.musicians > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 64px;
  max-width: 800px;
}

.musicians img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 16px;
  display: block;
}

.music-school section.d-flex {
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
}

.music-school section.d-flex div {
  min-width: 340px;
}

.music-school table {
  width: max-content;
  max-width: 100%;
  margin: 32px auto 64px;
}

.music-school div.image-wrapper {
  flex: 1;
}

.music-school div.image-wrapper img {
  width: 100%;
  max-width: 340px;
}

.galleries {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 32px;
}

.galleries .gallery {
  max-width: 300px;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  color: var(--color-black);
}
.galleries .gallery img {
  display: block;
  max-width: 100%;
  width: 100%;
  transition: 0.3s;
  height: auto;
}

.galleries a.gallery {
  display: block;
}

.galleries h4 {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
}

.galleries .year {
  text-align: center;
  margin-top: 8px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.gallery .photo {
  flex-grow: 1;
}
.gallery .photo img {
  min-height: 100%;
  max-height: 100%;
  min-width: 100%;
  max-width: 300px;
  object-fit: cover;
  vertical-align: bottom;
}

.btn {
  padding: 8px 16px;
  border-radius: 6px;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-weight: 700;
  cursor: pointer;
  border: 1px solid var(--color-primary);
  --btn-color-hover-bg: var(--color-white);
  --btn-color-hover-txt: var(--color-primary);
}
.btn, .btn * {
  transition: 0.3s;
}
.btn * {
  margin: 0;
}
.btn i + * {
  margin-left: 8px;
}
.btn.btn-secondary {
  background-color: var(--color-white);
  color: var(--color-primary);
  --btn-color-hover-bg: var(--color-primary);
  --btn-color-hover-txt: var(--color-white);
}

.btn:hover {
  background-color: var(--btn-color-hover-bg);
}
.btn:hover, .btn:hover * {
  color: var(--btn-color-hover-txt);
}

.card {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border-radius: 8px;
  background-color: var(--color-primary-100);
  width: 500px;
  transition: 0.3s;
}
.card a {
  text-decoration: none;
}
.card:hover.clickable {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.card.clickable {
  cursor: pointer;
}

.card .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-around;
  margin-bottom: 32px;
}

footer {
  background-color: var(--color-primary-300);
  padding: 64px 0;
  margin: auto 0 0 0;
}

footer hr {
  border: 1px solid var(--color-black);
}

footer h4 {
  margin-bottom: 32px;
}

footer .btn {
  margin-top: 16px;
}

footer .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

footer .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}
footer .items .item {
  width: 25%;
  min-width: 200px;
  margin: 0 auto;
}

footer .socials {
  display: flex;
  gap: 16px;
  font-size: 1.8em;
}
footer .socials i {
  transition: 0.3s;
  font-weight: 700;
  color: var(--color-black);
}
footer .socials i[class*=youtube]:hover {
  color: #FF0000;
}
footer .socials i[class*=instagram]:hover {
  color: #C13584;
}
footer .socials i[class*=facebook]:hover {
  color: #1877F2;
}

footer .credits {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .credits p {
  margin: 0;
}

i {
  vertical-align: middle;
  font-size: 1.2em;
}

.hover-effect {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.hover-effect:hover img {
  transform: scale(1.05);
}

header {
  position: fixed;
  top: 0;
  height: var(--header-height);
  width: 100%;
  z-index: 1000;
  transition: 0.3s;
}

header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background-color: var(--color-primary-100);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.3s;
}

header.scrolled::after {
  opacity: 0.95;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-height: 100%;
}

header nav .logo h1 {
  color: var(--color-primary);
}

header nav .menu {
  list-style-type: none;
  display: flex;
  gap: 24px;
  font-weight: 700;
  cursor: pointer;
  align-items: center;
  transition: opacity 0.3s;
}

header nav a {
  text-decoration: none;
  color: inherit;
  display: block;
}

header nav ul {
  margin: 0;
  padding: 0;
}

header nav > ul > li:hover > a,
header nav > ul > li[aria-current] > a {
  color: var(--color-primary);
}

header nav > ul > li > a:not(.btn)::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-primary);
  border-radius: 4px;
  transition: 0.3s;
  opacity: 0;
}

header nav ul > li:hover > a::after,
header nav ul > li[aria-current] > a::after {
  opacity: 1;
}

header nav li ul {
  position: absolute;
  top: 70px;
  background-color: var(--color-white);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  border-radius: 8px;
  overflow: hidden;
}

@media (min-width: 1100px) {
  header nav li:hover ul {
    opacity: 1;
    visibility: visible;
  }
}
header nav li ul li {
  transition: 0.3s;
}
header nav li ul li:hover {
  background-color: var(--color-primary-900);
}
header nav li ul li a {
  padding: 16px;
}
header nav li ul li:hover a {
  color: var(--color-white);
}

header nav ul li i {
  display: none !important;
}

header nav .burger {
  display: none;
}
header nav .burger span {
  display: block;
  width: 24px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: var(--color-black);
}

@media (max-width: 1100px) {
  header nav .menu {
    position: fixed;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    top: 0;
    left: -100%;
    opacity: 0;
    background-color: rgba(224, 242, 233, 0.95);
    width: 100%;
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
  }
  header nav .menu.active {
    opacity: 1;
    left: 0;
  }
  header nav .burger {
    display: block;
    cursor: pointer;
    z-index: 1;
  }
  header nav .burger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  header nav .burger.active span:nth-child(2) {
    opacity: 0;
  }
  header nav .burger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  header nav li .menu-toggle {
    display: block;
  }
  header nav li ul.active {
    opacity: 1;
    visibility: visible;
    display: block;
    position: relative;
    top: 0;
    background: none;
    text-align: left;
    justify-content: start;
    border-radius: 0;
    box-shadow: none;
  }
  header nav li ul.active li {
    padding: 12px 0;
  }
  header nav li ul.active:hover li {
    background: none;
  }
  header nav li ul.active:hover li a {
    color: inherit;
  }
  header nav li ul.active:hover li a:hover {
    color: var(--color-primary);
  }
  header nav ul li i {
    display: inline-block !important;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}

table th, table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid var(--color-primary-300);
}

.timeline {
  position: relative;
}

.timeline::before {
  display: block;
  position: absolute;
  content: "";
  background-color: var(--color-primary);
  border-radius: 12px;
  width: 8px;
  top: 6px;
  height: 100%;
  left: 50%;
}

.timeline .item {
  width: 45%;
}
.timeline .item:not(:first-child) {
  margin-top: 128px;
}
.timeline .item:nth-child(odd) {
  margin-left: auto;
}

.timeline h3::before {
  display: block;
  position: absolute;
  content: "";
  background-color: var(--color-primary);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  left: calc(50% - 8px);
  margin-top: 5px;
}

.timeline .image-wrapper,
.timeline .video-wrapper {
  width: 100%;
  margin-bottom: 12px;
}

.timeline img {
  width: 100%;
}

@media (max-width: 900px) {
  .timeline::before {
    left: 8px;
  }
  .timeline .item {
    width: 100%;
    padding-left: 32px;
  }
  .timeline .item:nth-child(odd) {
    margin-left: 0;
  }
  .timeline h3::before {
    left: 0px;
  }
}

/*# sourceMappingURL=app.output.css.map */
