/*
 Theme Name: hotelshellter
 Author: tadamart.pl
 Version: 1.0
 */


:root {
  --bs-border-color:  #f0f0f0;
  --color: #AB8965;
  --color2: #31363F;

}
body {
  font-family: "Jost", sans-serif;
  color: var(--color2);
}
.admin-bar {
  padding-top: 32px;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 400 !important;

  font-family: "Marcellus", serif;
}
a {

}
p, li, a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
strong {
  font-weight: 500 !important;
}

button {
  transition: 0s ease !important;
}
.hero h2 {
  line-height: 1;
}


.top p, .top a {
  font-size: 14px;
  color: var(--color2);
  font-weight: 500;
  text-decoration: none;
}
.top i {
  color: black
}

/* lang */

.lang-switch {
  text-transform: uppercase;
padding: 0px;
  font-weight: 500;

}
.lang-switch img {
  border-radius: 100px;
  height: 20px !important;
  width: 20px;
  position: relative;
  top: -2px;
  border: 1px solid var(--color);
  padding: 1px;
  margin-left: 8px;
  margin-right: 3px;
}
.lang-s {
  width: 16px;
  display: inline-block;
  font-weight: 500;
}
.lang .dropdown-item:hover {
  text-decoration: none !important;
background-color: transparent;
color: white !important;
}
.lang .dropdown-item:hover span {
  color: var(--color2) !important;
}


.dropdown-menu.lang-switch.show {

  padding-bottom: 7px;
  background-color: transparent;
  border: 0px;
}
.dropdown-menu.lang-switch .lang-item {

  justify-content: end;
  display: grid;

}
.dropdown-menu.lang-switch .dropdown-item {
  display: flex;
  align-items: center;
  text-decoration: none; 
  padding: 2px 13px;
  background-color: white;
color: var(--color2);
  padding: 5px 16px;
  font-size: 14px;
  font-weight: 600;
}
.dropdown-menu.lang-switch .lang-s {
  margin-right: 3px;
}
.dropdown-menu.lang-switch img {
  width: 20px;
  height: auto;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  border: 1px solid transparent !important;
}

/* lang */
.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.back {
  background-size:cover;
  position: absolute;
  background-position: top;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0px;
}

.btn1 {
  background-color: var(--color);
  color: white;
  font-weight: 500;
  padding: 10px 23px;
  text-decoration: none;
  display: block;
  width: fit-content;
  font-size: 16px;
  border: 0px;
  cursor: pointer;
}
.btn1:hover {
  background-color: white;
  color: var(--color2);
}
.btn2 {
  background-color: var(--color);
  color: white;
  font-weight: 500; 
  padding: 10px 23px;
  text-decoration: none;
  display: block;
  width: fit-content;
  font-size: 16px;
  border: 0px;
  cursor: pointer;
}
.btn2:hover {
  background-color: var(--color2);
  color: white;
}
.btn3 {
  background-color: var(--color2);
  color: white;
  font-weight: 500;
  padding: 10px 23px;
  text-decoration: none;
  display: block;
  width: fit-content;
  font-size: 16px;
  cursor: pointer;
}
.btn3:hover {
  background-color: white;
  color: var(--color2);
}
.btn4 {
  border: 1px solid var(--bs-border-color);
  color: var(--color2);
  font-weight: 500;
  padding: 10px 23px;
  text-decoration: none;
  display: block;
  width: fit-content;
  font-size: 16px;
}
.btn4:hover {
  background-color: var(--color2) !important; 
  color: white;
}
.aktualnosc-date {
  font-size: 12px;
}
.owl-news .owl-nav span {
  background-color: var(--color2);
}
.owl-news .owl-nav span:hover {
  background-color: white;
  color: var(--color2);
}
.owl-news .owl-nav {
  position: absolute;
  top: -85px;
  right: 0px;
}


header {
  background-color: white;
}
.t-work {
  color: var(--color) !important;
}
.t-work i {
  color: var(--color) !important;
}
.t-work:hover {
  text-decoration: underline;
}
.h-box {
  background-color: rgba(171, 137, 101, 0.8);
  width: fit-content;
  padding: 40px;
}
.h-box .btn3 {
  position: absolute;
  bottom: -29px;
  right: 29px;
  padding: 20px 30px;
}


