* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: Neue Montreal;
}

::selection {
    color: white;
    background: black;
}

@font-face {
  font-family: Neue Montreal;
  src: url(NeueMontreal-Regular.otf);
  font-weight: 600;
}

body {
	position: relative;
	overflow-x: hidden !important;
}

body.playlist {
	background-color: #000;
	text-align: center;
}

.container {
	max-width: 1655px;
	width: 100%;
	height: 100vh;
	margin: auto;
	padding: 0 40px;
}

header.site-header {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

body.playlist header.site-header {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: absolute;
	z-index: 1;
}

header.site-header .logo {
	margin-top: 34px;
}

header.site-header .logo img {
	height: 5vh;
}

/* Black Circles */
header.site-header .nav-menu {
	max-width: 250px;
	width: 100%;
	margin-top: 30px;
}

header.site-header ul.menu {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	list-style-type: none;
}

header.site-header ul.menu li.menu-item {
	background-color: #000;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;

	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1.1;
}

body.playlist header.site-header ul.menu li.menu-item {
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;

	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1.1;
}

#btn-click {
	cursor: pointer;
}

li#btn-click {
    margin-right: 0;
}

a.playlist-link {
	text-decoration: none;
	color: #fff;
}



/* Description */

main.site-text {
	width: 100%;
	margin: 230px auto 0 auto;
	color: #000;
	font-size: 10px;
	font-weight: 600;
}
body.playlist main.site-text {
	width: 100%;
	height: 100%;
	display: flex;
    justify-content: center;
	align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    color: #000;
    font-size: 10px;
    font-weight: 600;

}

main.site-text p {
	font-size: 14px;
	line-height: 1.35;
}

main.site-text .para1 {
	margin-bottom: 20px;
	max-width: 390px;
	width: 100%;
}

body.playlist main.site-text .para1 {
	margin-bottom: 20px;
	max-width: 287px;
	width: 100%;
}

.para2 {
	max-width: 437px;
	width: 100%;
}

/* Footer */

/* footer.site-footer {
	width: 100%;
	margin: 90px auto 34px auto;
	color: #000;
	font-size: .65em;
	font-weight: 600;
} */
footer.site-footer {
	color: #000;
    font-size: .60em;
    font-weight: 600;
    position: absolute;
    bottom: 20px;
}

body.playlist footer.site-footer {
	color: #fff;
    font-size: .60em;
    font-weight: 600;
    position: absolute;
    bottom: 20px;
	text-align: center;
    left: 50%;
    transform: translateX(-50%);
	z-index: 10;
}

.playlist-button img {
    width: 100%;
    margin-top: 1em;
}



/* Black Container */

.container-black {
	max-width: 555px;
    width: 100%;
    height: 96vh;
    background-color: #000;
    position: absolute;
    top: 0;
    right: -800px;
    z-index: 10;
    overflow: hidden;
    visibility: hidden;
    border-radius: 30px;
    transition: all 0.3s;
    top: 2vh;
	display: flex;
    flex-direction: column;
	align-items: center;
}





.container-black.active {
	right: 8px;
	visibility: visible;
	overflow-x: hidden;
}

.site-header .white-logo {
	text-align: center;
	margin: 130px auto 0 auto !important;
	scale: .9;
}

.playlist-white-logo img {
	width: 25%;
	margin-bottom: 5em;
}

.playlist-para {
	color: #fff;
	margin-bottom: 5em;
}

.site-text-white {
	margin: 200px auto 200px auto !important;
	scale: .8;
}

