.booking-hero {
  /* background-color: #092f1d; */
  margin-top: -132px;
  margin-bottom: 32px;
}

.booking-hero__content {
  margin-top: 100px;
  align-items: center;
  justify-content: space-between;
}

.booking-hero__wrap {
  display: flex;
  align-items: start;
  justify-content: center;
}

.booking-hero__img {
  position: relative;
  width: 1064px;
  height: 849px;
  border-radius: 8px;
  background-image: url('./img/booking.png');
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
  margin-right: 32px;
  overflow: hidden;
}

.block-1 {
  position: absolute;
  left: 245px;
  top: 54px;
  /* width: 119px; */
  /* height: 120px; */
  transition: 0.5s ease;
  opacity: 0;
}

.block-1:hover {
  opacity: 1;
}

.block-2 {
  position: absolute;
  left: 352px;
  top: 54px;
  width: 175px;
  /* height: 92px; */
  transition: 0.5s ease;
  opacity: 0;
}

.block-2:hover {
  opacity: 1;
}

.block-3 {
  position: absolute;
  left: 191px;
  top: 108px;
  width: 116px;
  /* height: 120px; */
  transition: 0.5s ease;
  opacity: 0;
}

.block-3:hover {
  opacity: 1;
}

.block-4 {
  position: absolute;
  left: 526px;
  top: 54px;
  width: 94px;
  /* height: 92px; */
  transition: 0.5s ease;
  opacity: 0;
}

.block-4:hover {
  opacity: 1;
}

.block-5 {
  position: absolute;
  left: 529px;
  top: 107px;
  width: 86px;
  /* height: 120px; */
  transition: 0.5s ease;
  opacity: 0;
}

.block-5:hover {
  opacity: 1;
}

.block-6 {
  position: absolute;
  left: 124px;
  top: 199px;
  width: 175px;
  /* height: 92px; */
  transition: 0.5s ease;
  opacity: 0;
}

.block-6:hover {
  opacity: 1;
}

.block-7 {
  position: absolute;
  left: 421px;
  top: 199px;
  width: 120px;
  /* height: 120px; */
  transition: 0.5s ease;
  opacity: 0;
}

.block-7:hover {
  opacity: 1;
}

.block-8 {
  position: absolute;
  left: 288px;
  top: 201px;
  width: 137px;
  /* height: 92px; */
  transition: 0.5s ease;
  opacity: 0;
}

.block-8:hover {
  opacity: 1;
}

.block-9 {
  position: absolute;
  left: 391px;
  top: 315px;
  width: 133px;
  /* height: 120px; */
  transition: 0.5s ease;
  opacity: 0;
}

.block-9:hover {
  opacity: 1;
}

.block-10 {
  position: absolute;
  left: 6px;
  top: 300px;
  width: 201px;
  /* height: 92px; */
  transition: 0.5s ease;
  opacity: 0;
}

.block-10:hover {
  opacity: 1;
}

.block-11 {
  position: absolute;
  left: 655px;
  top: 102px;
  width: 124px;
  /* height: 120px; */
  transition: 0.5s ease;
  opacity: 0;
}

.block-11:hover {
  opacity: 1;
}

.block-12 {
  position: absolute;
  left: 648px;
  top: 181px;
  width: 141px;
  /* height: 92px; */
  transition: 0.5s ease;
  opacity: 0;
}

.block-12:hover {
  opacity: 1;
}

.booking-hero__title {
  font-family: Jost;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin: 0;
  margin-bottom: 32px;
}

.booking-hero__box {
  width: 200px;
  height: 540px;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
}

.booking_number_choose {
  font-family: Jost;
  font-size: 36px;
  font-weight: 600 !important;
  line-height: 40px;
  text-align: left;
  color: rgba(9, 48, 29, 1);  
}