.home-container {
  position: relative;
  text-align: center;
  display: flex;
  width: 100%;
  height: 100vh;

  background-image: url('../assets/images/home_main.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-container::before {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: radial-gradient(transparent, rgba(0, 0, 0, 0.9));
}

.text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-top: 2rem;
}

.text-container .shadow-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.text-container a {
  color: white;
  margin-bottom: 2rem;
  font-size: 2rem;
  list-style: none;
  text-decoration: none;
  z-index: 4;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.514);
  padding: 1rem;
  border-radius: 10px;
}

.text-container p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: white;
  margin-bottom: 1.5rem;
  font-size: 3.5rem;
  z-index: 2;
  text-align: center;
}

.text-container h1 {
  color: rgb(252, 180, 47);
  font-size: 4rem;
  line-height: 1.15;
  z-index: 2;
}

.go-to-gallery-section {
  position: relative;
}

.text-image-rows-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: rgb(250, 250, 250);
}

.row-container {
  width: 100%;
  display: flex;
  min-height: 80vh;
  height: 90vh;
}

.text-part {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 50%;
  padding: 6rem 3rem;
}

.text-part h2,
h3 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 2.25rem;
  line-height: 1.4;
  color: rgb(252, 180, 47);
  display: flex;
  justify-content: center;
  text-align: center;
}

.text-part p {
  opacity: 0.8;
  letter-spacing: 0.3px;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 0 1.3rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.text-part p a {
  color: rgb(252, 180, 47);
}

.image-part {
  padding: 0px 3rem;
  display: flex;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.image-1 {
  background-image: url('../assets/images/row1.webp');
}
.image-2 {
  background-image: url('../assets/images/row2.webp');
}
.image-3 {
  background-image: url('../assets/images/row3.webp');
}
.image-4 {
  background-image: url('../assets/images/row4.webp');
}
.image-5 {
  background-image: url('../assets/images/row5.webp');
}
.image-6 {
  background-image: url('../assets/images/row6.webp');
}
.image-7 {
  background-image: url('../assets/images/row7.webp');
}
.image-8 {
  background-image: url('../assets/images/row8.webp');
}
.image-9 {
  background-image: url('../assets/images/row9.webp');
}
.image-10 {
  background-image: url('../assets/images/row10.webp');
}
.image-11 {
  background-image: url('../assets/images/row11.webp');
}

.overlay {
  background-color: black;
  position: relative;
}

.go-to-gallery-container {
  opacity: 0.7;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 70vh;
  color: rgb(250, 250, 250);
  background-image: url('../assets/images/go-to-gallery.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.go-to-gallery-text-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  width: 70%;
  height: 100%;
  position: absolute;
  top: 4px;
  left: 200px;
}

.go-to-gallery-text {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: white;
  font-size: 1.7rem;
  z-index: 2;
  line-height: 3.4rem;
}

.home-news-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: rgb(250, 250, 250);
  overflow: hidden;
}

.home-news-headers p {
  padding: 0 2rem;
  font-size: 1.4rem;
  text-align: center;
}

.home-news-headers {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 25vh;
}

.home-news-headers h3 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 5rem 0 1rem 0;
  font-size: 2.5rem;
  text-align: center;
}

.home-slide {
  min-width: 600px;
  margin: 15px 15px 15px 0;
}

/* ------------------------MEDIA------------------------ */
@media (max-width: 500px) {
  .home-slide {
    min-width: 390px;
    margin: 15px 10px;
  }

  .go-to-gallery-section {
    height: 80vh;
  }

  .go-to-gallery-text-container {
    left: 33px;
    width: 80%;
  }

  .go-to-gallery-text {
    line-height: 2rem;
  }

  .go-to-gallery-container {
    height: 80vh;
  }

  .text-container {
    margin: 6rem 2rem 0 2rem;
  }

  .text-container a {
    font-size: 1.5rem;
  }

  .text-container p {
    font-size: 1.5rem;
  }

  .text-container h1 {
    font-size: 2.5rem;
  }

  .row-container {
    flex-direction: column-reverse;
    height: auto;
  }

  .inverted-column {
    flex-direction: column;
  }

  .text-part {
    width: 100%;
    max-width: fit-content;
    padding: 1rem 2rem;
  }

  .text-part h2,
  h3 {
    font-size: 2rem;
    text-align: center;
  }

  .image-part {
    width: 100%;
    height: 400px;
    padding: 0;
  }

  .news-content {
    columns: 1 !important;
  }

  .home-news-headers {
    height: 30vh;
  }

  .home-news-headers h3 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 4rem 3rem 1rem 1rem;
    font-size: 1.5rem;
  }

  .home-news-headers p {
    padding: 0 2rem;
    font-size: 1.8rem;
  }
}

@media (501px <= width <= 1000px) {
  .go-to-gallery-section {
    height: 50vh;
  }

  .go-to-gallery-text-container {
    left: 75px;
    width: 80%;
  }

  .go-to-gallery-text {
    line-height: 2.8rem;
  }

  .go-to-gallery-container {
    height: 48vh;
  }

  .text-container {
    margin: 0 2rem;
  }

  .text-container p {
    font-size: 1.5rem;
  }

  .text-container h1 {
    font-size: 2.5rem;
  }

  .row-container {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }

  .inverted-column {
    flex-direction: column;
  }

  .text-part {
    width: 100%;
    max-width: fit-content;
    padding: 1rem 2rem;
  }

  .text-part h2,
  h3 {
    font-size: 2rem;
  }

  .image-part {
    width: 100%;
    height: 600px;
    padding: 0;
  }
}
