
/* ------------------------------------------------------------------
Theme: Simple Studio - Creative Bootstrap Theme
Author: Marija Zaric
------------------------------------------------------------------ */


/* ----------------------------------------------------
	 GLOBAL  STYLES 
------------------------------------------------------- */


body {
  font-family: "Podkova", serif;
  background: transparent;
  border: 20px #b45450 solid;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;		
}


a {
  color: #b45450;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  color: #A7CDCC;
  text-decoration: underline;
}

p {
  margin-bottom: 1.5em;
  font-size: 18px;
  color: #727272;
  font-weight: 300;
  font-family: "Podkova", serif;
}


h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Podkova", serif;
  font-weight: 300;
  margin: 0 0 30px 0;
}

#home-section {
  margin-top: 100px;
  padding-bottom: 90px;
}

.home-heading {
  font-size: 40px;
  font-weight: 300;
  /*line-height: 1.4;*/
  margin-bottom: 0;
  padding-bottom: 20px;
  letter-spacing: 2px;
}

.text-home {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  /* margin-bottom: 29px; */
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #939393;
}

.home-heading span {
  background-color: #b45450;
  color: white;
  /* padding: 4px; */
}

.home-heading .cta-effect-15 {
  position: relative;
  display: inline-block;
  color: rgba(180, 84, 80, 0.45);
  text-decoration: none;
  text-shadow: none;
}

.home-heading .cta-effect-15:hover,
.home-heading .cta-effect-15:focus {
  color: rgba(180, 84, 80, 0.45);
  text-decoration: none;
}

.home-heading .cta-effect-15 span {
  display: inline-block;
  position: relative;
  background: none;
  color: inherit;
  padding: 0;
}

