body {
	margin: 0;
	padding: 0;
	background: #18171d;
	font-family: 'Poppins';
	overflow-x: hidden;
}

a, a:focus {
	transition: all .3s;
	color: #cda263;
}
a:hover {
	color: #cda263;
	filter: drop-shadow(0px 0px 15px rgba(222,151,18,0.79));
	text-decoration: none;
}

.container {
	width: 1400px;        
	position: relative;
}
.container.flex {
	display: flex;
	justify-content: space-between; 
	align-items: center;           
	margin: 0 auto;   
}

.logo {
	display: block;

	margin-right: auto;          
	width: 316px;
	height: 90px;
	background: url('/img/logo.svg') no-repeat;
	background-size: contain;
}
header {
	padding-top: 40px;
	padding-bottom: 80px;
	background: #18171d url('/img/bg.jpg');
	position: relative;
}
nav {
	position: relative;
	z-index: 2;
}
nav ul {
	list-style: none;           
	display: flex;  
	margin: 0;
	padding: 0;
}

nav ul li {
	margin-left: 30px;   
}

nav ul li a {
	text-decoration: none; 
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	transition: all .3s;
	letter-spacing: 2px;
}
nav ul li a:hover {
	text-decoration: none; 
	color: #cda263;
	filter: drop-shadow(0px 0px 15px rgba(222,151,18,0.79));
}

h2 {
	font-size: 23px;
    color: #fff;
    font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
h2.photos {
	margin-top: 40px;
}
section.slider {
	position: relative;
}
section.slider img {
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
}
section.slider:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	left: 0;
	bottom: -50px;
	background: #cda263;
	filter: drop-shadow(0px 0px 15px rgba(222,151,18,0.79));
}
header:before {
	content: '';
	position: absolute;
	top: 0; 
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(24,23,29,1) 0%, rgba(24,23,29,0.196516106442577) 100%);
	z-index: 0;
}
section.slider .col-md-4 {
	padding-top: 100px;
}

section.slider .col-md-4 ul {
	list-style: none; 
	padding: 0;
	margin: 0;
}

section.slider .col-md-4 ul li {
	margin-bottom: 15px; 
}

section.slider .col-md-4 ul li a {
	text-decoration: none; 
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	transition: all .3s;
	letter-spacing: 2px;
}
section.slider .col-md-4 ul li a:hover {
	text-decoration: none; 
	color: #cda263;
	filter: drop-shadow(0px 0px 15px rgba(222,151,18,0.79));
}
section.slider .col-md-8 {
	position: relative; 
	overflow: visible; 
	height: 730px;
}

/*section.slider .col-md-8 .image:after {
	content: '';
	background: #18171d;
	position: absolute;
	opacity: 0.43;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}*/
section.slider .col-md-8 .image:before {
	content: '';
	background: linear-gradient(0deg, rgba(24,23,29,1) 0%, rgba(24,23,29,0.196516106442577) 100%);
	position: absolute;
	 
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
section.slider .col-md-8 .image {
	position: absolute;
	left: 0px; 
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}
section.slider .col-md-8 .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.slider .col-md-8 .title {
	position: absolute;
	bottom: 30px;
	width: calc(1400px * 0.6666);
	left: -195px;
	filter: drop-shadow(1px 3px 10px #000);
	z-index: 1;
	color: #fff;
	transition: all .3s;
}
section.slider .col-md-8 .title:active {
	color: #fff;
	text-decoration: none;
}
section.slider .col-md-8 .title:hover {
	color: #cda263;
	filter: drop-shadow(0px 0px 15px rgba(222,151,18,0.79));
	text-decoration: none;
}
section.slider .col-md-8 .title h2 {
	color: #fff;
	font-size: 55px;
	line-height: 58px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
}
section.slider .col-md-8 .title .amount {
	color: #fff;
	font-size: 38px;
	line-height: 38px;
	font-weight: 800;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
section.slider .col-md-8 .title .city {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	font-weight: 800;
	letter-spacing: 2px;
}

.slider-wrapper {
    position: relative;
	width: calc((1400px * 0.6666) + ((100vw - 1400px) / 2) - 23px);
    height: 100%;
}

.slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(40px); 
    filter: blur(18px);
    transition: all 0.8s ease;
}

.slider-item.active {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0); 
    z-index: 1;
}


.pagination {
    position: absolute;
    bottom: -30px;
    right: 0;
    display: flex;
    gap: 10px;
	z-index: 99;
}

.pagination .dot {
    width: 50px;
    height: 10px;
    background-color: #343434;
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s;
}

.pagination .dot.active {
    background-color: #cda263;
}


h1 {
	color: #fff;
	font-size: 45px;
	line-height: 48px;
	font-weight: 800;
	letter-spacing: 2px;
	width: calc(1400px - 200px);
	margin-top: 0;
	margin-bottom: 50px;
	position: relative;
}
h1:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 10px;
	background: #cda263;
	filter: drop-shadow(0px 0px 15px rgba(222,151,18,0.79));
	left: 0;
	bottom: -20px;
}
p {
	font-size: 19px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 200;
	clear: both;
}
.col-md-8 h1 {
	font-size: 35px;
	line-height: 35px;
	width: 100%;
	text-align: left;
    display: inline-block; 
}
.team {
	width: 100%;
	border-radius: 15px;
}
 
