:root {
  --main-red: #ED1C24;
  --dark-gray: #666666;
  --light-gray: #B9B9B9;
  --black: #000000;
  --white: #ffffff;
}
.InnerGIGABYTEContent .s06_fade_up_list li {
  list-style: disc !important;
}

@font-face {
  font-family: "Gotham";
  src: url(../font/Gotham-Medium.otf);
}

@font-face {
  font-family: "Gotham_Bold";
  src: url(../font/Gotham-Bold.otf);
}

@font-face {
  font-family: "Gotham_Light";
  src: url(../font/Gotham-Light.otf);
}

/* section common style */
.InnerGIGABYTEContent {
  background-color: var(--black);
}

.InnerGIGABYTEContent .s04_tab_area .active_indicator,
.InnerGIGABYTEContent .s05_tab_area .active_indicator,
.InnerGIGABYTEContent .s06_tab_area .active_indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 55px;
  background-color: var(--main-red); /* 紅色區塊的背景色 */
  transition: left 0.3s ease-in-out, width 0.3s ease-in-out; /* 滑動過渡的效果 */
  z-index: 0;
}

.InnerGIGABYTEContent .s05_connectivity_tab_area .active_indicator,
.InnerGIGABYTEContent .s05_output_tab_area .active_indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 55px;
  background-image: linear-gradient(rgb(58, 61, 66), rgba(0, 0, 0, 0));
  transition: left 0.3s ease-in-out, width 0.3s ease-in-out; /* 滑動過渡的效果 */
  z-index: 0;
}

/* modal style */
.InnerGIGABYTEContent .modal .modal-header {
  font-family: "Gotham_Bold";
  font-size: 18px;
}

/* nav */
.InnerGIGABYTEContent .nav-block {
  position: fixed;
  bottom: 35%;
  right: 2%;
  z-index: 5000;
  display: block;
}

.InnerGIGABYTEContent .nav-block .nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.InnerGIGABYTEContent .nav-block .nav-list__item__link {
  display: flex;
  justify-content: flex-end;
  height: 25px;
  text-decoration: none;
}

.InnerGIGABYTEContent .nav-block .nav-list__item__link span {
  display: none;
  font-family: "Gotham";
  font-size: 12px;
  color: var(--light-gray);
  line-height: 1;
  margin-top: -1px;
}

.InnerGIGABYTEContent .nav-block .nav-list__item__link::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 12px;
  background-color: var(--dark-gray);
  margin-left: 10px;
  transition: all 0.4s;
}

.InnerGIGABYTEContent .nav-block .nav-list__item__link:hover span {
  display: block;
}

.InnerGIGABYTEContent .nav-block .nav-list__item__link:hover::after {
  width: 10px;
  height: 10px;
  background-color: var(--light-gray);
}

/* s01 landing page */
.InnerGIGABYTEContent .s01 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url('./innergigabyteimages2/s01_bg.gif') no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.InnerGIGABYTEContent .s01 .h1 {
  font-size: 50px;
  font-family: "Gotham_Bold";
  color: var(--white);
  text-align: center;
}

.InnerGIGABYTEContent .s01_subTitle {
  width: 550px;
  padding: 40px;
}

.InnerGIGABYTEContent .s01_subTitle img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.InnerGIGABYTEContent .s01_product {
  width: 250px;
}

.InnerGIGABYTEContent .s01_product img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.InnerGIGABYTEContent .s01_feature {
  width: 180px;
}

.InnerGIGABYTEContent .s01_feature img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* s02 video */
.InnerGIGABYTEContent .s02 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.InnerGIGABYTEContent .s02 video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* s03 component animation */
.InnerGIGABYTEContent .s03 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
  background-image: linear-gradient(rgba(27, 29, 33, 1), rgba(0, 0, 0, 0));
}

.InnerGIGABYTEContent .s03 h2 {
  font-family: "Gotham_Bold";
  font-size: 40px;
  color: var(--white);
}

.InnerGIGABYTEContent .s03 .animationImages {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.InnerGIGABYTEContent .s03 .animationImages .image-box .btn {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  font-family: "Gotham";
  font-weight: bold;
  position: absolute;
  top: 15px;
  left: -25px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.3);
}

.InnerGIGABYTEContent .s03 .animationImages .image-box.box-01 {
  width: 120px;
  height: auto;
  position: absolute;
  top: 0;
  left: 25%;
  opacity: 0;
}

.InnerGIGABYTEContent .s03 .animationImages .image-box.box-02 {
  width: 60px;
  height: auto;
  position: absolute;
  top: 0;
  left: 25%;
  opacity: 0;
}

.InnerGIGABYTEContent .s03 .animationImages .image-box.box-03 {
  width: 180px;
  height: auto;
  position: absolute;
  top: 0;
  left: 25%;
  opacity: 0;
}

.InnerGIGABYTEContent .s03 .animationImages .image-box.box-04 {
  width: 50px;
  height: auto;
  position: absolute;
  top: 0;
  left: 25%;
  opacity: 0;
}

.InnerGIGABYTEContent .s03 .animationImages .image-box.box-05 {
  width: 50px;
  height: auto;
  position: absolute;
  top: 0;
  left: 25%;
  opacity: 0;
}

.InnerGIGABYTEContent .s03 .animationImages .image-box.box-06 {
  width: 50px;
  height: auto;
  position: absolute;
  top: 0;
  left: 25%;
  opacity: 0;
}