.home-heading .cta-effect-15::before {
  content: attr(data-hover);
  position: absolute;
  top: 0;
  left: 0;
  color: #b45450;
  white-space: nowrap;
  pointer-events: none;
  opacity: 1;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.home-heading .cta-effect-15:hover::before,
.home-heading .cta-effect-15:focus::before {
  opacity: 1;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}

.hero-lexicon {
  cursor: default;
}

.home-heading .hero-lexicon__copy,
.home-heading .hero-lexicon__line,
.home-heading .hero-lexicon__word,
.home-heading .hero-lexicon__word-main,
.home-heading .hero-lexicon__word-alt,
.home-heading .hero-lexicon__cta,
.home-heading .hero-lexicon__cta span {
  background: none;
  color: inherit;
}

.hero-lexicon__copy {
  display: inline-block;
}

.hero-lexicon__line {
  display: block;
  white-space: nowrap;
}

.hero-lexicon__word {
  position: relative;
  display: inline-block;
  color: rgba(0, 0, 0, 0.88);
  line-height: inherit;
  vertical-align: baseline;
  overflow: visible;
  transition: width 170ms ease-out;
}

.hero-lexicon__word-main,
.hero-lexicon__word-alt {
  display: inline-block;
  white-space: nowrap;
  transition: opacity 170ms ease-out, transform 170ms ease-out;
  will-change: opacity, transform;
  transform-origin: left center;
}

.hero-lexicon__word-main {
  position: relative;
  z-index: 2;
}

.hero-lexicon__word-alt {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  color: rgba(34, 34, 34, 0.96);
  transform: translate3d(2px, 1px, 0);
}

.hero-lexicon__word.is-alt .hero-lexicon__word-main {
  opacity: 0;
  transform: translate3d(-1px, -2px, 0);
}

.hero-lexicon__word.is-alt .hero-lexicon__word-alt {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hero-lexicon__cta {
  position: relative;
  display: inline-grid;
  color: #b45450 !important;
  text-decoration: none;
  text-shadow: none;
  margin-top: 0.06em;
  transform-origin: left center;
}

.hero-lexicon__cta:hover,
.hero-lexicon__cta:focus {
  color: #b45450 !important;
  text-decoration: none;
}

.hero-lexicon__cta-main {
  color: #b45450 !important;
}

.hero-lexicon__cta-main,
.hero-lexicon__cta-alt {
  grid-area: 1 / 1;
  transition: opacity 210ms ease-out, transform 210ms ease-out;
  will-change: opacity, transform;
}

.hero-lexicon__cta-main {
  position: relative;
  z-index: 2;
}

.hero-lexicon__cta-alt {
  opacity: 0;
  color: rgba(32, 32, 32, 0.88);
  transform: translate3d(1px, 2px, 0);
  transform-origin: left center;
  white-space: nowrap;
}

.hero-lexicon__cta::after {
  content: "";
  position: absolute;
  left: -0.08em;
  right: -0.06em;
  bottom: 0.08em;
  height: 0.26em;
  background: rgba(180, 84, 80, 0.12);
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  transition: transform 180ms ease-out, opacity 180ms ease-out;
  z-index: 1;
}

.hero-lexicon__cta.is-alt::after,
.hero-lexicon__cta:hover::after,
.hero-lexicon__cta:focus::after {
  transform: scaleX(1);
  opacity: 1;
}

.hero-lexicon__cta.is-alt .hero-lexicon__cta-main {
  opacity: 0;
  transform: translate3d(0, -2px, 0);
}

.hero-lexicon__cta.is-alt .hero-lexicon__cta-alt {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#inner-section {
   margin-top: 100px;
   padding-bottom: 110px;
}

.inner-heading {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0;
  padding-bottom: 20px;
  letter-spacing: 2px;
}

.text-inner {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.inner-heading  span {
  background-color: #c1d6d6;
  color: white;
  padding: 4px;
}

.line-symbol2 {
  padding: 0;
  border: none;
  border-top: 1px solid #DADADA;
  color: #DADADA;
  text-align: center;
  width: 83%;
  margin: 0 auto;
  background: transparent;
  margin-top: 113px;
}

.line-symbol2:after {
  content: url(../media/graphics/wave.png);
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 0.9em;
  padding: 0 0.25em;
  background: white;
}


.list-doc {
    padding-left: 20px;
    margin-bottom: 20px;
	list-style: circle;
}

.list-doc li {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    padding-bottom: 10px;
    letter-spacing: 0;
    color: #1a1a1a;
}


/* ----------------------------------------------------
	OVERLAY MENU 
------------------------------------------------------- */


.navbar-custom {
    margin-bottom: 0;
    text-transform: none;
    font-weight: 400;
    -webkit-transition: background .5s ease-in-out;
   -moz-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

.navbar-custom .navbar-brand {
    font-weight: 400;
    font-size: 25px;
    padding: 0;
    margin-top: 60px;
}

.navbar-custom .navbar-brand span.brand-logo{
    display: inline-block;
    /* padding: 14px 0; */
    margin: 0 16px;
    
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 2px 6px;
    color: black;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: rgba(254,82,76, 1); 
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255, 255, 255, .8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, .3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}


/* Custom overlay navigation
/* ---------------------------------------------- */
.button_container {
    position: relative;
    margin-top: 64px;
    height: 28px;
    width: 28px;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: opacity .25s ease, -webkit-transform .28s ease;
            transition: opacity .25s ease, transform .28s ease;
}

.button_container.active .top {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    background: #fff;
}

.button_container.active .middle {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    background: #fff;
}

.button_container.active .bottom {
    opacity: 0;
}

.button_container span {
    background: black;
    border: none;
    border-radius: 999px;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: background-color .22s ease, opacity .18s ease, -webkit-transform .28s cubic-bezier(.22,.7,.16,1);
            transition: background-color .22s ease, opacity .18s ease, transform .28s cubic-bezier(.22,.7,.16,1);
    cursor: pointer;
}

.button_container .top {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.button_container .middle {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
}

.button_container .bottom {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scaleX(.35);
        -ms-transform: translate(-50%, -50%) scaleX(.35);
            transform: translate(-50%, -50%) scaleX(.35);
}

/* The overlay */
.overlay {
    position: fixed;
    display: block; 
    background: #b45450;
    top: 0;
    border: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
            transition: opacity .35s, visibility .35s, height .35s;
    overflow: auto;
}

.overlay.open {
    opacity: .95;
    visibility: visible;
    height: 100%;
}

.overlay nav {
    position: relative;
    height: 50%;
    top: 50%;
    text-transform: none;
    font-weight: 700;
    text-align: center;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15%;
    height: calc(100% / 8);
    min-height: 68px;
    position: relative;
    opacity: 1;
	font-size: 26px;
}

.overlay ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    padding: .12em .18em;
    letter-spacing: .015em;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 50%;
}

/* Link underline on hover */
.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    background: #fff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: .15s;
            transition: .15s;
}

.menu-flap {
    display: inline-flex;
    white-space: nowrap;
    -webkit-perspective: 420px;
            perspective: 420px;
}

.menu-char {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(-0.42em) rotateX(-86deg);
        -ms-transform: translateY(-0.42em) rotateX(-86deg);
            transform: translateY(-0.42em) rotateX(-86deg);
    -webkit-transform-origin: 50% 18%;
        -ms-transform-origin: 50% 18%;
            transform-origin: 50% 18%;
    -webkit-transition: opacity .16s ease, -webkit-transform .24s cubic-bezier(.18,.72,.15,1);
            transition: opacity .16s ease, transform .24s cubic-bezier(.18,.72,.15,1);
    -webkit-transition-delay: calc(var(--menu-item-delay, 0ms) + (var(--char-index, 0) * 18ms));
            transition-delay: calc(var(--menu-item-delay, 0ms) + (var(--char-index, 0) * 18ms));
}

.menu-char--space {
    width: .34em;
}

.overlay.open .menu-char {
    opacity: 1;
    -webkit-transform: translateY(0) rotateX(0deg);
        -ms-transform: translateY(0) rotateX(0deg);
            transform: translateY(0) rotateX(0deg);
}


/* ----------------------------------------------------
	BUTTONS
------------------------------------------------------- */


.btn {
	font-size: 15px;	
	font-weight: 400;
	color: white;
	margin-top: 35px;
	border: none;
	background-color: #393b3d;	
	padding: 12px 18px;
	-webkit-transition: all .35s; 
	transition: all .35s;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.btn:hover {
	background-color: #4c4f51;
	color: white;
}

.ghost-btn {
	background-color: transparent;
	color: white;
	border: 1px solid white;
}

.ghost-btn:hover {
	background-color: white;
	color: #393b3d;
}

.contact-btn {
	color: white;
    border: 2px solid #4c4752;
	margin-top: 25px;
	margin-bottom: 16px;
	background-color: #4c4752;
background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23050506' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.contact-btn:hover {
	background-color: #3c3841;
	border-color: #404040;	
}


/* ----------------------------------------------------
	HOME STYLES
------------------------------------------------------- */


.banner {
	margin-top: -50px;
	padding-bottom: 130px;
  /* border: solid;
  border-width: 8px;
  border-color:#b45450;
  position: relative;
    overflow: hidden; */
}

.banner-distortion {
  position: relative;
}

.banner-media {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #efeeeb;
}

.banner-fallback,
.banner-canvas {
  display: block;
  width: 100%;
  height: auto;
}

.banner-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.18s ease-out;
  pointer-events: none;
}

.banner-distortion.is-ready .banner-canvas {
  opacity: 1;
}

.banner-distortion.is-ready .banner-fallback {
  opacity: 0;
}

.banner-distortion.is-ready .vertical-text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.col-md-12 video {
  width: 100%;
  height: auto;
  object-fit: contain;
}

  
.photos {
 /* Prevent vertical gaps  */
  line-height: 0;
  -webkit-column-count: 3;
  -webkit-column-gap:   0px;
  -moz-column-count:    3;
  -moz-column-gap:      0px;
  column-count:         3;
  column-gap:           0px;  
  
}

/* #photos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  
}

#photos figure {
  width: 300px;

} */

 .block {
	background-color: #b45450;
/* background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23050506' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E"); */
	padding: 20px;
	min-height: 300px;
	display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    outline-offset: -18px;
}

 .block .text {
  font-size: 30px;
  text-transform: uppercase;
  color: white;
  font-weight: 300;
  margin-top: 50px;
}

 .block .text p {
  font-size: 15px;
  text-transform: uppercase;
  color: white;
  font-weight: 300;
  margin-top: 50px;
} 

 .block1 {
	background-color: #eaeaea;
	padding: 20px;
	min-height: 262px;
}

 .block1 .text {
  font-size: 19px;
  color: black;
  font-weight: 300;
  margin-top: 40px;
  line-height: 1.7;
  text-align: left;
}

.story { 
	margin-top: 30px;
	color: #b45450;
	font-size: 16px;
	text-align: left;
}

.grid {
	position: relative;
	list-style: none;
	text-align: center;
	margin-top: 40px;
}


.grid figure {
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	line-height: 1.4;
}

.grid figure img {
	position: relative;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 400;
}

.grid figure h2 span {
	font-weight: 400;
	margin-left: 10px;
}


.grid figure p {
	letter-spacing: 1px;
	color: white;
	text-align: center;
}

/* 
figure.effect-julia {
	background: #2f3238;
} */

figure.effect-julia img {
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
	font-size: 20px;
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 20px;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 400;
	font-size: 18px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/* ----------------------------------------------------
	MASONRY STYLES
------------------------------------------------------- */


@media (max-width: 1204px) {
  .photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 1000px) {
  .photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 800px) {
  .photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 600px) {
  .photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

.vertical-text {
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform-origin: left top 0;
	-moz-transform-origin: left top 0;
	-webkit-transform-origin: left top 0;
	transform-origin: left top 0;
	background: transparent;
	color: #b45450;
	margin-left: 120px;
	padding: 10px;
	text-transform: uppercase;
	text-transform: 1px 1px 0px rgba(0, 0, 0, 0.5);
	float: left;
	letter-spacing: 0.2em;
	font-size: 17px;
}

.vertical-text-projects {
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform-origin: left top 0;
	-moz-transform-origin: left top 0;
	-webkit-transform-origin: left top 0;
	transform-origin: left top 0;
	background: transparent;
	color: #b45450;
	margin-left: 120px;
	padding: 10px;
	text-transform: uppercase;
	text-transform: 1px 1px 0px rgba(0, 0, 0, 0.5);
	float: left;
	letter-spacing: 0.2em;
	font-size: 17px;
}

.line-symbol {
    padding: 0;
    border: none;
    border-top: 1px solid #DADADA;
    color: #DADADA;
    text-align: center;
	width: 83%;
	margin: 0 auto;
	background: transparent;
	margin-top: 8px;
	margin-bottom: 15px;
}

.line-symbol:after {
    content: url(../media/graphics/wave.png);
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 0.9em;
    padding: 0 0.25em;
    background: white;
}

.line-symbol1 {
    padding: 0;
    border: none;
    border-top: 1px solid #DADADA;
    color: #DADADA;
    text-align: center;
	width: 83%;
	margin: 0 auto;
	background: transparent;
	margin-top: 93px;
	margin-bottom: 43px;
}

.line-symbol1:after {
    content: url(../media/graphics/wave.png);
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 0.9em;
    padding: 0 0.25em;
    background: white;
}


#client-section {
   margin-top: 30px;
   padding-bottom: 90px;
}

.client-heading {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0;
  padding-bottom: 20px;
  letter-spacing: 2px;
}

.client-logos {
	margin-left: 20px;
}


/* ----------------------------------------------------
	STUDIO STYLES
------------------------------------------------------- */

.studio-margin {
	margin-top: 55px;
}

.studio-heading {
   font-size: 30px;
   font-weight: 700;
   line-height: 1.4;
   margin-bottom: 0;
   padding-bottom: 20px;
   letter-spacing: 2px;
}

.studio-heading span {
   font-size: 20px;
   font-weight: 300;
   line-height: 1.4;
   margin-top: 6px;
   padding-bottom: 50px;
   letter-spacing: 2px;
   display: block;
   color: #b45450;
}

.text-studio {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 0;
  padding-bottom: 20px;
  letter-spacing: 0;
  color: #1a1a1a;
}

.text-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  padding-bottom: 20px;
  letter-spacing: 0;
  color: #1a1a1a;
  text-transform: uppercase;
}

.list-group {
    padding-left: 20px;
    margin-bottom: 20px;
	list-style: circle;
}

 .img-studio {
    border: 20px #c1d6d6 solid;
    position: relative;
	margin-top: 10px;
}



/* Clients section */


.clients-heading {
	color: #ff6633;
	font-size: 22px;
	text-align: center;
	padding-bottom: 15px;
}


.clients-logos {
	margin-top: -40px;
	margin-bottom: 14px;
}

.clients-a {
	margin-top: 110px;
	padding-bottom: 15px;
}

/* Team banner*/

.team-banner {
    display: table;
    width: 100%;
    height: 560px;
    color: #fff;
    background: url(../img/team-banner.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.team {
    padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 88px;
}

.team-heading {
	color: white;
	font-size: 22px;
	margin-top: 22px;
	padding-bottom: 10px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 2px;
}

.bg-team {
	background-color: #ff6633;
}


/* ----------------------------------------------------
	PROJECT STYLES
------------------------------------------------------- */


.inner-projects {
   margin-top: 40px;
   padding-bottom: 90px;
}

.inner-projects-heading {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0;
  padding-bottom: 20px;
  letter-spacing: 2px;
}

.text-inner-projects {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.inner-projects-heading   span {
	background-color: #c1d6d6;
	color: white;
	padding: 4px;
}

 .block-project {
	padding: 20px;
	min-height: 263px;
	background-position: left top;
	background-repeat: no-repeat;
  margin-bottom: 15px;
}


/* ----------------------------------------------------
	PROJECT DECSRIPTION STYLES
------------------------------------------------------- */

.projectd-margin {
	margin-top: 55px;
}

.projectd-heading {
   font-size: 30px;
   font-weight: 700;
   line-height: 1.4;
   margin-bottom: 0;
   padding-bottom: 50px;
   letter-spacing: 2px;
}

.projectd-heading span {
   font-size: 20px;
   font-weight: 300;
   line-height: 1.4;
   margin-top: 6px;
   padding-bottom: 50px;
   letter-spacing: 2px;
   display: block;
   color: #b45450;
}

.text-projectd {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 0;
  margin-top: 40px;
  padding-bottom: 20px;
  letter-spacing: 0;
  color: #1a1a1a;
}

.text-projectd-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 0;
  margin-top: 20px;
  padding-bottom: 20px;
  letter-spacing: 0;
  color: #1a1a1a;
}

.image-project {
	margin-top: 70px;
	padding-bottom: 40px;
}

.image-project1 {
	position:relative;
	margin-left: -100px;
	top: 120px;
}


.image-project-a {
	margin-top: 0;
}

.image-project2 {
	position:relative;
	margin-left: -100px;
	margin-top: 70px;
}

.text-projectd1 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0;
  margin-top: 150px;
  background-color: #b45450;
  padding: 20px;
  color: white;
  width: 83%;
}

.projectd-padding {
	padding-top: 65px;
}

/* ----------------------------------------------------
	CONTACT STYLES
------------------------------------------------------- */

.form-control {
	display: block;
	width: 90%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 1px solid #c1d6d6;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


label {
	font-size: 20px;
	font-weight: 700;
	color: #b45450;
	padding-bottom: 6px;
}

.contact-margin {
	margin-top: 55px;
}

.contact-heading {
   font-size: 30px;
   font-weight: 700;
   line-height: 1.4;
   margin-bottom: 0;
   padding-bottom: 20px;
   letter-spacing: 2px;
}

.contact-heading span {
   font-size: 20px;
   font-weight: 300;
   line-height: 1.4;
   margin-top: 6px;
   padding-bottom: 50px;
   letter-spacing: 2px;
   display: block;
   color: #b45450;
}

.text-contact {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 0;
  padding-bottom: 20px;
  letter-spacing: 0;
  color: #1a1a1a;
}

#map-canvas {
	height: 400px;
	width: auto;
	margin-top: 110px;
	margin-bottom: 90px;
}


/* ----------------------------------------------------
	FOOTER
------------------------------------------------------- */

footer {
	background-color: #b45450;
	/* background-image:url(../images/mag.png); */
	background-position: left top;
	background-repeat: repeat;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

footer .container {
	width: 100%;
}

.section-bg-color {
	background-color: #b45450; 
	padding-top: 42px;
	padding-bottom: 42px;
/* background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23050506' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E"); */
}

.section-bg-color1 {
	background-color: #eaeaea;
	padding-top: 54px;
	padding-bottom: 54px;
	height: 256px;
}

.section-bg-color1 h3 {
	margin-top: 45px;
	font-size: 16px;
	margin-left: 130px;
}

.section-bg-color h2 {
	margin-top: 40px;
	letter-spacing: 0.1em;
	font-size: 17px;
	color: #E0DDDD;
	text-align: left;
}

.section-bg-color p {
	color: #E0DDDD;
	font-size: 14px;
	margin-top: -10px;
}

.section-bg-color a,
.section-bg-color a:hover,
.section-bg-color a:focus {
  color: #ffffff;
}

.icons-f {
	margin-right: 10px;
}


/* ----------------------------------------------------
	RESPONSIVE  STYLES
------------------------------------------------------- */


@media(max-width: 1024px) {

body {
  border: 10px solid #b45450;
}

.home-heading, .inner-heading, .inner-heading-team, .inner-projects-heading {
	 margin-top: 50px;
}
  
.designer-top span {
    font-size: 15px;
}

}

@media screen and (max-width: 1550px) and (min-width: 768px) {
  #home-section .col-md-8.pull-right {
    float: none !important;
    width: 100%;
  }

  #home-section .home-heading,
  #home-section .text-home,
  #home-section .social {
    max-width: 100%;
  }
}


@media(max-width: 768px) {
 
header {
    padding: 2em 0;
  }
  
body {
  border: none;
}

.designer-top{
	width:100%;
	float:none;
}

.home-heading, .inner-heading, .inner-heading-team, .inner-projects-heading {
	 font-size: 30px;
 }

.image-project1 {
	position:relative;
	margin-left: 0;
	top: 0;
	padding-bottom: 10px;
}

.image-project-a {
	margin-top: 0;
}

.image-project2 {
    position:relative;
	margin-left: 0;
	top: 0;
	padding-bottom: 10px;
}

.text-projectd1 {
  margin-top: 80px;
  width: 100%;
}

.speciality-info h3 {
	font-size: 18px;
	line-height: 1.4;
}

.text-studio {
  font-size: 17px;
}

.section-bg-color {
	width: 100%;
}

.section-bg-color1 {
	width: 50%;
}

.vertical-text-projects {
	-ms-transform: rotate(0);
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-ms-transform-origin: left top 0;
	-moz-transform-origin: left top 0;
	-webkit-transform-origin: left top 0;
	transform-origin: left top 0;
	background: transparent;
	color: #b45450;
	margin-left: 290px;
	padding: 10px;
	text-transform: uppercase;
	text-transform: 1px 1px 0px rgba(0, 0, 0, 0.5);
	float: left;
	font-size: 17px;
}



}

@media(min-width:768px) {

 .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
           -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
                transition: background .5s ease-in-out, padding .5s ease-in-out;
 }
  
  
 .navbar-custom.top-nav-collapse .button_container span{
        background: black;
}

    .navbar-custom.top-nav-collapse .button_container.active span.top,
    .navbar-custom.top-nav-collapse .button_container.active span.middle{
        background:#fff;
 }
 
}


@media(max-width: 480px) {
}

header {
    padding: 2em 0;
  }
  
.home-heading, .inner-heading, .inner-heading-team, .inner-projects-heading {
   	padding-top: 15px;
  }
  
body {
  border: 10px solid #b45450;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
	font-size: 18px;
}

figure.effect-julia p {
	font-size: 14px;
	padding: 20px;
	width: 100%;
	text-align:left;
}

.client-logos {
	margin-left: 0;
	margin-top: 15px;
}

.section-bg-color1 h4 {
	margin-top: 80px;
	font-size: 16px;
	margin-left: 12px;
}

.grid1, .grid2, .grid3, .grid4, .grid5, .grid6 {
	border: none;
}

.story { 
  padding-bottom: 40px;
}

.text-studio {
  font-size: 20px;
}

.section-bg-color1 {
	width: 100%;
}

.navbar-custom .navbar-brand span.brand-logo{
  height: 40px;
  width: 40px;
    margin: 15px 16px;
;
}

.inner-projects, inner-team {
   margin-top: -38px;
   padding-bottom: 50px;
}

.vertical-text-projects {
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform-origin: left top 0;
	-moz-transform-origin: left top 0;
	-webkit-transform-origin: left top 0;
	transform-origin: left top 0;
	background: transparent;
	color: #b45450;
	margin-left: 290px;
	padding: 10px;
	text-transform: uppercase;
	text-transform: 1px 1px 0px rgba(0, 0, 0, 0.5);
	float: right;
	font-size: 17px;
}

.social {
  float: left !important;
  margin-right:5px;
}
.social:hover{
  color: #b45450;
}

#filters {
  padding: 0;
  list-style: none;
  font-family: podkova;
  font-size: 1.5em;
  margin-bottom: 50px;
}
#filters li {
  display: inline-block;
  margin-right: 20px;
}
#filters li span {
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
}
#filters li span:hover, #filters li span:focus, #filters li span.active {
  color: #b45450 !important;
}