.m-t-1 {
	margin-top: 100px;
}
.m-t-2 {
	margin-top: 50px;
}
.p-l-1 {
	padding-left: 20px;
}

section.welcome {
	padding-top: 50px;
}

.items.contact {
	padding: 0;
	margin: 0;
}

.items.contact .item {
	padding: 15px;
}
.items.contact .item > div {
	color: #fff;
	font-size: 15px;
}
.items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px; 
	margin-top: 50px;
}

.item {
	transition: all .3s;
	position: relative;
}
.item:hover { 
	filter: drop-shadow(0px 0px 35px rgba(222,151,18,0.49));
	border: 1px solid #cda263;
}
.item a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: transparent;
}
.items.contact .item a {
	position: relative;
}	
.item h2 {
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-top: 20px;
	margin-bottom: 5px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;  
	-webkit-box-orient: vertical;
}
.item {
	border: 1px solid #3d3d3d;
	border-radius: 15px;
	padding: 5px;
}
.item .amount {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 10px;
	margin-top: 20px;
}
 
.item .attrs {
	padding: 15px;
}
.item .attr.time {
	font-size: 11px;
}
.item .attr {
    font-weight: 400;
    font-size: 11px;
    display: inline-flex;
    align-items: center; /* Wyrównanie elementów w pionie */
    color: #fff;
    margin-right: 10px;
}
.item .attr.city span {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 5px;
	background: url('/img/icon-marker.svg') no-repeat;
	background-size: 15px 15px;
}
.item .attr.symbol span {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 5px;
	background: url('/img/icon-mailx.svg') no-repeat;
	background-size: 15px 15px;
}
.item .attr.time {
	margin-top: 5px;
}
.item .attr.time span {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 5px;
	background: url('/img/icon-time.svg') no-repeat;
	background-size: 15px 15px;
}
.item .attr.area span {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 5px;
	background: url('/img/icon-area.svg') no-repeat;
	background-size: 15px 15px;
}

.item figure {
	width: 100%;
	height: 220px;
	position: relative;
	transition: all .3s;
	overflow: hidden;
	border-radius: 10px;
}
.item img {
	width: 100%;
	height: 100%;
	transition: all .3s;
	object-fit: cover;
}
.item:hover img {
	transform: scale(1.1);
}

.items.journey .item {
	background: #343434;
	padding: 30px;
	border-radius: 15px;
}
.items.journey .item h2 {
	margin-top: 0;
	color: #fff;
	margin-bottom: 20px;
	font-size: 18px;
}
.items.journey .item .desc {
	color: #fff;
	letter-spacing: 1px;
	font-size: 15px;
}
.items.journey .item span {
	color: #cda263;
	letter-spacing: 1px;
	font-size: 25px;
}

.search {
	padding: 30px;
	padding-bottom: 10px;
	background: #343434;
	border-radius: 15px;
	margin-top: 40px;
}
.search select, .search input, .search button {
    border: 1px solid #cda263;
    position: relative;
    margin: 25px 0;
    width: 100%;
    font-weight: 300;
}
.search button {
    color: #000;
    z-index: 1;
    cursor: pointer;
    background-color: #cda263 !important;
    padding: 7px !important;
}
.search form input {
    width: 100%;
    padding: 7px;
    border: 0;
    background: #1c1c1c;
}
.search .form-label {
    position: absolute;
    top: 0px;
	color: #fff;
}

footer {
	margin-top: 100px;
	background: #18171d url('/img/bg.jpg');
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
footer:before {
	content: '';
	position: absolute;
	top: 0; 
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(24,23,29,0.196516106442577) 0%, rgba(24,23,29,1) 100%);
	z-index: 0;
}