.nav-link {
  color: var(--color2);
  font-weight: 500;
  padding: 6px 15px !important;
  font-size: 15px;
  text-transform: uppercase;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--color2);
}
.nav-link:hover {
 text-decoration: underline;

}
.navbar-nav .dropdown-menu {
padding: 25px 15px;
  border-radius: 0px;
  min-width: 220px;
  border: 0px;
  background-color: var(--color);
}
.dropdown-item:focus, .dropdown-item:hover {
 background-color: transparent;
  text-decoration: underline;
}
.dropdown-menu li a {
font-size: 16px;
  font-weight: 300;
  padding: 5px 15px;
  color: white;
}
.dropdown-menu li a:hover {
  color: white;
}
.navbar-toggler span {
  margin: 0 auto;
    display: block;
    background-color: var(--color2);
    height: 1px;
    width: 35px;
    margin-top: 2px;
    margin-bottom: 10px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.2s ease-out;
    transform-origin: center left;
    border-radius: 100px;
    margin-right: 0px;
}
.navbar-toggler span:nth-child(2) {
  width: 75%;
}
.navbar-toggler span:nth-child(3) {
  width: 50%;
  margin-bottom: 0px;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  width: 100%;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  width: 100%;
}


.navbar-light .navbar-toggler-icon {
  background-image: none;
}
.navbar-light .navbar-toggler {
  border: 0px;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

.hero h2 {
  color: white;
}
.hero p {
  color: white;
}
.destiny {
  bottom: -40px;
  width: 80%;
  max-width: 595px;
}
.pbig {
  font-size: 19px;
}
.line1 {
  width: 95px;
  height: 1px;
  background-color: rgba(255,255,255, 1);
  margin-left: 20px;
  margin-right: 20px;
}

.sec-light {
  background-color: white;
}
.ic1 h4 {
  color: var(--color);
}
.title h2 span {
  color: var(--color);
}
.sec-back {
  background-size: cover;
  background-position: bottom;
}
.sbw {
  background-color: white;
}
.sb2 {
  background-position: top;
}
.sec2 h4 span {
  color: var(--color);
}
.s2 a {
  color: var(--color2);
}
.a-black {
  color: var(--color2);
}
.overlay1 {
  background-image: linear-gradient(180deg, rgba(89, 131, 252, 0) 35%, rgba(171, 137, 101, 1) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.about-back {
  color: white;
}
.sec2 h5 {
  color: var(--color);
}
.point {
  margin-bottom: 10px;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  background-color: var(--color);
  border: 4px solid var(--bs-border-color);
  z-index: 3;
  position: relative;
}
.line {
  border-bottom: 1px solid var(--bs-border-color);
  margin-top: -21px;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
  width: 110%;
}
.adw img {
  width: 48%;
}

footer a {
  text-decoration: none;

  color: var(--color2);
}
footer h5 {
  margin-top: 32px;
  margin-bottom: 15px;
}
.form label {
  width: 100%;
}
.form-control {
 background-color: white;
    border: 0px;
    border-radius: 0px;
    padding: 14px 15px;
font-weight: 500;
    font-size: 14px;
    color: var(--color2);
    margin-bottom: 0px;
    border: 1px solid #00000033;
}
.newsletter .form-label {
  width: 100%;
}
.newsletter {
  max-width: 550px;
}
.newsletter .accept2 {
margin-right: 35px;
text-align: start;
}
.newsletter .accept2 p{
  font-size: 12px;
}
.wpcf7-not-valid-tip {
  font-size: 12px !important;
}
textarea {
  height: 150px; 
}
::placeholder {
  color: #9c9c9c !important;
}
.form-control:focus {
  background-color: white;
  box-shadow: none;

}
.form-check {
  padding-left: 10px;
}
.form-check-input:checked {
  border-color: var(--color);
  background-color: var(--color);
}
.form-check-input:focus {
  box-shadow: none;
}
.wpcf7-response-output {
  margin: 0px !important;
  border-radius: 11px;
  font-size: 13px;
  padding: 10px !important;
}
.copy p, .copy a{
  font-size: 14px;
  color: var(--color2);
}
.video {
  color: white;
  text-decoration: none;
}
.video:hover {
  text-decoration: underline;
}
.hero {
  min-height: 550px;
  height: calc(100vh - 156px);
}
.back {
  min-height: 700px;
}
.f-url a {
  display: block;
  margin-bottom: 7px;
}
.f-url a:hover {
  text-decoration: underline;
}
.f-spacer {
  height: 40px;
}
.awards a:hover {
  text-decoration: underline;
}
.img-crop {
  clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 0% 100%, 0% 10%);
}
.st i {
  color: var(--color);
}
.rev {
  color: var(--color);
}
.logo-sec {
  position: relative;
  top: -8px;
}


.owl-theme .owl-dots .owl-dot span {
  width: 18px !important;
  height: 18px !important;
 
}


.owl-item1 {
  background-color: white;
  clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0% 100%, 0% 20%);
}
.owl-item1:hover {
  color: white;
  background-color: var(--color);
}
.owl-item1:hover i {
  color: white;
}
.spacer1 {
  height: 400px;
}

.owl-sec3 .owl-nav {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 30%;
  width: calc(100% + 16px);
  left: -8px;
}
.owl-sec3 .owl-nav {
  height: 0px;
}
.owl-nav span {
  font-size: 40px;
  line-height: 1.35;
  background-color: var(--color);
  width: 60px;
  height: 60px;
  display: block;
  color: white;
}
.owl-theme .owl-nav .disabled {
  opacity: 1 !important;
}
.owl-nav .disabled span {
  background-color: white;
  color: var(--color2);
}
.owl-dots {
  margin-top: 20px !important;
}
.owl-gallery .owl-nav {
  margin-top: 0px;
  position: absolute;
  bottom: 10px !important;
  right: 10px;
}
.owl-gallery .owl-nav button {
  margin: 0px !important;
}
.owl-gallery img {
  min-height: 650px;
  object-fit: cover;
}
.owl-gallery .img-crop {
  clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 0% 100%, 0% 10%);
}
.sec2 img {
  min-height: 400px;
  object-fit: cover;
}
.foot-top {
  background-size: cover;
  background-position: center;
  color: white;
}
.ft-mob1 {
background-color: var(--color2);
}
.ft-mob2 {
  background-color: var(--color);
}
.ft-mob2 .btn3 {
  margin: 0 auto;
}
.offers .nav-item:first-child .nav-link {
 padding-left: 0px !important;
}
.offers .nav-link.active {
  background-color: transparent;
  color: var(--color);
  text-decoration: underline;
}
.offers .nav-link:hover {
  color: var(--color);
  text-decoration: underline;
}
.offer {
  text-decoration: none;
}

