/*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */

/* MAIN PAGE CSS */
.wrapper {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.section_tit {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}

.more-btn {
}
.more-btn a {
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  padding: 13px 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}

.mainswiper_seciton {
  cursor: grab;
}
.mainswiper_seciton .img--block {
  filter: brightness(0.7);
  height: 748px;
}
.mainswiper_seciton .img--block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainswiper_seciton .swiper-pagination {
  bottom: 20px;
  color: #fff;
}

/* tab section */
.tab_section {
  background: var(--main-bg);
}
.tab-menu {
  position: sticky;
  top: 0;
  background: var(--main-bg);
  z-index: 9;
}
.tab-menu li {
  display: inline-block;
  padding: 20px 10px;
  font-size: 16px;
  color: #e1e1e1;
  cursor: pointer;
}

.tab-menu .active {
  color: #fff;
  font-weight: 500;
}

.tab-pane {
  padding: 0 20px;
}

.tab-pane.active {
}

.tab-content {
  color: #b0bbc1;
}

.review_box {
  display: flex;
  align-items: center;
  gap: 5px;
}
#tab1 .tab_box.first {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#tab1 .tab_box.four {
  position: relative;
  display: flex;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#tab1 .tab_box.four .list-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 50%;
}
#tab1 .tab_box.four .list-box li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.list-box li img {
}
#tab1 .tab_box.four .list-box li p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.tab_box.five {
}
.grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  width: 100%;
  gap: 10px;
}
.grid_box li {
}
.profile_card {
  position: relative;
}
.profile_card .img--block {
  border-radius: 10px;
  overflow: hidden;
}
.profile_card .img--block img {
  width: 100%;
  height: 100%;
}
.profile_card p {
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

/* tab2 */
#tab2 {
}
#tab2 .img--block {
  filter: brightness(0.8);
}
#tab2 .img--block img {
  width: 100%;
  height: 100%;
}
#tab2 .tab_box.second {
  margin-top: 40px;
  margin-bottom: 40px;
}
#tab2 .tab_box.second .list-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* tab3 */
#tab3 {
}
#tab3 .tab_box.second .list-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#tab3 .tab_box.second .list-box li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: #121417;
  border: 1px solid #171c23;
}
.call-btn {
}
.call-btn a {
  border-radius: 5px;
  color: #fff;
  padding: 12px 28px;
  background: #d60800;
}

/* ad-banner */
.ad-banner {
  position: relative;
}
.ad-banner .img--block {
  padding: 0 15px;
}
.ad-banner .img--block img {
  width: 100%;
  height: 100%;
}
.ad-banner .tx--block {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
}
.ad-banner .tx--block .ev-btn {
}
.ad-banner .tx--block .ev-btn a {
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #d60800;
  background: #fff;
}

/* tab4 */
#tab4 {
}
#tab4 .review_box p {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
}

#tab4 {
}
#tab4 .swiper .review_card {
  padding: 20px;
  background: #121417;
  border: 1px solid #171c23;
}
#tab4 .swiper .review_card > div {
  display: flex;
  gap: 5px;
}

.stars {
  display: flex;
  align-items: center;
}
.stars {
}

/* tab5 */
#tab5 {
}
#tab5 .map--block {
  margin-top: 20px;
  width: 100%;
  min-height: 320px;
  background: #fff;
}

/* tab6 */
#tab6 {
}
#tab6 .swiper {
  padding-bottom: 40px;
}
.location_card .img--block {
  max-height: 130px;
  overflow: hidden;
}
.location_card .tx--block {
  padding: 20px;
  background: #121417;
  border: 1px solid #171c23;
}

.tag_list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tag_list li {
  background: #272b31;
  color: #b0b8c1;
  padding: 5px;
}

/*404*/
.lo-404 {
  max-width: 600px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 10vh 0;
}

@media screen and (max-width: 420px) {
  .tab-pane {
    padding: 0 10px;
  }

  #tab2 .tab_box.third .fz-24 {
    font-size: 18px;
  }
  #tab2 .tab_box.third .fz-50 {
    font-size: 25px;
  }

  #tab3 .tx--block {
    top: 15px;
    left: 40px;
  }
  .ad-banner .tx--block .fz-24 {
    font-size: 16px;
  }

  .ad-banner .tx--block .ev-btn a {
    font-size: 10px;
  }
}

@media screen and (max-width: 500px) {
  .ad-banner .tx--block .fz-24 {
    font-size: 18px;
  }
  .ad-banner .tx--block .ev-btn a {
    font-size: 10px;
  }
}
