:root {
  --color-red-100: oklch(93.6% 0.032 17.717);
  --color-red-500: oklch(63.7% 0.237 25.331);
  --color-red-600: oklch(57.7% 0.245 27.325);
  --color-orange-500: oklch(70.5% 0.213 47.604);
  --color-orange-600: oklch(64.6% 0.222 41.116);
  --color-yellow-400: oklch(85.2% 0.199 91.936);
  --color-yellow-500: oklch(79.5% 0.184 86.047);
  --color-green-500: oklch(72.3% 0.219 149.579);
  --color-green-600: oklch(62.7% 0.194 149.214);
  --color-teal-500: oklch(70.4% 0.14 182.503);
  --color-cyan-500: oklch(71.5% 0.143 215.221);
  --color-sky-500: oklch(68.5% 0.169 237.323);
  --color-blue-500: oklch(62.3% 0.214 259.815);
  --color-indigo-500: oklch(58.5% 0.233 277.117);
  --color-violet-50: oklch(96.9% 0.016 293.756);
  --color-violet-100: oklch(94.3% 0.029 294.588);
  --color-violet-200: oklch(89.4% 0.057 293.283);
  --color-violet-400: oklch(70.2% 0.183 293.541);
  --color-violet-500: oklch(60.6% 0.25 292.717);
  --color-violet-600: oklch(54.1% 0.281 293.009);
  --color-violet-700: oklch(49.1% 0.27 292.581);
  --color-violet-800: oklch(43.2% 0.232 292.759);
  --color-gray-200: oklch(92.8% 0.006 264.531);
  --color-gray-300: oklch(87.2% 0.01 258.338);
  --color-gray-400: oklch(70.7% 0.022 261.325);
  --color-gray-500: oklch(55.1% 0.027 264.364);
  --color-gray-800: oklch(27.8% 0.033 256.848);
  --color-gray-900: oklch(21% 0.034 264.665);
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-7xl: 80rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --text-5xl: 3rem;
  --text-5xl--line-height: 1;
  --text-6xl: 3.75rem;
  --text-6xl--line-height: 1;
  --font-weight-medium: 500;
}

.container {
  width: 80%;
  margin-inline: auto;
}
.inner {
  width: 75%;
}
.clear-fix {
  clear: both;
}
.muted {
  color: #33333380;
}
.color-orange-light {
  color: #f54a00;
}
.specificity {
  background-color: #8e51ff;
  color: var(--color-white);
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}
.size {
  font-size: 14px;
}
img {
  width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: #333;
}
ul {
  list-style: none;
}
.text-center {
  text-align: center;
}
.colored {
  color: var(--color-violet-500);
}
.span-hero {
  background-color: #a684ff;
  border-radius: 999px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  padding: 4px 12px;
}
.bgc-pagge {
  background-color: #00bba7;
}
.bgc-green {
  background-color: #00c951;
}
.bgc-light-blue {
  background-color: #00b8db;
}
.bgc-orange {
  background-color: #ff6900;
}

.specifications-section,
.reviews-section,
.related-products-section {
  padding-block: 80px;
}

.section-header {
  margin-bottom: 64px;
}
section h2 {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 36px;
}
section p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  /* font: 16px/1.6 "Exo", sans-serif; */
  font: 16px/1.6 "Roboto", sans-serif;
  color: #333;
  line-height: 24px;
}

/* Start Section Header */
header {
  background-color: var(--color-violet-50);
  padding: 12px 24px 12px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border: 2px solid rgba(128, 128, 128, 0.177);
}
.logo {
  float: left;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
.logo svg {
  margin-right: 8px;
  background-color: #8e51ff;
  padding: 10px 10px;
  width: 12%;
  color: white;
  border-radius: 10px;
  vertical-align: middle;
}
.logo span {
  position: absolute;
  top: 2px;
  vertical-align: middle;
  margin-top: 5px;
}
nav {
  float: right;
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
}
nav ul li {
  float: left;
  margin-right: 32px;
  justify-self: baseline;
  position: relative;
}

nav ul li a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  top: 22px;
  left: 0;
  background-color: var(--color-violet-800);
  transition: 0.3s all ease-in-out;
}
nav ul li:nth-child(n + 2) a:hover::before {
  content: "";
  width: 100%;
}
a:hover {
  color: var(--color-violet-800);
}
nav ul li:nth-child(1) a {
  border-bottom: 3px solid var(--color-violet-800);
  color: var(--color-violet-700);
}
/* Start Hero Section */
.hero-section {
  padding: 176px 0 96px;
}