.offer-inner {
  background-color: var(--color);
  color: white;
  padding: 30px 40px;
  margin: 0px 30px;
  margin-top: -70px;
  z-index: 9;
  position: relative;
}
.offer-inner {
  font-size: 30px;
}
.owl-offers .owl-nav {
  width: 100%;
  display: flex;
  justify-content: space-between; 
  position: absolute;
  top: 29%;
  height: 0px;
  width: calc(100% + 16px);
    left: -8px;
}
.owl-nav button span {
  box-shadow: 0px 0px 6px #0000001A !important;
}
.owl-nav button span:hover {
  background-color: var(--color2);
}
.owl-nav button.disabled span {
  background-color: white !important;
}

.img-sec3 {
  max-height: 60px;
  margin-bottom: 20px;
}
 .owl-item1:hover img {
  filter: invert(1);
 }
 .owl-item1 p {
  max-width: 275px;
  margin: 0 auto;
  min-height: 72px;
 }
 .owl-item1 p i {
  color: var(--color);
 }
 .newsletter .btn1 {
  border: 0px;
 }
 .ic-head {
  max-height: 36px;
 }
 .form-select {
  border-radius: 0px;
    padding: 15px;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #00000033;
 }
 .owl-theme .owl-nav [class*=owl-] {
  margin: 0px !important;
 }
 .page-head {
  min-height: 500px;
  background-position: center;
  background-size: cover;
 }
 .page-head .btn3 {
  margin: 0 auto;
  margin-bottom: -30px;
  padding: 20px 35px;
 }
 .page-head .btn3:hover {
  background-color: var(--color);
  color: white;
 }
 .page-head h1, .page-head p {
  color: white;
 }

 .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background-color: var(--color) !important;
}
 .owl-dots .owl-dot span {
background-color: #D9D9D9 !important;
}
.owl-k1 p {
  max-width: 250px;
  margin: 0 auto;
}
.soc i {
  color: var(--color2);
  font-size: 30px;
}
.person img {
  width: 90px;
  height: 90px;
  border: 4px solid var(--color);
  border-radius: 100px;
  margin-right: 20px;
  padding: 10px;
}
.person p {
  line-height: 1.2;
}
.person a {
  color: var(--color2);
  text-decoration: none;
  font-weight: 500;
}
.form-label {
  text-align: left !important;
  font-weight: 500;
  margin-bottom: 5px;
  width: 100%;

}
.form-label .lab {
  margin-bottom: 8px;
  display: block;
}

