@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

html,body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'Poppins', Courier, monospace;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

body{
  background: url('Images/background.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#uvod, #nas_burcak, #slider, #carouselExampleCaptions, footer{
  display: none;
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

#uvod.visible, #nas_burcak.visible, #slider.visible, #carouselExampleCaptions.visible, footer.visible{
  display: block;
  opacity: 1;
  transform: translateY(0) scale(1);
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
}

.carousel{
  margin-top: 10%t;
}

#age-verification-overlay{
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.3s ease-out;
  overflow: hidden;
}

#age-verification-modal{
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

#dob-input{
  padding: 10px;
  font-size: 16px;
  margin: 10px 0;
  z-index: 10000;
}

button{
  background: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.custom-navbar {
  background: linear-gradient(to right, #011529, #03315f);
  color: white;
}

.nav-link{
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.navbar-brand img {
  height: 100px;
  width: auto;
}

#carouselExampleCaptions{
  margin-top: 2.5%;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.5);
  border-radius: 10px; 
  overflow: hidden; 
}

.carousel-item{
  transition: transform 0.75s ease-in-out, opacity 0.75s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.carousel-inner{
  overflow: hidden;
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active{
  transition: transform 0.75s ease-in-out;
}

.carousel-control-prev-icon, .carousel-control-next-icon{
  transition: opacity 0.3s ease-in-out;
}

.carousel-item img{
  transition: transform 0.75s ease-in-out;
}

.carousel-caption{
  transition: opacity 0.5s ease-in-out;
}

#uvod{
  width: 60%;
  margin-top: 10%;
  color: whitesmoke;
}

#uvod_nadpis{
  margin-bottom: 2%;
}

#nas_burcak{
  margin-top: 5%;
  width: 60%;
  margin-bottom: 5%;
  color: whitesmoke;
}

#nas_burcak_nadpis{
  margin-bottom: 2%;
}

#nas_burcak img{
  margin-top: 3%;
  margin-bottom: 3%;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.5);
}

footer{
  margin-top: 5%;
}

.social{
  margin-bottom: 2%;
}

.social a{
  font-size: 4.5rem;
  padding: 3rem;
}

.social a .fa-facebook{
  color: #1877F2;
}

.social a .fa-instagram{
  color: #E4405F;
}

.social a .fa-tiktok{
  color: whitesmoke;
}

#kontakt{
  color: whitesmoke;
}

#kontakt_nadpis{
  margin-top: 2%;
}

@media (max-width: 375px) {
  #uvod, #nas_burcak, footer{
    width: 100%;
  }

  #uvod{
    margin-top: 35%;
  }

  #nas_burcak{
    margin-top: 30%;
  }

  #nas_burcak img{
    margin-top: 15%;
  }

  #carouselExampleCaptions{
    margin-top: 15%;
  }

  footer{
    margin-top: 30%;
  }

  .navbar-brand img {
    height: 35px;
  }
}

@media (min-width: 376px) and (max-width: 650px) {
  #uvod, #nas_burcak, footer{
    width: 100%;
  }

  #uvod{
    margin-top: 45%;
  }

  #nas_burcak{
    margin-top: 30%;
  }

  #nas_burcak img{
    margin-top: 15%;
  }

  #carouselExampleCaptions{
    margin-top: 20%;
  }

  footer{
    margin-top: 30%;
  }

  .navbar-brand img {
    height: 40px;
  }
}

@media (min-width: 651px) and (max-width: 1030px) {
  #uvod, #nas_burcak{
    width: 80%;
  }

  #uvod{
    margin-top: 25%;
  }

  #nas_burcak{
    margin-top: 20%;
  }

  #nas_burcak img{
    margin-top: 15%;
    margin-bottom: 5%;
  }

  #carouselExampleCaptions{
    margin-top: 10%;
  }

  footer{
    margin-top: 10%;
  }
}

@media (min-width: 1031px) and (max-width: 1400px) {
  #uvod, #nas_burcak, footer{
    width: 100%;
  }

  #uvod{
    margin-top: 20%;
  }

  #nas_burcak{
    margin-top: 15%;
  }

  #nas_burcak img{
    margin-top: 15%;
    margin-bottom: 5%;
  }

  #carouselExampleCaptions{
    margin-top: 10%;
  }

  footer{
    margin-top: 10%;
  }
}

@media (min-width: 1401px) and (max-width: 4000px) {
  .navbar-brand img {
    height: 65px;
  }
}

.animate-in{
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.animate-in.visible{
  opacity: 1;
  transform: translateY(0);
}

hr{
  height: 2px;
  background-color: whitesmoke;
}

::-webkit-scrollbar{
  width: 4px;
  background: #0557a8;
}

::-webkit-scrollbar-thumb{
  background: red;
  border-radius: 10px;
}