/*
Theme Name: EQ
Description:  Elham Qanei official website
Design by farzin 
Designer URI: https://www.linkedin.com/in/farzin-mojaver-a687871a7/
Developed by Farzin Mojaver
Developer URI: https://www.linkedin.com/in/farzin-mojaver-a687871a7/
Version: 1.0
*/
@font-face {
    font-family: Arcon;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Arcon.otf') format('opentype');
}
/***************************************************
				General
***************************************************/
html { 
	background: #000;
}
body {
    width: 100%;
	padding:0;
	margin:0;
	-webkit-font-smoothing: antialiased;
    font-family: 'Arcon', sans-serif;
	font-size:16px;
	-webkit-text-size-adjust: 100%;
	background:#000;
	direction:ltr;
    scroll-behavior: smooth;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
* {
    outline: none;
}
*::after,
*::before {
	box-sizing: border-box;
}
ul {
	margin:0;
	padding:0;
}
li {
	list-style:none;
    color: #000;
}
a {
    font-family: 'Arcon', sans-serif;
    font-size:16px;
    color:#000;
}
a:link {
	text-decoration: none;
    color:#000;
}
a:visited {
	text-decoration: none;
    color:#000;
}
a:focus,
a:hover {
	text-decoration: none;
    color:#000;
}
a:active {
	text-decoration: none;
    color:#000;
}
a[href^=tel]{
	color:inherit;
	text-decoration:none;
}
img {
    width: 100%;
    height: auto;
	border:0;
	border:none;
}
input, textare{
    font-family: 'Arcon', sans-serif;
    font-size:1em;
}
textarea:focus, input:focus{
	outline: 0;
    font-family: 'Arcon', sans-serif;
}
::-webkit-input-placeholder {
	color: rgba(161, 133, 41, 0.7);
    font-family: 'Arcon', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
	color: rgba(161, 133, 41, 0.7);
    font-family: 'Arcon', sans-serif;
}
::-moz-placeholder {/* Firefox 19+ */
	color: rgba(161, 133, 41, 0.7);
    font-family: 'Arcon', sans-serif;
}
:-ms-input-placeholder {
	color: rgba(161, 133, 41, 0.7);
    font-family: 'Arcon', sans-serif;
}
figure {
    margin: 0;
}
figure img {
	width: 100%;
    height: auto;
}
span,
p {
    font-family: 'Arcon', sans-serif;
    font-size:16px;
    color: #000;
}
iframe {
	border:none;
}
.clear{
	clear:both;
}

.loader {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	z-index:999999;
	background:#fff;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: all 0.3s ease;
}
.load-logo svg,
.load-logo {
    width: 200px;
    display: none;
}
.load-logo {
    margin-bottom: 80px;
    animation: fadeOutz .2s ease-in 3s forwards;
}
@keyframes fadeOutz {
  100% {
      opacity: 0;
      z-index: -1;
  }
}
.loader:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    bottom:0;
    left: 0;
    transform: scaleY(0);
}

body.loaded .loader:before {
    animation: scaleIn .7s ease-in 0.2s forwards;
}
@keyframes scaleIn {
  100% {
      transform: scaleY(1);
  }
}

