/* navbar */
.navbar form {
  border: 1px solid #111F65;
  margin-right: 5px;
  /*background: rgba(255,255,255,0.5);*/
}

.vouchers-selection {
  margin-top: 5px;
  padding-left: 3px;
}

.vouchers-selection .mat-form-field-underline {
  display: none;
}

.vouchers-selection .mat-form-field-infix {
  border: 0;
}

mat-form-field.vouchers-selection .mat-form-field-wrapper {
  padding: 0;
}

.vouchers-selection *::placeholder, .mat-form-field-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #111F65;
  opacity: 1; /* Firefox */
}

.vouchers-selection .mat-input-element {
  caret-color: #111F65;
  color: #111F65;
}

/* user reservations*/
.user-reservations-radio-group {
  display: flex;
  flex-direction: column;
  margin: 0px 0;
}

.user-reservations-radio-button {
  margin: 5px;
}

/* home page */
.top-banner-text {
  padding-top: 25vh;
  padding-bottom: 5px;
  font-family: sans-serif;
  font-size: 48px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;

  /*line-height: 75px;*/
  color: white;
  margin: auto;
}

.navbar-text {
  padding-top: 20px;
  /*font-family: sans-serif;*/
  font-family: font-bold, 'sans-serif';
  font-size: 48px;
  font-weight: 700;
  display: flex;
  /*justify-content: center;*/
  /*align-items: center;*/

  line-height: 75px;
  color: #FFFFFF;
  margin: auto;
}

.white-text-shadow {
  text-shadow: 2px 2px rgba(14, 11, 11, 0.30);
}

.top-banner-input {
  height: 62px;
  width: 448px;
  border-radius: 6px;
  margin-top: 10px;
}

.top-banner-search-button {
  height: 62px;
  width: 135px;
  margin-top: 20px;
  margin-bottom: 20px;
  /*margin-left: 310px;*/
  background-color: #FFBE2F;
  border-color: #FFBE2F;
}

.top-banner-image {
  align-items: center;
  padding-top: 60px;
}

.top-banner-small-text {
  padding-top: 5vh;
  font-size: 18px;
  line-height: 30px;
  margin: auto;
}

.navbar-small-text {
  font-size: 18px;
  line-height: 30px;
  margin: auto;
}

.blue-text {
  color: #111F65;
}

.white-text {
  color: #FFFFFF;
}

.yellow-text {
  color: #FFBE2F;
}

.main-banner {
  /*box-shadow: 1px 1px 15px rgba(0,0,0,0.3);*/
}

.main-banner-upper {
  background-color: rgba(245, 245, 245, 0);
  /*background-image: url(../img/banner.jpg);*/
  /* background-attachment: fixed; */
  background-position: center center;
  background-size: cover;
  text-decoration: none;
}

/* .main-banner.active .main-banner-upper {
    background-position: center bottom 0px;
} */
.main-banner-inner {
  color: #111;
  padding: 0px 0;
  /*padding: 30px 60px 40px;*/
  background: rgba(255, 255, 255, 0);
  display: flex;
  justify-content: center;
  /*align-items: center;*/
}

.main-banner-inner .logo {
  width: 100%;
  max-width: 410px; /* 507 - logo size */
  margin: 20px 0 0px;
}

.main-banner-inner p.subtitle {
  margin: -20px 0 30px 135px;
  color: #000246;
}

.main-banner-inner .mat-form-field {
  /* margin-top: 20px; */
  /* float:left; */
  width: 100%;

}

.main-banner-inner .mat-form-field-flex {
  /* background: rgba(255,255,255, 0.5); */
  padding: 3px 5px;
}

/* .main-banner-inner input:first-of-type {
    width:60%
}
.main-banner-inner input:last-of-type {
    width:40%
} */
.form-control:focus {
  border-color: #00B3F8;
  /* outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 178 248 / 30%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 178 248 / 30%); */
  box-shadow: none;
  -webkit-box-shadow: none;
}

.main-banner.active {
  background-position: bottom;
}

.main-banner-inner, .main-banner-upper {
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}

.main-banner-sub {
  max-height: 0;
  overflow: hidden;
}

