@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
body {
  line-height: 1.5;
}

/* Navbar*/
.navbar-brand {
  margin-right: 0;
}

.navbar-nav {
  align-items: center;
}
.navbar .navbar-nav .nav-link {
  font-size: 1.5rem;
  font-weight: 550;
  padding: 0 2rem;
  color: #000000;
}

#wrapper .card-wrapper {
  max-width: 1500px;
  margin: 0 auto;
}
#wrapper .card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
}
#wrapper img {
  width: 100%;
  display: block;
}
#wrapper .img-display {
  overflow: hidden;
}
#wrapper .img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}
#wrapper .img-showcase img {
  min-width: 100%;
}
#wrapper .img-select {
  display: flex;
}
#wrapper .img-item {
  margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
  margin-right: 0;
}
.img-item:hover {
  opacity: 0.8;
}
.product-content {
  padding-bottom: 10%;
}
.product-title {
  font-size: 3rem;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  color: #12263a;
  margin: 1rem 0;
}
.product-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 150px;
  background: #12263a;
}
.product-link:hover {
  opacity: 0.9;
}
.product-rating {
  color: #ffc107;
}
.product-rating span {
  font-weight: 600;
  color: #252525;
}
.product-price {
  margin-top: 0.7rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.product-price span {
  font-weight: 400;
}
.last-price span {
  color: #f64749;
  text-decoration: line-through;
}
.new-price span {
  color: #393636;
}
.product-detail h2 {
  text-transform: capitalize;
  color: #12263a;
  padding-bottom: 0.6rem;
}
.product-detail p {
  font-size: 0.9rem;
  padding: 0.3;
  opacity: 0.8;
}
.product-detail ul {
  margin: 1rem 0;
  font-size: 0.9rem;
  padding-left: 0;
}
.product-detail ul li {
  margin: 0;
  list-style: none;
  background: url("../favicon.ico") left center no-repeat;
  background-size: 18px;
  padding-left: 1.7rem;
  margin: 0.4rem 0;
  font-weight: 600;
  opacity: 0.9;
}
.product-detail ul li span {
  font-weight: 400;
}
.purchase-info {
  display: flex;
  margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn {
  border: 1.5px solid #ddd;
  border-radius: 8px;
  text-align: center;
  padding: 0.75rem 0.8rem;
  outline: 0;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
}
.purchase-info input {
  width: 60px;
}
.purchase-info .btn {
  cursor: pointer;
  color: #fff;
  font-size: 1.2rem;
}
.purchase-info .btn:last-of-type {
  background: #434343;
}
.purchase-info .btn:hover {
  opacity: 0.9;
}
.social-links {
  margin: 0 0 2% 0;
  display: flex;
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #434343;
  margin: 0 1rem 0rem 0;
  text-decoration: none;
  font-size: 2rem;
  transition: all 0.5s ease;
}
.social-links a:hover {
  background: #434343;
  border-color: transparent;
  border-radius: 30px;
  color: #fff;
}

.lines {
  position: relative;
  padding-bottom: 6%;
  position: relative;
}
.lines::after {
  content: "";
  opacity: 20%;
  display: block;
  width: 30%;
  height: 0.5px;
  background: #424242;
  position: absolute;
  left: 10%;
  top: 30%;
}

.lines::before {
  content: "";
  opacity: 20%;
  display: block;
  width: 30%;
  height: 0.5px;
  background: #424242;
  position: absolute;
  right: 10%;
  top: 30%;
}

/*Reviews*/
#reviews {
  padding: 5% 8%;
  align-items: center;
  background-color: #f6f9fc;
}

#reviews .card {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.star {
  padding: 0 25%;
}
.testimonials-img {
  width: 60px;
}
.customer-reviews-title {
  padding-bottom: 5%;
  text-align: center;
}

.customer-reviews {
  height: 70px;
  padding-bottom: 5%;
  text-align: center;
}

/*Toast*/
.toast-body .fa-solid {
  color: #ff9292;
}

.rounded {
  width: 30px;
}

/*Features*/

#features {
  color: #1b5a7a;
  padding: 5% 2%;
  text-align: center;
}
#features .features-title {
  font-weight: bold;
  padding-top: 2%;
}
#features .features-p {
  font-size: 1rem;
  padding-top: 2%;
  font-weight: 500;
}
.f-img1 {
  width: 35%;
}
.f-img2 {
  width: 35%;
  padding-bottom: 1%;
}
.f-img3 {
  width: 35%;
}
.f-img4 {
  width: 70%;
  padding-bottom: 4%;
}
.f-img5 {
  width: 50%;
  padding: 8% 0 8% 0;
}
.f-img6 {
  width: 55%;
  padding-bottom: 7%;
}

