@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&display=swap&subset=latin,latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap&subset=latin,latin-ext');
	*
	{
  	box-sizing: border-box;
	margin: 0;
	padding: 0;
	}
	
	body
	{
	overflow-x: hidden; 
	background-color: #fafffa;
	}
	
	html, body {
    scroll-behavior: smooth;
	}
	.aos-init.aos-animate
	{
		display: block;
		width: 100%;
		height: auto;
	}
	
	.post_fb
	{
		display: none;
	}
	
	#banner
	{
		display: block;
		position: relative;
		width: 100%;
		height: 110vh;
		background-image: url("images/stronaglowna.webp");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		background-attachment: relative;
	}
	#banner_logo
	{
		display: block;
		position: relative;
		width: 100%;
		height: 100vh;
		background-image: url("images/banner_logo.webp");
		background-repeat: no-repeat;
		background-attachment:scroll;
		background position:left top;
		background-size:contain;
	}
	
	.telefon
	{
		display: block;
		width: 100%;
		height: auto;
		position: fixed;
		top: 2%;
		padding-left: 25%;
		z-index: 100;
		background-color: whitesmoke;
		color: #0c2419;
		font-weight: 500;
		font-size: 40px;
		font-family: Amatic SC;
		text-decoration: none;
	}
		.image_one
	{
		display: block;
		position: absolute;
		width: 100%;
		height: 110vh;
	}
		.image_one img
	{
		display: block;
		position: absolute;
			-webkit-animation: rotate-center 2s infinite ;
					animation: rotate-center 2s infinite ;
		margin-top: 590px;
		margin-left: 40%;
		z-index: 1;
	}
			@-webkit-keyframes rotate-center {
			  0% {
				-webkit-transform: rotate(0);
						transform: rotate(0);
			  }
			  100% {
				-webkit-transform: rotate(360deg);
						transform: rotate(360deg);
			  }
			}
			@keyframes rotate-center {
			  0% {
				-webkit-transform: rotate(0);
						transform: rotate(0);
			  }
			  100% {
				-webkit-transform: rotate(360deg);
						transform: rotate(360deg);
			  }
			}

		.image_two
	{
		display: block;
		position: absolute;
		width: 100%;
		height: 110vh;
	}
		.image_two img
	{
		display: block;
		position: absolute;
			-webkit-animation: rotate-center 2s infinite ;
					animation: rotate-center 2s infinite ;
		margin-top: 400px;
		margin-left: 70%;
		z-index: 1;
	}
			@-webkit-keyframes rotate-center {
			  0% {
				-webkit-transform: rotate(0);
						transform: rotate(0);
			  }
			  100% {
				-webkit-transform: rotate(360deg);
						transform: rotate(360deg);
			  }
			}
			@keyframes rotate-center {
			  0% {
				-webkit-transform: rotate(0);
						transform: rotate(0);
			  }
			  100% {
				-webkit-transform: rotate(360deg);
						transform: rotate(360deg);
			  }
			}

	.image_three
	{
		display: block;
		position: absolute;
		width: 100%;
		height: 110vh;
	}
		.image_three img
	{
		display: block;
		position: absolute;
			-webkit-animation: rotate-center 2s infinite ;
					animation: rotate-center 2s infinite ;
		margin-top: 200px;
		margin-left: 20%;
		z-index: 1;
	}
			@-webkit-keyframes rotate-center {
			  0% {
				-webkit-transform: rotate(0);
						transform: rotate(0);
			  }
			  100% {
				-webkit-transform: rotate(360deg);
						transform: rotate(360deg);
			  }
			}
			@keyframes rotate-center {
			  0% {
				-webkit-transform: rotate(0);
						transform: rotate(0);
			  }
			  100% {
				-webkit-transform: rotate(360deg);
						transform: rotate(360deg);
			  }
			}


	.image_four
	{
		display: block;
		position: absolute;
		width: 100%;
		height: 110vh;
	}
		.image_four img
	{
		display: block;
		position: absolute;
			-webkit-animation: rotate-center 2s infinite ;
					animation: rotate-center 2s infinite ;
		margin-top: 300px;
		margin-left: 10%;
		z-index: 1;
	}
			@-webkit-keyframes rotate-center {
			  0% {
				-webkit-transform: rotate(0);
						transform: rotate(0);
			  }
			  100% {
				-webkit-transform: rotate(360deg);
						transform: rotate(360deg);
			  }
			}
			@keyframes rotate-center {
			  0% {
				-webkit-transform: rotate(0);
						transform: rotate(0);
			  }
			  100% {
				-webkit-transform: rotate(360deg);
						transform: rotate(360deg);
			  }
			}

	/*NAWIGACJA MENU TEL*/
	
	.nav-s
	{
		display: none;
	}

	
	/*MENU GŁOWNE*/

