.body {
    font-weight: 400;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1100px;
		padding-bottom: 4em;		
    }
.top-bar.dark {
    background-color: #0f1e27;
    color: #fff;
    padding: 4px;
}
#photoSphere {
    height: 36rem;
}
@media (max-width: 770px) {
    #photoSphere {
        height: 26rem;
    }
}
.fixed > .sub-nav {
    width: rem-1000;
    margin: 0 auto;
}
.sticky-topbar {
    width: 100%;
}
.top-bar,
.top-bar ul {
    background-color: #fff;
}
.top-bar .menu-text {
    padding: 0;
}
.top-bar h1 {
    font-size: 25px;
    font-weight: 300;
}
.top-bar h2 {
    font-size: 15px;
    font-weight: 300;
}
.top-bar .active {
    color: #0c82ae !important;
}
.top-bar .menu > li > a {
    color: #000;
}
section h2 {
    text-align: center;
    font-size: 31px;
    font-weight: 350;
    margin-top: 1.2rem;
    margin-bottom: 1rem;
}
.show-more.button {
    background: #36b2ff;
    font-size: 18px;
}
.sub-section {
    padding: 1rem 0;
    color: #fff;
    background: #292f32;
}
.sub-section-gray {
    padding: 1rem 0;
    background: #f5f5f5;
}
.sub-section-blue {
    padding: 1rem 0;
    background-color: #36b2ff;
    color: #fff;
}
.sub-section-blue .calendar {
    background-color: #fff;
    color: #000;
}
.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.slick-dots li {
    margin-right: 10px;
    height: 15px;
    width: 15px;
    background: #d3d3d3;
    border-radius: 50px;
    display: inline-block;
    box-shadow: inset 0 0 4px gray;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #41abe5;
    box-shadow: inset 0 0 4px #888;
}
.my-slider figure {
    position: relative;
    height: inherit !important;
    margin-bottom: -7px;
}
.my-slider figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0.4rem;
    right: 0.4rem;
    margin: 0.4rem;
    color: #fff;
    text-align: center;
    padding: 0.4rem;
    background: rgba(0, 0, 0, 0.5);
}
.my-slider .slick-prev {
    position: absolute;
    left: 0;
    z-index: 3;
    top: 0;
    bottom: 0;
}
.my-slider .slick-prev i {
    padding: 5px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}
.my-slider .slick-next {
    position: absolute;
    right: 0;
    z-index: 3;
    top: 0;
    bottom: 0;
}
.my-slider .slick-next i {
    padding: 5px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}
.section_title {
    text-align: center;
    font-size: 30px;
    margin-top: 1em;
    margin-bottom: 1em;
}
.section_text {
    font-size: 17px;
    padding: 30px 5px;
}
.comment .name {
    color: #0c82ae;
}
.object-elements .element {
    padding: 1rem;
    padding-left: 0;
    background-color: #fff;
    font-size: 1rem;
    height: 63px;
}
.object-elements .element i {
    color: #6fbe44;
}
.f-15 {
    font-size: 15px;
}
.f-12 {
    font-size: 12px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mr-10 {
    margin-right: 10px;
}
.object-recommended .recommended-for .recommended-type .bar .bar-length {
    background-color: #01b2ff !important;
}
.gallery p {
    margin-bottom: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.header_section_title {
    text-align: center;
    font-weight: lighter;
    font-size: 30px;
    font-family: Roboto;
}
.header_section_text {
    font-size: 17px;
}
.header_section_text,
.roboto {
    font-weight: lighter;
    font-family: Roboto;
}
.bg-white {
    background-color: #fff;
}
.bg-gray {
    background-color: #f5f5f5;
}
.padding-10 {
    padding: 10px;
}
.bar-small-title {
    font-size: 12px !important;
}
.inline {
    display: inline-block;
}
.my-gallery figure figcaption,
.my-slider figure figcaption {
    font-weight: lighter;
}
.left {
    float: left !important;
}
table,
td,
th {
    border: 1px solid #01b2ff;
}
#contactform input,
#contactform textarea {
    width: 95%;
    border: 1px solid #ddd;
}
#contactform input:focus,
#contactform textarea:focus {
    border-color: #36b2ff;
}
#contactform label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: lighter;
    line-height: 1.5;
    font-family: Roboto;
    font-size: 16px;
    color: #0a0a0a;
}
.show-more-button {
    background-color: #36b2ff;
    text-transform: uppercase;
    font-size: 20px;
}
.w-100 {
    width: 100% !important;
}
.contact-row {
    display: flex;
    max-width: 1360px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2em;
	margin-top: 1.5em;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}