body.loaded .loader {
    animation: fadeOut .5s ease-in .6s forwards;
}
@keyframes fadeOut {
  100% {
      opacity: 0;
      z-index: -1;
  }
}
/***************************************************
				Home
***************************************************/
header {
	width: -moz-calc( 100% - 40px);
	width: -webkit-calc( 100% - 40px);
	width: -o-calc( 100% - 40px);
	width: calc( 100% - 40px);
    height: 60px;
    position: fixed;
    top:0;
    left:0;
    z-index: 999;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header #logo svg, 
header #logo { 
    width: auto;
    height: 70px;
    transition: all .3s ease;
}
header #logo:hover {
    transform: scale(1);
}
#burger {
	width:25px;
	height:25px;
	position:fixed;
	top:20px;
	right:20px;
	z-index: 999;
	display:flex;
	flex-direction:column;
	justify-content:center;
	cursor:pointer;
}
#burger span {
	width:100%;
	height:2px;
	background:#fff;
    transition: all .3s ease;
	cursor:pointer;
}
#burger span:nth-child(1) {
	position:absolute;
	top:0;
}
#burger span:nth-child(3) {
	position:absolute;
	bottom:0;
}
#burger.actv span:nth-child(1) {
	transform:translatey(11px);
}
#burger.actv span:nth-child(3) {
	transform:translatey(-11px);
}
.nav-overlay {	
	width: -moz-calc( 100% - 40px);
	width: -webkit-calc( 100% - 40px);
	width: -o-calc( 100% - 40px);
	width: calc( 100% - 40px);
    height: -moz-calc( 100vh - 40px);
	height: -webkit-calc( 100vh - 40px);
	height: -o-calc( 100vh - 40px);
	height: calc( 100vh - 40px);
    display: flex;
	flex-direction:column;
    justify-content: center;
    align-items: flex-end;
	position:fixed;
	z-index:998;
	background:#000;
	padding:20px;
	transform:translatey(-400%);
	transition:all .3s ease;
}
.nav-overlay.actv {
	transform:translatey(0);
}
.nav-overlay label {
	min-height:20px;
}
.nav-overlay label,
.nav-overlay li a,	
.nav-overlay li {
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
	color:#fff !important;
}
.nav-overlay li a,	
.nav-overlay li {
	cursor:pointer;
}
.nav-overlay label#collections {
	padding-bottom:10px;
	border-bottom:1px solid #fff;
}
/***************************************************
				Home
***************************************************/
#home {
	width: 100%;
    height: 100vh;
	overflow: hidden;
}
#home.ascroll {
    height: auto;
	overflow: visible;
}
.home-slider {
	width: 100%;
    height: 100vh;
}

.slick-next {
    width: 60px;
    height: 60px;
    z-index: 4;
    right: 20px;
}
.slick-prev {
    width: 60px;
    height: 60px;
    z-index: 4;
    left: 20px;
}
.slick-prev:before,
.slick-next:before {
    content: '';
    width: 60px;
    height: 60px;
    display: block;
    z-index: 5;
    background: url(images/next.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}
.slick-disabled {
    opacity: 0 !important;
}
.slick-next:before {
    transform: rotate(180deg);
}
.grid-wrap {
	display: grid;
	margin: 0 auto;
	grid-template-columns: 100%;
	grid-template-rows: 3rem 1fr;
	position: relative;
    width: 100%;
}
.home-slider li {
    position: relative;
    width: 100%;
    height: 100vh;
}
.home-slider li label {
	width: -moz-calc( 100% - 200px);
	width: -webkit-calc( 100% - 200px);
	width: -o-calc( 100% - 200px);
	width: calc( 100% - 200px);
	position: absolute;
	left: 50%;
	top: 50%;
    transform: translate(-50%,-50%);
	-webkit-text-stroke: 1px #fff;
	text-stroke: 1px #fff;
	color: transparent;
    font-size: 8vw;
    z-index: 2;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .3s ease;
    text-align: center;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.home-slider li label span {
	font-size:14px;
}
.home-slider li:hover label {
    font-size: 5vw;
	color: #fff;
}
#collab {
    font-size: 5vw;
}
.home-slider li:hover label#collab  {
    font-size: 6vw;
}
.grid__item-wrap {
    width: 100%;
}
.black {
    background:#000;
}
.gold {
    background: #003E20;
}

