/* CSS */
/*
Theme Name: Ashk
Description:  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: Titillium;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/Titillium-Regular.otf') format('opentype');
}
@font-face {
	font-family: Titillium;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/Titillium-Light.otf') format('opentype');
}
/***************************************************
				General
***************************************************/
body {
    width: 100%;
    padding: 0;
    margin: 0;
    direction: ltr;
    font-family: 'Titillium';
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    background: #FFFFFF;
}
body.cbg {
    background: #EACECC;
}
.bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top:0;
    left: 0;
    background: 
    radial-gradient(
      farthest-side at bottom left,
      rgba(159, 197, 215, 0.95), 
      transparent 1500px
    ),  
    radial-gradient(
      farthest-corner at top left,
      rgba(223, 219, 209, 0.9), 
      transparent 700px
    ),
    radial-gradient(
      farthest-corner at bottom right,
      rgba(212, 185, 141, 0.9), 
      transparent 1000px
    ),  
    radial-gradient(
      farthest-corner at top right,
      rgba(254, 188, 202, 0.94), 
      transparent 800px
    );
    
    z-index: 1;
}
body#home-page {
    min-height: 250vh;
}
* {
    outline: none;
}

*::after,
*::before {
    box-sizing: border-box;
}
input:focus {
    outline: none !important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
  }
ul {
    margin: 0;
    padding: 0;
    
}

li {
    list-style: none;   
}

a {
    font-family: 'Titillium';
    font-size: 14px;
    cursor: pointer;   
}

a:link {
    text-decoration: none;
    cursor: pointer;
    font-family: 'Titillium';
}

a:visited {
    font-family: 'Titillium';   
}

a:focus,
a:hover {  
    font-family: 'Titillium';
}

a:active { 
    font-family: 'Titillium';
}
a[href^=tel] {
    text-decoration: none;
}
h1,
h2,
h3 {
    font-weight: normal;
}

input,
textarea {
    font-family: 'Titillium', sans-serif;
    font-size: 1em;
}

textarea:focus,
input:focus {
    outline: 0;
    font-family: 'Titillium', sans-serif;
    color: #FFF !important;
}

::-webkit-input-placeholder {
    color: #fff !important;
    font-family: 'Titillium', sans-serif;
}
:-moz-placeholder {
    color: #fff !important;
    font-family: 'Titillium', sans-serif;
}
::-moz-placeholder {
    color: #fff !important;
    font-family: 'Titillium', sans-serif;
}
input::placeholder {
    color: #fff !important;
    font-family: 'Titillium', sans-serif;
}
:-ms-input-placeholder {
    color: #fff !important;
    font-family: 'Titillium', sans-serif;
}

figure {
    margin: 0;
}

img {
    width: 100%;
    height: auto;
    outline: none;
}

figure img {
    width: 100%;
    height: auto;
}

span,
p {
    font-family: "Titillium"; 
    color:#c1282e;
}
.body-invert span,
.body-invert p {
    color: #000;
}
p {
    margin-top: 0;
}

iframe {
    border: none;
}

.clear {
    clear: both;
}
.loading {
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    position: fixed;
    top:0;
    left: 0;
}
main {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    max-width:1024px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
/***************************************************
				    Header 
***************************************************/
header {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    max-width: 280px;
    margin: 40px auto;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	z-index:9;
}
header a#logo {
    width: 80px;
    height: auto;
    transform: translateX(0px);
}

header nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0 auto;
}
header nav a {
    font-size: 18px;
    color: #0000FF !important;
    text-transform: uppercase;
    font-weight: normal;
}
header nav li.actv a,
header nav a:hover {
    color:#2CA37E !important; 
}
header nav li:nth-child(2) {
    margin: 0 40px;
}
/***************************************************
				    home 
***************************************************/
#home {
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-wrap {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    height: -moz-calc(100vh - 220px);
    height: -webkit-calc(100vh - 220px);
    height: -o-calc(100vh - 220px);
    height: calc(100vh - 220px);
    max-width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
	position:relative;
    margin: 0 auto;
	overflow:hidden;
	padding:0 20px;
}