/*Footer*/

.footer-widget {
  color: #ffffff;
}
.fa-brands1 {
  color: #040404;
  padding: 55px 10%;
}
.fa-brands2 {
  color: #040404;
  padding: 55px 10%;
}
.fa-brands3 {
  color: #040404;
  padding: 55px 10%;
}
.fa-brands1:hover {
  color: #5d5d5d;
}
.fa-brands2:hover {
  color: #5d5d5d;
}
.fa-brands3:hover {
  color: #5d5d5d;
}

.copyright {
  color: #424242;
  padding-top: 50px;
  font-size: 1.3rem;
}

#footer {
  background-image: url("../image/footetBG1.jpg");
  background-size: cover;
  padding: 10% 0 12% 0;
  text-align: center;
}

#footer .btn {
  background-color: #424242;
  color: #fff;
}
.footer-widget {
  color: #424242;
}
.footer-text {
  font-size: 1.2rem;
  color: #000000;
}

.lines {
  position: relative;
  padding-bottom: 6%;
  position: relative;
  text-align: center;
}
.lines::after {
  content: "";
  opacity: 20%;
  display: block;
  width: 30%;
  height: 0.5px;
  background: #424242;
  position: absolute;
  left: 10%;
  top: 30%;
}

.lines::before {
  content: "";
  opacity: 20%;
  display: block;
  width: 30%;
  height: 0.5px;
  background: #424242;
  position: absolute;
  right: 10%;
  top: 30%;
}

@media screen and (max-width: 992px) {
  #wrapper .card {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.5rem;
  }
  /*NAVBAR*/

  .navbar-brand img {
    width: 170px;
    position: relative;
    margin: 0 230%;
  }
  /*Product*/
  .product-content {
    padding: 0% 1% 0% 2%;
  }
  .product-title {
    text-align: center;
    font-size: 4rem;
  }
  .product-title::after {
    content: "";
    position: relative;
    height: 4px;
    width: 20%;
  }

  .product-rating {
    color: #ffc107;
    font-size: 2rem;
    padding-top: 4%;
  }
  .product-price {
    font-size: 2rem;
  }
  .product-detail h2 {
    font-size: 3rem;
    padding-top: 4%;
    text-align: justify;
  }
  .product-detail h4 {
    font-size: 2.5rem;
    padding-top: 3%;
  }
  .product-detail p {
    font-size: 2rem;
    text-align: justify;
  }
  .product-detail ul {
    font-size: 1rem;
  }
  .product-detail ul li {
    font-size: 2rem;
  }
  .product-detail ul li span {
    font-weight: 400;
  }
  /*Puchase info*/

  .purchase-info .btn {
    font-size: 3.2rem;
    padding: 3% 1.5% 3% 1.5%;
  }
  .purchase-info {
    padding: 8% 0;
    display: block;
  }

  /* Social links*/

  .social-links {
    display: flex;
  }
  .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    color: #464342;
    margin: 3rem 3% 3rem 5%;
    font-size: 6rem;
  }
  .social-links a:hover {
    border-radius: 100px;
  }
  /*REVIEWS*/

  #reviews {
    padding: 3% 0;
  }
  .customer-reviews-title {
    font-size: 2.5rem;
    padding: 3% 0 6% 0;
  }
  .customer-reviews {
    height: 200px;
    font-size: 1.6rem;
  }
  .star {
    width: 300px;
  }
  .fs-sm {
    font-size: 1.6rem;
  }

  /*FEATURES*/
  #features {
    align-items: center;
  }
  #features .features-title {
    font-size: 1.9rem;
    font-weight: bold;
  }
  #features .features-p {
    font-size: 1.7rem;
  }
  #features .fs-ms {
    font-size: 1.5rem;
  }

  /*Footer*/

  #footer {
    background-image: url("../image/footerBG.jpg");
    padding: 7% 0 0;
  }
  #footer .widget {
    padding: 3% 5%;
  }
  #footer .footer-widget {
    font-size: 2.5rem;
  }
  #footer .widget-1 {
    padding: 7% 10% 0 10%;
  }
  #footer .footer-text {
    font-size: 1.6rem;
  }
  #footer .form-control {
    font-size: 1.7rem;
  }
  #footer .copyright {
    font-size: 1.7rem;
    padding: 7% 0 15% 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .fa-brands1 {
    font-size: 2.5rem;
    padding: 45px 7%;
  }
  .fa-brands2 {
    font-size: 2.5rem;
    padding: 45px 7% 0 0;
  }
  .fa-brands3 {
    font-size: 2.5rem;
    padding: 45px 0 0 7%;
  }
}
img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
