@font-face {
  font-family: "avenir";
  font-style: normal;
  font-display: fallback;
  src: url("/routes/sites/hidden_bay_urla/assets/font/avenir.ttf") format("truetype");
}
@font-face {
  font-family: "avenir";
  font-style: italic;
  font-weight: lighter;
  font-display: fallback;
  src: url("/routes/sites/hidden_bay_urla/assets/font/avenir.ttf") format("truetype");
}
html,
body {
  color: #3a3a3a;
  font-size: 18px;
  font-family: "avenir", sans-serif;
  line-height: 1.8rem;
}
@media (max-width: 767px) {
  html,
body {
    padding: 0 0.5rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "avenir";
  font-weight: 700;
}

.site {
  transition: opacity 3s ease;
  opacity: 0;
}
.site.loaded {
  opacity: 1;
}

.contact-form #i-agree-and-confirm {
  margin-top: 1rem 0;
}
.contact-form #i-agree-and-confirm .form-check {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.contact-form #i-agree-and-confirm .form-check .form-check-label {
  padding-left: 0.5rem;
}
.contact-form .standard-link {
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.site-title {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "avenir" !important;
  color: #ff6b00;
}

#site-home-page {
  min-height: 100vh;
  padding-top: 40px;
}
#site-home-page #home-video-wrapper {
  width: 100%;
  max-width: 1600px;
  height: 100%;
  max-height: 900px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#site-home-page #home-video-wrapper video {
  max-height: 900px;
  background-color: rgba(58, 58, 58, 0.2);
}
#site-home-page #home-video-wrapper img {
  max-height: 900px;
}
@media (max-height: 1000px) {
  #site-home-page #home-video-wrapper {
    max-height: 800px;
  }
  #site-home-page #home-video-wrapper video {
    max-height: 800px;
  }
  #site-home-page #home-video-wrapper img {
    max-height: 800px;
  }
}
@media (max-height: 900px) {
  #site-home-page #home-video-wrapper {
    max-height: 700px;
  }
  #site-home-page #home-video-wrapper video {
    max-height: 700px;
  }
  #site-home-page #home-video-wrapper img {
    max-height: 700px;
  }
}
@media (max-height: 760px) {
  #site-home-page #home-video-wrapper {
    max-height: 600px;
  }
  #site-home-page #home-video-wrapper video {
    max-height: 600px;
  }
}
#site-home-page #home-video-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
#site-home-page #home-video-wrapper .overlay .motto-wrapper {
  padding: 1rem;
}
@media (min-width: 991px) {
  #site-home-page #home-video-wrapper .overlay .motto-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 1199px) {
  #site-home-page #home-video-wrapper .overlay .motto-wrapper {
    padding: 2rem;
  }
}
#site-home-page #home-video-wrapper .overlay .motto-wrapper .motto {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 991px) {
  #site-home-page #home-video-wrapper .overlay .motto-wrapper .motto {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 1199px) {
  #site-home-page #home-video-wrapper .overlay .motto-wrapper .motto {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}