footer {
    padding: 1rem;
	background-color: #20252b;
	color: #fff;
}
footer a {	
	color: #fff;
}
footer a:hover,
footer a:active {	
	color: #fff;
}
.footer-site-adress {
	font-size: 0.95em;
}
.footer-site-name {	
	font-size: 1.25em;
}
.iptourism {
	font-size: 0.85em;
}
.object-full-gallery .my-gallery img {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    height: auto;
    max-height: none;
    max-width: none;
}
.overflow-scroll {
    overflow: auto;
}
header {
    height: auto !important;
}
header .menu-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: "";
}
.white {
    color: #fff !important;
}
.black {
    color: #000 !important;
}
.bg-white {
    background-color: #fff !important;
}
.blue {
    color: #0c82ae !important;
}
.f-20 {
    font-size: 20px;
}
@media (max-width: 770px) {
    #cennik table {
        font-size: 10px;
    }
}
.contact-row,
.telephone {
    font-size: 19px;
}

@media (max-width: 770px) {
    .contact-row,
    .telephone {
        font-size: 0.9rem;
    }
}

.swiper-container {
    width: 100%;
    max-width: 100%;
    height: 768px;
    margin: auto;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	filter: brightness(80%)  contrast(90%) saturate(110%);;
}
.btn-yellow {
    background: #ffd200;
    font-family: 'Oswald', sans-serif;
    padding: 0.5em 2em;
    border-radius: 35px !important;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
	background-color: #ffd200 !important;
}

.logo-adres {
	font-size: 17px;
}

.btn-tik-tok {
	background: #252525;
    color: #fff;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-tik-tok:hover  {
	background: #202020;
}
.btn-tik-tok:active
.btn-tik-tok:active,
.btn-tik-tok:focus  {
	background-color: #202020 !important;
	border: none;
}
.btn-insta {
	background: #ed145b;
    color: #fff;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 28px;
}
.btn-insta:hover,
.btn-insta:active,
.btn-insta:focus {
		background-color: #ff216a !important;
		color: #fff !important;
		border: none;
}
.btn-fb {
    background: #0054a6;
    color: #fff;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 28px;
}
.social-media-buttons-mobile {
	display:none;
}
.social-media-buttons-pc {
	display: flex;
}
.btn-fb:hover,
.btn-fb:active,
.btn-fb:focus {
	    background-color: #0063c4 !important;
		color: #fff !important;
		border: none;
}


.logo-txt {
	font-family: 'Oswald', sans-serif;
	font-size: 27px;
	text-transform: uppercase;
}

.badge-phone {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: -220px;
	min-height: 170px;
}

