html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16pt;
  background-color: rgb(0, 0, 0);
  font-weight: 300;
  overflow-x: hidden;
}

main {
  position: relative;
  z-index: 500;
  background-color: rgb(25, 25, 25);
}

.padding-80 {
  padding-top: 80px;
}

.padding-100 {
  padding-top: 100px;
}

.padded-main {
  padding-top: 100px;
  padding-bottom: 20px;
}

.no-content-warning {
  text-align: center;
}

.heading-img {
  width: 100%;
}

/* Container za sliku i tekst */
.background-image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-image: url("../images/royal-naslovna.png"); /* Tvoja slika */
  background-size: contain; /* Slika će uvijek pokriti cijeli container */
  background-position: center top; /* Centriraj sliku unutar containera */
  /* za parallax: background-attachment: fixed;*/
  background-repeat: no-repeat;
  display: flex;
  justify-content: center; /* Horizontalno centriranje */
  align-items: center; /* Vertikalno centriranje */
  overflow: hidden; /* Spriječi prelijevanje sadržaja */
}

@media screen and (min-width: 1024px) {
  .background-image-container {
    background-size: cover;
    aspect-ratio: 16 / 9;
  }
}

.background-image-container h1 {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: fixed;
  z-index: 2;
  color: white;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(218, 165, 32, 0.5);
  margin-bottom: 30%;
  padding-top: 50%;
  font-weight: 400;
  font-size: 8vw;
  letter-spacing: 1vw;
  transition: all 0.1s ease-out; /* Glatka animacija kretanja */
}

#welcome {
  background: rgb(245, 245, 245);
}

h2 {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 80px;
  color: white;
  text-align: center;
  font-size: 36pt;
  font-weight: 300;
  letter-spacing: 2px;
  margin: 0px;
  margin-bottom: 50px;
}

h4 {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  color: goldenrod;
  text-align: center;
}

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(237, 185, 25, 1),
    rgba(0, 0, 0, 0)
  );
}

.green-card h2 {
  color: goldenrod;
  text-align: center;
}

.cta-button-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.cta-button {
  padding: 20px;
  border-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(237, 185, 25, 1) 50%,
      rgba(0, 0, 0, 0) 100%
    )
    1;
  border-width: 4px;
  border-style: solid;
  text-decoration: none;
  color: black;
  font-weight: 200;
  letter-spacing: 2px;
  transition: all ease-in 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.cta-button .fa-arrow-right {
  opacity: 0;
  transition: all ease-in-out 0.3s;
}

.cta-button span {
  margin-left: -20px;
  transition: all ease-in-out 0.3s;
}

.cta-button:hover {
  border-image: linear-gradient(
      90deg,
      rgba(237, 185, 25, 0.15) 0%,
      rgba(237, 185, 25, 1) 50%,
      rgba(237, 185, 25, 0.15) 100%
    )
    1;
}

.cta-button:hover .fa-arrow-right {
  opacity: 1;
}

.cta-button:hover span {
  margin: 0px;
}

.instagram-media {
  min-width: 300px !important;
  width: 100% !important;
}

.green-card {
  padding: 2%;
  color: rgb(25, 25, 25);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 18pt;
}

.white-card {
  padding: 2%;
  background-color: rgb(245, 245, 245);
  color: #383838;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #ddd;
}

.transparent-card {
  padding: 2%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

#welcome ul {
  list-style: none;
}

#members {
  background-image: url("../images/glowing-comp.png");
  background-position: center;
  -webkit-background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 16 / 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  box-shadow: inset 0px 0px 10px black;
}

#repertoar {
  background-color: rgb(235, 235, 235);
}

#repertoar h2 {
  color: black;
}

.repertoar-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.genre-card {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  overflow: hidden;
}

.genre-card img {
  width: 100%;
  opacity: 0.5;
  transition: all ease-in-out 0.3s;
}

.genre-card:hover img {
  transform: scale(1.05);
  opacity: 0.7;
}

.genre-card .cta-button {
  padding: 20px;
  border-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(237, 185, 25, 1) 50%,
      rgba(0, 0, 0, 0) 100%
    )
    1;
  border-width: 4px;
  border-style: solid;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-weight: 400;
  letter-spacing: 2px;
  transition: all ease-in 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.genre-card h3 {
  position: absolute;
  font-size: 15vw;
  letter-spacing: 1vw;
  font-weight: 200;
  width: 100%;
  aspect-ratio: 16 / 9;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 200;
  color: rgba(0, 0, 0, 0.8);
  transition: all ease-in-out 0.3s;
}

.genre-card:hover h3 {
  color: rgba(0, 0, 0, 1);
}

.genre-detail-container {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  z-index: 201;
}

@media screen and (min-width: 1024px) {
  .genre-card {
    width: 50%;
    aspect-ratio: 16 / 9;
  }
  .genre-card h3 {
    width: 50%;
    font-size: 6vw;
  }
  .genre-detail-container {
    width: 50%;
    aspect-ratio: 16 / 9;
  }
}

/* ++++++++++ STRANICA REPERTOARA ++++++++++ */
.list-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.list-container ul {
  background-color: white;
  list-style: none;
  margin: 20px;
  padding: 20px;
  max-width: 1080px;
  min-width: 280px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.5);
}

.list-container li {
  margin: 5px;
  text-align: center;
}

#recent-videos {
  background-color: white;
}

#recent-videos h2 {
  color: goldenrod;
}

