html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
}

h1 {
  font-size: 46pt;
  display: inline-block;
}

p {
  font-size: 20pt;
  font-family: "Nunito", sans-serif;
}

h3 {
  font-family: "Nunito", sans-serif;
  color: rgb(20, 34, 63);
}

.button,
button {
  font-family: "Nunito", sans-serif;
  font-size: 16pt;
  color: rgb(20, 34, 63);
  text-decoration: none;
  padding: 10px;
  border: 3px solid rgb(20, 34, 63);
  border-radius: 50px;
  background-color: white;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.button:hover,
button:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.button-2 {
  font-family: "Nunito", sans-serif;
  font-size: 16pt;
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding: 10px;
  border: 5px solid rgb(0, 0, 0);
  border-radius: 50px;
  background-color: rgb(255, 0, 0);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

button:hover {
  cursor: pointer;
  transform: scale(1.05);
}

#navbar {
  text-align: center;
  width: 100%;
  position: fixed;
  z-index: 999;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#heading {
  bottom: 0;
  text-align: center;
}

#bg {
  position: relative;
  top: 0;
  width: 100%;
}

#kuce {
  position: absolute;
  top: 0;
  z-index: 500;
  width: 100%;
}

#naslov {
  position: absolute;
  top: 0;
  z-index: 510;
  width: 100%;
}

#mjesec {
  position: absolute;
  top: 0;
  z-index: 520;
  width: 90%;
  transition: transform 2s ease-in-out;
  padding-left: 7%;
}

#koka {
  position: absolute;
  z-index: 520;
  width: 100%;
}

#autor {
  color: rgb(255, 238, 0);
  font-family: "Nunito", sans-serif;
  position: absolute;
  z-index: 530;
  width: 100%;
  padding-top: 42%;
}

#sadrzaj {
  padding-top: 5%;
}

#sadrzaj-child {
  padding-top: 5%;
}

#music {
  padding-top: 15%;
  position: relative;
  font-family: "Nunito", sans-serif;
  overflow: hidden;
}

#popis-pjesama-lista {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-bottom: 2%;
  font-family: "Nunito", sans-serif;
  font-size: 16pt;
}

#buy-now {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
}

#buy-now img {
  padding-top: 2%;
  width: 320px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#buy-now img:hover {
  transform: scale(1.1);
}

#o-autorici {
  text-align: center;
  padding-top: 5%;
}

#sponzori {
  text-align: center;
  padding-top: 5%;
  padding-bottom: 2%;
}

#footer {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: white;
  text-align: center;
  background-color: rgb(20, 34, 63);
}

#footer a {
  text-decoration: none;
  color: white;
}

#bottom {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 8pt;
  color: white;
  text-align: center;
  background-color: rgb(12, 20, 36);
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}

.container {
  text-align: center;
  border: 2px red;
}

.sticky {
  top: 0;
  width: 100%;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background-color: rgba(20, 34, 63, 0.5);
  z-index: 999;
  backdrop-filter: blur(5px) opacity(1);
  animation: backdropFadeIn 1s;
}

.hidden-list-item {
  display: none;
}

.inline-div {
  width: 40%;
  display: inline-block;
  vertical-align: text-top;
  text-align: center;
  border: 2px red;
}

.podnaslov {
  position: absolute;
  left: 50%;
  text-align: center;
  padding-top: 13%;
  transform: translate(-50%, -50%);
  font-family: "Nunito", sans-serif;
  color: rgb(20, 34, 63);
}

.podnaslov-2 {
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: rgb(20, 34, 63);
}

.podnaslov-3 {
  position: absolute;
  left: 50%;
  text-align: center;
  padding-top: 13%;
  transform: translate(-50%, -50%);
  font-family: "Nunito", sans-serif;
  color: rgb(20, 34, 63);
}

.podnaslov-4 {
  padding-top: 20%;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: rgb(20, 34, 63);
}

.background-image {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}

