html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  overflow-x: hidden;
}

p {
  font-family: 'Lato', sans-serif;
}


/*Hero-area*/

.container {
  max-width: 1400px;
}

.navbar-brand img {
  height: 100px;
}

#hero {
  min-height: 100vh;
  background: url("img/deda-mraz-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar li a {
  color: white;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.navbar li a:hover {
  color: beige
}

.white-screen {
  max-width: 800px;
  margin: auto;
  border-radius: 15px;
  border: 12px solid snow;
  padding: 50px;
  margin-top: 80px;
  position: relative;
}

.hero-text-area h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: snow;
  margin-top: 80px;
}

.hero-text-area span {
  font-family: 'Pacifico', cursive;
  color: #FAE90A;
  font-size: 70px;
  display: block;
  margin-top: 20px;
}

.hero-text-area a {
  background-color: #FAC50A;
  color: black;
  padding: 12px 18px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 50px;
  display: inline-block;
  border-radius: 3px;
}

.hero-jelka {
  position: absolute;
  height: 650px;
  top: -100px;
  right: -320px;
}

/*section decembar*/

#decembar {
  background: #09121c;
  padding: 15px;
}

.decembar-deda-area {
  background-color: #750500;
  padding-top: 50px;
  padding-bottom: 0px;
  border-radius: 15px;
}

.deda-mraz-desktop {
  height: 600px;
  margin-left: -100px;
  margin-bottom: -15px;
}

.december-text-area {
  max-width: 560px;
  margin: auto;
}

.december-text-area h2 {
  color: snow;
  font-family: 'Pacifico', cursive;
  font-size: 45px;
}

.december-text-area p {
  margin-top: 30px;
  font-size: 18px;
  color: white;
}

.december-second-row {
  margin-top: -140px;
}

.decembar-gift-text-area {
  margin-top: 200px;
  max-width: 450px;
}

.decembar-gift-text-area h5 {
  font-size: 26px;
  color: white;
}

.decembar-gift-text-area a,
.jelka-text-area a,
.poklon-area-one-text a,
.poklon-area-two a {
  background-color: #FAC50A;
  color: black;
  padding: 12px 18px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 50px;
  display: inline-block;
  border-radius: 3px;
}


/*Jelka area*/

#jelka {
  background-color: #0c2d14;
}

#jelka img {
  max-height: 680px;
}

.jelka-text-area {
  margin-top: 130px;
}

.jelka-text-area h2 {
  font-family: 'Pacifico', cursive;
  font-size: 45px;
  color: snow;
}

.jelka-text-area p {
  color: snow;
  margin-top: 20px;
  font-size: 18px;
}

.jelka-text-area h5 {
  font-size: 25px;
  color: snow;
  line-height: 28px;
}

/*Jelka animacija*/

@keyframes twinkle {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.1;
  }
}

.tree {
  position: relative;
  display: inline-block;
}

.light {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('img/lampice.png') no-repeat center center;
  background-size: cover;
  animation: twinkle 1.5s infinite;
}


/*Poklon Area*/

#poklon {
  background: #09121c;
  padding: 40px;
}

.poklon-area-one {
  background: #750500;
  border-radius: 15px;
  padding: 30px;
}

.poklon-area-one img {
  width: 200px;
  margin-bottom: 30px;
}

.poklon-area-one-text {
  max-width: 650px;
  margin: auto;
}

.poklon-area-one-text h5 {
  color: snow;
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
}

.poklon-area-one-text p {
  color: snow;
  font-size: 18px;
  margin-top: 20px;
}

.poklon-area-one-text h2 {
  font-family: 'Pacifico', cursive;
  font-size: 45px;
  color: snow;
  line-height: 60px;
}

.poklon-area-two {
  padding-top: 50px;
}

.poklon-area-two img {
  max-width: 400px;
}

.poklon-area-two h5 {
  color: snow;
  font-size: 38px;
  font-weight: 700;
  line-height: 45px;
}

.poklon-area-two p {
  color: snow;
  font-size: 26px;
  margin-top: 50px;
}

.poklon-area-two h2 {
  font-family: 'Pacifico', cursive;
  font-size: 60px;
  color: snow;
  line-height: 60px;
  margin-top: 40px;
}

/*Kategorije*/

#kategorije {
  background: #112133;
  padding: 50px 10px;
}

#kategorije h5 {
  color: snow;
  font-size: 35px;
}

.kategorije-area div {
  text-align: center;
  margin-top: 80px;
}

.kategorije-area div img {
  height: 100px;
}

.kategorije-area div span {
  display: block;
  margin-top: 25px;
  color: rgb(202, 202, 202);
  font-size: 22px;
}

.kategorije-area a {
  text-decoration: none;
}


/*Galerija*/

#galerija {
  background: #09121c;
  padding: 50px 10px;
}

#galerija h2 {
  font-family: 'Pacifico', cursive;
  font-size: 45px;
  color: snow;
  line-height: 60px;
  text-align: center;
  margin-bottom: 50px;
}

/*Galerija*/