#recent-videos .row {
  background-color: white;
}

#recent-videos .row:nth-of-type(2) {
  flex-flow: row-reverse;
  flex-wrap: wrap;
}

.recent-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}

.description-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 5%;
  box-sizing: border-box;
}

.description-wrapper h3 {
  text-align: center;
  font-weight: 300;
}

.more-btn-wrapper {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.effect {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  background-color: rgb(21, 63, 50);
  font-size: 18px;
  padding: 20px 0px;
  width: 150px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
}

.effect.effect-2 {
  transition: all 0.2s linear 0s;
  color: white;
}
.effect.effect-2:before {
  content: "\f0a4";
  font-family: FontAwesome;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.642);
  color: rgb(21, 63, 50);
  font-size: 18pt;
  border-radius: 0px 0px 0px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.effect.effect-2:hover {
  text-indent: -30px;
  box-shadow: 0px 0px 10px rgba(21, 63, 50, 0.55);
}
.effect.effect-2:hover:before {
  right: 0;
  text-indent: 0px;
}

/* EFEKT NA LIJEVOJ STRANI */

.effect.effect-1 {
  transition: all 0.2s linear 0s;
}
.effect.effect-1:before {
  content: "\f0a5";
  font-family: FontAwesome;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.642);
  color: rgb(21, 63, 50);
  font-size: 18pt;
  border-radius: 0px 0px 0px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.effect.effect-1:hover {
  text-indent: 30px;
  box-shadow: 0px 0px 10px rgba(21, 63, 50, 0.55);
}
.effect.effect-1:hover:before {
  left: 0;
  text-indent: 0px;
}

/* FontAwesome ikonica ruke koja pokazuje lijevo \f0a5 */

.locations-list li {
  margin-top: 5px;
}

.post-card-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-card {
  width: 250px;
  padding: 0;
  margin: 20px;
  border-radius: 10px;
  text-align: center;
  background-color: rgba(245, 245, 245, 0.9);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  transition: all ease-in-out 0.2s;
}

.post-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.post-card h3 {
  height: 50px;
  font-size: 14pt;
}
.post-card-date {
  font-size: 12pt;
}

.post-card a {
  text-decoration: none;
  color: rgb(21, 63, 50);
}

.post-card-img-wrapper {
  width: 250px;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
}

.post-card img {
  width: 100%;
  transition: all ease-in-out 0.2s;
  display: block;
}
.post-card img:hover {
  transform: scale(1.1);
}

.facebook-post-wrapper {
  text-align: center;
  padding: 5px;
  display: flex;
  justify-content: center;
}

.curved-section {
  display: flex;
  flex-direction: column;
}

.top-shape {
  width: 100%;
}

.green-div {
  background-color: rgb(21, 63, 50);
}

#contact {
  background: url("../images/harmonike.png");
  background-size: cover; /* Slika će uvijek pokriti cijeli container */
  -webkit-background-size: cover;
  background-position: center; /* Centriraj sliku unutar containera */
  -webkit-background-position: center;
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 10px;
  box-shadow: inset 0px 0px 10px black;
}

#contact .row {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
  align-items: center;
}

.contact-form-wrapper {
  padding: 10px;
  display: flex;
  justify-content: center;
}

#contact form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 500px;
}

#contact input {
  height: 50px;
  margin-top: 10px;
}

#contact textarea {
  height: 150px;
  margin-top: 10px;
}

#contact button {
  background-color: rgb(237, 185, 25);
  padding: 15px;
  margin: 20px;
  border: 4px solid rgb(237, 185, 25);
  border-style: solid;
  text-decoration: none;
  color: white;
  font-weight: 200;
  letter-spacing: 6px;
  transition: all ease-in 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

#contact button:hover {
  letter-spacing: 8px;
  background-color: black;
  border-color: black;
}

#contact input,
#contact textarea {
  width: 100%;
  padding: 0px;
  text-indent: 10px;
  border: 2px solid black;
  box-sizing: border-box;
  background-color: transparent;
  transition: all ease-in-out 0.3s;
}

#contact input:focus {
  outline: none;
  height: 60px;
  border-color: rgb(237, 185, 25);
}

#contact textarea:focus {
  outline: none;
  height: 180px;
  border-color: rgb(237, 185, 25);
}

#contact h2 {
  color: black;
}

#contact .text-wrapper {
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#contact ul {
  list-style: none;
  padding: 0;
}

#contact li {
  margin-top: 10px;
}

#contact a {
  color: black;
  text-decoration: none;
  font-weight: 200;
  letter-spacing: 2px;
  transition: all ease-in 0.3s;
}

#contact a:hover {
  color: rgb(237, 185, 25);
}

#contact hr {
  display: block;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, #cccccc00, #333, #cccccc00);
  width: 50%;
}

.social-icons-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.social-icons {
  margin: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: transparent;
  color: white;
  font-size: 20pt;
  border: 5px solid black;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  transition: all ease-in-out 0.3s;
}

.social-icons:hover {
  border: 5px solid rgb(237, 185, 25);
  color: rgb(237, 185, 25);
}

/* ++++++++++ O NAMA STRANICA ++++++++++ */

.about-members-img-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.about-members-img-container img {
  width: 280px;
  display: block;
}

#about-alen,
#about-didi,
#about-drazen {
  margin: 10px;
}

#about-alen h2,
#about-didi h2,
#about-drazen h2 {
  color: black;
}