.nav
{
	display: flex;
	width: 100%;
	height: 10vh;
	flex-wrap: wrap;
	background-color: #fafffa;
	color: #0c2419;
}
.nav ul
{
	display: flex;
	width: 100%;
	height: auto;
	list-style-type: none;
	justify-content: center;
}
.nav li a
{
	display: flex;
	width: 150px;
	height: 10vh;
	text-align: center;
	align-items: center;
	justify-content: center;
	list-style-type: none;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	color: #0c2419;
	font-size: 35px;
	font-family: 'Amatic SC', sans-serif;
	font-weight: 500;
}

.onas
{
	display: block;
	position: relative;
	width: 150px;
	height: 10vh;
}
.onas a:hover
{
	background-color: #84bcff;
	width: 150px;
	height: 10vh;
	transition: 1s;
}

.opinie
{
	display: block;
	position: relative;
	width: 150px;
	height: 10vh;
}
.opinie a:hover
{
	background-color: #ba99ff;
	width: 150px;
	height: 10vh;
	transition: 1s;
}
.korepetytorzy
{
	display: block;
	position: relative;
	width: 150px;
	height: 10vh;
}
.korepetytorzy a:hover
{
	background-color: #ff9eed;
	width: 150px;
	height: 10vh;
	transition: 1s;
}
.cennik
{
	display: block;
	position: relative;
	width: 150px;
	height: 10vh;
}
.cennik a:hover
{
	background-color: #ff9280;
	width: 150px;
	height: 10vh;
	transition: 1s;
}
.ciekawostki
{
	display: block;
	position: relative;
	width: 150px;
	height: 10vh;
}
.ciekawostki a:hover
{
	background-color: #fffe75;
	width: 150px;
	height: 10vh;
	transition: 1s;
}
.egzaminy
{
	display: block;
	position: relative;
	width: 150px;
	height: 10vh;
}
.egzaminy a:hover
{
	background-color: #84bcff;
	width: 150px;
	height: 10vh;
	transition: 1s;
}

.kontakt
{
	display: block;
	position: relative;
	width: 150px;
	height: 10vh;
}
.kontakt a:hover
{
	background-color: #b0ff8f;
	width: 150px;
	height: 10vh;
	transition: 1s;
}
	.sticky
	{
	position: fixed;
	top: 0px;
	z-index: 100;
	}
	
/*HAMBURGER*/


#toggle
{
	position: fixed;
	top: 22px;
    left: 15px;
	width: 40px;
	height: 40px;
	background: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 200;
}
#toggle::before
{
	content: '';
	position: absolute;
	width: 28px;
	height: 2px;
	background: #36454f;
	transform: translateY(-5px);
	transition: 0.2s;
}
#toggle::after
{
	content: '';
	position: absolute;
	width: 28px;
	height: 2px;
	background: #36454f;
	transform: translateY(5px);
	transition: 0.2s;
}
#toggle.active::before
{
	transform: translateY(0px) rotate(45deg);
}
#toggle.active::after
{
	transform: translateY(0px) rotate(-45deg);
}
#sidebar
{
	position: fixed;
	top: 0;
	right: 0;
	width: 0;
	height: 100vh;
	background: #fafffa;
	transition: 0.5s;
	z-index: 100;
}
#sidebar.active
{
	width: 100%;
}