#site-home-page #home-video-wrapper .overlay .button-wrapper {
  padding: 1rem;
  display: flex;
  justify-content: end;
  align-items: end;
}
@media (min-width: 991px) {
  #site-home-page #home-video-wrapper .overlay .button-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 1199px) {
  #site-home-page #home-video-wrapper .overlay .button-wrapper {
    padding: 2rem;
  }
}
#site-home-page #home-video-wrapper .overlay .button-wrapper .contact-button {
  display: inline-block;
  padding: 16px;
  border-radius: 100%;
  background-color: rgba(225, 226, 228, 0.3);
  cursor: pointer;
  transition: background-color, transform 0.3s ease, color 0.3s ease;
}
#site-home-page #home-video-wrapper .overlay .button-wrapper .contact-button img {
  height: 40px;
  width: 40px;
}
#site-home-page #home-video-wrapper .overlay .button-wrapper:hover .contact-button {
  background-color: rgba(225, 226, 228, 0.6);
  transform: scale(1.1);
}
#site-home-page #home-video-wrapper video,
#site-home-page #home-video-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
#site-home-page #home-video-wrapper .motto {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#site-home-page #home-video-wrapper.loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 10;
}
#site-home-page #home-video-wrapper.loading .overlay {
  opacity: 0.7;
}
#site-home-page #home-video-wrapper.loaded .overlay {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
#site-home-page #home-video-wrapper.error::after {
  content: "Video could not be loaded";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  text-align: center;
  z-index: 10;
}
@media (max-width: 768px) {
  #site-home-page #home-video-wrapper {
    max-height: 50vh;
  }
}
@media (prefers-reduced-motion: reduce) {
  #site-home-page #home-video-wrapper.loading::before {
    animation: none;
    border: 3px solid rgba(255, 255, 255, 0.6);
  }
}
#site-home-page .contact-form {
  max-width: 500px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 30px 40px;
}
#site-home-page .contact-form .title {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #ff6b00;
  font-family: "bodoni-moda";
}
#site-home-page .contact-form .form-control {
  background-color: #fff;
  border-color: rgba(206, 212, 218, 0.5);
}
#site-home-page .contact-form .iti__flag-container {
  background-color: #fff !important;
}
#site-home-page .contact-form .iti__flag-container .iti--separate-dial-code,
#site-home-page .contact-form .iti__flag-container .iti__selected-flag {
  background-color: #fff !important;
}
#site-home-page .contact-form .standard-link {
  font-weight: 400 !important;
}
#site-home-page .slided-bg-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
}
#site-home-page #services-carousel .owl-carousel {
  height: 650px;
  max-height: 650px;
  display: block;
}
#site-home-page #services-carousel .owl-carousel .owl-stage-outer {
  height: 650px;
  display: block;
  overflow: hidden;
}
#site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage {
  height: 650px;
  max-height: 650px;
  width: 100%;
  display: block;
}
#site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 650px;
  max-height: 650px;
  display: block;
  width: 100%;
  overflow: hidden;
  width: 100%;
}
#site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon {
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 1;
  top: 20px;
  opacity: 0.5;
  background-color: rgba(58, 58, 58, 0.5);
  border-radius: 100%;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon {
    width: 50px;
    height: 50px;
  }
}
#site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon:hover {
  opacity: 1;
  background-color: #fff;
}
#site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.pause, #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.play {
  right: 20px;
}
#site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.play {
  visibility: hidden;
}
#site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.volume-on, #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.volume-off {
  right: 110px;
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.volume-on, #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.volume-off {
    right: 75px;
  }
}
#site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.volume-off {
  visibility: hidden;
}
#site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 650px;
  max-height: 650px;
  position: relative;
}
#site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.5s ease-out;
}
#site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .video {
  height: 100%;
  max-height: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon {
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 40px);
  opacity: 0.5;
  background-color: rgba(58, 58, 58, 0.5);
  border-radius: 100%;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon {
    left: calc(50% - 25px);
  }
}
#site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon:hover {
  opacity: 1;
  background-color: #fff;
}
#site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.pause, #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.play {
  left: calc(50% + 5px);
}
#site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.play {
  visibility: hidden;
}
#site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.volume-on, #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.volume-off {
  left: calc(50% - 85px);
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.volume-on, #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.volume-off {
    left: calc(50% - 55px);
  }
}
#site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.volume-off {
  visibility: hidden;
}
#site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item:hover img {
  transform: scale(1.1);
}
#site-home-page #services-carousel .owl-carousel .owl-nav button {
  top: calc(50% - 40px) !important;
}
#site-home-page #services-carousel .owl-carousel .owl-nav button.owl-prev, #site-home-page #services-carousel .owl-carousel .owl-nav button.owl-next {
  padding: 2px 8px !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 80px;
  height: 80px;
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-nav button.owl-prev, #site-home-page #services-carousel .owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px) !important;
  }
}
#site-home-page #services-carousel .owl-carousel .owl-nav button.owl-prev {
  background-image: url("/assets/icon/chevron-left.svg");
  left: -90px;
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-nav button.owl-prev {
    left: -50px;
  }
}
#site-home-page #services-carousel .owl-carousel .owl-nav button.owl-next {
  background-image: url("/assets/icon/chevron-right.svg");
  right: -90px;
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-nav button.owl-next {
    right: -50px;
  }
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel {
    height: 600px;
    max-height: 600px;
    display: block;
  }
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer {
    height: 600px;
    display: block;
    overflow: hidden;
  }
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage {
    height: 600px;
    max-height: 600px;
    width: 100%;
    display: block;
  }
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 600px;
    max-height: 600px;
    display: block;
    width: 100%;
    overflow: hidden;
    width: 100%;
  }
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon {
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 1;
    top: 20px;
    opacity: 0.5;
    background-color: rgba(58, 58, 58, 0.5);
    border-radius: 100%;
    transition: all 0.5s ease-out;
    cursor: pointer;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon:hover {
    opacity: 1;
    background-color: #fff;
  }
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.pause, #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.play {
    right: 20px;
  }
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.play {
    visibility: hidden;
  }
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.volume-on, #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.volume-off {
    right: 110px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.volume-on, #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.volume-off {
    right: 75px;
  }
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.volume-off {
    visibility: hidden;
  }
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    height: 600px;
    max-height: 600px;
    position: relative;
  }
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.5s ease-out;
  }
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .video {
    height: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon {
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 1;
    top: calc(50% - 40px);
    opacity: 0.5;
    background-color: rgba(58, 58, 58, 0.5);
    border-radius: 100%;
    transition: all 0.5s ease-out;
    cursor: pointer;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon {
    left: calc(50% - 25px);
  }
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon:hover {
    opacity: 1;
    background-color: #fff;
  }
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.pause, #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.play {
    left: calc(50% + 5px);
  }
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.play {
    visibility: hidden;
  }
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.volume-on, #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.volume-off {
    left: calc(50% - 85px);
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.volume-on, #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.volume-off {
    left: calc(50% - 55px);
  }
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.volume-off {
    visibility: hidden;
  }
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item:hover img {
    transform: scale(1.1);
  }
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-nav button {
    top: calc(50% - 40px) !important;
  }
  #site-home-page #services-carousel .owl-carousel .owl-nav button.owl-prev, #site-home-page #services-carousel .owl-carousel .owl-nav button.owl-next {
    padding: 2px 8px !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-nav button.owl-prev, #site-home-page #services-carousel .owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px) !important;
  }
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-nav button.owl-prev {
    background-image: url("/assets/icon/chevron-left.svg");
    left: -90px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-nav button.owl-prev {
    left: -50px;
  }
}
@media (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-nav button.owl-next {
    background-image: url("/assets/icon/chevron-right.svg");
    right: -90px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-nav button.owl-next {
    right: -50px;
  }
}
@media (max-width: 767px) {
  #site-home-page #services-carousel .owl-carousel {
    height: 600px;
    max-height: 600px;
    display: block;
  }
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer {
    height: 600px;
    display: block;
    overflow: hidden;
  }
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage {
    height: 600px;
    max-height: 600px;
    width: 100%;
    display: block;
  }
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 600px;
    max-height: 600px;
    display: block;
    width: 100%;
    overflow: hidden;
    width: 100%;
  }
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon {
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 1;
    top: 20px;
    opacity: 0.5;
    background-color: rgba(58, 58, 58, 0.5);
    border-radius: 100%;
    transition: all 0.5s ease-out;
    cursor: pointer;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon:hover {
    opacity: 1;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.pause, #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.play {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.play {
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.volume-on, #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.volume-off {
    right: 110px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.volume-on, #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.volume-off {
    right: 75px;
  }
}
@media (max-width: 767px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item[data-type=video] video .icon.volume-off {
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    height: 600px;
    max-height: 600px;
    position: relative;
  }
}
@media (max-width: 767px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.5s ease-out;
  }
}
@media (max-width: 767px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .video {
    height: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 767px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon {
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 1;
    top: calc(50% - 40px);
    opacity: 0.5;
    background-color: rgba(58, 58, 58, 0.5);
    border-radius: 100%;
    transition: all 0.5s ease-out;
    cursor: pointer;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon {
    left: calc(50% - 25px);
  }
}
@media (max-width: 767px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon:hover {
    opacity: 1;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.pause, #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.play {
    left: calc(50% + 5px);
  }
}
@media (max-width: 767px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.play {
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.volume-on, #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.volume-off {
    left: calc(50% - 85px);
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.volume-on, #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.volume-off {
    left: calc(50% - 55px);
  }
}
@media (max-width: 767px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item > .icon.volume-off {
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  #site-home-page #services-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item:hover img {
    transform: scale(1.1);
  }
}
@media (max-width: 767px) {
  #site-home-page #services-carousel .owl-carousel .owl-nav button {
    top: calc(50% - 40px) !important;
  }
  #site-home-page #services-carousel .owl-carousel .owl-nav button.owl-prev, #site-home-page #services-carousel .owl-carousel .owl-nav button.owl-next {
    padding: 2px 8px !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-nav button.owl-prev, #site-home-page #services-carousel .owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px) !important;
  }
}
@media (max-width: 767px) {
  #site-home-page #services-carousel .owl-carousel .owl-nav button.owl-prev {
    background-image: url("/assets/icon/chevron-left.svg");
    left: -90px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-nav button.owl-prev {
    left: -50px;
  }
}
@media (max-width: 767px) {
  #site-home-page #services-carousel .owl-carousel .owl-nav button.owl-next {
    background-image: url("/assets/icon/chevron-right.svg");
    right: -90px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  #site-home-page #services-carousel .owl-carousel .owl-nav button.owl-next {
    right: -50px;
  }
}
#site-home-page #property-types-carousel {
  padding: 32px;
  background-color: #fff;
  border-radius: 12px;
}
#site-home-page #property-types-carousel .property-type-carousel .carousel .carousel-item .property-type .upper-part {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 12px;
}
@media (min-width: 767px) {
  #site-home-page #property-types-carousel .property-type-carousel .carousel .carousel-item .property-type .upper-part {
    flex-direction: row;
  }
}
#site-home-page #property-types-carousel .property-type-carousel .carousel .carousel-item .property-type .upper-part .info {
  height: 300px;
  max-width: 300px;
  flex: 1 1 100%;
  padding: 12px;
}
#site-home-page #property-types-carousel .property-type-carousel .carousel .carousel-item .property-type .upper-part .info .title {
  color: #3a3a3a;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
