﻿@charset "utf-8";
/* Theme Name: BAJKA Studio */

html,
body {
	height: 100%;
}

/* Fonty */

@font-face {
	font-family: Panton-SemiBold;
	src: url("Panton-SemiBold.otf");
}

@font-face {
	font-family: Panton-Light;
	src: url("Panton-Light.otf");
}

/* Style SEO - początek */

.opis-eventy,
.opis-onas {
	margin: 4rem 0;
}

.opis-eventy h2,
.opis-onas h2 {
	margin: 2rem 0;
}

.opis-eventy p,
.opis-onas p,
.opis p {
	margin: 2rem 0;
	text-align: justify;
}

.opis-onas li {
	margin-bottom: 16px;
	text-align: justify;
}

#opis-kolor .h1Title,
#opis-kolor p{
	color: #333;
}

/* Style SEO - koniec */

.font_sb {
	font-family: "Panton-SemiBold", sans-serif;
	letter-spacing: 3px;
}
.font_l {
	font-family: "Panton_Light", sans-serif;
	letter-spacing: 3px;
}

.h1Title {
	font-family: "Panton-SemiBold", sans-serif;
	letter-spacing: 3px;
	font-size: 40px;
	text-align: center;
	margin-top: 40px;
	color: #e8c219;
}
.h2Title {
	font-family: "Panton-SemiBold", sans-serif;
	letter-spacing: 3px;
	font-size: 32px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #00000;
}
.h3Title {
	font-family: "Panton-SemiBold", sans-serif;
	letter-spacing: 3px;
	font-size: 22px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #00000;
}
.h4Title {
	font-family: "Panton-SemiBold", sans-serif;
	letter-spacing: 2px;
	font-size: 28px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #00000;
}

mark {
	background: #e8c219;
}

.popis {
	font-family: "Panton-Light", sans-serif;
	letter-spacing: 2px;
	font-size: 16px;
	color: #00000;
}
.pkontakt {
	font-family: "Panton-Light", sans-serif;
	letter-spacing: 2px;
	font-size: 12px;
	color: #fff;
	margin-left: 10px;
}
.poferta {
	font-family: "Panton-Light", sans-serif;
	letter-spacing: 2px;
	font-size: 16px;
	color: #e8c219;
	text-align: center;
}

.about2a,
.about2b,
.about2c {
	padding: 30px;
	color: #00000;
	font-weight: 900;
}

/* cover 100% */
.cover100 {
	height: 100%;
}
.frontCover {
	background-color: rgba(0, 0, 0, 1);
}

.frontTopLogotyp {
	margin: 160px 0;
}

/* menu */

.menu_bajka {
	background-color: #e2be16;
	width: 100%;
	height: 50px;
	float: right;
}

#menu-wb ul {
	list-style-type: none;
	font-size: 18px;
}
#menu-wb li {
	dispaly: inline;
	float: right;
	margin-left: 30px;
	margin-top: 3px;
}
#menu-wb li:first-child {
	margin-right: 90px;
}
#menu-wb li:last-child {
	margin-left: 0px;
}
#menu-wb li > a {
	text-decoration: none;
	color: rgba(0, 0, 0, 1);
	opacity: 0.8;
}
#menu-wb li > a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	font-weight: 650;
	opacity: 1;
}
#menu-wb li > a:active {
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	font-weight: 650;
	opacity: 1;
}
#menu-wb li > a:visited {
	text-decoration: none;
	color: rgba(0, 0, 0, 1);
	opacity: 0.8;
}

.menu_bajka_sm {
	height: 25px;
	width: 25px;
}
/* social media front */

.frontBottom {
	background-color: #000;
	min-height: 40%;
	position: absolute;
	bottom: 20px;
	z-index: 5;
}

.frontBottomSVG {
	width: 25px;
	height: 25px;
	margin-left: 0px;
}

/* panel o studio */

.about {
	background-color: #000000;
	min-height: 400px;
}
.opis {
	font-family: "Panton-Light", sans-serif;
	letter-spacing: 2px;
}
.about1 {
	color: #e8c219;
	font-size: 16px;
}

/* photo bajka*/

.photo {
	background-image: url("front3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
	background-color: #fff;
	min-height: 760px;
}

/* panel opis */

.about2 {
	background-color: #e8c219;
	background-image: url("aparat.png");
	background-size: cover;
	min-height: 400px;
}

/* oferta */

#oferta {
	background-color: #000000;
	min-height: 250px;
}

/* panel plan */

.plan {
	background-image: url("rzut-studio-2024-biale.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
	background-color: #8b7100;
	min-height: 760px;
}

/* panel galria */

.portfolio1 {
	background-color: #ffe572;
	min-height: 450px;
}

/* panel kontakt */

#kontakt {
	background-color: #000;
	min-height: 600px;
}

.spacer {
	font-family: "Panton-SemiBold";
	font-size: 20px;
	letter-spacing: 3px;
	color: #e8c219;
	margin-left: 70px;
}

/* panel portfolio*/

