:root {
  --primary-color: #a193ae;
  --secondary-color: #383844;
  --third-color: white;
}

body {
  font-family: "DM Sans", sans-serif;
  background-color: #e1dded;
}
h1 {
  text-align: center;
  color: var(--primary-color);
  font-size: 40px;
  background-color: #e9ecef;
  padding: 5px 15px;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--secondary-color);
  text-align: center;
}
h2 {
  margin: 35px 0;
  background-color: #e9ecef;
  color: var(--primary-color);
  padding: 5px 15px;
  border-radius: 8px;
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  margin-top: 50px;
  color: var(--primary-color);
}
nav {
  padding: 20px 0;
}
nav ul {
  padding: 0;
  margin: 0;
}
nav li {
  display: inline;
  list-style: none;
  margin-left: 20px;
}
nav li:hover {
  text-decoration: underline;
  color: var(--secondary-color);
  transition: all 200ms ease-in-out;
}
nav .active {
  font-weight: 900;
}

footer {
  margin-top: 50px;
  text-align: center;
  color: var(--secondary-color);
}
footer .icon a {
  font-size: 20px;
  background-color: var(--primary-color);
  color: var(--third-color);
  border-radius: 50%;
  padding: 10px 14px;
  margin: 10px;
  margin-top: 25px;
}
footer .icon a:hover {
  color: var(--primary-color);
  background-color: var(--third-color);
  transition: all 300ms ease-in-out;
}
footer .coded a {
  color: var(--primary-color);
  text-decoration: none;
}
footer .coded {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.navbar-nav .nav-link {
  color: var(--primary-color);
}
.navbar-nav .nav-link.active {
  color: var(--primary-color);
  font-weight: 900;
}
.navbar-toggler {
  color: var(--primary-color);
}
.navbar-toggler-icon {
  color: #e1dded;
}
.website-holder {
  max-width: 1000px;
  margin: 60px auto;
  padding: 30px;
  border-radius: 10px;
  background-color: #f3f2f7;
}
.website-holder .firstname {
  font-weight: 800;
  font-size: 60px;
}
.container-product img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.container-product .product-1 {
  height: 298px;
}
.container-product a {
  font-weight: 600;
  font-size: 20px;
  color: var(--primary-color);
  text-decoration: none;
}
.container-product a:hover {
  text-decoration: underline;
  transition: all 200ms ease-in-out;
}
.container-product .brands-1 {
  font-weight: 300;
  font-size: 18px;
  color: var(--secondary-color);
}
.container-product .btn-review {
  font-size: 15px;
  font-weight: 500;
  border: 2px solid var(--primary-color);
  border-radius: 5px;
  padding: 7px 2px;
  margin: 15px auto;
  color: var(--third-color);
  background-color: var(--primary-color);
}
.container-product .btn-review:hover {
  background-color: var(--third-color);
  color: var(--primary-color);
  transition: all 300ms ease-in-out;
}
.container-product .hide {
  display: none;
}
.container-product .img-review{
  max-width:65%;
  height: auto;
  margin-top: 15px;
}
.container-product .warning {
  font-size: 12px;
  font-weight: 800;
}
.btn-branding a {
  border: 2px solid var(--primary-color);
  text-align: center;
  border-radius: 5px;
  width: 25%;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  padding: 10px 0;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: var(--primary-color);
}
.btn-branding a:hover {
  background-color: var(--primary-color);
  color: var(--third-color);
  transition: all 300ms ease-in-out;
}
.btn-about a {
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--third-color);
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  width: 15%;
  display: block;
  margin: 0 auto;
  padding: 5px 0;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn-about a:hover {
  background-color: var(--third-color);
  color: var(--primary-color);
  transition: all 300ms ease-in-out;
}

.about-2 {
  display: block;
  margin: 0 auto;
  margin-top: 100px;
  width: 330px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transform:  rotateZ(328deg) scale(0.95, 0.96);
}
.about-3 {
  display: block;
  margin: 0 auto;
  width: 300px;
   border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.about-4 {
  display: block;
  margin: 0 auto;
  margin-top: 90px;
  width: 290px;
   border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transform: rotateZ(21deg) scale(0.95, 0.96);
}

.about-5 {
  margin: 0 auto;
  text-align: center;
}
.website-holder .reminder-2{
  font-weight: 600;
}
.container-products img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.container-products .categories {
  margin-top: 40px;
  text-align: center;
}
.container-products a {
  font-weight: 600;
  font-size: 20px;
  color: var(--primary-color);
  text-decoration: none;
}
.container-products a:hover {
  text-decoration: underline;
  transition: all 200ms ease-in-out;
}
.container-products .brands-2 {
  font-weight: 300;
  font-size: 16px;
  color: var(--secondary-color);
}
.container-products .brands-2:hover {
  transition: all 200ms ease-in-out;
}
.container-products .hidden {
  display: none;
}
.container-products .img-review{
  max-width:65%;
  height: auto;
  margin-top: 15px;
}
.container-products .btn-share {
  font-size: 15px;
  font-weight: 500;
  border: 2px solid var(--primary-color);
  border-radius: 5px;
  padding: 7px 2px;
  margin: 15px auto;
  color: var(--third-color);
  background-color: var(--primary-color);
}
.container-products .btn-share:hover {
  background-color: var(--third-color);
  color: var(--primary-color);
  transition: all 300ms ease-in-out;
}

.container-products .reminder {
  font-size: 13px;
  font-weight: 700;
  margin-top: 20px;
  color: var(--secondary-color);
}
.blog-title {
  width: 45%;
  text-align: center;
  margin: 0 auto;
  padding: 10px 20px;
  margin-top: 60px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 20px;
  }
  p {
    font-size: 14px;
  }
  nav {
    margin-top: 10px;
    font-size: 15px;
  }
  nav li {
    margin-left: 17px;
  }
  footer .icon a {
    font-size: 15px;
  }
  .website-holder {
    padding: 10px;
    margin: 30px auto;
  }
  .website-holder .firstname {
    font-size: 40px;
  }
  .container-product .btn-review {
    font-size: 12px;
    padding: 3px 6px;
  }
  .btn-branding a {
    width: 35%;
    padding: 4px 6px;
    font-size: 13px;
  }
  .btn-about a {
    width: 30%;
    padding: 4px 6px;
    font-size: 13px;
  }
  .about-2 {
    width: 140px;
  }
  .about-3 {
    margin-top: 20px;
    width: 150px;
  }
  .about-4 {
    width: 90px;
  }
  .container-product a {
    font-size: 14px;
  }
  .container-product .brands-1 {
    font-size: 11px;
  }
  .container-product .review-content{
  font-size: 10px;
  }
  .container-product .warning {
    font-size: 10px;
    line-height: 1.5;
  }
  .container-product .img-review{
  max-width: 90%;
  }
  .container-products a {
    font-size: 13px;
  }
  .container-products .btn-share {
    font-size: 12px;
    padding: 3px 6px;
  }
  .container-products .review-content{
    font-size: 10px;
   
  }
  .container-products .img-review{
  max-width: 90%;
  }
  .container-products .brands-2 {
    font-size: 10px;
  }
  .container-products .product-review {
    font-size: 9px;
  }
  .container-products .reminder {
    font-size: 10px;
  }
  .blog-title {
    padding: 5px 10px;
    width: 80%;
  }
}