.mix {
  display: none; /* Hide all items initially */
}

.mix.visible {
  display: block; /* Show only visible items */
}

.row1 {
  margin: 0px;
}

.brand-logo svg:hover path { 
  fill: #000000;
}

.brand-logo svg path {
  fill: #b45450;
}

.clients {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.clients > div {
  text-align: center;
}

.return{
  display: inline-block;
    /* padding: 14px 0; */
    margin: 0 16px;
    position: fixed;
}

.prjct {
  padding-bottom: 30px;
}
p span {
  color: white;
  background-color: #b45450;
}

body.is-transitioning [data-barba="container"] {
  pointer-events: none;
}

[data-barba="container"] {
  will-change: opacity;
}

.page-transition-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 5000;
  transition: opacity 0.36s ease-in-out, visibility 0.36s ease-in-out;
}

.page-transition-overlay.is-active {
  visibility: visible;
}

.page-transition-overlay.is-visible {
  opacity: 1;
}

.page-transition-overlay__logo {
  width: 26px;
  height: auto;
  color: #b45450;
  opacity: 0;
  transform: scale(0.94);
  transition: transform 0.36s ease-in-out, opacity 0.36s ease-in-out;
}

.page-transition-overlay.is-visible .page-transition-overlay__logo {
  opacity: 1;
  transform: scale(1);
}

