.first-display {
  background-image: url('/vrb_project/images/hny/1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 470px;
}

.my-container {
  max-width: 600px;
  padding: 0 15px;
  margin: 0 auto;
}

.first-display__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 470px;
}

.first-display__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin: auto 0;
}

.first-display__title {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 43px;
  text-align: center;
  color: #FFFFFF;
}

.first-display__text {
  font-family: "GothamProMedium", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}

.buy {
  height: 90px;
  background-color: rgba(19, 33, 61, 1);
}

.buy__title {
  font-family: "GothamProMedium",
    sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.buy__wrapper {
  margin: 0 auto;
  width: 320px;
}

.buy__text {
  font-family: "GothamProMedium",
    sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}

.newYear-info {
  background-image: url('/vrb_project/images/hny/2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.newYear-info__title {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 35px;
  color: #151515;
  max-width: 600px;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-top: 60px;
}

.newYear-info__img {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.newYear-info__title strong {
  color: #D1A77A;
}

.newYear-info__text {
  font-family: "GothamProMedium",
    sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  max-width: 600px;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.newYear-info__title-small {
  font-family: "GothamProMedium",
    sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  max-width: 600px;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.newYear-info__list {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  padding: 0 15px;
  margin: 0 auto;
  gap: 10px;
  margin-bottom: 30px;
}

.newYear-info__item {
  display: flex;
  gap: 15px;
  font-family: "GothamProMedium",
    sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.price-blue {
  position: relative;
  background-color: rgba(19, 33, 61, 1);
  height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.price-blue__text {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 35px;
  color: #FFFFFF;
}

.price-orange {
  height: 165px;
  background: #D1A77A;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.price-orange__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.price-orange__text {
  font-family: "GothamProMedium",
    sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}

.price-blue__container {
  position: relative;
}

.price-orange__text strong {
  font-weight: 700;
}

.price-blue__arrow {
  width: 40px;
  height: 20px;
  bottom: -18px;
  position: absolute;
  left: 25px;
}

.newYear {
  background-image: url('/vrb_project/images/hny/5.jpg');
  background-size: cover;
  padding: 60px 0;
  background-repeat: no-repeat;
  background-position: bottom;
}

.newYear__title {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 35px;
  color: #151515;
  margin-bottom: 30px;
}

.newYear__orange {
  font-family: "GothamProMedium",
    sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #D1A77A;
  margin-bottom: 20px;
}

.newYear__text {
  font-family: "GothamProMedium",
    sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  margin-bottom: 20px;
}

.newYear__black {
  font-family: "GothamProMedium",
    sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
}

.newYear__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}

.newYear__item {
  display: flex;
  gap: 15px;
}

.newYear__bot {
  font-family: "GothamProMedium",
    sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.reserving-newYear {
  padding: 60px 0;
}

.reserving-newYear__title {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  color: #151515;
  margin-bottom: 30px;
}

.reserving-newYear__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reserving-newYear__link {
  font-family: "GothamProMedium",
    sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #00397F;
  text-decoration: none;
}

.reserving-newYear__text {
  font-family: "GothamProMedium",
    sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #000;
}

.reserving-newYear__link-under {
  font-family: "GothamProMedium",
    sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #00397F;
  margin-bottom: 30px;
}

.reserving-newYear__small-text {
  font-family: "GothamProMedium",
    sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}

.reserving-newYear__button {
  font-family: "GothamProMedium",
    sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  padding: 16px 88px;
  background: #E6BF96;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}