#learn-bar, #actual {
	margin-top: 20px;
	margin-bottom: 20px;
}

#quick-contact {
	padding-top: 5vh;
	padding-bottom: 10vh;
}

#top-bar {
	height: auto;
	margin-bottom: 20px;
}

.top-bar img {
	border-bottom: solid 8px #97124B;
}



.baner-img {
	width: 100%;
	height: auto;
	background-attachment: fixed;
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
	box-shadow: inset 0px 8px 9px 0px rgba(0, 0, 0, 0.1);
}

.baner-container {
	height: auto;
	padding-top: 5vh;
	padding-bottom: 10vh;
}

.baner-text {
	top: 40%;
    position: relative;
    text-align: center;
}

.bar-img {
	width: 100%;
	height: auto;
	background-attachment: fixed;
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
	box-shadow: inset 0px 8px 9px 0px rgba(0, 0, 0, 0.1);
	padding: 5vh;
}


/*mm*/

#learn-bar .row {
    --bs-gutter-x: 0rem!important;
}

/*actual*/
.actual-back {
	margin-top: 20px;
	margin-bottom: 50px;
}

/*co mnie wyróżnia*/
img.bottom-bar-img {
	height: auto;
}

h4.bottom-bar-text {
	font-weight: 600;
	color: #fff;
	font-size: 2em;
	text-decoration: none;
	letter-spacing: 0.1em;
}

#produkty .bar-img .wp-block-image img {
    mix-blend-mode: multiply;
}

/*kontakt*/

.inside-main-box {
	background-color: #97124B;
    height: auto;
    width: 90%;
    padding-bottom: 30px;
    padding-top: 30px;
	margin-left: -150px;
	border-radius: 5px;
}



 button.up-button {
	 margin-top: -100px!important;
 }
 

.contact-text {
background-color: #EC008C;
    height: auto;
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
}

/*facebook*/
#social-post {
	margin-bottom: 200px;
}

img.facebook2 {
	width: 100px;
	display: inline;
	float: left;
	transition: all 0.4s ease-in-out;
}

img.facebook2:hover {
	transform: scale(1.1);
}


/*respinsive*/

@media all and (max-width: 1440px) {
.inside-main-box {
	margin-left: -50px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}

@media all and (max-width: 1280px) {
.inside-main-box {
	margin-top: -50px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}

@media all and (max-width: 1140px) {
 #actual .ect-list-post-right {
    position: relative;
    left: 0px;
}
.baner-img {
    width: 100%;
    height: auto;
    background-attachment: inherit;
}
.parallax-1 {
    height: 50vh;
    background-attachment: inherit;
}
.main-box {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.inside-main-box {
	margin-left: 0px;
	margin-top: -30px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

 button.up-button {
	 margin-top: -30px!important;
	 margin-left: auto;
	margin-right: auto;
 }
 
}

@media all and (max-width: 768px) {


img.bottom-bar-img {
    height: 150px;
}

h4.bottom-bar-text {
    padding-bottom: 30px;
}
.one-post {
	padding-bottom: 20px;
	border-bottom: solid 1px #97124B;
	margin-bottom: 20px;
}
}