.page-transition-overlay__logo svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #b45450;
}

.page-transition-overlay__logo svg path {
  fill: #b45450;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 4990;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.gallery-lightbox.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gallery-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.92);
}

.gallery-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.gallery-lightbox__media-wrap {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-lightbox__image {
  display: none;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(78vh, 920px);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
}

.gallery-lightbox__video {
  display: none;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(78vh, 920px);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
  background: #111111;
}

.gallery-lightbox__image.is-active,
.gallery-lightbox__video.is-active {
  display: block;
}

.gallery-lightbox__close,
.gallery-lightbox__nav {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(20, 20, 20, 0.72);
  color: #f2f2f2;
  transition: background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

.gallery-lightbox__close:hover,
.gallery-lightbox__close:focus,
.gallery-lightbox__nav:hover,
.gallery-lightbox__nav:focus {
  background: rgba(30, 30, 30, 0.9);
  border-color: rgba(255, 255, 255, 0.34);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

.gallery-lightbox__close {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
}

.gallery-lightbox__nav {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
}

.gallery-lightbox__nav--prev {
  grid-column: 1;
  grid-row: 2;
}

.gallery-lightbox__nav--next {
  grid-column: 3;
  grid-row: 2;
}

.gallery-lightbox__meta {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
}

.gallery-lightbox__counter {
  display: inline-block;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(20, 20, 20, 0.7);
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.has-gallery-lightbox {
  overflow: hidden;
}

.cv-modal {
  position: fixed;
  inset: 0;
  z-index: 4995;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.cv-modal.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cv-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 16, 16, 0.46);
}

.cv-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: 88vh;
  overflow: auto;
  background: #ffffff;
  border: 12px solid #b45450;
  padding: 34px 38px 32px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.16);
}

.cv-modal__close {
  position: absolute;
  top: 16px;
  right: 18px;
  border: 0;
  background: transparent;
  color: #1a1a1a;
  font-size: 28px;
  line-height: 1;
}

.cv-modal__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  padding-right: 30px;
}