.slider {
	width:100%;
    height: -moz-calc(100vh - 220px);
    height: -webkit-calc(100vh - 220px);
    height: -o-calc(100vh - 220px);
    height: calc(100vh - 220px);
    max-width: 700px;
    margin: 0 auto;
    aspect-ratio:1;
}
.slider li div {
    max-width: 700px;
    display: flex;
    justify-content: center;
	border-radius:20px;
	overflow:hidden;
}
.slider svg,
.slider li video,
.slider img {
    width: auto;
    height: -moz-calc(100vh - 260px);
    height: -webkit-calc(100vh - 260px);
    height: -o-calc(100vh - 260px);
    height: calc(100vh - 260px);
    max-height: 700px;
    margin: 0 auto;
	border-radius:20px;
}

.gallery .slick-dots,
.slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery .slick-dots li,
.slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 20px 8px 0 8px;
    border-radius: 50%;
    overflow: hidden;
}
.gallery .slick-dots li button,
.slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border:none;
    font-size: 0;
    padding: 0;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    background: rgb(226, 119, 74, .5);
}
.gallery .slick-dots li:hover button,
.gallery .slick-dots li.slick-active button,
.slider .slick-dots li:hover button,
.slider .slick-dots li.slick-active button {
    background: rgb(226, 119, 74, 1);
}

/***************************************************
				    about 
***************************************************/
#about {
	width:100% !important;
}
.about-wrap {
    max-width: 360px;
    padding: 55px 250px 180px 230px;
    margin: 0 auto 20px auto;
    position: relative;
    display: block;
}
.yasamin {
    max-width: 140px;
}
.about-content {
    position: relative;
    z-index: 3;
}
.about-wrap h1 {
    color:#E58282;
    font-size:24px;
}
.about-wrap p {
    color:#fff;
    font-size: 16px;
}
.abg {
    position: absolute;
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 100%;
    top:0;
    left:50%;
    transform: translateX(-50%);
}

.mobile-top,
.mobile-bottom {
    display: none;
}
/***************************************************
				    contact 
***************************************************/
#contact {
    width:100% !important;
    height: -moz-calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: -o-calc(100% - 20px);
    height: calc(100% - 20px);
    max-width: none;
    position: fixed;
    top:0;
    left:0;
    z-index: 1;
    background: url(images/eyez.png) no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}
.contact a {
    font-size: 22px;
    color:#EF7373;
}
.contact a:hover {
    color:#EF7373 !important; 
}

