/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019-03-22, 21:00:41
    Author     : Michał Bizoń < Michał at mbizon@mbizon.pl >
*/
.ion-2x:before {
    position: relative;
    font-size: 2em;
}

.week-color-header {
    background-color: #c6e3f3;
}

.week-color {
    background-color: #e9f7ff;
}

.pending-color {
    background-color: rgba(247, 236, 181, 0.68);
}

.confirmed-color {
    background-color: rgba(88, 151, 251, 0.44);
}

.paid-color {
    background-color: rgba(69, 28, 251, 0.44);
}

.completed-color {
    background-color: rgba(64, 212, 152, 0.47);
}

.canceled-color {
    background-color: rgba(212, 81, 0, 0.59);
}

.rejected-color {
    background-color: rgba(211, 0, 5, 0.8);
}

tr:hover {
    background-color: #f5f5f5;
}

.current-day {
    border: 2px dotted black;
}

.current-day-header {
    border: 2px double black;
}

.hostel-cal-reservation {
    padding: 10px 10px 20px 10px;
    background-color: #2c9fe6;
    font-size: x-large;
    color: white;
    border-radius: 15px;
}

.hostel-cal-reservation-right {
    border-style: solid;
    border-color: white;
    border-radius: 15px;
}

.parking-btn {
    border-style: solid;
    border-color: white;
    border-radius: 15px;
}

.hostel-cal-reservation input:focus {
    outline: none;
}

.hostel-cal-reservation input {
    border: 0;
    color: white;
    background-color: #2c9fe6;
    font-size: x-large;

}

.hostel-cal-reservation-select {
    border: 0;
    color: white;
    background-color: #2c9fe6;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
}

.hostel-cal-reservation-button {
    color: white;
    width: 100%;
}

#nav-black {
    height: 100px;
    background-color: black;
}

.rooms {
    background-color: #f7f7f7;
    padding: 10px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    font-size: 12px;
}

.modal-dialog {
    max-width: 60%;
    margin: 1.75rem auto;
}

.rooms div {
    padding-bottom: 5px;
    padding-top: 7px;
}

.rooms-select {
    border: 0;
    color: black;
    background-color: #f7f7f7;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    font-size: x-large;
}

.rooms input:focus {
    outline: none;
}

.rooms input {
    text-align: center;
    border: 0;
    color: black;
    background-color: #f7f7f7;
    font-size: x-large;

}

.invoice {
    border-bottom: 2px solid orangered;
}

.btn-info {
    color: #fff;
    background-color: #2d9ee6;
    border-color: #2d9ee6;
}

.btn-info:hover {
    color: #2d9ee6;
    background-color: #ffffff;
    border-color: #2d9ee6;
}

.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(81, 146, 221, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #2d9ee6;
    border-color: #2d9ee6;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2d9ee6;
    border-color: #2d9ee6;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.price-list-day {
    font-size: 10px;
}

.price-list {
    background-color: white;
    color: #2d9ee6;
    font-size: 14px;
    border-radius: 5px;
    height: 30px;
}

.no-gutters > [class*='col-'] {
    padding-right: 5px;
    padding-left: 0;
}

.cars {

}

.rec-room {
    /*display: table-row-group;*/
    margin: 10px;
}

.rec-room-blank {
    float: left;
    width: 3.2%;
    min-width: 3.2%;
    max-width: 3.2%;
    height: 40px;
    min-height: 40px;
}

.rec-room-dates-cell {
    float: left;
    width: 3.2%;
    min-width: 3.2%;
    max-width: 3.2%;
    height: 40px;
    min-height: 40px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 12px;
}

.rec-room-dates-cell-day {

}

.rec-room-dates-cell-day-number {
    font-weight: 700;
    display: block;
}

.rec-room-data {

}

.rec-room-data-cell {
    float: left;
    width: 3.2%;
    min-width: 3.2%;
    max-width: 3.2%;
    height: 40px;
    min-height: 40px;
    border: 1px solid #d9d9d9;
    border-top: 0;
    border-left: 0;

    position: relative;
    vertical-align: middle;
}

.rec-room-data-cell-light {
    background-color: #e6e6e6;
}

.rec-room-data-cell-filld {
    background-color: #f0f0f0;
}

.rec-room-data-cell-content-end {
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}
.rec-room-data-cell-content-start{
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}

.rec-room-data-cell-content {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    /*background: #fff;*/
    color: #545454;
    height: 20px;
    width: 100%;
    margin-top: 30%;
}

