﻿@charset "utf-8";
/*
	Theme Name: Serce Jednokomorowe
	Theme URI: https://www.peka.pro
	Description: Serce Jednokomorowe
	Version: 0.1
	Author: Przemysław Krajewski
	Author URI: https://www.peka.pro
*/
:root {
	--bg-color:#FFFFFF;
    --main-color:#D9000D;
    --bg-color-1:#000D2D;
    --bg-color-2:#022F73;
	--bg-grey:#F5F5F5;
	
    --grey-color:#797979;
	--dark-color:#000000;
    --text-color:#000000;
	--scrollbarBG: #EAEAEA;
	--thumbBG: #D9000D;
	--text-regular: 16px;
	--text-h1: 36px;
}

/*html, body {
    min-height: 100% !important;
    height: 100%;
}*/
/*{
font-family: "arponasans", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "arponasans", sans-serif;
font-weight: 500;
font-style: normal;
*/
html {
	margin:0px;
	padding:0px;
	color:var(--text-color);
	font-family: "arponasans", sans-serif;
	font-weight: 400;
	font-style: normal;
	scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
body {
	margin:0px;
	padding:0px 0 0 0;
	font-size:16px;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:var(--text-color);
	background-color: var(--bg-color);
	font-family: "arponasans", sans-serif;
	font-weight: 400;
	font-style: normal;
	background: var(--bg-color);
	/*-ms-transform:scale(1); 
    transform:scale(1);*/
}


html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body::-webkit-scrollbar {
  width: 10px;
}
body {
	scrollbar-width: thin;
	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
	scroll-behavior: smooth;
}
body::-webkit-scrollbar-track {
	background: var(--scrollbarBG);
	border-left: 1px solid rgba(60,60,60,0.3);
}
body::-webkit-scrollbar-thumb {
	background-color: var(--thumbBG) ;
	cursor: grab;
	border-radius: 10px;
	border: 1px solid var(--scrollbarBG);
}

strong, b {
	font-family: "arponasans", sans-serif;
	font-weight: 500;
	font-style: normal;
}
/*.logo:before{content:'';display:block;width:8px;height:8px;position:absolute;top:45%;bottom:0;left:50%;transform:translate(-50%, -50%);right:0;z-index:-1;border-radius:100%;animation:pulseHeart 1s ease infinite}*/
.logo {animation:pulseHeart 1s ease infinite;}
@keyframes pulse{
	0%{box-shadow:0 0 0 0 rgba(251,54,110,0.4)}
	70%{box-shadow:0 0 0 30px rgba(251,54,110,0)}
	100%{box-shadow:0 0 0 0 rgba(251,54,110,0)}
}
@keyframes pulseHeart{
	0%{transform:scale(1.3)}
	70%{transform:scale(1.15)}
	100%{transform:scale(1)}
}



.list-2-col{
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
	padding: 0 0px 0 20px;
}
.list-2-col li{
	padding: 5px 0px 5px 0;
	line-height: 24px;
}

.gradient-bg {
background: rgb(245,245,245);
background: -moz-linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 40%);
background: -webkit-linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 40%);
background: linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 40%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#ffffff",GradientType=1);
}

