/*
Theme Name: Art Temple
Theme URI: http://
Author: Thi Nguyen
Author URI: http://thi-nguyen.com
Description: Art Temple
Version: 1.0
*/


html {
	height:100%;
  width: 100%;
  scroll-behavior: smooth;
  margin: 0!important;
}

body {
	margin: 0!important;
	padding: 0;
	font-family: 'PPNeueMontreal-Regular', Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#fff;
	line-height:1.5;
	-webkit-font-smoothing: antialiased;
	height:100%;
  background: #000;
}

body.hidden{
    overflow:hidden!important;
}

@font-face {
  font-family: 'PPNeueMontreal-Thin';
  src: url('fonts/PPNeueMontreal-Thin.eot');
  src: local('☺'), url('fonts/PPNeueMontreal-Thin.woff') format('woff'), url('fonts/PPNeueMontreal-Thin.ttf') format('truetype'), url('fonts/PPNeueMontreal-Thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PPNeueMontreal-Light';
  src: url('fonts/PPNeueMontreal-Light.eot');
  src: local('☺'), url('fonts/PPNeueMontreal-Light.woff') format('woff'), url('fonts/PPNeueMontreal-Light.ttf') format('truetype'), url('fonts/PPNeueMontreal-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PPNeueMontreal-Book';
  src: url('fonts/PPNeueMontreal-Book.eot');
  src: local('☺'), url('fonts/PPNeueMontreal-Book.woff') format('woff'), url('fonts/PPNeueMontreal-Book.ttf') format('truetype'), url('fonts/PPNeueMontreal-Book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PPNeueMontreal-Regular';
  src: url('fonts/PPNeueMontreal-Regular.eot');
  src: local('☺'), url('fonts/PPNeueMontreal-Regular.woff') format('woff'), url('fonts/PPNeueMontreal-Regular.ttf') format('truetype'), url('fonts/PPNeueMontreal-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PPNeueMontreal-Medium';
  src: url('fonts/PPNeueMontreal-Medium.eot');
  src: local('☺'), url('fonts/PPNeueMontreal-Medium.woff') format('woff'), url('fonts/PPNeueMontreal-Medium.ttf') format('truetype'), url('fonts/PPNeueMontreal-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futwora Pro Bold';
  src: url('fonts/futworapro_bd.eot');
  src: local('☺'), url('fonts/futworapro_bd.woff') format('woff'), url('fonts/futworapro_bd.ttf') format('truetype'), url('fonts/futworapro_bd.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

b {
  font-family: 'PPNeueMontreal-Medium';
  font-weight: normal;
  font-style: normal;
}

a {
	color:#fff;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}

a:hover {
	color:#fff;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
  transition: 0.6s;
}

ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

li {
  margin:0;
  padding:0;
  list-style-type: none;
}

.clear {
	width:100%;
	clear:both;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}


/* =SPACERS
-------------------------------------------------------------- */

#spacer {
  width:100%;
  height: 100px;
  clear: both;
  display: block;
}

#spacer-10 {
  width:100%;
  height: 10px;
  clear: both;
  display: block;
}

#spacer-20{ 
  width: 100%;
  height: 20px;
  clear: both;
  display: block;
}

#spacer-30{ 
  width: 100%;
  height: 30px;
  clear: both;
  display: block;
}

#spacer-50{ 
  width: 100%;
  height: 50px;
  clear: both;
  display: block;
}

#spacer-80{ 
  width: 100%;
  height: 80px;
  clear: both;
  display: block;
}


/* =HEADING
-------------------------------------------------------------- */

h1 {
  font-family: 'PPNeueMontreal-Book';
	font-size: 2em;
  margin: 0px;
  line-height: 1.15;
  padding-bottom: 50px;
  font-weight:normal;
  -webkit-font-smoothing: antialiased;
}

h2 {
  font-family: 'PPNeueMontreal-Book';
  font-size: 1.6em;
  margin: 0px;
  line-height: 1;
  padding-bottom: 20px;
  font-weight:normal;
  -webkit-font-smoothing: antialiased;
}

h3 {
  font-family: 'PPNeueMontreal-Book';
  font-size: 1.4em;
  margin: 0px;
  line-height: 1;
  padding-bottom: 20px;
  font-weight:normal;
  -webkit-font-smoothing: antialiased;
}


/* =PAGE
-------------------------------------------------------------- */

#container {
	width:90%;
	margin: 0px 5% 0 5%;
  text-align: left;
}


/* =IMAGE
-------------------------------------------------------------- */

.img-100 img{
  min-width: 100%;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}

.img-50 img{
  min-width: 50%;
  max-width: 50%;
  height: auto;
}

.img-portrait{
  min-width: 50%;
  max-width: 50%;
  height: auto;
}


/* =VIDEO
-------------------------------------------------------------- */

#video {
  padding: 0!important;
  margin: 0px;
  font-size: 0px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}


