* {
  /* padding: 0;
  margin: 0; */
  box-sizing: border-box;

}    

body {
  background-color: #000;
  overflow-x: hidden; 

}

section.two-img .b-left-img {
  width: 100%;
}
section.two-img .face-right-img {
  width: 100%;
}
section.two-img .container {
  max-width: 1600px;
  display: flex;
  padding: 190px 0 40px;
}

section.header {
  background-image: url("/img/Videographer.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  background-size: cover;
  display: flex;
  justify-content: center;
}
/* Slider in frame section */
 section.frame {
  font-family: sans-serif;
  background-color: #000;
}
section.frame .container {
  max-width: 1100px;
  position: relative;
}
section.frame .image-video {
  border-radius: 6px;
  position: relative;
  width: 100%;
  height: auto;
}
section.b img.b-image {
  width: 100%;
  height: auto;
}
section.b .img-out-right {
  /* position: absolute; */
  /* margin-left: 25.2%; */
  width: 100%;
  height: auto;
}

section.frame #iframe {
/*   position: absolute; */
  width: 100%!important;
  height: 602px;
  border-radius: 6px;
  display: none;
}
section.frame .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



/* Slike - slider */
.slider-container {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.slider-track {
  display: flex;
  transition: transform 1s ease-in-out;
}

.slider-slide {
  flex-shrink: 0;
  height: auto;
  padding: 0 20px;
  transition: transform 1s ease-in-out;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.slider-slide-hiden {
  opacity: 0;
  visibility: hidden;
}

.slider-slide img {
  border-radius: 5px;
}
/* Slike - slider */

/* Impressum page */

section.impressum h3,
section.impressum a {
  font-weight: 400;
  line-height: 35px;
  /* letter-spacing: normal; */
  color: #fff;
}

.hauft h3 {
  margin-bottom: 30px;
}
.tel-email {
  margin-bottom: 60px;
}
section#impressum {
  background-image: unset;
  height: 20vh;
}
section.impressum {
  padding: 100px 0  100px;
}
section.impressum {
  padding: 100px 0  100px;
  color: #fff;
  background-color: #000;
}


.video-container {
  position: relative;
  width: 100%;
  height: auto;
}

.video-container img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.video-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  }
  .video-container iframe {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}


/* Slike - video slide */