.cv-modal__eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #8e8e8e;
}

.cv-modal__download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(180, 84, 80, 0.34);
  background: #b45450;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
}

.cv-modal__download:hover,
.cv-modal__download:focus {
  color: #ffffff;
  background: #a64b47;
  text-decoration: none;
}

.cv-modal__intro {
  margin-bottom: 22px;
}

.cv-modal__intro h2 {
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.cv-modal__intro p {
  max-width: 760px;
  margin-bottom: 0;
  color: #383838;
  line-height: 1.65;
}

.cv-modal__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 46px;
}

.cv-modal__section h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(180, 84, 80, 0.16);
  position: relative;
}

.cv-modal__section h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 34px;
  height: 5px;
  background: #b45450;
}

.cv-modal__item {
  margin-bottom: 18px;
}

.cv-modal__item strong,
.cv-modal__item span {
  display: block;
}

.cv-modal__item strong {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 700;
  color: #111111;
}

.cv-modal__item span {
  color: #505050;
  font-size: 15px;
  line-height: 1.5;
}

.has-cv-modal {
  overflow: hidden;
}

figure.effect-julia img,
.thumbs img,
.thumbs video,
.contact-btn,
#filters li span,
.social a svg,
.client-logos,
.brand-logo svg,
.return svg,
.button_container {
  transition: transform 0.24s ease, opacity 0.24s ease, filter 0.24s ease, color 0.24s ease;
}

