/*   
Theme Name: Neural Colletive Theme
Theme URI: https://neuralcollective.org
Description: The official Neural Collective Wordpress Theme
Author: Ola Eborn
Author URI: https://eborninteractive.se
Version: 1.0
*/

/* CSS Document */

/* 

Färger:



*/

@font-face {
    font-family: 'Bison';
    src: url('fonts/bison.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Veteran Typewriter';
    src: url('fonts/veteran_typewriter.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

img {
	width: 100%;
}

body {
	margin:0;
	font-family: "Veteran Typewriter", -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-size: 28px;
	line-height: 1.8;
	text-align: center;
	font-weight: normal;
	background-color:#0d0e18;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

/*body::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('images/texture.webp');
  opacity: 0.5;
  z-index: 0;
  width: 100%;
}*/

*, *::before, *::after {
	box-sizing: border-box;
}

:root {
	--svart: #0d0e18;
	--orange: #f7763f;
	--vit:#fff;
	--gra:#ccc;
	--gron:#1ad760;
	
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Bison';
	font-weight: normal;
	margin-top: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}

.inner-content {
	margin:0 auto;
	max-width: 1200px;
	width: 90%;
	z-index: 10;
	position: relative;
}

.page-wrap {
}

.section.introtext {
    padding-top: 580px;
    position: relative;
    margin-top: 0;
    padding-bottom: 80px;
}

.section {
	margin-top:100px;
}

.entry {
	max-width: 750px;
	margin: 0 auto;
}

figure {
	margin:0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gradient {
	background: #0d0e18; /* fallback */
	background: linear-gradient(
		180deg,
		rgba(13, 14, 23, 0) 0%,
		rgba(13, 14, 23, 1) 100%
	);
	position: absolute;
	top: 300px;
	left: 0;
	width: 100%;
	height: 400px;
}

.platta {
	background: #0a0a0a;
	position: absolute;
	top: 500px;
	left: 0;
	width:100%;
	height: calc(100% - 400px);
}

.introtext .entry {
	color: #ccc;
	font-size: 30px;
}

.introtext b {
	color:var(--vit);
}

.gold {
	background: linear-gradient(
	-200deg,
	#f5e6b8 0%,   /* ljusare än #efd79f */
	#e2c278 50%,  /* ljusare än #d6a84f */
	#caa14b 100%  /* ljusare än #b38628 */
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}


.topimage {
	background:url(images/topimage.webp) no-repeat;
	background-size: cover;
	background-position: center top;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 700px;
}

.texture {
	background: url(images/texture.webp);
	width: 500px;
	opacity: 0.3;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
}

.mainlogo {
	position: absolute;
	top: 60px;
	right: 10vw;
	width: 380px;
}

.neoteric-text {
	position: absolute;
	top: 370px;
	width: 100%;
	display: flex;
	justify-content:center;
	z-index: 5;
	margin: 0 auto;
}

.neoteric-text img {
	display:block;
	max-width: 500px;
	width: 90%;
}

.text-image {
	position: relative;
}

.text-image .inner-content {
	display: flex;
	
}

.text-image .anchor {
	position: absolute;
	top: -80px;
	left: 0;
}

p {
	margin:0 0 15px 0;
}

.text-image h2 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 34px;
}

.text-image.reverse .text {
	padding: 30px 50px 30px 0;
}

.copyPopup {
	display: none;
	background: #fff;
	color: var(--svart);
	padding: 5px 10px;
	font-size: 13px;
	position: absolute;
	bottom: -45px;
	left: 0px;
	z-index: 15;
}

.copyPopup:before {
	content:" ";
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	width:0;
	height:0;
	border-bottom: 8px solid #fff;
	top:-8px;
	left:8px;
	display:block;
	position:absolute;
	z-index:200;
}

.copyLinkBtn {
	position: relative;
	display: block;
	margin-top: 25px;
	cursor: pointer;
}

.copyLinkBtn:hover .inner {
	color: #fff;
	border-color: #fff;
}

.copyLinkBtn .inner {
	display: inline-block;
	padding: 5px 12px;
	border: 1px solid #ddd;
	border-radius:20px;
	font-size:	13px;
	text-transform: uppercase;
	color: #ddd;
	line-height: 1;
	position: relative;
	transition:0.3s all ease;
	font-weight: 600;
}

.reverse .inner-content {
	flex-direction:row-reverse !important;
}

img {
	display: block;
}

.text-image .image {
	flex: 1;
}

.hide {
	display: none;
}

.text-image .text {
	background:rgba(0,0,0,0);
	width: 350px;
	padding: 30px 0 30px 50px;
	font-size: 24px;
	color: var(--grabla);
	font-weight: 500;
	margin-top: 7px;
	text-align: left;
	line-height: 1.4;
}

.tracks {
	display: flex;
	gap: 30px;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
}

.track {
	width: calc(33.333333333% - 20px);
	margin-bottom: -20px;
	position: relative;
}

/* featured */
.featured {
	position: relative;
}

.featureimage .mobile {
	display: none;
}

.featured h2 {
    margin-bottom: 1.042vw;
    font-size: 5.578vw;
    color: #f7763f;
    line-height: 0.95;
    margin-top: 15px;
}

.featured .text {
	position: absolute;
	left: 50%;
	bottom: 6.944vw; /*100px;*/
	text-align:left;
	width: calc(50% - 6.944vw) /* - 100px */;
	color: #dde1ef;
	font-weight: 400;
	font-size:1.867vw; /* 24px */
}

.preheading {
	font-size:0.98vw; /*15px */
	color:#fff;
	margin-bottom:-0.1vw; /*7px;*/
	text-transform: uppercase;
	color:#f7763f;
	letter-spacing: 2px;
	font-weight: 500;
	font-weight: bold;
}

.featured .logos {
	display: flex;
	margin-top: 3.472vw; /*50px;*/
}

.featured .logo {
	width: 8.333vw; /*120px;*/
	margin-right: 4.861vw; /*70px;*/
	opacity: 0.85;
	transition:0.3s all ease;
}

.featured .logo:hover {
	opacity: 1;
}

.featured .logo.youtube {
	width: 6.944vw; /*100px;*/
	margin-top: 0.556vw; /*8px;*/
}

.featured .logo.applemusic {
	width: 6.597vw; /*95px;*/
	margin-top: 0.417vw; /*6px;*/
}


/* end featured */

.main-title {
    margin-top: -30px;
    margin-bottom: 40px;
    color: var(--orange);
    /* text-transform: uppercase; */
    font-size: 50px;
}

/* shorts */

.shorts {
	display:flex;
	gap:30px;
}

/* extra */
		.shorts {
			display: flex;
			overflow-x: auto;
			gap: 0;
			padding: 0 30px;
			scroll-snap-type: x mandatory;
			-webkit-overflow-scrolling: touch;
		}

	    .shorts-section .inner-content {
		    width: 100%;
		    max-width: none;
	    }
	    
		.short {
			flex: 0 0 auto;
			width: 300px;
			scroll-snap-align: start;
			padding-left: 30px;
		}
		
		.shorts::-webkit-scrollbar {
			display: none;
		}
		
	   .shorts-section .inner-content .short {
		   padding-left: 30px;
	   }
	   
	   .shorts-section .inner-content .short:last-of-type {
		  margin-right: 0;
	   }

/* end extra */

.shorts video {
    border-radius: 12px;
    display: block;
}

    .shorts-section .inner-content {
        width: 100%;
    }

/* quote */

.quote-block {
	margin:150px 0 200px 0;
}

.thequote p:before, .thequote p:after {
	content:'"';
	display: inline;
}



.quote-block blockquote {
	color: var(--gra);
	font-size: 36px;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
}

.quote-block blockquote cite {
	font-weight: 300;
	font-style: normal;
	font-size: 28px;
	display: block;
	margin-top: 30px;
}


/* end quote */


/* footer */
footer {
	background: #12151B;
	background: linear-gradient(180deg, rgba(13, 14, 23, 1) 0%, rgba(0, 0, 0, 1) 100%);
	padding:150px 0 60px 0;
}

.footercolumns {
	display: flex;
	gap:70px;
}

.rightcol, .leftcol {
	width: 50%;
}

.rightcol .pres {
	display: flex;
}

.rightcol .image {
	width: 175px;
	height: 175px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 40px;
}

.leftcol {
	text-align: left;
	color: var(--vit);
}


.rightcol .text {
	font-size: 17px;
	flex: 1;
	text-align:right;
	color: var(--gra);
}
/* end footer */

/* follow btn */

.linkblock {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5;
}

.follow-button {
	display: flex;
	margin-top: 30px;
	position: relative;
	transition:0.3s all ease;
}

.follow-button .artistsymbol {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-right: 20px;
	overflow: hidden;
}

.follow-button .follow p {
	color: var(--vit);
	font-size: 16px;
	margin-bottom: 3px;
	margin-left: 4px;
	font-family:"Figtree";
}

.follow-button .btn {
	background: #1ad760;
	padding: 10px 20px 2px 6px;
	line-height: 1;
	border-radius: 25px;
	font-size:16px;
	color: var(--vit);
	text-transform: uppercase;
	font-weight: 600;
	width: 160px;
	font-family:"Figtree";
}

.follow-button .btn:before {
	content:url(images/spotify-symbol-white.svg);
	display: inline-block;
	width: 25px;
	margin-right: 8px;
	vertical-align: top;
	margin-top: -4px;
}

.follow-button:hover .follow .btn {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0%   { transform: translate(0, 0) rotate(0deg); }
  20%  { transform: translate(-3px, -3px) rotate(-2deg); }
  40%  { transform: translate(3px, 3px) rotate(2deg); }
  60%  { transform: translate(-3px, 3px) rotate(-2deg); }
  80%  { transform: translate(3px, -3px) rotate(2deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}

/* end follow */

.footerlogos {
	padding-top: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footerlogos .logo {
	width: 120px;
	transition:0.3s all ease;
	opacity: 0.8;
}


.footerlogos .logo:hover {
	opacity: 1;
}

.footerlogos .logo.apple-music {
	width: 100px;
}

.footerlogos .logo.youtube {
	width: 110px;
}

.footerlogos .logo.facebook {
	width: 110px;
}


.footerlogos .logo.instagram {
	width: 110px;
	margin-bottom: -12px;
}

.footerlogos .logo.soundcloud {
	width: 80px;
}

.visitlink {
	color: var(--vit);
	margin-top: 30px;
	text-align: left;
	font-size: 18px;
}

.visitlink a {
	color:var(--gron);
}

.visitlink a:hover {
	text-decoration: underline;
	text-decoration-thickness:1px;
	text-underline-offset:4px;
}