h1 {
    font-family: 'Oswald', sans-serif;
    z-index: 9;
    font-weight: 400;
    text-transform: uppercase;
}
h4 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
    min-height: 50px;
	margin-bottom: 1em;
}
.header-decoration {
    background-image: url(https://www.karwia.com/images/h4-decor.png);
    background-repeat: no-repeat;
    background-position: center top 25px;
}
.city-photo-container {
    display: flex;
    align-items: center;
}
#top-bar {
    z-index: 9;
    top: 60px;
    max-width: 1366px;
    padding: 0.70em !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: auto;
    top: auto;
    left: 0;
    width: 100%;
    margin-top: 1.5em;
}
.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .6);
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #ffd200 ;
}
.mainmenu {
    background-image: url(https://karwia.com/images/menu-szablon.png);
    background-repeat: no-repeat;
    background-position: center 7px;
    background-size: 40px;
    padding: 31px;
    border-radius: 35px;
    background-color: #ffd200;
    border: none;
    margin-right: 1em;
    background-position: center center;
}

.header-button-container {
	z-index: 9;
    top: 390px !important;
}
.border-radius-25 {
    border-radius: 25px;
}

@media (min-width: 1390px) {
    .offcanvas-start{width: 450px!important; padding-left: 0;}
}

.contact-numbers {
    z-index: 9;
    border-radius: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 23px;
    padding: 0.65em 0.85em;
}
.phone a {
    display: flex;
    align-items: center;
}
.contact-numbers a {    
	color: #252525;
}
.onepage-gallery {
	gap: 5px;
    justify-content: center;
}
.large-photo {
    width: 19.55%;
}

.small-photo {
    width: 9.65%;
}

.overlay-container {
    position: relative;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Black with 80% opacity */
    color: white;
    display: none; /* Hidden by default */
}

.overlay-container:hover .overlay {
    display: flex; /* Show overlay on hover */
}

.overlay .btn {
    z-index: 2;
}

#offer-section {
    background-color: #f2f3ed;
}
/* Sekcja z formularzem kontaktowym */ 


#kontakt {    
    background-size: cover;
    background-position: center;
    position: relative; /* Potrzebne do absolutnego pozycjonowania nakładki */
    padding: 40px 0;
}

#kontakt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Czarna nakładka z przezroczystością */
    z-index: 1; /* Nakładka będzie widoczna nad tłem */
}

#kontakt .container {
    background-color: #fff;
    position: relative;
    z-index: 2; /* Zawartość będzie nad nakładką */ 
    border-radius: 35px;
    padding: 0em 3em 2em 3em;
}

#kontakt input, #kontakt textarea {
    background-color: #dadee4;
    border-radius: 14px;
    font-size: 21px;
    padding: 1em 1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    box-shadow: none;
}
#kontakt button {
    background-color: #ffd200;
    border-color: #ffd200;
    padding: 0.5em 1.75em;
    border-radius: 35px;
}



.d-flex button {
    background-color: transparent;
    border: none;
    font-size: 1.2rem;
}

.d-flex p {
    color: #333;
    font-weight: bold;
    margin: 0;
}

.portal-partner {
    z-index: 9;
}
.sections {
    margin-top: 8em;
	
}
.sections p {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 19px;
}
.portal-partner-text {
    width: 91%;
    padding: 2px 10px 10px 15px;
    background: #ffd200;
    border-top-right-radius: 1em !important;
    border-top-left-radius: 1em !important;
}
.portal-partner-text  .small {
	font-family: 'Oswald', sans-serif;
	font-size:0.85em;
}
.portal-partner-image {
    border-radius: 10px;
    margin-top: -8px;
    display: flex;
    align-items: center;
}
.portal-partner-image span {
    color: #049dd7;
    font-size: 1.25em;
    margin-right: 0.5em;
}
.portal-partner-image img {
    width: 40px;
    margin-right: 5px;
}
.fixed-contact-buttons {
    height: 70px;
    width: 160px;
    bottom: 20px;
    right: 25px;
    display: flex
;
    justify-content: flex-end;
    z-index: 1000;
}
.fixed-click {
	background: #0d6efd;
    width: 285px;
    z-index: 1000;
    text-align: center;
    bottom: 110px;
    right: 20px;
    border-radius: 0 0 30px 30px;
}
.phone-fixed-btn {
    z-index: 1000;
    bottom: 20px;
    right: 110px;
    width: 70px;
    height: 70px;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.phone-fixed-btn span {
    font-size: 13px !important;
    color: #fff;
}

.close-phone-container {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
}

#clickk p {
    font-family: 'FuturaPTBook', sans-serif;
    font-size: 19px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    width: 238px;
}

.fixed-click svg {
    position: fixed;
    bottom: 91px;
    right: 43px;
}