.gallery-block.grid-gallery{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block.grid-gallery .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block.grid-gallery .heading h2{
  text-align: center;
  color: #F9D51B;
  margin-bottom: 40px;
}

.gallery-block.grid-gallery a:hover{
  opacity: 0.8;
}

.gallery-block.grid-gallery .item img{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.gallery-block.grid-gallery .item{
  margin-bottom: 20px;
}

@media (min-width: 576px) {

  .gallery-block.grid-gallery .scale-on-hover:hover{
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}



@media (min-width: 576px) {

  .gallery-block.compact-gallery .item .description {
    opacity: 0; 
  }

  .gallery-block.compact-gallery .item a:hover .description {
    opacity: 1; 
  } 

  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.3);
    opacity: 0.7; 
  }
}

/*Footer*/

#footer {
  background: #09121c;
  padding: 50px 10px;
}

.footer-area {
  background: #0c2d14;
  border-radius: 15px;
  padding: 50px;
}

.footer-area-info {
  margin-top: 50px;
}

.footer-area-info img {
  width: 150px;
}

.footer-area-info h5 {
  color: snow;
  font-size: 25px;
}

.footer-area-info a {
  display: block;
  color: snow;
  text-decoration: none;
  font-size: 18px;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: #FAE90A;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

.poklon-mraz {
  display: none;
}
.button-center {
  text-align: center;
}


/*Naknadna sekcija*/
#sjajni {
  background-color: #112133;
}

#sjajni img {
  max-width: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
}
/*Responsive*/

@media screen and (max-width: 1500px) {
  .hero-jelka {
    position: absolute;
    height: 468px;
    top: 64px;
    right: -176px;
  }
}

@media screen and (max-width: 1300px) {
  #jelka img {
    max-height: 580px;
  }

  .jelka-text-area {
    margin-top: 93px;
  }

  .deda-mraz-desktop {
    height: 500px;
  }
}

@media screen and (max-width: 1150px) {
  .hero-jelka {
    position: absolute;
    height: 377px;
    top: 134px;
    right: -71px;
  }

  #jelka img {
    max-height: 500px;
  }

  .jelka-text-area {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .hero-text-area h2 {
    font-size: 30px;
  }

  .hero-text-area span {
    font-size: 55px;
  }

  .hero-jelka {
    position: absolute;
    height: 377px;
    top: 134px;
    right: 40px;
  }

  .deda-mraz-desktop {
    display: none;
  }

  .poklon-mraz {
    display: block;
    width: 100%;
  }

  #jelka img {
    width: 100%;
  }

  .poklon-area-two img {
    max-width: 100%;
  }

  .december-second-row {
    margin-top: 10px;
  }

  .decembar-gift-text-area {
    margin-top: 20px;
    max-width: 100%;
  }

}

@media screen and (max-width: 768px) {
  #hero {
    min-height: 520px;
    padding-bottom: 20px;
  }

  .white-screen {
    margin-top: 20px;
    padding: 15px;
  }

  .hero-text-area h2 {
    margin-top: 20px;
    position: relative;
    z-index: 500;
  }

  .hero-text-area span {
    font-size: 40px;
    margin-top: 5px;
  }

  .tree {
    display: none;
  }

  .hero-text-area a {
    margin-top: 15px;
  }

  .hero-jelka {
    position: absolute;
    height: 167px;
    top: 147px;
    right: 8px;
    opacity: 0.7;
  }

  .december-text-area h2 {
    font-size: 40px;
  }

  .decembar-gift-text-area h5 {
    font-size: 25px;
  }

  .decembar-deda-area {
    padding-bottom: 20px;
  }
  .jelka-text-area h2 {
    font-size: 40px;
  }
  .mobile-hide {
    display: none;
  }
  .jelka-text-area p {
    font-size: 18px;
  }
  #poklon {
    padding: 10px 0px;
  }
  .poklon-area-one {
    padding: 10px;
  }
  .poklon-area-one-text h2 {
    font-size: 40px;
  }
  .button-center {
    text-align: left;
  }
  .poklon-area-two h5 {
    font-size: 35px;
  }
  .poklon-area-two h2 {
    font-size: 40px;
  }
  #kategorije h5 {
    font-size: 30px;
  }
  #footer {
    padding: 10px;
  }

  .footer-area {
    padding: 10px;
  }
  .kategorije-area div {
    margin-top: 35px;
  }
  #decembar {
    padding: 10px;
  }
  .jelka-text-area h5,
  .poklon-area-two {
    display: none;
  }
  #sjajni img {
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}


/*Snow CSS*/

.snow-container {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  pointer-events: none;
}

.snowflake {
  position: absolute;
  background-color: white;
  border-radius: 50%;
  opacity: 0.8;
  pointer-events: none;
}

@keyframes fall {
  0% {
      opacity: 0;
      transform: translateY(0);
  }
  10% {
      opacity: 1;
  }
  100% {
      opacity: 0.5;
      transform: translateY(100vh);
  }
}

@keyframes diagonal-fall {
  0% {
      opacity: 0;
      transform: translate(0, 0);
  }
  10% {
      opacity: 1;
  }
  100% {
      opacity: 0.25;
      transform: translate(10vw, 100vh);
  }
}