.rec-room-data-cell-content-confirmed {
    background-color: rgba(88, 151, 251, 0.44);
}
.rec-room-data-cell-content-pending {
    background-color: rgba(247, 229, 88, 0.68);
}

.rec-room-data-cell-content-confirmed {
    background-color: rgba(88, 151, 251, 0.44);
}

.rec-room-data-cell-content-paid {
    background-color: rgba(69, 28, 251, 0.44);
}

.rec-room-data-cell-content-completed {
    background-color: rgba(64, 212, 152, 0.47);
}

.rec-room-data-cell-content-canceled {
    background-color: rgba(212, 81, 0, 0.59);
}

.rec-room-data-cell-content-rejected {
    background-color: rgba(211, 0, 5, 0.8);
}

.rec-room-data-cell-content-not-available {
    background-color: rgba(251, 0, 15, 0.44);
}

.rec-room-info-name{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    left: 0;
    line-height: 39px;
    padding-left: 8px;
    white-space: nowrap;
}


.container {
	width: 100%;
	max-width: 1368px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

@media (min-width: 1600px) {
	.container {
		max-width: 1550px;
	}

	.main-content .slideshow img {
		max-height: 950px !important;
	}
}

.new__collections_content {
	width: 100%;
	display: flex;
	align-items: center;
}

.new__collections_inner {
	width: 30%;
	max-width: 375px;
	padding-bottom: 23px;
}
.new__collections_inner .subtitle {
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.33;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000;
}

.new__collections_inner .title {
	/*font-family: "Avenir Next Ultra", sans-serif;
	font-weight: 275;*/
	font-size: 28px;
	line-height: 1.35;
	/*    color: #000;*/
	padding-top: 12px;
	text-transform: uppercase;
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	color: #4B342A;
}

.new__collections_inner .title span {
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	color: #4B342A;
}

.new__collections_inner .text {
	font-family: "DM Serif Display", serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: #535353;
	padding-top: 12px;
}

.new__collections_inner .button {
	/*font-family: "DM Serif Display", serif;*/
	/*font-weight: 400;*/
	/*font-size: 14px;*/
	/*line-height: 1.36;*/
	/*text-transform: uppercase;*/
	/*color: #4B342A;*/
	/*background: #fff;*/
	/*border: 1px solid #4B342A;*/
	/*padding: 14px 30px;*/
	/*display: inline-block;*/
	margin-top: 21px;
	/*transition: background 0.3s ease;*/
	/*border-radius: 8px;*/
	/*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
}

.new__collections_inner .button:hover {
	/*background: #E4E4E4;*/
	/*border: 1px solid #E4E4E4;*/
}

.new__collections_carousel {
	width: 80%;
	margin-left: 62px;
	margin-top: 0;
}

.new__collections_carousel {
	margin-top: 26px;
	white-space: nowrap;
	position: relative;
}

.new__collections_carousel .jcarousel-prev, .new__collections_carousel .jcarousel-next {
	position: absolute;
	top: 48%;
	z-index: 1;
}

.new__collections_carousel .jcarousel-prev:hover + .jcarousel ul, .new__collections_carousel .jcarousel-next:hover + .jcarousel ul {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.new__collections_carousel .jcarousel-prev {
	transform: translateY(-48%) rotate(180deg);
	left: 0;
	display: flex;
	width: 70px;
	justify-content: center;
	height: 100%;
	align-items: center;
}

.new__collections_carousel .jcarousel-next {
	transform: translateY(-48%);
	display: flex;
	width: 70px;
	justify-content: center;
	height: 100%;
	align-items: center;
	right: 0;
}

.new__collections_carousel .jcarousel-prev path, .new__collections_carousel .jcarousel-next path {
	transition: stroke 0.3s ease;
}

.new__collections_carousel .jcarousel-prev:hover path, .new__collections_carousel .jcarousel-next:hover path {
	stroke: #000;
}

.new__collections_carousel .jcarousel img {
	margin-top: -14px;
}

.new__collections_carousel .caption {
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.38;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #000;
	padding-top: 0px;
	margin-top: -20px;
	padding-bottom: 20px;
	transition: color 0.3s ease;
}

.new__collections_carousel .jcarousel li {
	cursor: pointer;
}

.new__collections_carousel .jcarousel li:hover .caption {
	color: #4B342A;
}


.collection-products__list {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	max-width: 100%;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.collection-products__list::-webkit-scrollbar {
	display: none;
}

.collection-products__list--layout {
	position: relative;
	max-width: 100%;
	overflow: hidden;
}

.collection-products__item {
	position: relative;
	display: block;
	flex-shrink: 0;
	width: 100%;
	max-width: 486px;
	min-width: 486px;
	min-height: 608px;
	/* max-height: 674px; */
	margin-right: 4px;
	overflow: hidden;
	transition: 0.3s ease;
}


@media screen and (max-width: 991px) {
	.collection-products__item {
		max-width: 299px;
		min-width: 299px;
		min-height: 450px;
		max-height: 450px;
	}
}
@media screen and (max-width: 991px) {
	.new__collections_content {
		padding-top: 30px;
		width: 100%;
		align-items: center;
		display: block;
	}
	.new__collections_inner {
		width: 100%;
		max-width: 375px;
		padding-bottom: 23px;
	}
	.new__collections_carousel {
		 width: 100%;
		 margin-left: 0;
		margin-top: 0;
	}
}

.collection-products__item::before {
	content: "";
	display: block;
	padding-top: 142%;
}

@media screen and (max-width: 991px) {
	.collection-products__item::before {
		padding-top: 145%;
	}
}

.collection-products__item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 100%; */
	object-fit: cover;
}

.collection-products__item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	opacity: 0;
	transition: 0.3s ease;
}

.collection-products__item:hover {
	opacity: 1;
}

.video-section {
  width: 100%;
  height: 100vh; /* pełna wysokość okna */
  overflow: hidden;
}

.video-section video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* wypełnia całą sekcję bez zniekształceń */
  display: block;
}

