#space #banner-box .img-box {
  position: relative;
}
#space #banner-box .img-box img {
  height: 70%;
  max-width: 80%;
  object-fit: contain;
}
#space #banner-box .img-box .txt {
  position: absolute;
  left: 20%;
  font-size: 3rem;
  font-weight: 900;
  line-height: 3rem;
}
#space #banner-box .img-box .txt span {
  position: relative;
}
#space #banner-box .img-box .txt span::after {
  background: #000;
  content: "";
  width: 70%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#space #banner-box .txt-box .txt h1,
#space #banner-box .txt-box .txt p {
  font-weight: 600;
}
#space #banner-box .txt-box .txt h1 {
  color: #6b6866;
}
#space #banner-box .txt-box .txt p {
  color: #f77b0d;
}
#space #banner-box .txt-box .txt .txt-item {
  font-weight: 400;
}
#space #banner-box .txt-box .txt .txt-item p {
  color: #000;
}
@media (max-width: 991px) {
  #space #banner-box .img-box img {
    height: auto;
    width: 80%;
  }
}
@media (max-width: 768px) {
  #space #banner-box .img-box img {
    height: 240px;
    width: 50%;
  }
}
#space .type-box .subtitle {
  color: #e09428;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
}
#space .type-box .btn-group .btn-item {
  border-radius: unset;
  background: #333c4d;
  color: #fff;
  overflow: hidden;
}
#space .type-box .btn-group .btn-item:first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
#space .type-box .btn-group .btn-item:last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
#space .type-box .btn-group .btn-item .btn-outline-primary {
  color: #fff;
}
#space .type-box .btn-group .btn-item .btn-outline-primary:hover {
  border-radius: 0;
  background: #f3cb5e;
}
#space .type-box .btn-group .btn-item .btn-check:checked + .btn-outline-primary {
  color: #fff;
  background: #f3cb5e;
  border-radius: 0;
}
@media (max-width: 768px) {
  #space .type-box .btn-group {
    flex-wrap: wrap;
  }
  #space .type-box .btn-group .btn-item {
    background: #fff;
    border-radius: 0 !important;
    border: #333c4d 1px solid;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #space .type-box .btn-group .btn-item .btn-outline-primary {
    color: #333c4d;
  }
  #space .type-box .btn-group .btn-item .btn-check:checked + .btn-outline-primary {
    color: #fff;
    background: #333c4d;
    border-radius: 0;
  }
}
#space .floor-box {
  padding-top: 0px;
}
#space .floor-box .floor {
  width: 100px;
  height: 100px;
  font-weight: 500;
  font-size: 2rem;
  color: #f77b0d;
  border-radius: 50%;
  border: 2.5px solid #e0dedd;
  display: flex;
  justify-content: center;
  align-items: center;
}
#space .floor-box .content-box {
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
}
#space .floor-box .content-box .item-box {
  overflow: hidden;
  position: relative;
  height: 200px;
}
#space .floor-box .content-box .item-box img {
  height: 100%;
  object-fit: cover;
}
#space .floor-box .content-box .item-box .txt-box {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: start;
}
#space .floor-box .content-box .item-box .txt-box p {
  text-shadow: 2px 2px 0px #000;
}
@media (max-width: 768px) {
  #space .floor-box .content-box .item-box .txt-box {
    width: 100%;
    left: 0;
    padding: 0 5px;
  }
}
#space .floor-box .content-box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #edb387;
  content: "";
}
#space .floor-box:first-child .content-box {
  padding-top: 0;
}
#space .floor-box:last-child .content-box::after {
  content: none;
}
#space .modal .space-box {
  color: #ec8750;
  font-size: 0.8rem;
  font-weight: 500;
}
#space .modal .space-box span {
  color: #000;
}
#space .modal .img-box img {
  max-height: 360px;
  object-fit: cover;
}
@media (max-width: 991px) {
  #space .modal .img-box img {
    max-height: 240px;
  }
}
#space .modal .txt-box p,
#space .modal .txt-box span {
  font-size: 1rem;
}
#space .btn-box .dumbbell {
  width: auto;
}
#space .btn-box .btn {
  background: #fff;
  width: auto;
  color: #f22929;
  border: 1px solid #f22929;
}/*# sourceMappingURL=space.index.css.map */