section .container {
  padding-left: 80px;
  padding-right: 80px;
}

header {
  padding-left: 50px;
  padding-right: 50px;
}

.header-small {
  height: 70vh;
  overflow: hidden;
  border-radius: 28px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: rgb(6, 24, 52);
  margin-top: 116px;
}
.header-small .maxw {
  z-index: 3;
}
.header-small picture {
  overflow: visible;
}
.header-small picture img {
  width: 100%;
  height: 150%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translateY(-20%);
}

.tint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 2;
}

.header-small-h1 {
  grid-column: span 12;
  text-align: center;
  color: white;
}

.travel-cards-star {
  margin-top: 8px;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  grid-column: span 12;
  justify-content: center;
  margin-top: 10px;
}

div.tz-rating {
  width: 70px;
  height: 14px;
  background: url(https://travelami.templaza.net/wp-content/plugins/advanced-product/rate/assets/images/star.png) 0 -28px repeat-x;
  text-indent: -9999px;
  overflow: hidden;
}

div.tz-rating-45 {
  width: 63px;
}

div.tz-rating-4 {
  width: 57px;
}

div.tz-rating-35 {
  width: 49px;
}

div.tz-rating-3 {
  width: 43px;
}

.tz-average-rating {
  width: 70px;
  background: url(https://travelami.templaza.net/wp-content/plugins/advanced-product/rate/assets/images/star.png) repeat-x;
  height: 14px;
}

.scroller {
  position: relative;
}
.scroller .container {
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
  left: calc(50vw - 800px);
  top: 0;
  transform: translateY(-100%);
}

.scroller-element {
  padding: 15px 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: rgb(242, 232, 225);
  margin-right: 4px;
  transition: 0.5s;
}

.scroller-active,
.scroller-element:hover {
  background-color: #09162e;
  color: white;
}

.sticky-wrapper {
  position: absolute;
  top: 0px;
  right: 80px;
  width: 400px;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: -69px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
}

.sticky-target {
  transform: translateY(-200px);
  width: 100%;
}

.sticky-section {
  padding: 0;
  background-color: transparent;
}
.sticky-section .maxw {
  padding-top: 70px;
  background-color: white;
}

.sticky-content {
  grid-column: span 8;
}

.sticky-wrapper-top {
  width: 100%;
  padding: 20px 40px;
  background-color: #c6783e;
}

.sticky-wrapper-top-1 {
  font-size: 16px;
  color: white;
}
.sticky-wrapper-top-1-active{
    display: flex;
  flex-direction: column;
  row-gap: 3px;
}

.sticky-wrapper-top-2 {
  font-size: 24px;
  color: white;
}

.sticky-wrapper-bottom {
  padding: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  background-color: white;
}

.header-search-input,
.header-search-select {
  padding: 15px 15px;
  border-radius: 10px;
  width: 100%;
  border: solid 1px #CCCCCC;
  font-size: 15px;
}

.header-search-select {
  background-color: white;
}

input:focus {
  outline: none;
}

.search-button {
  width: 100%;
  padding: 20px 35px;
}

.mb-8 {
  margin-bottom: 6px;
}

.font-w500 {
  font-weight: 500;
}

.mb-12 {
  margin-bottom: 12px;
}

.ml-8 {
  margin-left: 8px;
}

.header-search-input-up {
  width: 30%;
}

.sticky-h3 {
  margin-bottom: 20px;
}

.sticky-h3-2 {
  margin-bottom: 36px;
}

.mt-36 {
  margin-top: 36px;
}

.sticky-content .sticky-box:first-of-type {
  border: 0;
  padding-top: 0;
}

.sticky-box {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  border-top: 1px solid rgb(231, 231, 231);
  row-gap: 4px;
  display: flex;
  flex-direction: column;
}
.sticky-box .grid {
  row-gap: 30px;
}

.info-1 {
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  grid-column: span 4;
}

.info-content-1 {
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #aaaaaa;
}
.info-content-1 img,
.info-content-1 svg {
  height: 30px;
  width: 30px;
}

.info-text-1 {
  font-size: 12px;
}

.info-text-2 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
}

.map-wraper {
  margin-top: 36px;
  width: 100%;
}

.map-holder {
  padding-top: 60%;
  position: relative;
}

.map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gallery-wrapper {
  grid-column: span 4;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
}

.gallery-holder {
  padding-top: 70%;
  position: relative;
}

.sticky-box .gallery-grid {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}

.faq {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 28px;
  padding-right: 28px;
  box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #F2F2F2;
  border-radius: 1vw;
  margin-bottom: 0.6vw;
  width: 100%;
}

.faq-head {
  position: relative;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
}
.faq-head h5 {
  color: #000;
}
.faq-head .faq-head-down {
  color: #555555;
  font-size: 14px;
}

.faq-text {
  transition: 0.5s;
  max-height: 0;
  overflow: hidden;
}
.faq-text p {
  color: #555555;
  font-weight: 300;
  text-align: start;
}

.faq-text-pdf {
  width: 100%;
  background: #F8F8F8;
  display: flex;
  gap: 1vw;
  max-height: 0;
  overflow: hidden;
  align-items: center;
  margin-top: 1vw;
  transition-delay: 0.5s;
  border-radius: 0.6vw;
}
.faq-text-pdf img {
  height: 1.5vw;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.arrow::before,
.arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: black;
  transition: 0.3s ease-in-out;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  margin-top: -1px;
  margin-left: 7px;
  transform: rotate(-45deg);
}

.active .arrow::after {
  transform: rotate(45deg);
}
.active .arrow::before {
  transform: rotate(-45deg);
}
.active .faq-text-pdf {
  max-height: 10vw;
  padding: 1vw;
  transition-delay: 0s;
}
.active .faq-text {
  max-height: 60vw;
  padding-bottom: 2vw;
}

.show-more {
  grid-column: 2/span 10;
  text-align: center;
  margin-top: 2vw;
}
.show-more h5 {
  text-decoration: underline;
  text-decoration-thickness: 0.2vw;
  color: #E76429;
}

.faq-more {
  max-height: 0vw;
  overflow: hidden;
  grid-column: 2/span 10;
  transition: 0.5s;
}
.faq-more .faq {
  max-height: 0;
  padding: 0;
  border: 0px solid #F2F2F2;
  overflow: hidden;
  transition-delay: 0.5s;
}

.faq-more-active {
  max-height: 60vw;
}
.faq-more-active .faq {
  max-height: 60vw;
  padding-left: 2vw;
  padding-right: 2vw;
  border: 1px solid #F2F2F2;
  transition-delay: 0s;
}

.travel-cards {
  grid-column: span 4;
  margin-top: 46px;
}

.travel-cards-2 {
  grid-column: span 6;
}
.travel-cards-2 .travel-cards-text-second {
  padding-top: 24px;
  border-top: 1px solid #eee;
  margin-top: 24px;
}
.travel-cards-2 .travel-cards-text {
  border: 0;
  padding-bottom: 0;
}

.travel-cards:hover .travel-cards-img-holder img {
  scale: 1.07;
}
.travel-cards:hover h3 {
  color: #c6783e;
}

.travel-cards-img {
  width: 100%;
}

.travel-cards-img-holder {
  padding-top: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.travel-cards-img-holder img {
  transition: 0.4s;
}

.travel-cards-text {
  margin-top: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

.travel-cards-text-1 {
  font-size: 16px;
  color: #AAAAAA;
}

.travel-cards-text-2 {
  margin-top: 8px;
  margin-bottom: 12px;
  transition: 0.4s;
}

.travel-cards-text-3 {
  font-size: 16px;
  color: rgb(85, 85, 85);
}

.travel-cards-text-4 {
  margin-bottom: 5px;
  font-size: 18px;
  color: #c6783e;
  font-weight: 500;
  margin-left: 5px;
}

.travel-cards .travel-cards-star {
  justify-content: start;
}

.travel-cards-star {
  margin-top: 8px;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

div.tz-rating {
  width: 70px;
  height: 14px;
  background: url(https://travelami.templaza.net/wp-content/plugins/advanced-product/rate/assets/images/star.png) 0 -28px repeat-x;
  text-indent: -9999px;
  overflow: hidden;
}

div.tz-rating-45 {
  width: 63px;
}

div.tz-rating-4 {
  width: 57px;
}

div.tz-rating-35 {
  width: 49px;
}

div.tz-rating-3 {
  width: 43px;
}

.tz-average-rating {
  width: 70px;
  background: url(https://travelami.templaza.net/wp-content/plugins/advanced-product/rate/assets/images/star.png) repeat-x;
  height: 14px;
}

.travel-cards-text-second {
  padding-top: 25px;
  padding-bottom: 36px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 18px;
}

.travel-cards-text-5 {
  font-size: 12px;
  color: rgb(85, 85, 85);
}

.travel-cards-text-6 {
  color: rgb(34, 34, 34);
  font-size: 18px;
  font-weight: 500;
}

.travel-cards-text-second-div {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  row-gap: 3px;
  flex: auto;
  padding: 0px 4px;
}

.galerija-fullscreen {
  width: 100%;
  height: 100dvh;
  background-color: rgb(34, 34, 34);
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 100;
  top: 0;
}

.sticky-box ul {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  margin-top: 10px;
}
.sticky-box ul li {
  display: flex;
  text-transform: uppercase;
  font-size: 15px;
}
.sticky-box ul li:not(:last-child) {
  margin-bottom: 10px;
}
.sticky-box ul li::before {
  content: "";
  background: url("../img/Checkmark.svg") no-repeat left center;
  filter: grayscale(100%) brightness(70%);
  background-size: 16px 16px;
  padding-left: 24px;
}
.sticky-box.not-included ul li::before {
  background: url("../img/Warning.svg") no-repeat left center;
}
.button-right {
  margin-left: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border: 1px white solid;
  border-radius: 100%;
  z-index: 3;
}
.button-right img {
  transform: scaleX(-1);
  filter: brightness(100000%);
}

.button-right:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.button-left {
  margin-right: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border: 1px white solid;
  border-radius: 100%;
  z-index: 3;
}
.button-left img {
  filter: brightness(100000%);
}

.fotonum {
  position: absolute;
  display: flex;
  color: white;
  top: calc(10vh - 18px);
}

.close {
  position: absolute;
  display: flex;
  color: white;
  top: calc(10vh - 18px);
  right: 18vw;
}

.button-right:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.button-left:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.main {
  scroll-behavior: smooth;
  width: 63.65%;
  height: 73.33vh;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 2;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.main picture {
  scroll-snap-align: start;
  min-width: 100%;
  height: 100%;
  position: relative;
}

select {
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.main::-webkit-scrollbar {
  width: 0 !important;
}

.background-gal {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.active-gal {
  display: flex;
}

select::-ms-expand {
  display: none;
}

.check {
  grid-column: span 6;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
}
.check img {
  width: 16px;
  height: 16px;
}

.mobile-sticky-wrapper-button {
  display: none;
}

@media only screen and (max-width: 1600px) {
  .scroller .container {
    left: 0;
  }
}
@media only screen and (max-width: 1350px) {
  .sticky-content {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 1150px) {
  .sticky-wrapper {
    position: relative;
    top: 0px;
    right: auto;
    width: auto;
    grid-column: span 12;
    position: fixed;
    bottom: 0px;
    right: auto;
    width: auto;
    top: auto;
    left: 0px;
    width: 100%;
    max-height: 113px;
    z-index: 20;
    border-radius: 0;
    transition: 0.5s;
  }
  .sticky-wrapper-active {
    max-height: 100vh;
    overflow: scroll;
  }
  .sticky-wrapper-active .sticky-wrapper-top {
    background-color: #c6783e;
  }
  .sticky-wrapper-active .sticky-wrapper-top-2 {
    color: white;
  }
  .sticky-wrapper-active .sticky-wrapper-top-1 {
    font-size: 16px;
    color: white;
  }
  .sticky-wrapper-active .sticky-wrapper-top-1-active{
      flex-direction: row;
      align-items: center;
      column-gap: 4px;
  }
  .sticky-wrapper-active .mobile-sticky-wrapper-button {
    color: #c6783e;
    background-color: #c6783e;
    position: relative;
  }
  .sticky-wrapper-active .mobile-sticky-wrapper-button::before,
  .sticky-wrapper-active .mobile-sticky-wrapper-button::after {
    content: "";
    display: block;
    width: 22px;
    height: 4px;
    background: white;
    transition: 0.3s ease-in-out;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .sticky-wrapper-active .mobile-sticky-wrapper-button::before {
    transform: rotate(45deg);
    margin-right: 13px;
  }
  .sticky-wrapper-active .mobile-sticky-wrapper-button::after {
    margin-top: 0;
    margin-left: 7px;
    transform: rotate(-45deg);
  }
  .scroller {
    display: none;
  }
  .sticky-wrapper-top {
    transition: 0.3s;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer {
    padding-bottom: 113px;
  }
  .sticky-wrapper-top-2 {
    transition: 0.3s;
    color: #c6783e;
    font-weight: 500;
  }
  .mobile-sticky-wrapper-button {
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    transition: 0.3s;
  }
  .sticky-wrapper-top-1 {
    transition: 0.3s;
    font-size: 16px;
    color: rgb(85, 85, 85);
    display: flex;
    flex-direction: column;
    row-gap: 3px;
  }
  .check {
    grid-column: span 12;
  }
  .sticky-section .maxw {
    padding-top: 0;
  }
  .sticky-content {
    grid-column: span 12;
    margin-top: 80px;
  }
  .sticky-content .sticky-box:last-of-type {
    padding-bottom: 0;
  }
  .travel-cards {
    grid-column: span 6;
  }
  .travel .travel-cards:last-of-type {
    grid-column: span 12;
  }
  .travel .travel-cards:last-of-type .travel-cards-img-holder {
    padding-top: 50%;
  }
  .button-left {
    margin-left: 8px;
    margin-right: 8px;
    transform: translateX(100%);
    position: absolute;
    left: 0;
  }
  .button-right {
    margin-left: 8px;
    margin-right: 8px;
    transform: translateX(-100%);
    position: absolute;
    right: 0;
  }
  .close {
    top: calc(22vh - 18px);
    right: 14vw;
  }
  .fotonum {
    top: calc(22vh - 18px);
  }
  .main {
    width: 100%;
    height: 50vh;
  }
}
@media only screen and (max-width: 850px) {
  header {
    padding: 0;
  }
  .header-small {
    border-radius: 0;
    height: 500px;
    margin-top: 76px;
  }
  section .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  body section:first-of-type {
    padding-top: 0px;
  }
  .travel-cards {
    grid-column: span 4;
    margin-top: 22px;
  }
}
@media only screen and (max-width: 650px) {
  .travel .travel-cards:last-of-type .travel-cards-img-holder {
    padding-top: 100%;
  }
  .travel-cards {
    grid-column: span 12;
    margin-top: 36px;
  }
  .gallery-wrapper {
    grid-column: span 6;
  }
  .info-1 {
    grid-column: span 6;
  }
  section .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sticky-content {
    margin-top: 60px;
  }
  .sticky-h3-2 {
    margin-bottom: 26px;
  }
  .info-content-1 {
    padding: 12px;
  }
  .info-content-1 img,
  .info-content-1 svg {
    height: 18px;
    width: 18px;
  }
  .info-text-1 {
    font-size: 12px;
  }
  .info-text-2 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 4px;
  }
  .active .faq-text {
    max-height: 1000px;
    padding-bottom: 20px;
  }
  .faq {
    border-radius: 12px;
    margin-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .arrow::after {
    margin-top: -1px;
    margin-left: 9px;
  }
  .arrow::before,
  .arrow::after {
    width: 12px;
    height: 1px;
  }
  .faq-head {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .faq-head h5 {
    padding-right: 24px;
  }
  .sticky-content ul {
    padding-left: 18px;
  }
  .sticky-box .gallery-grid {
    -moz-column-gap: 14px;
         column-gap: 14px;
    row-gap: 14px;
  }
  .map-holder {
    padding-top: 130%;
  }
  .gallery-holder {
    padding-top: 114%;
  }
  .gallery-wrapper {
    border-radius: 18px;
  }
  .button-left {
    display: none;
  }
  .button-right {
    display: none;
  }
  .main {
    width: 100%;
    height: 400px;
    overflow: scroll;
    scroll-snap-type: x mandatory;
    scroll-snap-type: mandatory;
    scroll-snap-points-x: repeat(63.65%);
  }
  .fotonum {
    top: 24px;
  }
  .close {
    top: 24px;
    right: 24px;
  }
}/*# sourceMappingURL=detail.css.map */