.cursor,
.cursor2,
.cursor3{
	position: fixed;
	border-radius: 50%;	
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50%;
	mix-blend-mode: difference;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.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);
}

@media screen and (max-width: 1200px){
	.cursor,.cursor2,.cursor3{
		display: none
	}
}



.header-wrapper, .menu-in {
    position: relative;
  margin: 0 auto;
  text-align: center;
	width: 100%;float:left;
} 
.nav-but-wrap{ 
	position: relative;
	display: inline-block;
  margin: 0 auto;
  text-align: center;float:right;width:auto;
	transition : all 0.3s ease-out;    z-index: 999999;
}
.menu-icon {
	height: 30px;
	width: 30px;width:auto;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: block;
  margin: 0 auto;
  text-align: center;
}
.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;float:right;
}



 
.menu-icon__line-left {
	width: 37.5px;
	margin-bottom: 7px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon__line-right {
	width: 22.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: 35px;background-color: #EFA70C;
}
.menu-icon:hover .menu-icon__line {
	background-color: #EFA70C;
}



.nav {
	position: fixed;
	z-index: 7777;
}
.nav:before, .nav:after {
	content: "";
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: #EFA70C;
	border-bottom-left-radius: 100%;
	border-bottom-right-radius: 100%;
	z-index: -1;
	-webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	-webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.nav:after {
	background: black;
	-webkit-transition-delay: 0s;
          transition-delay: 0s;background: url(/images/fon2.png) center center repeat;
    background-size: auto auto;
}
.nav:before {
	-webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.nav__content {
	position: fixed;
    visibility: hidden;
    /* margin-top: 20px; */
   
    width: 100%;
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
    height: 100vh;
	overflow:hidden;
}


.nav__in {
	position: relative;
    top: 50%;left:50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + -20px);max-width: calc(100% + -20px);max-height:100%;float:left;display: flex;margin-top:-50px;margin-top:0;
-webkit-transition: All 0.4s ease;-moz-transition: All 0.4s ease;-o-transition: All 0.4s ease;-ms-transition: All 0.4s ease;transition: All 0.4s ease;

}
.nav__list {
	position: relative;
    padding: 0;
    margin: 0;
    z-index: 2;
    width: 25%;
    float: left;
    border-right: 0px dotted white;
        padding: 55px 60px 45px 60px;
    box-sizing: border-box;
}

.nav__list.pc {display:block;}
.nav__list.mb {display:none;}

.nav-active .nav__list:nth-of-type(1) {background: #0F0F0F;-webkit-transition-delay: 0.7s;transition-delay: 0.7s;}
.nav-active .nav__list:nth-of-type(2) {background: #1C1C1C;-webkit-transition-delay: 0.9s;transition-delay: 0.9s;}
.nav-active .nav__list:nth-of-type(3) {background: #0F0F0F;-webkit-transition-delay: 1.1s;transition-delay: 1.1s;}
.nav-active .nav__list:nth-of-type(4) {background: #1C1C1C;-webkit-transition-delay: 1.3s;transition-delay: 1.3s;}

.nav__list:last-of-type {border:0;}

.nav__list-item {
	position: relative;
	display: block;
	-webkit-transition-delay: 7.8s;
          transition-delay: 7.8s;
	opacity: 0;
	text-align: center;
	color: #fff;
	overflow: hidden; 
	font-family: 'Poppins', sans-serif;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: 3px;
	-webkit-transform: translate(0%, 40px);
          transform: translate(0%, 40px);
	-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;margin-bottom: 15px;
}

.nav__list-item a{ 
	position: relative;
    text-decoration: none;
    color: rgba(255,255,255,1);
    /*overflow: hidden;*/
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: normal;
    z-index: 2;
    display: inline-block;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    font-family: 'PlayB';
    font-size: 32px;
    float: left;
    letter-spacing: 0;text-align: left;
}
.nav__list > .nav__list-item > a:before, .nav__content li.current-menu a:before { 
	position: absolute;
	content: '';
	bottom: -3px;
	left: 50%;
	width: 0;
	height: 0;
	opacity: 1;
	background-color: #EFA70C;
	z-index: -1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}

.nav__list > .nav__list-item > a:hover:before, .nav__list > .nav__list-item.active-nav > a:before, .nav__list > .nav__list-item.main > a:before, .nav__content li.current-menu a:before { 
	height: 15px;
	opacity: 1;
	left: 0;
	width: 100%;
}
.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 > li > a:after{ 
	height: 6px;
	opacity: 0.7;
	left: 0;
	width: 100%;
}
body.nav-active .nav__content {
	visibility: 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 .menu-icon .menu-icon__line-left,
body.nav-active .menu-icon .menu-icon__line-right, 
body.nav-active .menu-icon__line {
	float:none;
}

body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right, 
body.nav-active .menu-icon:hover .menu-icon__line {
	background-color: #EFA70C;
}

body.nav-active .menu-icon .menu-icon__line-right {float:right;}
body.nav-active .nav {
	visibility: visible;
}






	
	
	
	
	
	
	
body.nav-active .nav:before, body.nav-active .nav:after {
	-webkit-transform: translateY(0%);
          transform: translateY(0%);
	border-radius: 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 .nav__list-item {
	opacity: 1;
	-webkit-transform: translateY(0%);
          transform: translateY(0%);
	-webkit-transition: opacity 0.9s ease, color 0.9s ease, -webkit-transform 0.9s ease;
	transition: opacity 0.9s ease, color 0.9s ease, -webkit-transform 0.9s ease;
	transition: opacity 0.9s ease, transform 0.9s ease, color 0.9s ease;
	transition: opacity 0.9s ease, transform 0.9s ease, color 0.9s ease, -webkit-transform 0.9s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
	-webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
body.nav-active .nav__list-item:nth-child(1) {
	-webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
body.nav-active .nav__list-item:nth-child(2) {
	-webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
body.nav-active .nav__list-item:nth-child(3) {
	-webkit-transition-delay: 2s;
          transition-delay: 2s;
}
body.nav-active .nav__list-item:nth-child(4) {
	-webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
body.nav-active .nav__list-item:nth-child(5) {
	-webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
body.nav-active .nav__list-item:nth-child(6) {
	-webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}
body.nav-active .nav__list-item:nth-child(7) {
	-webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
body.nav-active .nav__list-item:nth-child(8) {
	-webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
body.nav-active .nav__list-item:nth-child(9) {
	-webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
body.nav-active .nav__list-item:nth-child(10) {
	-webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.switch-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
    transform: translateY(-50%);
	width: 100%;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear; 
	margin: 0 auto;
  margin-top: 20px;
	text-align: center;
}
.switch-wrap p {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	margin-top: 25px;
}
.headphones {
  position:relative;
  width:40px;
  height:40px;
  margin:0 auto;
  margin-bottom:10px;
  color:#fff;
  background-image:url(http://ivang-design.com/svg-load/menu/headphoness-w.svg);
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position:center center;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.headphones:before {
  content:"(";
  position:absolute;
  height:12px;
  width:4px;
  top:25px;
  left: -7px;
  line-height:12px;
  font-size:10px;
  font-weight:400;
  color:#fff;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
  -webkit-animation: movebefore 0.8s ease-out infinite;
  animation: movebefore 1s ease-out infinite;
}
@keyframes movebefore {
  0% {
    left: -7px;
    opacity:1;
    transform: scale(1);
  }
  100% {
    left:-15px;
    opacity:0;
    transform: scale(1.3);
  }
}
.headphones:after {
  content:")";
  position:absolute;
  height:12px;
  width:4px;
  top:25px;
  right:-7px;
  line-height:12px;
  font-size:10px;
  font-weight:400;
  color:#fff;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
  -webkit-animation: moveafter 0.8s ease-out infinite;
  animation: moveafter 1s ease-out infinite;
}

@keyframes moveafter {
  0% {
    right:-7px;
    opacity:1;
    transform: scale(1);
  }

  100% {
    right:-15px;
    opacity:0;
    transform: scale(1.3);
  }
}
.headphones-text{
  font-size: 13px;
  margin-bottom:20px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
	line-height: 1.5;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.switch-wrap p span {
	position: relative;
  padding: 5px 12px;
  margin: 0 5px;
}
.switch-wrap p span:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
  border-radius: 4px;
  background-color: #8167a9;
	left: 0;
	top: 0;
  z-index: -1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.switch-wrap p span:after {
	position: absolute;
	content: '';
	width: calc(100% - 10px);
	height: 2px;
  border-radius: 4px;
  background-color: #000;
	left: 5px;
	top: 50%;
  z-index: 1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.switch-wrap p span:nth-child(2):after {
	opacity: 0;
}
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 70px;
	height: 8px;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #000;
	border-radius: 27px;
	background: #8167a9;
	position: relative;
	display: inline-block;
}
#circle {
	position: absolute;
	top: -11px;
	left: 5px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.switched {
	border-color: #8167a9 !important;
	background: #000 !important;
}
.switched #circle {
	left: 35px;
	background: #000;
}

/* #Light
================================================== */

body.light{
	background-color: #fff;
}
body.light .cursor,
body.light .cursor2,
body.light .cursor3{
	mix-blend-mode: normal;
}
body.light .cursor2{
	border: 2px solid #1f2029;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
body.light .cursor2.hover{
	background: rgba(0,0,0,0.06);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	border-color: transparent;
}
body.light .menu-icon__line {
	background-color: #1f2029;
}
body.light .nav:before {
	background: rgba(235, 235, 235,0.6);
}
body.light .nav:after {
	background: rgba(250,250,250,1);
}
body.light .nav__list-item a{ 
	color: rgba(0,0,0,0.6); 
}
body.light .nav__list-item a:hover{
	color: #1f2029;
}
body.light .nav__list-item.active-nav a{
	color: #1f2029;
}
body.light .switch-wrap p span:nth-child(2):after {
  background-color: #fff;
  opacity: 1;
}
body.light .switch-wrap p span:nth-child(1):after {
  opacity: 0;
}
body.light .shadow-title{
	background: linear-gradient(rgba(31,32,41,0), rgba(31,32,41,0.15));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
body.light .headphones {
  background-image:url(http://ivang-design.com/svg-load/menu/headphoness.svg);
}
body.light .headphones:before,
body.light .headphones:after {
  color: #000;
}
body.light .headphones-text{
  color: #000;
}




/* #Link to page
================================================== */

.link-to-portfolio {
	  position: fixed;
    top: 30px;
    right: 30px;
    z-index: 200;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    background-position: center center;
    background-size: cover;
    background-image: url('https://ivang-design.com/ig-logo.jpg');
    box-shadow: 0 0 0 2px rgba(255,255,255,.1);
    transition: opacity .2s, border-radius .2s, box-shadow .2s;
    transition-timing-function: ease-out;
}
.link-to-portfolio:hover {
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(255,255,255,.1);
}