:root {
  --_bravarija-arsic---white: #f5f6f4;
  --_bravarija-arsic---paragraphs: Inter, sans-serif;
  --_bravarija-arsic---black: #1e1e1e;
  --_bravarija-arsic---headers: Tinos, sans-serif;
  --_bravarija-arsic---dark-orange: #c47a47;
}

.section {
  background-color: var(--_bravarija-arsic---white);
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 60px 40px;
  display: flex;
}

.section.herosection {
  height: 100vh;
  padding: 0 40px;
  position: relative;
  overflow: hidden;
}

.section.gallerysection {
  padding: 0 40px;
  position: relative;
  overflow: hidden;
}

.section.worksection {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
}

.section.ctasection {
  position: relative;
}

.navigationbar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navlink {
  font-family: var(--_bravarija-arsic---paragraphs);
  color: var(--_bravarija-arsic---black);
  text-align: center;
  font-size: 1.15em;
  font-weight: 200;
  text-decoration: none;
}

.navlogo {
  width: 64px;
  height: 64px;
}

.heroheader {
  font-family: var(--_bravarija-arsic---headers);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 400;
  line-height: 110%;
}

.herocontent {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.heroparagraph {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 200;
  line-height: 120%;
}

.body {
  font-family: var(--_bravarija-arsic---paragraphs);
  color: var(--_bravarija-arsic---black);
  font-size: 16px;
  font-weight: 400;
}

.button {
  background-color: var(--_bravarija-arsic---dark-orange);
  border-radius: 6px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: .75em 2em;
  font-size: 1.25em;
  font-weight: 300;
}

.button.umetnostbtn {
  margin-top: 0;
  margin-bottom: 0;
}

.button.umetnostbtn2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: -50px auto 0;
}

.button.ctasectionbtn {
  margin-top: 0;
  margin-bottom: 0;
  padding: .9em 2.5em;
  font-size: 1.3em;
}