.InnerGIGABYTEContent .s03 .animationImages .image-box.box-07 {
  width: 100px;
  height: auto;
  position: absolute;
  top: 0;
  left: 28%;
  opacity: 0;
}

.InnerGIGABYTEContent .s03 .animationImages .image-box.box-product {
  width: 250px;
  height: 130px;
}

.InnerGIGABYTEContent .s03 .animationImages .image-box.box-bottom {
  width: 250px;
  height: 130px;
  object-position: center;
}

.InnerGIGABYTEContent .s03 .animationImages .image-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
  overflow: hidden;
}

.InnerGIGABYTEContent .fly-item {
  position: absolute;
  top: 0;
  left: 0;
}

.InnerGIGABYTEContent .invisible {
  opacity: 0;
  transition-duration: 1s;
}

.InnerGIGABYTEContent .hidden-item {
  display: none;
}

.InnerGIGABYTEContent .display-item {
  display: flex;
  align-items: center;
}

.InnerGIGABYTEContent .collapse-btn {
  width: 150px;
  border: unset;
  border-radius: 20px;
  background-color: var(--main-red);
  box-shadow: 1px 1px 2px 1px var(--main-red);
  font-family: "Gotham_Bold";
  font-size: 25px;
  color: var(--white);
}

.InnerGIGABYTEContent .collapse-btn:hover,
.InnerGIGABYTEContent .collapse-btn:focus {
  background-color: var(--main-red);
}

.InnerGIGABYTEContent .collapse-btn:focus {
  outline: none !important;
}

/* s04 Performanvce Low Noise Upgrade Kit */
.InnerGIGABYTEContent .s04 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  position: relative;
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
  background-image: linear-gradient(rgba(27, 29, 33, 1), rgba(0, 0, 0, 0));
}

.InnerGIGABYTEContent .quarter-circle {
  width: 2000px;
  height: 2000px;
  background-color: rgba(31, 31, 31, 0.572); 
  border-radius: 50%; 
  position: absolute;
  top: -1500px;
  right: -1000px;
  z-index: 0;
}

.InnerGIGABYTEContent .s04 .s04_tab_area {
  width: 800px;
  height: 60px;
  display: flex;
  align-items: center;
  border: 1px solid var(--white);
  border-radius: 60px;
  font-size: 20px;
  font-family: "Gotham";
  color: var(--white);
  list-style: none;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
}

.InnerGIGABYTEContent .s04 .s04_tab_area .s04_tab {
  text-align: center;
  flex-grow: 1;
  height: 100%;
  cursor: pointer;
  padding: 15px;
  z-index: 1;
}

.InnerGIGABYTEContent .s04 .s04_content_area {
  content-visibility: hidden;
  opacity: 0;
  transition: .5s ease-in;
}

.InnerGIGABYTEContent .s04 #s04_tab_01_content.s04_content_area.active {
  content-visibility: visible;
  opacity: 1;
  position: relative;
}

.InnerGIGABYTEContent .s04 #s04_tab_02_content.s04_content_area.active,
.InnerGIGABYTEContent .s04 #s04_tab_03_content.s04_content_area.active {
  content-visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.InnerGIGABYTEContent .carousel {
  margin-top: 15px;
}

.InnerGIGABYTEContent .s04 .s04_content_area h2 {
  font-family: "Gotham_Bold";
  font-size: 40px;
  color: var(--white);
  padding-top: 20px;
  margin: 0;
  text-align: center;
}

.InnerGIGABYTEContent .s04 .s04_content_area .slide_title {
  color: var(--dark-gray);
  font-size: 30px;
  font-family: "Gotham_Bold";
  text-align: center;
}

.InnerGIGABYTEContent .s04 .s04_content_area .slide_subTitle {
  color: var(--white);
  font-size: 20px;
  font-family: "Gotham";
  text-align: center;
}

.InnerGIGABYTEContent .s04 #s04_tab_01_content .slide_content {
  width: 80%;
  margin: auto;
}

.InnerGIGABYTEContent .s04 #s04_tab_02_content .slide_content {
  width: 100%;
  margin: auto;
}

.InnerGIGABYTEContent .s04 .carousel-indicators li {
  width: 60px;
  height: 5px;
}

.InnerGIGABYTEContent .s04 .carousel-indicators>.active {
  background-color: var(--main-red);
}
.InnerGIGABYTEContent .s04 .main-color {
  background: var(--main-red);
}

.InnerGIGABYTEContent .s04 .second-color {
  background: var(--dark-gray);
}

.InnerGIGABYTEContent .s04 .third-color {
  background: var(--light-gray);
}

.InnerGIGABYTEContent .s04 .progressbar_container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 30px 0;
}

.InnerGIGABYTEContent .s04 .progressbar {
  width: 0;
  height: 40px;
  transition: width 0.8s ease-in-out;
  border-radius: 10px;
}

.InnerGIGABYTEContent .s04 .progressbar_text {
  font-family: "Gotham";
  font-size: 20px;
  margin-left: 20px;
}

.InnerGIGABYTEContent .s04 .progressbar_text.low_noise {
  width: 220px;
}


.InnerGIGABYTEContent .s04 .progressbar_icon {
  width: 40px;
}

.InnerGIGABYTEContent .s04 .progressbar_icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.InnerGIGABYTEContent .s04 .bar_mark_container {
  margin: 30px 0;
}

