@charset "UTF-8";
/*
 * Keep the import order aligned with the legacy theme so the current site
 * keeps the same cascade while the source files live in a cleaner structure.
 */
/* ==================
  Colors
================= */
/*
 * Riedbachlodge brand palette, extracted from https://riedbachlodge.de/
 *   primary      #282730  dark charcoal   - button fills, dark sections
 *   accent       #c5a059  gold/champagne  - hover, icons, highlights, borders
 *   accent_light #d1cdc7  warm greige     - light section backgrounds
 *   text         #616262  dark grey       - body text
 *   gray         #7c8a95  slate blue-grey - muted text
 *   light_gray   #cbd1d2  light slate     - hairlines, dividers
 */
/* ==================
  Max content widths 
================= */
:root {
  --pt-color-primary: #282730;
  --pt-color-accent: #c5a059;
  --pt-color-text: #616262;
  --pt-content-width-desktop: 1200px;
  --pt-content-width-tablet: 90vw;
  --pt-content-width-mobile: 90vw;
}

a:focus {
  outline: none !important;
}

#outer-wrap {
  overflow: hidden !important;
}

#scroll-top {
  background-color: #282730 !important;
  color: #c5a059 !important;
}
#scroll-top:hover {
  background-color: #c5a059 !important;
  color: #fff !important;
}

html.pt_no_scroll {
  overflow: hidden !important;
}

.pt_loader {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #c5a059;
  animation: pulse 1s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
  }
}
.page-id-584,
.page-id-15 {
  background-color: #f2f2f2 !important;
}

