.image {
  position: absolute;
  right: 70px;
  margin-top: -80px;
}

.image > img {
  height: 650px;
  object-fit: cover;
  object-position: center center;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  z-index: 1;
}

.mt-md-70px {
  margin-top: -70px;
}

.p-80px {
  padding: 80px 80px 65px 80px;
}

@media (max-width: 1000px) {
  .p-80px {
    padding: 50px 20px;
  }

  .image {
    margin-top: -50px;
  }
}

@media (max-width: 768px) {
  .image {
    position: relative;
    float: left;
    margin-top: 50px;
    right: 0px;
  }

  .image > img {
    height: auto;
  }

  .mt-md-70px {
    margin-top: -100px;
  }
}

.bg-overlary {
  background-color: #05050542;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.bg-image {
  background: url("../img/bg-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  height: 500px;
}

.animate {
  transform: translate3d(0, 0, 0) !important;
  transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.2s !important;
}

/****slider full*******/
#slider-full.swiper-container {
  height: 100vh;
  width: 100%;
}

#slider-full > .swiper-wrapper {
  width: 100%;
  will-change: transform;
}

#slider-full > .swiper-wrapper > .swiper-slide {
  width: 100%;
  background-color: white;
  overflow: hidden;
  border-radius: 0px;
}

#slider-full > .swiper-wrapper > .swiper-slide.swiper-slide-active .slide-image,
#slider-full
  > .swiper-wrapper
  > .swiper-slide.swiper-slide-duplicate-active
  .slide-image {
  transform: scale3d(1, 1, 1);
}

#slider-full > .swiper-wrapper > .swiper-slide > .slide-image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale3d(1.3, 1.3, 1.3);
  backface-visibility: hidden;
  will-change: transform;
  transition: transform 8000ms ease;
}

.swiper-pagination-slider-full {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
}

.swiper-pagination-slider-full {
  bottom: 200px !important;
  z-index: 999;
  padding-right: 130px;
  justify-content: flex-end;
}

.swiper-pagination-slider-full > .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-slider-full > .swiper-pagination-bullet-active:before {
  width: 4px;
  height: 4px;
  background: #fff;
  content: "";
  border-radius: 360%;
}

.swiper-pagination-slider-full > .swiper-pagination-bullet {
  background: transparent;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  opacity: 1;
  margin: 13px !important;
}

.swiper-pagination-slider-full > .swiper-pagination-bullet:hover {
  border: 1px solid #fff;
  transition: all 0.5s ease;
}

.swiper-pagination-slider-full > .swiper-pagination-bullet:before {
  width: 4px;
  height: 4px;
  background: #fff;
  content: "";
  border-radius: 360%;
  opacity: 1;
}

.caption-slide {
  position: absolute;
  z-index: 1050;
  top: 40%;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0px 20px;
}

/******slider room***/
.swiper-slide {
  text-align: left;
}

.slide-room {
  width: 540px;
  margin-right: 30px;
  opacity: 0.5;
}

.swiper-slide-active {
  opacity: 1;
}

.cont-image {
  overflow: hidden;
}

.cont-image > a > img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.cont-image > a > img:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

.swiper-button-next-room {
  height: 100%;
  position: absolute;
  right: 0px;
  width: 350px;
  top: 0px;
  z-index: 1;
}

.swiper-button-prev-room {
  height: 100%;
  position: absolute;
  left: 0px;
  width: 350px;
  top: 0px;
  z-index: 1;
}

@media (max-width: 1000px) {
  .swiper-button-next-room,
  .swiper-button-prev-room {
    width: 50px;
  }
}
