.jarlax_wrapper .mos-img img {display: none !important;}

:root {
  --mxst-gray: #F1F1F1;
  --mxst-gray-rgb: 114, 114, 114;
  --mxst-white: #ffffff;
  --mxst-white-rgb: 255, 255, 255;
  --mxst-black: #16171a;
  --mxst-black-rgb: 22, 23, 26;
  --mxst-primary: #c00;
  --mxst-primary-rgb: 242, 237, 235;
  --mxst-bdr-color: #e3dbd8;
  --mxst-bdr-color-rgb: 227, 219, 216;

}

.jarallax{position:relative;z-index:0}.jarallax>.jarallax-img,picture.jarallax-img img{position:absolute;object-fit:cover;top:0;left:0;width:100%;height:100%;z-index:-1}
.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.jarlax_wrapper {
  display: flex;
  align-items: center;
  margin: 20px 0px;
  background-color: #fff;
}
.jarlax_wrapper .content{
  padding: 20px 40px;
}
@media screen and (min-width: 768px) {
.jarlax_wrapper:nth-of-type(even) .content {
  padding: 20px 40px;
 -webkit-order:1;
 -ms-flex-order:1;
 order:1
}
.jarlax_wrapper:nth-of-type(even) .image .image__card {
  left: -30px;
}
}
@media screen and (max-width: 992px) {
  .jarlax_wrapper {
    flex-wrap: wrap;
  }
}
.jarlax_wrapper .content__title {
  margin-bottom: 30px;
  color: #111;
  font-weight: 400;
  font-family: "Gilda Display", serif;
  font-size: 48px;
}
.jarlax_wrapper .content__subtitle {
  font-size: 18px;
  margin-bottom: 45px;
}
.jarlax_wrapper .image {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .jarlax_wrapper .image {
    margin-right: 0;
  }
}
.jarlax_wrapper .image .image-height {
    min-width: 100%;
    min-height: 100%;
}
.jarlax_wrapper .image .image__card {
  padding: 12px 30px 12px 12px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.16);
  display: flex;
  gap: 20px;
  align-items: center;
  max-width: max-content;
  background-color: #fff;
  position: absolute;
  top: 40px;
  right: -30px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
.jarlax_wrapper .image .image-height {
  min-width: 400px;
  min-height: 250px;
}
}
@media screen and (max-width: 768px) {
  .jarlax_wrapper .image .image__card {
    right: 0;
  }
}
.jarlax_wrapper .image .image__card .icon {
  height: 82px;
  min-width: 82px;
  background-color: var(--mxst-gray);
  font-size: 45px;
  color: var(--mxst-primary);
}
.jarlax_wrapper .image .image__card i {
  height: 42px;
  min-width: 42px;
  background-color: var(--mxst-gray);
  font-size: 25px;
  color: var(--mxst-primary);
  display: grid;
  place-items: center;
  border-radius: 10px;
}
.subtitle__icon__two, .subtitle__icon__five {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  color: var(--mxst-primary);
}

.jarallax > .jarallax-img, picture.jarallax-img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .jarallax > .jarallax-img, picture.jarallax-img img {
    position: relative;
  }
}

.jara-mask-1 {
  width: 100%;
  padding-top: 100%;
  backdrop-filter: blur(20px);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .jara-mask-1 {
    padding-top: inherit;
  }
}

.jara-mask-2 {
  width: 100%;
  backdrop-filter: blur(20px);
  border-radius: 10px;
  overflow: hidden;
}

.jara-mask-3 {
  width: 100%;
  backdrop-filter: blur(20px);
  overflow: hidden;
}
.video__area__image {
  position: relative;
  height: 685px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .video__area__image {
    height: 350px;
  }
}
.video__area__image::before {
  background: rgba(0, 8, 52, 0.3);
  border-radius: 10px;
}
.video__area__image img {
  max-width: 100%;
}

.video--spinner__wrapper {
  position: absolute;
  max-width: max-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video--spinner__wrapper .rts__circle--icon i {
  font-size: 50px;
  line-height: 1 !important;
}
@media screen and (max-width: 768px) {
  .video--spinner__wrapper .rts__circle--icon i {
    font-size: 30px;
  }
}

.video__area__image.is__home__three::before {
  border-radius: 0;
}

.video__area__image.is__room__details {
  height: 500px !important;
}
@media screen and (max-width: 576px) {
  .video__area__image.is__room__details {
    height: 400px !important;
  }
}

.theme-btn.fill {
  background: var(--mxst-primary);
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  transition: var(all .4s ease;);
}
.theme-btn.fill:hover {
  color: #fff;
  border-color: var(--mxst-primary);
}
.theme-btn.fill:hover span {
  color: #fff;
  mix-blend-mode: normal;
}
.theme-btn.sm-btn {
  padding: 5px 20px;
}
@media screen and (max-width: 1200px) {
  .theme-btn.sm-btn {
    padding: 5px 10px;
  }
}
.theme-btn.no-border {
  border: none;
}
.theme-btn:hover.border {
  border-color: var(--mxst-primary);
}
.theme-btn:hover.fill {
  background: var(--mxst-primary);
  color: #fff;
}
.btn-style {
  overflow: hidden;
  font-size: inherit;
  font-weight: 500;
  border-radius: 6px;
  color: #fff;
}

.btn-style span {
  display: block;
  position: relative;
  mix-blend-mode: hard-light;
  z-index: 10;
  color: #fff;
}
.btn-style span i {
  position: relative;
  top: 2px;
}

.btn-style:hover span {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
  color: #fff;
}

@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}
@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.btn-style::before {
  content: "";
  background: var(--mxst-primary);
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.btn-style:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn-style::after {
  content: "";
  background: var(--mxst-primary);
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn-style:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}


.theme-btn {
  pointer-events: auto;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 8px 20px;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  position: relative;
  display: inline-block;
}
.theme-btn::before, .theme-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