@media screen and (min-width: 1025px) {
  .pt_dst {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_dst {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_dst {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt_dst_s {
    padding-top: calc(80px / 2) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_dst_s {
    padding-top: calc(60px / 2) !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_dst_s {
    padding-top: calc(50px / 2) !important;
  }
}

@media screen and (min-width: 1025px) {
  .pt_dsb {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_dsb {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_dsb {
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt_dsb_s {
    padding-bottom: calc(80px / 2) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_dsb_s {
    padding-bottom: calc(60px / 2) !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_dsb_s {
    padding-bottom: calc(50px / 2) !important;
  }
}

@media screen and (min-width: 1025px) {
  .pt_dsy {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_dsy {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_dsy {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt_dsy_s {
    padding-top: calc(80px / 2) !important;
    padding-bottom: calc(80px / 2) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_dsy_s {
    padding-top: calc(60px / 2) !important;
    padding-bottom: calc(60px / 2) !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_dsy_s {
    padding-top: calc(50px / 2) !important;
    padding-bottom: calc(50px / 2) !important;
  }
}

@media screen and (min-width: 1025px) {
  .pt_dp {
    padding: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_dp {
    padding: 28px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_dp {
    padding: 20px !important;
  }
}

.pt_remove_para_margin p {
  margin-bottom: 0 !important;
}

.pt_e-con_relative .e-con-inner {
  position: relative !important;
}

@media screen and (min-width: 1025px) {
  .pt_db.pt_desktop {
    display: block;
  }
}

.pt_hidden {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pt_stars svg {
    width: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_stars svg {
    width: 20px !important;
  }
}

.logged-in.admin-bar .px_header.px_menu_open {
  top: 32px !important;
}

#site-header {
  border: none !important;
}

.pt_button {
  letter-spacing: 2px !important;
}
.pt_button .elementor-button {
  padding: 15px 35px !important;
  font-size: 17px;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 767px) {
  .pt_button .elementor-button {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.pt_button .elementor-button .elementor-button-icon {
  transition: all 0.5s ease !important;
}
.pt_button .elementor-button:hover .elementor-button-icon {
  margin-left: 15px !important;
}
.pt_button .elementor-button .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pt_button .elementor-button .elementor-button-text {
  line-height: 1.2 !important;
}
@media screen and (max-width: 767px) {
  .pt_button .elementor-button .elementor-button-text {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_button {
    font-size: 12px !important;
  }
}
.pt_button.pt_light .elementor-button {
  background-color: transparent !important;
  border: 2px solid white !important;
}
.pt_button.pt_light .elementor-button:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.pt_button:hover .pt_icon {
  margin-left: 15px !important;
}
.pt_button.pt_dark {
  padding: 10px 15px;
  min-height: 52px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #282730;
  border: none !important;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.pt_button.pt_dark .pt_icon svg {
  stroke: #c5a059;
}
.pt_button.pt_dark .elementor-button-icon,
.pt_button.pt_dark .elementor-button-icon i {
  color: #c5a059 !important;
}
.pt_button.pt_dark:not(.pt_fill):hover {
  background-color: #c5a059 !important;
}
.pt_button.pt_dark:not(.pt_fill):hover .pt_icon svg {
  stroke: #fff;
}
.pt_button.pt_dark:not(.pt_fill):hover .elementor-button-icon,
.pt_button.pt_dark:not(.pt_fill):hover .elementor-button-icon i {
  color: #fff !important;
}
.pt_button.pt_dark .elementor-button {
  padding: 0 !important;
  background-color: transparent !important;
}
.pt_button.pt_dark .pt_icon {
  display: flex;
  align-items: center;
  transition: all 0.5s ease !important;
}
.pt_button.pt_dark .pt_text {
  text-transform: uppercase;
}
.pt_button.pt_dark.pt_fill {
  background-color: #282730 !important;
}
.pt_button.pt_dark.pt_accent {
  background-color: #c5a059 !important;
}
.pt_button.pt_dark.pt_flat {
  border-radius: 0 !important;
}

button:focus {
  outline: none !important;
  border: none !important;
}

.pt_gf_button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #282730 !important;
  color: #fff !important;
  padding: 10px 30px !important;
  min-height: 52px !important;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .pt_gf_button {
    font-size: 12px !important;
  }
}
.pt_gf_button:hover {
  background-color: #c5a059 !important;
}
.pt_gf_button:hover i {
  margin-left: 15px !important;
}
.pt_gf_button:hover .pt_button_icon svg {
  stroke: #fff;
}
.pt_gf_button i {
  transition: all 0.5s ease !important;
  display: inline-flex;
}
.pt_gf_button i svg {
  width: 1em;
  height: 1em;
  stroke: #c5a059;
}
.pt_gf_button {
  border-radius: 0 !important;
  gap: 10px !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}
.pt_gf_button.pt_prev i {
  order: -1;
  transform: rotate(-180deg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
  font-weight: bold !important;
  text-transform: none !important;
  color: #616262;
}

h1 {
  font-size: clamp(30px, 3vw + 1rem, 45px) !important;
}

h2 {
  font-size: clamp(20px, 2vw + 1rem, 38px) !important;
}

h3 {
  font-size: clamp(20px, 1.5vw + 1rem, 33px) !important;
}

h4 {
  font-size: clamp(20px, 1vw + 1rem, 27px) !important;
}

h5 {
  font-size: clamp(18px, 2vw + 1rem, 24px) !important;
}

h6 {
  font-size: clamp(18px, 1.5vw + 0.5rem, 22px) !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  p {
    font-size: 12.5px !important;
  }
}
p {
  color: #616262;
}

.pt_thank_you_title h6 {
  font-weight: 700 !important;
}

.elementor-widget-container a:not(.elementor-button):not(.elementor-item):not(.pt_button):hover {
  color: inherit !important;
  text-decoration: underline;
}

.pt_footer_menu .elementor-nav-menu a,
.pt_footer_bar_menu .elementor-nav-menu a {
  text-transform: uppercase !important;
  letter-spacing: 1px;
  font-weight: 700 !important;
}

.pt_copyright,
.pt_copyright * {
  color: #fff;
}

.pt_footer_bar_menu .elementor-nav-menu a {
  color: #7c8a95;
}

.pt_floating_footer {
  position: fixed !important;
  bottom: -200px;
  z-index: 100 !important;
}
.pt_floating_footer.pt_active {
  bottom: 0 !important;
}
.pt_floating_footer .pt_footer_bar_menu .elementor-nav-menu a {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.pt_anchor_box_container {
  border: 5px solid transparent !important;
  overflow: hidden !important;
}
.pt_anchor_box_container:hover {
  border-color: white !important;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2) !important;
}
.pt_anchor_box_container:hover .pt_anchor_box::after {
  transform: scale(1.2) !important;
}
.pt_anchor_box_container:hover .pt_anchor_box .elementor-heading-title::after {
  width: 100% !important;
}
.pt_anchor_box_container .pt_anchor_box {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .pt_anchor_box_container .pt_anchor_box {
    height: calc((1200px - 90px) / 4) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_anchor_box_container .pt_anchor_box {
    height: calc((90vw - 20px) / 4) !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_anchor_box_container .pt_anchor_box {
    height: calc((90vw - 20px) / 2) !important;
  }
}
.pt_anchor_box_container .pt_anchor_box {
  padding: 15px 15px 30px !important;
}
.pt_anchor_box_container .pt_anchor_box .elementor-heading-title {
  position: relative;
  text-transform: uppercase !important;
  z-index: 3 !important;
  font-weight: 700 !important;
}
.pt_anchor_box_container .pt_anchor_box .elementor-heading-title::after {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  transition: all 0.5s ease !important;
  bottom: -6px;
  height: 4px;
  left: 0;
  width: 0;
  background-color: white;
}
.pt_anchor_box_container .pt_anchor_box::before {
  z-index: 2 !important;
}
.pt_anchor_box_container .pt_anchor_box::after {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  transition: all 0.5s ease !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  z-index: 1 !important;
}

.pt_tab_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .pt_tab_container {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_tab_container {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pt_tab_container {
    gap: 15px;
  }
}
.pt_tab_container .pt_tab {
  display: flex;
  gap: 10px;
  padding: 10px;
  cursor: pointer;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pt_tab_container .pt_tab {
    width: calc((90vw - 15px) / 2);
  }
}
.pt_tab_container .pt_tab.pt_active {
  background-color: white;
}
@media screen and (min-width: 1025px) {
  .pt_tab_container .pt_tab.pt_active {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_tab_container .pt_tab.pt_active {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .pt_tab_container .pt_tab.pt_active {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.pt_tab_container .pt_tab .pt_title {
  font-weight: 700 !important;
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .pt_tab_container .pt_tab .pt_title {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_tab_container .pt_tab .pt_title {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_tab_container .pt_tab .pt_title {
    font-size: 10px !important;
  }
}
.pt_tab_container .pt_tab .pt_title {
  letter-spacing: 1px;
}
@media screen and (min-width: 1025px) {
  .pt_tab_container .pt_tab img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_tab_container .pt_tab img {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .pt_tab_container .pt_tab img {
    width: 25px;
    height: 25px;
  }
}
.pt_tab_container .pt_tab img {
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid white;
}

.pt_tab_content:not(.pt_active) {
  display: none;
}
.pt_tab_content p {
  margin-bottom: 0 !important;
}
.pt_tab_content {
  display: grid;
}
@media screen and (min-width: 768px) {
  .pt_tab_content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .pt_tab_content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pt_tab_content {
  gap: 40px;
  background-color: white;
}
@media screen and (min-width: 1025px) {
  .pt_tab_content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_tab_content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .pt_tab_content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.pt_tab_content {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2) !important;
}
@media screen and (min-width: 1025px) {
  .pt_tab_content {
    padding: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_tab_content {
    padding: 28px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_tab_content {
    padding: 20px !important;
  }
}
.pt_tab_content .pt_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .pt_tab_content .pt_image {
    min-height: 250px;
  }
}
.pt_tab_content .pt_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.pt_features_slider .pt_slide {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .pt_features_slider .pt_slide {
    padding: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_features_slider .pt_slide {
    padding: 28px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_features_slider .pt_slide {
    padding: 20px !important;
  }
}
.pt_features_slider .pt_slide .pt_image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2) !important;
}
.pt_features_slider .pt_slide .pt_title {
  margin-bottom: 0;
  text-align: center !important;
}
.pt_features_slider .pt_slide .pt_text {
  text-align: center;
}

.pt_popup_container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 99999 !important;
  display: none;
}
.pt_popup_container.pt_active {
  display: flex !important;
}
.pt_popup_container .pt_popup_overlay {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed !important;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .pt_popup_container .pt_popup_dialog {
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_popup_container .pt_popup_dialog {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .pt_popup_container .pt_popup_dialog {
    border-radius: 0;
  }
}
@media screen and (min-width: 1025px) {
  .pt_popup_container .pt_popup_dialog {
    padding: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_popup_container .pt_popup_dialog {
    padding: 28px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_popup_container .pt_popup_dialog {
    padding: 20px !important;
  }
}
.pt_popup_container .pt_popup_dialog {
  position: relative;
  background-color: #fff;
  z-index: 11;
  min-height: max-content !important;
  max-height: 80vh;
}
@media screen and (min-width: 1025px) {
  .pt_popup_container .pt_popup_dialog {
    width: calc(1200px + 100px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_popup_container .pt_popup_dialog {
    width: 90vw;
  }
}
@media screen and (max-width: 767px) {
  .pt_popup_container .pt_popup_dialog {
    width: 90vw;
  }
}
.pt_popup_container .pt_popup_dialog {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pt_popup_container .pt_popup_dialog .pt_header {
  display: flex;
  justify-content: flex-end;
}
.pt_popup_container .pt_popup_dialog .pt_header .pt_icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pt_popup_container .pt_popup_dialog .pt_body {
  position: static;
  height: calc(100% - 30px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  overflow-y: auto;
}
.pt_popup_container .pt_popup_dialog .pt_body.pt_loading {
  align-items: center !important;
  justify-content: center !important;
}
@media screen and (min-width: 1025px) {
  .pt_popup_container .pt_popup_dialog .pt_body .pt_col1,
  .pt_popup_container .pt_popup_dialog .pt_body .pt_col2 {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .pt_popup_container .pt_popup_dialog .pt_body .pt_col1,
  .pt_popup_container .pt_popup_dialog .pt_body .pt_col2 {
    width: 100% !important;
  }
}
.pt_popup_container .pt_popup_dialog .pt_body .pt_col1,
.pt_popup_container .pt_popup_dialog .pt_body .pt_col2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pt_popup_container .pt_popup_dialog .pt_body .pt_col1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pt_popup_container .pt_popup_dialog .pt_body .pt_col1 .pt_image {
  height: 300px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pt_popup_container .pt_popup_dialog .pt_body .pt_col1 .pt_text_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pt_popup_container .pt_popup_dialog .pt_body .pt_col1 .pt_text_container .pt_package_name {
  font-weight: bolder !important;
}
.pt_popup_container .pt_popup_dialog .pt_body .pt_col1 .pt_button {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #c5a059;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.pt_popup_container .pt_popup_dialog .pt_body .pt_col1 .pt_button .pt_icon {
  display: flex;
  align-items: center;
}
.pt_popup_container .pt_popup_dialog .pt_body .pt_col1 .pt_button .pt_text {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .pt_popup_container .pt_popup_dialog .pt_body .pt_col1 .pt_button .pt_text {
    font-size: 12px !important;
  }
}
.pt_popup_container .pt_popup_dialog .pt_body .pt_col1 .pt_button {
  width: max-content !important;
}
.pt_popup_container .pt_popup_dialog .pt_body .pt_col1 .pt_nights,
.pt_popup_container .pt_popup_dialog .pt_body .pt_col1 .pt_category {
  display: flex;
  gap: 5px;
  align-items: center;
}
.pt_popup_container .pt_popup_dialog .pt_body .pt_col1 .pt_nights .pt_icon,
.pt_popup_container .pt_popup_dialog .pt_body .pt_col1 .pt_category .pt_icon {
  display: flex;
  align-items: center;
}
.pt_popup_container .pt_popup_dialog .pt_body .pt_col1 .pt_nights .pt_icon svg,
.pt_popup_container .pt_popup_dialog .pt_body .pt_col1 .pt_category .pt_icon svg {
  stroke: #282730;
}
.pt_popup_container .pt_popup_dialog .pt_body .pt_col2 {
  width: calc(60% - 50px);
  padding-right: 15px;
}

@media screen and (min-width: 1025px) {
  .pt_testimonial_slider .pt_slide {
    padding: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_testimonial_slider .pt_slide {
    padding: 28px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_testimonial_slider .pt_slide {
    padding: 20px !important;
  }
}
.pt_testimonial_slider .pt_slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pt_testimonial_slider .pt_slide .pt_header {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (min-width: 1025px) {
  .pt_testimonial_slider .pt_slide .pt_header .pt_avatar {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_testimonial_slider .pt_slide .pt_header .pt_avatar {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pt_testimonial_slider .pt_slide .pt_header .pt_avatar {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
}
.pt_testimonial_slider .pt_slide .pt_header .pt_avatar {
  background-color: #282730;
  color: #fff;
  border-radius: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700 !important;
}
.pt_testimonial_slider .pt_slide .pt_header .pt_name {
  color: #282730;
  line-height: 1.2;
  font-weight: 500 !important;
}
@media screen and (min-width: 1025px) {
  .pt_testimonial_slider .pt_slide .pt_header .pt_name {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pt_testimonial_slider .pt_slide .pt_header .pt_name {
    font-size: 18px !important;
  }
}
.pt_testimonial_slider .pt_slide .pt_testimonial_text {
  flex: 1;
  margin-top: 10px;
  padding-bottom: 16px;
  line-height: 1.55;
  color: #616262;
}
.pt_testimonial_slider .pt_slide .pt_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid rgba(197, 160, 89, 0.35);
  padding-top: 16px;
  font-size: 13px;
  color: #7c8a95;
}
.pt_testimonial_slider .pt_slide .pt_footer .pt_stars {
  display: flex;
  align-items: center;
}
.pt_testimonial_slider .pt_slide .pt_footer .pt_stars svg {
  width: 18px;
  height: 18px;
  fill: #c5a059;
}
.pt_testimonial_slider .pt_slide p {
  margin-bottom: 0;
}

.pt_image_slider_container {
  position: relative;
}
.pt_image_slider_container .pt_image_slider .pt_image {
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pt_image_slider_container .pt_image_slider .slick-track,
.pt_image_slider_container .pt_image_slider .slick-list.draggable, .pt_image_slider_container .pt_image_slider.slick-slider {
  height: 100% !important;
}
.pt_image_slider_container .pt_arrow {
  position: absolute;
  right: 0;
  bottom: 10px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
}
.pt_image_slider_container .pt_arrow::after {
  content: "next";
  font-family: swiper-icons;
  font-size: 80%;
}
.pt_image_slider_container .pt_arrow.pt_prev {
  right: 55px;
  transform: rotate(-180deg);
}
.pt_image_slider_container .pt_arrow.pt_next {
  right: 10px;
}

.pt_image_gallery_filter {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0 !important;
  gap: 20px;
  margin: 0;
}
.pt_image_gallery_filter li {
  font-weight: 700;
  color: #616262;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
.pt_image_gallery_filter li::after {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  transition: all 0.5s ease !important;
  height: 2px;
  bottom: 0;
  width: 100%;
  right: 100%;
  background-color: #282730;
}
.pt_image_gallery_filter li:hover, .pt_image_gallery_filter li.pt_active {
  color: #282730;
}
.pt_image_gallery_filter li:hover::after, .pt_image_gallery_filter li.pt_active::after {
  right: 0;
}
.pt_image_gallery_filter li .pt_active {
  color: #282730;
}

.pt_image_gallery {
  margin-left: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  position: relative;
}
.pt_image_gallery.pt_loading .pt_gallery {
  opacity: 0.4;
  pointer-events: none;
}
.pt_image_gallery.pt_loading::after {
  content: "";
  position: absolute;
  top: 40px;
  left: calc(50% - 22px);
  width: 44px;
  height: 44px;
  border: 4px solid rgba(40, 39, 48, 0.15);
  border-top-color: #c5a059;
  border-radius: 50%;
  animation: pt_gallery_spin 0.8s linear infinite;
  z-index: 5;
}
.pt_image_gallery .pt_gallery {
  display: grid;
  transition: opacity 0.25s ease;
}
@media screen and (min-width: 1025px) {
  .pt_image_gallery .pt_gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .pt_image_gallery .pt_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pt_image_gallery .pt_gallery {
  gap: 20px;
  width: 100%;
}
.pt_image_gallery .pt_gallery a {
  width: 100%;
  display: block;
  overflow: hidden;
  border: 5px solid;
  border-color: transparent;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .pt_image_gallery .pt_gallery a {
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_image_gallery .pt_gallery a {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .pt_image_gallery .pt_gallery a {
    border-radius: 0;
  }
}
.pt_image_gallery .pt_gallery a {
  transition: all 0.5s ease !important;
}
.pt_image_gallery .pt_gallery a:hover {
  border-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2) !important;
}
.pt_image_gallery .pt_gallery a:hover::after {
  opacity: 1;
  background-size: 50px;
}
.pt_image_gallery .pt_gallery a::after {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  transition: all 0.5s ease !important;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  background-image: url("/wp-content/uploads/2024/07/expand.svg");
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.pt_image_gallery .pt_gallery a img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .pt_image_gallery .pt_gallery a img {
    height: calc((1200px - 60px) / 4);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_image_gallery .pt_gallery a img {
    height: calc((90vw - 60px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .pt_image_gallery .pt_gallery a img {
    height: calc((90vw - 60px) / 2);
  }
}
.pt_image_gallery .pt_button.pt_loading {
  cursor: not-allowed !important;
}

@keyframes pt_gallery_spin {
  to {
    transform: rotate(360deg);
  }
}
.pt_non_step .gfield_list_groups {
  display: grid;
  gap: 20px;
}
.pt_non_step .gfield_list_groups .gfield_list_group {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.pt_non_step .gfield_list_groups .gfield_list_group .gfield_list_group_item {
  height: max-content !important;
  padding-left: 0 !important;
}
@media screen and (min-width: 768px) {
  .pt_non_step .gfield_list_groups {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pt_non_step .ginput_container_number,
.pt_non_step .pt_kids .gfield_list_group_item {
  position: relative;
}
.pt_non_step .ginput_container_number::after,
.pt_non_step .pt_kids .gfield_list_group_item::after {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: white;
  border: 1px solid #282730 !important;
  border-left: none !important;
  z-index: 1;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.pt_non_step .ginput_container_number i,
.pt_non_step .pt_kids .gfield_list_group_item i {
  position: absolute;
  right: 5px;
  z-index: 2;
  cursor: pointer !important;
}
.pt_non_step .ginput_container_number i::before,
.pt_non_step .pt_kids .gfield_list_group_item i::before {
  content: none !important;
}
.pt_non_step .ginput_container_number i svg,
.pt_non_step .pt_kids .gfield_list_group_item i svg {
  width: 14px;
  height: 14px;
}
.pt_non_step .ginput_container_number i.fa-plus,
.pt_non_step .pt_kids .gfield_list_group_item i.fa-plus {
  top: 5px;
}
.pt_non_step .ginput_container_number i.fa-minus,
.pt_non_step .pt_kids .gfield_list_group_item i.fa-minus {
  bottom: 5px;
}

.pt_booking_form .gfield_label:not(.gfield_consent_label),
.pt_booking_form .gfield_label:not(.gfield_consent_label) * {
  font-weight: 900 !important;
  font-size: 18px !important;
  display: flex;
  align-items: center;
}
.pt_booking_form .gfield_label:not(.gfield_consent_label) .gfield_required {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 10px !important;
  line-height: 1 !important;
}
.pt_booking_form .pt_hidden {
  display: none;
}
.pt_booking_form .gform_fields {
  row-gap: 20px !important;
}
.pt_booking_form input[type=checkbox]:checked::before {
  opacity: 1 !important;
}
.pt_booking_form .gfield_consent_label {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-top: -4px !important;
}
@media screen and (max-width: 1024px) {
  .pt_booking_form .gfield_consent_label {
    font-size: 16px !important;
  }
}
.pt_booking_form textarea,
.pt_booking_form input[type=text],
.pt_booking_form input[type=number],
.pt_booking_form input[type=email],
.pt_booking_form input[type=tel],
.pt_booking_form select {
  padding: 3px 10px !important;
  border: none;
  border: 1px solid #282730 !important;
  height: auto !important;
  background-color: white;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-size: 18px !important;
}
.pt_booking_form .gfield_consent_label {
  font-weight: 300 !important;
}
.pt_booking_form .iti.iti--allow-dropdown {
  display: flex !important;
}
.pt_booking_form .iti__country-container {
  position: static !important;
}
.pt_booking_form .iti__selected-country {
  height: 46px !important;
  padding: 0 5px !important;
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.pt_booking_form .iti__selected-country .iti__selected-country-primary {
  padding: 0 !important;
}
.pt_booking_form .iti__selected-country .iti__selected-dial-code {
  margin-left: 0 !important;
}
.pt_booking_form .iti__selected-country * {
  color: #7c8a95 !important;
  font-size: 18px !important;
}
.pt_booking_form .iti {
  width: 100% !important;
}
.pt_booking_form #pt_tel {
  height: 46px !important;
  max-width: 100% !important;
  width: calc(100% - 76px) !important;
  padding-left: 5px !important;
}

.pt_easepick_inject input {
  display: none !important;
}
.pt_easepick_inject .easepick-wrapper .container {
  width: 100% !important;
}

.pt_step_form .gf_page_steps {
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 40px !important;
}
.pt_step_form .gf_page_steps .gf_step {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
  align-items: center !important;
}
.pt_step_form .gf_page_steps .gf_step.gf_step_completed .gf_step_label, .pt_step_form .gf_page_steps .gf_step.gf_step_active .gf_step_label {
  color: #282730 !important;
  font-weight: bold !important;
}
.pt_step_form .gf_page_steps .gf_step .gf_step_number {
  border: none !important;
}
.pt_step_form .gf_page_steps .gf_step.gf_step_completed .gf_step_number {
  background-color: transparent !important;
}
.pt_step_form .gf_page_steps .gf_step.gf_step_active .gf_step_number {
  background-color: #282730 !important;
  color: #fff !important;
}
.pt_step_form .gf_page_steps .gf_step.gf_step_pending .gf_step_number {
  background-color: #d3d3d3 !important;
  color: #cbd1d2 !important;
}
.pt_step_form .gf_page_steps .gf_step .gf_step_number::after {
  background-color: #282730 !important;
  border: none !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
}
.pt_step_form .pt_hidden {
  display: none;
}
.pt_step_form .gfield--type-number .gfield_label,
.pt_step_form .gfield--type-list .gfield_label {
  display: flex;
  justify-content: center;
  width: 100% !important;
}
.pt_step_form .ginput_container_number,
.pt_step_form .gfield_list_group_item {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  gap: 10px;
}
.pt_step_form .ginput_container_number input,
.pt_step_form .gfield_list_group_item input {
  width: max-content !important;
}
.pt_step_form .ginput_container_number i,
.pt_step_form .gfield_list_group_item i {
  width: 30px;
  height: 30px;
  border: 2px solid #c5a059;
  color: #c5a059;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
}
.pt_step_form .ginput_container_number i::before,
.pt_step_form .gfield_list_group_item i::before {
  content: none !important;
}
.pt_step_form .ginput_container_number i svg,
.pt_step_form .gfield_list_group_item i svg {
  width: 16px;
  height: 16px;
}
.pt_step_form .gform_page_footer {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  gap: 40px;
  z-index: 999 !important;
  background-color: #fff !important;
  padding: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.gfield_list_icons {
  display: none !important;
}

.pt_non_step .pt_kids,
.pt_step_form .pt_kids {
  display: none;
}

/* */
.pt_check .elementor-icon {
  width: 50px;
  height: 50px;
  background-color: #282730;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gform_submission_error.hide_summary {
  font-size: 20px !important;
  font-weight: 300 !important;
}

.gfield--type-consent input[type=checkbox]:focus {
  box-shadow: none !important;
  border-color: #282730 !important;
}

.gform_required_legend {
  display: none !important;
}

.gform_wrapper input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 0;
  border: 2px solid #282730;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.gform_wrapper input[type=checkbox]::before {
  content: none !important;
}
.gform_wrapper input[type=checkbox]:checked {
  background-color: #282730;
  border-color: #282730;
}
.gform_wrapper input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: sans-serif !important;
  font-size: 14px;
  line-height: 1;
}

.pt_review_box_container {
  display: grid;
}
@media screen and (min-width: 768px) {
  .pt_review_box_container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .pt_review_box_container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pt_review_box_container {
  gap: 20px;
}
.pt_review_box_container .pt_review_box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px;
  background-color: white;
}
.pt_review_box_container .pt_review_box .pt_logo {
  max-height: 20px;
}
.pt_review_box_container .pt_review_box h5 {
  font-size: 28px !important;
  font-weight: 900 !important;
}

.pt_rating_full {
  fill: #282730;
}

.pt_rating_half #left-star-side {
  fill: #282730;
}
.pt_rating_half #right-star-side {
  fill: rgba(34, 34, 34, 0.2);
}

@media screen and (min-width: 1025px) {
  .pt_details_card {
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_details_card {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .pt_details_card {
    border-radius: 0;
  }
}
.pt_details_card {
  transition: all 0.5s ease !important;
  display: flex !important;
  flex-direction: column !important;
  background-color: #fff;
  border: 4px solid #fff;
  overflow: hidden;
}
.pt_details_card:not(.pt_slide) {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2) !important;
}
@media screen and (max-width: 1024px) {
  .pt_details_card {
    flex-direction: column;
  }
}
.pt_details_card .pt_image_container,
.pt_details_card .pt_image_slider_container {
  overflow: hidden;
}
.pt_details_card .pt_image,
.pt_details_card .pt_image_container {
  transition: all 0.5s ease !important;
}
.pt_details_card.pt_slide.pt_in_view {
  opacity: 1;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}
.pt_details_card.pt_slide.pt_in_view:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(40, 39, 48, 0.22) !important;
}
.pt_details_card.pt_room_slide.pt_in_view:hover .pt_image_slider .pt_image {
  transform: scale(1.06);
}
.pt_details_card.pt_package_slide.pt_in_view:hover .pt_image_container {
  transform: scale(1.06);
}
.pt_details_card .pt_image_container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
}
.pt_details_card .pt_content_container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  justify-content: space-between;
}
.pt_details_card .pt_content_container .pt_main,
.pt_details_card .pt_content_container .pt_card_footer {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pt_details_card .pt_content_container .pt_features {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.pt_details_card .pt_content_container .pt_type,
.pt_details_card .pt_content_container .pt_nights {
  display: flex;
  gap: 5px;
  align-items: center;
}
.pt_details_card .pt_content_container .pt_type .pt_icon,
.pt_details_card .pt_content_container .pt_nights .pt_icon {
  display: flex;
  align-items: center;
}
.pt_details_card .pt_content_container .pt_type .pt_icon svg,
.pt_details_card .pt_content_container .pt_nights .pt_icon svg {
  stroke: #282730;
}
.pt_details_card .pt_content_container .pt_nights {
  display: flex;
  align-items: flex-start;
}
.pt_details_card .pt_content_container .pt_nights .pt_text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pt_details_card .pt_content_container .pt_nights .pt_text .pt_duration {
  line-height: 1;
}
.pt_details_card .pt_content_container .pt_chip {
  padding: 3px 7px;
  line-height: 1.3 !important;
  border: 1px solid rgba(40, 39, 48, 0.2);
  background-color: rgba(40, 39, 48, 0.04);
  width: max-content;
  display: block;
  font-size: 10px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-weight: 700 !important;
  color: #282730;
}
.pt_details_card .pt_content_container .pt_title {
  color: #282730;
}
@media screen and (min-width: 1025px) {
  .pt_details_card .pt_content_container .pt_title {
    font-size: 26px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_details_card .pt_content_container .pt_title {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_details_card .pt_content_container .pt_title {
    font-size: 22px !important;
  }
}
.pt_details_card .pt_content_container .price_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(197, 160, 89, 0.35);
  padding-top: 12px;
}
.pt_details_card .pt_content_container .price_container .pt_info_icon {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  color: #7c8a95;
  transition: all 0.5s ease !important;
}
.pt_details_card .pt_content_container .price_container .pt_info_icon svg {
  width: 18px;
  height: 18px;
}
.pt_details_card .pt_content_container .price_container .pt_info_icon .pt_info_label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.pt_details_card .pt_content_container .price_container .pt_info_icon:hover {
  color: #c5a059;
}
.pt_details_card .pt_content_container .price_container .pt_price {
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: flex-end;
  gap: 5px;
}
.pt_details_card .pt_content_container .price_container .pt_price * {
  line-height: 1;
}
.pt_details_card .pt_content_container .price_container .pt_price .pt_number {
  display: block;
  font-weight: 900 !important;
  font-size: 28px;
}
.pt_details_card .pt_content_container .price_container .pt_price .pt_number .pt_currency {
  color: #c5a059;
}

.pt_slider_container {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .pt_slider_container {
    margin-left: calc((100vw - 1200px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_slider_container {
    margin: 0 calc((100vw - 90vw) / 2);
  }
}
@media screen and (max-width: 767px) {
  .pt_slider_container {
    margin: 0 calc((100vw - 90vw) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .pt_slider_container {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1025px) {
  .pt_slider_container.pt_is_static {
    margin-right: calc((100vw - 1200px) / 2);
  }
}

@media screen and (min-width: 1025px) {
  .pt_slider .slick-slide:not(.pt_image) {
    margin: 0 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_slider .slick-slide:not(.pt_image) {
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .pt_slider .slick-slide:not(.pt_image) {
    margin: 0 5px;
  }
}
@media screen and (min-width: 1025px) {
  .pt_slider:not(.pt_image_slider) {
    width: 1200px;
  }
}
.pt_slider:not(.pt_image_slider) .slick-list {
  overflow: visible !important;
}
@media screen and (min-width: 1025px) {
  .pt_slider:not(.pt_image_slider) .slick-list {
    margin: 0 -15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_slider:not(.pt_image_slider) .slick-list {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 767px) {
  .pt_slider:not(.pt_image_slider) .slick-list {
    margin: 0 -5px;
  }
}

.slick-track {
  margin-left: 0 !important;
}

.pt_slide {
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .pt_slide {
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_slide {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .pt_slide {
    border-radius: 0;
  }
}
.pt_slide {
  background-color: #fff;
}
.pt_slide.pt_in_view {
  opacity: 1;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2) !important;
}

.pt_slider_arrow {
  position: absolute;
  top: -64px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2) !important;
}
.pt_slider_arrow::after {
  content: "next";
  font-family: swiper-icons;
  font-size: 80%;
}
.pt_slider_arrow.pt_slider_arrow--next {
  left: auto;
  right: 0;
}
.pt_slider_arrow.pt_slider_arrow--prev {
  left: auto;
  right: 54px;
}
.pt_slider_arrow.pt_slider_arrow--prev::after {
  transform: rotate(180deg);
}
.pt_slider_arrow.slick-disabled {
  display: none;
}