.image-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    display: grid;
    grid-template-columns: repeat(50, 10);
    grid-template-rows: repeat(50, 10);
}
.image-grid__item {
    opacity: 1;
    position: relative;
}
.image-grid img {
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.pos-1 {
  grid-area: 15/2/2/10;
}
.pos-2 {
  grid-area: 1/14/11/22;
}

.pos-3 {
  grid-area: 4/26/14/34;
}

.pos-4 {
  grid-area: 17/4/27/11;
}

.pos-5 {
  grid-area: 30/15/20/22;
}

.pos-6 {
  grid-area: 18/27/28/33;
}
/***************************************************
				preview
***************************************************/
.grid {
	grid-area: 2 / 1 / 3 / 2;
	--gridgap: 1vw;
	--gridwidth: 100%;
	--gridheight: 80vw;
	display: grid;
	width: var(--gridwidth);
	height: var(--gridheight);
	grid-template-rows: repeat(10,calc(var(--gridheight) / 10 - var(--gridgap)));
	grid-template-columns: repeat(10,calc(var(--gridwidth) / 10 - var(--gridgap)));
	grid-gap: var(--gridgap);
	align-content: center;
    	justify-content: center;
}

.grid__item-wrap {
	position: relative;
	will-change: transform;
    cursor: pointer;
}

.grid__item {
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	will-change: transform;
	-webkit-filter: grayscale(0) contrast(1) brightness(1);
	filter: grayscale(0) contrast(1) brightness(1);
    transform: scale(0);
    transition: all .3s ease;
}
#single .preview .grid__item,
.preview .grid__item.animate {
    transform: scale(1);
}
.preview {
    width: -moz-calc( 100% - 80px);
	width: -webkit-calc( 100% -  80px);
	width: -o-calc( 100% - 80px);
	width: calc( 100% - 80px);
    height: auto;
    display: inline-block;
    padding: 100px 40px 100px 40px;
}
.page--preview .grid__item {
	-webkit-filter: grayscale(0.5) contrast(0.4) brightness(1.5);
	filter: grayscale(0.5) contrast(0.4) brightness(1.5);
}
.gridback {
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
}
.gridback svg {
    width: 40px;
}
/* Layout 1 */
.grid--layout-1 .grid__item-wrap:first-child {grid-area: 3 / 1 / 8 / 4;}
.grid--layout-1 .grid__item-wrap:nth-child(2) {grid-area: 1 / 2 / 3 / 4;}
.grid--layout-1 .grid__item-wrap:nth-child(3) {grid-area: 5 / 4 / 8 / 8; }
.grid--layout-1 .grid__item-wrap:nth-child(4) {grid-area: 2 / 7 / 5 / 11;}
.grid--layout-1 .grid__item-wrap:nth-child(5) {grid-area: 1 / 4 / 5 / 7;}
.grid--layout-1 .grid__item-wrap:nth-child(6) {grid-area: 8 / 5 / 11 / 2;}
.grid--layout-1 .grid__item-wrap:nth-child(7) {grid-area: 10 / 9 / 8 / 11;}
.grid--layout-1 .grid__item-wrap:nth-child(8) {grid-area: 5 / 8 / 8 / 10;}
.grid--layout-1 .grid__item-wrap:nth-child(9) {grid-area: 8 / 5 / 11 / 9;}


/* Layout 2 */
.grid--layout-2 .grid__item-wrap:first-child { grid-area: 2 / 1 / 5 / 4; }
.grid--layout-2 .grid__item-wrap:nth-child(2) { grid-area: 1 / 4 / 4 / 7; }
.grid--layout-2 .grid__item-wrap:nth-child(3) {grid-area: 1 / 7 / 5 / 10;}
.grid--layout-2 .grid__item-wrap:nth-child(4) {grid-area: 5 / 1 / 7 / 4;}
.grid--layout-2 .grid__item-wrap:nth-child(5) {grid-area: 4 / 4 / 7 / 7;}
.grid--layout-2 .grid__item-wrap:nth-child(6) {grid-area: 7 / 7 / 11 / 4;}
.grid--layout-2 .grid__item-wrap:nth-child(7) {grid-area: 5 / 7 / 8 / 11;}
.grid--layout-2 .grid__item-wrap:nth-child(8) {grid-area: 7 / 2 / 9 / 4;}

/* Layout 3 */
.grid--layout-3 .grid__item-wrap:first-child {grid-area: 1 / 2 / 3 / 5;}
.grid--layout-3 .grid__item-wrap:nth-child(2) {grid-area: 3 / 1 / 6 / 5;}
.grid--layout-3 .grid__item-wrap:nth-child(3) {grid-area: 1 / 5 / 5 / 8;}
.grid--layout-3 .grid__item-wrap:nth-child(4) {grid-area: 2 / 8 / 6 / 11;}
.grid--layout-3 .grid__item-wrap:nth-child(5) {grid-area: 5 / 5 / 8 / 8;}
.grid--layout-3 .grid__item-wrap:nth-child(6) {grid-area: 6 / 8 / 8 / 11;}
.grid--layout-3 .grid__item-wrap:nth-child(7) {grid-area: 6 / 2 / 8 / 5;}
.grid--layout-3 .grid__item-wrap:nth-child(8) {grid-area: 11 / 4 / 8 / 7;}
.grid--layout-3 .grid__item-wrap:nth-child(9) {grid-area: 8 / 9 / 11 / 7;}

/* Layout 4 */
.grid--layout-4 .grid__item-wrap:first-child {grid-area: 2 / 1 / 4 / 4;}
.grid--layout-4 .grid__item-wrap:nth-child(2) {grid-area: 1 / 4 / 3 / 7;}
.grid--layout-4 .grid__item-wrap:nth-child(3) {grid-area: 3 / 4 / 5 / 7;}
.grid--layout-4 .grid__item-wrap:nth-child(4) {grid-area: 1 / 7 / 4 / 11;}
.grid--layout-4 .grid__item-wrap:nth-child(5) {grid-area: 4 / 2 / 7 / 4;}
.grid--layout-4 .grid__item-wrap:nth-child(6) {grid-area: 5 / 7 / 8 / 4;}
.grid--layout-4 .grid__item-wrap:nth-child(7) {grid-area: 4 / 7 / 8 / 11;}
.grid--layout-4 .grid__item-wrap:nth-child(8) {grid-area: 8 / 9 / 11 / 4;}

/* Layout 5 */
.grid--layout-5 .grid__item-wrap:first-child {grid-area: 2 / 1 / 5 / 4;}
.grid--layout-5 .grid__item-wrap:nth-child(2) {grid-area: 1 / 4 / 5 / 7;}
.grid--layout-5 .grid__item-wrap:nth-child(3) {grid-area: 5 / 2 / 7 / 5;}
.grid--layout-5 .grid__item-wrap:nth-child(4) {grid-area: 1 / 7 / 4 / 11;}
.grid--layout-5 .grid__item-wrap:nth-child(5) {grid-area: 5 / 7 / 7 / 5;}
.grid--layout-5 .grid__item-wrap:nth-child(6) {grid-area: 7 / 5 / 10 / 1;}
.grid--layout-5 .grid__item-wrap:nth-child(7) {grid-area: 4 / 7 / 7 / 9;}
.grid--layout-5 .grid__item-wrap:nth-child(8) {grid-area: 4 / 9 / 9 / 11;}
.grid--layout-5 .grid__item-wrap:nth-child(9) {grid-area: 7 / 5 / 11 / 9;}

/***************************************************
				about
***************************************************/
#about {
    width: -moz-calc( 100% - 80px);
	width: -webkit-calc( 100% -  80px);
	width: -o-calc( 100% - 80px);
	width: calc( 100% - 80px);
    height: -moz-calc( 100vh - 120px);
	height: -webkit-calc( 100vh - 120px);
	height: -o-calc( 100vh - 120px);
	height: calc( 100vh - 120px);
    padding: 120px 40px 0 40px;
	position:relative;
}
#about:after {
	content:'';
	width:100%;
    height: 140px;
    position: absolute;
    top: -70px;
	left:0;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 12%, rgba(0,62,32,1) 80%);
}
.about-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.about-content {
    flex: 0 0 calc( 35% - 40px);
    height: -moz-calc( 100vh - 190px);
	height: -webkit-calc( 100vh - 190px);
	height: -o-calc( 100vh - 190px);
	height: calc( 100vh - 190px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.about-content h1 {
	-webkit-text-stroke: .5px #fff;
	text-stroke: .5px #fff;
	color: transparent;
    font-size: 3vw;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}
.custom-wrap li {
    color:#efefef;
	list-style:inside;
}
.custom-wrap h3,
.about-content h3 {
    color:#efefef;
	margin-top:0;
}
.about-content p {
    color:#efefef;
	font-size:16px;
	margin-top:0;
}
.about-img {
    flex: 0 0 30%;
    border: 1px solid #fff;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-img img {
    width: -moz-calc( 100% - 22px);
	width: -webkit-calc( 100% -  22px);
	width: -o-calc( 100% - 22px);
	width: calc( 100% - 22px);
}
.contact {
    flex: 0 0 calc( 35% - 40px);
    height: -moz-calc( 100vh - 190px);
	height: -webkit-calc( 100vh - 190px);
	height: -o-calc( 100vh - 190px);
	height: calc( 100vh - 190px);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}
.smedia {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}
.contact p,
.contact a {
    color:#fff;
    font-size: 18px;
	text-align:right;
}
.contact label {
	-webkit-text-stroke: .5px #fff;
	text-stroke: .5px #fff;
	color: transparent;
    font-size: 3vw;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 40px;
}
/***************************************************
				contact
***************************************************/
.custom {
	padding-top:40px
}
.custom-wrap {
    width: -moz-calc( 100% - 40px);
	width: -webkit-calc( 100% -  40px);
	width: -o-calc( 100% - 40px);
	width: calc( 100% - 40px);
    max-width: 720px;
    margin: 40px auto 120px auto;
}
.custom-wrap p {
    color:#efefef;
}
.custom-wrap figcaption {
    color:#ccc;
    font-size:12px;
}
.custom .wp-block-image {
    padding: 20px;
    border:1px solid #fff;
}

/***************************************************
				translate
***************************************************/
.farsi {
	display:none;
}
.center-switch {
	display:flex;
	justify-content:center;
}
.right-switch {
	display:flex;
	justify-content:flex-start;
}
.right-switch .tr-en,
.center-switch .tr-en {
	display:none;
}
.right-switch span,
.center-switch span{
    color: #fff;
	cursor:pointer;
}
.farsi {
	direction:rtl;
}
/***************************************************
				other artists
***************************************************/
.other-list {
	display:flex;
	justify-content:space-evenly;
	align-items:flex-end;
	flex-wrap:wrap;
	max-width:640px;
	margin:40px auto;
}
.other-list li {
	flex:0 0 calc(33.33% - 14px);
}
.other-tak {
	flex: 0 0 75% !important;
}
.other-list li a figure {
    border: 1px solid #fff;
    padding: 20px;
	margin:0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.other-list li a label {
	color:#fff;
	width:100%;
	text-align: center;
	display:block;
	margin-top:10px;
}
.other-artists label.title,
#single .preview h1 {
	width:100%;
	-webkit-text-stroke: .5px #fff;
	text-stroke: .5px #fff;
	color: transparent;
    font-size: 3vw;
    font-weight: normal;
    text-transform: uppercase;
	text-align:center;
}
.other-artists label.title {
	width:100%;
	margin:120px auto 60px auto;
	display:flex;
	justify-content:center;
}
@media screen and (max-width: 1150px) {
	.other-artists label.title,
	#single .preview h1,
	.contact label,
	.about-content h1 {
		font-size:40px;
	}
	.nav-overlay label,
	.nav-overlay li a,	
	.nav-overlay li {
    	font-size: 20px;
	}
}
@media screen and (max-width: 960px) {
    .pos-1 {
      grid-area: 10/2/2/9;
    }
    .pos-2 {
      grid-area: 1/12/9/20;
    }

    .pos-3 {
      grid-area: 4/23/12/30;
    }

    .pos-4 {
      grid-area: 12/3/19/10;
    }

    .pos-5 {
      grid-area: 24/13/16/21;
    }

    .pos-6 {
      grid-area: 15/28/20/23;
    }
	.other-list li {
		flex:0 0 calc(50% - 20px);
	}
}
@media screen and (max-width: 640px) {
	.other-list li {
		flex:0 0 66.66% ;
	}
    .home-slider li label {    
        width: -moz-calc(100% - 120px);
        width: -webkit-calc(100% - 120px);
        width: -o-calc(100% - 120px);
        width: calc(100% - 120px);
        -webkit-text-stroke: .5px #fff;
        text-stroke: .5px #fff;
        font-size: 10vw;
    }
    .pos-1 {
      grid-area: 8/1/2/9;
    }
    .pos-2 {
      grid-area: 1/10/6/18;
    }

    .pos-4 {
      grid-area: 13/1/20/10;
    }

    .pos-5 {
      grid-area: 16/10/11/16;
    }

    .pos-3,
    .pos-6 {
        display:none;
        opacity: 0;
        visibility: hidden;
    }
    .slick-prev:before,
    .slick-next:before {
        content: '';
        width: 40px;
        height: 40px;
    }
    .slick-next {
        width: 40px;
        height: 40px;
        right: 15px;
    }
    
    .slick-prev {
        width: 40px;
        height: 40px;
        left: 15px;
    }
    #about {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px);
        height: auto;
        padding: 100px 20px 40px 20px;
    }
    .about-wrap {
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    .contact {
        margin-top: 40px;
    }
	.about-content {
		margin-bottom:40px;
	}
}
.js-fancybox-count,
.js-fancybox-index {
    color:#fff !important;
}
.fancybox-button--thumbs,
.fancybox-button--play {
    display: none !important;
}
.fancybox-caption-wrap {
    padding: 0 20px !important;
}
.fancybox-caption {
    padding: 10px 0 20px 0 !important;
    text-align: center;
    border-top:none !important;
}