@import "../template.css";
.page-hotel-profile {
  position: relative;
}
.page-hotel-profile .page-bg {
  height: calc(100% - 5rem);
}
@media (max-width: 992px) {
  .page-hotel-profile .page-bg {
    height: calc(100% - 14rem);
  }
}
.page-hotel-profile .page-bg:after {
  height: 100%;
  background: linear-gradient(180deg, rgba(var(--grey900), 0.3) 0%, rgba(var(--grey900), 0) 18.75%, rgba(var(--grey900), 0) 50%, rgba(var(--grey900), 1) 100%), rgba(var(--grey900), 0.1);
}
.page-hotel-profile .profile-content {
  position: relative;
  min-height: calc(100vh - 5rem);
}
.page-hotel-profile .profile-content .profile-wrapper {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.page-hotel-profile .profile-content .profile-inner {
  margin: 9rem auto 5rem 0rem;
  position: relative;
  overflow: hidden;
  background: none!important;
  width: 28rem;
  padding: 4.5rem 4.5rem 0rem 5rem;
  -webkit-border-radius: var(--borderRadiusDefault);
  -moz-border-radius: var(--borderRadiusDefault);
  border-radius: var(--borderRadiusDefault);
  backdrop-filter: blur(5px);
}
.page-hotel-profile .profile-content .profile-inner:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--bg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(80))";
  /* IE 8 */
  filter: alpha(opacity=80);
  /* IE 5-7 */
  -moz-opacity: 0.8;
  /* Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  /* Good browsers */
}
@media (max-width: 992px) {
  .page-hotel-profile .profile-content .profile-inner {
    padding: 4.5rem;
    margin-bottom: 0rem;
    width: auto;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 767px) {
  .page-hotel-profile .profile-content .profile-inner {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media (max-width: 480px) {
  .page-hotel-profile .profile-content .profile-inner {
    padding: 4rem 1.5rem;
  }
}
.page-hotel-profile .profile-content .profile-inner > * {
  position: relative;
}
.page-hotel-profile .profile-content .profile-inner .profile-stars {
  margin-bottom: -0.8rem;
}
.page-hotel-profile .profile-content .profile-inner .profile-title {
  margin-bottom: 0rem;
}
.page-hotel-profile .profile-content .profile-inner .profile-label {
  margin-bottom: 1rem;
}
.page-hotel-profile .profile-content .profile-related-page {
  position: absolute;
  overflow: hidden;
  bottom: 3rem;
  right: 3rem;
  -webkit-border-radius: var(--borderRadiusDefault);
  -moz-border-radius: var(--borderRadiusDefault);
  border-radius: var(--borderRadiusDefault);
  -webkit-transition:  transform 300ms 0s ease;
  -moz-transition:  transform 300ms 0s ease;
  -ms-transition:  transform 300ms 0s ease;
  -o-transition:  transform 300ms 0s ease;
  transition:  transform 300ms 0s ease;
  backdrop-filter: blur(5px);
}
.page-hotel-profile .profile-content .profile-related-page:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--bg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=(80))";
  /* IE 8 */
  filter: alpha(opacity=80);
  /* IE 5-7 */
  -moz-opacity: 0.8;
  /* Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  /* Good browsers */
}
@media (max-width: 992px) {
  .page-hotel-profile .profile-content .profile-related-page {
    display: none;
  }
}
.page-hotel-profile .profile-content .profile-related-page:hover {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.page-hotel-profile .profile-content .profile-related-page > * {
  position: relative;
}
.page-hotel-profile .profile-content .profile-related-page .subpages-list.list-hotels {
  border: none;
}
.page-hotel-profile .profile-content .profile-related-page .subpages-list.list-hotels .list-item {
  padding: 1.2rem;
  max-width: 400px;
}