#sidebar ul
{
	position: relative;
	margin-top: 20%;
}
#sidebar ul li
{
	list-style: none;
	display: inline-block;
	width: 100%;
	padding-top: 5%;
	text-align: center;
}
#sidebar ul li a
{
	display: block;
	width: 100%;
	height: auto;
	padding-top: 2%;
	padding-bottom: 2%;
    color: #36454f;
    cursor: pointer;
    text-decoration: none;
	font-family: 'Amatic SC', sans-serif;
	font-size: 30px;
	font-weight: 600;
}

	/*SOCIAL*/
	
#social
{
	display: block;
	position: absolute;
	background: transparent;
	width: 100%;
	height: auto;
	z-index: 1;
	margin-top: 60%;
	left: 0;
}
#social a
{
	display: block;
	width: 60px;
	height: auto;
	z-index: 1;
}
.fb_a
{
	display: block;
	width: 60px;
	height: auto;
	z-index: 1;	
}
.fb_a:hover
{
	opacity: 0.8;
}

.whatsapp
{
	display: block;
	width: 60px;
	height: auto;
	z-index: 1;	
}

.whatsapp:hover
{
	opacity: 0.8;	
}

.skype
{
	display: block;
	width: 60px;
	height: auto;
	z-index: 1;	
}

.skype:hover
{
	opacity: 0.8;	
}

#social img
{
	display: block;
	width: 60px;
	height: auto;
	margin-bottom: 10px;
	z-index: 1;
}
	/*O NAS*/
#o_nasanall
{
		display: block;
		position: relative;
		width: 100%;
		height: 120vh;
}
#o_nas
{
	
		display: block;
		position: relative;
		width: 100%;
		height: 120vh;
		background-image: url("images/onas.webp");
		background-repeat: no-repeat;
		background-attachment:fixed;
		background position:left top;
		background-size:contain;
	}

#tittle_onas
{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	font-family: 'Amatic SC', sans-serif;
	font-size: 60px;
	padding-left: 22%;
	padding-top: 15%;
}
.content_onas
{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	padding-left: 22%;
	padding-right: 35%;
	padding-top: 2%;
}

#o_nasmobile
{
	display: none;
	width: 100%;
	height: auto;
	position: relative;
}
#tittle_onasmobile
{
	display: none;
	width: 100%;
	height: auto;
	position: relative;
	font-family: 'Amatic SC', sans-serif;
	font-size: 60px;
	justify-content: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15%;
}
.content_onasmobile
{
	display: none;
	width: 100%;
	height: auto;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	justify-content: center;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5%;
	padding-bottom: 0%;
}

/*OPINIE*/

#opinie
{
	display: block;
	width: 100%;
	height: auto;
	background-image: url("images/background_1.webp");
}
#tittle_opinie
{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	font-family: 'Amatic SC', sans-serif;
	font-size: 60px;
	padding-left: 22%;
	padding-top: 10%;
	padding-bottom: 2%;
}
.opinie_content
{
	display: flex;
	width: 100%;
	height: auto;
	flex-wrap: wrap;
	justify-content: space-evenly;
	flex-direction: row;
	background-image: url("images/background.webp");
}
.opinie_1
{
	width: 30%;
	height: auto;
}
.opinie_1 img
{
	width: 100%;
	height: auto;
}
.button1
{
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
	text-align: center;
}
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}
.button a
{
    border: none;
    color: white;
    padding: 1px 1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    margin: 5px 5px;
    cursor: pointer;
	font-family: 'Amatic SC', sans-serif;
}
.button:hover
{
opacity: 0.7;
}
.button1 {border-radius: 2px;}

#korepetytorzy
{
	display: block;
	width: 100%;
	height: auto;
	background-image: url("images/background_1.webp");
}
#tittle_korepetytorzy
{	
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	font-family: 'Amatic SC', sans-serif;
	font-size: 60px;
	padding-left: 22%;
	padding-top: 10%;
	padding-bottom: 5%;
}
#korepetytotrzy_content
{
	display: flex;
	width: 100%;
	height: auto;
	position: relative;
	flex-direction: row;
	align-items: center;
	padding-bottom: 10%;
}

