@keyframes hideGallery {
  from {
    max-height: 500px;
  }
  to {
    max-height: 0;
  }
}
@keyframes showGallery {
  from {
    max-height: 0px;
  }
  to {
    max-height: 500px;
  }
}
@keyframes rotateIn {
  from {
    rotate: 0;
  }
  to {
    rotate: 90deg;
  }
}
@keyframes rotateOut {
  from {
    rotate: 90deg;
  }
  to {
    rotate: 0deg;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
}

select, option, button, input, textarea {
  font-family: "Poppins", sans-serif;
}

p {
  line-height: 150%;
}

h3 {
  line-height: 120%;
}

h2 {
  line-height: 110%;
  letter-spacing: -0.018em;
}

h1 {
  line-height: 100%;
  letter-spacing: -0.02em;
}

.sidetext {
  font-size: 1.4rem;
  color: #8C9093;
  margin-top: 10px;
}

.wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.highlighted {
  color: #cd2e2b;
}

.highlighted--bold {
  color: #cd2e2b;
  font-weight: bold;
}

.btn {
  background-color: #cd2e2b;
  padding: 1em 2em;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  font-size: 1.6rem;
  color: white;
  transition: background-color 0.3s;
  cursor: pointer;
}
.btn:hover {
  background-color: #af2624;
}

.section-padding {
  padding: 6em 1.5em;
}

.section-heading {
  position: relative;
  display: inline-block;
  font-size: 3rem;
}
.section-heading::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 25%;
  height: 5px;
  background-color: #cd2e2b;
  border-radius: 8px;
}

h1, h2, h3, h4, h5, h6 {
  color: #0f131f;
}

.news-category {
  padding: 0.3em;
  text-transform: uppercase;
  border-radius: 8px;
  color: white;
  font-size: 1.4rem;
}

.c-exhibition {
  background-color: #cd2e2b;
}

.c-event {
  background-color: #f36f21;
}

.c-contest {
  background-color: #1f6db5;
}

.c-other {
  background-color: #333333;
}

nav {
  padding: 1em;
  background-color: black;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}
