body {
  font-family: 'Alex Brush', cursive;
  background-image: url('../images/home/body-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section {
  margin: 70px 0px;
}

@media (max-width: 992px) {
  section {
    margin: 40px 0px;
  }
}

@media (min-width: 1200px) {
  .custom-container {
    max-width: 1200px;
  }
}

h2 {
  font-size: calc(32px + 2.8vw);
  font-weight: 400;
  line-height: 1;
  margin-bottom: calc(12px + 1vw);
  font-family: 'Alex Brush', cursive;
  color: #fff;
}

p {
  font-family: 'Afacad Flux', sans-serif;
  font-size: calc(14px + 0.4vw);
  text-align: start;
  line-height: normal;
  color: #fff;
}

.btn-1 {
  display: inline-block;
  position: relative;
  margin-top: 50px;
}

.btn-1 .btn-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  font-family: 'Afacad Flux', sans-serif;
}

.bg-text {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}

.bg-text .text-img {
  width: auto;
  height: 79px;
}

/* Artist section */
.artist-section {
  position: relative;
}

.artist-title {
  text-align: center;
  margin-bottom: 50px;
}

.artist-section .artist {
  position: relative;
}

.artist-section .artist:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.87) 100%);
  /* border-radius: 10px; */
  /* optional */
  z-index: 1;
}

.artist-section .artist .star-1-box {
  position: absolute;
  right: -61px;
  top: -60px;
}

.artist-section .artist .star-1-box img {
  width: auto;
  height: 93px;
}

.artist-section .artist .star-5-box {
  position: absolute;
  right: 24px;
  top: -20px;
}

.artist-section .artist .star-5-box img {
  width: auto;
  height: 44px;
}


.artist-title h2 {
  font-size: 48px;
  font-weight: 400;
  position: relative;
  z-index: 2;
}

.artist h5 {
  margin-top: 15px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-family: 'Afacad Flux', sans-serif;
  padding: 0px 50px;
}

.artist p {
  font-size: 16px;
  text-align: center;
}

.escape-star {
  position: absolute;
  width: auto;
  height: 81px;
  right: 20%;
  bottom: -20px;
}

.artist.center-card {
  /* bottom: 40px; */
}

/* Space section */
.our-space-section {
  position: relative;
  background-image: url('../images/home/space-bg-text.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  /* padding: 80px 0px; */
}

.our-space-section .space-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.our-space-section img {
  width: 100%;
}

/* Work Section */
.our-work .word-list .item {
  color: rgba(255, 255, 255, 0.13);
  text-align: right;
  font-family: 'Afacad Flux', sans-serif;
  font-size: 36px;
  font-weight: 600;
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.show-revant-work {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: none;
  pointer-events: none;
}

.show-revant-work img {
  width: 350px;
  height: auto;
  object-fit: cover;
  transition: all 0.3s ease;
}

.our-work .word-list {
  position: relative;
}

.our-work .word-list .item {
  color: rgba(255, 255, 255, 0.13);
  text-align: right;
  font-family: 'Afacad Flux', sans-serif;
  font-size: 36px;
  font-weight: 600;
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.our-work .word-list .bottom-star {
  position: absolute;
  bottom: -58px;
  left: 20px;
}

.our-work .word-list .bottom-star img {
  width: auto;
  height: 109px;
}

.our-work .word-list .item.active {
  color: #fff;
}

.show-revant-work {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: auto;
  height: 357px;
}

.show-revant-work img {
  width: 100%;
  display: block;
  height: 100%;
}

.star-box-7 {
  text-align: center;
  position: relative;
}

.star-box-7 img {
  width: auto;
  height: 85px;
  position: relative;
  right: -172px;
  bottom: -42px;
}

/* Mobile Responsive */
@media (max-width: 992px) {
  .artist-section .artist .star-1-box {
    display: none;
  }
}