#site-home-page #property-types-carousel .property-type-carousel .carousel .carousel-item .property-type .upper-part .info .detail {
  color: #3a3a3a;
}
#site-home-page #property-types-carousel .property-type-carousel .carousel .carousel-item .property-type .upper-part .image {
  min-height: 300px;
  max-height: 300px;
  flex: 1 1 100%;
  padding: 12px;
}
#site-home-page #property-types-carousel .property-type-carousel .carousel .carousel-item .property-type .upper-part .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#site-home-page #property-types-carousel .property-type-carousel .carousel .carousel-item .property-type .bottom-part {
  min-height: 300px;
  max-height: 300px;
  width: 100%;
  padding: 12px 20px;
}
@media (max-width: 1199px) {
  #site-home-page #property-types-carousel .property-type-carousel .carousel .carousel-item .property-type .bottom-part {
    min-height: unset;
    max-height: unset;
  }
}
#site-home-page #property-types-carousel .property-type-carousel .carousel .carousel-item .property-type .bottom-part .plans .title {
  color: #ff6b00;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 6px;
}
#site-home-page #property-types-carousel .property-type-carousel .carousel .carousel-item .property-type .bottom-part .plans .image {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
  border-radius: 6px;
  border: 1px solid rgba(108, 117, 125, 0.6);
  transition: all 0.5s ease;
}
#site-home-page #property-types-carousel .property-type-carousel .carousel .carousel-item .property-type .bottom-part .plans .image:hover {
  cursor: pointer;
  filter: brightness(0.85);
}
#site-home-page #property-types-carousel .property-type-carousel .carousel .carousel-control-prev {
  width: 60px;
  left: -30px;
}
#site-home-page #property-types-carousel .property-type-carousel .carousel .carousel-control-next {
  width: 60px;
  right: -30px;
}
#site-home-page #property-types-carousel .property-type-carousel .carousel .carousel-control-next-icon,
#site-home-page #property-types-carousel .property-type-carousel .carousel .carousel-control-prev-icon {
  position: absolute;
  top: calc(50% - 30px);
  background-color: transparent;
  width: 60px;
  height: 60px;
  background-size: 56px 56px;
  background-position: center;
}
#site-home-page #property-types {
  list-style-type: disc;
}
#site-home-page #property-types li {
  padding: 4px 6px;
  line-height: 1.4rem;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.5s ease;
}
#site-home-page #property-types li::marker {
  color: #ff6b00;
}
#site-home-page #property-types li:hover {
  background-color: rgba(58, 58, 58, 0.2);
}
#site-home-page #large-image-wrapper-1 {
  width: 100%;
  max-width: 1600px;
  height: 100%;
  max-height: 900px;
  position: relative;
}
#site-home-page #large-image-wrapper-1 video {
  max-height: 900px;
  background-color: rgba(58, 58, 58, 0.2);
}
#site-home-page #large-image-wrapper-1 img {
  max-height: 900px;
}
@media (max-height: 1000px) {
  #site-home-page #large-image-wrapper-1 {
    max-height: 800px;
  }
  #site-home-page #large-image-wrapper-1 video {
    max-height: 800px;
  }
  #site-home-page #large-image-wrapper-1 img {
    max-height: 800px;
  }
}
@media (max-height: 900px) {
  #site-home-page #large-image-wrapper-1 {
    max-height: 700px;
  }
  #site-home-page #large-image-wrapper-1 video {
    max-height: 700px;
  }
  #site-home-page #large-image-wrapper-1 img {
    max-height: 700px;
  }
}
@media (max-height: 760px) {
  #site-home-page #large-image-wrapper-1 {
    max-height: 600px;
  }
  #site-home-page #large-image-wrapper-1 video {
    max-height: 600px;
  }
}
#site-home-page #large-image-wrapper-1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
#site-home-page #large-image-wrapper-1 .overlay .motto-wrapper {
  padding: 1rem;
}
@media (min-width: 991px) {
  #site-home-page #large-image-wrapper-1 .overlay .motto-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 1199px) {
  #site-home-page #large-image-wrapper-1 .overlay .motto-wrapper {
    padding: 2rem;
  }
}
#site-home-page #large-image-wrapper-1 .overlay .motto-wrapper .motto {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 991px) {
  #site-home-page #large-image-wrapper-1 .overlay .motto-wrapper .motto {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 1199px) {
  #site-home-page #large-image-wrapper-1 .overlay .motto-wrapper .motto {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}