.main-banner-sub-inner {
  /* padding: 20px 0 0; */
  background: white;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

.main-banner-sub-inner button.btn {
  float: right;
}

.main-banner.active .main-banner-sub {
  max-height: 600px;
}

.main-banner-sub {
  transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
}

/* .main-banner-sub mat-form-field {
    margin-right: 20px;
}
.main-banner-sub mat-form-field.search-input {
    width: 500px;
} */
.main-banner-sub .mat-slider-horizontal {
  width: 700px;
  margin-left: 20px;
}

/* .main-banner-sub .mat-form-field-type-mat-date-range-input .mat-form-field-infix {
    padding-bottom: .4375em;
} */
.main-banner-sub-inner .container {
  padding: 15px;
}

.side-menu {
  position: fixed;
  left: -172px;
  top: 45vh;
  top: calc(50vh - 100px);
  color: white;
  cursor: pointer;
  z-index: 1;
}

.side-menu:hover, .side-menu.untouched {
  left: 0;
}

.side-menu:hover .side-menu-link,
.side-menu:hover .side-menu-intro {
  background-color: #111F65;
}

.side-menu-links {
  /* writing-mode: vertical-lr;
  text-orientation: mixed; */
  float: left;
  /* transform: rotateZ(180deg); */
  background-color: white;

}

.side-menu-link {
  background-color: #111F65;
  padding: 15px 10px;
  height: 50px;
}

.side-menu-link:hover {
  opacity: 0.75;
}

.side-menu-link.check-blog {
  background-color: #FFBE2F;
  color: #0E0B0B;
}

.side-menu-link.host {
  /*background-color: #F1ECD7;*/
  background-color: #001CC7;
  color: #F1ECD7;
}

.side-menu:hover .side-menu-link.check-blog {
  background-color: #FFBE2F;
}

.side-menu:hover .side-menu-link.host{
  /*background-color: #F1ECD7;*/
  background-color: #001CC7;

}

.side-menu-intro {
  background-color: #111F65;
  color: white;
  float: left;
  padding: 13px 5px 0;
  height: 50px;
}

.search-input {
  padding-left: 0;
  padding-right: 0;
  width: 20em;
}

.custom-select-field {
  padding-left: 0;
  padding-right: 0;
  width: 18em;
}

.custom-select-field .mat-mdc-form-field-flex {
  height: 60px;
  align-items: center;
}

.custom-select-field
.mat-mdc-form-field-flex
.mdc-notched-outline
.mdc-notched-outline__notch
label.mdc-floating-label--float-above {
  top: 35px;
}

.custom-select-field .mat-mdc-form-field-flex .mdc-notched-outline {
  border-radius: 30px 0 0 30px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -1;
}

.custom-select-field .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__trailing {
  border-radius: 0 0 0 0;
}

.custom-select-field .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__leading {
  border-radius: 30px 0 0 30px;
  width: 30px !important;
}

.select-panel {
  border-radius: 15px !important;
  border: 1px solid gray !important;
  position: absolute !important;
  top: 12px !important;
  height: 12rem;
  background-color: gray;
  z-index: 5;
}

.select-panel mat-option {
  font-size: 14px !important;
}

.custom-date-field {
  padding-left: 0;
  padding-right: 0;
  width: 18em;
}

.custom-date-field .mat-mdc-form-field-flex {
  height: 60px;
  align-items: center;
}

.custom-date-field .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__notch
label.mdc-floating-label--float-above {
  top: 35px;
}

.custom-date-field .mat-mdc-form-field-flex .mdc-notched-outline {
  border: none;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -1;
}

.custom-date-field .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__trailing {
  border-radius: 0 0 0 0;
}

.custom-date-field .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__leading {
  border-radius: 0 0 0 0;
}


/*.mat-icon {*/
/*  !*padding-left: 0;*!*/
/*  !*padding-right: 0;*!*/
/*  !*width: 15em;*!*/
/*  height: 60px;*/
/*  border-radius: 10px 0 0 10px;*/
/*  !*overflow: hidden;*!*/
/*}*/


.rounded-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #001cc7;
  color: white;
  /*border: none;*/
  border: grey;
  height: 60px;
  width: 12em;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  outline: none;
}

.rounded-button:hover {
  background-color: #111F65;
}