.form-control:focus {
  border: 1px solid #00000033;
}
.form-select:focus {
  border: 1px solid #00000033;
  box-shadow: none;
}
.small {
  font-size: 12px;
  text-align: left;
}
.form-check-input {
  border-radius: 0px !important;
  border: 1px solid #00000033 !important; 
}
.rest-box {
  border: 3px solid var(--color);
  padding: 20px;
}
.menu-btn {
  margin-left: 0px !important;
  margin-top: 15px !important;
}
.sm-gal img {
  min-height: 450px;
}
.m-ul li {
  margin-bottom: 10px;
}
.m-ul {
  padding-left: 16px;
}

.m-ul {
  --icon-space: 23px;
  list-style: none;
  padding: 0;
}

.m-ul li {
  padding-left: var(--icon-space);
}

.m-ul li:before {
  content: "\F633"; /* Kod Unicode ikony */
  font-family: "bootstrap-icons";
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
  position: relative;
  top: 2px;
}
.room, .a-post {
  box-shadow: 0px 0px 6px #0000001A;
}
.room-inner {
  padding: 30px 20px;
  padding-right: 30px;
}
.gallery .g-t {
  display: none;
}
.gallery .gal-mod {
padding-top: 0px !important;
padding-bottom: 0px !important;
border-bottom: 0px !important;
}
.a-post img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.a-post a {
  color: var(--color2);
  text-decoration: none;
}
.a-post .btn2 {
  color: white;
}
.a-post-line {
  height: 1px;
  width: 100%;
  background-color: var(--bs-border-color);
  margin-top: 30px;
  margin-bottom: 30px;
}
.a-post-inner {
  padding: 40px;
    padding-left: 10px;
}
.r-spec {
  display: flex;
  flex-wrap: wrap;
}
.room-inner img {
  height: 23px;
  margin-right: 6px;
  width: 23px;
}
.r-data img {
  margin-right: 10px;
}
.udg {
  margin-right: 20px;
  margin-bottom: 15px !important;
  
}
.udg {
  font-size: 14px;
}
.r-info {
  font-size: 14px;
  color: var(--color2);
  text-decoration: none;
}
.r-info i {
  font-size: 16px;
}
.r-info:hover {
  text-decoration: underline;
}
.lg-gal img{
  min-height: 600px !important;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1400px;
}
.h-fix {
  min-height: 114px;
}

.sticky {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1020;
  background-color: white;
}
.sticky .logo {
  max-width: 90px;
}

.reserv-mobile {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: var(--color2);
  color: white;
  font-weight: 500;
  text-align: center;
  text-decoration: none !important;
  padding: 10px 0px;
  z-index: 100;
}

#map {
  width: 100%;
  height: 400px;
}
.modal-fullscreen .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  transform: scale(1.3);
  opacity: 1;
}
.btn-close:focus {
  box-shadow: none !important;
}
.modal-fullscreen a {
  color: var(--color2);
  text-decoration: none;
}
.modal-fullscreen .btn2 {
  color: white;
  margin: 0 auto;
  display: block;
}
.logo-mob {
  max-width: 120px;
}
.oi-partns img {
  max-width: 150px;
  width: 100%;
  max-height: 150px;
}
.single_page_content a {
  color: var(--color2);
}
.logo {
  max-width: 185px;
  width: 185px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out; 
  z-index: 1000; 
  -webkit-box-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.34);
-moz-box-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.34);
box-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.34);
}


.sticky.visible {
  transform: translateY(0); 
}
.logo-f {
  max-width: 180px;
}
.zp {
  position: absolute;
  top: 8px;
  left: 20px;
  z-index: 1000;
  font-size: 12px;
  background-color: white;
  font-weight: 500;
  padding: 0px 7px;
}
.foot-top .owl-dots .owl-dot.active span, .foot-top .owl-dots .owl-dot:hover span {
  background-color: var(--color2) !important;
}
.video, .r-info {
  cursor: pointer;
}
.modal-content {
  border-radius: 0px !important;
  border: 0px !important;
}
.modal-content .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
  z-index: 99;
}
#modalvideo video {
  width: 100%;
}
#modalvideo .modal-body {
  padding: 0px !important;
  margin-bottom: -10px !important;
}

#modalvideo .btn-close {
  position: absolute;
    z-index: 99;
    right: 15px;
    top: 15px;
}
#modalvideo .modal-content {
  border: 0px;;
}
.offers .bi-star-fill {
  color: var(--color);
}