/* =SCROLL FADE IN
-------------------------------------------------------------- */

.fadein {
  -webkit-transform: translateY(50px) translateZ(0);
  transform: translateY(50px) translateZ(0);
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  opacity: 0;
}

.inView {
    opacity: 1;
    -webkit-transform: translateY(0px) rotate(0deg) translateZ(0);
    transform: translateY(0px) rotate(0deg) translateZ(0);
}


/* =HEADER
-------------------------------------------------------------- */

#logo, #logo a{
	z-index:2000;
	position: absolute;
  top: 50px!important;
 	left: 5%;
  width: 140px;
  height: 13px;
  padding: 0;
  background: url(images/logo.svg) no-repeat;
  background-size: contain;
}


/* =TOGGLE
-------------------------------------------------------------- */

#menuToggle{
  display: block;
  position: fixed;
  top: 50px;
  right: 5%;
  z-index: 3000;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span{
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child{
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2){
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #FFF;
}

#menuToggle input:checked ~ span:nth-last-child(3){
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2){
    transform: rotate(-45deg) translate(0, -1px);
}

#menu{
  position: fixed;
  width: 100%;
  height:100%;
  top:0;
  color: #FFF;
  right:0;
  margin: 0;
  padding: 0;  
  background-color: rgba(0, 0, 0, 0.95);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  transform-origin: 0 0;
  transform: translate(200%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li{
  padding: 0 0 20px 0;
  margin: 0;
}

#menu a {
  display: block;
  color: #FFF;
  line-height: 1;
  margin: 0px;
  -webkit-font-smoothing: antialiased;
}

#menu a:hover {
  color: #CAAE66;
  transition: 0.6s;
}

#menuToggle input:checked ~ ul{
  transform: none;
}


/* =MENU
-------------------------------------------------------------- */

#desktop-nav {
  margin: 40px 5% 0 5%;
}


/* =MENU (MAIN DESKTOP)
-------------------------------------------------------------- */

.dropdown {
  padding: 0;
  margin: 0;
  width: 100vw;
  position: relative;
  font-family: 'PPNeueMontreal-Book';
  font-size: 3.2em;
  text-align: left;
  perspective: 1000px;
  line-height: auto;
  color: #888;
  transition: all 0.6s ease-in-out; 
}

.dropdown a{
  color: #888!important;
  transition: all 0.6s ease-in-out; 
}

.dropdown a:hover{
color: #fff!important;
}

.dropdown:hover li {
  display: block;
}

.dropdown:hover {
  display: block;
}



/* =FILTER NAVIGATION
-------------------------------------------------------------- */

.accordion {
  margin: 0;
  width: 100%;
  border: none;
  text-align: left;
  transition: 0.4s;
  background: none!important;
}

.panel {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-out;
}


/* =UNDERLINE
-------------------------------------------------------------- */

.hover-underline-animation {
  display: inline-block;
  position: relative;
  margin: 0;
}

.hover-underline-animation:hover {
  color: #fff;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  height: 2px;
  bottom: 10px!important;
  left: 0;
  background-color: #fff;
  -webkit-transform-origin: bottom left;
  -webkit-transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  -webkit-transform: scaleX(1);
  -webkit-transform-origin: bottom left;
}


/* =SECTIONS
-------------------------------------------------------------- */

#section-1 {
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 30px 0 0;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#section-2 {
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}


/* =EXTENDED CONTAINER
-------------------------------------------------------------- */

.extended-container {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: block;
}

.extended {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  height: auto;
}


/* =BANNER
-------------------------------------------------------------- */

#banner-main {
  padding: 0!important;
  margin: 0px;
  font-size: 0px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

#banner-main img {
  object-fit: cover;
  height: 100vh; 
  width: 100vw;
  max-width: 100vw;
}

#banner {
  padding: 0!important;
  margin: 0;
  font-size: 0px;
  min-height: 600px;
  max-height: 600px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

