@import url('../css/general.css');

.device-detail-section {
  padding: 12.6rem 0;
}

.container__device-detail {
  max-width: 135rem;
  padding: 0 4rem;
  margin: 0 auto;
}

.device-detail__heading {
  color: #1e357b;
  margin-bottom: 3rem;
}

.general__detail {
  margin-bottom: 2.5rem;
}

.device-detail__general {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  align-items: center;
}

.general-device__heading {
  position: relative;
  color: #414141;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
}

.general-device__heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 1rem;
  box-shadow: 0 0.2rem 0 0 #1e357b;
}

.general__img-box img {
  width: 100%;
  height: 100%;
}

.detail--list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.list--description {
  text-align: justify;
  line-height: 2.5rem;
}

.list--description,
.description--spec > li {
  font-size: 1.6rem;
}

.description--spec {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1.7rem;
}

.detail--video {
  text-decoration: none;
  display: inline-block;
  font-size: 1.4rem;
  padding: 1rem 4rem;
  border-radius: 0.7rem;
  background-color: #6ac544;
  color: #ffffff;
}

.device-detail__more-detail {
  margin-top: 12rem;
  padding: 2rem;
}

.main-nav-menu__nav-menu {
  list-style: none;
  display: flex;
}

.nav-menu__link-container {
  width: 100%;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
}

.nav-menu__link-container:hover,
.nav-menu__link-container.link-selected {
  box-shadow: 0 0.2rem 0 0 #1e357b;
}

.nav-menu__link {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
  color: #414141;
}

.more-detail__content-detail {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
  margin-top: 7rem;
}

.content-detail__description {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  align-items: center;
  column-gap: 5rem;
  width: 100%;
}

.description-header {
  font-weight: 700;
  line-height: 3.3rem;
  color: #414141;
}

.description-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 1rem;
  box-shadow: 0 0.2rem 0 0 #d6d6d6;
}

.box-detail {
  font-size: 1.5rem;
  font-weight: 600;
  color: #777777;
}

.content-detail__slider-container {
  position: relative;
  overflow: hidden;
  height: 75rem;
  width: 100%;
}

.content-detail__image-slide {
  position: absolute;
  height: 100%;
  width: 100%;
  transition: transform 1s;
}

.content-detail__image-slide img {
  width: 100%;
  height: 100%;
}

.btn-slide {
  background-color: #b1b1b1;
  border: none;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

.slide--left {
  left: 0;
  transform: translate(-50%, -50%);
}

.slide--right {
  right: 0;
  transform: translate(50%, -50%);
}

.more-detail__software-description-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  column-gap: 7rem;
  row-gap: 20rem;
}

.description__full-grid {
  grid-column: 1/3;
}

.software-description__img img {
  width: 100%;
}
