:root {
  --plyr-color-main: #FFFFFF;
  --plyr-audio-controls-background: rgba(255,255,255,0);
	--plyr-audio-control-color : #FFFFFF;
	--plyr-range-track-height: 1px;
	--plyr-audio-control-color-hover: #F733FF;
	--plyr-video-control-background-hover: #F733FF;
}



.global-header {}


@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.global-header {

		background-color: rgba(0,0,0,1);

	}
}


.logo-top {
    width: 150px;
}

.logo-top {
	fill: #ffffff;
	}
	
	
.nav-link {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5pt;
    word-spacing: 1.5pt;
	color: #ffffff;
}	



#waveform {
	z-index: 200;
	position: relative;
	}


.fullpage-wrapper {
	width: 100%!important;
	transform: none!important;
}

.fp-section {
	width: 100%!important;
	position: absolute!important;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 0;
	transition: all .7s ease-in-out;
	color: rgba(0,102,102,1);
}

.fp-section.active {
	visibility: visible;
	opacity: 1;
	z-index: 1;
}


.hero {
  background-color: black;
  background-image: url(img/maket.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
}


@media screen and (max-device-width:640px), screen and (max-width:640px) {
.hero {
  background-color: black;
  background-image: url(img/maket_m.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
}
}

.glitch {
	line-height: 9vw;
	}



h2.glitch {
	font-size: 5vw;
	font-weight: 700;
	line-height: 7vw;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	h2.glitch {
		font-size: 12vw;
		font-weight: 700;
		line-height: 15vw;
	}
}
	
	
.main {
    display: flex;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	margin: 0 150px;
}


@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.main {
		display: flex;
	  align-items: center;
	  flex-direction: column;
	   margin: 0 0;
	  height: 100%;
	}
}



.music .main {
	display: flex;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	margin: 0 200px;
}


@media screen and (max-device-width:640px), screen and (max-width:640px) {
.music .main {
	  align-items: center;
	  flex-direction: column;
	  margin: 0;
	padding: 0 40px;
	    padding-bottom: 10%;
	}
}



.wrapper_title {
	padding: 0px 48px 48px 48px;

}


@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.wrapper_title {
		margin-bottom: 10px;	
		margin-top: auto;
		padding: 0px 10px 10px 10px;
	}
}



.hero h1 {
    font-family: 'Montserrat', sans-serif;
    margin: auto;
    font-size: 6vw;
    text-transform: uppercase;
	font-weight: 700;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
.hero	h1 {
		font-size: 16vw;
	}
}


.mame_hero_track {
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    color: rgba(255,255,255,0.5);
    font-weight: 300;
    margin-left: 55px;
    letter-spacing: 0.5em;
	}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.mame_hero_track {
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
		font-size: 10px;
		color: rgba(255,255,255,0.5);
		font-weight: 300;
		margin-left: 0px;
		letter-spacing: 0.5em;
		}
}

.sec_hero_track {
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 7px;
    color: rgba(255,255,255,0.5);
    font-weight: 300;
	margin-top: 15px;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.sec_hero_track {
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
		font-size: 6px;
		color: rgba(255,255,255,0.5);
		font-weight: 300;
		margin-top: 10px;
	}	
}

.waveform {
	width: 70px;
	}


.waveform-wrapp {
	margin: 10px 55px;
	display: flex;
	width: 29vw;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
	}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.waveform-wrapp {
		margin: 10px 10px 60px 10px;
		display: flex;
		width: 80vw;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: center;
		}
}



#waveform {
	height: 50px;
	width: calc(100% - 90px);
}



.nl_btn_play {
    display: flex;
    height: 70px;
    width: 70px;
    border: 1.5px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    align-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	font-size: 50px;
}

.nl_btn_play .bi {
	color: rgba(255,255,255,1);
	}

.nl_btn_play .bi-play-fill {
	margin-left: 8%;
	}	



@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.hero {
	  background-color: black;
	  background-image: url(img/maket_m.jpg);
	  background-repeat: no-repeat;
	  background-position: center;
	  background-size: cover;
	  margin: 0;
	}
}


.music {
  background-color: black;
  background-image: url(img/maket2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.music {
	  background-color: black;
/*	  background-image: url(img/maket_m.jpg);*/
	  background-repeat: no-repeat;
	  background-position: center;
	  background-size: cover;
	  margin: 0;
	}
}


.video {
  background-color: black;
  background-image: url(img/maket_video.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
}


.fp-viewing-video .line-thumb {
	display: none;
}


.video .main {
	display: flex;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	margin: 0 200px;
}


@media screen and (max-device-width:640px), screen and (max-width:640px) {
.video .main {
	  align-items: center;
	  flex-direction: column;
	  margin: 0;
		padding: 0 20px;
	    padding-bottom: 10%;
	}
}



.video-container {
/*	display: flex;*/
	margin-left: 0;
    margin-right: auto;
	
}


.plyr--youtube {
	box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	#fp-nav {
		position: fixed;
		z-index: 100;
		top: 15%;
		opacity: 1;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translate3d(0,-50%,0);
	}

	#fp-nav.fp-right {
		right: 1%;
	}

	.navbar-toggler {
		padding: .25rem .0rem;
		font-size: 1.25rem;
		line-height: 1;
		background-color: transparent;
		border: 0px solid transparent;
		border-radius: .25rem;
	}

}


.line-col.first {
    left: 15%;
	z-index: 100;
}

.line-col.second {
    left: 30%;
	z-index: 100;
}