section.kontakt .point {
  width: 20px;
  margin: auto;
}
section.kontakt .point .camera {
  animation: switch 5s infinite;


}
@keyframes switch {
  0% { fill: #000000; }
  20% { fill: #000000; }
  50% { fill: #FF0000; }
  100% { fill: #FF0000; }
}
section.kontakt img.circle {
  display: block;
  margin: auto;
  border-radius: 10px;
  border-radius: 10px;
}

section.prozess h4.ob {
  font-family: 'Manrope', 'sans-serif';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  margin: 40px 0 auto;
  color: #FFFFFF;
  
}

section.dienstleistugen {
    padding: 60px 0 90px;
    background-color: #000;
}
section.dienstleistugen h2.dien {
  font-family: 'Lunchtype24', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 52px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
section.dienstleistugen h3.film {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    color: #FFFFFF;
    margin-bottom: 50px;
}
section.dienstleistugen .container {
  max-width: 1400px;
}
section.dienstleistugen ul.list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
section.dienstleistugen ul.list > li {
  margin-left: 20px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 145%;
  /* or 46px */
  color: #FFFFFF;
}
section.prozess {
  background-color: #000000;
  position: relative;
  padding-bottom: 100px;
}
section.prozess .container {
  max-width: 1400px;
}
h2.pro {
  font-family: 'Lunchtype24', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 52px;
  color: #FFFFFF;
  margin-bottom: 40px;
}

section.prozess h3.ber, 
section.prozess h3.konzept,
section.prozess h3.produktion {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  margin-bottom: 40px;
  margin-top: 30px;
}
section.prozess h4.am,
section.prozess h4.der,
section.prozess h4.nach {
  font-family: 'Manrope';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 145%;
/* or 29px */
color: #FFFFFF;
/* margin-bottom: 30px; */
padding-bottom: 100px;
}
section.prozess h5 {
  text-align: center;
  width: 50px;
  border-radius: 50px;
  border: 1px solid grey;
  padding: 12px;
  /* display: flex; */
  background-color: #ffffff;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
section.prozess .row.line {
  border-radius: 50px;
  border: 1px solid #fff;
  justify-content:space-around;
  display: flex;
}
section.prozess .col-md-4.right-line {
    border-right: 1px solid #fff;
}
section.case {
  background-color: #000;
  padding: 50px 0 100px;
}
section.case h2.studies {
  font-family: 'Albert Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #FFFFFF;
}
section.case h3.m1 {
  font-family: 'DM Mono', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  color: #FFFFFF;
  margin: 20px 0 20px;
}
section.case h5.last-case {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  width: 266px;
}
section.kontakt {
  padding: 130px 0 280px;
  background-color: #000;
}
section.kontakt h2.adress {
  font-family: 'Lunchtype24', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 52px;
  color: #FFFFFF;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 20px;
}
section.kontakt h5.email  {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 10px 35px;
    text-decoration-line: underline;
    cursor: pointer;
}
section.kontakt h5.email:hover {
  /* filter: invert(0.30); */
  color: #000;
  border: #000;
  background-color: #fff;
  border: 1px solid #fff;
}
section.kontakt h5.tel:hover {
    /* filter: invert(0.30); */
    color: #000;
    border: #000;
    background-color: #fff;
    border: 1px solid #fff;
}
section.kontakt h5.tel {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 35px;
  border-radius: 25px;
  border: 1px solid #fff;
}
section.kontakt a {
  text-decoration: none;
}
section.kontakt .item.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
section.kontakt .col-md {
  max-width: 550px;
  margin: 0 auto;
}

section.footer .footer-item-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
section.footer .footer-item-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
section.footer .footer-item-right ul {
  display: flex;
  list-style-type: none;
}
section.footer .footer-item-right ul li {
  padding: 0 30px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #FFFFFF;
}
section.footer .footer-item-right ul li a {
  color: #fff;
}
section.footer {
  background-color: #000;
}
section.footer .footer-item-left h6.bogdan-rights {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #FFFFFF;
  text-decoration: none;
}
section.footer .footer-item-left h6 {
  font-family: 'Manrope';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
/* identical to box height */
text-decoration-line: underline;
color: #FFFFFF;
}


section.als {
  padding: 0 0 60px;
  background-color: #000;
}
section.als .container{
  max-width: 1400px ;
}
section.als h2.filmacher {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  height: 239px;
  width: 400px;
  /* margin: auto; */
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

section.b h3.ich {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  color: #FFFFFF;
  margin-top: 30px;
}
section.als img.filmacher {
  border-radius: 15px;
  width: 100%;
  height: auto;

}
section.b {
  background-color: #000;
  padding-bottom: 40px;
/*   position: relative; */
}
section.b .container {
  max-width: 1400px;
  margin: 0 auto;
}

h3.under-slider {
  margin-top: 20px; 
  margin-bottom: 0;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
/*   border: 1px solid #000000; */
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
/* Slider sa tri slike */

section.slider .container-fluid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
section.slider .column-two img {
  border-radius: 6px;
}
section.slider .column-one img {
  border-radius: 6px;
  margin-left: -5px;
}
section.slider {
  background-color: #000;
  padding-bottom:190px;
}
section.slider .column-three img {
  border-radius: 6px;
}
section.slider .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
/* section.slider .row .column-two {
  padding: 0 30px;
} */

/* section.header {
    position: relative;
    background-image: url('img/805322C0-0C38-4A6B-B3E2-944268E6E326-1.png');
    display: block;
    width: 1920px;
    height: 92vh;
    display: flex;
    justify-content: center;
} */
section.header img.main-logo-left {
    position: fixed;
    top: 4%;
    left: 2%;
    z-index: 9;
}
section.header img.main-logo-center {
    position: absolute;
    top: 4%;
 /*    left: auto; */
}
.video_wrapper iframe {
    border-radius: 6px;
  }
.player .vp-video-wrapper {
  border-radius: 6px!important;
}
section.header button.menu {
    position: fixed;
    top: 4%;
    right: 2%;
    /* width: fit-content; */
    line-height: 24px;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 21px;
    border: 1px solid #fff;
    font-family: 'Manrope', sans-serif;
    z-index: 9;
    background: rgba(255, 255, 255, 0.64);
    backdrop-filter: blur(3.5px);
    -webkit-backdrop-filter: blur(3.5px);
    color: #000;                    
    
/* Note: backdrop-filter has minimal browser support */

border-radius: 21px;
}
section.header .main-title {
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
section.header h1 {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 120px;
  line-height: 100.5%;
  display: flex;
  font-family: 'Lunchtype24', sans-serif;                                                                                        
  align-items: flex-end;
  height: 350px;
}
section.header h2 {
font-family: 'Manrope', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 55px;
display: flex;
align-items: center;
text-align: center;
color: #FFFFFF;
margin-top: 40px;
}
section.header img.polygon {
      /* display: flex; */
      position: absolute;
      width: 26px;
      height: 26px;
      /* left: 877px; */
      top: 90vh;
      background: transparent;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /*   transform: rotate(-180deg); */
}
section.alles {
    padding: 180px 0 80px;
    background-color: black;
}
section.alles h2 {
font-family: 'Lunchtype24', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 50px;
line-height: 50px;
display: flex;
align-items: center;
text-align: center;
color: #FFFFFF;
padding-bottom: 35px;
}
section.alles h3 {
font-family: 'Manrope', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 19px;
display: flex;
align-items: center;
text-align: center;
display: block;
color: #FFFFFF;
}
section.frame {
  overflow: hidden;
}
/* section.als img.filmacher-sm {
  display: none;
}
 */
 @media screen and (max-width: 1640px){
  section.two-img .container {
    max-width: 1600px;
    display: block;
    padding: 100px 0 20px;
    /* margin: auto; */
    text-align: center;
}
.b-left-img {
  margin-bottom: 20px;
}

 }

 @media (max-width: 1200px) {
 /*  .slider-slide {
    width: 100%;
    height: auto;
    object-fit: contain;
  } */
}
 

 
@media screen and (max-width: 992px) {
  section.frame #iframe { 
    height: 521px;
  }
 
  section.header h2 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
  }
  section.header {
    height: 90vh;
  }
  section.two-img .b-left-img img {
    width: 76%;
    object-fit: cover;
    margin-left: 15px;
  }
  section.two-img .face-right-img img {
    object-fit: cover;
    width: 100%;
    padding: 0 15px;
  }
 

/*   section.header {
    height: 50vh;
  }
 */

  section.kontakt .item.wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
  section.dienstleistugen .leistungen-list {
   /*  display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; */
    display: block;
   
}
  section.prozess .col-md-4.right {
    border-right: none;
}
  section.prozess .row.line {
    display: flex;
    flex-wrap: wrap;
  }
  section.dienstleistugen .container {
    max-width: 98%;
  }
  section.prozess .container {
    width: 100%;
  }

  section.b .container {
    width: 100%;
    /* margin: auto; */
    display: block;
  /*   flex-direction: column;
    flex-wrap: nowrap;
    align-items: center; */
}
  section.als {
    padding: 40px 0 0;
  }
  section.kontakt {
    padding: 50px 0 50px
  }
  section.frame .play {
    width: 60px;
}
  section.prozess {
    padding: 10px 0 0;
  }
  section.als .container {
    width: 100%;
  }
  section.slider {
    padding: 50px 0 50px;
  }
  section.dienstleistugen {
    padding: 60px 0 0;
}
  section.b img.b-image {
    margin-bottom: 40px;
    display: block;
    margin: auto;
    margin-bottom: 40px;
    width: 100%;
    /* padding: 15px; */
}
  /* section.b .row {
    display: block;
  }   */
  section.als img.filmacher {
    width: inherit;
  }
  section.alles h2 {
    padding-bottom: 0;
  }
  section.alles {
    padding: 60px 0 30px;
}
section.two-img .container {
  padding: 60px 0 0;
}
section.b {
  padding: 50px 0 10px;
}
h3.under-slider {
  font-size: 12px;
  line-height: 16px;
}
section.header button.menu {
  width: 74px;
  height: 28px;
  right:2% ;
  top: 47px;
  padding: 0px 5px;
  font-size: 12px;
}
section.header img.polygon {
  display: none;
}

section.alles h2 {
  font-size: 24px;
  line-height: 29px;
}
section.header h1 {
  font-size: 48px;
  line-height: 58px;
}
section.header img.main-logo-left {
  top: 4%;
  width: 7%;
  height: auto;
  left: 16px;
  top: 48px;
}
  section.header img.main-logo-center {
      top: 5%;
      width: 120px;
      height: auto;
  }
 
  section.als h2.filmacher {
    width: auto;
  }


}
@media screen and (max-width: 768px) {
  section.frame #iframe {
        width: 100%!important;
        height: 425px;
        border-radius: 6px;
  }
  .slider-slide {
    padding: 0 10px;
  }
  .slider-slide img {
    height: 350px;
  }
  section.header h1 {
    height: 290px;
  }
/*   section.header h1 {

    align-items: flex-start;
} */
  section.kontakt h5.email {
    font-size: 20px;
  }
  section.prozess h4.am, section.prozess h4.der, section.prozess h4.nach {
    margin-left: 4px;
  }
  section.prozess h3.ber, section.prozess h3.konzept, section.prozess h3.produktion {
    margin-left: 4px;
  }
   section.b h3.ich {
    font-size: 32px;
    line-height: 42px;
  }
   section.dienstleistugen h2.dien {
    font-size: 32px;
    line-height: 45px;
  }
  section.dienstleistugen h3.film {
    font-size: 32px;
    line-height: 42px;
  }
  section.prozess h4.ob {
    font-size: 32px;
    line-height: 42px;
  }  
  h2.pro {
    font-size: 32px;
    line-height: 42px;
  }
  section.kontakt h2.adress {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  section.dienstleistugen ul.list > li {
    font-size: 20px;
    line-height: 30px;
  }
  

/*   section.header h2 {
    font-size: 18px;
  } */

  section.footer .footer-item-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
}
section.footer .footer-item-right {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}

  section.prozess .col-md-4.right-line {
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
/* .slider-slide {
  height: 100vh;
} */

  }

  @media screen and (max-width: 600px) { 
    section.frame #iframe {
      width: 100%!important;
      height: 232px; 
      border-radius: 6px;
      padding: 0 !important;
    }
    section.frame .container {
      max-width: 100%; /* Maksimalna širina će biti širina ekrana */
    }
   /*  section.prozess .col-md-4.right-line {
      margin-left: 4px;
    } */
    section.prozess .col-md-4.right {
      margin-left: 4px;
    }
 /*    section.frame #iframe {
      height: auto;
      margin: auto;
      
    } */
    element.style {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 10px;
  }
   /*  section.b img.b-image,
    section img.img-out-right {
      width: 100%;
    } */
  }

  @media screen and (max-width: 400px) {
    section.header h1 {
      font-size: 45px;
    }
    section.frame #iframe {
      height: 204px;
    }
    section.dienstleistugen {
      padding: 40px 0 30px;
  }
  section.alles {
    padding: 60px 0 30px;
}
section.b {
  padding: 0;
}
section.prozess h4.ob {
/*   margin: auto; */
  display: block;
  font-size: 30px;
  line-height: 45px;
}

   }