*, ::before, ::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 300;
  font-family: "Outfit", Arial, Helvetica, sans-serif; }

  :root {
    --brokenWhite: #F3F3F3;
    --wht: #fff;
    --blk: #000;
    --red: #D02324;
    --gry: #dfdede;
    --fitContentWidth: "width: -webkit-fit-content; width: -moz-fit-content; width: fit-content";
    --fitContentHeight: "height: -webkit-fit-content; height: -moz-fit-content; height: fit-content"
  }

body { background-color: var(--wht); text-align: left; font-family: Arial; font-weight: bold; font-size: 10pt;
  /* min-height: 100vh;
  display: flex;
  flex-direction: column; */
}

#barba-wrapper { min-height: 100vh; height: var(--fitContentHeight); clear: both}
.mobile #barba-wrapper { top:0; position: absolute;}

.txt a, .txt a:visited { color: var(--blk); text-decoration: none; }
.txt a:hover, .txt a:focus { color: var(--red); text-decoration: underline; font-style: italic }

.spc50 { height: 50px; clear: both; }
.spc100 { height: 100px; clear: both; }
.spc150 { height: 150px; clear: both; }

.top10 { margin-top: 10vh }

.outfit300 {
font-family: "Outfit", sans-serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
}

b, .outfit500 {
font-family: "Outfit", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
}

.playfair-display-400 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.playfair-ita-400 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}

.playfair-display-900 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.desktop .t16-20 { font-size: 16pt }
.mobile .t16-20 { font-size: 20pt }

@media only screen and (min-width: 500px) {
  .mobile .t16-20 { font-size: 16pt }
}

.ndsp { display:none; }
.clear { clear: both; padding-top: 50px }
.lefty { text-align: left }

.desktop .pc { display: block}
.mobile .pc {display: none}

.desktop .sp { display: none}
.mobile .sp {display: block}

.fll { float: left; }
.fl { float: left; padding-left: 50px; }

.desktop .top0 { top: 10vh; position: absolute; z-index: 50;}
.mobile .top0 { top: 10vh; position: absolute; z-index: 50;}

.mtop10 { margin-top: 100px; position: relative}
.ml50 { margin-left: 50px; }
.ml100 { margin-left: 100px; }

/* Header */ 

.desktop .logo { width: 7vw; height: auto; margin-left: auto; margin-right: auto; top: 1.5vh; position: relative; z-index: 800 
  /* transition:opacity .4s  */
}
.mobile .logo { width: 30vw; height: auto; margin-left: auto; margin-right: auto; top: 18px; position: relative; z-index: 800 }
.mobile .logo img { width: 100%; }

@media only screen and (min-width: 500px) {
  .mobile .logo { width: 17vw; height: auto; margin-left: auto; margin-right: auto; top: 14px; position: relative; z-index: 800 }
}

/* Navigation */

.component-header__container {
  position: relative;
  height: 100vh; }

