/* HEADER */

.header {
  position: fixed;
  width: 100%;
  padding: 3.2rem 8rem;
  background-color: #fff8;
  backdrop-filter: blur(4px);
  z-index: 5;
  border-bottom: 1px solid #eee;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  margin-left: 4.8rem;
  height: 2.4rem;
  height: 2.4rem;
  transform: scale(3.5);
}

.nav-list {
  display: flex;
  list-style: none;
  gap: 4.8rem;
  font-size: 1.8rem;
  font-weight: 600;
}

.nav-link {
  text-decoration: none;
  color: #555;
  transition: 0.3s;
  font-family: sans-serif;
}

.nav-link:hover {
  color: #1c7ed6;
}

.nav-link::after {
  display: block;
  content: "";
  transition: 0.3s;
  background-color: currentColor;
  height: 2px;
  width: 0;
}

.nav-link:hover::after {
  width: 100%;
}

/* HERO SECTION */

.section-hero {
  padding: 12.8rem 0 9.6rem;
  background-image: url(../assets/img/heroBackground.jpg);
  background-size: cover;
}

.hero {
  margin: 0 auto;
  max-width: 140rem;
  padding: 8rem 4.8rem 6.4rem;
  align-items: center;
}

.hero-description {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #495057;
  margin-bottom: 4.8rem;
}

.hero-img {
  display: block;
  width: 100%;
  border-radius: 9px;
}

.hero-btn-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.hero-btn {
  text-align: center;
}

.hero-img-box {
  display: flex;
  flex-direction: column;
  border-radius: 9px;
  overflow: hidden;
}

.hero-grid {
  grid-template-columns: repeat(2, 1fr);
}

/* NEWS SECTION */

.section-news {
  /* display: none; */
  padding: 9.6rem 0;
}
.section-news:first-child {
  padding-bottom: 0;
}
.section-news:last-child {
  padding-top: 0;
}

.news-container {
  padding: 4.8rem;
  background-color: #c92a2a;
  border-radius: 5px;
}

.news-grid {
  grid-template-columns: 1fr;
  align-items: center;
}

.news-heading {
  color: #ffe3e3;
  font-size: 4.4rem;
  font-weight: 700;
  margin-bottom: 4.8rem;
}

.news-text {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #ffe3e3;
}

.news-img {
  max-height: 70%;
  border-radius: 5px;
}

/* QUICKLINKS SECTION */

.section-quicklinks {
  padding: 9.6rem 0;
}

.quicklinks-container {
  margin: 0 auto;
  padding: 0 4.8rem;
  max-width: 165rem;
}

.quicklink-container {
  row-gap: 9.6rem;
  justify-items: center;
  align-items: start;
}

.quicklink-grid {
  grid-template-columns: repeat(4, 1fr);
  row-gap: 12.8rem;
}

.quicklink {
  width: 100%;
  border-radius: 9px;
  overflow: hidden;
  background-color: transparent;
  /* border: 2px solid #1c7ed6; */
  box-shadow: 0 5px 10px #00000010;
  transition: 0.3s;
  cursor: pointer;
}

.quicklink-content-box {
  padding: 2.4rem;
}

.quicklink-btn {
  margin-top: auto;
  width: 100%;
}

.quicklink:hover .quicklink-img {
  transform: scale(1.1);
  filter: grayscale(0.2);
}

.quicklink-img {
  width: 100%;
  transform: scale(1.25);
  filter: grayscale(0.5);
  transition: 0.4s;
}

.quicklink-img-box {
  overflow: hidden;
}

.quicklink-title {
  text-align: center;
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
  padding: 2.4rem 0;
}

/* INFOS / DROPDOWN SECTION */

.section-infos {
  padding: 9.6rem 0;
}

.grid--accordion {
  grid-template-columns: 1fr 2fr;
  align-items: center;
}

.contact-title {
  display: block;
  font-size: 3rem;
  margin-bottom: 2.4rem;
  color: #333;
}

.contact-text p {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 3.2rem;
}

.contact-text a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #555;
  transition: 0.1s;
}

.contact-text a:hover {
  color: #333;
}

.map {
  width: 100%;
  height: 100%;
}