.line-col.third {
    left: 45%;
    transform: translateX(-50%);
	z-index: 100;
}

.line-col.fourth {
    left: 60%;
	z-index: 100;
}

.line-col.fifth {
    left: 75%;
	z-index: 100;
}

.line-col.six {
    left: 90%;
	z-index: 100;
}



.line-colg.first {
    top: 20%;
	z-index: 100;
}

.line-colg.second {
    top: 40%;
	z-index: 100;
}

.line-colg.third {
    top: 60%;
    transform: translateY(-50%);
	z-index: 100;
}

.line-colg.fourth {
    top: 80%;
	z-index: 100;
}

/*.line-colg.fifth {
    top: 75%;
	z-index: 100;
}

.line-colg.six {
    top: 90%;
	z-index: 100;
}*/

@media screen and (max-device-width:640px), screen and (max-width:640px) { 


}


.line-col {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    height: 100%;
    position: fixed;
    top: 0;
    width: 1px;
    background: hsla(0, 0%, 92%, .08);
    z-index: 0;
}	


.line-colg {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    height: 1px;
    position: fixed;
    left: 0;
    width: 100%;
    background: hsla(0, 0%, 92%, .08);
    z-index: 0;
}



@media screen and (max-width: 768px) {

		.line-col.first {
			left: 5%;
		}

		.line-col.second {
			width: 0px;
		}

		.line-col.third {
			width: 0px;
		}

		.line-col.fourth {
			width: 0px;
		}

		.line-col.fifth {
			left: 95%;
		}
	
		.line-col.six {
		left: 100%;
		}
	}


.soc_serv {
    display: flex;
	position: absolute;
    z-index: 200;
    align-content: stretch;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
	height: 100%;
    left: 24px;
	}

.soc_serv .soc_icon {
	display: flex;
	justify-content: center;
	margin: 20px 0;
	opacity: 0.5;
	}

.soc_serv .soc_icon:hover {
	opacity: 1;
	}


.line_soc {
	width: 1px;
	height: 100px;
	background: hsla(0, 0%, 92%, .1);
	}



.music_serv {
    display: flex;
	position: absolute;
    z-index: 200;
    align-content: stretch;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    bottom: 0;
	}


@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.music_serv {
		display: block;
		position: absolute;
		z-index: 200;
		align-content: stretch;
		flex-direction: row;
		flex-wrap: nowrap;
		width: 100%;
		bottom: 0;
		justify-content: space-around;
		background-color: rgba(0,0,0,1.00);
	}
}


.music_serv_wrap {
	    display: flex;
	}


@media screen and (max-device-width:640px), screen and (max-width:640px) { 
	.music_serv_wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-evenly;
		margin: 5px 0; 
	}
}


.ser_text {
    color: #ffffff;
    font-size: 9px;
	margin-left: 10px;
}


@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.ser_text {
	display: none;
	}	
}

.serv_icon {
	display: flex;
	margin: 15px;
	padding-right: 15px;
	justify-content: center;
	opacity: 0.5;
	flex-direction: row;
	align-items: center;
	}
	

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.serv_icon {
		display: flex;
		margin: 0px;
		padding-right: 0px;
		justify-content: center;
		opacity: 0.5;
		flex-direction: row;
		align-items: center;
		}
}


.serv_icon:hover {
	opacity: 1;
	}	



.track_list {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	}


.track_wrap {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	margin: 1% 0;
	}

.track_img {
	width: 100px;
	height: 100px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
	}

.track_img img {
	width: 100%;
	}

	
@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.track_img {
		display: none;
		/*display: flex;*/
		width: 40px;
		height: 40px;
	}
	
	.track_img img {
	width: auto;
	}
}

.track_name {
	text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
	color: rgba(255,255,255,1);
	margin-left: 20px;
	}	
	
	
.track_buy {	
	display: flex;
    flex-direction: row;
	justify-content: space-around;
	}
	
	
.track_buy .serv_icon {
    display: flex;
    margin: 0 15px;
    padding-right: 0px;
    justify-content: center;
    opacity: 0.5;
    flex-direction: row;
    align-items: center;
}	


@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.track_buy .serv_icon {
		display: flex;
		margin: 0 8px;
		padding-right: 0px;
		justify-content: center;
		opacity: 0.5;
		flex-direction: row;
		align-items: center;
	}		
}


#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 0%;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #FFFFFF;
}





.photo .main {
	display: flex;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	margin: 0 200px;
}


@media screen and (max-device-width:640px), screen and (max-width:640px) {
.photo .main {
	  align-items: center;
	  flex-direction: column;
	  margin: 0;
		padding: 0 20px;
	    padding-bottom: 10%;
	}
}




.masonry-wrapper {
  padding: 1.5em 0;
  max-width: 960px;
}
.masonry {
  columns: 1;
  column-gap: 10px;
}
.masonry-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {  .masonry {
    columns: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .masonry {
    columns: 7;
  }
}
.masonry-item, .masonry-content {
  border-radius: 4px;
  overflow: hidden;
}
.masonry-item {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .3));
  transition: filter .25s ease-in-out;
}
.masonry-item:hover {
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .3));
}





.foto .main {
	display: flex;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	margin: 0 200px;
}


@media screen and (max-device-width:640px), screen and (max-width:640px) {
.foto .main {
	  align-items: center;
	  flex-direction: column;
	  margin: 0;
		padding: 0 20px;
	    padding-bottom: 10%;
	}
}
