/* Theme: Alchemist / Product Page HTML Template / Updated: 06/09/21 */

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1000px;
    }
}
body {
    overflow-x: unset !important;
}
section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}
#footer {
    padding-bottom: var(--booking-bar-height) !important;
}
.label-jumpbar {
    font-size: 0.75rem;
    line-height: 1.33;
    letter-spacing: 0.0625em;
    color: var(--body-color);
}
.label-jumpbar.active {
    color: var(--primary);
}
#product-jumpbar.sticky-top {
    top: -1px;
}
@media (max-width: 767px) {
    .label-jumpbar {
        line-height: 1.125;
    }
}
.product-hero-block {
    width: 100%;
    min-height: calc(100vh - var(--booking-bar-height) - var(--jumpbar-height) - var(--menu-height));
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover;
}
.product-hero-inner {
    max-width: 100%;
}
#product-overview p {
    white-space: pre-line;
}
#includedAccordion .cursor-pointer:hover svg path {
    transform: translateY(8%);
}
@media (max-width: 767px) {
.sl-next, .sl-next svg, .sl-prev, .sl-prev svg {
    width: 30px !important;
}
}
.tip-card p {
    white-space: pre-line;
}
.reviews-card {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    .quotation-marks {
        position: absolute;
        top: 0;
        left: 0;
    }
    .quotation-marks-noimage {
        position: absolute;
        top: 0;
    }
}
.date-card .button {
    min-width: 140px;
    text-align: center;
}
.date-card .label-banner:not(:last-of-type) {
    margin-right: .5rem !important;
}
@media (min-width: 768px) {
    .date-card .button {
        min-width: 180px;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .booking-bar-banners .label-banner:not(:last-of-type) {
        margin-right: .5rem !important;
    }
}
@media (max-width: 767px) {
    #product-bookingbar .label-small-uppercase {
        font-size: 0.8rem;
    }
    #product-bookingbar .label-big {
        font-size: 1rem;
    }
}
.swiper-next, .swiper-prev {
    cursor: pointer;
}
.swiper-controls {
    margin-top: -1rem;
}
.blog-author-image {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.video-outer {
  position: relative;
  width: 100%;
}
.video-outer:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.video-outer .video-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* VIDEO */
.play-center {
    z-index: 2;
    width: 65px;
    object-fit: contain;
}
.play-button1 {
    transition: 0.5s opacity;
    cursor: pointer;
}
.play-button1.playing {
    opacity: 0;
}
.play-button1.playing:hover {
    opacity: 1;
}
/* HOMEPAGE */
.home-hero h1, .home-hero p {
    position: relative;
    z-index: 1;
}
.home-hero .jumbo {
    font-size: 65px;
}
.hero_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-hero:before {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: '';
}
.home-hero .hero-text {
    position: relative;
    z-index: 3;
}
.home-hero .container-fluid {
    min-height: calc(100vh - 92px);
}
@media (max-width: 575px) {
    .home-hero .link-button {
        padding: 20px 25px;
    }
}

@media (max-width: 370px) {
    .home-hero .link-button {
        padding: 20px 20px;
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .home-hero .container-fluid, .home-hero .container-sm, .home-hero .container-md, .home-hero .container-lg, .home-hero .container-xl {
        min-height: calc(100vh - 72px);
    }
}
@media (max-width: 767px) {
    .home-hero .container-fluid, .home-hero .container-sm, .home-hero .container-md, .home-hero .container-lg, .home-hero .container-xl {
        min-height: calc(100vh - 81px);
    }
}
.view-trailer {
    right: 0;
    bottom: 0;
    z-index: 3;
}
.view-trailer a {
    color: #fff !important;
}
@media (max-width: 767px) {
    .view-trailer a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .home-hero .hero-video {
        margin-top: 50px !important;
    }
    .home-hero .jumbo {
        font-size: 43px;
        line-height: 100%;
    }
}

/* HERO */
.hero-s {
    padding: 0;
}
.hero-s .hero-inner {
    min-height: calc(100vh - 150px) !important;
}
.hero-video {
    width: 40%;
    max-width: 471px;
    right: 3rem;
    bottom: 3rem;
}
@media (max-width: 767px) {
    .hero-video {
        position: static !important;
        width: 100%;
    }
    .hero-inner {
        padding-top: 80px;
    }
}
.play-text, .play-text2 {
    z-index: 2;
}
#homepage-trailer {
    position: static;
}

.hero-play-btn {
    cursor: pointer;
    animation: all .4s;
}
.hero-play-btn:hover {
    transform: scale(1.1);
}

.video-outer .video-inner iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .hero-inner-details {
    max-width: 800px;
}
.hero-tagline {
    max-width: 800px;
} */

.hero-inner-details {
    max-width: 650px;
}
.hero-tagline {
    max-width: 400px;
}

@media (max-width: 768px) {
    .video-inner video {
        right: 7%;
    }
}

/* IPAD */
@media (min-width: 768px) and (max-width: 992px) {
    .hero-s p.medium {
        width: 90%;
    }
}

.hero-inner {
    background-size: cover; 
    background-position: center;
    position: relative;
    padding-top: 120px;
    width: 100%;
    height: 100%;
    justify-content: end;
}

.gmap {
    height: 600px;
    width: 90%;
    max-width: 600px;
    max-height: 450px;
    border: 0;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,0.9);
    align-items: center;
    justify-content: center;
}
body.popup-open {
    overflow:hidden;
  }
.popup1-open .popup1 {
    display: flex;
}
.popup-inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: auto;
  }
.closepop {
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
    color: #fff;
    z-index: 1;
}