.hero-section .container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.hero-section .container h1 {
  font-size: clamp(40px, 7vw, 48px);
  margin-bottom: 30px;
}
.hero-section .container p {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.8;
}
.hero-section-img {
  border: 2px solid rgba(128, 128, 128, 0.177);
  border-radius: 15px;
  padding: 20px;
  margin-right: 20px;
  position: relative;
}
.hero-section-img img {
  border-radius: 15px;
}
.hero-section-img span {
  border: 2px solid rgba(128, 128, 128, 0.177);
  border-radius: 999px;
  padding: 4px 12px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.hero-section-content {
  border-radius: 15px;
  padding: 20px;
  position: relative;
}
.hero-section-content .Professional {
  position: absolute;
  top: 5px;
  left: 15px;
}
.hero-section-content .Stock {
  position: absolute;
  top: 5px;
  left: 135px;
}
.hero-section-content .Shipping {
  position: absolute;
  top: 5px;
  left: 225px;
}
.spans {
  margin-bottom: 50px;
}
.hero-price {
  margin-bottom: 45px;
}
.price-before,
.price-after,
.price-save {
  margin-bottom: 16px;
  margin-right: 16px;
  text-align: center;
}
.price-after {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}
.price-before {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-decoration: line-through;
}
.price-save {
  font-size: 14px;
  line-height: 20px;
  color: #e7000b;
  background-color: #ffe2e2;
  border-radius: 999px;
  padding: 4px 12px;
  font-weight: 700;
}
.hero-price p {
  font-weight: 400;
  margin-top: 10px;
}
.hero-section-content .content {
  margin-top: 50px;
}
.hero-section-content svg {
  width: 5%;
  vertical-align: middle;
  margin-right: 7px;
}
.hero-section-content button {
  background-color: var(--color-white);
  padding: 10px 15px;
  border-radius: 25px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  width: 95%;
  vertical-align: middle;
}
.hero-section-content .colored-btn {
  color: white;
  background-color: var(--color-violet-500);
}
/* End Hero Section */

/* Start Specifications Section */
.specifications-section {
  background-color: #f7f5ff;
}
.specifications-section-content {
  padding: 32px;
  border: 2px solid rgba(128, 128, 128, 0.177);
  border-radius: 20px;
  background-color: var(--color-white);
  margin-bottom: 48px;
}

table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
table tr {
  border-bottom: 2px solid rgba(128, 128, 128, 0.364);
}
table tfoot tr {
  border: none;
  font-size: 18px;
  font-weight: 700;
}

table tr:nth-child(9) td:nth-child(n + 2) {
  font-size: 20px;
  font-weight: 600;
}
table thead tr th,
table tfoot tr td {
  padding: 24px 16px;
}
table tbody tr td {
  padding: 16px;
}
table th:nth-child(1),
table td:nth-child(1) {
  text-align: start;
}
table th:nth-child(2),
table td:nth-child(2) {
  background-color: #ede9fe;
}
table th:nth-child(2) {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
table tfoot td:nth-child(2) {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.winner {
  border: 2px solid rgba(128, 128, 128, 0.177);
  border-radius: 16px;
  color: #00a63e;
  background-color: var(--color-white);
  padding: 16px 32px;
  width: fit-content;
  margin-inline: auto;
}
.winner .winner-content {
  float: right;
}
.winner .winner-content p strong {
  font-size: 18px;
}
.winner .winner-content p {
  font-size: 14px;
}
.winner .svg {
  float: left;
  margin-right: 10px;
  /* vertical-align: middle; */
}

/* End Specifications Section */

/* Start Reviews Section */
.reviews-section-content {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 25px;
}
.reviews-section-card-left {
  border: 2px solid rgba(128, 128, 128, 0.177);
  border-radius: 15px;
  padding: 32px;
  height: fit-content;
  position: sticky;
  top: 85px;
  left: 0;
}
.reviews-section-card-left .rate {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 15px;
}
.reviews-section-card-left .text-center p {
  font-size: 16px;
  margin-bottom: 16px;
}
.reviews-section-card-left .meter {
  margin-bottom: 20px;
}
.reviews-section-card-left .footer {
  border-top: 2px solid rgba(128, 128, 128, 0.177);
  border-radius: 15px;
  margin-top: 32px;
  padding-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.reviews-section-card-left .footer span {
  font-size: 24px;
  font-weight: 700;
}
.reviews-section-card-left .footer p {
  font-size: 14px;
}
.meter-bar-outside {
  display: inline-block;
  width: 65%;
  height: 17px;
  border-radius: 10px;
  background-color: #e5e7eb;
  margin: 0 10px;
  overflow: hidden;
}
.meter-bar-outside .meter-bar-inside {
  --val: 78%;
  display: inline-block;
  width: var(--val);
  height: 100%;
  border-radius: 10px;
  background-color: orange;
}

.reviews-section-card-right .card {
  border: 2px solid rgba(128, 128, 128, 0.177);
  border-radius: 15px;
  margin-bottom: 24px;
  padding: 32px;
}
.reviews-section-card-right .card .card-header {
  margin-bottom: 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.reviews-section-card-right .card .card-header .right {
  position: absolute;
  top: 2px;
  right: 0;
}
.when {
  padding-inline: 8px;
  font-weight: 700;
}
.Stars {
  color: #fdc700;
}
.reviews-section-card-right .card .card-header .left h4 {
  font-size: 18px;
  line-height: 28px;
}
.reviews-section-card-right .card .card-header .left p {
  line-height: 24px;
  font-size: clamp(12px, 3vw, 16px);
}
.reviews-section-card-right .card blockquote {
  line-height: 29.25px;
  font-size: 18px;
  margin-bottom: 16px;
}

.reviews-section-content .card .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
.reviews-section-content .card .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* End Reviews Section */

/* Start Related Products Section */

.related-products-section {
  background-color: #f7f5ff;
}
.related-products-section-header {
  margin-bottom: 64px;
}
.related-products-section-content {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 48px;
}

.related-products-section-header h2 {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 36px;
}
.related-products-section-header p {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.related-products-section-content .card {
  border: 2px solid rgba(128, 128, 128, 0.177);
  border-radius: 15px;
  background-color: var(--color-white);
  margin: 0 20px 10px 0;

}
.related-products-section-content .card .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 24px;
}
.related-products-section-content .card .wrapper .card-img {
  border-radius: 15px;
  width: 95%;
  margin-inline: auto;
  margin-bottom: 10px;
  position: relative;
}
.card-img img {
  border-radius: 15px;
  width: 100%;
  transition: 0.2s transform ease-in-out;
}
.card-img:hover img {
  transform: scale(1.05);
}
.card-img span {
  border-radius: 15px;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 12px;
  color: white;
  font-size: 14px;
  font-weight: 700;
}

.card .wrapper h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
}
.card .wrapper p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.price {
  position: absolute;
  bottom: 10px;
  left: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}
.btn-add {
  position: absolute;
  bottom: 10px;
  right: 15px;
  padding: 8px 16px;
  text-align: center;
  background-color: #8e51ff;
  color: var(--color-white);
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.6;
  border: none;
  cursor: pointer;
}
.btn {
  padding-top: 32px;
}
.btn button {
  border: 2px solid var(--color-violet-800);
  color: var(--color-violet-800);
  padding: 16px 32px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.btn-more-reviews button,
.btn-view-all-accessories button:hover {
  color: var(--color-white);
  background-color: var(--color-violet-600);
}
.btn-more-reviews button:hover {
  background-color: white;
  color: var(--color-violet-600);
}
/* End Related Products Section */

/* Start Footer Section */
footer {
  background-color: #101828;
  padding: 64px 0 32px;
}
footer .container .top {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-bottom: 64px;
}
footer .container h3,
footer .logo {
  color: white;
}
footer .container h3 {
  font-style: 18px;
  margin-bottom: 24px;
}
footer .container ul li {
  margin-bottom: 12px;
}
footer .logo .logo-with-title {
  margin-bottom: 20px;
}
footer .logo p {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}
footer .logo .social {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer .logo .social li {
  flex: 0 0 20px;
  background-color: #1e2939;
  color: white;
  margin-right: 16px;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 8px;
}
footer .logo .social li {
  color: white;
  transition: 0.3s background-color ease-in-out;
}
footer .logo .social li a i {
  color: white;
  font-size: 20px;
}

footer .logo .social li:hover:nth-child(1) {
  background-color: rgb(0, 149, 255);
}
footer .logo .social li:hover:nth-child(2) {
  background-color: rgb(48, 198, 240);
}
footer .logo .social li:hover:nth-child(3) {
  background-color: rgba(255, 0, 0, 0.654);
}
footer .logo .social li:hover:nth-child(4) {
  background-color: red;
}

.products a,
.support a,
.campany a {
  color: #99a1af;
  font-size: 16px;
  font-weight: 500;
  transition: 0.2s color ease-in-out;
}
.products a:hover,
.support a:hover,
.campany a:hover {
  color: white;
}

footer .bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  color: white;
  font-weight: 600;
  border-top: 2px solid rgba(128, 128, 128, 0.1);
  padding-top: 50px;
}
footer .bottom .right img {
  width: 60px;
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
  padding: 8px;
  border-radius: 15px;
}
footer .bottom .right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  margin-inline: auto;
}
footer .bottom .left p {
  font-size: 14px;
  font-weight: 500;
}
footer .bottom .left {
  margin-inline: auto;
}

/* End Footer Section */

@media screen and (max-width: 1000px) {
  nav {
    display: none;
  }
  .specifications-section-content {
    overflow: auto;
  }
  .container {
    width: 95%;
  }
  .reviews-section-card-left {
    position: static;
  }
  .reviews-section-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .related-products-section-content {
    grid-template-columns: repeat(2, 1fr);
  }
  footer .container .top {
    grid-template-columns: repeat(2, 1fr);
  }
  footer .bottom {
    text-align: center;
  }
  footer .bottom .left,
  footer .bottom .right {
    margin-inline: 0;
  }
}
@media screen and (min-width: 992px) {
  .hero-section .container {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 25px;
    text-align: start;
  }
  .related-products-section-content {
    grid-template-columns: repeat(3, 1fr);
  }
  footer .container .top {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .related-products-section-content {
    grid-template-columns: repeat(4, 1fr);
  }
  footer .bottom {
    text-align: start;
  }
}

@media screen and (max-width: 680px) {
  .reviews-section-card-right .card .card-header {
    position: static;
  }
  .reviews-section-card-right .card .card-header .left p {
    font-size: 15px;
  }
  .reviews-section-card-right .card .card-header .right {
    position: static;
    text-align: center;
    margin-inline: auto;
  }
  section h2 {
    line-height: 1.2;
  }
}