.photo_korepetytor
{
	width: 40%;
	height: auto;
}
.photo_korepetytor img
{
	width: 80%;
	height: auto;
	padding-left: 20%;
}
.czcionka
{
	font-family: 'Amatic SC', sans-serif;
	font-size: 40px;
}
.tekst_korepetytor
{
	width: 55%;
	height: auto;
	align-items: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	padding-right: 5%;
	padding-left: 0%;
}

/*CENNIK*/

#cennik
{
	display: block;
	width: 100%;
	height: 100vh;
	position:relative;
	background-image: url("images/background.webp");
}
#tittle_cennik
{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	font-family: 'Amatic SC', sans-serif;
	font-weight: bold;
	font-size: 60px;
	padding-left: 22%;
	padding-top: 10%;
	padding-bottom: 5%;
}
#content_cennik
{
	display: flex;
	position: relative;
	width: 100%;
	height: auto;
	flex-wrap: wrap;
	justify-content:space-evenly;
}
#content_cennik img
{
	width: 35%;
	height: auto;
	
}

/*CIEKAWOSTKI*/

#ciekawostki
{
	display: block;
	width: 100%;
	height: auto;
	position:relative;
	background-image: url("images/background_1.webp");
}

#tittle_ciekawostki
{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	font-family: 'Amatic SC', sans-serif;
	font-weight: bold;
	font-size: 60px;
	padding-left: 22%;
	padding-top: 10%;
	padding-bottom: 2%;
}
.tittle_content
{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	font-family: 'Amatic SC', sans-serif;
	font-weight: bold;
	font-size: 40px;
	padding-left: 15%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.content_ciekawostki
{
	display: flex;
	position: relative;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	background-image: url("images/background.webp");
	padding-bottom: 10%;
	align-items: center;
}
.tekst_content
{
	width: 60%;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	padding-left: 8%;
	padding-top: 0%;
	padding-bottom: 5%;
}
.image_ciekawostki
{
	width: 40%;
	height: auto;
}
.image_ciekawostki img
{
	width: 100%;
	height: auto;
	padding-left: 2%;
	padding-right: 10%;
}

/*CIEKAWOSTKI*/

#egzaminy
{
	display: block;
	width: 100%;
	height: auto;
	position:relative;
	background-image: url("images/background_1.webp");
}

#tittle_egzaminy
{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	font-family: 'Amatic SC', sans-serif;
	font-weight: bold;
	font-size: 60px;
	padding-left: 22%;
	padding-top: 10%;
	padding-bottom: 2%;
}
.tittle_content
{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	font-family: 'Amatic SC', sans-serif;
	font-weight: bold;
	font-size: 40px;
	padding-left: 15%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.content_ciekawostki
{
	display: flex;
	position: relative;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	background-image: url("images/background.webp");
	padding-bottom: 10%;
	align-items: center;
}
.tekst_content
{
	width: 60%;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	padding-left: 8%;
	padding-top: 0%;
	padding-bottom: 5%;
}

/*KONTAKT*/

#kontakt
{
	display: flex;
	width: 100%;
	height: auto;
	position:relative;
	background-image: url("images/background_1.webp");
}

#tittle_kontakt
{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	font-family: 'Amatic SC', sans-serif;
	font-weight: bold;
	font-size: 60px;
	padding-left: 22%;
	padding-top: 10%;
	padding-bottom: 0%;
}

#kontakt_form
{
	display: flex;
	width: 100%;
	height: auto;
	flex-wrap: wrap;
	justify-content: space-between;
	background-image: url("images/background.webp");
}
.contact-form 
	{
		position: relative;
        width: 35%;
		height: auto;
		color: #36454f;
		margin-top: 0%;
		margin-bottom: 2%;
		margin-left: 15%;
	}
	
	    .contact-form .aos-init.aos-animate legend 
	{
        font-size: 30px;
		text-align: center;
		justify-content: center;
		color: #36454f;
		font-family: 'Amatic SC', sans-serif;
		border: none;
		margin-left: 27%;
    }


        .contact-form em 
		{
		color: #36454f;
		font-size: 18px;
        }

        .contact-form .item {
            position: relative;
            margin: 32px 0;
			font-family: 'Amatic SC', sans-serif;
        }

        .contact-form input, .contact-form textarea {
            padding: 10px 35px;
            width: 100%;
            font-size: 18px;
			font-family: 'Amatic SC', sans-serif;
			background-color: #86c9f5;
            border: none;
			color: #36454f;
            box-sizing: border-box;
        }

        .contact-form label {
            position: absolute;
			color: #36454f;
			bottom: 0px;
			font-family: 'Amatic SC', sans-serif;
		left: 5px;
            transition: 1s all;
            font-size: 1,25em;
            line-height: 40px;
			border: none;
        }

        .contact-form input:focus, .contact-form textarea:focus {
            border: none;
        }

        .contact-form input:focus + label, .contact-form input:valid + label {
            bottom: 40px;
            font-size: 1em;
        	border: none;
			}

        .contact-form input:valid {
            background-repeat: no-repeat;
            background-position: 1% 50%;
            border: 1px solid #0c2419;
            background-color: #86c9f5;
			font-size: 18px;

        }

        .contact-form textarea + label {
            top: 0;
        }

        .contact-form textarea:focus + label, .contact-form textarea:valid + label {
            top: -32px;
            font-size: 1em;
        }

        .contact-form textarea:valid 
		{
            border: none;
        }

        .contact-form input[type="submit"] 
		{
            border: none;
            background-image: none;
            background-color: #86c9f5;
			font-size: 22px;
			color: #36454f;
        }

        .contact-form input[type="submit"]:hover 
		{
        cursor: pointer;
		opacity: 0.7;
		}
		
		.image_kontakt
		{
			display: flex;
			width: 30%;
			height: auto;
			margin-right: 20%;
		}
		.image_kontakt img
		{
			display: block;
			width: 100%;
			height: auto;
			object-fit: contain;
			margin-bottom: 5%;
		}
		
/*FOOTER&POLITYKA PRYWATNOŚCI*/

	
	/*FOOTER*/
	
	.footer-box
	{
		display: flex;
        width: 100%;
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;   
		padding-left: 3%;
		padding-right: 3%;     
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
		border-top: solid 1px #36454f;
		background-color: #2dc6ff;
		font-family: 'Amatic SC', sans-serif;
		font-weight: bold;
        font-size: 20px;
		color: #36454f;
        
	}

	.link1 a
	{
		color: #36454f;
		list-style-type: none;
		text-decoration: none;
	}
	.link1 a:hover
	{
		color: red;
	}
	.link a
	{
		color: #36454f;
		list-style-type: none;
		text-decoration: none;
	}
	.link a:hover
	{
		color: red;
	}

	/*PRV*/
		
		#banner_polityka
	{
    display:flex;
	width: 100%;
    height: 100vh;
	background-image: url("images/bg_polityka.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	}
	
		.title_bg
	{
		width: 100%;
		display: flex;
		position: absolute;
		padding-top: 15vh;
		padding-right: 3%;
		justify-content: center;
		font-size: 65px;
		font-family: 'Georama', sans-serif;
		color: white;
		font-weight: bold;
	}
	.bg_polityka
	{
		display: block;
		position: absolute;
		width: 100%;
		height: 40vh;
		top: 30%;
		text-align: center;
		background-color: rgba(0, 0, 139, 0.4);
	}

		#prv
	{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		background: #2c62aa;
	}
	#prv h1
	{
		display: block;
		position: relative;
		text-align: center;
		font-family: 'Georama', sans-serif;
		color: white;
		padding-top: 1%;
		padding-bottom: 1%;
		font-size: 36px;
	}

	#prv p
	{
		display: block;
		position: relative;
		text-align: center;
		font-family: 'Georama', sans-serif;
		color: black;
		padding-left: 10%;
		padding-right: 10%;
		padding-bottom: 8%;
		padding-top: 8%;
		font-size: 24px;
		background: white;
	}
		#contact-1
	{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		height: 95vh;
		background-image: url("images/bg-contact.webp");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		font-family: 'Georama', sans-serif;
		justify-content: center;
		}
			.mail
	{
		display: block;
		position: absolute;
		top: 50%;
		text-align: center;
		font-size: 32px;
		font-family: 'Amatic SC', sans-serif;
		color: #0c2419;
	}