.salon-card {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	color: white;
	margin-bottom: 40px;
}

.salon-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 15px;
}
.salon-overlay h5 {
	margin-bottom: 10px;
	font-weight: bold;
}
.salon-overlay p {
	margin: 0;
	font-size: 14px;
	text-align: left !important;
	padding-bottom: 0 !important;
	color: #fff !important;
}
.salon-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 15px;
	overflow: hidden;
	height: 65px;
	transition: height 0.4s ease;
}

.salon-card:hover .salon-overlay {
	height: 180px;
}

.salon-overlay h5 {
	margin-bottom: 10px;
	font-weight: bold;
}

.salon-overlay p {
	margin: 0;
	font-size: 14px;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.salon-card:hover .salon-overlay p {
	opacity: 1;
}

@media (max-width: 768px) {
	body, html {
		margin: 0;
		padding: 0;
		overflow-x: hidden;
	}

	.container-fluid {
		background-color: transparent;
		padding: 0;
		margin: 0;
	}

	#nav-menu-container {
		background-color: transparent;
	}
}

.wishlist-icon {
	position: absolute;
	top: 35px;
	right: 20px;
	z-index: 10;
	padding: 6px;
	font-size: xxx-large;
}

.wishlist-remove-icon {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
	padding: 6px;
	font-size: xxx-large;
	color: white;
}


#nav-menu-container ul.nav-menu {
	display: flex;
	align-items: center; /* pionowe wyśrodkowanie */
	height: 60px; /* lub wysokość Twojego menu */
}

.nav-menu li {
	display: flex;
	align-items: center;
}

.nav-menu .ion-heart {
	font-size: 30px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 768px) {
	#category {
		margin-left: 15px;
		margin-right: -15px;
	}
	#products {
		margin-left: -20px;

	}
	.row {
		padding: 0;
	}
}

.double-down-arrow {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	width: 48px;
	height: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	cursor: pointer;
	text-decoration: none;
}

.double-down-arrow::before,
.double-down-arrow::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 20px solid #fff;
	animation: bounce 1.5s infinite;
}

.double-down-arrow::after {
	animation-delay: 0.2s;
}

@media (max-height: 900px) and (min-width: 1440px) {

	.double-down-arrow-900 {
		position: absolute;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10;
		width: 48px;
		height: 60px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4px;
		cursor: pointer;
		text-decoration: none;
	}

	.double-down-arrow-900::before,
	.double-down-arrow-900::after {
		content: '';
		width: 0;
		height: 0;
		border-left: 16px solid transparent;
		border-right: 16px solid transparent;
		border-top: 20px solid #fff;
		animation: bounce 1.5s infinite;
	}

	.double-down-arrow-9000::after {
		animation-delay: 0.2s;
	}
}

@keyframes bounce {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(6px); }
}
@media (max-width: 768px) {
	.category__banner {
		height: 500px; /* lub np. 350px, 400px — zależnie od efektu */
		overflow: hidden;
	}

	.category__banner img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
}

@media (max-width: 768px) {
	.collection-content .text {
		display: -webkit-box;
		-webkit-line-clamp: 4; /* liczba widocznych linii */
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
