:root {
  --black: #1b1818;
  --gepack-orange: #f9d024;
  --beige: #fffee7;
  --rich-black: #1b1818;
}

body {
  background-color: var(--black);
  color: var(--gepack-orange);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 20px;
}

h1, h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: X, sans-serif;
  font-size: 15.625rem;
  font-weight: 700;
  line-height: .9;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: X, sans-serif;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: .9;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: X, sans-serif;
  font-size: 5.375rem;
  font-weight: 700;
  line-height: .9;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

p {
  color: var(--beige);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

a {
  color: var(--gepack-orange);
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  font-size: 1rem;
  line-height: 1.4;
}

strong {
  font-weight: 600;
}

.css-embed {
  display: none;
}

.section.section--header {
  position: static;
}

.section.section--napovednik {
  background-image: linear-gradient(to bottom, var(--black), rgba(0, 0, 0, 0) 39%), url('../images/bg-texure-black-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.section--kino {
  background-image: url('../images/v-kino-od-larger-min.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.section.section--cast {
  background-image: url('../images/bg-texure-black-min.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: contain;
}

.section.section--footer {
  background-image: url('../images/footer-gepack-img-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.section--privacy {
  background-image: url('../images/bg-texure-black-min.jpg');
  background-position: 50%;
  background-size: contain;
}

.section.section--kurcklub {
  width: 100%;
  height: 100vh;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.container.hero {
  height: 100%;
}

.sg-hero__wrapper {
  padding-top: 6.25rem;
}

.col {
  flex: 1;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.col.col-lg-1 {
  max-width: 12.5%;
  flex: 8.333%;
}

.col.col-lg-4 {
  max-width: 50%;
  flex: 33.3333%;
}

.col.ml-2-col {
  margin-left: 16.666%;
}

.col.col-lg-9 {
  max-width: 75%;
  flex: 75%;
}

.col.col-lg-2 {
  max-width: 25%;
  flex: 16.6667%;
}

.col.mr-1-col {
  margin-right: 8.333%;
}

.col.mr-2-col {
  margin-right: 16.666%;
}

.col.col-lg-3 {
  max-width: 37.5%;
  flex: 25%;
}

.col.col-lg-7 {
  max-width: 87.5%;
  flex: 58.3333%;
}

.col.col-lg-8 {
  max-width: 100%;
  flex: 66.6667%;
}

.col.col-lg-6 {
  max-width: 75%;
  flex: 50%;
}

.col.col-lg-10 {
  max-width: 83.3333%;
  flex: 83.3333%;
}

.col.col-lg-11 {
  max-width: 91.6667%;
  flex: 91.6667%;
}

.col.col-lg-5 {
  max-width: 62.5%;
  flex: 41.6667%;
}

.col.ml-1-col {
  margin-left: 8.333%;
}

.col.col-lg-12 {
  max-width: 100%;
  flex: 100%;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -.9375rem;
  margin-right: -.9375rem;
  display: flex;
}

.row.justify-end {
  justify-content: flex-end;
}

.row.justify-between {
  justify-content: space-between;
}

.row.align-stretch {
  align-items: stretch;
}

.row.align-start {
  align-items: flex-start;
  line-height: 1;
}

.row.align-center {
  align-items: center;
}

.row.justify-around {
  justify-content: space-around;
}

.row.justify-center {
  justify-content: center;
}

.row.align-end {
  align-items: flex-end;
}

.row.row--outline {
  border: 1px solid rgba(255, 218, 167, .3);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.sg-hero__title, .sg-hero__text {
  text-align: center;
}

.sg-hero__video {
  width: 100%;
  margin-top: 1.25rem;
}

.sg__wrapper {
  padding-top: 6.25rem;
}

.sg-card__wrapper {
  background-color: rgba(255, 218, 167, .05);
  border-radius: .3125rem;
  padding: 1rem .625rem;
}

.sg-item__title-wrapper {
  border-bottom: 1px solid rgba(255, 218, 167, .3);
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.sg-item__title-wrapper.sg-item__title-wrapper--full-with {
  justify-content: space-between;
}

.sg-item__title {
  margin-right: 5rem;
}

.sg-item__title.sg-item__title--right {
  margin-right: 0;
}

.sg-item__wrapper {
  padding-top: 4.5rem;
}

.sg-item__wrapper.sg-item__wrapper--last {
  padding-bottom: 3.5rem;
}

.sg-item__wrapper.sg-item__wrapper--no-padding {
  padding-top: 1.25rem;
}

.sg-item__text-wrapper {
  width: 50%;
}

.sg-item__color {
  width: 100%;
  height: 8rem;
  border-radius: .3125rem;
}

.sg-item__color.sg-item__color--two {
  background-color: var(--black);
}

.sg-item__color.sg-item__color--one {
  background-color: var(--gepack-orange);
}

.sg-item__color.sg-item__color--three {
  background-color: #000;
}

.sg-item__color.sg-item__color--four {
  background-color: #f7e7d1;
}

.sg-item__color-title {
  text-transform: uppercase;
  margin-top: 2.5rem;
  font-weight: 700;
}

.sg-item__color-text {
  font-size: .75rem;
}

.sg__title-wrapper {
  border-bottom: 1px solid rgba(255, 218, 167, .3);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.button__wrapper {
  background-color: #000;
  border-radius: .3125rem;
  padding: .2rem .6rem;
}

.button__text {
  font-size: .875rem;
}

.cookie-pop-up {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--black);
  border-radius: .3125rem;
  padding: .6rem 1rem;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.cookie__text {
  margin-right: 1rem;
  font-size: .875rem;
}

.cookie__link {
  font-size: .875rem;
}

.cookie__link.cookie__link--accept {
  cursor: pointer;
  margin-right: 0;
}

.cookie__content {
  align-items: center;
  display: flex;
}

.form__field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 218, 167, .3);
  border-radius: .3125rem;
  margin-bottom: .625rem;
  padding: .5rem .625rem;
  font-size: .875rem;
  line-height: 1rem;
}

.form__field:focus {
  border-color: var(--gepack-orange);
}

.form__field::-ms-input-placeholder {
  color: rgba(255, 218, 167, .6);
}

.form__field::placeholder {
  color: rgba(255, 218, 167, .6);
}

.form__field.form__field--textarea {
  font-size: .875rem;
  line-height: 1.4;
}

.form__button {
  width: 100%;
  color: var(--gepack-orange);
  background-color: #000;
  border-radius: .3125rem;
}

.form__sucess-wrapper {
  background-color: #000;
  border-radius: .3125rem;
  padding: .625rem;
}

.form__error-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid red;
  border-radius: .3125rem;
  margin-top: .625rem;
  padding: .625rem;
}

.form__error-message {
  color: red;
  font-size: .75rem;
  line-height: 1;
}

.sg__placeholder {
  background-color: rgba(255, 218, 167, .05);
  border-radius: .15625rem;
  justify-content: center;
  align-items: center;
  margin-bottom: .625rem;
  padding: 1rem;
  font-size: .875rem;
  display: flex;
}

.placeholder__wrapper {
  width: 100%;
  min-height: 100dvh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.placeholder__title {
  text-align: center;
}

.heading {
  font-size: 7.5rem;
  line-height: .9;
}

.placeholder {
  width: 100%;
  height: 3rem;
  background-color: var(--gepack-orange);
}

.header__wrapper {
  height: 100%;
  padding-top: 3.75rem;
}

.header__title-wrapper {
  padding-top: 4.5rem;
  padding-bottom: 3.25rem;
}

.header__movie-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header__title {
  width: 100%;
}

.header__social-wrapper {
  z-index: 10;
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  justify-content: center;
  display: flex;
  position: relative;
}

.header__link-block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.header__link {
  color: var(--beige);
  text-align: left;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  border: 0 solid #000;
  font-family: X, sans-serif;
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: .7;
  text-decoration: none;
}

.header__arrow-wrapper {
  width: 1.125rem;
  height: 1.125rem;
  overflow: hidden;
}

.header__arrow {
  width: 100%;
}

.h4-big-kerning {
  color: var(--beige);
  letter-spacing: .5rem;
}

.napovednik__wrapper {
  z-index: 5;
  justify-content: center;
  margin-top: -15rem;
  padding-bottom: 13.75rem;
  display: block;
  position: relative;
  overflow: visible;
}

.napovednik__video-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  display: block;
}

.kino__wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3.75rem;
  padding-bottom: 45rem;
  display: flex;
}

.cast__wrapper {
  padding-top: 7.5rem;
  padding-bottom: 2.5rem;
}

.beige {
  color: var(--beige);
}

.cast__members-wrapper {
  padding-top: 6.25rem;
}

.cast__member-wrapper.tine {
  padding-top: 28rem;
}

.cast__member-wrapper.jan {
  padding-top: 12.5rem;
}

.cast__member-wrapper.pia {
  padding-top: 13.75rem;
}

.cast__member-img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 5px;
  overflow: hidden;
}

.cast__member-title {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cast__distribution-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 11.25rem;
  display: block;
}

.cast__distribution-img-wrapper {
  margin-top: -3rem;
}

.cast__distribution-img {
  border-radius: 5px;
}

.heading-2 {
  z-index: 1;
}

.cast__distribution-title-wrapper {
  z-index: 1;
  justify-content: center;
  display: none;
  position: relative;
}

.cast__distribution-logos-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  padding-top: 2.5rem;
  display: none;
}

.cast__distribution-logo {
  transition: opacity .2s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.cast__distribution-logo:hover {
  opacity: .6;
}

.fivia {
  width: 7.625rem;
}

._3230-produkcija {
  width: 6.5rem;
}

.cineplexx {
  width: 10.375rem;
}

.divider {
  width: 1.5rem;
}

.cast__distribution-contact {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  align-items: center;
  padding-top: 7.5rem;
  display: flex;
}

.contact-link {
  text-transform: uppercase;
  font-family: X, sans-serif;
  font-weight: 700;
}

.footer__wrapper {
  height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer__info-wrapper {
  width: 100%;
  justify-content: space-between;
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
  display: flex;
}

.footer__gepack-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-gepack {
  width: 40.375rem;
}

.footer__social-wrapper {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.footer__link {
  color: var(--beige);
  text-transform: uppercase;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  transition: color .2s;
}

.footer__link:hover {
  color: var(--gepack-orange);
}

.hero__wrapper {
  height: 250vh;
  position: relative;
}

.header__sticky {
  z-index: 3;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.hero__bg-wrapper {
  z-index: 1;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero__bg-wrapper.z-index {
  z-index: 4;
}

.hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.napovednik__video {
  border-radius: 5px;
}

.privacy__wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 15rem;
  overflow: hidden;
}

.privacy__text {
  padding-top: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.cookie__absolute {
  z-index: 15;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.r {
  z-index: 100;
  width: 5rem;
  height: 5rem;
  background-color: var(--gepack-orange);
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cookie-pop-up-2 {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--black);
  border-radius: 5px;
  padding: .625rem;
  line-height: 0;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.cookie-text {
  font-size: .875rem;
}

.transition {
  z-index: 2000;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.transition-content {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.transition-bg {
  width: 100%;
  height: 100%;
  -webkit-text-stroke-color: var(--black);
  background-color: #000;
}

.transition-logo-img {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.transition-img {
  width: 10rem;
}

.transition-trigger {
  display: none;
}

.kontakt-link {
  transition: opacity .2s;
}

.kontakt-link:hover {
  opacity: .5;
}

.kino-spored__wrapper {
  min-width: 40rem;
  background-color: var(--black);
  border-radius: 5px;
  margin-top: 3.75rem;
  padding: 2.5rem;
}

.kino-spored__wrapper.old {
  display: none;
}

.kino-spored-title {
  padding-bottom: 2rem;
  font-size: 4rem;
}

.kino-lokacija-text {
  color: var(--gepack-orange);
}

.kino-lokacija-link {
  font-size: 1.5rem;
}

.kino-lokacija-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding-top: .5rem;
  transition: opacity .2s;
  display: flex;
}

.kino-lokacija-link-wrapper:hover {
  opacity: .5;
}

.link-arrow {
  width: 1.1rem;
}

.kino-spored-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.background-video {
  width: 100%;
  height: 100vh;
}

.video-link {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .md--hide {
    display: none;
  }

  .col.col-md-5 {
    max-width: 41.6667%;
    flex: 41.6667%;
  }

  .col.col-md-3 {
    max-width: 25%;
    flex: 25%;
  }

  .col.col-md-7 {
    max-width: 58.3333%;
    flex: 58.3333%;
  }

  .col.col-md-8 {
    max-width: 66.6667%;
    flex: 66.6667%;
  }

  .col.col-md-11 {
    max-width: 91.6667%;
    flex: 91.6667%;
  }

  .col.md--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-md-1 {
    max-width: 8.33333%;
    flex: 8.33333%;
  }

  .col.col-md-9 {
    max-width: 75%;
    flex: 75%;
  }

  .col.col-md-12 {
    max-width: 100%;
    flex: 100%;
  }

  .col.col-md-10 {
    max-width: 83.3333%;
    flex: 83.3333%;
  }

  .col.col-md-4 {
    max-width: 33.3333%;
    flex: 33.3333%;
  }

  .col.col-md-6 {
    max-width: 50%;
    flex: 50%;
  }

  .col.col-md-2 {
    max-width: 16.6667%;
    flex: 16.6667%;
  }

  .kino__wrapper {
    height: 150vh;
  }

  .privacy__wrapper {
    width: 100%;
    margin-left: 9px;
    margin-right: 9px;
  }

  .kino-spored__wrapper {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  h1, h2, h3 {
    font-size: 5.75rem;
  }

  h4 {
    font-size: 2.875rem;
  }

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm--hide {
    display: none;
  }

  .col.col-sm-10 {
    max-width: 83.3333%;
    flex: 0 83.3333%;
  }

  .col.col-sm-11 {
    max-width: 91.6667%;
    flex: 0 91.6667%;
  }

  .col.col-sm-9 {
    max-width: 75%;
    flex: 0 75%;
  }

  .col.col-sm-7 {
    max-width: 58.3333%;
    flex: 0 58.3333%;
  }

  .col.col-sm-4 {
    max-width: 33.3333%;
    flex: 0 33.3333%;
  }

  .col.col-sm-6 {
    max-width: 50%;
    flex: 0 50%;
  }

  .col.col-sm-2 {
    max-width: 16.6667%;
    flex: 0 16.6667%;
  }

  .col.col-sm-1 {
    max-width: 8.33333%;
    flex: 0 8.33333%;
  }

  .col.col-sm-3 {
    max-width: 25%;
    flex: 0 25%;
  }

  .col.col-sm-5 {
    max-width: 41.6667%;
    flex: 0 41.6667%;
  }

  .col.sm--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-sm-8 {
    max-width: 66.6667%;
    flex: 0 66.6667%;
  }

  .col.col-sm-12 {
    max-width: 100%;
    flex: 0 100%;
  }

  .header__wrapper {
    padding-top: 0;
  }

  .header__title-wrapper {
    padding-top: 0;
    padding-bottom: 1.25rem;
  }

  .header__social-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: none;
  }

  .header__link {
    font-size: 2rem;
  }

  .h4-big-kerning {
    font-size: 1.5rem;
  }

  .napovednik__wrapper {
    margin-top: -10rem;
    padding-bottom: 5rem;
  }

  .napovednik__video-wrapper {
    padding-top: 1.25rem;
  }

  .kino__wrapper {
    height: 200vh;
    padding-top: 5rem;
  }

  .cast__wrapper {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }

  .cast__members-wrapper, .cast__member-wrapper.tine, .cast__member-wrapper.jan, .cast__member-wrapper.pia {
    padding-top: 0;
  }

  .cast__member-img {
    padding-top: 2.5rem;
  }

  .cast__member-title {
    padding-top: .75rem;
  }

  .cast__distribution-wrapper {
    padding-top: 5rem;
  }

  .cast__distribution-img-wrapper {
    margin-top: -1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .cast__distribution-img {
    height: 45vh;
    object-fit: cover;
  }

  .cast__distribution-logos-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cast__distribution-contact {
    padding-top: 5rem;
  }

  .footer__info-wrapper {
    flex-direction: column;
    order: 0;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .footer__social-wrapper {
    grid-column-gap: .3125rem;
    grid-row-gap: .3125rem;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1.25rem;
  }

  .footer__copyright-wrapper {
    order: 1;
  }

  .hero__wrapper {
    height: 120vh;
  }

  .header__sticky {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 5.75rem;
  }

  h3 {
    font-size: 2.875rem;
  }

  p {
    font-size: 1rem;
  }

  .section.section--kurcklub {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs--hide {
    display: none;
  }

  .col.col-xs-10 {
    max-width: 83.3333%;
    flex: 83.3333%;
  }

  .col.col-xs-4 {
    max-width: 33.3333%;
    flex: 33.3333%;
  }

  .col.col-xs-2 {
    max-width: 16.6667%;
    flex: 16.6667%;
  }

  .col.col-xs-11 {
    max-width: 91.6667%;
    flex: 91.6667%;
  }

  .col.col-xs-1 {
    max-width: 8.33333%;
    flex: 8.33333%;
  }

  .col.col-xs-9 {
    max-width: 75%;
    flex: 75%;
  }

  .col.col-xs-5 {
    max-width: 41.6667%;
    flex: 41.6667%;
  }

  .col.col-xs-3 {
    max-width: 25%;
    flex: 25%;
  }

  .col.xs--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-xs-8 {
    max-width: 66.6667%;
    flex: 66.6667%;
  }

  .col.col-xs-6 {
    max-width: 50%;
    flex: 50%;
  }

  .col.col-xs-12 {
    max-width: 100%;
    flex: 100%;
  }

  .col.col-xs-7 {
    max-width: 58.3333%;
    flex: 58.3333%;
  }

  .sg-hero__text {
    margin-top: 1.25rem;
  }

  .sg-card__wrapper.sg-card__wrapper--color {
    margin-top: .625rem;
  }

  .sg-item__title-wrapper {
    justify-content: space-between;
  }

  .sg-item__title {
    margin-right: 0;
  }

  .sg-item__text-wrapper {
    width: 100%;
  }

  .cookie-pop-up {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-radius: 5px 5px 0 0;
    flex-direction: column;
    bottom: 0%;
    left: 0;
    right: 0%;
  }

  .cookie__text, .cookie__link {
    font-size: .75rem;
  }

  .form__button {
    font-size: .875rem;
  }

  .kino__wrapper {
    height: auto;
    padding-bottom: 30rem;
  }

  .footer__info-wrapper {
    padding-top: 1.875rem;
  }

  .footer__legal-wrapper {
    padding-bottom: .3125rem;
    line-height: 0;
  }

  .heading-3, .heading-4 {
    font-size: 5.75rem;
  }

  .privacy__wrapper {
    margin-right: 9px;
    padding-bottom: 5rem;
  }

  .privacy__text {
    padding-top: 1rem;
  }

  .kino-spored__wrapper {
    padding: 2rem 1rem;
  }

  .kino-spored-title {
    padding-bottom: 1.8rem;
  }

  .kino-lokacija-link {
    font-size: 1.25rem;
    text-decoration: underline;
  }

  .link-arrow {
    width: .8rem;
    display: none;
  }

  .background-video {
    z-index: 2;
    width: 100%;
    height: 30vh;
  }

  .video-bg {
    width: 100%;
    height: 100vh;
    background-color: #0a070a;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}


@font-face {
  font-family: 'X';
  src: url('../fonts/X.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}