#portfolio {
	background-color: #000;
	min-height: 350px;
}
#portfolio a {
	text-decoration: none;
	color: #e8c219;
	opacity: 1;
}
#portfolio a:hover {
	text-decoration: none;
	color: #e8c219;
	opacity: 1;
}
#portfolio a:active {
	text-decoration: none;
	color: #e8c219;
	opacity: 1;
}
#portfolio a:visited {
	text-decoration: none;
	color: #e8c219;
	opacity: 1;
}

/* mapa */

.feature.map {
	height: 100%;
}
.feature.map {
	height: 450px;
	width: 100%;
	border: 0;
	overflow: hidden;
	/*filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");*/
	/* Firefox 10+ */
	/*filter: gray;*/
	/* IE6-9 */
	/*-webkit-filter: grayscale(99%);*/
	/* Chrome 19+ & Safari 6+ */
	/*-webkit-backface-visibility: hidden;*/
	/* Fix for transition flickering */
}

/* kalendarz */
.iframe_calendar {
	width: 900px;
	height: 600px;
}
.zwin {
	font-family: "Panton-SemiBold", sans-serif;
	letter-spacing: 3px;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	color: #e8c219;
}
a.calendarLink {
	text-decoration: none;
	font-family: "Panton-Light", sans-serif;
	letter-spacing: 2px;
	font-size: 16px;
	color: #e8c219;
	text-align: center;
}

/* wirtualny spacer */

.iframe_panorama {
	margin-left: 70px;
	width: 100%;
	height: 400px;
}

/* button PDF */

.buttonPDF {
	margin-top: 10px;
	text-align: center;
}
.buttonPDFimg {
	text-align: center;
}

/* Media queries
-------------------------------------------------- */
/* Large desktops and laptops */
@media (min-width: 1200px) {
	.menu_bajka {
		 width: 100%;
		 position: fixed;
		 z-index: 999;
	}
	.menu_bajka_sm {
		height: 25px;
		width: 25px;
	}

	#menu-wb ul {
		list-style-type: none;
		font-size: 18px;
	}
	#menu-wb li {
		dispaly: inline;
		float: right;
		margin-left: 25px;
		margin-top: 3px;
	}
	#menu-wb li:first-child {
		margin-right: 60px;
	}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.iframe_calendar {
		width: 900px;
		height: 600px;
	}

	.menu_bajka {
		width: 100%;
	}
	.menu_bajka_sm {
		height: 22px;
		width: 22px;
	}

	#menu-wb ul {
		list-style-type: none;
		font-size: 16px;
	}
	#menu-wb li {
		dispaly: inline;
		float: right;
		margin-left: 25px;
		margin-top: 3px;
	}
	#menu-wb li:first-child {
		margin-right: 60px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.menu_bajka {
		width: 100%;
	}
	.menu_bajka_sm {
		height: 20px;
		width: 20px;
	}

	#menu-wb ul {
		list-style-type: none;
		font-size: 15px;
	}
	#menu-wb li {
		dispaly: inline;
		float: right;
		margin-left: 25px;
		margin-top: 3px;
	}
	#menu-wb li:first-child {
		margin-right: 50px;
	}

	.iframe_panorama {
		margin-left: 60px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.cover100 {
		height: 50%;
		background-color: #000000;
	}

	.menu_bajka {
		height: 40px;
		width: 100%;
	}
	.menu_bajka_sm {
		height: 18px;
		width: 18px;
	}
	#menu-wb ul {
		list-style-type: none;
		font-size: 14px;
	}
	#menu-wb li {
		dispaly: inline;
		float: right;
		margin-left: 15px;
		margin-top: 0px;
	}
	#menu-wb li:first-child {
		margin-right: 30px;
	}

	.frontTopLogotyp {
		margin: 120px 0;
	}

	.frontTop {
		margin-top: 250px;
	}

	.frontBottom {
		background-color: #000;
		min-height: 10%;
		position: absolute;
		bottom: 5px;
		z-index: 5;
	}
	.frontBottomSVG {
		margin-left: 30px;
	}

	.h1Title.about {
		font-size: 30px;
		margin-top: 40px;
	}
	.h2Title {
		font-size: 25px;
	}
	.h3Title {
		font-size: 18px;
	}
	.h4Title {
		font-size: 22px;
	}

	.about1 {
		font-size: 13px;
		margin-left: 20px;
	}

	.popis {
		font-size: 14px;
	}
	.poferta {
		font-size: 14px;
		padding: 0px 20px;
	}

	.about2 {
		background-image: url("aparat_mobile.png");
	}

	/*#planbajka {display:none;}*/

	.portfolio1 {
		min-height: 50px;
	}
	.portfolio2 {
		min-height: 50px;
	}

	#Layer_1 {
		margin-right: 20px;
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.iframe_calendar {
		width: 500px;
		height: 500px;
	}
	.iframe_panorama {
		display: none;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.cover100 {
		height: 50%;
		background-color: #000000;
	}

	.menu_bajka {
		height: 40px;
	}
	#menu-wb ul {
		list-style-type: none;
		font-size: 13px;
	}
	#menu-wb li {
		dispaly: inline;
		margin-left: 20px;
		margin-top: 0px;
	}
	#menu-wb li:first-child {
		margin-right: 10px;
	}

	.frontTopLogotyp {
		margin: 60px 0;
	}

	.frontCover {
		background-color: rgba(0, 0, 0, 1);
	}
	.frontTop {
		margin-top: 100px;
	}
	.frontBottom {
		background-color: #000;
		min-height: 40%;
		position: relative;
		float: left;
		bottom: 0px;
		z-index: 5;
	}
	.frontBottomSVG {
		width: 20px;
		height: 20px;
		float: right;
		margin-right: 20px;
		margin-top: 20px;
	}

	.h1Title {
		font-size: 30px;
		margin-top: 40px;
	}
	.h2Title {
		font-size: 25px;
	}
	.h3Title {
		font-size: 18px;
	}
	.h4Title {
		font-size: 22px;
	}

	.about1 {
		font-size: 13px;
		margin-left: 10px;
	}

	.popis {
		font-size: 12px;
	}
	.poferta {
		font-size: 14px;
		padding: 0px 20px;
	}

	.about2 {
		background-image: url("aparat_mobile.png");
	}

	/*#planbajka {display:none;}*/
	/*#planbajka {dispaly: normal;}*/

	.portfolio1 {
		min-height: 50px;
	}
	.portfolio2 {
		min-height: 50px;
	}

	#Layer_1 {
		margin-right: 20px;
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.iframe_calendar {
		width: 350px;
		height: 450px;
	}
	.iframe_panorama {
		display: none;
	}

	.photo {
		display: none;
	}
}

