/*
==================================================================
Theme Name: YNKS 24
Version: 3.0
Author: // CODE
Author URI: https://yonkis.com
==================================================================
*/

@import url('css/config.css');

/* General */

html,body {
	font-family: 'Lato', sans-serif;
	line-height: 1.4;
	color: white;
	font-size: 16px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	background: linear-gradient(to bottom,#1f033c,#0f051d);
}

body figure {
	margin: 0;
}

h1,h2,h3,h4,h5 {
	width: 100%;
	margin: 0;
}

p,li {
	width: 100%;
	margin: 0;
	line-height: 1.4;
}

a {
	color: var(--black);
	text-decoration: none;
	transition: all 280ms ease;
}

/* Header */

#header {
	width: 100%;
	padding-bottom: 0;
}

#header div {
	border: 1px solid rgb(255 255 255 / 10%);
	border-radius: 17px;
}

#header h1 {
	padding-inline: 10%;
	font-size: clamp(60px, 10vw, 120px);
	transform: translateY(-6px);
	transition: all 720ms ease;
}

#header div:hover h1 {
	padding-inline: 17%;
}

#header h1 span {
	position: relative;
}

#header h1 span small {
	font-size: 22px;
	font-weight: 300;
	font-size: 14px;
	color: #00ff43;
	transform: translateX(-50%);
	position: absolute;
	bottom: -20px;
	left: 50%;
}

#canvas {
	filter: blur(13px);
	opacity: 0.15;
	z-index: -1;
}

/* Main */

main {
	padding-inline: 40px;
}

#loop article {
	background-color: rgb(0 0 0 / 15%);
	border: 1px solid rgb(255 255 255 / 10%);
	background: linear-gradient(to bottom,#1f033c,#0f051d);
	transition: all 360ms ease;
	opacity: 0;
	pointer-events: none;
}

#loop article.visible {
	opacity: 1;
	transform: translateY(0) !important;
	pointer-events: all;
}

#loop article.affiliate {
	grid-row: 1 / 3;
	grid-column: 3;
}

#loop article > figure {
	mix-blend-mode: multiply;
	filter: grayscale(1);
	opacity: 0.75;
	transition: all 13000ms ease;
	z-index: -1;
}

#loop article p {
	color: rgb(255 255 255 / 50%);
}

#loop article footer {
	border-top: 1px solid rgb(255 255 255 / 10%);
	background-color: rgb(0 0 0 / 37%);
}

#loop article footer div span.author,
#loop article footer a:hover {
	color: #00ff43;
}

#loop article footer img {
	border-radius: 100%;
}

#loop article footer i {
	transform: translateY(1px);
}

#loop .pagination {
	grid-column: 1 / -1;
}

#loop .pagination a,
#loop .pagination span {
	min-width: 40px;
	width: fit-content;
	height: 40px;
	padding-inline: 5px;
	border-radius: 3px;
	border: 1px solid rgb(255 255 255 / 10%);
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Footer */

#footer {
	border-top: 1px solid rgb(255 255 255 / 10%);
	background-color: rgb(0 0 0 / 15%);
}

#yonkat-container {
  height: 100vh;
  width: 100vw;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
}

#yonkat {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  mask: url('images/yonkat.svg');
  background-color: #00ff43;
  background-repeat: no-repeat;
  background-size: 75px;
  background-position: center;
  pointer-events: all;
  z-index: 999;
}