.thumbs video {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio.effect-julia a {
  position: relative;
  display: block;
  overflow: hidden;
}

.portfolio.effect-julia a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  transition: background 0.32s ease-out;
  pointer-events: none;
  z-index: 1;
}

.portfolio.effect-julia img {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.34s ease-out, opacity 0.34s ease-out, filter 0.34s ease-out;
}

.portfolio.effect-julia figcaption {
  text-align: center;
  z-index: 2;
}

.portfolio.effect-julia p {
  background: none;
  color: #111111;
  padding: 0;
  margin: 0 0 0.18em;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.portfolio.effect-julia p:first-child {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.portfolio.effect-julia p:nth-of-type(2) {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.portfolio.effect-julia:hover a::after,
.portfolio.effect-julia:focus-within a::after {
  background: rgba(255, 255, 255, 0.85);
}

.portfolio.effect-julia:hover img,
.portfolio.effect-julia:focus-within img {
  opacity: 1;
  transform: scale(1.025);
}

.thumbs a {
  display: block;
  overflow: hidden;
}

.thumbs a img {
  transform: scale(1);
  transition: transform 0.34s ease-out, opacity 0.34s ease-out, filter 0.34s ease-out;
}

.thumbs a:hover img,
.thumbs a:focus img,
.thumbs a:focus-within img {
  transform: scale(1.025);
}

#filters li span:hover,
#filters li span:focus,
#filters li span.active {
  transform: translateY(-1px);
}

.contact-btn:hover,
.social a:hover svg,
.social a:focus svg,
.brand-logo:hover svg,
.brand-logo:focus svg,
.return:hover svg,
.return:focus svg,
.button_container:hover {
  transform: translateY(-2px);
}

.social a:hover svg,
.social a:focus svg,
.brand-logo:hover svg,
.brand-logo:focus svg,
.return:hover svg,
.return:focus svg {
  color: #000000;
  fill: #000000;
}

.overlay-menu a.is-current {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.banner video {
  display: block;
  width: 100%;
  height: auto;
}

.banner-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.banner-note {
  margin: 10px 0 0;
  color: #9a9a9a;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: left;
}

.dataart-intro .inner-heading {
  margin-bottom: 0;
}

.dataart-intro .text-inner {
  margin-top: 22px;
}

.dataart-hero {
  margin-top: 10px;
}

.dataart-hero__frame {
  margin-top: -20px;
  padding-bottom: 72px;
  overflow: hidden;
}

.dataart-hero__frame img {
  display: block;
  width: 100%;
  height: min(68vh, 720px);
  object-fit: cover;
  object-position: center center;
}

.dataart-copy {
  margin-bottom: 10px;
}

.dataart-copy .projectd-heading {
  padding-bottom: 0;
}

.dataart-copy .text-projectd {
  margin-top: 0;
  padding-bottom: 0;
}

.dataart-copy .text-projectd + .text-projectd {
  margin-top: 28px;
}

.dataart-grid {
  padding-top: 14px;
}

.dataart-grid .row + .row,
.dataart-closing .row {
  margin-top: 28px;
}

.dataart-overlap-row {
  position: relative;
}

.dataart-overlap-card {
  position: relative;
  margin-left: -54px;
  margin-top: 68px;
  z-index: 2;
}

.dataart-tile--overlap img {
  max-height: min(64vh, 760px);
}

.dataart-overlap-card--tall {
  margin-top: 58px;
}

.dataart-tile--tall img {
  max-height: min(68vh, 820px);
}

.dataart-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(72vh, 860px);
}

.dataart-tile img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(72vh, 860px);
  margin: 0 auto;
}

.dataart-closing {
  padding-top: 16px;
}

.dataart-closing__copy {
  padding-left: 18px;
}

.dataart-closing__copy .text-projectd {
  margin-top: 0;
}

.dataart-closing__copy .text-projectd + .text-projectd {
  margin-top: 26px;
}

@media (max-width: 991px) {
  .dataart-hero__frame {
    padding-bottom: 56px;
  }

  .dataart-hero__frame img {
    height: min(56vh, 560px);
  }

  .dataart-tile {
    min-height: auto;
  }

  .dataart-tile img {
    max-height: min(62vh, 680px);
  }

  .dataart-overlap-card,
  .dataart-overlap-card--tall {
    margin-left: -28px;
    margin-top: 34px;
  }

  .dataart-closing__copy {
    padding-left: 0;
    padding-top: 24px;
  }
}

@media (max-width: 767px) {
  .dataart-hero {
    margin-top: 0;
  }

  .dataart-hero__frame {
    margin-top: 0;
    padding-bottom: 40px;
  }

  .dataart-hero__frame img {
    height: min(44vh, 420px);
  }

  .dataart-copy .projectd-heading,
  .dataart-copy .text-projectd {
    text-align: left;
  }

  .dataart-grid .row + .row,
  .dataart-closing .row {
    margin-top: 0;
  }

  .dataart-grid .thumbs,
  .dataart-closing .thumbs {
    margin-bottom: 24px;
  }

  .dataart-overlap-card,
  .dataart-overlap-card--tall {
    margin-left: 0;
    margin-top: 0;
  }

  .dataart-tile img {
    max-height: none;
  }
}

.wkw-intro .inner-heading {
  margin-bottom: 0;
}

.wkw-intro .text-inner {
  margin-top: 20px;
}

.wkw-intro .text-inner br {
  display: block;
}

.wkw-hero {
  margin-top: 12px;
}

.wkw-hero__frame,
.wkw-frame,
.wkw-methodology__frame {
  display: block;
}

.wkw-hero__frame img,
.wkw-frame--wide img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(72vh, 820px);
  object-fit: contain;
}