#banner img {
  object-fit: cover;
  min-height: 600px;
  max-height: 600px;
  width: 100vw;
  max-width: 100vw;
}

#banner-small {
  padding: 0!important;
  margin: 0;
  font-size: 0px;
  min-height: 450px;
  max-height: 450px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

#banner-small img {
  object-fit: cover;
  min-height: 500px;
  max-height: 500px;
  width: 100vw;
  max-width: 100vw;
}

#banner-text-container {
  padding: 0!important;
  margin: 0px;
  min-height: 100vh;
  max-height: 100vh;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  text-align: center;
  display: flex;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
  }

#banner-text{
  width: 90%;
}


/* =PROJECTS
-------------------------------------------------------------- */

#container-work{
  width: 100%;
  padding:0;
  margin-left:auto;
  margin-right:auto;
  display:block;
}
  
#thumb {
  width: calc(100% - 0px);
  height:60vh;
  min-height: 60vh;
  padding: 0 0 0 0 !important;
  margin: 0 0px 100px 0;
  float:left;
  position: relative;
}

#thumb img {
  width:100%;
  height:60vh;
  min-height: 60vh;
  object-fit: cover;
  -o-object-fit: cover;
}

.img-wrap {
  position: relative;
  width:100%;
}

.img-background {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:0;
  padding: 0;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  transition:0.6s;
}  

.img-wrap:hover .img-background {
  visibility: visible;
  opacity: 1;
}

#thumb-text {
  position: absolute;
  bottom:-60px;
}

#projects-button-container {
  text-align: center!important;
  display: inline-block;
  display: grid;
  place-items: center;
  width: 100%;
}

#projects-button-wrapper{
}

#projects-button {
  margin: 0 10px 0 10px ;
  padding: 10px 5px 10px 5px;
  border: solid 1px #fff;
  width: 130px;
  font-size: 0.95em;
  font-family: 'PPNeueMontreal-Regular';
  text-align: center;
  float: left;
  transition: background 0.6s;  
}

#projects-button:hover{
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  transition: all ease-in-out 0.6s;
}


/* =SPLITTING CHARACTERS
-------------------------------------------------------------- */

.splitting .char {
  animation: slide-in 1s cubic-bezier(.5, 0, .5, 1) both;
  animation-delay: calc(60ms * var(--char-index));
}

@keyframes slide-in {
  0%  {
    opacity: 0;
  }
  100%  {
    opacity: 1;
  }
}


/* =TABLE
-------------------------------------------------------------- */

.table-list {
  color: #fff!important;
}

.table-list li:first-child {
  padding-bottom: 20px!important;
  padding-top: 0px!important;
  margin-top: -1px!important;
  border-top: 0px solid #fff;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}

.table-list li{
  padding-bottom: 20px!important;
  padding-top: 20px!important;
  margin-top: -1px!important;
  border-top: 0;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}


/* =FLICKITY CAROUSEL 
-------------------------------------------------------------- */

.carousel {
  background: none;
}

.carousel-cell {
  width: 80%;
  height: 33vh;
  margin-left: 5px;
  margin-right: 5px;
  counter-increment: carousel-cell;
}

.carousel.is-fullscreen .carousel-cell {
  height: 100%!important;
}

.carousel-cell img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
}

.dot {
  margin:0 5px!important;
  background:#fff!important;
}

.flickity-page-dots{
  position:absolute;
  width:100%;
  bottom:-35px!important;
  right:5%;
  left: auto;
  padding:0;
  margin:0;
  list-style:none;
  text-align:right!important;
  line-height:1}

.flickity-button:disabled{
  opacity:0!important;
}

.flickity-button-icon {
  fill: rgba(255, 255, 255, 0.75)!important;
}

.flickity-button {
  background: none!important;
}

.flickity-prev-next-button.previous {
  left: 4%!important;
}

.flickity-prev-next-button.next {
  right: 4%!important;
}

/* =FOOTER
-------------------------------------------------------------- */

#footer{
  width:90%;
  margin: 0 5% 0 5%;
  border-top: 0;
  padding-top: 0px;
  display: inline-block;
  vertical-align: top!important;
  font-size: 14px;
  font-family: 'PPNeueMontreal-Medium';
  color: #888;
}

#footersection-1 {
  min-width: 100%;
  max-width: 100%;
  padding-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}

#footersection-2 {
  min-width: 100%;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

#details{
  min-width: 100%;
  padding-right: 5%;
  padding-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
}

#details li{
  line-height: 1.5;
}