.contact a#instagram svg,
.contact a#instagram {
    width:42px;
}
.contact a#instagram {
    margin-top: 60px;
}
.contact a#instagram:hover svg .clsi-1 {
    fill:#EF7373 !important;
}
/***************************************************
				    works 
***************************************************/
.work-list {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    max-width: 880px;
    margin:40px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.work-list li {
    flex: 0 0 calc(50% - 10px);
    margin-bottom: 20px;
}
.work-list li figure {
    width: 100%;
    aspect-ratio:1;
    background: #F4F4F4;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}
.work-list li figure img {
   object-fit: contain;
}
.work-list li a label {
    width: 100%;
    color:#678F84;
    margin: 20px auto 20px auto;
    display: block;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
}
/***************************************************
				    work
***************************************************/
.single {  
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    min-height: -moz-calc(100vh - 210px);
    min-height: -webkit-calc(100vh - 210px);
    min-height: -o-calc(100vh - 210px);
    min-height: calc(100vh - 210px);
    max-width: 880px;
    margin:40px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.single .content {
    flex: 0 0 calc(50% - 30px);
    display: flex;
}
.single .gallery-wrap {
    flex: 0 0 calc(50% - 30px);
    display: block;
    min-height: -moz-calc(100vh - 310px);
    min-height: -webkit-calc(100vh - 310px);
    min-height: -o-calc(100vh - 310px);
    min-height: calc(100vh - 310px);
    overflow: hidden;
    position: relative;
}

.single .gallery-wrap .slick-prev {
    left: 0;
    background: url(images/prev.svg) ;
}
.single .gallery-wrap .slick-next {
    right: 0;
    background: url(images/next.svg);
}
.single .gallery-wrap .slick-next,
.single .gallery-wrap .slick-prev {
    width: 14px;
    height: 20px;
    position: absolute;
    bottom: 0;
    font-size: 0;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 0;
    
}
.single .gallery-wrap a {
    width: 100%;
    aspect-ratio:1;
    display: block;
    overflow: hidden;
    background: #F4F4F4;
    display: flex;
    justify-content: center;
    border-radius: 10px;
}
.single .gallery-wrap  li a img {
    object-fit: contain;
}
.single .content h4,
.single .content h3,
.single .content h2,
.single .content h1 {
    color: #E2774A;
    font-size: 18px;
    margin-top: 0;
}
.single .content p,
.single .content p span {
    color:#25323D;
}
.single .content p a {
    color:#678F84;
}
@media only screen and (max-width: 960px) {
	.bg {
		background: 
		radial-gradient(
		  farthest-side at bottom left,
		  rgba(159, 197, 215, 0.95), 
		  transparent 600px
		),  
		radial-gradient(
		  farthest-corner at top left,
		  rgba(223, 219, 209, 0.9), 
		  transparent 400px
		),
		radial-gradient(
		  farthest-corner at bottom right,
		  rgba(212, 185, 141, 0.9), 
		  transparent 400px
		),  
		radial-gradient(
		  farthest-corner at top right,
		  rgba(254, 188, 202, 0.94), 
		  transparent 300px
		);
		z-index: 1;
	}
}

@media only screen and (max-width: 850px) {
    .about-wrap {
        width: -moz-calc(100% - 80px);
        width: -webkit-calc(100% - 80px);
        width: -o-calc(100% - 80px);
        width: calc(100% - 80px);
        max-width: unset;
        padding: 40px 40px 40px 40px;
        background:#000BCE;
    }
    .abg img {
        display: none;
    }
    .mobile-top,
    .mobile-bottom {
        width: 100%;
        display: flex;
		justify-content:center;
		overflow:hidden;
    }
	.mobile-top svg,
    .mobile-bottom svg {
        width: 100%;
	}
    .mobile-bottom {
        transform: translate(0, -40px);
    }
}
@media only screen and (max-width: 768px) {
	#intro {
		width:100%;
    	height: fit-content;
    	top: 50%;
    	transform: translate(-50%, -50%);
	}
	.slider {
		height:auto;
	}
	.slider svg, 
	.slider li video, 
	.slider img {
		width: 100%;
		height: auto;
		aspect-ratio: 1;
	}
    #contact {
        background: url(https://frz.world/ashk/wp-content/uploads/2024/08/169_cbg-5-1.png) center;
        background-size: contain;
    }
    .contact {
        margin-top: 26vh;
    }
    .contact a#instagram {
        margin-top: 20px;
    }
    .work-list li {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .single .content,
    .single .gallery-wrap {
        flex: 0 0 100%;
    }
    .single .gallery-wrap {
        min-height: unset;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 460px) {
	#about {        
		padding-top: 150px;
        padding-bottom: 50px;
        margin-top: -150px;
        background: url(https://frz.world/ashk/wp-content/uploads/2024/08/about_bg-scaled.jpg) center center;
        background-size: auto 100%;
	}
	header {    
		margin: 20px auto;
	}
	.contact a {
		font-size:18px;
	}
	.contact a#instagram svg,
	.contact a#instagram {
		width: 36px;
	}
	.bg {
		background: 
		radial-gradient(
		  farthest-side at bottom left,
		  rgba(159, 197, 215, 0.95), 
		  transparent 250px
		),  
		radial-gradient(
		  farthest-corner at top left,
		  rgba(223, 219, 209, 0.9), 
		  transparent 200px
		),
		radial-gradient(
		  farthest-corner at bottom right,
		  rgba(212, 185, 141, 0.9), 
		  transparent 300px
		),  
		radial-gradient(
		  farthest-corner at top right,
		  rgba(254, 188, 202, 0.94), 
		  transparent 250px
		);
		z-index: 1;
	}
	#contact {
        background: url(https://frz.world/ashk/wp-content/uploads/2024/08/169_cbg-5-1.png) center no-repeat;
        background-size: contain;
    }
}
.fancybox-button--fullscreen,
.fancybox-button--play,
.fancybox-button--thumbs {
    display: none !important;
}
.fancybox-container,
.fancybox-container--ready .fancybox-bg {
    opacity: 1 !important;
	background:#fff !important;
}
.fancybox-button, 
.fancybox-infobar__body {
	background:transparent !important;
}
.fancybox-infobar__body,
.fancybox-infobar span,
.fancybox-infobar,
.fancybox-button {
	color: #E27C51 !important;
}
.fancybox-infobar__body {
	display:none1 !important;
}

.landscape {
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
	right:0;
	z-index:999999;
	display:none;
	justify-content:center;
	align-items:center;
	background: #EACECC !important;
}
.landscape p {
    color: #0000FF !important;
	font-size:18px;
}



@media only screen and (max-device-width: 680px) and (orientation: landscape) {
	.landscape {
		display:flex;
	}
}