.close-phone-fixed {
    right: -55px;
    top: -28px;
    background-color: #252525;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 0px solid #0A4961;
    transform: rotate(45deg);
    color: white;
    font-size: 23px;
}

.phone-number {
    border-radius: 30px;
}

.phone-number a {
    color: #000;
    font-size: 22px;
}

.white {
    background: #fff;
}
.hidden {
        display: none !important;
    }
#tel-fixed {
	display: none;
}

/* Sekcja Piktogramy */

.pictogram {
    background-color: #f5f6f6;
    background-image: url(https://karwia.com/images/yellow-dot.png);
    border-radius: 18px;
    padding: 0.65em 1em 0.65em 40px;
    width: max-content;
    background-repeat: no-repeat;
    background-position: left 10px center;
}
.pictogram-container {
    display: flex;
    gap: 0.75em;
    flex-wrap: wrap;
}
.category-group h3 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 23px;
	font-weight: 300;
	margin: 1.5em 0 1em 0;
}

.hide{
    display:none!important
}

/* Sekcja Opinie */
.rating-txt {
	
}
#opinie {
	background-color: #f3f3ed;
}
/*carousel*/
#reviews-section {
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
}
.ratings-container {
	display: flex;
	flex-direction: row;
	
}
.rating img {
    margin-bottom: 1em;
}

.rating h5 {
	font-family: 'Oswald', sans-serif;
    font-weight: 400;    
	font-size: 1.75em;
}

.review {
    background-color: #fff;
    border: none;
    border-radius: 20px;
    padding: 27px;
    box-shadow: none;
}

.review strong {
    display: block;
    font-size: 21px;
    margin-bottom: 5px;
    color: #141414;
    font-weight: 400;
}
.carousel {
    width: 70%;
}
.carusel-controls-container {
	justify-content: space-between;
}
.carusel-controls-container p {
	font-family: 'Oswald' , sans-serif;
	text-transform: lowercase;
	font-weight: 400 ;
}
.review p {
    font-size: 21px;
    color: #555;
}

.stars {
    color: #ffc107;
    font-size: 18px;
}
.stars img {   
	width: 1.8em !important;
	margin-right: 0.5em;
}
.form-datepicker {
	flex-direction: column;
}
.rodo-expand {
	color: blue;
}
.carousel-control-prev-icon {
    background-image: url(https://karwia.com/images/opinions-prev-arrow.png);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.carousel-control-next-icon {
    background-image: url(https://karwia.com/images/opinions-next-arrow.png);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.s360-row-bg {
	background-color: #f5f5f5;
}
/* Tymczasowy fix do sekcji mapa */
#mapa .section_text {
	display: none;	
}

/*restaurant menu*/
.menu-table {
    background-color: #f8f8f2;
    border-radius: 10px;
    padding: 10px;
}

.menu-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #000;
}

.menu-row:last-child {
    border-bottom: none;
}

.menu-item {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}

.menu-price {
    display: flex;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    line-height: 1px;
    align-items: center;
}

.restaurant-menu-header {
    background-image: unset;
}

.about-city-image-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
}
.about-city-image-list li:nth-child(2)  {
	width: 48%;
}
.about-city-image-list li:nth-child(3)  {
	width: 48%;
}
.about-city-image-list li img  {
	border-radius: 25px;
}

#photoSphere {
    max-width: 1100px;
    margin: 0 auto;
}

.review p {
    font-size: 21px;
    color: #555;
    height: 130px;
    overflow-y: auto;
}

.restaurant-menu-category-header {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
.room .name {
    padding: 10px;
    margin-bottom: 0;
    font-size: 21px;
    text-align: center;    
}
.room {
	margin-bottom: 1.85em;
}
.row .room {
	
}
.room .calendar-navigation >* {
    width: 33%;
}
.room .calendar .slick-next, .room .calendar .slick-prev {
    top: 107% !important;
}
i.reserved-days-box {
	margin-left: 1em;
}