body {
  background: #000000;
}

.thumb-gaming-container {
  display: flex;
  width: 100%;
}
.thumb-gaming-container .container {
  max-width: 1920px;
  width: 100%;
  padding: 0;
}
.thumb-gaming-container .image-box {
  display: flex;
  width: 100%;
}

.thumb-slider-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 12.5%, #000 87.5%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 12.5%, #000 87.5%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.thumb-slider-container .swiper {
  margin-bottom: 24px;
  overflow: hidden;
}
.thumb-slider-container .swiper .swiper-slide {
  display: flex;
  height: 210px;
  border-radius: 16px;
  margin: 0 12px;
  width: 400px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .thumb-slider-container .swiper {
    margin-bottom: 12px;
  }
  .thumb-slider-container .swiper .swiper-slide {
    height: 90px;
    width: 160px;
    border-radius: 8px;
    margin: 0 6px;
  }
}

.thumb-slider-container .swiper-slide .image {
  display: flex;
  width: 100%;
  height: 100%;
}

.thumb-slider-container .swiper-slide .image img {
  height: 100%;
  width: 100%;
  align-self: center;
  object-fit: cover;
}

.thumb-slider-container .swiper-wrapper {
  transition-timing-function: linear !important;
}

.main-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.gaming-video-container {
  display: flex;
  width: 100%;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .gaming-video-container {
    padding-top: 0;
  }
}
.gaming-video-container .gaming-video-slider {
  display: flex;
  width: 100%;
}
.gaming-video-container .gaming-video-slider .slider-control {
  padding-bottom: 30px;
}
.gaming-video-container .gaming-video-slider .swiper-slide {
  width: auto;
}
.gaming-video-container .gaming-video-slider .thumb-video {
  width: 1120px;
  height: 635px;
  display: flex;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .gaming-video-container .gaming-video-slider .thumb-video {
    width: 80vw;
    height: 420px;
  }
}
@media only screen and (max-width: 991px) {
  .gaming-video-container .gaming-video-slider .thumb-video {
    height: 300px;
    border-radius: 12px;
  }
}
@media only screen and (max-width: 460px) {
  .gaming-video-container .gaming-video-slider .thumb-video {
    height: 200px;
  }
}
.gaming-video-container .gaming-video-slider .thumb-video .image {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.gaming-video-container .gaming-video-slider .thumb-video .image:hover::before {
  transform: scale(1.2);
}
.gaming-video-container .gaming-video-slider .thumb-video .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gaming-video-container .gaming-video-slider .thumb-video .image::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: calc(50% - 30px);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  transform: scale(1);
  transition: all 0.35s ease 0s;
  background: url("https://www.true.th/hubfs/assets_pages/gaming/images/icon/ico-play.svg") center center/100% auto no-repeat;
}
.gaming-video-container .swiper-pagination {
  display: flex;
  bottom: 0;
  justify-content: center;
}

.comparison-container {
  display: flex;
  width: 100%;
  padding: 56px 0;
}
.comparison-container .head-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.comparison-container .icons-wrapper {
  display: flex;
  margin: 40px auto;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.comparison-container .icons-wrapper .icons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comparison-container .icons-wrapper .icons img {
  width: 64px;
  height: auto;
  align-self: center;
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .comparison-container .icons-wrapper {
    gap: 16px;
  }
  .comparison-container .icons-wrapper .icons img {
    width: 32px;
  }
}
.comparison-container .image-box {
  display: flex;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.comparison-container .image-box img {
  width: 100%;
}
.comparison-container .content-box {
  position: absolute;
  z-index: 20;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.comparison-container .comparison-image-wrapper {
  display: flex;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .comparison-container .content-box {
    left: 0;
    top: auto;
    transform: translateY(0);
    bottom: 0;
    padding: 16px;
  }
}

.step-how-to-container {
  padding: 60px 0;
}
.step-how-to-container .steps .step-text {
  color: #ffffff;
}
.step-how-to-container .btn-true-dtac .nav-tabs-container {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #4f4f4f;
}
.step-how-to-container .btn-true-dtac .btn-capsule {
  padding: 0 32px;
  height: auto;
  background: none;
  border: none;
  border-radius: 0;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  margin-right: 0;
}
.step-how-to-container .btn-true-dtac .btn-capsule.active {
  background: none;
}
.step-how-to-container .btn-true-dtac .btn-capsule.active span::after {
  background: var(--primary-color);
}
.step-how-to-container .btn-true-dtac .btn-capsule.active span.dtac::after {
  background: #19aaf8;
}
.step-how-to-container .btn-true-dtac .btn-capsule span {
  display: flex;
  color: var(--primary-color);
  font-size: 24px;
  line-height: 37px;
  font-family: var(--font-medium);
  position: relative;
  padding-bottom: 8px;
  overflow: hidden;
}
.step-how-to-container .btn-true-dtac .btn-capsule span::after {
  content: "";
  width: 100%;
  height: 6px;
  border-radius: 6px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: rgba(0, 0, 0, 0);
}
.step-how-to-container .btn-true-dtac .btn-capsule span.dtac {
  background: transparent;
  color: #19aaf8;
  -webkit-text-fill-color: unset;
}
.step-how-to-container .btn-true-dtac .btn-capsule:hover {
  background: none;
  color: var(--primary-color);
  border-color: none;
  border-radius: 45px;
}
.step-how-to-container .btn-true-dtac .btn-capsule:hover span {
  color: var(--primary-color);
}
.step-how-to-container .btn-true-dtac .btn-capsule:hover span.dtac {
  background: transparent;
  color: #19aaf8;
  -webkit-text-fill-color: unset;
}

.headSc {
  margin-bottom: 40px;
}
.headSc .icons {
  width: 100%;
  max-width: 150px;
  margin-left: 16px;
}
@media only screen and (max-width: 1200px) {
  .headSc {
    margin-left: 0;
  }
}

.tab-menu-container {
  display: flex;
  width: 100%;
}/*# sourceMappingURL=gaming-geforce-now.css.map */