#site-home-page #large-image-wrapper-1 .overlay .button-wrapper {
  padding: 1rem;
  display: flex;
  justify-content: end;
  align-items: end;
}
@media (min-width: 991px) {
  #site-home-page #large-image-wrapper-1 .overlay .button-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 1199px) {
  #site-home-page #large-image-wrapper-1 .overlay .button-wrapper {
    padding: 2rem;
  }
}
#site-home-page #large-image-wrapper-1 .overlay .button-wrapper .contact-button {
  display: inline-block;
  padding: 16px;
  border-radius: 100%;
  background-color: rgba(225, 226, 228, 0.3);
  cursor: pointer;
  transition: background-color, transform 0.3s ease, color 0.3s ease;
}
#site-home-page #large-image-wrapper-1 .overlay .button-wrapper .contact-button img {
  height: 40px;
  width: 40px;
}
#site-home-page #large-image-wrapper-1 .overlay .button-wrapper:hover .contact-button {
  background-color: rgba(225, 226, 228, 0.6);
  transform: scale(1.1);
}
#site-home-page #large-image-wrapper-1 .overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(58, 58, 58, 0) 100%);
}
#site-home-page #large-image-wrapper-1 .title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: end;
  padding: 20px 10px 0 0;
}
#site-home-page #large-image-wrapper-1 .title-wrapper .title {
  text-align: end;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  color: #fff;
  padding: 60px 80px 0 0;
}
@media (max-width: 767px) {
  #site-home-page #large-image-wrapper-1 .title-wrapper .title {
    padding: 10px 20px 0 0;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  #site-home-page #large-image-wrapper-1 .title-wrapper .title {
    padding: 20px 20px 0 0;
    font-size: 20px;
    line-height: 28px;
  }
}
#site-home-page #large-image-wrapper-1 .text-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 60px;
}
@media (max-width: 767px) {
  #site-home-page #large-image-wrapper-1 .text-wrapper {
    padding: 10px 10px;
  }
}
@media (max-width: 991px) {
  #site-home-page #large-image-wrapper-1 .text-wrapper {
    padding: 20px 20px;
  }
}
#site-home-page #large-image-wrapper-1 .text-wrapper .text {
  font-size: 24px;
  color: #fff;
}
@media (max-width: 767px) {
  #site-home-page #large-image-wrapper-1 .text-wrapper .text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  #site-home-page #large-image-wrapper-1 .text-wrapper .text {
    font-size: 14px;
    line-height: 20px;
  }
}
#site-home-page .firm-card-wrapper {
  padding: 12px;
  max-width: none;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media (max-width: 991px) {
  #site-home-page .firm-card-wrapper {
    max-width: 450px;
  }
}
@media (max-width: 1199px) {
  #site-home-page .firm-card-wrapper {
    max-width: 500px;
  }
}
#site-home-page .firm-card-wrapper .card {
  border: none;
}
#site-home-page .firm-card-wrapper .card img {
  height: 300px;
  width: auto;
  object-fit: contain;
}
@media (max-width: 1199px) {
  #site-home-page .firm-card-wrapper .card img {
    height: 260px;
  }
}
@media (max-width: 991px) {
  #site-home-page .firm-card-wrapper .card img {
    height: 200px;
  }
}
#site-home-page .firm-card-wrapper .card .card-body {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: justify;
  height: 260px;
  font-size: 0.9rem;
  line-height: 1.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1199px) {
  #site-home-page .firm-card-wrapper .card .card-body {
    margin-top: 1rem;
    height: 400px;
  }
}
@media (max-width: 991px) {
  #site-home-page .firm-card-wrapper .card .card-body {
    margin-top: 0.5rem;
    height: 430px;
  }
}
#site-home-page #home-image-wrapper {
  width: 100%;
  max-width: 1600px;
  height: 100%;
  max-height: 900px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#site-home-page #home-image-wrapper video {
  max-height: 900px;
  background-color: rgba(58, 58, 58, 0.2);
}
#site-home-page #home-image-wrapper img {
  max-height: 900px;
}
@media (max-height: 1000px) {
  #site-home-page #home-image-wrapper {
    max-height: 800px;
  }
  #site-home-page #home-image-wrapper video {
    max-height: 800px;
  }
  #site-home-page #home-image-wrapper img {
    max-height: 800px;
  }
}
@media (max-height: 900px) {
  #site-home-page #home-image-wrapper {
    max-height: 700px;
  }
  #site-home-page #home-image-wrapper video {
    max-height: 700px;
  }
  #site-home-page #home-image-wrapper img {
    max-height: 700px;
  }
}
@media (max-height: 760px) {
  #site-home-page #home-image-wrapper {
    max-height: 600px;
  }
  #site-home-page #home-image-wrapper video {
    max-height: 600px;
  }
}
#site-home-page #home-image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
#site-home-page #home-image-wrapper .overlay .motto-wrapper {
  padding: 1rem;
}
@media (min-width: 991px) {
  #site-home-page #home-image-wrapper .overlay .motto-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 1199px) {
  #site-home-page #home-image-wrapper .overlay .motto-wrapper {
    padding: 2rem;
  }
}
#site-home-page #home-image-wrapper .overlay .motto-wrapper .motto {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 991px) {
  #site-home-page #home-image-wrapper .overlay .motto-wrapper .motto {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 1199px) {
  #site-home-page #home-image-wrapper .overlay .motto-wrapper .motto {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}
