/*
Theme Name: Macondo
Author: Macondo
Author URI: https://macondo.pl
Version: 1.0
Tags: one-column, two-columns
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    overflow-x: hidden;
}
body {
  font-family: 'Lato', sans-serif;
  color: #000;
}
h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
}
.text-primary {
  color: #005993 !important;
}
.bg-secondary {
  background-color: #565656 !important;
}
.btn-primary {
	border: none;
	color: #fff;
}
.btn-outline-primary {
  color: #005993;
  border: 2px solid #005993;
}
.text-white {
  color: #fff !important;
}
/* Sekcja Hero */
.hero {
  background: url('images/intro.png') no-repeat center center / cover;
  height: 100vh;
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  background: url('images/hero-guy.png') no-repeat right bottom;
  background-size: contain;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.services {
	background: url('images/boksy.png') no-repeat right bottom;
	background-size: cover;
	margin-top: -100px;
	padding-top: 120px !important;
}
/* Obrazek "o nas" */
.about-img {
  width: 100%;
  height: 300px;
  background: url('../images/about-section.jpg') no-repeat center center / cover;
}
/* Główna sekcja */
.opinie {
  position: relative;
  background-color: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

/* Tło ozdobne */
.opinie-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 1;
}

/* Overlay dla lepszej czytelności */
.opinie-overlay {
  position: absolute;
  inset: 0;
  /* background-color: rgba(255, 255, 255, 0.9); */
  z-index: 1;
}

/* Pudełko z opinią */
.opinia-box {
  	background-color: #ffffff;
  	border-radius: 15px;
  	/* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); */
  	position: relative;
  	z-index: 2;
	padding: 5rem 2rem;
}
.carousel-item {
	padding: 10px;;
}
/* Strzałki slidera */
.carousel-control-prev,
.carousel-control-next {
	width: 8%;
}
.carousel {
	min-height: 500px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
	filter: invert(1);
}
.background-opinia {
	padding: 40px 150px;
	background-image: url('images/opinie.png'); /* lub SVG */
  	background-size: contain;
  	background-position: center;
	background-repeat: no-repeat;
}
.background-shadow-opinia {
	-webkit-box-shadow: 8px 8px 14px -17px rgba(66, 68, 90, 1);
	-moz-box-shadow: 8px 8px 14px -17px rgba(66, 68, 90, 1);
	box-shadow: 8px 8px 14px -17px rgba(66, 68, 90, 1);
}
.title-home {
	width: 30rem;
	color: rgb(86 86 86);
	font-size: 6rem;
}
.kontakt {
	margin-left: 5rem;
	font-weight: 700;
	border-radius: 30rem;
	padding: 0.5rem 1rem;
	font-size: 22px;
}
.card-title {
	text-align: center;
	font-size: 1,5rem;
	color: #ffffff;
	text-decoration: none;
}
.blog-short-post span:hover,
.card-title:hover {
	color: #ffffff;
	text-decoration: none;
}
.blog-short-post span {
	text-align: center;
	text-decoration: none;
	font-size: 0.8rem;
	color: #ffffff;	
}
.blog-short-post .card {
	border-radius: 30px;
	min-height: 480px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.blog-short-post .card-body {
	background-color: #0000004d;
	border-radius: 30px;
	flex-direction: column;
    justify-items: end;
    justify-content: end;
}
.blog-short-post a {
	text-decoration: none;
	color: #ffffff;
}
.blog-short-post h2 {
	font-size: 50px;
}
footer {
	background-color: #565656 !important;
}
footer h4 {
	font-size: 20px;
	color: #ffffff !important;
	font-weight: 700 !important;
}
footer li,
footer ul {
	padding-left: 0 !important;
	border: none !important;
	background-color: #000 !important;
	color: #ffffff !important;
}
footer a {
	color: #ffffff !important;
	text-decoration: none;
}
footer a:hover {
	text-decoration: none;
	font-weight: 700 !important;
}
.btn-success {
	background-color: #005993 !important;
}
.page-header {
	background: url('images/header.png') no-repeat right bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0;
}
.header-o-nas {
	background: url('images/header-o-nas.jpg') no-repeat right bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0;
}
.thumb-img {
	max-height: 150px;
}
.link-fix-div:hover,
.link-fix-div {
	text-decoration: none;
}
.link-fix-div h3 {
	font-size: 1.2rem;
	color: #005993;
}
.breadcrumb:hover a,
.breadcrumb a {
	text-decoration: none;
	color: #000;
}
.category-name {
	color: #005993;
}
.navbar-nav .nav-item a {
	color: #000;
	margin-right: 15px;
	font-weight: 700;
}
.blog-news-post h2 {
	color: #000;
	font-size: 1.5rem;
}
.blog-news-post p {
	color: #000;
	font-size: 1.2rem;
}
@media (max-width: 991px) {
	.title-home {
		font-size: 2rem;
	}
	.kontakt {
		margin-left: 0;
		font-size: 1rem;
	}
	h2 {
		font-size: 2rem !important;
	}
	.background-opinia {
		padding: 25px;
	}
	.opinia-box {
		padding: 2rem;
	}
	.carousel {
		max-height: 250px;
	}
	.card-title {
		font-size: 1.5rem;
	}
}
.btn-bg {
	background-image: url('images/button.png');
	border-radius: 20px;
    border: none;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
	min-width: 200px;
	transition: all 0.3s ease-in-out;
	transform: scale(1);
	font-size: 1.2rem !important;
	padding: 0.7rem 0.5rem !important;
}
.btn-bg:hover {
	color: #fff;
	transform: scale(1.1);
}
.header-call {
	font-size: 1rem !important;
}
.text-shadow {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.bg-black {
	background-color: #000 !important;
}
.bg-blue {
	background-image: url('images/bg-blue.png');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
footer .list-group-item {
	padding-bottom: 0 !important
}
.poznaj-nas {
	background: url('images/pasek.png') no-repeat center center / cover;
	padding-top: 120px !important;
	padding-bottom: 120px !important;
}
.color-red {
	color: #ff0000 !important;
}
.mb-6 {
	margin-bottom: 6rem !important;
}
.ikonka {
	width: 60px;
	height: 60px;
	margin-right: 2rem;
}
.poznaj-nas-shortcode {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}