@media (min-width: 1450px) {
  .dropdown-menu.lang-switch .lang-item {
    justify-content: start;
    margin-left: -15px;
  }
}

@media (max-width: 1400px) {
  .sec2 .h1 {
    font-size: calc(0.85rem + 1.5vw);
  }
}

@media (max-width: 1200px) {
  .nav-link {
    padding: 8px 0px !important;
    font-size: 18px;

  }
  .ovh {
    overflow: hidden;

  }

}

@media (max-width: 992px) {
  .dropdown-menu li a {
    padding: 8px 15px;
  }
  .dropdown-menu.lang-switch .dropdown-item {
    padding-left: 1px !important;
  }
  .dropdown-menu.lang-switch .lang-item {
    display: block;
  }
  .navbar-nav .dropdown-menu {
    padding: 10px;
    border: 0px;
  }
  .h-fix {
    min-height: 83px;
}
  .lg-gal img{
    min-height: 300px !important;
  }
  .room-inner {
    padding-right: 20px;
}
  .a-post-inner {
    padding: 30px !important;
     
  }
  .k-sec2 {
    text-align: center;
  }
  .k-sec2 .btn2 {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .page-head {
    min-height: 300px;
  }
  .newsletter .form-control {
    text-align: center;
  }
  .owl-offers .owl-nav, .owl-sec3 .owl-nav {
    width: calc(100% + 16px);
    margin-left: 0px;
    left: -8px;
  }
  .offer-inner {
    color: white;
    padding: 25px 25px;
 margin: 0px;
    z-index: 9;
    position: relative;
  }
  .mob-br {
    display: block;
  }
  .newsletter .btn1 {
    margin: 0 auto;
  }
  .h-box {
    margin: 0 auto;
  }
  .hero {
    min-height: 0px !important;
    height: auto;
    background-color: var(--color);
  }
  .newsletter .accept2 {
    margin-right: 0px;

    }
  .h-box .btn3 {
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 10px 23px;
  }
  .h-box {
    padding-bottom: 60px;
  }
  .sec4 .btn2 {
    margin: 0 auto;
  }
  .owl-gallery img {
    min-height: 350px;
  }
  .owl-sec3 .owl-nav {
    bottom: 52px;
    top: auto;
  }
  .owl-gallery .owl-nav {

    bottom: -8px !important;
    right: 0px;
    left: 0px;
    justify-content: space-between;
    display: flex;
    width: calc(100% + 16px);
    margin-left: 0px;
    left: -8px;
}
  .sec2 .h1 {
    font-size: calc(1.3rem + 1.5vw);
  }
  .navbar {

    margin: 0 auto;
    padding: 0px;
  }
  .navbar-nav .dropdown-menu {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
  }
  .navbar {
    width: 100%;
    display: block;
  }
  .logo {
    max-width: 220px;
  }
  .line {
    width: 100%;
  }
  header .nav-link {
    font-size: 20px;
  }
  .dropdown-menu li a {
    text-align: left !important;
    padding-left: 8px !important;
  }
  .dropdown.lang {
    padding-left: 0px;
    padding-top: 10px;
  }
  .mob-f .row {
    max-width: 400px;
    margin: 0 auto;
  }
  .logo {
    width: 115px;
  }
  .header-1 {
    border-bottom: 0px !important;
  }
  .hero {
    text-align: center;
    min-height: 500px;
  }
  .copy {

    padding-bottom: 66px !important;
  }
  .lang-switch {
    font-size: 18px;
  }
  .dropdown-menu.lang-switch .lang-s {
    font-size: 18px;
  }
 

}

@media (max-width: 768px) {
  .a-post img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .foot-top {
    background-image: none !important;
  }
  footer { 
    text-align: center;
  }
  .f-1 .btn2 {
    margin: 0 auto;
  }
  .mob-f .d-none {
    display: block !important;
  }
  .f-url {
    text-align: left !important;
  }
  .inner-hero {
    text-align: center;
  }
  .inner-hero a {
    margin: 0 auto;
  }
  .inner-hero a:first-child {
    margin-bottom: 15px;
  }
  .seb .col-md-3 {
    border: 0px !important;
  }
  .copy {
    text-align: center;

  }
  .copy .col-md-6:first-child {
    margin-bottom: 10px;
  }
  .copy .col-md-6:first-child a {
    display: block;
  }
  .display-3 {
    font-size: calc(1.225rem + 3.3vw);
  }
}