nav .wrapper {
  display: flex;
  align-items: center;
}
nav .wrapper .nav-logo a {
  text-decoration: none;
  color: white;
  font-size: 2rem;
}
nav .wrapper .nav {
  display: none;
  position: relative;
}
nav .wrapper .nav .gallery-bar {
  position: absolute;
  overflow: hidden;
  top: 170%;
  left: 40%;
  width: 120px;
  max-height: 0;
  background-color: black;
  list-style: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
nav .wrapper .nav .gallery-bar a {
  display: block;
  text-decoration: none;
  color: white;
  padding: 0.5em;
  transition: color 0.3s;
  margin-bottom: 0.8em;
}
nav .wrapper .nav .gallery-bar a:hover {
  color: #cd2e2b;
}
nav .wrapper .nav-right {
  margin-left: auto;
  margin-right: 0.5em;
}
nav .wrapper .nav-right select {
  border: 2px solid white;
  background: none;
  color: white;
  padding: 0.2em;
  border-radius: 8px;
}
nav .wrapper .nav-right select option {
  color: black;
}
nav .wrapper .hamburger-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0.2em;
}
nav .mobile-nav {
  display: flex;
  padding: 2em;
  flex-direction: column;
  position: fixed;
  right: -100%;
  top: 0;
  height: 100dvh;
  width: min(15em, 100%);
  z-index: 10;
  background-color: black;
  transition: right 0.5s;
}
nav .mobile-nav .close-mobile {
  width: 40px;
  margin-bottom: 2em;
  cursor: pointer;
  margin-left: auto;
}
nav .mobile-nav .nav-item {
  text-decoration: none;
  color: white;
  margin: 1em 0;
}
nav .mobile-nav .nav-item:nth-child(4) {
  display: inline-flex;
}
nav .mobile-nav ul {
  max-height: 0px;
  overflow: hidden;
}
nav .mobile-nav ul li {
  margin-bottom: 1em;
}
nav .mobile-nav ul li a {
  text-decoration: none;
  color: white;
}
nav .mobile-active {
  right: 0;
}
nav .mobile-active .shadow {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.gallery-item, .gallery-nav {
  cursor: pointer;
}

.gallery-show {
  animation: showGallery 0.5s forwards;
}

.gallery-hide {
  animation: hideGallery 0.5s forwards;
}

.chevron-in {
  animation: rotateIn 0.3s forwards;
}

.chevron-out {
  animation: rotateOut 0.3s forwards;
}

header {
  position: relative;
  overflow: hidden;
  padding: 2em;
  height: 750px;
  display: flex;
  align-items: center;
  background-color: hsl(0, 0%, 0%);
  background-image: radial-gradient(at 27% 21%, hsl(145, 1%, 13%) 0px, transparent 50%), radial-gradient(at 80% 0%, hsl(136, 0%, 13%) 0px, transparent 50%), radial-gradient(at 11% 67%, hsl(136, 2%, 12%) 0px, transparent 50%), radial-gradient(at 79% 70%, hsl(271, 1%, 12%) 0px, transparent 50%), radial-gradient(at 0% 100%, hsl(136, 1%, 7%) 0px, transparent 50%), radial-gradient(at 80% 100%, hsl(136, 1%, 3%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(117, 0%, 0%) 0px, transparent 50%);
}
header .slider-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
  z-index: 0;
}
header .wrapper {
  position: relative;
  height: 100%;
  color: white;
  z-index: 1;
}
header .wrapper .header-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
header .wrapper .header-text h1 {
  background: linear-gradient(90deg, #ecebeb, #636363);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 3.6rem;
  line-height: 1.2;
}
header .wrapper .header-text p:first-of-type {
  font-style: italic;
  color: #8C9093;
}
header .wrapper .header-text p:first-of-type + p {
  margin: 1em 0;
  font-size: 1.8rem;
}
header .wrapper .header-text button {
  max-width: 300px;
  margin: 0 auto;
}

.news .wrapper .news-left .section-heading + p {
  margin: 1em 0;
  text-align: justify;
  max-width: 80%;
}
.news .wrapper .news-left a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #0f131f;
  font-weight: bold;
  margin-right: 5px;
}
.news .wrapper .news-left a:hover {
  text-decoration: underline;
}
.news .wrapper .news-right {
  margin-top: 3em;
}
.news .wrapper .news-right .news-card {
  padding: 1em;
  background-color: #F5F5F5;
  border-radius: 10px;
  border: 2px solid #0f131f;
  width: 100%;
  margin-bottom: 2em;
  cursor: pointer;
}
.news .wrapper .news-right .news-card:last-child {
  margin-bottom: 0;
}
.news .wrapper .news-right .news-card .news-details {
  position: relative;
  margin-bottom: 0.8em;
  width: 100%;
}
.news .wrapper .news-right .news-card .news-details img {
  position: absolute;
  right: -5px;
  top: -5px;
}
.news .wrapper .news-right .news-card-description {
  font-size: 1.4rem;
  text-align: justify;
}

.blog .blog-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3em;
  margin: 3em 0;
}
.blog .blog-container .blog-article-img img {
  border-radius: 10px;
  width: 100%;
}
.blog .blog-container .blog-article-body .blog-article-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
.blog .blog-container .blog-article-body .blog-data {
  color: #8C9093;
}
.blog .blog-container .blog-article-body .blog-article-title, .blog .blog-container .blog-article-body .blog-article-description {
  text-align: justify;
}
.blog .blog-container .blog-article-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5em;
}
.blog .blog-container .blog-article-footer a, .blog .blog-container .blog-article-footer .blog-article-time {
  display: flex;
  align-items: center;
}
.blog .blog-container .blog-article-footer a {
  text-decoration: none;
  color: #cd2e2b;
}
.blog .blog-container .blog-article-footer a:hover {
  text-decoration: underline;
}
.blog .blog-container .blog-article-footer .blog-article-time img {
  margin-right: 5px;
}
.blog a:last-child {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #0f131f;
  font-weight: bold;
  font-size: 2rem;
}
.blog a:last-child:hover {
  text-decoration: underline;
}