.gradient-bg-rev {
background: rgb(245,245,245);
background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 60%, rgba(245,245,245,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 60%, rgba(245,245,245,1) 100%);
background: linear-gradient(180deg, rgba(255,255,255,1) 60%, rgba(245,245,245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f5f5f5",GradientType=1);
}


.hero-fluid {
	background: rgb(2,47,115);
	background: -moz-radial-gradient(circle, rgba(2,47,115,1) 0%, rgba(0,13,45,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(2,47,115,1) 0%, rgba(0,13,45,1) 100%);
	background: radial-gradient(circle, rgba(2,47,115,1) 0%, rgba(0,13,45,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#022f73",endColorstr="#000d2d",GradientType=1);
}

.container {
	max-width: 1290px;
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.p-row {
	padding: 30px 12px;
}
.px-row {
	padding-right: 12px;
	padding-left: 12px;
}
.py-row {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pb-row {
	padding-bottom: 20px;
}
.pt-row {
	padding-top: 20px;
}
h1, h2, h3, h4, h5 {font-weight: 500;}

h1 {
	font-size: 35px;
	line-height: 45px;
}
h2 {
	font-size: 30px;
	line-height: 40px;
}
.hero-row {
	padding-top: 90px;
}
.swiper-button-container {
	
}

@media (min-width: 768px) {
	.hero-row {
		padding-top: 190px;
	}
	.fix-pulse {
		display: grid;
	}
	.nottop .fix-pulse {
		padding-top: 25px;
	}
}

@media (min-width: 1123px) {
	.nottop .fix-pulse {
		padding-top: 0px;
	}
}

.bg-grey {
	background: var(--bg-grey);
}
@media (max-width: 767px) {
	.nottop .navmenu .menu-btn:checked ~ .logo  {
		opacity: 1!important;  
		-webkit-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}
	.nottop .navmenu .logo {
		opacity: 0;  
		-webkit-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}
	.nottop .navmenu .menuin,  .navmenu .menuin { 
		top: -78px!important;
	}
	.navmenu .logo {
    position: absolute;
    z-index: 999999;
	}
	.navmenu .menu-btn:checked ~ .fakebg {
		background: unset!important;
	}
	.navmenu .menuin {
		
		top: -2px!important;
		padding-top: 78px!important;
	}
	.navmenu .menu-btn:checked ~ .menuin {
		top: -2px!important;
		padding-top: 78px!important;
	}
	.navmenu .menu-icon {
		z-index: 99999;
	}
}

.f16 {line-height: 26px; font-size: 16px;}
.f20 {line-height: 30px; font-size: 20px;}
.f26 {line-height: 36px; font-size: 26px;}

.lineup:before {
	content: "";
	width: 50px;
	border-top: 4px solid var(--main-color);
	display: inline-block;
	display: block;
	margin-bottom: 15px;
}
.lineup {    margin-top: 20px;}
.hero-img  {
	width: 80%;
	max-width: 300px;
	max-height: 100%;
}

.area{
    width: 100%;
    height:100vh;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
	content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 89.22 89.22'%3E%3Cpath d='M68.26,22.35h-2.68v-1.38C65.58,9.41,56.17,0,44.61,0S23.65,9.41,23.65,20.97v1.38h-2.68C9.41,22.35,0,31.75,0,43.32s9.41,20.97,20.97,20.97h2.68v3.97c0,11.56,9.41,20.97,20.97,20.97s20.97-9.41,20.97-20.97v-3.97h2.68c11.56,0,20.97-9.41,20.97-20.97s-9.41-20.97-20.97-20.97Zm0,29.43h-15.35v12.5h.17v3.97c0,4.67-3.8,8.46-8.46,8.46s-8.46-3.8-8.46-8.46v-16.48h-15.18c-4.67,0-8.46-3.8-8.46-8.46s3.8-8.46,8.46-8.46h15.18v-13.89c0-4.67,3.8-8.46,8.46-8.46s8.46,3.8,8.46,8.46v1.38h-.17v12.5h15.35c4.67,0,8.46,3.8,8.46,8.46s-3.8,8.46-8.46,8.46Z' style='fill:%23fff;'/%3E%3C/svg%3E");
    animation: animate 25s linear infinite;
	opacity: 0;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 20%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
	filter: blur(4px);
}

.circles li:nth-child(2){
    left: 4%;
    width: 40px;
    height: 40px;
    animation-delay: 2s;
    animation-duration: 15s;
	filter: blur(2px);
}

.circles li:nth-child(3){
    left: 80%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
	filter: blur(2px);
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
	filter: blur(6px);
}

.circles li:nth-child(6){
    left: 90%;
    width: 40px;
    height: 40px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 110px;
    height: 110px;
    animation-delay: 7s;
	filter: blur(3px);
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
	filter: blur(8px);
}

.circles li:nth-child(10){
    left: 95%;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation-duration: 17s;
	filter: blur(4px);
}



@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: .05;
    }
    50%{
        transform: translateY(-500px) rotate(180deg);
        opacity: .3;
    }
    100%{
        transform: translateY(-1000px) rotate(360deg);
        opacity: 0;
    }
}

.img-blink {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 90%;
    text-align: center;
	padding: 10% 0;
}
.img-blink img {
	width: auto;
	height: 100%;
	max-width: 100%;
}

.fix-blink {min-height: 400px;}

.img-blink p {
	background: #fff;
	text-align: center;
}
@-webkit-keyframes blinker {
    0%{
        opacity: 0;
    }
    45%{
        opacity: 0;
    }
    55%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}
.blink{
	text-decoration: blink;
	z-index: 4;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}



.faq-drawer {
  margin-bottom: 30px;
}

.faq-drawer-content-wrapper {
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}

.faq-drawer-title {
  border-top: #ccc 1px solid;
  cursor: pointer;
  display: block;
  font-size: 20px;
  padding: 30px 0 0 0;
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
	color: #000;
}

.faq-drawer-title::after {
border-style: solid;
    border-width: 2px 2px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    left: -10px;
    position: relative;
    right: 0px;
    top: 2px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer-title:hover { 
  color: var(--main-color)  ;
}

.faq-drawer-trigger:checked
  + .faq-drawer-title
  + .faq-drawer-content-wrapper {
  max-height: 350px;
}

.faq-drawer-trigger:checked + .faq-drawer-title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}

.faq-drawer input[type="checkbox"] {
  display: none;
}


	.menuin li.active a {
		color: var(--main-color)!important;
	}
	@media only screen and (max-width: 767px) {
		.container-fluid:target {
			scroll-margin-top: 40px;
		}
		.container-first:target {
			 scroll-margin-top: 40px!important;
		}
	}
	@media only screen and (min-width: 768px) and (max-width: 981px)  {
		.container-fluid:target {
		 scroll-margin-top: 120px;
		}
		.container-first:target {
		 scroll-margin-top: 120px!important;
		}
	}
	@media only screen and (min-width: 982px) {
		.container-fluid:target {
		 scroll-margin-top: 70px;
		}
		.container-first:target {
		 scroll-margin-top: 250px!important;
		}
	}


		.timeline .time-point {width: 20px;height: 20px;border-radius: 20px;position: relative;border: 4px solid var(--main-color);background: #fff;left: -8px;top: 5px;}
		.timeline .time-first {width: 25px;height: 25px;position: relative;background: #fff;left: -16px;top: 0px;}
		.timeline .time-first img {width: 36px;height: 36px;position: relative; top: -8px;}
		.timeline .time-last {width: 25px;height: 25px;position: absolute;background: #fff;left: -16px; bottom: 0px;}
		.timeline .time-last img {width: 36px;height: 36px;position: relative; top: -8px;}
		.timeline .z2 {z-index: 2;}
		.timeline .line {background: var(--main-color); position: absolute; height: 100%; width: 4px;}
		.timeline p {margin-top: 0px;}

.panel-wrapper-more {
  position: relative;
}

.btn-more {
  color: #000;
  left: 0;
  padding: 1em 0;
  text-decoration: none;
  width: 200px;
		-webkit-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}

.btn-more:hover {
	color:var(--main-color);
		-webkit-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}

.show-more, .hide-more {
  position: absolute;
  bottom: -1em;
  z-index: 100;
  text-align: left;
}

.hide-more {display: none;}
.show-more:target {display: none;}
.show-more:target ~ .hide-more {display: block;}
.show-more:target ~ .panel-more {
   max-height: 2000px; 
}
.show-more:target ~ .fade-more {
  margin-top: 0;
	
}


.show-more::after {
border-style: solid;
    border-width: 2px 2px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    left: -10px;
    position: relative;
    right: 0px;
    top: 2px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
}
.hide-more::after {
border-style: solid;
    border-width: 2px 2px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    left: -10px;
    position: relative;
    right: 0px;
    top: 2px;
    transform: rotate(-45deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
}

.panel-more {
  position: relative;
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  transition: max-height .5s ease;
}
.fade-more {
background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(245,245,245,1) 72%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(245,245,245,1) 72%);
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(245,245,245,1) 72%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ff0000",GradientType=1);
  height: 100px;
  margin-top: -100px;
  position: relative;
}


.panel-wrapper-more-w {
  position: relative;
}

.btn-more-w {
  color: #000;
  left: 0;
  padding: 1em 0;
  text-decoration: none;
  width: 200px;
		-webkit-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}

.btn-more-w:hover {
	color:var(--main-color);
		-webkit-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}

.show-more-w, .hide-more-w {
  position: absolute;
  bottom: -1em;
  z-index: 100;
  text-align: left;
}
.hide-more-w {display: none;}
.show-more-w:target {display: none;}
.show-more-w:target ~ .hide-more-w {display: block;}
.show-more-w:target ~ .panel-more-w {
   max-height: 2000px; 
}
.show-more-w:target ~ .fade-more-w {
  margin-top: 0;
	
}


.show-more-w::after {
border-style: solid;
    border-width: 2px 2px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    left: -10px;
    position: relative;
    right: 0px;
    top: 2px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
}
.hide-more-w::after {
border-style: solid;
    border-width: 2px 2px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    left: -10px;
    position: relative;
    right: 0px;
    top: 2px;
    transform: rotate(-45deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
}

.panel-more-w {
  position: relative;
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  transition: max-height .5s ease;
}
.fade-more-w {
background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 72%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 72%);
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 72%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ff0000",GradientType=1);
  height: 100px;
  margin-top: -100px;
  position: relative;
}