.sponzori-icons {
  vertical-align: middle;
  width: 150px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.sponzori-icons:hover {
  transform: scale(1.2);
}

.cards {
  display: flex;
  justify-content: center;
}

.footer-cols {
  width: 25%;
  border: 2px red;
  display: inline-block;
  margin: 0px;
  outline: none;
}

.footer-cols-inner {
  border: 2px black;
  border-radius: 25px;
  margin: 2%;
}

.footer-text {
  font-size: 10pt;
}

.social-media {
  width: 30%;
  padding: 1%;
  display: inline-block;
}

.social-media-icons {
  width: 30%;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.social-media-icons:hover {
  transform: scale(1.2);
}

.fade-in {
  animation: fadeIn 2s ease-in;
}

.animate-left {
  animation: animateLeft 0.6s;
}

.animate-top {
  animation: animateTop 1s;
}

.animate-right {
  animation: animateRight 1s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animateLeft {
  from {
    left: -200px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes animateTop {
  from {
    top: -500px;
  }
  to {
    top: 0;
  }
}

@keyframes animateRight {
  from {
    right: -200px;
  }
  to {
    right: 0;
  }
}

@keyframes backdropFadeIn {
  from {
    backdrop-filter: blur(5px) opacity(0);
  }
  to {
    backdrop-filter: blur(5px) opacity(1);
  }
}

@media only screen and (max-width: 1079px) {
  #shopping-bag-icon {
    width: 20px;
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: middle;
  }

  h1 {
    font-size: 32pt;
    display: block;
  }

  p {
    margin-left: 2%;
    margin-right: 2%;
    font-size: 20pt;
  }

  #mobile-navbar-wrapper {
    width: 100%;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  #mobile-navbar-container {
    display: flex;
    justify-content: center;
    gap: 5px;
  }

  #mobile-navbar-container a {
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
  }

  .mobile-nav-button {
    width: 30%;
    display: inline-block;
    border-radius: 50px;
    background-color: rgb(20, 34, 63);
    font-family: Alkatra, sans-serif;
  }

  .mobile-nav-button p {
    font-size: 10pt;
    color: white;
  }

  #navbar-container {
    display: none;
  }

  #autor {
    font-size: 16pt;
  }

  #music img {
    height: 100%;
    overflow: hidden;
  }

  #music-text-container {
    position: absolute;
    text-align: center;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #music-iframe-container {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .podnaslov {
    font-size: 10pt;
  }

  .podnaslov-2 {
    font-size: 18pt;
  }

  .podnaslov-3 {
    font-size: 18pt;
  }

  .podnaslov-4 {
    font-size: 18pt;
  }

  .footer-cols {
    width: 49.6%;
  }

  .cards {
    flex-wrap: wrap;
    margin: 0;
  }

  .inline-div {
    width: 100%;
    display: block;
  }

  .sponzori-container {
    padding-top: 2%;
  }
}

@media only screen and (min-width: 1080px) {
  #shopping-bag-icon {
    display: none;
  }

  #mobile-navbar-container {
    display: none;
  }

  #autor {
    font-size: 30pt;
  }

  #h1-veseli {
    padding-right: 5%;
  }

  #music img {
    width: 100%;
  }
  #music-text-container {
    text-align: center;
    transform: translate(20%);
  }

  #music-iframe-container {
    transform: translate(130%);
  }

  .podnaslov {
    font-size: 26pt;
  }

  .podnaslov-2 {
    font-size: 26pt;
  }

  .podnaslov-3 {
    font-size: 26pt;
  }

  .podnaslov-4 {
    font-size: 26pt;
  }

  .navbar-item {
    font-family: Alkatra, sans-serif;
    text-decoration: none;
    color: white;
    display: inline-block;
    border: 2px solid transparent;
  }

  .navbar-item-text {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-item:hover {
    list-style-position: inherit;
    border: 2px solid white;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    animation: fadeIn 0.5s;
  }

  .navbar-item img {
    width: 30px;
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 14px;
    padding-bottom: 13px;
    vertical-align: middle;
  }

  .music-inline {
    position: absolute;
    width: 40%;
    padding-top: 15%;
  }

  .sponzori-container {
    width: 19%;
    display: inline-block;
  }
}

#kontakt-heading img {
  position: fixed;
  z-index: -100;
  width: 100%;
}
#kontakt-heading h1 {
  font-size: 30pt;
}

#content {
  background-color: white;
  text-align: center;
  margin: 0 auto;
  font-family: "Nunito", sans-serif;
}

input[type="text"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 3px solid #ccc;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

input[type="text"]:focus {
  border: 3px solid #555;
}

textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 3px solid #ccc;
  border-radius: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

textarea:focus {
  border: 3px solid rgb(20, 34, 63);
}
