/*
 * Table of contents:
 * 
 * from line 14 - Primary
 * from line 87 - Preloader style
 * from line 116 - Cursor
 * from line 223 - Primary style
 * from line 438 - Navigation
 * from line 843 - Home Slider
 * from line 1623 - Studio page
 * from line 1712 - Social links
 * from line 1747 - Media
 *
 */

/* #Primary
================================================== */


body.nav-active .shadow-title {
      height: 100%;
    }

body{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.7;
	color: #c4c3ca;
	background-color: #1f2029;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	margin-bottom: 0;
	line-height: 1.35;
	color: #fff;
}
h1, .h1 {
	font-size: 3.2rem;
	font-weight: 600;
}
h2, .h2 {
	font-size: 3.2rem;
}
h3, .h3 {
	font-size: 2.6rem;
	font-weight: 400;
}
h4, .h4 {
	font-size: 1.9rem;
	font-weight: 400;
}
h5, .h5 {
	font-size: 1.35rem;
	font-weight: 400;
}
h6, .h6 {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 1rem;
}
::selection {
	color: #fff;
}
::-moz-selection {
	color: #fff;
}
::selection {
	background-color: #000;
}
::-moz-selection {
	background-color: #000;
}
mark{
	color:#212121;
}
.lead {
	font-size: 1.15rem;
	font-weight: 300;
}
.lead-big {
	/*font-size: 1.55rem;*/
	line-height: 1.6;
	font-weight: 300;
}


/* #Cursor
================================================== */

.cursor,
.cursor2,
.cursor3{
	position: fixed;
	border-radius: 50%;	
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50%
}
.cursor{
	background-color: #fff;
	height: 0;
	width: 0;
	z-index: 99999;
}
.cursor2,.cursor3{
	height: 36px;
	width: 36px;
	z-index:99998;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out
}
.cursor2.hover,
.cursor3.hover{
	-webkit-transform:scale(2) translateX(-25%) translateY(-25%);
	transform:scale(2) translateX(-25%) translateY(-25%);
	border:none
}
.cursor2{
	border: 2px solid #fff;
	box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}
.cursor2.hover{
	background: rgba(255,255,255,.1);
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}
.scale-up .cursor2,
.scale-up .cursor3{
	opacity: 0;
}

.cursor-dark .cursor2,
.cursor-dark .cursor3{
	border: 2px solid #4b4d64;
	box-shadow: 0 0 14px rgba(75, 77, 100, 0.3);
}
.cursor-dark .cursor2.hover,
.cursor-dark .cursor3.hover{
	background: rgba(75, 77, 100, 0.3);
	border: none;
	box-shadow: 0 0 14px rgba(75, 77, 100, 0.2);
}


.video-cursor .cursor2.hover,
.video-cursor .cursor3.hover{
	opacity: 0;
}


@media screen and (max-width: 1200px){
	.cursor,.cursor2,.cursor3{
		display: none
	}
}
	
a {
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}


/* #back to top arrow
================================================== */

.scroll-to-top{
	position: fixed;
	bottom: 210px;
	right: 36px;
	opacity: 0;
	visibility: hidden;
	width: 10px;
	height: 40px;
	z-index: 251;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 10px 40px;
	cursor: pointer;
	background-image: url('../img/arrow-up.png');
	transform: translateY(-15px);
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear; 
}
.scroll-to-top:hover{
	bottom: 212px;
}
.scroll-to-top.active-arrow{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* #Primary style
================================================== */
  .page-wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1 !important;
	overflow: hidden;
  }


