* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "open-sans";
}

.hero {
  width: 100%;
  background: url(img/hero.svg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.title {
  color: #fff;
  text-align: center;
  /* heading_01 */
  font-family: "verveine";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 130px; /* 135.417% */
  max-width: 846px;
  margin: 0 auto;
  padding-top: 30px;
}

.flex {
  display: flex;
  width: 100%;
  max-width: 1195px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

.flexitem {
  width: 25%;
}

.herolead {
  color: #fff;
  text-align: center;

  /* body_01 */
  font-family: "open-sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.heroprod {
  width: 505.492px;
  height: 620px;
  flex-shrink: 0;
  aspect-ratio: 505.49/620;
}

.subtitle {
  color: var(--dark-blue, #002c55);
  text-align: center;
  font-family: "verveine";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 70px;
}

.pt0 {
  padding-top: 0;
}

.porukegrid {
  padding: 3rem 0 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 90%;
  max-width: 1195px;
  margin: 0 auto;
}

.poruka {
  padding: 1rem;
}

.porukaimg {
  width: 100%;
}

.poruka-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.prigode {
  margin-top: -18rem;
}

.btnholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 6rem;
}

.lead,
.porukatxt {
  color: #000;
  text-align: center;
  /* body_01 */
  font-family: "open-sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 520px;
  margin: 0 auto;
  padding-top: 24px;
}

.porukatxt {
  min-height: 96px;
  max-height: 96px;
  overflow: hidden;
}

.genblock {
  border-radius: 25px;
  border: 1px solid #da000d;
  background: #da000d;
  width: 90%;
  max-width: 954px;
  margin: 0 auto;
  margin-top: 79px;
  position: relative;
  padding: 70px 0 140px 0;
  min-height: 800px;
}

.btn {
  border-radius: 20px;
  background: var(--red, #da000d);
  display: flex;
  width: 313px;
  height: 66px;
  justify-content: center;
  align-items: center;
  color: #fff;
  /* button */
  font-family: "open-sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  outline: none;
  border: none;
  margin: 2rem auto 0 auto;
  cursor: pointer;
  text-align: center;
}

.sharebtns {
  width: 260px;
  margin: 0 auto 1rem auto;
}

.genslide {
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  height: 100%;
  display: none;
  padding: 0.4rem;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin: 0 auto;
  min-height: 600px;
}

.is-showing {
  z-index: 1;
  display: block;
}

.white {
  color: #fff;
}

.nagrade {
  background: #002c55;
  padding: 0;
  font-size: 0;
  margin-top: -22rem;
}

.prize {
  width: 100%;
  max-width: 1049px;
  margin: 0 auto;
  display: block;
  padding: 4rem 0;
}

/*animations*/

.animate-out {
  transform: translateX(-100%);
  opacity: 0;
}

.animate-in {
  animation: in 300ms ease-in-out forwards;
  display: block;
}

#pozivnica {
  max-height: 400px;
  object-fit: contain;
  border-radius: 25px;
}

.dwnld {
  display: block;
  width: 100%;
  position: relative;
}

.dlico {
  position: absolute;
  right: 1rem;
  bottom: 2rem;
}

.rezinfo {
  width: 45%;
  padding-top: 3rem;
}

.reztitle {
  color: #fff;
  text-align: center;
  font-family: "verveine";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hash {
  color: var(--dark-blue, #002c55);
  text-align: center;

  /* body_01_bold */
  font-family: "open-sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@keyframes in {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

.minititle {
  color: #fff;
  text-align: center;

  /* heading_03 */
  font-family: "verveine";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.slidebtns {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 465px;
  margin: 0 auto;
  gap: 1rem;
  padding-top: 2rem;
}

.rowbtns {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slidebtn {
  display: flex;
  width: 465px;
  height: 76px;
  padding: 24px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--dark-blue, #002c55);
  border-radius: 25px;
  background: var(--light-yellow, #fffdeb);
  /* body_01_bold */
  font-family: "open-sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  outline: none;
  border: none;
  cursor: pointer;
}

.rowbtns .slidebtn {
  width: 40% !important;
}

.fixeprod {
  position: absolute;
  right: -3rem;
  bottom: -3rem;
}

.slide-indicators {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}

.fineprint {
  text-align: center;
  color: #fff;
  padding: 28px 0 0 0;
  line-height: 1;
  font-size: 12px;
  font-style: italic;
}

.indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid white;
  margin: 0 4px;
  background-color: transparent;
  transition: background-color 0.3s;
}

.indicator.active {
  background-color: white;
}

.genproducts {
  width: 100%;
  display: block;
  max-width: 360px;
  margin: 3rem auto 0 auto;
}

.generator {
  padding-bottom: 3rem;
}

.textbox {
  display: flex;
  width: 465.097px;
  height: 103px;
  padding: 2rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 25px;
  background: var(--light-yellow, #fffdeb);
  outline: none;
  border: none;
  margin: 2rem auto 0 auto;
  color: rgba(0, 44, 85, 0.5);

  /* body_01_bold */
  font-family: "open-sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.textbox::-webkit-scrollbar {
  display: none;
}

.selectcustom {
  margin: 2rem auto 0 auto;
  display: block;
  padding: 1rem;
  background: #fffdec;
  border-radius: 1rem;
  outline: none;
  border: none;
  color: rgba(0, 44, 85, 0.5);

  /* body_01_bold */
  font-family: "open-sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.textboxmini {
  height: 10px;
}

::placeholder {
  color: rgba(0, 44, 85, 0.5);

  /* body_01_bold */
  font-family: "open-sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.btncreate {
  width: 313px;
  height: 66px;
  flex-shrink: 0;
  border-radius: 20px;
  background: var(--dark-blue, #002c55);
  color: #fff;

  /* button */
  font-family: "open-sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 2rem auto;
  display: block;
}

.poruke {
  background: #84c4f0;
  font-size: 0;
  padding: 0;
  margin-top: -16rem;
}

.singlesection {
  width: 100%;
  max-width: 1146px;
  margin: 6rem auto;
  text-align: center;
}

.divtop,
.divbott,
.footerdiv {
  width: 100%;
}

.porukasingle {
  width: 90%;
  max-width: 1146px;
  margin: 2rem auto;
  text-align: center;
  margin-bottom: 18rem;
}

.titlesingle {
  font-family: "open-sans";
  max-width: 600px;
  margin: 3rem auto;
}

.imgsingle {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 600px;
}

.redfoot {
  margin-bottom: -5px;
}

.footer {
  background: #da000d;
}

.flexitem a {
  color: #fff;

  /* body_01_bold */
  font-family: "open-sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.pow {
  color: #fff;
  text-align: center;

  /* body_01_bold */
  font-family: "open-sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fproducts {
  display: block;
  margin: -15rem auto 3rem auto;
}

.footerwrap {
  padding: 0 0 6rem 0;
  max-width: 1195px;
  width: 90%;
  margin: 0 auto;
}

.footer {
  width: 100%;
  position: relative;
  padding: 2rem 0;
}

.articlegrid {
  display: flex;
  width: 90%;
  max-width: 1195px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0;
}

.article {
  width: 30%;
}

.artimg {
  width: 100%;
}

.arturl {
  text-decoration: none;
}

.arttitle {
  color: #000;
  text-align: center;

  /* body_01_bold */
  font-family: "open-sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  min-height: 64px;
}

#status {
  padding-top: 44px;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 970px) {
  .heroprod {
    max-width: 360px;
    height: auto;
    object-fit: contain;
  }
  .nagrade {
    margin-top: 0;
  }
  .title {
    font-size: 3rem;
    line-height: 1.2;
  }
  .flex {
    flex-direction: column;
  }
  .flex .flexitem {
    width: 100%;
    text-align: center;
  }
  .herolead {
    width: 90%;
    margin: 0 auto;
    color: #000;
  }
  .slidebtn,
  .lead {
    width: 90%;
    margin: 0 auto;
  }
  .slide-indicators {
    width: 100%;
    text-align: center;
    bottom: 2rem;
  }
  .fixeprod {
    display: none;
  }
  .articlegrid {
    flex-direction: column;
    gap: 1rem;
  }
  .article {
    width: 100%;
  }
  .fproducts {
    width: 260px;
    margin-top: 2rem;
  }
  .footerwrap .flex {
    gap: 1rem;
  }
  .flexitem a {
    font-size: 14px;
  }
  .textbox {
    width: 90%;
    padding: 1.4rem 1rem;
    height: auto;
    font-size: 14px;
    margin: 1rem auto 0 auto;
  }
  .minititle {
    font-size: 40px;
  }
  .genslide {
    top: 20px;
  }
  ::placeholder,
  .selectcustom {
    font-size: 14px;
  }
  .btncreate {
    font-size: 1rem;
    width: 90%;
  }
  .subtitle {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  #status {
    padding-top: 0;
  }
  .pozrez {
    flex-direction: column;
  }
  #pozivnica {
    width: 100% !important;
    margin: 3rem auto 1rem auto !important;
  }
  .rezinfo {
    width: 100% !important;
    padding-top: 0;
  }
  .footerwrap .flex {
    padding-top: 3rem;
  }
  .rules {
    order: 1;
  }
  .partner {
    order: 2;
  }
  .powmob {
    order: 3;
  }
  .porukegrid {
    padding: 3rem 0 0 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .prigode {
    margin-top: 0;
  }
}
