.soppiya_ts_info_banner_section {
  background-color: #000000;
  padding: 32px 0;
}
.soppiya_ts_banner_content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 26px;
}
/* ### sidebar ### */
.soppiya_ts_banner_sidebar_top_row {
  border-bottom: 1px solid #56524e;
  padding-bottom: 12px;
}
.soppiya_ts_banner_sidebar_top_row h1 {
  font-size: 24px;
  font-weight: 650;
  line-height: 46px;
  color: #ffffff;
  margin-bottom: 5px;
}
.soppiya_ts_banner_sidebar_top_row p {
  font-size: 12px;
  font-weight: 450;
  line-height: 22px;
  color: #ffffff;
}
.soppiya_ts_sidebar_theme_desc {
  margin-top: 5px;
}
.soppiya_ts_col {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
.soppiya_ts_sidebar_col_title,
.soppiya_ts_banner_display_review p,
.soppiya_ts_dev p,
.soppiya_ts_dev a {
  font-size: 10px;
  font-weight: 550;
  line-height: 18px;
  color: #868686;
}
.soppiya_ts_banner_display_review {
  display: flex;
  align-items: center;
}

.soppiya_ts_banner_display_review p {
  color: #ffffff;
}

.soppiya_ts_dev a {
  text-decoration: underline;
  color: #ffffff;
}

.soppiya_ts_sidebar_buttons {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.soppiya_ts_sidebar_buttons a {
  background-color: transparent;
  height: 40px;
  font-size: 14px;
  font-weight: 550;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 40px;
}
.soppiya_ts_sidebar_buttons a:nth-child(1) {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #212326;
}
.soppiya_ts_sidebar_buttons a:nth-child(2) {
  border: 1px solid #56524e;
  color: #ffffff;
}
.soppiya_ts_themes_realise {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 8px;
}
.soppiya_ts_themes_realise p {
  font-size: 10px;
  font-weight: 450;
  line-height: 18px;
  color: #868686;
}
/* ### right content ### */
.soppiya_ts_banner_right_content {
  border: 1px solid #d6d3d1;
  border-radius: 16px;
  overflow: hidden;
  height: 580px;
}
.soppiya_ts_banner_theme_image {
  width: 100%;
  max-height: 580px;
  overflow-y: auto;
  scrollbar-width: none;
}
.soppiya_ts_banner_theme_image::-webkit-scrollbar {
  display: none;
}
.soppiya_ts_banner_theme_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.soppiya_ts_banner_mobile_frame {
  display: none;
}

/*  details */
.soppiya_ts_details_section {
  padding: 40px 0px;
}
@media (min-width: 768px) {
  .soppiya_ts_info_banner_section {
    padding: 32px 0px;
  }
  .soppiya_ts_banner_content {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  /* ### sidebar ### */
  .soppiya_ts_banner_sidebar {
    grid-column: span 3 / span 3;
  }
  .soppiya_ts_banner_sidebar_top_row {
    padding-bottom: 20px;
  }
  .soppiya_ts_banner_sidebar_top_row h1 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 12px;
  }
  .soppiya_ts_banner_sidebar_top_row p {
    margin-top: 12px;
    font-size: 14px;
  }

  .soppiya_ts_col {
    margin-top: 20px;
  }
  .soppiya_ts_sidebar_col_title,
  .soppiya_ts_banner_display_review p,
  .soppiya_ts_dev p,
  .soppiya_ts_dev a,
  .soppiya_ts_themes_realise p {
    font-size: 12px;
    line-height: 20px;
  }

  .soppiya_ts_sidebar_buttons {
    margin-top: 20px;
    flex-direction: column;
  }
  .soppiya_ts_sidebar_buttons a {
    font-size: 16px;
    line-height: 26px;
    height: 50px;
  }
  .soppiya_ts_themes_realise {
    margin-top: 12px;
  }

  /* ### right content ### */
  .soppiya_ts_banner_right_content {
    grid-column: span 9 / span 9;
    position: relative;
    height: 516px;
  }
  .soppiya_ts_banner_theme_image {
    max-height: 516px;
  }
  /* mobile frame */
  .soppiya_ts_banner_mobile_frame {
    display: block;
    position: absolute;
    bottom: 0;
    right: 20px;
    height: 331px;
    width: 170px;
    border: 3px solid #303030;
    border-radius: 14px 14px 0px 0px;
    box-shadow: 0px 0px 5px 0px #0000004d;
    background-color: #000000;
    overflow: hidden;
    transition: bottom 0.3s ease-in;
  }
  .soppiya_ts_banner_mobile_frame img {
    width: 100%;
  }
  /* details */
  .soppiya_ts_details_section {
    padding: 48px 0px;
  }
}

@media (min-width: 1366px) {
  .soppiya_ts_info_banner_section {
    padding: 64px 0px;
  }
  .soppiya_ts_banner_content {
    gap: 32px;
  }
  /* ### sidebar ### */
  .soppiya_ts_banner_sidebar {
    grid-column: span 3 / span 3;
  }
  /* ### right content ### */
  .soppiya_ts_banner_right_content {
    grid-column: span 9 / span 9;
    height: 578px;
  }
  .soppiya_ts_banner_theme_image {
    max-height: 578px;
  }
  /* mobile frame */
  .soppiya_ts_banner_mobile_frame {
    height: 416px;
    width: 225px;
  }
  /* details */
  .soppiya_ts_details_section {
    padding: 64px 0px;
  }
}
