.aos-init {
  display: flex;
  justify-content: flex-end;
}

.text-content {
  max-width: 1203px;
  margin: 0 auto;
  padding-left: 6.5vw;
  padding-right: 6.5vw;
}

.feature-cards-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1.2rem;
  max-width: 1203px;
  margin: 0;
  margin: 0 auto;
  padding: 6.5vw;
}

.feature-card-item {
  padding: 2rem;
  border-radius: 1.38vw;
  background-color: #efefef;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-card-item:nth-of-type(2),
.feature-card-item:nth-of-type(4),
.feature-card-item:nth-of-type(6) {
  background-color: black;
  color: white;
}

.feature-card-item-img {
  width: 100%;
  height: 10rem;
}

.feature-card-item-img:nth-of-type(1) {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1.38vw;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}

div.feature-card-item:nth-child(1) > div:nth-child(3) {
  background-image: url("../images/blender_com/feature_1.webp");
}

div.feature-card-item:nth-child(2) > div:nth-child(3) {
  background-image: url("../images/blender_com/feature_2.webp");
  background-size: cover;
}

div.feature-card-item:nth-child(3) > div:nth-child(3) {
  background-image: url("../images/blender_com/feature_3.webp");
  background-position: bottom;
}

div.feature-card-item:nth-child(4) > div:nth-child(2) {
  background-image: url("../images/blender_com/feature_4.webp");
  background-size: cover;
  background-position: left;
}

div.feature-card-item:nth-child(5) > div:nth-child(2) {
  background-image: url("../images/blender_com/feature_5.webp");
  background-size: cover;
  background-position: center;
}

div.feature-card-item:nth-child(6) > div:nth-child(2) {
  background-image: url("../images/blender_com/feature_6.webp");
  background-size: cover;
  background-position: center;
}

.showcase > img:nth-child(2) {
  width: 50%;
  margin-block: 4.5vw;
}

.showcase {
  display: flex;
  flex-direction: column;
  background-color: #1e1e1e;
  color: white;
  padding: 6.5vw;
  position: relative;
  padding-bottom: 3.5vw;
  max-height: 795px;
}

.showcase > img:nth-child(2) {
  margin-left: 6.5vw;
}

.showcase-content {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 2rem;

  position: relative;
  margin-block: 4rem;
  max-width: 1203px; /*! margin: 0 auto; */
  margin-left: auto;
  margin-right: auto;
}

.showcase-left {
  width: 55%;
  height: 100%;
  position: relative;
}

.showcase-left > img:nth-child(1) {
  width: 100%;
  position: absolute;
  right: 0rem;
  width: 113%;
  padding-left: 1vw;
}

.showcase-right {
  display: flex;
  flex-direction: column; /*! gap: 2rem; */
}

.showcase-right-top {
  margin-bottom: 1rem;
}

.blendercom-video {
  object-fit: cover;
  width: 100%;
  border-radius: 1.38vw;
}

.hero-inner-content {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 600px;
  z-index: 100;
  background-color: white;
  padding: 2rem;
  border-radius: 20px;
  bottom: 3rem;
  height: 33%;
  right: 1rem;
  /* From https: //css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  border-top-left-radius: 180px;
  justify-content: space-around;
}

@media (width <= 928px) {
  .feature-cards-grid-container {
    padding: 1.5vw;
    padding-bottom: 6.5vw;
  }
}

@media (width <= 785px) {
  .feature-cards-grid-container {
    display: flex;
    flex-direction: column;
  }

  .feature-card-item:nth-of-type(2),
  .feature-card-item:nth-of-type(4),
  .feature-card-item:nth-of-type(6) {
    background-color: #efefef;
    color: black;
  }
}

/* 加入Blender Studio Asia */
.showcase-right-bottom > button:nth-child(3) {
  padding: 1rem 2rem;
  border-radius: 1vw;
  border: none;
  margin-top: 0.5rem;
  background-color: orange;
  cursor: pointer;
}

@media (width <= 1025px) {
  .showcase {
    max-height: 1100px;
  }
  .showcase-content {
    flex-direction: column-reverse;
  }

  .showcase-left {
    width: 100%;
    margin-top: 2rem;
  }

  .showcase-left > img:nth-child(1) {
    position: inherit;
    padding-left: 0;
    width: 100%;
  }

  .showcase-right {
    flex-direction: row-reverse;
    gap: 2rem;
  }
}

@media (width <= 649px) {
  .showcase {
    max-height: fit-content;
    padding-bottom: 6.5vw;
  }
  .showcase-content {
    flex-direction: column;
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .showcase-right {
    flex-direction: column;
    gap: 1rem;
  }

  .showcase-right-top {
    margin-bottom: 0;
  }
}

.about-cgge-text {
  border: none;
  color: white;
}

.about-cgge-arrow {
  border: none;
  border-left: 1px solid white;
  color: white;
}

.hero-inner-content-top > a:nth-child(1) {
  text-decoration: none !important;
}

.about-cgge-button {
  cursor: pointer;
}

div.text-content {
  padding-left: 0;
  padding-right: 0;
}