footer .container {
	position: relative;
	text-align: center;
}

footer img {
	max-width: 200px;
	margin-bottom: 30px;
}

footer nav {
	margin-bottom: 15px;
}
footer nav a {
	margin: 0 15px;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	letter-spacing: 2px;
	transition: color 0.3s ease;
}

footer nav a:hover {
	text-decoration: none; 
	color: #cda263;
	filter: drop-shadow(0px 0px 15px rgba(222,151,18,0.79));
}

footer .social-icons {
	margin-top: 30px;
	margin-bottom: 30px;
}
footer .social-icons img {
	width: 30px;
	margin: 0 10px;
	transition: transform 0.3s ease;
}

footer .social-icons img:hover {
	transform: scale(1.2);
}

footer p {
	font-size: 14px;
	color: #777;
	letter-spacing: 1px;
}

.attributes {
	 
} 
 
.attribute {
	font-size: 25px;
	color: #fff;
	font-weight: 800;
	
    display: inline-block;
	margin-right: 40px;
}
.attribute span {
	font-size: 14px;
	color: #636363;
	font-weight: 400;
    display: block;
}
 

.property-details {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
	margin-bottom: 50px;
}

.property-details .row {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

.property-details .column {
	flex-basis: calc(50% - 0px); /* Połowa szerokości z uwzględnieniem odstępu */
	display: flex;
	justify-content: space-between;
	padding: 3px;
	border-bottom: 1px solid #cb9f6a;
}

.property-details .row:has(.column:only-child) {
	justify-content: flex-start; /* Wyrównanie do lewej, gdy jest jedna kolumna */
	margin-right: 30px;
}


 

.property-details strong {
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 200;
}

.property-details span {
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 400;
	text-align: right;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.gallery-grid a,
.gallery-grid img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.gallery-grid img {
	transition: all .3s;
	object-fit: cover;
}
.gallery-grid a {
	position: relative;
	transition: all .3s;
	overflow: hidden;
	border-radius: 15px;
}
.gallery-grid a:hover {
	filter: drop-shadow(0px 0px 35px rgba(222,151,18,0.49));
}
.gallery-grid a:hover img {	
	transform: scale(1.1);
}
 


.gallery-grid a:nth-child(3n + 1),
.gallery-grid img:nth-child(3n + 1) {
	grid-column: span 2;
	grid-row: span 2;
}

.gallery-grid a:nth-child(3n + 1),
.gallery-grid a:nth-child(3n + 1) img {
	width: calc((1400px) / 2);
	height: 400px;
}

.gallery-grid a:nth-child(3n + 2),
.gallery-grid a:nth-child(3n + 2) img,
.gallery-grid a:nth-child(3n + 3),
.gallery-grid a:nth-child(3n + 3) img {
	width: calc(calc(1400px) / 3));
	height: 200px;
}

.cover {
	margin-bottom: 20px;
}
.cover img {
    width: 100%;
    height: 500px;
	transition: all .3s;
	object-fit: cover;
}
.cover {
    width: 100%;
	position: relative;
	transition: all .3s;
	overflow: hidden;
	border-radius: 15px;
}
.cover:hover {
	filter: drop-shadow(0px 0px 35px rgba(222,151,18,0.49));
}
.cover:hover img {
	transform: scale(1.1);
}

.agent {
	margin-top: -40px;
}
.agent img {
	border-radius: 15px;
}
.agent div:first-child {
    font-weight: 600;
}
.agent div .photo {
    width: 100%;
	border-radius: 15px;
	margin-bottom: 20px;
}
.agent div.name {
    font-weight: 600;
	font-size: 25px;
	color: #fff;
	position: relative;
	margin-top: 10px;
	margin-bottom: 40px;
}
.agent div.name:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 10px;
    background: #cda263;
    filter: drop-shadow(0px 0px 15px rgba(222, 151, 18, 0.79));
    left: 0;
    bottom: -20px;
}
.agent div.mail {
    font-weight: 400;
	font-size: 14px;
	display: inline-flex;
}
.agent div.mail span {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 15px;
	background: url('/img/icon-mail.svg') no-repeat;
	background-size: 25px 25px;
}
.agent div.phone {
    font-weight: 400;
	font-size: 18px;
	display: inline-flex;
	margin-bottom: 10px;
}
.agent div.phone span {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 15px;
	background: url('/img/icon-phone.svg') no-repeat;
	background-size: 25px 25px;
}
.agent div.info {
	color: #fff;
    font-weight: 400;
	font-size: 15px;
	height: 25px;
	margin-bottom: 15px;
}

