.side-panel__content--u-io9ehuw6q .side-panel__button-close--u-iwecgs6fy {
  right: 2%;
  top: 20px;
}
.joy-booking-widget {
  background: #fff;
}
.widget-outer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.widget-outer .left-wr {
  max-width: 720px;
  width: 100%;
  flex: none;
}
@media (max-width: 1420px) {
  .widget-outer .left-wr {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .widget-outer .left-wr {
    max-width: 100%;
  }
}
.widget-outer .left-wr .block-title {
  font-size: 1.2vw;
  font-size: 3vw;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
@media (max-width: 991px) {
  .widget-outer .left-wr .block-title {
    font-size: 16px;
  }
}
.widget-outer .left-wr .block-text {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 40px;
}
@media (max-width: 991px) {
  .widget-outer .left-wr .block-text {
    margin-top: 20px;
  }
}
.widget-outer .left-wr .bl-link {
  display: inline-block;
  text-decoration: none;
  background: #c11823;
  color: #fff;
  border-radius: 100px;
  padding: 12px 24px;
  margin-top: 20px;
}
.widget-outer .right-wr {
  max-width: 700px;
  width: 100%;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
  margin-left: 15px;
}
@media (max-width: 1700px) {
  .widget-outer .right-wr {
    max-width: calc(38% - 0px);
  }
}
@media (max-width: 767px) {
  .widget-outer .right-wr {
    display: none;
  }
}
.widget-outer .right-wr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