.design {
	max-width: 348px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	height: 66px;
	position: relative;

	background-image: url('images/design.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.design .social-account {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.instagram {
	left: 60px;
}

.linkedin {
	right: 60px;
}

/* White Circles */
.social-continer {
	list-style-type: none;
	display: flex;
	justify-content: center;
}

.social-continer .social-items {
	background-color: #fff;
	color: #000;
	width: 68.56px;
	height: 68.56px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 12px;
	font-size: 18px;
}

/* White Footer */

/* .site-footer-white {
	margin: 255px auto 12px auto;
} */

.container-black footer.site-footer {
	left: 50%;
    transform: translateX(-50%);
	width: 100%;
}

.site-footer-white p {
	color: #fff;
	text-align: center;
}

/* Overlay */

#overlay {
  position: fixed; 
  display: none; 
	width: 100%;
  min-height: 975px; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); 
  z-index: 2; 
  cursor: pointer; 
    opacity: 0;
    transition: opacity 0.4s;
}
#overlay.active {
    opacity: 1;
    transition: opacity 0.4s;
}

.social {
	position: relative;
	width: 75%;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .social-test {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: transparent;
	height: 100%;
	display: flex;
  }
  
  a.social-button {
	color: transparent;
	width: 50%;
	text-align: center;
  }
  
  .team {
	margin-top: 1em;
	display: flex;
	flex-direction: row;
  }

  .social img {
    width: 100%;
}



.team img, .team a {
    width: 100%;
}

.team a {
	padding: 0 5px;
}


@media( max-width: 486px ) {
    
    
    html {
        position: fixed;
    }
    header.site-header.main {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0 20px;
    }

	.container {
		max-width: 428px;
		width: 100%;
		height: 100vh;
		padding: 0 20px;
	}

	header.site-header .nav-menu {
		margin-top: 20px;
	}

	header.site-header .logo {
		margin-top: 29px;
		display: flex;
	}

	header.site-header .logo img {
		height: 3.5vh;
	}

	header.site-header ul.menu {
		justify-content: flex-end;
	}

	header.site-header ul.menu li.menu-item {
		width: 40px;
		height: 40px;
		margin: 0 5px;
	
		font-size: 10px;
	}

	body.playlist header.site-header ul.menu li.menu-item {
		width: 40px;
		height: 40px;
		margin: 0 5px;
	
		font-size: 10px;
	}

	.logo img {
		/* width: 70px; */
		object-fit: contain;
	}

	body.playlist .logo img {
		width: 120%;
	}

	main.site-text {
		margin: 50vh auto 0 auto;
		font-size: 16px;	
	}


	/* footer.site-footer {
		margin: 128px auto 34px auto;
	} */

	li#btn-click {
		margin-right: 0;
	}

	main.site-text .para1 {
		max-width: 320px;
	}

	.para2 {
		max-width: 337px;
	}



	/* Black Container */
	.container-black {
		/* height: 717px !important; */
		padding: 0 10px;
		right: 0;
		height: 98vh;
		top: 1vh;
		max-width: 428px;
		width: 95%;
		left: 5px;
		border-radius: 30px;
	}
	.container-black main.site-text {
		width: 100vw;
		margin-left: 0!important;
		margin-right: 0!important;
	}

	.site-header .white-logo {
		margin: 20vh auto 0 auto !important;
	}

	.site-text-white {
		margin: 15vh auto 0 auto !important;
	}

	.container-black.active {
		right: 5px;
	}

	.site-header .white-logo img {
		width: 90px;
		object-fit: contain;
	}

	.social-continer .social-items {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

	.design {
		background-size: contain;
	}


	#overlay {
		min-height: 926px;
	}

	/* .site-footer-white {
		margin: 28px auto 31px auto !important;
	} */
	.site-footer-white {
		margin: 0!important;
	}
	


	.social {
		width: 85%;
	  }

	  .team a {
		padding: 0 3px;
	}
    
    
    footer.site-footer.main {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px;
    }

	body.playlist footer.site-footer {
		width: 100%;
		text-align: center;
		z-index: 10;
		position: fixed;
        bottom: 0;
		left: 50%;
		transform: translateX(-50%);
        padding: 20px;
	}
    
    
}

@media ( max-width: 1024px ) {
    html, body {
            overflow-x: hidden !important;
    }
	/* Black Container */
	.container-black {
		right: -250vw;
	}
}