.InnerGIGABYTEContent .s04 .bar_mark_container,
.InnerGIGABYTEContent .s04 .mark_item {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.InnerGIGABYTEContent .s04 .mark_dot {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.InnerGIGABYTEContent .s04 .mark_text {
  font-family: "Gotham";
  font-size: 20px;
  color: var(--white);
}

.InnerGIGABYTEContent .s04 .s04_content_area .s04_description {
  width: 800px;
  font-family: "Gotham";
  font-size: 15px;
  color: var(--light-gray);
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
}

.InnerGIGABYTEContent .s04 .s04_content_area .s04_upgradekit_image_box {
  display: flex;
  justify-content: space-around;
}

.InnerGIGABYTEContent .s04 .s04_content_area .s04_upgradekit_image {
  width: 400px;
  margin: 0 auto;
}

.InnerGIGABYTEContent .s04 .s04_content_area .s04_upgradekit_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* s05 AMD Connectivity OutPut DDRS VESA */
.InnerGIGABYTEContent .s05 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
  background-image: linear-gradient(rgba(27, 29, 33, 1), rgba(0, 0, 0, 0));
}

.InnerGIGABYTEContent .s05 .s05_tab_area {
  max-width: 800px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  border: 1px solid var(--white);
  border-radius: 60px;
  font-size: 20px;
  font-family: "Gotham";
  color: var(--white);
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}

.InnerGIGABYTEContent .s05 .s05_tab_area .s05_tab {
  text-align: center;
  flex-grow: 1;
  height: 100%;
  cursor: pointer;
  padding: 15px;
  z-index: 1;
}

.InnerGIGABYTEContent .s05 .s05_content_area {
  content-visibility: hidden;
  opacity: 0;
  transition: .5s ease-in;
}

.InnerGIGABYTEContent .s05 .s05_content_area.active {
  content-visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.InnerGIGABYTEContent .s05 .s05_content_area h2 {
  font-family: "Gotham_Bold";
  font-size: 40px;
  color: var(--white);
  padding-top: 30px;
  margin: 0;
  text-align: center;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_description {
  width: 800px;
  font-family: "Gotham";
  font-size: 15px;
  color: var(--light-gray);
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_amd_feature {
  width: 800px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_amd_feature .s05_amd_feature01,
.InnerGIGABYTEContent .s05 .s05_content_area .s05_amd_feature .s05_amd_feature02,
.InnerGIGABYTEContent .s05 .s05_content_area .s05_amd_feature .s05_amd_feature03 {
  width: 33%;
  padding: 0 10px;
  text-align: center;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_amd_feature .s05_amd_feature01,
.InnerGIGABYTEContent .s05 .s05_content_area .s05_amd_feature .s05_amd_feature02 {
  border-right: 1px solid var(--light-gray);
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_amd_feature h3 {
  font-family: "Gotham";
  font-size: 20px;
  color: var(--main-red);
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_amd_feature p {
  font-family: "Gotham";
  font-size: 15px;
  color: var(--light-gray);
  margin: 0;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_amd_bg {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  background: url('./innergigabyteimages2/s05_amd_bg.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_amd_bg .s05_amd_chip {
  width: 280px;
  height: auto;
  padding-top: 20px;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_amd_bg .s05_amd_chip img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_connectivity_tab_area {
  width: 600px;
  height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid var(--white);
  border-radius: 60px;
  font-size: 15px;
  font-family: "Gotham";
  color: var(--white);
  list-style: none;
  position: relative;
  margin: 0 auto 15px auto;
  padding: 0;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_connectivity_tab_area .s05_connectivity_tab {
  text-align: center;
  flex-grow: 1;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_connectivity_tab_area .red_dot {
  display: none;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_connectivity_tab_area .red_dot.active {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--main-red);
  margin-right: 5px;
  z-index: 1;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_connectivity_feature,
.InnerGIGABYTEContent .s05 .s05_content_area .s05_output_feature {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  content-visibility: hidden;
  opacity: 0;
  transition: .5s ease-in;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_connectivity_feature.active,
.InnerGIGABYTEContent .s05 .s05_content_area .s05_output_feature.active {
  content-visibility: visible;
  opacity: 1;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_vesa_feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 45vh;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_ddrs_feature {
  display: flex;
  align-items: center;
  max-height: 45vh;
  gap: 30px;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_vesa_feature {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_ddrs_feature .s05_ddrs_feature_img.score {
  max-width: 800px;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_connectivity_feature .s05_vesa_feature_img,
.InnerGIGABYTEContent .s05 .s05_content_area .s05_ddrs_feature .s05_ddrs_feature_img,
.InnerGIGABYTEContent .s05 .s05_content_area .s05_vesa_feature .s05_vesa_feature_img,
.InnerGIGABYTEContent .s05 #s05_connectivity_tab_02_content .s05_vesa_feature_img {
  max-width: 280px;
  height: auto;
}

.InnerGIGABYTEContent .s05 #s05_connectivity_tab_01_content .s05_vesa_feature_img {
  max-width: 40%;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_connectivity_feature .s05_vesa_feature_img img,
.InnerGIGABYTEContent .s05 .s05_content_area .s05_ddrs_feature .s05_ddrs_feature_img img,
.InnerGIGABYTEContent .s05 .s05_content_area .s05_vesa_feature .s05_vesa_feature_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}


.InnerGIGABYTEContent .s05 .s05_content_area .s05_output_tab_area {
  width: 700px;
  height: 45px;
  display: flex;
  align-items: center;
  border: 1px solid var(--white);
  border-radius: 60px;
  font-size: 15px;
  font-family: "Gotham";
  color: var(--white);
  list-style: none;
  position: relative;
  margin: 15px auto 15px auto;
  padding: 0;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_output_tab_area .s05_output_tab {
  text-align: center;
  flex-grow: 1;
  height: 100%;
  cursor: pointer;
  padding-top: 12px;
  z-index: 1;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_output_tab_area .red_dot {
  display: none;
}

.InnerGIGABYTEContent .s05 .s05_content_area .red_dot.active {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--main-red);
  margin-right: 5px;
  z-index: 1;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_output_image {
  width: 60%;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_output_image img,
.InnerGIGABYTEContent .s05 .s05_content_area .s05_output_ratio img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_output_ratio {
  width: 35%;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_output_text {
  font-family: "Gotham";
  font-size: 18px;
  color: var(--white);
  display: inline-block;
  width: 40%;
}

/* s06 small outside powerful inside */
.InnerGIGABYTEContent .s06 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-top: 2rem;
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
  background-image: linear-gradient(rgba(27, 29, 33, 1), rgba(0, 0, 0, 0));
}

.InnerGIGABYTEContent .s06 .s06_tab_area {
  max-width: 800px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  border: 1px solid var(--white);
  border-radius: 60px;
  font-size: 20px;
  font-family: "Gotham";
  color: var(--white);
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}

.InnerGIGABYTEContent .s06 .s06_tab_area .s06_tab {
  text-align: center;
  flex-grow: 1;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.InnerGIGABYTEContent .s06 .s06_tab_area .s06_tab.s06_tab_01,
.InnerGIGABYTEContent .s06 .s06_tab_area .s06_tab.s06_tab_04,
.InnerGIGABYTEContent .s06 .s06_tab_area .s06_tab.s06_tab_05,
.InnerGIGABYTEContent .s06 .s06_tab_area .s06_tab.s06_tab_06 {
  padding-Top: 16px;
}

.InnerGIGABYTEContent .s06 .s06_tab_area .s06_tab.s06_tab_02,
.InnerGIGABYTEContent .s06 .s06_tab_area .s06_tab.s06_tab_03 {
  padding-top: 5px;
}

.InnerGIGABYTEContent .s06 .s06_content_contaier {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.InnerGIGABYTEContent .s06 h2 {
  font-family: "Gotham_Bold";
  font-size: 40px;
  color: var(--white);
  padding-top: 20px;
  margin: 0 auto;
}

.InnerGIGABYTEContent .s06 .s06_description {
  width: 800px;
  font-family: "Gotham";
  font-size: 15px;
  color: var(--light-gray);
  text-align: center;
  padding: 20px 0;
}

.InnerGIGABYTEContent .s06 .s06_content_bg {
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  background: url('./innergigabyteimages2/s06_bg.gif');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  flex-grow: 1;
}

.InnerGIGABYTEContent .s06 .s06_content_bg .s06_content_area {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  max-width: 1200px;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  content-visibility: hidden;
  ;
  opacity: 0;
  transition: .5s ease-in;
}

.InnerGIGABYTEContent .s06 .s06_content_bg .s06_content_area.active {
  content-visibility: visible;
  opacity: 1;
}

.InnerGIGABYTEContent .s06 .s06_content_bg .s06_content_text {
  width: 50%;
  font-family: "Gotham";
  color: var(--white);
  padding-left: 80px;
}

.InnerGIGABYTEContent .s06 .s06_content_bg .s06_content_image {
  /* width: 550px; */
  height: 100%;
}

.InnerGIGABYTEContent .s06 .s06_content_bg .s06_content_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.InnerGIGABYTEContent .s06 .s06_content_bg .s06_fade_up_list {
  padding-left: 20px;
  font-size: 20px;
}

.InnerGIGABYTEContent .s06 .s06_fade_up_list li {
  opacity: 0;
  color: #ffffff;
  transform: translateY(30px);
  transition: opacity 0.5s ease-in-out, transform 1s ease-in-out;
}

.InnerGIGABYTEContent .s06 .s06_fade_up_list li.fade-up-enter {
  opacity: 1;
  transform: translateY(0);
}

/* s07 Product Pictures */
.InnerGIGABYTEContent .s07 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 1rem;
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
  background-image: linear-gradient(rgba(27, 29, 33, 1), rgba(0, 0, 0, 0));
}

.InnerGIGABYTEContent .s07 h2 {
  font-family: "Gotham_Bold";
  font-size: 50px;
  color: var(--white);
}

.InnerGIGABYTEContent .s07 .s07_product_container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.InnerGIGABYTEContent .s07 .s07_product {
  margin: 0 auto;
}

.InnerGIGABYTEContent .s07 .s07_title {
  width: 260px;
  padding-bottom: 20px;
  margin: 0 auto;
}

.InnerGIGABYTEContent .s07 .s07_image {
  max-width: 400px;
  padding-bottom: 20px;
}

.InnerGIGABYTEContent .s07 .s07_title img,
.InnerGIGABYTEContent .s07 .s07_image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.InnerGIGABYTEContent .s07 .s07_version {
  width: 200px;
  height: 40px;
  font-family: "Gotham_Bold";
  font-size: 20px;
  color: var(--white);
  border-radius: 20px;
  background-color: var(--dark-gray);
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
}

.InnerGIGABYTEContent .s07 .s07_description {
  font-family: "Gotham_Light";
  font-size: 10px;
  color: var(--light-gray);
  text-align: center;
  padding-top: 1rem;
}

/* s08 Windows 11 */
.InnerGIGABYTEContent .s08 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 2rem;
  position: relative;
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
  background-image: linear-gradient(rgba(27, 29, 33, 1), rgba(0, 0, 0, 0));
  justify-content: space-around;
}

.InnerGIGABYTEContent .s08 h2 {
  width: 1100px;
  font-family: "Gotham_Bold";
  font-size: 35px;
  color: var(--white);
  color: var(--white);
  text-align: center;
  padding: 0 50px;
}

.InnerGIGABYTEContent .s08 .s08_subTitle {
  width: 900px;
  height: auto;
  font-family: "Gotham_Bold";
  font-size: 20px;
  color: var(--white);
  border-radius: 20px;
  background-color: var(--dark-gray);
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  margin: 1rem 0;
}

.InnerGIGABYTEContent .s08 .s08_content {
  width: 900px;
  font-family: "Gotham_Bold";
  font-size: 15px;
  color: var(--light-gray);
  text-align: center;
}

.InnerGIGABYTEContent .s08 .s08_image {
  width: 800px;
  height: auto;
}

.InnerGIGABYTEContent .s08 .s08_image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.InnerGIGABYTEContent #fullpage #section7>.fp-watermark {
  display: none;
}

.InnerGIGABYTEContent #fullpage .section>.fp-overflow {
  overflow-y: auto;
  padding: 0;
}

/* md */
@media (max-width: 992px) {
  /* s01 landing page */
  .InnerGIGABYTEContent .s01 .h1 {
    font-size: 40px;
  }

  .InnerGIGABYTEContent .s01_product {
    width: 250px;
  }

  .InnerGIGABYTEContent .s01_feature {
    width: 160px;
  }

  /* s03 New Modular Chassis */
  .InnerGIGABYTEContent .s03 h2 {
    font-size: 40px;
  }

  /* s04 Performanvce Low Noise Upgrade Kit */
  .InnerGIGABYTEContent  .quarter-circle {
    width: 1200px;
    height: 1200px;
    top: -770px;
    right: -620px;
    z-index: -1;
  }

  .InnerGIGABYTEContent .s04 .s04_tab_area {
    width: 600px;
    height: 50px;
    font-size: 15px;
  }

  .InnerGIGABYTEContent .s04 .s04_content_area h2 {
    font-size: 30px;
    text-align: center;
  }

  .InnerGIGABYTEContent .s04 .s04_content_area .s04_description {
    width: 550px;
    margin: 0 auto;
  }

  .InnerGIGABYTEContent .s04 .s04_content_area .slide_title {
    font-size: 20px;
  }

  .InnerGIGABYTEContent .s04 .progressbar_text {
    font-size: 15px;
  }

  .InnerGIGABYTEContent .s04 .progressbar_text.low_noise {
    width: 170px;
  }
  
  /* s05 AMD Connectivity OutPut DDRS VESA */
  .InnerGIGABYTEContent .s05 .s05_tab_area {
    width: 600px;
    height: 50px;
    font-size: 15px;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area h2 {
    font-size: 30px;
    text-align: center;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_description {
    width: 550px;
    margin: 0 auto;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_amd_feature {
    width: 700px;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_amd_feature h3 {
    font-size: 18px;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_amd_bg .s05_amd_chip {
    width: 300px;
    height: auto;
    padding-top: 20px;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_connectivity_tab_area {
    width: 500px;
    font-size: 15px;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_ddrs_feature .s05_ddrs_feature_img.score {
    max-width: 90%;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_connectivity_feature .s05_vesa_feature_img,
  .InnerGIGABYTEContent .s05 .s05_content_area .s05_ddrs_feature .s05_ddrs_feature_img,
  .InnerGIGABYTEContent .s05 .s05_content_area .s05_vesa_feature .s05_vesa_feature_img {
    max-width: 250px;
    height: auto;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_output_ratio {
    width: 400px;
  }

  /* s06 small outside powerful inside */
  .InnerGIGABYTEContent .s06 .s06_tab_area {
    width: 600px;
    height: 50px;
    font-size: 15px;
  }

  .InnerGIGABYTEContent .s06 .s06_tab_area .s06_tab.s06_tab_01,
  .InnerGIGABYTEContent .s06 .s06_tab_area .s06_tab.s06_tab_04,
  .InnerGIGABYTEContent .s06 .s06_tab_area .s06_tab.s06_tab_05,
  .InnerGIGABYTEContent .s06 .s06_tab_area .s06_tab.s06_tab_06 {
    padding-Top: 13px;
  }

  .InnerGIGABYTEContent .s06 .s06_tab_area .s06_tab.s06_tab_02,
  .InnerGIGABYTEContent .s06 .s06_tab_area .s06_tab.s06_tab_03 {
    padding-top: 4px;
  }

  .InnerGIGABYTEContent .s06 h2 {
    font-size: 30px;
    text-align: center;
  }

  .InnerGIGABYTEContent .s06 .s06_description {
    width: 550px;
    margin: 0 auto;
  }

  .InnerGIGABYTEContent .s06 .s06_content_bg .s06_content_text h2 {
    font-size: 25px;
  }

  .InnerGIGABYTEContent .s06 .s06_content_bg .s06_content_text {
    padding-left: 60px;
  }

  .InnerGIGABYTEContent .s06 .s06_content_bg .s06_fade_up_list {
    padding-left: 20px;
    font-size: 18px;
  }

  .InnerGIGABYTEContent .s06 .s06_content_bg .s06_content_image {
    width: 500px;
    height: 100%;
  }

  .InnerGIGABYTEContent .s06 .s06_content_bg .s06_content_image img {
    object-fit: contain;
  }

  /* s07 Product Pictures */
  .InnerGIGABYTEContent .s07 h2 {
    font-size: 40px;
  }

  .InnerGIGABYTEContent .s07 .s07_version {
    width: 200px;
  }

  .InnerGIGABYTEContent .s07 .s07_image {
    width: 300px;
  }

  /* s08 Windows11 */
  .InnerGIGABYTEContent .s08 {
    height: auto;
  }

  .InnerGIGABYTEContent .s08 h2 {
    width: 650px;
    font-size: 30px;
    padding: 0 20px;
  }

  .InnerGIGABYTEContent .s08 .s08_subTitle {
    width: 550px;
    line-height: 35px;
    font-size: 20px;
    padding: 10px;
  }

  .InnerGIGABYTEContent .s08 .s08_content {
    width: 550px;
  }

  .InnerGIGABYTEContent .s08 .s08_image {
    width: 800px;
    height: auto;
  }

  .InnerGIGABYTEContent .s08 .s08_image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* sm */
@media (max-width: 576px) {
  .InnerGIGABYTEContent .s02{
    height: 60vh;
  }
  .InnerGIGABYTEContent .s02 video{
    height: 100%;
    object-fit: contain;
  }
  .InnerGIGABYTEContent  .carousel-indicators{
    bottom: -30px !important;
  }
  /* s01 landing page */
  .InnerGIGABYTEContent .s01 .h1 {
    font-size: 30px;
  }

  .InnerGIGABYTEContent .s01_subTitle {
    width: 350px;
  }

  .InnerGIGABYTEContent .s01_product {
    width: 200px;
  }

  .InnerGIGABYTEContent .s01_feature {
    width: 150px;
  }

  /* s03 New Modular Chassis */
  .InnerGIGABYTEContent .s03 h2 {
    font-size: 25px;
  }

  /* s04 Performanvce Low Noise Upgrade Kit */
  .InnerGIGABYTEContent  .quarter-circle {
    width: 800px;
    height: 800px;
    top: -430px;
    right: -400px;
    z-index: -1;
  }

  .InnerGIGABYTEContent .s04 .s04_tab_area {
    max-width: 100%;
    width: auto;
    height: 50px;
    display: inline-block;
    overflow: auto;
    overflow-x: scroll;
    font-size: 13px;
    white-space: nowrap;
    scrollbar-color: transparent transparent;
    margin: 0 0 10px 0;
  }

  .InnerGIGABYTEContent .s04 .s04_tab_area::-webkit-scrollbar {
    height: 0px;
  }

  .InnerGIGABYTEContent .s04 .s04_tab_area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  }

  .InnerGIGABYTEContent .s04 .s04_tab_area::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  }

  .InnerGIGABYTEContent .s04 .s04_tab_area::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0);
  }

  .InnerGIGABYTEContent .s04 .s04_tab_area .s04_tab {
    padding: 15px 10px;
    display: inline-block;
    width: 140px;
    position: relative;
  }

  .InnerGIGABYTEContent .s04 .s04_content_area h2 {
    font-size: 22px;
    text-align: center;
  }

  .InnerGIGABYTEContent .s04 .s04_content_area .s04_description {
    width: 300px;
    margin: 0 auto;
  }

  .InnerGIGABYTEContent .s04 #s04_tab_02_content .slide_content {
    width: 100%;
  }

  .InnerGIGABYTEContent .s04 #s04_tab_02_content .slide_content .progressbar {
    width: 0;
    height: 20px;
    transition: width 0.8s ease-in-out;
    border-radius: 5px;
  }

  .InnerGIGABYTEContent .s04 .progressbar_container {
    justify-content: flex-start;
    gap: 0;
  }

  .InnerGIGABYTEContent .s04 #s04_tab_02_content .slide_content .progressbar_text {
    font-family: "Gotham";
    font-size: 14px;
    word-wrap: break-word;
  }

  .InnerGIGABYTEContent .s04 .progressbar_text.low_noise {
    width: 27%;
    margin-left: 5px;
  }

  .InnerGIGABYTEContent .s04 .progressbar_text.memo {
    width: 25%;
    word-wrap: break-word;
    margin-left: 10px;
  }

  .InnerGIGABYTEContent .s04 .progressbar_icon {
    width: 30px;
  }

  .InnerGIGABYTEContent .s04 .progressbar_icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .InnerGIGABYTEContent .s04 .s04_content_area .s04_upgradekit_image_box {
    display: block;
  }

  .InnerGIGABYTEContent .s04 .s04_content_area .s04_upgradekit_image {
    width: 250px;
  }
  
  .InnerGIGABYTEContent .s04 .s04_content_area .s04_upgradekit_image img{
    width: 100%;
  }

  /* s05 AMD Connectivity OutPut DDRS VESA */
  .InnerGIGABYTEContent .s05 {
    height: auto;
  }

  .InnerGIGABYTEContent #fullpage #section4 {
    flex-direction: unset;
  }

  .InnerGIGABYTEContent .s05 .s05_tab_area {
    max-width: 100%;
    height: 50px;
    display: inline-block;
    overflow: auto;
    overflow-x: scroll;
    font-size: 13px;
    white-space: nowrap;
    scrollbar-color: transparent transparent;
    margin: 0 0 10px 0;
  }

  .InnerGIGABYTEContent .s05 .s05_tab_area::-webkit-scrollbar {
    height: 0px;
  }

  .InnerGIGABYTEContent .s05 .s05_tab_area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  }

  .InnerGIGABYTEContent .s05 .s05_tab_area::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  }

  .InnerGIGABYTEContent .s05 .s05_tab_area::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0);
  }

  .InnerGIGABYTEContent .s05 .s05_tab_area .s05_tab {
    padding: 15px 10px;
    display: inline-block;
    width: 100px;
    z-index: 1;
    position: relative;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area.active {
    gap: 30px;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area h2 {
    font-size: 22px;
    text-align: center;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_description {
    width: 300px;
    margin: 0 auto;
    padding: 10px 0;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_amd_feature {
    width: 300px;
    display: block;
    margin: 0 auto;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_amd_feature .s05_amd_feature01,
  .InnerGIGABYTEContent .s05 .s05_content_area .s05_amd_feature .s05_amd_feature02,
  .InnerGIGABYTEContent .s05 .s05_content_area .s05_amd_feature .s05_amd_feature03 {
    width: auto;
    padding: 10px;
    text-align: center;
    border-right: none;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_amd_bg .s05_amd_chip {
    width: 200px;
    height: auto;
    padding-top: 20px;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_connectivity_tab_area {
    width: 340px;
    font-size: 12px;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_connectivity_feature .s05_vesa_feature_img,
  .InnerGIGABYTEContent .s05 .s05_content_area .s05_ddrs_feature .s05_ddrs_feature_img,
  .InnerGIGABYTEContent .s05 .s05_content_area .s05_vesa_feature .s05_vesa_feature_img,
  .InnerGIGABYTEContent .s05 #s05_connectivity_tab_02_content .s05_vesa_feature_img {
    max-width: 160px;
    padding-bottom: 20px;
  }

  .InnerGIGABYTEContent .s05 #s05_connectivity_tab_01_content .s05_vesa_feature_img {
    max-width: 300px;
    padding-bottom: 20px;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_output_tab_area {
    width: 340px;
    height: 40px;
    overflow: auto;
    overflow-x: scroll;
    font-size: 12px;
    white-space: nowrap;
    scrollbar-color: transparent transparent;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_output_tab_area::-webkit-scrollbar {
    height: 0px;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_output_tab_area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_output_tab_area::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_output_tab_area::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0);
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_output_tab_area .s05_output_tab {
    padding: 10px;
    display: inline-block;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_output_image{
    width: 100%;
    padding: 20px 10px;
    margin: 20px auto;
  }
  
  .InnerGIGABYTEContent .s05 .s05_content_area .s05_output_ratio {
    width: 100%;
    padding: 10px 0;
  }
  .InnerGIGABYTEContent .s05 .s05_content_area .s05_output_image img,
  .InnerGIGABYTEContent .s05 .s05_content_area .s05_output_ratio img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_connectivity_feature,
  .InnerGIGABYTEContent .s05 .s05_content_area .s05_output_feature,
  .InnerGIGABYTEContent .s05 .s05_content_area .s05_ddrs_feature,
  .InnerGIGABYTEContent .s05 .s05_content_area .s05_vesa_feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_output_text {
    width: 80%;
    font-size: 14px;
  }    

  /* s06 small outside powerful inside */
  .InnerGIGABYTEContent .s06 {
    height: 100vh;
    padding-top: 32px;
  }

  .InnerGIGABYTEContent .s06 .s06_tab_area {
    max-width: 100%;
    height: 50px;
    display: inline-block;
    overflow: auto;
    overflow-x: scroll;
    font-size: 13px;
    white-space: nowrap;
    scrollbar-color: transparent transparent;
  }

  .InnerGIGABYTEContent .s06 .s06_tab_area::-webkit-scrollbar {
    height: 0px;
  }

  .InnerGIGABYTEContent .s06 .s06_tab_area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  }

  .InnerGIGABYTEContent .s06 .s06_tab_area::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  }

  .InnerGIGABYTEContent .s06 .s06_tab_area::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0);
  }

  .InnerGIGABYTEContent .s06 .s06_tab_area .s06_tab.s06_tab_01,
  .InnerGIGABYTEContent .s06 .s06_tab_area .s06_tab.s06_tab_04,
  .InnerGIGABYTEContent .s06 .s06_tab_area .s06_tab.s06_tab_05,
  .InnerGIGABYTEContent .s06 .s06_tab_area .s06_tab.s06_tab_06 {
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }

  .InnerGIGABYTEContent .s06 .s06_tab_area .s06_tab.s06_tab_02,
  .InnerGIGABYTEContent .s06 .s06_tab_area .s06_tab.s06_tab_03 {
    padding: 8px 15px;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }

  .InnerGIGABYTEContent .s06 .s06_content_contaier {
    gap: 0px;
  }

  .InnerGIGABYTEContent .s06 h2 {
    font-size: 20px;
    text-align: center;
  }

  .InnerGIGABYTEContent .s06 .s06_description {
    width: 300px;
    margin: 0 auto;
  }

  .InnerGIGABYTEContent .s06 .s06_content_bg {
    margin-top: 20px;
    height: 300px;
  }

  .InnerGIGABYTEContent .s06 .s06_content_bg .s06_content_text h2 {
    font-size: 16px;
  }

  .InnerGIGABYTEContent .s06 .s06_content_bg .s06_content_text {
    padding-left: 20px;
  }

  .InnerGIGABYTEContent .s06 .s06_content_bg .s06_fade_up_list {
    padding-left: 20px;
    font-size: 12px;
  }

  .InnerGIGABYTEContent .s06 .s06_content_bg .s06_content_image {
    width: 60%;
    height: auto;
    overflow: hidden;
  }

  .InnerGIGABYTEContent .s06 .s06_content_bg .s06_content_image img {
    width: 140%;
    height: auto;
    object-position: -60px 0;
    object-fit: cover;
  }

  /* s07 Product Pictures */
  .InnerGIGABYTEContent .s07 h2 {
    font-size: 25px;
  }

  .InnerGIGABYTEContent .s07 .s07_product_container {
    display: block;
  }

  .InnerGIGABYTEContent .s07 .s07_version {
    width: 200px;
  }

  .InnerGIGABYTEContent .s07 .s07_title {
    width: 220px;
  }

  .InnerGIGABYTEContent .s07 .s07_image {
    width: 230px;
    margin: 0 auto;
  }

  /* s08 Windows11 */
  .InnerGIGABYTEContent .s08 {
    height: auto;
  }

  .InnerGIGABYTEContent .s08 h2 {
    max-width: 350px;
    font-size: 20px;
    padding: 0 15px;
  }

  .InnerGIGABYTEContent .s08 .s08_subTitle {
    width: 320px;
    line-height: 30px;
    font-size: 15px;
    padding: 5px;
  }

  .InnerGIGABYTEContent .s08 .s08_content {
    width: 320px;
  }

  .InnerGIGABYTEContent .s08 .s08_image {
    width: 500px;
    height: auto;
  }

  .InnerGIGABYTEContent .s08 .s08_image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.InnerGIGABYTEContent .performance_title{
  font-size: 1.2rem !important;
}
.InnerGIGABYTEContent .cinebench_title{
  font-size: 1rem !important;
}
@media (max-width: 992px)  {
  .InnerGIGABYTEContent .performance_title{
    font-size: 14px !important;
  }
  .InnerGIGABYTEContent .cinebench_title{
    margin: 0 25px 0 0 !important;
  }
}

.InnerGIGABYTEContent .s03,
.InnerGIGABYTEContent .s07,
.InnerGIGABYTEContent .s08 {
  padding: 1rem 0;
}

.InnerGIGABYTEContent .s01,
.InnerGIGABYTEContent .s04,
.InnerGIGABYTEContent .s05,
.InnerGIGABYTEContent .s06 {
  padding: 2rem 0;
}

.InnerGIGABYTEContent .collapse-btn {
  padding: 5px;
  margin: 0 auto;
  text-align: center;
}

.InnerGIGABYTEContent .s04 .s04_tab_area,
.InnerGIGABYTEContent .s05 .s05_tab_area,
.InnerGIGABYTEContent .s06 .s06_tab_area {
  max-height: 55px;
}

.InnerGIGABYTEContent .s04 .s04_content_area,
.InnerGIGABYTEContent .s05 .s05_content_area,
.InnerGIGABYTEContent .s05 .s05_content_area .s05_connectivity_feature,
.InnerGIGABYTEContent .s05 .s05_content_area .s05_output_feature,
.InnerGIGABYTEContent .s06 .s06_content_bg .s06_content_area {
  display: none;
}

.InnerGIGABYTEContent .s04 #s04_tab_01_content.s04_content_area.active {
  display: block;
  position: relative;
}

.InnerGIGABYTEContent .s04 #s04_tab_02_content.s04_content_area.active,
.InnerGIGABYTEContent .s04 #s04_tab_03_content.s04_content_area.active {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.InnerGIGABYTEContent .s05 .s05_content_area.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.InnerGIGABYTEContent .s05 .s05_content_area .s05_connectivity_feature.active,
.InnerGIGABYTEContent .s05 .s05_content_area .s05_output_feature.active {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center
}

.InnerGIGABYTEContent .s06 .s06_content_bg .s06_content_area.active {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  max-width: 1200px;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
}

@media (max-width: 576px) {
  .InnerGIGABYTEContent .s01,
  .InnerGIGABYTEContent .s04,
  .InnerGIGABYTEContent .s05,
  .InnerGIGABYTEContent .s06,
  .InnerGIGABYTEContent .s08 {
    height: auto;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_connectivity_feature,
  .InnerGIGABYTEContent .s05 .s05_content_area .s05_output_feature {
    display: none;
  }

  .InnerGIGABYTEContent .s05 .s05_content_area .s05_connectivity_feature.active,
  .InnerGIGABYTEContent .s05 .s05_content_area .s05_output_feature.active,
  .InnerGIGABYTEContent .s05 .s05_content_area .s05_ddrs_feature,
  .InnerGIGABYTEContent .s05 .s05_content_area .s05_vesa_feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}