.accordion-text {
  color: #444;
  margin-top: 4.8rem;
  font-size: 1.6rem;
}

/* CREW SECTION */

.section-crew {
  padding: 9.6rem 0;
}

.crew-container {
  align-items: center;
  column-gap: 0;
  row-gap: 12.8rem;
}

.crew-img {
  width: 100%;
  transform: scale(1.07);
  filter: grayscale(0.1);
  transition: 0.4s;
}

.crew-img-box:hover .crew-img {
  transform: scale(1.02);
  filter: grayscale(0);
}

.crew-img-box:last-child {
  justify-self: end;
}

.crew-description {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #555;
}

.crew-img-box {
  width: 70%;
  border-radius: 9px;
  overflow: hidden;
}

/* TESTIMONIAL SECTION */

.section-testimonials {
  padding: 9.6rem 0;
  background-color: #f8f9fa;
}

.testimonial-box {
  align-self: start;
  padding: 2.4rem;
  border-radius: 9px;
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.07);
  transition: 0.2s;
}

.testimonial-box:hover {
  box-shadow: 0 10px 70px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}

.testimonial-icon {
  width: 2.4rem;
  height: 2.4rem;
  color: #fab005;
}

.testimonial-stars {
  display: block;
  margin-bottom: 1.2rem;
}

.testimonial-name {
  display: block;
  font-size: 2rem;
  color: #333;
  margin-bottom: 1.2rem;
}

.testimonial {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.6;
}

/* NEWSLETTER SECTION */

.section-newsletter {
  padding: 9.6rem 0;
}

.newsletter-grid {
  grid-template-columns: 3fr 2fr;
}

.newsletter {
  padding: 4.8rem;
  border-radius: 9px;
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.07);
  transition: 0.5s;
  overflow: hidden;
}

.newsletter:hover {
  box-shadow: 0 10px 70px rgba(0, 0, 0, 0.15);
}

.newsletter-content-box {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  transition: 0.3s;
}

.newsletter-text {
  justify-self: center;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #555;
}

.newsletter-form {
  row-gap: 2.4rem;
}

.newsletter-form label {
  display: block;
  font-size: 2rem;
  margin-bottom: 1.2rem;
  cursor: pointer;
}

.newsletter-form input,
.newsletter-form select {
  display: block;
  width: 100%;
  padding: 1.6rem;
  border-radius: 7px;
  border: 1px solid #888;
  background-color: #fff;
  font-family: inherit;
  font-size: 1.6rem;
  transition: 0.1s;
}

.newsletter-btn {
  width: 100%;
  margin-bottom: 0;
}

/* FOOTER */

.footer {
  border-top: 1px solid #eee;
  padding: 12.8rem 0;
}

.grid--footer {
  grid-template-columns: 1fr 1fr 1.5fr;
  margin-bottom: 4.8rem;
}

.footer-title {
  font-size: 2rem;
  margin-bottom: 4.8rem;
  color: #444;
  font-weight: 600;
}

.footer-list {
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 1.2rem;
}

.footer-list li {
  font-size: 1.4rem;
  color: #555;
  line-height: 1.6;
}

.footer-link {
  font-size: 1.4rem;
  display: block;
  text-decoration: none;
  color: #555;
  transition: 0.1s;
}

.footer-link:hover {
  color: #333;
}

.footer-copy {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 4.8rem;
  border-top: 1px solid #555;
  padding-top: 3.2rem;
}

.footer-extra {
  grid-column: 2;
}
.section-privacy-policy,
.section-imprint {
  padding: 9.6rem 0;
}

.section-privacy-hero,
.section-imprint-hero {
  text-align: center;
  padding: 15rem 0 12.8rem 0;
  background: url(../assets/img/heroBackground.jpg);
  background-size: cover;
  width: 100%;
  background-position: center;
}

.section-privacy-hero .section-title,
.section-imprint-hero .section-title {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imprint-table {
  font-size: 1.6rem;
}

.imprint-table td:first-child {
  border-right: 1px solid #3335;
}

.imprint-table td {
  color: #333;
}

.imprint-table tr {
  display: grid;
  grid-template-columns: 1fr 3fr;
  padding: 1.2rem;
}
