/* --------------------------------------------
NodNod.com
-------------------------------------------- */

/* --------------------------------------------
	GENERAL RULES
-------------------------------------------- */

/* Webfont: Sohne-Buch */@font-face {
    font-family: 'Söhne';
    src: url('fonts/Sohne-Buch.eot'); /* IE9 Compat Modes */
    src: url('fonts/Sohne-Buch.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Sohne-Buch.woff') format('woff'), /* Modern Browsers */
         url('fonts/Sohne-Buch.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/Sohne-Buch.svg#Sohne-Buch') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Sohne-Kraftig */@font-face {
    font-family: 'SöhneKräftig';
    src: url('fonts/Sohne-Kraftig.eot'); /* IE9 Compat Modes */
    src: url('fonts/Sohne-Kraftig.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Sohne-Kraftig.woff') format('woff'), /* Modern Browsers */
         url('fonts/Sohne-Kraftig.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/Sohne-Kraftig.svg#Sohne-Kraftig') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Sohne-Leicht */@font-face {
    font-family: 'SöhneLeicht';
    src: url('fonts/Sohne-Leicht.eot'); /* IE9 Compat Modes */
    src: url('fonts/Sohne-Leicht.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Sohne-Leicht.woff') format('woff'), /* Modern Browsers */
         url('fonts/Sohne-Leicht.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/Sohne-Leicht.svg#Sohne-Leicht') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}



* {
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-font-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
}
::-moz-selection {
  background: white;
  color: black;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased
}
::selection {
  background: white;
  color: black;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased
}
::-moz-selection {
  background: white;
  color: black;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased
}
::selection {
  background: white;
  color: black;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased
}

.blurr {
    -webkit-transition: -webkit-filter 425ms cubic-bezier(.215, .61, .355, 1);
    transition: -webkit-filter 425ms cubic-bezier(.215, .61, .355, 1);
    transition: filter 425ms cubic-bezier(.215, .61, .355, 1);
    transition: filter 425ms cubic-bezier(.215, .61, .355, 1), -webkit-filter 425ms cubic-bezier(.215, .61, .355, 1);
}
.blurr:hover {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    color: white;
}
/* --------------------------------------------
	TYPE INFOS
-------------------------------------------- */

body {
  background: white;
  font-family: 'Söhne', sans-serif;
  line-height: 1.3em;
  font-size: 18px;
  letter-spacing: -.2px
}
a {
  text-decoration: none;
}
p {
  display: block;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Söhne', sans-serif;
  font-size: inherit;
  font-weight: normal
}
h1 {
    font-size: 24vw;
    line-height: 1em;
    /* letter-spacing: -6px; */
    /* text-transform: uppercase; */
}
h2 {
    /* text-transform: uppercase; */
    letter-spacing: -10px;
    font-size: 17vw;
    line-height: .9em;
    padding-right: 10px;
}


.content {
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-height: 100vh;
    height: 100vh;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}
.post--features {
    position: relative;
    height: 100vh;
    height: calc(100*var(--vh));
    overflow: hidden;
    background-color: #000;
}
.post--features.current {
    z-index: 1;
}
.post-video--features {
    width: 100%;
    height: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.header {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  width: 100%;
  z-index: 10;
}
.text-top-left {
  flex: 1;
  display: flex;
}
.text-top-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.text-full {
  width: 100%;
}

.text-top-right a {
  color: white;
  margin-left: 20px;
}

.logo-shopify svg {
  width: 164px;
  height: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.logo {
  position: absolute;
  bottom: 0;
  z-index: 290;
}
.img-logo {
  max-width: 100%;
  width: 100%;
  padding: 10px;
}
.logo-doppio {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.logo-doppio-text {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px;
  display: none;
}
.img-logo-small {
    max-width: 100%;
    width: 32vw;
    padding: 20px;
}

@media (min-width: 1024px) {
  .hide-desktop {
    display: none;
  }
}
@media (max-width: 1023px) {
  .hide-mobile {
    display: none;
  }
}



/* ------------------------------------------
	PANNELLI TOGGLE
-------------------------------------------- */

.popup {
    opacity: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: auto;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 250;
    overflow-x: hidden;
    right: -100%;
    background: transparent;
}
.rowpopup {
    display: flex;
    flex-wrap: wrap;
    min-height: calc(100vh - 40px);
}
/* .popup:before {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} */
#aboutus {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.popup-content {
    width: 100%
}
.popup-visible {
    opacity: 1;
    left: 0
}
.popup-visible.popup-visible {
    left: 0
}
.popup-50 {
    width: 48.6%
}
.popup-100 {
    width: 100%
}
.btn-close {
    float: right;
		height: 24px;
    width: 24px;
    right: 50.5%;
		margin-top: 0px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: none;
    text-indent: -99999px;
    background: url(images/close1.svg);
    cursor: pointer;
}
#gallery .btn-close {
    background: url(images/close_old.svg)
}
.btn-close:hover {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.col {
  flex: 1;
  padding-right: 30px;
}
.col.double {
  flex: 2;
}

.skills {
    margin-top: 20px;
}

.skills div {
  padding: 3px 20px 5px;
  margin-right: 10px;
  border: 1px solid;
  border-radius: 100%;
  display: inline-block;
  width: 80px;
  text-align: center;
  margin-bottom: -8px;
}

.portfolio-request {
  width: 100%;
  display: flex;
}

a.folio-request {
  /* color: black; */
  padding: 6px 55px;
  border: 1px solid white;
  border-radius: 100%;
  text-align: center;
  line-height: 1.4em;
  transition: all .3s ease-in-out;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  min-height: 90px;
  margin-top: 30px;
}
a.folio-request:hover {
  background: white;
  color: black;
  border: 1px solid white;
  transition: all .3s ease-in-out;
}

.noscroll {
    overflow: hidden
}


.header {
  opacity: 1;
  transition: opacity .5s;
}
.header:hover {
  opacity: 1;
}
.img-logo-left, .img-logo-right {
  opacity: .4;
  transition: opacity .5s;
}
.img-logo-left:hover, .img-logo-right:hover {
  opacity: 1;
}


@media (max-width: 1023px) {
  .rowpopup {
    flex-direction: column;
  }
  .col.double {
    margin-bottom: 45px;
    padding: 0;
  }
  .portfolio-request {
    margin-top: 30px;
  }
  .text-top-left {
    flex: 0;
  }
  .btn-close {
    position: fixed;
    right: 20px;
  }
  .content {
    overflow: hidden;
    max-height: 100vh;
  }
  a.folio-request {
    height: 90px;
  }
  .header {
    opacity: 1;
  }
  .img-logo-left, .img-logo-right {
    opacity: 1;
  }
}