.row-f {
  display: flex;
}

.col-md-9-f {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-md-3-f {
  flex: 0 0 25%; 
  max-width: 25%;
}

.col-md-3-f {
  display: flex;
  flex-direction: column;
  position: relative;
}

.contact {
	padding-left: 50px;
	position: sticky;
	top: 60px; 
}
 
#map {
	height: 400px;
	width: 100%;
	border-radius: 15px;
	margin-bottom: 40px;
	z-index: 1;
}

/* Styl ikony hamburgera */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
} 

.menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s ease;
	filter: drop-shadow(0px 0px 15px rgba(222,151,18,0.79));
}

/* Styl pełnoekranowego menu mobilnego */
.menu.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    gap: 20px;
    font-size: 24px;
    z-index: 1000;
    animation: fadeIn 0.5s ease forwards;
}

.close-menu {
	display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media screen and (max-width: 900px) {
	.close-menu {
		display: block;
	}
	html {
		overflow-x: hidden;
	}
	.container {
		width: 100%;
	}
	header {
		padding-bottom: 10px;
	}
	header,
	footer {
		background-size: 160px;
	}
	footer {
		margin-top: 30px;
		padding-top: 50px;
	}
	footer img {
		max-width: 155px;
	}
	footer nav a {
		margin: 0px 12px;
		font-size: 12px;
	}
	footer p {
		font-size: 11px;
		margin: 0;
		color: #777;
		letter-spacing: 1px;
	}
    .slider-wrapper {
        width: calc(100% + 15px - 50px);
        left: 50px;
    }
	nav ul {
		display: none;
	}
	.logo {
		display: block;
		width: 206px;
		height: 61px;
	}
	section.slider .col-md-4 {
		padding-top: 40px;
	}
	section.slider .col-md-8 {
		height: 350px;
	}
	/*nav ul {
		display: none;
	}*/
	section.slider .col-md-4 ul {
		display: none;
	}
	section.slider .col-md-8 .title h2 {
		font-size: 25px;
		line-height: 28px;
		font-weight: 600;
	}
	section.slider .col-md-8 .title .amount {
		font-size: 18px;
		line-height: 18px;
		font-weight: 600;
	}
	section.slider .col-md-8 .title .city {
		color: #fff;
		font-size: 13px;
		line-height: 13px;
		font-weight: 600;
	}
	section.slider .col-md-8 .title {
        width: calc(100% + 50px - 15px);
        left: -50px;
	}
	section.slider:after {
		content: '';
		position: absolute;
		width: 30px;
		height: 30px;
		left: 15px;
		z-index: 0;
		bottom: -80px;
	}
	.pagination {
		position: absolute;
		bottom: -80px;
		right: 15px;
		z-index: 0;
	}
	.pagination .dot {
		width: 30px;
	}
	.item .attr.time {
		font-size: 9px;
	}
	section.slider .col-md-8 .image:before {
		left: -1px;
		bottom: -1px;
	}

	.menu-toggle {
        display: flex;
    }

    .menu-toggle.active span:nth-child(1) {
        /*transform: rotate(35deg) translateY(7px);*/
		opacity: 0;	
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

	.menu-toggle.active span:nth-child(3) {
        opacity: 0;
		/*transform: rotate(-35deg) translateY(-9px) translateX(1px);*/
    }
	h1 {
		color: #fff;
		font-size: 24px;
		line-height: 32px;
		font-weight: 800;
		letter-spacing: 2px;
		width: calc(100%);
		margin-top: 0;
		margin-bottom: 50px;
		position: relative;
	}
	p {
		font-size: 15px;
		line-height: 21px;
	}
	.items {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
        margin-top: 30px;
	}
	.item h2 {
		color: #fff;
		font-size: 13px;
		line-height: 17px;
		font-weight: 600;
		letter-spacing: 1px;
		margin-top: 10px;
		margin-bottom: 5px;
		height: 50px;
		-webkit-line-clamp: 3;
	}
	.item .amount {
		color: #fff;
		font-size: 12px;
		line-height: 16px;
		font-weight: 500;
		letter-spacing: 1px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.item .attr {
		font-weight: 300;
		letter-spacing: 1px;
		font-size: 10px;
		display: flex;
		align-items: center;
		color: #fff;
		margin-right: 0;
		-webkit-line-clamp: 1;
		margin-top: 5px;
	}
	.item figure {
		width: 100%;
		height: 135px;
	}
	.why {
		display: grid;
	}
	.why .col-md-4 {
		order: 2;
		padding-top: 40px;
	}
	.why .col-md-8 {
		order: 1;
	}
	.items.journey .item {
		padding: 15px;
	}
	.items.journey .item h2 {
		font-size: 13px;
		line-height: 17px;
		font-weight: 600;
		height: auto;
	}
	.items.journey .item .desc {
		color: #fff;
		letter-spacing: 1px;
		font-size: 9px;
	}
	.items.contact {
		grid-template-columns: repeat(1, 1fr);
	}
	.search form input {
		margin: 0;
	}
	.col-md-9-f,	
	.col-md-3-f {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-f {
		display: block;
	}
	.agent {
		margin-top: 40px;
	}
	.agent img {
		width: 150px;
	}
	.contact {
		padding-left: 0px;
		position: relative;
		top: auto;
	}
	.property-details strong {
		font-size: 12px;
	}
	.property-details span {
		font-size: 12px;
	}
	
	.property-details {
		display: flex;
		flex-direction: column;
		gap: 0px;
		width: 100%;
		margin-bottom: 50px;
	}

	.property-details .row {
		display: flex;
		flex-direction: column; /* Ustaw kolumny w oddzielnych wierszach */
		gap: 0px;
		margin: 0;
	}

	.property-details .column {
		flex-basis: 100%; /* Każda kolumna zajmuje pełną szerokość */
		display: flex;
		justify-content: space-between;
		padding: 3px;
		border-bottom: 1px solid #cb9f6a;
	}
	.property-details .row:has(.column:only-child) {
		justify-content: flex-start;
		margin-right: 0;
	}
	.attribute {
		font-size: 20px;
		color: #fff;
		font-weight: 700;
		display: inline-block;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.m-t-2 {
		margin-top: 20px;
	}
	
	.gallery-grid {
		grid-template-columns: repeat(2, 1fr); 
		gap: 15px;
	}
	
	.gallery-grid a:nth-child(3n + 1),
	.gallery-grid img:nth-child(3n + 1) {
		grid-column: span 2;
		grid-row: span 2;
		height: 250px;
	}
	.gallery-grid a:nth-child(3n + 1), .gallery-grid a:nth-child(3n + 1) img {
		width: 100%;
		height: 250px;
	}
	.gallery-grid a:nth-child(3n + 2),
	.gallery-grid a:nth-child(3n + 2) img,
	.gallery-grid a:nth-child(3n + 3),
	.gallery-grid a:nth-child(3n + 3) img {
		width: calc(calc(100%) / 3));
		height: 200px;
	}
	.cover img {
		width: 100%;
		height: 240px;
	}
}
@media screen and (max-width: 767px) {
	.close-menu {
		display: block;
	}
	html {
		overflow-x: hidden;
	}
	.container {
		width: 100%;
	}
	header {
		padding-bottom: 10px;
	}
	header,
	footer {
		background-size: 160px;
	}
	footer {
		margin-top: 30px;
		padding-top: 50px;
	}
	footer img {
		max-width: 155px;
	}
	footer nav a {
		margin: 0px 12px;
		font-size: 12px;
	}
	footer p {
		font-size: 11px;
		margin: 0;
		color: #777;
		letter-spacing: 1px;
	}
    .slider-wrapper {
        width: calc(100% + 15px - 50px);
        left: 50px;
    }
	nav ul {
		display: none;
	}
	.logo {
		display: block;
		width: 206px;
		height: 61px;
	}
	section.slider .col-md-4 {
		padding-top: 40px;
	}
	section.slider .col-md-8 {
		height: 350px;
	}
	/*nav ul {
		display: none;
	}*/
	section.slider .col-md-4 ul {
		display: none;
	}
	section.slider .col-md-8 .title h2 {
		font-size: 25px;
		line-height: 28px;
		font-weight: 600;
	}
	section.slider .col-md-8 .title .amount {
		font-size: 18px;
		line-height: 18px;
		font-weight: 600;
	}
	section.slider .col-md-8 .title .city {
		color: #fff;
		font-size: 13px;
		line-height: 13px;
		font-weight: 600;
	}
	section.slider .col-md-8 .title {
        width: calc(100% + 50px - 15px);
        left: -50px;
	}
	section.slider:after {
		content: '';
		position: absolute;
		width: 30px;
		height: 30px;
		left: 15px;
		z-index: 0;
		bottom: -80px;
	}
	.pagination {
		position: absolute;
		bottom: -80px;
		right: 15px;
		z-index: 0;
	}
	.pagination .dot {
		width: 30px;
	}
	.item .attr.time {
		font-size: 9px;
	}
	section.slider .col-md-8 .image:before {
		left: -1px;
		bottom: -1px;
	}

	.menu-toggle {
        display: flex;
    }

    .menu-toggle.active span:nth-child(1) {
        /*transform: rotate(35deg) translateY(7px);*/
		opacity: 0;	
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

	.menu-toggle.active span:nth-child(3) {
        opacity: 0;
		/*transform: rotate(-35deg) translateY(-9px) translateX(1px);*/
    }
	h1 {
		color: #fff;
		font-size: 24px;
		line-height: 32px;
		font-weight: 800;
		letter-spacing: 2px;
		width: calc(100%);
		margin-top: 0;
		margin-bottom: 50px;
		position: relative;
	}
	p {
		font-size: 15px;
		line-height: 21px;
	}
	.items {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
        margin-top: 30px;
	}
	.item h2 {
		color: #fff;
		font-size: 13px;
		line-height: 17px;
		font-weight: 600;
		letter-spacing: 1px;
		margin-top: 10px;
		margin-bottom: 5px;
		height: 50px;
		-webkit-line-clamp: 3;
	}
	.item .amount {
		color: #fff;
		font-size: 12px;
		line-height: 16px;
		font-weight: 500;
		letter-spacing: 1px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.item .attr {
		font-weight: 300;
		letter-spacing: 1px;
		font-size: 10px;
		display: flex;
		align-items: center;
		color: #fff;
		margin-right: 0;
		-webkit-line-clamp: 1;
		margin-top: 5px;
	}
	.item figure {
		width: 100%;
		height: 135px;
	}
	.why {
		display: grid;
	}
	.why .col-md-4 {
		order: 2;
		padding-top: 40px;
	}
	.why .col-md-8 {
		order: 1;
	}
	.items.journey .item {
		padding: 15px;
	}
	.items.journey .item h2 {
		font-size: 13px;
		line-height: 17px;
		font-weight: 600;
		height: auto;
	}
	.items.journey .item .desc {
		color: #fff;
		letter-spacing: 1px;
		font-size: 9px;
	}
	.items.contact {
		grid-template-columns: repeat(1, 1fr);
	}
	.search form input {
		margin: 0;
	}
	.col-md-9-f,	
	.col-md-3-f {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-f {
		display: block;
	}
	.agent {
		margin-top: 40px;
	}
	.agent img {
		width: 150px;
	}
	.contact {
		padding-left: 0px;
		position: relative;
		top: auto;
	}
	.property-details strong {
		font-size: 12px;
	}
	.property-details span {
		font-size: 12px;
	}
	
	.property-details {
		display: flex;
		flex-direction: column;
		gap: 0px;
		width: 100%;
		margin-bottom: 50px;
	}

	.property-details .row {
		display: flex;
		flex-direction: column; /* Ustaw kolumny w oddzielnych wierszach */
		gap: 0px;
		margin: 0;
	}

	.property-details .column {
		flex-basis: 100%; /* Każda kolumna zajmuje pełną szerokość */
		display: flex;
		justify-content: space-between;
		padding: 3px;
		border-bottom: 1px solid #cb9f6a;
	}
	.property-details .row:has(.column:only-child) {
		justify-content: flex-start;
		margin-right: 0;
	}
	.attribute {
		font-size: 20px;
		color: #fff;
		font-weight: 700;
		display: inline-block;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.m-t-2 {
		margin-top: 20px;
	}
	
	.gallery-grid {
		grid-template-columns: repeat(2, 1fr); 
		gap: 15px;
	}
	
	.gallery-grid a:nth-child(3n + 1),
	.gallery-grid img:nth-child(3n + 1) {
		grid-column: span 2;
		grid-row: span 2;
		height: 250px;
	}
	.gallery-grid a:nth-child(3n + 1), .gallery-grid a:nth-child(3n + 1) img {
		width: 100%;
		height: 250px;
	}
	.gallery-grid a:nth-child(3n + 2),
	.gallery-grid a:nth-child(3n + 2) img,
	.gallery-grid a:nth-child(3n + 3),
	.gallery-grid a:nth-child(3n + 3) img {
		width: calc(calc(100%) / 3));
		height: 200px;
	}
	.cover img {
		width: 100%;
		height: 240px;
	}
}