.wkw-copy .projectd-heading {
  padding-bottom: 0;
}

.wkw-copy .text-projectd {
  margin-top: 0;
  padding-bottom: 0;
}

.wkw-copy .text-projectd + .text-projectd {
  margin-top: 26px;
}

.wkw-methodology {
  padding-top: 8px;
}

.wkw-methodology__heading {
  padding-bottom: 26px;
}

.wkw-methodology__frame img {
  width: 100%;
  height: auto;
  max-height: min(54vh, 520px);
  object-fit: contain;
}

.wkw-strip {
  padding-top: 8px;
}

.wkw-strip .thumbs {
  margin-bottom: 18px;
}

.wkw-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(68vh, 760px);
  object-fit: contain;
}

.wkw-frame--tall img {
  max-height: min(74vh, 920px);
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.wkw-frame--square img {
  max-height: min(54vh, 520px);
}

.wkw-wide {
  padding-top: 10px;
}

.wkw-collage {
  padding-top: 8px;
}

.wkw-collage__copy {
  padding: 10px 20px 0 0;
}

.wkw-collage__copy .projectd-heading {
  padding-bottom: 18px;
}

.wkw-collage__copy .text-projectd {
  margin-top: 0;
  padding-bottom: 0;
}

.wkw-collage__stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.wkw-collage .wkw-frame img {
  max-height: min(56vh, 560px);
}

.wkw-closing {
  padding-top: 12px;
}

.wkw-closing__copy {
  padding-left: 24px;
}

.wkw-closing__copy .text-projectd {
  margin-top: 0;
}

.wkw-closing__copy .text-projectd + .text-projectd {
  margin-top: 24px;
}

.wkw-closing__footer {
  margin-top: 34px;
}

.hasard-copy .projectd-heading {
  padding-bottom: 0;
}

.hasard-copy .text-projectd {
  margin-top: 0;
  padding-bottom: 0;
}

.hasard-copy .text-projectd + .text-projectd {
  margin-top: 26px;
}

.hasard-grid {
  padding-top: 8px;
  padding-bottom: 20px;
}

.hasard-grid .thumbs {
  margin-bottom: 24px;
}

.hasard-grid .thumbs img {
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .wkw-methodology__frame img,
  .wkw-frame img {
    max-height: min(58vh, 620px);
  }

  .wkw-frame--tall img {
    max-height: min(62vh, 720px);
  }

  .wkw-collage__copy,
  .wkw-closing__copy {
    padding-left: 0;
    padding-right: 0;
  }

  .hasard-copy .projectd-heading {
    padding-bottom: 18px;
  }

  .wkw-collage__copy {
    padding-top: 0;
    padding-bottom: 24px;
  }

  .wkw-collage__stack {
    flex-direction: row;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .wkw-hero__frame img,
  .wkw-frame--wide img {
    max-height: min(46vh, 420px);
  }

  .wkw-methodology__heading {
    padding-bottom: 18px;
  }

  .wkw-collage__stack {
    flex-direction: column;
    gap: 18px;
  }

  .wkw-collage__copy {
    padding-right: 0;
    padding-top: 0;
  }

  .wkw-closing__copy {
    padding-top: 24px;
  }

  .wkw-closing__footer {
    margin-top: 22px;
  }

  .hasard-grid .thumbs {
    margin-bottom: 18px;
  }
}

/* ----------------------------------------------------
	PROJECT MEDIA STANDARDIZATION + MOBILE CLEANUP
------------------------------------------------------- */

main[data-barba-namespace="project"] .project .thumbs,
main[data-barba-namespace="pixel-shifting"] .thumbs,
main[data-barba-namespace="dataart1"] .thumbs,
main[data-barba-namespace="wkw"] .thumbs {
  text-align: center;
}

main[data-barba-namespace="project"] .project .thumbs img,
main[data-barba-namespace="project"] .project .thumbs video,
main[data-barba-namespace="pixel-shifting"] .thumbs img,
main[data-barba-namespace="pixel-shifting"] .thumbs video {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(78vh, 940px);
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

main[data-barba-namespace="project"] .banner video,
main[data-barba-namespace="pixel-shifting"] .banner video {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(74vh, 820px);
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

main[data-barba-namespace="project"] .project .thumbs + .thumbs,
main[data-barba-namespace="pixel-shifting"] .thumbs + .thumbs {
  margin-top: 24px;
}

@media (max-width: 767px) {
  body {
    border: none;
  }

  .home-heading,
  .inner-heading,
  .inner-heading-team,
  .inner-projects-heading {
    font-size: 28px;
    line-height: 1.35;
    padding-top: 10px;
  }

  .text-home,
  .text-inner {
    line-height: 1.5;
  }

  .projectd-margin {
    margin-top: 24px;
  }

  .projectd-heading {
    font-size: 24px;
    line-height: 1.35;
    padding-bottom: 18px;
  }

  .projectd-heading span {
    font-size: 16px;
    padding-bottom: 16px;
  }

  .text-projectd,
  .text-projectd-text,
  .text-projectd1 {
    font-size: 18px;
    line-height: 1.6;
  }

  .text-projectd1 {
    width: 100%;
    margin-top: 28px;
  }

  .image-project,
  .image-project-a {
    margin-top: 24px;
    padding-bottom: 0;
  }

  .image-project1,
  .image-project2 {
    margin-left: 0;
    margin-top: 24px;
    top: 0;
    padding-bottom: 0;
  }

  .vertical-text-projects {
    transform: rotate(0);
    transform-origin: left top 0;
    margin: 24px 0 0;
    padding: 0;
    float: none;
    font-size: 15px;
    letter-spacing: 0.08em;
  }

  .return {
    position: relative;
    margin: 0 12px;
  }

  .overlay-menu ul li a {
    display: inline-block;
    padding: 10px 0;
  }

  .social {
    margin-right: 6px;
  }

  main[data-barba-namespace="project"] .project .thumbs img,
  main[data-barba-namespace="project"] .project .thumbs video,
  main[data-barba-namespace="pixel-shifting"] .thumbs img,
  main[data-barba-namespace="pixel-shifting"] .thumbs video {
    width: 100%;
    max-height: none;
  }

  main[data-barba-namespace="project"] .banner video,
  main[data-barba-namespace="pixel-shifting"] .banner video {
    max-height: min(52vh, 420px);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-barba="container"],
  .page-transition-overlay,
  .page-transition-overlay__logo,
  .gallery-lightbox,
  .gallery-lightbox__close,
  .gallery-lightbox__nav,
  .cv-modal,
  .cv-modal__download,
  figure.effect-julia img,
  .thumbs img,
  .contact-btn,
  #filters li span,
  .social a svg,
  .client-logos,
  .brand-logo svg,
  .return svg,
  .button_container,
  .button_container span,
  .menu-char,
  .hero-lexicon__word,
  .hero-lexicon__word-main,
  .hero-lexicon__word-alt,
  .hero-lexicon__cta-main,
  .hero-lexicon__cta-alt,
  .hero-lexicon__cta::after {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }

}

@media screen and (max-width: 767px) {
  .navbar-custom .container,
  #home-section .container,
  .banner .container,
  .grid.container,
  .line-symbol,
  .line-symbol1,
  .line-symbol2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar-custom .navbar-brand {
    margin-top: 26px;
  }

  .navbar-custom .navbar-brand span.brand-logo {
    margin: 0;
  }

  .button_container {
    margin-top: 30px;
    margin-right: 0;
  }

  #home-section {
    margin-top: 34px;
    padding-bottom: 56px;
  }

  #home-section .col-md-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .home-heading,
  .text-home,
  .social,
  .banner-note {
    max-width: 28rem;
  }

  .home-heading {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 16px;
  }

  .text-home {
    padding-bottom: 16px;
  }

  .social {
    margin-bottom: 0.9em;
  }

  .banner {
    margin-top: 0;
    padding-bottom: 72px;
  }

  .banner-note {
    margin-top: 14px;
    font-size: 36px;
    line-height: 1.35;
  }

  .gallery-lightbox {
    padding: 18px;
  }

  .cv-modal {
    padding: 16px;
  }

  .cv-modal__dialog {
    padding: 24px 22px;
    border-width: 8px;
  }

  .cv-modal__topbar {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 20px;
  }

  .cv-modal__intro h2 {
    font-size: 28px;
  }

  .cv-modal__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gallery-lightbox__dialog {
    grid-template-columns: 1fr auto 1fr;
    gap: 12px;
  }

  .gallery-lightbox__media-wrap {
    grid-column: 1 / span 3;
  }

  .gallery-lightbox__image {
    max-height: 70vh;
  }

  .gallery-lightbox__nav {
    align-self: end;
    margin-bottom: 8px;
  }

  .gallery-lightbox__nav--prev {
    justify-self: start;
  }

  .gallery-lightbox__nav--next {
    justify-self: end;
  }

  .gallery-lightbox__meta {
    grid-column: 1 / span 3;
  }
}

@media screen and (min-width: 992px) {
  main[data-barba-namespace="home"] .navbar-custom .navbar-brand span.brand-logo {
    margin: 0 0 0 1px;
  }

  main[data-barba-namespace="home"] .navbar-custom .button_container {
    margin-top: 66px;
  }

  main[data-barba-namespace="home"] #client-section .text-home {
    padding-bottom: 28px;
  }
}