.component-header__menu-open {
  color: #000; z-index: 900; }

.component-header__nav-container {
  position: fixed;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: #000; }

.component-header__menu-open, .component-header__menu-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 40px;
  font-size: 15px;
  cursor: pointer; }
  
  .component-header__menu-open {
  	  	color: #000;
  }
  
  .component-header__menu-close {
  	color: #fff;
  }

  .component-header__nav-container { z-index: 999;}

.component-header__socials {
  position: absolute;
  top: 90vh;
  left: 0;
  margin: 40px 100px; }
  
  .mobile .component-header__socials { top: calc(100vh - 20vh); margin: 10px 10px;}

  @media only screen and (min-width: 500px) {
    .mobile .component-header__socials { left: 3vw; top: calc(100vh - 27vh); margin: 10px 10px;}
  }
  
.component-header__socials span {
text-transform: uppercase;
margin: 0 20px; }
	
.component-header__socials a, .component-header__socials a:visited { color: #fff; text-decoration: none; letter-spacing: 1.1em; cursor: pointer; cursor: hand; }
.component-header__socials a:hover { color: var(--red); text-decoration: none; cursor: pointer; cursor: hand; letter-spacing: 1.1em; }

.mobile .component-header__socials a, .mobile .component-header__socials a:visited { letter-spacing: 1vw; }

.component-header__menu {	
  color: #fff;
  padding: 10vh 0 25vh;
  --offset: 20vw;
  --move--initial: calc(-25% + var(var(--offset)));
  --move-final: calc(-50% + var(--offset));
  font-size: 7vw; }

.component-header__menu-item {
  position: relative;
  padding: 0 6vw; }
  
.mobile  .component-header__menu-item {
    position: relative;    
    padding: 2vh 6vw; }

.component-header__item-link {
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: inherit;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }
  .component-header__item-link::before {
    all: initial;
    position: absolute;
    bottom: 60%;
    left: 0;
    pointer-events: none; }
  .component-header__item-link:hover {
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s;
    opacity: 0; }


    .mobile .component-header__item-link {  font-size: 14vw; }

    @media only screen and (min-width: 500px) {
      .mobile .component-header__item-link {  font-size: 5vw; }
    }

.component-header__item-img {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  height: 12vh;
  max-height: 600px;
  left: 60%;
  top: 10%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.component-header__item-link:hover + .component-header__item-img {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }


.component-header__marquee {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #d6d6d6;
  pointer-events: none; }

.component-header__marquee-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  opacity: 0;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px); }

.component-header__item-link:hover ~ .component-header__marquee > .component-header__marquee-inner {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s; }

.component-header__item-link,
.component-header__marquee span {
  white-space: nowrap;
  font-size: 7vw;
  padding: 0 1vw;
  line-height: 1.15; }

.component-header__marquee span {
  font-style: italic; }

  /* Footer */ 

  .ft { width: 100vw; height: 225px; bottom: 0; left: 0; position: relative; clear: both }
  .mobile .ft { display: none }

  /* footer { margin-top: auto; } */
  .f-line { width: 90vw; height: 1px; background-color: var(--gry); position: relative; margin-left: 2vw }
  .f-f { margin-top: 3vw; padding-bottom: 10vh }
  .f-logo { width: 6vw; height: auto; margin-left: auto; margin-right: auto; position: relative; top: -1vh }

  .f-left { font-size: 7pt; text-align: left; top: 0; margin-left: 7vw }
  .f-right { font-size: 7pt; text-align: right; top: 0; margin-right: 13vw; margin-top: -4vh }
  .f-right span { text-align: right; margin-left: 2vw; top: 0 }
  
  .mobile .f-line { margin-left: 10vw; width: 80vw }
  .mobile .f-right { display: none }
  .mobile .f-logo { display: none }
  .mobile .f-left { margin-left: 15vw; }
  

  /* Content */

  .desktop .third { width: 33%; float:left; text-align: center; }
  .mobile .third { width: 100%; float:left; text-align: center; }

  .desktop .fullw { width: 100vw; float:left; top: -100vh; position: relative; text-align: left; }
  .desktop .half { width: 50vw; float:left; top: 0; position: absolute; text-align: left; }
  .mobile .half { width: 90vw; float:left; text-align: left; }
  .desktop .halfright { z-index: 51; width: 50vw; left: 50vw; top: 0; position: absolute; }
  .mobile .halfright { z-index: 51; width: 90vw; left: 5vw; top: auto; position: relative; }


  /* Front texts */ 

  .bx-scroller { width: 120vw; float: left;}
  .mobile .bx-scroller { width: 90vw; top: 0; position: absolute; }

  .bx-txt { width: 60vw; height: 100vh; background-color: #fff; top: 30vh; left: 15vw; position: absolute; z-index: 60; }
  .bx-img, .bx-git { width: 20vw; height: 100vh; background-color: var(--wht); top: 0; left: 75vw; position: absolute; z-index: 60;
  line-height: 3; padding-top: 7vh }

  .bx-clients { width: 20vw; height: 100vh; background-color: var(--wht); top: 0; left: 75vw; position: absolute; z-index: 60;
    line-height: 3; padding-top: 7vh }
  
  .desktop .bx-line { width: 0.7px; height: 60vh; top: 20vh; left: 67vw; position: absolute; z-index: 61; background-color: var(--gry);
    /* background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255, 1)); */
  }

  .mobile .bx-line { display: none }

  .mobile .bx-txt, .mobile .bx-img { height: auto; width: 100vw; left: 0; top: 18vh; position: relative; }
  
  .mobile .bx-clients { width: 100vw; left: 0; margin-top: 315vh; position: absolute; height: auto; background-color: var(--almostWhite); 
    top: auto; clear:both; font-size: 1.2em; font-family: 'Playfair Display'; padding-left: 8vw; }

  .mobile .bx-git { width: 100vw; left: 0; margin-top: 135vh; position: absolute; height: auto; background-color: var(--almostWhite); 
    top: auto; clear:both; font-size: 1.2em; font-family: 'Playfair Display'; padding-left: 8vw; }

   @media only screen and (min-width: 500px) {
      .mobile .bx-clients { margin-top: 579vh; font-size: 0.7em; padding-left: 8vw; }
   }

   @media only screen and (min-width: 500px) {
    .mobile .bx-git { margin-top: 190vh; font-size: 0.7em; padding-left: 8vw; }
 }
    
      
  .bx-txt a, .bx-txt a:visited,  .bx-img a, .bx-img a:visited, .bx-git a, .bx-git a:visited { color: var(--blk) }
  .bx-txt a:hover, .bx-img a:hover, .bx-git a:hover { color: var(--red) }

  .hd-bx {  
    top: 12vh;
    left: 4vw;
    position: absolute;
    width: 40vw;    
    border-top: 1px solid var(--gry);
    border-bottom: 1px solid var(--gry);  
    font-family: 'Playfair Display'; font-size: 4em; color: #000; font-style: italic; font-weight: 300;
    padding-top: 2vh;
    padding-bottom: 2.5vh;
  }

  .mobile .hd-bx { left: 8vw; top: 15vh; width: 84vw; font-size: 2.5em; padding-top: 2vh }

  @media only screen and (min-width: 500px) {
    .mobile .hd-bx { left: 8vw; top: 25vh; width: 84vw; font-size: 2em; padding-top: 2vh }
  }

  .hd-cnt { width: 40vw; float: left; left: 4vw; top: 28vh; position: absolute;
   }

   .mobile .hd-cnt { width: 90vw; top: 30vh; left: 7vw}

   @media only screen and (min-width: 500px) {
    .mobile .hd-cnt { width: 90vw; top: 44vh; left: 7vw; font-size: 0.7em}
  }

   .hd-tl { width: 18vw; margin-right: 3vw; float: left; position: relative; text-justify: auto;
          font-family: "Outfit", sans-serif; line-height: 2; font-size: 0.9em
   }
   .hd-tr { width: 18vw; float: left; position: relative; text-justify: auto;
          font-family: "Outfit", sans-serif; line-height: 2; font-size: 0.9em
   }

   .mobile .hd-tl, .mobile .hd-tr { width: 84vw }

  /* Cases - Book Trailers */

  .desktop .trailer { z-index: 99;  width: 50vw; height: 100vh; top: 0; }
  .mobile .trailer { z-index: 99; width: 95vw; height: 95vh; margin-left: 2.5vw; }

  .desktop .trailer1x1 { width: 30vw; height: 30vw; top: 0 }
  .mobile .trailer1x1 { width: 95vw; height: 95vw; margin-left: 2.5vw; }

  /* Testimonials */ 
  
  .quote { font-weight: normal; font-style: normal; font-size: 9pt; float: left }
  .author b { 
    font-size: 13pt;
    clear: both; color: var(--red); float: none; padding-left: 20px; padding-top: 10px }
  .authorKnown { font-family: "Playfair Display", serif;    
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic; font-size: 9pt; float: none; padding-left: 20px; line-height: 1.2 }

 .mobile .quote { padding-bottom: 20px }

 @media only screen and (min-width: 500px) {
  .mobile .quote { padding-bottom: 20px; font-size: 7pt }
  .mobile .authorKnown { font-size: 6pt }
 }

  .qline { margin-top: 25px; margin-bottom: 25px; height: 0.7px; background-color: var(--gry); }
  
  /* HERO AND PORTFOLIO */


  .hero { width: 100vw; height: 30vh; left:0; top: 0; position: absolute; z-index: 149; text-align: center}
  .hero-tt { margin-left: auto; margin-right: auto; position: relative; top: 13vh; font-size: 1em; font-weight: 500; letter-spacing: 0.5em;}
  .hero-tm { margin-left: auto; margin-right: auto; position: relative; top: 16vh; font-size: 7em; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;}
  .hero-tb { margin-left: auto; margin-right: auto; position: relative; top: 20vh; font-size: 0.8em; font-weight: 300; letter-spacing: 0.1em;}

  .nextgen { margin-left: auto; margin-right: auto; position: relative; width: 40vw; height: 30vh; left: 19vw; top: 0; position: absolute; z-index: 149; text-align: center}
  .nextgen-tt { font-family: "Playfair Display", serif;  position: relative; top: 13vh; font-size: 5em; font-weight: 500; letter-spacing: 0em; text-transform: uppercase; text-align: left;}
  .nextgen-tm { font-family: "Playfair Display", serif;  position: relative; top: 11vh; font-size: 5em; font-weight: 500; letter-spacing: 0em; text-transform: uppercase; text-align: left;}
  .nextgen-tb { position: relative; top: 10vh; text-align: left;}  
  .nextgen-tb b { font-family: "Playfair Display", serif; font-style: italic; text-transform: lowercase; font-size: 5em; font-weight: 300; letter-spacing: -0.05em; float: left}
  .nextgen-tb i { font-family: "Playfair Display", serif; font-style: italic; margin-left: 0.2em; margin-top: -0.15em; color: var(--red); text-transform: lowercase; font-size: 6em; font-weight: 300; letter-spacing: -0.02em; float: left}

  .mobile .nextgen { left: 8vw; top: 1vh;}
  .mobile .nextgen-tt { font-size: 2em }
  .mobile .nextgen-tm { font-size: 2em; top: 12vh }
  .mobile .nextgen-tb { font-size: 2em; top: 11vh; width: 90vw; }  
  .mobile .nextgen-tb b { font-size: 1.2em; letter-spacing: -0.02em; }
  .mobile .nextgen-tb i { font-size: 1.3em ; margin-top: -0.1em; font-weight: 500 }


/* 
  #section-18-1219 > .ct-section-inner-wrap {
    padding-top: 400px;
    padding-bottom: 400px;
    display: flex;
    flex-direction: row;
    align-items:center
}

#section-18-1219 {
    background-image: url(/book-trailers/hero-the-infiltrator.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background-position:50% 65%
}

@media (max-width: 991px) {
  #section-18-1219 > .ct-section-inner-wrap {
      padding-top: 150px;
      padding-bottom:150px
  }
}

#text_block-20-1219 {
  transform: translate(-100%);
  font-family: 'Playfair Display';
  color: #ff5252;
  font-weight: 900;
  font-size: 200px;
  line-height: 1;
  position: absolute;
  mix-blend-mode:darken
} */
