/*!
Theme Name: NodeCore2025
Theme URI: http://maszkomp.pl/
Author: KacperT - Twój design w sieci 
Author URI: https://www.facebook.com/GrafikKacper/
Description: Description
Version: 1.0.0
Text Domain: NodeCore.pl
*/

@font-face {
  font-family: 'Byte';
  src: 	url('inc/fonts/Bytesized-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Doto';
  src: 	url('inc/fonts/Doto-VariableFont_ROND,wght.ttf') format('truetype');

  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jersey';
  src:	url('inc/fonts/Jersey10-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}
body{
	background-color:#0f0f0f;
	background-image:url("https://nodecore.pl/wp-content/themes/NodeCore-2025/images/back.svg");
	color: #fff;
	background-size: 97px;
}
body::before {
  content: '';
  position: absolute;
  width: 920px;
  height: 920px;
  z-index: -1;
  top: -500px; 
  background: url('https://nodecore.pl/wp-content/themes/NodeCore-2025/images/grid.svg'),radial-gradient(circle,rgb(229, 64, 91) 0%, rgba(0, 0, 0, 0) 65%);
  rotate: 48deg;
  left: calc(50vw + 401px);
}
header, .wrapper{
	max-width: 1480px;
}
header{ 
	height: 150px;
	display: flex;
	justify-content: center;
	margin: auto;
}
nav{
	
	flex-grow: 1;
	align-items: center;
	display: flex;
}
nav > ul {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: left;
  align-items: center;
}
.icon-menu > li:hover {
  animation: heartBeat;
  animation-duration: 2s;
}
#site-navigation > button {
  display: none;
}
.socialLinks {
  flex-grow: 1;
  display: flex;
  justify-content: right;
  align-items: center;
  font-family: Jersey;
  font-size: 24px;
}
.buttonContact {
  padding: 20px;
  border-radius: 50px;
  background: linear-gradient(28deg,rgb(15, 15, 15) 0%, rgb(64, 19, 27) 70%);
}
.buttonAnyDesk{
  padding: 20px;
  border-radius: 50px;
  background: #fc4236;
  height: 40px;
  margin-left: 10px;
}
.buttonAnyDesk > img {
  width: 40px;
  height: 40px;
}
.site-branding {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-branding > a > img {
  width: 350px;
  height: auto;
}
/*--------------------*/

#HomePage {
  font-family: Jersey;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  height: 800px;
}
#HomePage > h2 {
  font-size: 72px;
  margin: 0px;
  margin-left: -150px;
}
#HomePage > h1 {
  font-size: 96px;
  margin: 0px;
}
#HomePage > h3 {
  font-size: 72px;
  margin: 0px;
  margin-left: 160px;
}
.pakman {
  position: absolute;
  width: 400px;
  height: 400px;
  display: flex;
  left: calc(50vw - 675px);
  z-index: -1;
}

@keyframes slideX {
  from { transform: translateX(0); }
  to   { transform: translateX(500px); }
}
.wrapper {
  display: flex;
  margin: auto;
  flex-direction: column;
  backdrop-filter: blur(1px);
  height: 600px;
  border-radius: 50px;
  background-color: rgba(235, 74, 97, 0.05);
  justify-content: center;
  text-align: center;
  border: 16px double #eb4961;
}
#AboutUs > .wrapper > h2 {
  font-family: ;
  font-family: Jersey;
  font-size: 50px;
  text-transform: uppercase;
}

#AboutUs > .wrapper > h3 {
  font-family: Jersey;
  font-size: 40px;
  padding-left: 60px;
  padding-right: 60px;
}
.linkLabel{
	position: absolute;
  	display: none;
  	color: #fff;
  	background: #ec4a61;
  	padding: 5px;
  	border-radius: 10px;
  	width: 135px;
  	text-align: center;
  	font-family: Jersey;
}
.icon-menu > li > a:hover > span {
  display: block;
}
/* Sztuczny “stretcher”, żeby była przestrzeń do scrollowania */
.spacer { height: 200vh; }