#site-home-page #home-image-wrapper .overlay .button-wrapper {
  padding: 1rem;
  display: flex;
  justify-content: end;
  align-items: end;
}
@media (min-width: 991px) {
  #site-home-page #home-image-wrapper .overlay .button-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 1199px) {
  #site-home-page #home-image-wrapper .overlay .button-wrapper {
    padding: 2rem;
  }
}
#site-home-page #home-image-wrapper .overlay .button-wrapper .contact-button {
  display: inline-block;
  padding: 16px;
  border-radius: 100%;
  background-color: rgba(225, 226, 228, 0.3);
  cursor: pointer;
  transition: background-color, transform 0.3s ease, color 0.3s ease;
}
#site-home-page #home-image-wrapper .overlay .button-wrapper .contact-button img {
  height: 40px;
  width: 40px;
}
#site-home-page #home-image-wrapper .overlay .button-wrapper:hover .contact-button {
  background-color: rgba(225, 226, 228, 0.6);
  transform: scale(1.1);
}
@media (min-width: 991px) {
  #site-home-page #home-image-wrapper .motto-wrapper {
    padding-top: 60px !important;
  }
}
#site-home-page #home-image-wrapper .motto-wrapper .motto {
  color: #fff;
}
#site-home-page #home-image-wrapper .button-wrapper .contact-button {
  background-color: rgba(58, 58, 58, 0.3) !important;
}
#site-home-page #home-image-wrapper .button-wrapper:hover .contact-button {
  background-color: rgba(58, 58, 58, 0.6) !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}