.button.ctasectionbtnig {
  background-color: #c47a4700;
  background-image: linear-gradient(90deg, #833ab4, #fd1d1d 50%, #fcb045);
  margin-top: 0;
  margin-bottom: 0;
}

.heroimages {
  width: 50%;
  height: 100vh;
  position: relative;
}

.heroimage {
  width: 20vw;
  position: absolute;
}

.heroimage.heroimage1 {
  z-index: 1;
  inset: 0% 20% auto auto;
}

.heroimage.heroimage2 {
  z-index: 2;
  top: 20%;
  right: 40%;
}

.heroimage.heroimage3 {
  z-index: 3;
  inset: auto 0% 20% auto;
}

.herotext {
  width: 60%;
  margin-top: 40px;
  margin-bottom: 220px;
}

.image {
  opacity: .2;
  width: 40vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.header {
  font-family: var(--_bravarija-arsic---headers);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 400;
  line-height: 100%;
}

.text-span {
  font-size: .5em;
}

.headerbox {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.headerdesc {
  font-family: var(--_bravarija-arsic---headers);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 100%;
}

.umetnostheader {
  font-family: var(--_bravarija-arsic---headers);
  color: var(--_bravarija-arsic---dark-orange);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 400;
  line-height: 120%;
}

.text-span-2 {
  color: var(--_bravarija-arsic---dark-orange);
}

.umetnostheaderbox {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55vw;
  display: flex;
}

.headerline {
  background-color: var(--_bravarija-arsic---dark-orange);
  width: 100%;
  height: 2px;
}

.umetnostcontent {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.umetnostimage {
  width: 60%;
}

.umetnostimage.uimg2 {
  order: 9999;
}

.umetnosttextbox {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.umetnosttext {
  color: var(--_bravarija-arsic---black);
  text-align: center;
  background-color: #c47a474d;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.umetnostdesc {
  font-size: 1em;
  font-weight: 300;
  line-height: 130%;
}

.umetnostvideo {
  opacity: .99;
  order: 9999;
  width: 80%;
  height: 80vh;
  overflow: visible;
}

.umetnostslike {
  width: 100%;
  height: 70vh;
  position: relative;
}

.umetnostslike.uslike2 {
  height: 80vh;
  margin-top: 40px;
}

.slika1 {
  z-index: 2;
  width: 60%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slika2 {
  z-index: 1;
  width: 45%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.umetnostsliketext {
  z-index: 3;
  font-family: var(--_bravarija-arsic---headers);
  background-color: #e6d1c0;
  margin: 0 60px;
  padding: 30px 20px;
  font-size: 3em;
  font-weight: 400;
  line-height: 70%;
  position: absolute;
  inset: 5% 0% auto auto;
}

.slika3 {
  z-index: 1;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slika4 {
  z-index: 2;
  width: 65%;
  position: absolute;
  inset: auto 0% 5% auto;
}

.ctacontent {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.ctabtns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ctaimg {
  width: 50%;
  margin-left: auto;
}

.footer {
  background-color: var(--_bravarija-arsic---dark-orange);
  color: var(--_bravarija-arsic---white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px;
  font-weight: 200;
  display: flex;
}

.footertext {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

.link {
  color: var(--_bravarija-arsic---white);
}

.navigationbar2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.backbtnicon {
  cursor: pointer;
  width: 4vw;
}

.gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.galleryimage {
  width: 100%;
}

.imagebox {
  width: 45%;
  position: relative;
}

.imagefilter {
  padding: 10px;
}

.paragraph {
  background-color: #ffc59d;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
  font-size: 1em;
  display: inline-block;
  position: absolute;
  inset: -1% auto auto -1%;
}

.body-2 {
  font-family: var(--_bravarija-arsic---paragraphs);
  font-size: 16px;
  font-weight: 300;
}

.galleryfilters {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 60px;
  display: flex;
}

.galleryfilter {
  cursor: pointer;
  background-color: #c47a474d;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5em 1em;
  font-size: 1.1em;
  transition: font-variation-settings .4s ease-out, background-color .4s ease-out;
}

.galleryfilter.activefilter {
  background-color: #c47a47b3;
  font-weight: 500;
}

.heading-2 {
  margin-top: 60px;
  margin-bottom: 20px;
  margin-right: auto;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 100%;
}

.ctaillustration {
  opacity: .2;
  width: 50vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.navsbox {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.code-embed {
  width: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .contactPopUp {
  width: 40vw;
  height: 35vh;
  }
  .contactPopUp p:first-child {
    font-size: 2.5em;
    line-height: 150%;
  }
  .contactPPButton {
    font-size: 1.4em;
  }
  
  .section {
    justify-content: flex-start;
    align-items: center;
  }

  .section.herosection {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section.ctasection {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .navigationbar {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .navlink {
    font-size: 1.3em;
  }

  .navlogo {
    width: 72px;
    height: 72px;
  }

  .heroheader {
    font-size: 5.25em;
  }

  .herocontent {
    height: auto;
  }

  .heroparagraph {
    font-size: 1.3em;
  }

  .button {
    font-size: 1.4em;
  }

  .button.umetnostbtn2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heroimages {
    height: 90vh;
  }

  .heroimage.heroimage2 {
    right: 50%;
  }

  .heroimage.heroimage3 {
    bottom: 5%;
    right: 5%;
  }

  .herotext, .umetnostbox {
    margin-top: 0;
    margin-bottom: 0;
  }

  .umetnostheader {
    font-size: 3.5em;
  }

  .umetnostdesc {
    font-size: 1.2em;
  }

  .umetnostslike {
    height: 75vh;
  }

  .slika3 {
    height: 110%;
    margin-left: 40px;
  }

  .slika4 {
    width: 60%;
    padding-right: 40px;
  }

  .footertext {
    font-size: 1.1em;
  }

  .navigationbar2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph {
    padding: 10px;
    font-size: 1.2em;
  }

  .galleryfilter {
    padding: .6em 1.2em;
    font-size: 1.2em;
  }

  .heading-2 {
    margin-right: auto;
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1920px) {
  .contactPopUp {
    width: 40vw;
    height: 35vh;
  }
  .contactPopUp p:first-child {
    font-size: 3em;
    line-height: 150%;
  }
  .contactPPButton {
    font-size: 1.5em;
    padding: 1em 2.25em;
  }
  .contactinformations {
    font-size: 1.1em;
  }

  .section.worksection {
    grid-column-gap: 250px;
    grid-row-gap: 250px;
  }

  .navigationbar {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navlink {
    font-size: 1.75em;
  }

  .navlogo {
    width: 80px;
    height: 80px;
  }

  .heroheader {
    font-size: 5.5em;
  }

  .heroparagraph {
    width: 90%;
    font-size: 1.4em;
  }

  .button {
    padding: .9em 2.25em;
    font-size: 1.6em;
  }

  .button.umetnostbtn {
    padding: .9em 2.25em;
    font-size: 1.5em;
  }

  .button.umetnostbtn2 {
    margin-top: -100px;
  }

  .button.ctasectionbtn {
    padding: 1em 2.5em;
    font-size: 1.75em;
  }

  .heroimage.heroimage1 {
    right: 10%;
  }

  .heroimage.heroimage2 {
    right: 50%;
  }

  .heroimage.heroimage3 {
    bottom: 10%;
    right: 10%;
  }

  .header {
    font-size: 5em;
  }

  .headerdesc {
    font-size: 3em;
  }

  .umetnostheader {
    font-size: 4em;
  }

  .umetnostdesc {
    font-size: 1.4em;
    line-height: 140%;
  }

  .umetnostsliketext {
    font-size: 3.25em;
    inset: 5% auto auto 10%;
  }

  .slika3 {
    height: 80vh;
    left: 5%;
  }

  .slika4 {
    width: 55vw;
    right: 5%;
  }

  .ctaimg {
    width: 60%;
  }

  .footer {
    padding: 30px;
  }

  .footertext {
    font-size: 1.3em;
  }

  .navigationbar2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gallery {
    margin-bottom: 100px;
  }

  .imagebox {
    display: block;
  }

  .paragraph {
    padding: 16px 12px;
    font-size: 1.4em;
  }

  .galleryfilter {
    padding: .75em 1.5em;
    font-size: 1.6em;
  }

  .heading-2 {
    font-size: 2em;
  }
}

@media screen and (max-width: 991px) {
  .contactPopUp {
    display: none;
    width: 50svw;
    height: 35svh;
  }
  .contactPopUp p:first-child {
    font-size: 2em;
    line-height: 150%;
  }
  .contactPPButton {
    font-size: 1.25em;
    padding: .75em 2em;
  }
  .contactinformations {
    font-size: 1em;
  }

  .section {
    width: 100svw;
    padding: 40px 30px;
  }

  .section.herosection {
    height: 100svh;
  }

  .section.gallerysection {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heroheader {
    width: 70svw;
    font-size: 4em;
    position: relative;
  }

  .herocontent {
    justify-content: space-between;
    align-items: flex-start;
  }

  .heroparagraph {
    width: 90%;
    font-size: 1.1em;
  }

  .button {
    font-size: 1.1em;
  }

  .button.ctasectionbtn {
    padding: .8em 2.25em;
    font-size: 1.2em;
  }

  .heroimages {
    height: 60svh;
    margin-top: auto;
  }

  .heroimage.heroimage1 {
    width: 25svw;
    right: 15%;
  }

  .heroimage.heroimage2 {
    width: 25svw;
    top: 25%;
    right: 50%;
  }

  .heroimage.heroimage3 {
    width: 25svw;
    bottom: 10%;
  }

  .herotext {
    margin-bottom: 0;
  }

  .image {
    width: 50svw;
  }

  .header {
    font-size: 3em;
  }

  .headerdesc {
    font-size: 1.75em;
  }

  .umetnostbox {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .umetnostheader {
    font-size: 2.5em;
  }

  .umetnostvideo {
    order: -9999;
    height: 60vh;
  }

  .slika1 {
    width: 90%;
  }

  .slika2 {
    width: 60%;
    inset: 0% 0% 0% auto;
  }

  .umetnostsliketext {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 15px;
    font-size: 2.5em;
    line-height: 90%;
    inset: 40% 0% auto auto;
  }

  .slika3 {
    height: 80%;
  }

  .ctaimg {
    width: 60%;
  }

  .footer {
    width: 100svw;
  }

  .footertext {
    font-size: .9em;
  }

  .backbtnicon {
    width: 7vw;
  }

  .ctaillustration {
    width: 50svw;
  }
}

@media screen and (max-width: 767px) {
  .contactPopUp {
    width: 60svw;
    height: 40svh;
  }
  .contactPopUp p:first-child {
    font-size: 1.75em;
    line-height: 150%;
    top: 3%;
  }
  .contactPPButton {
    font-size: 1.25em;
    padding: .75em 2em;
  }
  .contactinformations {
    font-size: .9em;
    font-weight: 200;
    line-height: 150%;
  }

  .section {
    padding: 30px 20px;
  }

  .section.herosection {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.gallerysection {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navlink {
    font-size: 1em;
  }

  .navlogo {
    width: 56px;
    height: 56px;
  }

  .heroheader {
    font-size: 3em;
  }

  .heroparagraph, .button {
    font-size: 1em;
  }

  .button.ctasectionbtn {
    padding: .75em 2em;
    font-size: 1.1em;
  }

  .button.ctasectionbtnig {
    padding-left: 1.9em;
    padding-right: 1.9em;
    font-size: .9em;
  }

  .heroimages {
    height: 65svh;
  }

  .heroimage.heroimage1, .heroimage.heroimage2, .heroimage.heroimage3 {
    width: 30svw;
  }

  .image {
    width: 60svw;
  }

  .header {
    font-size: 2.5em;
  }

  .headerdesc {
    font-size: 1.5em;
  }

  .umetnostbox {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .umetnostheader {
    font-size: 2em;
  }

  .umetnostvideo, .umetnostslike {
    height: 50vh;
  }

  .umetnostsliketext {
    font-size: 2em;
  }

  .ctaimg {
    width: 75%;
  }

  .footer {
    padding: 10px 5px;
  }

  .footertext {
    font-size: .75em;
  }

  .backbtnicon {
    width: 9vw;
  }

  .gallery {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .imagebox {
    width: 90%;
  }

  .galleryfilter {
    font-size: 1em;
  }

  .ctaillustration {
    width: 55svw;
  }

  .navsbox {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  .contactPopUp {
    width: 80svw;
    height: 35svh;
  }
  .contactPopUp p:first-child {
    font-size: 1.75em;
    line-height: 150%;
    top: 3%;
  }
  .contactPPButton {
    font-size: 1.25em;
    padding: .75em 2em;
  }
  .contactinformations {
    font-size: 0.9em;
    font-weight: 200;
    line-height: 150%;
  }

  .section.herosection {
    padding-left: 0;
    padding-right: 0;
  }

  .section.gallerysection {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navlogo {
    width: 48px;
    height: 48px;
  }

  .heroheader {
    text-align: center;
    width: 100%;
    font-size: 2.5em;
  }

  .herocontent {
    flex-flow: column;
  }

  .heroparagraph {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: .9em;
  }

  .button {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heroimages {
    width: 100%;
    height: 100%;
  }

  .heroimage.heroimage1, .heroimage.heroimage2, .heroimage.heroimage3 {
    width: 50svw;
  }

  .herotext {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image {
    width: 75svw;
  }

  .header {
    font-size: 1.75em;
  }

  .headerdesc {
    font-size: 1.25em;
  }

  .umetnostbox {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .umetnostheaderbox {
    width: 100%;
  }

  .umetnostcontent {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .umetnostimage {
    width: 100%;
  }

  .umetnosttext {
    width: 100%;
    margin-top: 10px;
  }

  .umetnostslike {
    height: 30vh;
  }

  .umetnostslike.uslike2 {
    height: 50vh;
    margin-top: 40px;
  }

  .umetnostsliketext {
    padding: 10px 5px;
    font-size: 1.5em;
    top: 35%;
  }

  .slika4 {
    width: 80%;
  }

  .ctacontent {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .ctabtns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .ctaimg {
    width: 80%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .footertext {
    text-align: center;
    margin-top: 0;
  }

  .navigationbar2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .backbtnicon {
    width: 15vw;
  }

  .galleryfilters {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .galleryfilter {
    font-size: .9em;
  }

  .ctaillustration {
    width: 95%;
  }

  .navsbox {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}