.hero {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url("../img/hero1-sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.hero-text {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  padding: 1em;
}
.hero-text h2 {
  background: linear-gradient(90deg, #ecebeb, #636363);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 3.6rem;
  line-height: 1.2;
}
.hero-text p {
  color: #8C9093;
  margin-top: 10px;
}

.contact .wrapper h3 {
  font-size: 2rem;
}
.contact .wrapper .contact-container {
  margin-top: 3em;
}
.contact .wrapper .contact-left .socials .socials-box {
  display: flex;
  margin: 1em 0;
  align-items: center;
}
.contact .wrapper .contact-left .socials .socials-box a, .contact .wrapper .contact-left .socials .socials-box span {
  font-weight: 500;
}
.contact .wrapper .contact-left .socials .socials-box a {
  text-decoration: none;
  color: black;
}
.contact .wrapper .contact-left .socials .socials-box a:hover {
  text-decoration: underline;
}
.contact .wrapper .contact-left .socials .socials-box div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #cd2e2b;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .wrapper .contact-right {
  margin-top: 3em;
}
.contact .wrapper .contact-right form {
  display: flex;
  flex-direction: column;
}
.contact .wrapper .contact-right form .form-box {
  display: flex;
  flex-direction: column;
  margin: 1em 0;
}
.contact .wrapper .contact-right form .form-box label {
  margin-bottom: 5px;
  font-weight: 500;
}
.contact .wrapper .contact-right form .form-box input, .contact .wrapper .contact-right form .form-box textarea {
  font-size: 1.6rem;
  padding: 0.8em;
}
.contact .wrapper .contact-right form .form-box textarea {
  resize: vertical;
  max-height: 500px;
}
.contact .wrapper .contact-right form .form-box .error-msg {
  margin-top: 5px;
  color: #af2624;
  visibility: hidden;
}
.contact .wrapper .contact-right form .btn {
  align-self: center;
}
.contact .wrapper .contact-right .form-status {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 1em;
  max-width: 600px;
  border-radius: 12px;
  font-size: 1.8rem;
  z-index: 10;
}
.contact .wrapper .contact-right .status-success {
  display: flex;
  background-color: hsl(143, 83%, 55%);
}
.contact .wrapper .contact-right .status-error {
  display: flex;
  background-color: hsl(9, 100%, 64%);
}

footer {
  width: 100%;
  text-align: center;
  background-color: black;
  color: white;
  padding: 0.5em;
}

@media (min-width: 500px) {
  header .wrapper .header-text button {
    margin-top: 3em;
  }
}
@media (min-width: 700px) {
  .blog .blog-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog a:last-child {
    font-size: 3rem;
  }
  .blog a:last-child img {
    width: 40px;
  }
}
@media (min-width: 802px) {
  html {
    scroll-padding-top: 65px;
  }
  nav .wrapper .nav {
    display: block;
    margin-left: auto;
    margin-right: 0.5em;
  }
  nav .wrapper .nav-item {
    text-decoration: none;
    color: white;
    margin: 0 1em;
    transition: color 0.3s;
  }
  nav .wrapper .nav-item:hover {
    color: #cd2e2b;
  }
  nav .wrapper .nav-item:nth-child(3) {
    display: inline-flex;
  }
  nav .wrapper .nav-right {
    margin: 0;
  }
  nav .wrapper .hamburger-menu {
    display: none;
  }
  header {
    background-image: none;
  }
  header .slider-bg {
    display: block;
  }
  header .wrapper .header-text {
    left: 0;
    transform: translateY(-50%);
    width: 58%;
    text-align: start;
  }
  header .wrapper .header-text button {
    margin: 0;
  }
  .news .wrapper {
    display: flex;
    gap: 2em;
  }
  .news .wrapper .news-left {
    max-width: 40%;
  }
  .news .wrapper .news-left a {
    font-size: 2rem;
  }
  .news .wrapper .news-right {
    margin-top: 0;
    width: auto;
    flex-grow: 1;
  }
  .blog .blog-container {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 3em;
  }
  .blog .blog-container .blog-article-body .blog-article-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5em;
  }
  .blog .blog-container .blog-article-body .blog-data {
    color: #8C9093;
  }
  .blog .blog-container .blog-article-body .blog-article-title, .blog .blog-container .blog-article-body .blog-article-description {
    text-align: justify;
  }
  .blog .blog-container .blog-article-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5em;
  }
  .blog .blog-container .blog-article-footer a, .blog .blog-container .blog-article-footer .blog-article-time {
    display: flex;
    align-items: center;
  }
  .blog .blog-container .blog-article-footer a {
    text-decoration: none;
    color: #cd2e2b;
  }
  .blog .blog-container .blog-article-footer a:hover {
    text-decoration: underline;
  }
  .blog .blog-container .blog-article-footer .blog-article-time img {
    margin-right: 5px;
  }
  .hero-text h2 {
    font-size: 5rem;
  }
  .contact .wrapper .contact-container {
    display: grid;
    grid-template-columns: 40% 1fr;
  }
  .contact .wrapper .contact-right {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .hero {
    background-image: url("../img/hero1.jpg");
  }
}
@media (min-width: 1200px) {
  .blog .blog-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .hero-text h2 {
    font-size: 6rem;
  }
  .hero-text p {
    font-size: 2rem;
  }
  header .wrapper .header-text p:first-of-type {
    font-size: 2rem;
  }
}
@media (min-width: 1300px) {
  header .wrapper .header-text h1 {
    font-size: 5rem;
  }
  .section-heading {
    font-size: 6rem;
  }
  .contact .wrapper h3 {
    font-size: 3rem;
  }
}
@media (min-width: 1800px) {
  header {
    background-position-y: 30%;
  }
  header .wrapper .header-text h1 {
    font-size: 6rem;
  }
  .blog .blog-container {
    grid-template-columns: repeat(4, 1fr);
  }
}/*# sourceMappingURL=style.css.map */