/* offers */

.main-page-offers .offer-desc .venue-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.price-items > div[class*="col-"] {
  padding-right: 0;
}

.price-items > div[class*="col-"]:last-of-type {
  padding-right: 15px;
  padding-left: 0;
}

.price-items .price-item {
  margin-right: 15px;
}

.price-items .price-item.rating {
  float: right;
  margin-right: 0;
}

.featured-offer {
  background: #ffece6;
}

.offer-container.featured-offer:hover {
  background: #ffd9cc;
}

/* main page announcenet block - first tile from the right, first row */
.main-page-tile-announcement {
  position: relative;
  background-color: palevioletred;
  padding: 20px 40px 40px;
  color: white;
  margin-bottom: 30px;
}

.main-page-tile-announcement-inner {
  position: relative;
  z-index: 1;
}

.main-page-tile-announcement-content {
  display: -webkit-box;
  -webkit-line-clamp: 13;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.main-page-tile-announcement .btn {
  margin-top: 20px;
}

.main-page-tile-announcement img.bcg {
  position: absolute;
  bottom: -24%;
  right: -25%;
  width: 115%;
  opacity: 0.15;
}

/* offer edit */

p.error {
  margin: -5px 0 10px !important;
}

a.learn-more {
  position: relative;
  top: -18px;
  font-size: 12px;
}

.front-pic-preview {
  width: 100%;
}

.mat-expansion-panel-header {
  background-color: #f5f5f5;
  height: auto !important;
  padding: 16px 24px !important;
}

.mat-expansion-panel-header.mat-expanded:focus, .mat-expansion-panel-header.mat-expanded:hover {
  background-color: #efefef !important;
}

.mat-expansion-panel-body {
  padding: 30px 24px 0px !important;
}

mat-expansion-panel .loader-drop .mat-progress-spinner {
  margin: 25% auto;
}

.mat-radio-label-content,
.mat-form-field.edit-offer-features-selection,
.edit-offer-features-selection .mat-standard-chip,
.mat-form-field.edit-offer-attractions-selection,
.edit-offer-attractions-selection .mat-standard-chip {
  font-size: 12px;
  line-height: 1em;
}

.mat-form-field.edit-offer-features-selection {
  margin-top: 10px;
}

.features-form {
  margin-top: 20px;
}

.dropdown-additional-selection {
  opacity: 0.75;
  font-size: 0.75em;
}

.drag-drop-image-list {
  margin-top: 10px;
}

.drag-drop-image {
  height: 60px;
  margin-bottom: 3px;
  background: #f5f5f5;
  cursor: pointer;
  position: relative;
}

.drag-drop-image.delete {
  background: #eee;
  opacity: 0.5;
  filter: grayscale(100%);
}

.remove {
  position: absolute;
  cursor: pointer;
  opacity: 0.5;
}

.remove-image {
  top: 0;
  right: 0;
}

.remove-offer {
  top: 14px;
  right: 14px;
}

.remove:hover {
  opacity: 0.8
}

.drag-drop-image img {
  height: 100%;
  display: block;
  margin: 0 auto;
}

.btn-calendar {
  padding: 13px;
  margin: 0;
  display: inline-flex;
}

.company-details {
  margin-top: 10px;
}

/* offers search */
.offer-container > .row {
  display: flex;
}

.offer-search-single .offer-img {
  width: 100%;
  height: 100%;
}

.offer-img-inner {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center center;
}

.logo-plug-img-inner {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.float-right {
  float: right;
}

.search-settings {
  margin-bottom: 30px;
  padding-right: 30px;
}

.search-settings mat-slider,
.search-settings .mat-form-field {
  width: 100%;
}

.tag.mat-checkbox, .preference.mat-slide-toggle {
  display: block;
  font-family: inherit;
}

.preferences {
  margin-top: 20px;
}

.search-settings label {
  font-weight: normal;
}

.show-map {
  display: flex;
  align-items: center;
  color: #111F65;
}

.voucher-img-inner {
  width: 300px;
  height: 165px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.voucher-price {
  color: #111F65
}

.voucher-buy-input {
  width: 20vw
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

/* .offer-search-single .offer-img {
    height: auto;
} */
.offer-search-single .offer-desc {
  padding: 5px 10px 20px 0px;
}

.offer-search-single .offer-desc p.desc {
  min-height: 1.2em;
  -webkit-line-clamp: 4;
}

.offer-search-single .offer-desc p button {
  margin: 0 5px;
}

.offer-cta {
  margin: 25px 30px 25px 0;
}

.offer-cta button.btn {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.calendly-inline-widget {
  margin-top: -40px;
  padding: 0;
}

/* modal */

.modal-body input[matInput],
.modal-body input[type="email"],
.modal-body input[type="password"],
.modal-body input[type="text"] {
  margin-bottom: 15px;
}

/* responsive */

@media all and (max-width: 1600px) {
  .offer-img {
    height: 220px;
  }

  .voucher-img {
    height: 467px;
  }

  .main-banner-upper {
    background-position: center top;
  }

  /* .main-banner.active .main-banner-upper {
      background-position: center top -120px;
  } */
  .offer-search-single .offer-desc {
    padding: 5px 0px 20px 0px;
  }
}

@media all and (max-width: 1199px) {
  .offer-img {
    height: 265px;
  }

  .voucher-img {
    height: 465px;
  }

  .main-banner-inner {
    padding: 10vw 40px;
  }

  .main-banner .main-banner-inner {
    padding: 20px 40px;
  }

  /* .main-banner.active .main-banner-upper {
      background-position: center;
  } */
  /* .main-banner .mat-form-field {
      max-width:180px;
  } */
  /* .main-banner-sub mat-form-field.search-input {
      max-width:450px;
  } */
  /* .main-banner .mat-form-field:nth-child(3), .main-banner .mat-form-field:nth-child(4) {
      max-width:140px;
  } */
  .main-banner .btn {
    padding: 6px 10px;
    font-size: 14px;
    margin-top: 6px;
  }

  .main-banner-sub .mat-slider-horizontal {
    width: 600px;
  }

  .offer-single-img .owl-item .item img {
    height: 400px;
  }

  .main-banner-inner p.subtitle {
    margin-left: 125px;
  }
}

@media all and (max-width: 991px) {

  .main-banner-inner .logo {
    margin: 10px 0 0px -20px;
  }

  .main-banner-inner p.subtitle {
    margin-left: 7px;
    margin-top: 0px;
  }

  .offer-img {
    height: 220px;
  }

  .search-settings {
    padding-right: 0;
  }

  .top-banner-text {
  padding-top: 5vh;
  padding-bottom: 5px;
  font-family: sans-serif;
  font-size: 28px;
  }

  .top-banner-small-text {
    padding-top: 5vh;
    font-size: 16px;
    line-height: 16px;
    margin: auto;
  }

  .custom-select-field {
    width: 18em;
    display: block;
    margin: auto;
    flex-direction: column;
  }

  .custom-select-field .mat-mdc-form-field-flex .mdc-notched-outline .mdc-notched-outline__leading {
    border-radius: 0;
    width: 0px !important;
  }
  .custom-select-field .mat-mdc-form-field-flex .mdc-notched-outline {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: -1;
  }
  .custom-date-field {
    width: 18em;
    display: block;
    margin: auto;
    flex-direction: column;
  }

  .rounded-button {
    width: 18em;
    display: block;
    border-radius: 0;
    margin: auto;
  }

  /* .main-banner.active .main-banner-sub {
      max-height: 150px;
  } */
  /* .main-banner .mat-form-field {
      max-width:25%;
      margin-right: 1%;
  } */
  /* .main-banner-sub mat-form-field.search-input {
      max-width:300px;
  }
  .main-banner .mat-form-field:nth-child(3), .main-banner .mat-form-field:nth-child(4) {
      max-width:23%;
  } */
  .main-banner-sub .mat-slider-horizontal {
    width: 385px;
  }

}

@media all and (max-width: 767px) {

  .offer-container > .row {
    display: block;
  }

  .offer-img {
    height: auto;
  }

  .voucher-img-outer {
    width: 200px
  }

  .main-banner {
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
  }

  .main-banner-inner .logo {
    /*margin: 10px 0 0px -5%;*/

  }

  /* .main-banner.active .main-banner-sub {
      max-height: 272px;
  } */
  .offer-main-page .offer-desc h3, .offer-main-page .offer-desc p {
    display: block;
    -webkit-line-clamp: none;
  }

  .main-banner .btn {
    margin-top: 0;
    margin-bottom: 20px;
  }

  /* .main-banner .mat-form-field, .main-banner-sub mat-form-field.search-input {
      width: 100%;
      max-width: 100%;
      margin-right: 0;
  }
  .main-banner .mat-form-field:nth-child(3), .main-banner .mat-form-field:nth-child(4) {
      margin-right: 10px;
  }
  .main-banner .mat-form-field:nth-child(3), .main-banner .mat-form-field:nth-child(4) {
      max-width:26%;
  } */
  .main-banner-sub .mat-slider-horizontal {
    width: 100%;
    margin-left: 0;
  }

  .offer-search-single .offer-cta {
    margin: 0 30px 25px 30px;
  }

  .offer-search-single .offer-desc {
    padding: 5px 30px 10px;
  }

  .offer-search-single .offer-img {
    height: 60vw;
  }

  .offer-img {
    /* height: auto; */
    height: 55vw;
  }

  .voucher-img-inner {
    width: 200px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }


}

@media all and (max-width: 600px) {
  .main-banner-inner, .main-banner .main-banner-inner {
    padding: 15px 20px 25px;
  }

  .voucher-img-inner {
    width: 150px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .calendly-inline-widget {
    margin-top: 20px;

  }
}

@media all and (max-width: 500px) {
  .main-banner .mat-form-field:nth-child(3), .main-banner .mat-form-field:nth-child(4) {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .offer-search-single .offer-desc {
    padding: 5px 15px 0px;
  }

  .offer-search-single .offer-cta {
    margin: 0px 15px 25px;
  }
}

@media all and (max-width: 370px) {
  .offer-main-page .price-items .price-item {
    margin-right: 0px;
    display: block;
  }

  .offer-main-page .price-items .price-item.rating {
    float: none
  }

  .mat-expansion-panel-body, .mat-expansion-panel-header {
    padding: 10px !important;
  }
}

@media all and (max-width: 300px) {
  .mat-expansion-panel-body, .mat-expansion-panel-header {
    padding: 5px !important;
  }
}

#main-container {
  width: 100vw;
  height: 80vh;
  background-image: url(../img/SAM-5145.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#main-header-container {
  width: 100vw;
  height: 100vh;
}

.footer {
  background-color: #000E71;
  color: #F1ECD7;
}


owl-carousel-o {
  position: relative;
}

owl-carousel-o .owl-prev, .owl-next {
  position: absolute;
  top: 30%;
  /*color: black !important;*/
  background-color: rgba(255, 255, 255, 0) !important;
}

owl-carousel-o .owl-prev {
  left: 0;
}

owl-carousel-o .owl-next {
  right: 0;
}

.custom-owl-nav {
  color: black !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  height: 100px;
  line-height: 95px;
  text-align: center;
}

.image-container {
  display: flex;
  flex-wrap: wrap;
  margin: 15px;
}

.image-container .image-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  /*margin: 15px; !* Odstęp między zdjęciami *!*/
}


.image-container img {
  width: 100%;
  height: auto;
  object-fit: cover; /* Dostosowujemy obraz do wymiarów, zachowując proporcje i przycinając nadmiar */
  display: block; /* Eliminuje dodatkowe marginesy dla niektórych przeglądarek */
}


.image-caption {
  text-align: center;
}

.transited-img {
   transition: transform .5s ease;

}

.transited-img:hover {
  transform:scale(1.2)
}

.gray-background {
  background-color: #f9f8f6;
}


.blog {
  text-align: justify;
  font-size: 1.2em;
  font-weight: 500;
}

.blog-introduction {
  font-size: 1.25em;
  font-weight: 900;
  font-style: italic;
}

.blog-summary {
  font-size: 1.25em;
  font-weight: 900;
}

.to-top {
  bottom: 0;
  cursor: pointer;
  margin: 0 8px 12px 0;
  position: fixed;
  right: 0;
  z-index: 2000;
}

.show-scrollTop {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