/* Footer */

.container-fluid.footer__spacer {
	padding: unset;
}

.row.footer__spacer_class {
	background: #e8c219;
	width: 100%;
	height: 16px;
	margin: 0;
}

footer.container-fluid {
	margin: unset;
	padding: unset;
	background-color: #000;
}

.footer__logo img {
	width: 200px;
}

.footer__container {
	padding: 16px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
	text-align: center;
}

@media (max-width: 767px) {
	.footer__container {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

@media (max-width: 575px) {
	.footer__logo img {
		width: 150px;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.footer__logo img {
		width: 180px;
	}
}

.footer__text {
	color: #e8c219;
	font-family: "Panton-Light", sans-serif;
	font-size: 16px;
}

.footer__text p {
	margin: 0;
}

.footer__text a {
	color: #e8c219;
}


@media (max-width: 768px) {
	.logo img{
		height: 40px;
		max-height: 40px;
	}

}

.parent{
	position: relative
}
.parent:hover>.children{
  display: block;
}
ul.children{
  display: none;
  position: absolute;
  padding: 0;
  background: #E2BE16;
  width: 250px;
	border-top: 1px solid #000;
}
ul.children ul.children{
  right: -250px;
  top: 0;
	border-top: none;
	border-left: 1px solid #000;
}
#menu-wb li.parent ul li{
	float:none;
	margin: 10px;
}

#front2{
    max-height: 50vh;
}
#front2 img{
    max-height: 50vh;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.frontTopLogotyp {
    margin: 70px 0 20px;
}
.frontTopLogotyp img {
    max-height: 20vh;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-bottom: 5px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#front2{
    max-height: 50vh;
}
#front2 img{
    max-height: 50vh;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.frontTopLogotyp {
    margin: 70px 0 20px;
}
.frontTopLogotyp img {
    max-height: 20vh;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.parent{
	position: relative
}
.parent:hover>.children{
  display: block;
}
ul.children{
  display: none;
  position: absolute;
  padding: 0;
  background: #E2BE16;
  width: 250px;
	border-top: 1px solid #000;
}
ul.children ul.children{
  right: -250px;
  top: 0;
	border-top: none;
	border-left: 1px solid #000;
}
#menu-wb li.parent ul li{
	float:none;
	margin: 10px;
}
.logo{
	position: absolute;
	top: 0;
	margin-top: 0 !important;
}
.logo img{
	max-height: 50px;
}
/*Mobilne menu*/
@media (min-width: 767px){
	#menu-wb ul #menu_mobile {
		display: none;
	}
}
@media (max-width: 767px){
	#menu-wb ul #menu_desktop {
		display: none;
	}
	.logo img{
		max-height: 40px;
	}
	#menu_mobile #hamburger div{
		width: 35px;
		height: 5px;
		background-color: black;
		margin: 6px 0;
	}
	#menu_mobile #hamburger{
		position: absolute;
		top: 0;
		right: 15px;
	}
	#menu_mobile .menu>ul.active{
		display: flex;
	}
	#menu_mobile .menu ul{
		display: none;
		position: absolute;
		background: #e2be16;
		top: 40px;
		width: 100%;
		padding: 0;
		left: 0;
		flex-direction: column-reverse;
		border-top: 0;
	}
	#menu_mobile .menu ul li{
		float: none;
		margin: 15px 0;
		text-align: center;
		font-size: 20px;
	}
	#menu_mobile .menu ul.children{
		border: 0;
		border-bottom: 1px solid #000;
		position: relative;
		top: 0;
		border-top: 1px solid #000;
	}
}