.section {
    position: relative;
	width: 100%;
	display: block;
}
.relative {
    position: relative;
}
.over-hide{
	overflow: hidden;
}
.full-height {
	height: 100vh;
}
.hero-full-height {
	height: calc(100vh - 140px);
}
.half-height {
	height: 50vh;
}
.big-55-height {
	height: 55vh;
}
.big-60-height {
	height: 60vh;
}
.big-65-height {
	height: 65vh;
}
.big-70-height {
	height: 70vh;
}
.big-75-height {
	height: 75vh;
}
.big-80-height {
	height: 80vh;
}
.max-width-80 {
	max-width: 80%;
}
.background-white {
	background-color: #ffffff;
}
.background-grey {
	background-color: #fbfbfb;
}
.background-grey-1 {
	background-color: #f9f9f9;
}
.background-dark {
	background-color: #101010;
}
.background-dark-1 {
	background-color: #242424;
}
.background-dark-2 {
	background-color: #1f2029;
}
.background-dark-3,
.background-dark-4 {
	background-color: #040503;
}
.background-black {
	background-color: #000000;
}
.color-black {
	color: #000000;
}
.color-white {
	color: #ffffff;
}
.color-grey {
	color: #e1e1e1;
}
.img-wrap  {
	position:relative;
	width:100%;
	display:block;
}
.img-wrap img {
	width:100%;
	height: auto;
	display:block;
}
.z-bigger  {
	z-index:10;
}
.z-bigger-20  {
	z-index:20;
}
.z-bigger-30  {
	z-index:30;
}
.z-bigger-40  {
	z-index:40;
}
.z-bigger-50  {
	z-index:50;
}
.container.z-bigger  {
	z-index: 50;
}
.z-too-big  {
	z-index:11000;
}
.padding-page-top {
	padding-top: 250px;
}
.padding-top-bottom {
	padding-top: 100px;
	padding-bottom: 100px;
}
.padding-top {
	padding-top: 100px;
}
.padding-bottom {
	padding-bottom: 100px;
}
.padding-top-bottom-big {
	padding-top: 140px;
	padding-bottom: 140px;
}
.padding-top-big {
	padding-top: 140px;
}
.padding-bottom-big {
	padding-bottom: 140px;
}
.padding-top-bottom-small {
	padding-top: 70px;
	padding-bottom: 70px;
}
.padding-top-small {
	padding-top: 70px;
}
.padding-bottom-small {
	padding-bottom: 70px;
}
.padding-top-bottom-smaller {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-top-smaller {
	padding-top: 50px;
}
.padding-bottom-smaller {
	padding-bottom: 50px;
}
.page-title h1{
	position: relative;
	font-size: 70px;
	color: #fff;
	font-weight: 900;
	line-height: 1;
	z-index: 2;
	text-align: center;
}
.page-title p{
	position: relative;
	font-size: 24px;
	font-weight: 500;
	padding-left: 45px;
	z-index: 2;
}
.page-title p:before{
 	position: absolute;
	content: '';
	top:50%;
	left: 0;
	width:25px;
	height: 3px;
	background-color: #fff;
}
.page-title-small p{

	position: relative;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	padding-left: 95px;
	z-index: 2;
}
.page-title-small p:before{
	display: none;
	position: absolute;
	content: '';
	top:50%;
	left: 35px;
	width: 40px;
	height: 1px;
	background-color: #616481;
}
.shadow-title{
	position: fixed;
	top: 0;
	margin-top: 80px;
	left: 20px;
	width: 100%;
	height: 300%;
	text-align: left;
	font-family: 'Muli', sans-serif;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	font-size: 14vw;
	line-height: 1;
	color: rgba(255, 255, 255, 0.1);
	background: linear-gradient(90deg, rgba(200,200,200,0), rgba(200,200,200,0.65));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 900;
	z-index: 1;
}


/* #Navigation==================================================*/

.header{
    position: fixed;
	width:100%;
	top:0;
	left:0;
	z-index:100;
} 
.header-wrapper{
    position: relative;
	width: calc(100% - 100px);
	margin-left: 50px;
} 
.logo-wrap {
	position: absolute;
	display:block;
	left:0;
	top: 44px;
	cursor: pointer;
}
.logo-wrap a {
	cursor: pointer;
}
.logo-wrap img{
	height:12px;
	width:auto;
	display:block;
	cursor: pointer;
}
.cd-header {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(20, 21, 26, 0.96);
	width: 100%;
	z-index: 2002;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	height: 100px;
	background: transparent;
	box-shadow: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-header.is-fixed {
	position: fixed;
	top: -100px;
	background-color: rgba(20, 21, 26, 0.96);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.cd-header.is-visible {
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.cd-header.menu-is-open {
	background-color: rgba(21, 21, 21, 0);
}


.nav-but-wrap{ 
	position: relative;
	display: inline-block;
	float: right;
	padding-left: 15px;
	padding-top: 15px;
	margin-top: 26px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.menu-icon {
	height: 30px;
	width: 30px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: block;
}
.menu-icon__line {
	height: 2px;
	width: 30px;
	display: block;
	background-color: #fff;
	margin-bottom: 7px;
	cursor: pointer;
	-webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, background-color .5s ease;
	transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
	width: 16.5px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon__line-right {
	width: 16.5px;
	float: right;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
	width: 30px;
}

.nav {
	position: fixed;
	z-index: 98;
}
.nav:before, .nav:after {
	content: "";
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(20, 21, 26,0.6);
	z-index: -1;
	-webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
	transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
	-webkit-transform: translateX(0%) translateY(-100%);
          transform: translateX(0%) translateY(-100%);
}
.nav:after {
	background: rgba(9,9,12,1);
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.nav:before {
	-webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.nav__content {
	position: fixed;
	visibility: hidden;
	top: 50%;
	margin-top: 40px;
	-webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
	width: 100%;
	text-align: center;
}
.curent-page-name-shadow {
	position: absolute;
	top: 50%;
	left: -100%;
	width: 300%;
	text-align: center;
	-webkit-transform: translateY(-50%);
          transform: translateY(-50%);
	font-family: 'Poppins', sans-serif;
	font-size: 22vw;
	margin-top: 40px;
	font-weight: 900;
	color: #fff;
	opacity: 0;
	z-index: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.nav__list {
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 2;
}
.nav__list-item {
	position: relative;
	display: block;
	-webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
	opacity: 0;
	text-align: center;
	color: #fff;
	overflow: hidden; 
	font-family: 'Poppins', sans-serif;
	font-size: 8vh;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: 3px;
	-webkit-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
	-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, transform .3s ease;
	transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
	margin-top: 0;
	margin-bottom: 0;
}
.nav__list-item a{ 
	position: relative;
	text-decoration: none;
	color: rgba(255,255,255,0.6);
	overflow: hidden; 
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 2;
	display: inline-block;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.nav__list-item a:after{ 
	position: absolute;
	content: '';
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	margin-top: 3px;
	background-color: rgba(255,255,255,0.2);
	z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.nav__list-item a:hover:after{ 
	height: 20px;
	opacity: 1;
}
.nav__list-item a:hover{
	color: rgba(255,255,255,1);
}
.nav__list-item.active-nav a{
	color: rgba(255,255,255,1);
}
.nav__list-item.active-nav a:after{ 
	height: 20px;
	opacity: 1;
}
body.nav-active .nav__content {
	visibility: visible;
}
body.nav-active .cd-header.is-fixed {
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
body.nav-active .cd-header.is-visible {
}
body.nav-active .menu-icon__line {
	background-color: #fff;
	-webkit-transform: translate(0px, 0px) rotate(-45deg);
          transform: translate(0px, 0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
	width: 15px;
	-webkit-transform: translate(2px, 4px) rotate(45deg);
          transform: translate(2px, 4px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
	width: 15px;
	float: right;
	-webkit-transform: translate(-3px, -3.5px) rotate(45deg);
          transform: translate(-3px, -3.5px) rotate(45deg);
}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
	width: 15px;
}
body.nav-active .nav {
	visibility: visible;
}
body.nav-active .nav:before, body.nav-active .nav:after {
	-webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
}
body.nav-active .nav:after {
	-webkit-transition-delay: .1s;
          transition-delay: .1s;
}
body.nav-active .nav:before {
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.nav-active .curent-page-name-shadow {
	margin-top: -25px;
	opacity: 0.08;
	-webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
body.nav-active .nav__list-item {
	opacity: 1;
	-webkit-transform: translateX(0%);
          transform: translateX(0%);
	-webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
	-webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
body.nav-active .nav__list-item:nth-child(1) {
	-webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
body.nav-active .nav__list-item:nth-child(2) {
	-webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
body.nav-active .nav__list-item:nth-child(3) {
	-webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(4) {
	-webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(5) {
	-webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
body.nav-active .nav__list-item:nth-child(6) {
	-webkit-transition-delay: 1s;
          transition-delay: 1s;
}
body.nav-active .nav__list-item:nth-child(7) {
	-webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
body.nav-active .nav__list-item:nth-child(8) {
	-webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
body.nav-active .nav__list-item:nth-child(9) {
	-webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
body.nav-active .nav__list-item:nth-child(10) {
	-webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
body.nav-active .shadow-title {
  height: 100%;
}
.nav__list .sub-links{ 
	position: relative;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.nav__list .sub-links li{ 
	padding: 0;
	margin: 0 auto;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
	display: block;
}
.nav__list .sub-links li:first-child{ 
	margin-top: 0;
}
.nav__list .sub-links li a{ 
	color: rgba(255,255,255,.6);
	overflow: hidden;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 2px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	max-width: 250px;
	display: block;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.nav__list .sub-links li a:after{ 
	display: none;
}
.nav__list .sub-links li a:hover{ 
	color: rgba(255,255,255,1);
}
.nav__list .sub-links li.active-nav a{ 
	color: rgba(255,255,255,1);
}

/* #Home Slider
================================================== */
 
.swiper-wrapper{
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 3;
	cursor: grab;
}
.swiper-wrapper:active,
.swiper-wrapper:focus{
	cursor: grabbing;
	cursor: url('../img/grabbing.png') 28 15,grabbing;
}
.swiper-slide{
	position: relative;
	padding: 0;
	margin: 0;
}
.swiper-slide{
	width: auto;
	z-index: 3;
	cursor: grab;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
    transition: all 250ms linear;
	float: left;
}
.swiper-slide:active,
.swiper-slide:focus{
	cursor: grabbing;
	cursor: url('../img/grabbing.png') 28 15,grabbing;
}

.swiper-slide.bottom-name{
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: end;
	align-items: flex-end;
}

.swiper-slide a{
	cursor: pointer;
	margin: 0 100px;
}
.swiper-slide.bottom-name a{
	cursor: pointer;
	margin: 0;
}
.swiper-slide h1{
	position: relative; 
	font-size: 60px;
	letter-spacing: 3px;
	line-height: 1;
	font-weight: 800;
	text-align: center;
	padding: 0 5px;
	cursor: pointer;
	width: 100%;
	z-index: 3;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.swiper-slide.bottom-name h1{
	padding: 20px 100px;
	font-weight: 900;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
	-webkit-text-stroke: 2px #fff;
	text-stroke: 2px #fff;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	color: transparent;
}
.swiper-slide.bottom-name:first-child h1{
	border-left: 1px solid rgba(255,255,255,0.2);
}
.swiper-slide.bottom-name h1:before{
	background-color: rgba(255,255,255,.1);
}
.case-study-name.bottom-name.active h1:before{
	opacity: 1;
	height: 100%;
}
.case-study-name.bottom-name.active h1{
	opacity: 1;
	-webkit-text-stroke: 2px transparent;
	text-stroke: 2px transparent;
	-webkit-text-fill-color: #fff;
	text-fill-color: #fff;
	color: #fff;
}
.swiper-slide h1:before{
	position: absolute; 
	content: '';
	left: 0;
	height: 0;
	bottom: 0px;
	background-color: rgba(255,255,255,.5);
	cursor: pointer;
	width: 100%;
	z-index: 2;
	opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
/* Scrollbar */
.swiper-scrollbar {
	border-radius: 0;
	position: relative;
	-ms-touch-action: none;
	background: rgba(255, 255, 255, 0.2);
}
.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 30%;
	right: 30%;
	bottom: 35px;
	z-index: 50;
	height: 1px;
	width: 40%;
}
.swiper-container-horizontal > .swiper-scrollbar.bottom-name {
	bottom: 140px;
}
.swiper-scrollbar-drag {
	height: 19px;
	border-radius: 50%;
	position: relative;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 1); 
	left: 0;
	top: -9px;
	cursor: pointer;
}
.swiper-scrollbar-drag:active,
.swiper-scrollbar-drag:focus{
	cursor: grabbing;
	box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1); 
}

.case-study-name h1{
	opacity: 0.6;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear; 
}
.case-study-name h1:hover{
	opacity: 1;
}
.case-study-name.active h1{
	opacity: 1;
}
.case-study-name.active h1:before{
	opacity: 1;
	height: 20px;
}
.case-study-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin:0;
	z-index: 1;
}	
.case-study-images li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	list-style:none;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}	
.case-study-images li .img-hero-background{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	top: 0;
	left: 0;
	overflow: hidden;
	list-style:none;
	opacity: 0;
	z-index: 5;	
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.case-study-images li .img-hero-background.no-blur{
	-webkit-clip-path: none;
	clip-path: none;
}
.case-study-images li.show .img-hero-background.no-blur {
	opacity: 0.45;
} 
.case-study-images li h2{
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 16vw;
	line-height: 0.8;
	color: rgba(200,200,200,.1);
	background: linear-gradient(rgba(75, 77, 100,0.8), rgba(75, 77, 100,0));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 800;
	bottom: 0;
	left: 0%;
	list-style:none;
	opacity: 0;
	z-index: 7;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);	
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.case-study-images li h2.no-blur-image{
	color: rgba(200,200,200,.1);
	background: linear-gradient(rgba(75, 77, 100,0.5), rgba(75, 77, 100,0));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	mix-blend-mode: none;
}
.case-study-images li h2.bottom-name{
	text-align: center;
	font-size: 14vw;
	line-height: 0.8;
	color: #353746;
	background: none;
	-webkit-background-clip: none;
	-webkit-text-fill-color: #353746;
	bottom: auto;
	top: 50%;
	margin-top: -20px;
	mix-blend-mode: screen;		
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);	
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear; 
}
.case-study-images li.show h2.bottom-name{	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -40px;	
}
.case-study-images li h2.fullscreen-image{
	color: #353746;
}
.case-study-images li h2.fullscreen-image.no-blur{
	background: none;
	-webkit-background-clip: #f5b54460;
	-webkit-text-fill-color: #f5b54460;
	color: #f5b54460;
	mix-blend-mode: screen;
}
.case-study-images li.show h2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.case-study-images li .img-hero-background-over{
	position: absolute;
	width: 60%;
	height: 60%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	top: 20%;
	left: 20%;
	overflow: hidden;
	list-style:none;
	opacity: 0;
	z-index: 8;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.case-study-images li .img-hero-background-over:after{
	position: absolute; 
	content: '';
	left: 0;
	height: 100%;
	top: 0px;
	background-color: #111;
	width: 100%;
	z-index: 9;
	opacity: 0.3;
}
.case-study-images li.show .img-hero-background {
	opacity: 0.5;
} 
.case-study-images li.show .img-hero-background-over {
	opacity: 1;
}
.case-study-images li .hero-number-fixed{
	position: absolute;
	bottom: 70px;
	left: 50%;
	width: 40px;
	text-align: center;
	display: block;
	letter-spacing: 2px;
	list-style:none;
	font-size: 13px;
	margin-left: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	z-index: 6;
}
.case-study-images li .hero-number-fixed.bottom-name{
	bottom: 170px;
}
.case-study-images li .hero-number.bottom-name{
	bottom: 170px;
}
.case-study-images li .hero-number-fixed:before{
	position: absolute;
	content: '';
	top: 50%;
	left: -60px;
	width: 60px;
	height: 1px;
	z-index: 1;
	background-color: rgba(255,255,255,.6);
} 
.case-study-images li .hero-number{
	position: absolute;
	bottom: 70px;
	left: 50%;
	width: 40px;
	margin-left: -70px;
	text-align: center;
	display: block;
	letter-spacing: 2px;
	list-style:none;
	opacity: 0;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	z-index: 6;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.case-study-images li.show .hero-number {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
} 







/* #Studio page
================================================== */

.img-mask{
	-webkit-mask-image: url('../img/mask-image.png');
	mask-image: url('../img/mask-image.png');
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
}
.studio-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.studio-list li {
	position: relative;
	padding: 0;
	margin: 0;
	padding-left: 40px;
	margin-bottom: 8px;
	list-style: none;
}
.studio-list li:last-child {
	margin-bottom: 0;
}
.studio-list li:before{
	position: absolute;
	content: '';
	top:50%;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #616481;
}
.studio-list li p{
	padding: 0;
	margin: 0;
}

.logo-box {
	position: relative;
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 70px 0;
	border: 1px solid rgba(200, 200, 200, .2);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.logo-box:hover {
	border: 1px solid rgba(200, 200, 200, .6);
}
.logo-box img {
	height: 45px;
	width: auto;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.logo-box img:hover {
	opacity: 0.4;
}
.blockquote{
	position: relative;
	padding-left: 70px;
	display: block;
}
.blockquote:before{
	position: absolute;
	content: '”';
	top: 0;
	left: 0;
	font-family: 'Muli', sans-serif;
	font-size: 120px;
	line-height: 0.9;
	-webkit-text-stroke: 2px #616481;
	text-stroke: 2px #616481;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	color: transparent;
}

/* #Social links
================================================== */

.social-fixed {
	position: fixed;
	top: auto;
	bottom: 40px;
	left: 30px;
	z-index: 94;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear; 
}
.social-fixed.bottom-name {
	bottom: 140px;
}
.social-fixed a{
	position: relative;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
    font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	display: inline-block;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.social-fixed a:hover{
	opacity: 0.5;
}
.copyr {
	position: fixed;
	bottom: 40px;
	right: 30px;
	z-index: 94;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
    font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
	transform: rotate(180deg);
}
.copyr.bottom-name {
	bottom: 140px;
}
.copyr a{
	color: #fff;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.copyr a:hover{
	opacity: 0.5;
}
.footer a{
	position: relative;
	display: inline-block;
}
.footer-lines{
	position: relative;
}
.footer-lines:after,
.footer-lines:before{
	position: absolute;
	width: 2px;
	height: 25px;
	content: '';
	z-index: -1;
	left: 50%;
	margin-left: -1px;
	background-color: #4b4d64;
}
.footer-lines:after{
	top: -50px;
}
.footer-lines:before{
	bottom: -50px;
}
.shadow-on-footer{
	position: absolute;
	bottom: 0;
	left: -50%;
	width: 200%;
	text-align: center;
	font-family: 'Muli', sans-serif;
	font-size: 14vw;
	line-height: 1;
	color: rgba(200,200,200,.1);
	background: linear-gradient(rgba(245, 181, 68,0.25), rgba(245, 181, 68,0));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 900;
	z-index: 1;
}

/* #Media
================================================== */

@media (max-width: 1500px) { 
}

@media (max-width: 1300px) {
}

@media (max-width: 1199px) { 
	.swiper-slide{
		width: 40%;
	}
	.swiper-slide a{
		margin: 0;
	}
	.swiper-slide h1{
		font-size: 40px;
		letter-spacing: 1px;
	}
	.case-study-images li .hero-number-fixed.bottom-name{
		bottom: 140px;
	}
	.case-study-images li .hero-number.bottom-name{
		bottom: 140px;
	}
	.social-fixed.bottom-name {
		bottom: 110px;
	}
	.copyr.bottom-name {
		bottom: 110px;
	}
	.swiper-container-horizontal > .swiper-scrollbar.bottom-name {
		bottom: 110px;
	}
	.swiper-slide.bottom-name a{
		width: 100%;
		display: block;
	}
	.swiper-slide.bottom-name h1{
		padding: 20px 0;
		width: 100%;
		display: block;
	}
	.case-study-name.active h1:before{
		height: 10px;
	}
	.swiper-container-horizontal > .swiper-scrollbar {
		bottom: 25px;
	}
	.case-study-images li .hero-number,
	.case-study-images li .hero-number-fixed{
		bottom: 50px;
	}
	.social-fixed {
		bottom: 15px;
		left: 17px;
	}
	.copyr {
		bottom: 15px;
		right: 17px;
	}
	.scroll-to-top{
		right: 22px;
		bottom: 180px;
	}
	.scroll-to-top:hover{
		bottom: 182px;
	}
	.page-title h1{
		font-size: 60px;
	}
	.page-title p{
		font-size: 22px;
	}
	.padding-page-top {
		padding-top: 170px;
	}
	.padding-top-bottom {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.padding-top {
		padding-top: 80px;
	}
	.padding-bottom {
		padding-bottom: 80px;
	}
	.padding-top-bottom-big {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.padding-top-big {
		padding-top: 110px;
	}
	.padding-bottom-big {
		padding-bottom: 110px;
	}
	.case-study-images li .img-hero-background.blog-back-image{
		width: 300px;
		height: 300px;
	}
}

@media (max-width: 991px) { 
	body.nav-active .curent-page-name-shadow {
		margin-top: -10px;
	}
	.swiper-slide{
		width: 50%;
	}
	.swiper-slide h1{
		font-size: 30px;
	}
	.case-study-images li .img-hero-background-over{
		width: calc(100% - 100px);
		height: calc(100% - 200px);
		top: 100px;
		left: 50px;
	}
	.nav__list-item a:hover:after,
	.nav__list-item.active-nav a:after{ 
		height: 10px;
	}
	.swiper-container-horizontal > .swiper-scrollbar {
		left: 70px;
		right: 70px;
		width: calc(100% - 140px);
	}
	.padding-page-top {
		padding-top: 170px;
	}
	.padding-top-bottom {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.padding-top {
		padding-top: 60px;
	}
	.padding-bottom {
		padding-bottom: 60px;
	}
	.padding-top-bottom-big {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.padding-top-big {
		padding-top: 90px;
	}
	.padding-bottom-big {
		padding-bottom: 90px;
	}
	.shadow-title{
		display: none;
	}
	.page-title h1{
		font-size: 50px;
	}
	.page-title p{
		font-size: 20px;
	}
	.logo-box {
		padding: 30px 0;
	}
	.case-study-images li .img-hero-background.blog-back-image{
		width: 200px;
		height: 200px;
	}	
}

@media (max-width: 767px) {
	h3, .h3 {
		font-size: 2rem;
	}
	h4, .h4 {
		font-size: 1.4rem;
	}
	.swiper-slide h1{
		font-size: 34px;
	}
	.curent-page-name-shadow {
		display: none;
	}
	.page-title h1{
		font-size: 35px;
	}
}

@media (max-width: 575px) {
	.swiper-slide{
		width: auto;
	}
	.swiper-slide a{
		margin: 0 25px;
	}
	.page-title h1{
		font-size: 35px;
	}
	.swiper-slide.bottom-name h1{
		padding: 20px 30px;
		-webkit-text-stroke: 1px #fff;
		text-stroke: 1px #fff;
	}
	.page-title p{
		font-size: 17px;
	}	
	.lead {
		font-size: 1.05rem;
	}
}
.slider {
    width: 100%;
    height: var(--height);
    overflow: hidden;
    mask-image: linear-gradient(to right,
            transparent,
            #000 10% 90%,
            transparent);
}

.slider .list {
    display: flex;
    width: 100%;
    min-width: calc(var(--width) * var(--quantity));
    position: relative;
}

.slider .list .item {
    width: var(--width);
    height: var(--height);
    position: absolute;
    left: 100%;
    animation: autoRun 10s linear infinite;
    transition: filter 0.5s;
    animation-delay: calc((10s / var(--quantity)) * (var(--position) - 1) - 10s) !important;
}

.slider .list .item img {
    width: 100%;
}

@keyframes autoRun {
    from {
        left: 100%;
    }

    to {
        left: calc(var(--width) * -1);
    }
}

.slider:hover .item {
    animation-play-state: paused !important;
    filter: grayscale(1);
}

.slider .item:hover {
    filter: grayscale(0);
}

.slider[reverse="true"] .item {
    animation: reversePlay 10s linear infinite;
}

@keyframes reversePlay {
    from {
        left: calc(var(--width) * -1);
    }

    to {
        left: 100%;
    }
}








/*glow for bulb */

/* -----------------------------------
   Container and Image Setup
----------------------------------- */
.glow-stage {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden; /* clip any overflow glow */
}

.p-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* -----------------------------------
   Custom Properties: Bulb Positioning & Glow Tuning
----------------------------------- */
.glow-stage {
  --bulb-x: 47%;          /* adjust horizontally */
  --bulb-y: 55%;          /* adjust vertically */
  --nudge-x: 0px;
  --nudge-y: -2px;
  --hotspot-w: 180px;
  --hotspot-h: 220px;
  --glow-size: clamp(460px, 32vw, 480px);  /* radius/spread */
  --glow-strength: 0.6;   /* brightness */
}

/* -----------------------------------
   Hotspot (hover/tap trigger)
----------------------------------- */
.bulb-hotspot {
  position: absolute;
  left: calc(var(--bulb-x) + var(--nudge-x));
  top:  calc(var(--bulb-y) + var(--nudge-y));
  width: var(--hotspot-w);
  height: var(--hotspot-h);
  transform: translate(-50%, -50%);
  background: transparent;
  cursor: pointer;
  z-index: 2;
  border-radius: 45% / 55%;
  /* Uncomment to visualize hotspot */
  /* outline: 1px dashed rgba(255,255,255,.4); */
}

/* -----------------------------------
   Glow Effect (soft circular light)
----------------------------------- */
.bulb-glow {
  position: absolute;
  left: calc(var(--bulb-x) + var(--nudge-x));
  top:  calc(var(--bulb-y) + var(--nudge-y));
  width: var(--glow-size);
  height: var(--glow-size);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;

  background: radial-gradient(
    circle,
    rgba(255, 248, 180, calc(0.95 * var(--glow-strength))) 0%,
    rgba(255, 238, 150, calc(0.45 * var(--glow-strength))) 18%,
    rgba(255, 220, 100, calc(0.18 * var(--glow-strength))) 34%,
    rgba(255, 200, 60,  calc(0.08 * var(--glow-strength))) 46%,
    rgba(255, 190, 40,  0) 60%
  );

  filter: blur(14px);
  opacity: 0;
  transition: opacity 0.25s ease-out, transform 0.3s ease-out;
}

/* -----------------------------------
   Hover and Focus Triggers
----------------------------------- */
.bulb-hotspot:hover ~ .bulb-glow,
.bulb-hotspot:focus-visible ~ .bulb-glow,
.bulb-hotspot.is-on ~ .bulb-glow {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.05);
}

/* -----------------------------------
   Mobile & Tablet (touch devices)
----------------------------------- */
@media (hover: none) and (pointer: coarse) {
  .glow-stage {
  --bulb-x: 49%;          /* adjust horizontally */
  --bulb-y: 59%;          /* adjust vertically */
    --hotspot-w: 150px;
    --hotspot-h: 150px;
    --glow-size: clamp(150px, 45vw, 620px);
  }

  /* Touch press also shows glow */
  .bulb-hotspot:active ~ .bulb-glow {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05);
  }
}

/* -----------------------------------
   Accessibility: Reduce Motion
----------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .bulb-glow {
    transition: opacity 0.05s linear;
  }
  .bulb-hotspot:hover ~ .bulb-glow,
  .bulb-hotspot:focus-visible ~ .bulb-glow,
  .bulb-hotspot.is-on ~ .bulb-glow {
    transform: translate(-50%, -50%);
  }
}



/* studio page color/ txt customisation */

.studio-page {
  background: #040503 !important;  /* light blue background */
}

.studio-page .shadow-title {
	-webkit-text-fill-color: #ffffff17;
}





/* remove it latet */

.studo-cover {
  width: 100%;
  overflow: hidden;
}

.studio-cover video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* optional: crop video to fill container */
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .studio-cover {
    padding: 100px;
  }
}






.ig-reel-cropper {
  position: relative;
  width: 530px;             /* fixed width */
  height: 750px;            /* MacBook baseline visible window */
  overflow: hidden;
  border-radius: 12px;
  margin: 0 auto;           /* center horizontally */
}

/* inner reel */
.ig-reel-cropper iframe,
.ig-reel-cropper blockquote {
  position: absolute !important;
  top: -60px !important;    /* crop top header */
  left: 50%;
  transform: translateX(-50%);
  width: 540px !important;
  height: 750px !important; /* extend height so bottom can be cropped */
  border: 0;
}


/* ===== Mackbook (1024 – 1439 px) ===== */
@media (max-width: 1439px) and (min-width: 1024px) {
  .ig-reel-cropper { height: 750px; }
  .ig-reel-cropper iframe,
  .ig-reel-cropper blockquote {
    top: -60px !important;
    height: 750px !important;
  }
}

/* ===== Tablet (768 – 1023 px) ===== */
@media (max-width: 1023px) and (min-width: 768px) {
  .ig-reel-cropper { height: 750px; }
  .ig-reel-cropper iframe,
  .ig-reel-cropper blockquote {
    top: -60px !important;
    height: 750px !important;
  }
}

/* ===== Mobile (< 768 px) ===== */
@media (max-width: 767px) {
  .ig-reel-cropper { height: 500px; width: 310px;}
  .ig-reel-cropper iframe,
  .ig-reel-cropper blockquote {
    top: -60px !important;
    height: 500px !important;
  }
}
