:root {
  --hb-color1: #00B1CD;
  --hb-color-dark: #444;
  --hb-color-light: #fff;
}
.hb-container {
  width: 100%;
  max-width: 1240px;
  padding-inline: 20px;
  box-sizing: border-box;
  margin-inline: auto;
}
.hb-btn {
  padding: 12px 24px;
  box-sizing: border-box;
  display: table;
  border-radius: 15px;
  transition: all 0.2s linear;
}
.hb-btn,
.hb-btn:visited {
  color: #fff;
  background-color: var(--hb-color1);
  text-decoration: none;
}
.hb-btn:hover {
  transform: translateY(2px);
}
.hb-color1 {
  color: var(--hb-color1);
}
.hb-set {
  margin-block: 120px 20px;
}
@media (max-width: 768px) {
  .hb-set {
    margin-block: 20px;
  }
}
.hb-set__holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.hb-set__item--images {
  flex: 1 1 500px;
  position: relative;
  overflow: hidden;
}
.hb-set__featured-image {
  width: 100%;
  margin-bottom: 20px;
}
.hb-set__featured-image img {
  width: 100%;
  height: auto;
  display: table;
}
.hb-set__slider-images {
  width: 100%;
  max-width: 500px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hb-set__slider-images {
    max-width: 370px;
    margin-inline: auto;
  }
}
.hb-set__slider-images .swiper,
.hb-set__slider-images .swiper-container {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 768px) {
  .hb-set__slider-images .swiper,
  .hb-set__slider-images .swiper-container {
    max-width: 370px;
    margin-inline: auto;
  }
}
.hb-set__slider-images .swiper img,
.hb-set__slider-images .swiper-container img {
  height: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .hb-set__slider-images .swiper img,
  .hb-set__slider-images .swiper-container img {
    height: 200px;
  }
}
.hb-set__item--texts {
  flex: 1 1 600px;
}
.hb-set__heading {
  font-size: 40px;
}
@media (max-width: 768px) {
  .hb-set__heading {
    font-size: 30px;
  }
}
.hb-set__packages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  margin-block: 25px;
}
.hb-set__package {
  flex: 1 1 250px;
  padding: 13px 20px;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}
.hb-set__extra-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-block: 25px;
}
.hb-set__extra-item {
  flex: 0 1 350px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}
.hb-set__extra-item img {
  height: 200px;
  width: 100%;
  object-fit: contain;
  object-position: center center;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .hb-set__extra-item {
    flex: 1 1 100%;
  }
}
.hb-pull-sets {
  margin-block: 20px;
}
.hb-pull-sets__holder {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.hb-pull-sets__item {
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  flex: 0 1 350px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}
@media (max-width: 450px) {
  .hb-pull-sets__item {
    flex: 1 1 45%;
  }
}
.hb-pull-sets__image {
  margin-bottom: 20px;
}
.hb-pull-sets__image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: table;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .hb-pull-sets__image img {
    height: 150px;
  }
}
.hb-pull-sets__name {
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s;
}
.hb-pull-sets__name,
.hb-pull-sets__name:visited {
  color: var(--hb-color-dark);
}
.hb-pull-sets__name:hover,
.hb-pull-sets__name:visited:hover {
  color: var(--hb-color1);
}
.hb-pull-sets__btn {
  padding: 12px 24px;
  box-sizing: border-box;
  display: table;
  border-radius: 15px;
  transition: all 0.2s linear;
}
.hb-pull-sets__btn,
.hb-pull-sets__btn:visited {
  color: #fff;
  background-color: var(--hb-color1);
  text-decoration: none;
}
.hb-pull-sets__btn:hover {
  transform: translateY(2px);
}
/*# sourceMappingURL=all.css.map */