@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@400;700&family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@100;300;400;500;700&display=swap");
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: rgba(206, 206, 207, 0.4);
}
* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  list-style: none;
  text-transform: capitalize;
  transition: 0.2s linear;
  font-size: 16px;
}
body {
  background: rgba(206, 206, 207, 0.3);
}
/* ********************************** */
/* HEADER START HERE */
/* ********************************** */

.navigation-bar {
  padding: 10px 0px;
  width: 100%;
  position: fixed;
  z-index: 888;
  background: #fff;
  box-shadow: -2px 12px 6px -13px rgba(133, 130, 130, 0.4);
}
.content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  max-width: 1100px;
  padding: 0 30px;
}
.navigation-bar .logo-brand a {
  font-size: 1.8em;
  font-weight: 600;
  text-decoration: none;
  color: rgb(0, 0, 85);
}
.navigation-bar .logo-brand i {
  color: rgb(255, 166, 0);
  font-size: 1.4em;
}
.navigation-bar .content .menu-list {
  display: inline-flex;
  margin-top: 20px;
}
.navigation-bar .content .menu-list li {
  font-size: 1.2em;
  font-weight: 500;
}
.navigation-bar .content .menu-list li a {
  color: rgb(0, 0, 85);
  margin-left: 20px;
  transition: 0.5s ease;
}

.navigation-bar .content .menu-list li a:hover {
  color: orange;
  text-decoration: none;
}
.navigation-bar .content .right-icons {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.navigation-bar .content .right-icons i {
  margin-left: 10px;
  margin-right: 10px;
  transition: 0.5s ease;
  cursor: pointer;
  font-size: 1.3em;
  color: rgb(0, 0, 85);
}
.navigation-bar .content .right-icons i:hover {
  color: rgb(255, 166, 0);
}
.content .icon {
  color: rgb(0, 0, 85);
  cursor: pointer;
  display: none;
}
.content .menu-list .cancel-btn {
  position: absolute;
  top: 10px;
  left: 30px;
}
.content .search-form {
  position: absolute;
  top: 85%;
  right: 4%;
  width: 30em;
  height: 5rem;
  display: flex;
  align-items: center;
  transform: scaleY(0);
  transform-origin: top;
}
.content .search-form.active {
  transform: scaleY(1);
}
.header .search-form input {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  padding: 1rem;
  text-transform: none;
  color: rgb(0, 0, 85);
}
.content .cart-items-container {
  position: absolute;
  background: #fff;
  top: 104%;
  right: -100%;
  width: 400px;
  height: 50vh;
  padding: 0 1.5rem;
  transition: 0.5s ease;
}
.content .cart-items-container.active {
  right: 70px;
}
.content .cart-items-container .cart-items {
  display: flex;
  position: relative;
  margin: 20px 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: rgb(0, 0, 85);
}
.content .cart-items-container .cart-items .cart-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.content .cart-items-container .cart-items img {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  margin-right: 20px;
}
.content .cart-items-container .cart-items .price {
  color: rgba(255, 166, 0, 0.6);
}
.content .cart-items-container .cart-items .price span {
  margin-left: 20px;
}
.content .cart-items-container .cart-items .fa-trash {
  right: 50px;
  top: 10px;
  position: absolute;
  cursor: pointer;
  color: rgba(133, 130, 130, 0.7);
}
.content .cart-items-container .cart-items .fa-times:hover {
  color: rgb(255, 166, 0);
}
.content .cart-items-container button {
  border: 2px solid rgb(0, 0, 85);
  border-radius: 10px;
  background: rgb(255, 166, 0);
  width: 100%;
}
.content .cart-items-container button:hover {
  background: #fff;
}
.content .sign-in-container {
  position: absolute;
  background: #fff;
  top: 105%;
  right: -100%;
  width: 330px;
  height: 30vh;
  padding: 20px 20px;
  transition: 0.5s ease;
}
.content .sign-in-container.active {
  right: 50px;
}
.content .sign-in-container .sign-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgb(0, 0, 85);
}
.content .sign-in-container #email-box {
  margin-bottom: 20px;
  margin-top: 10px;
  color: rgb(0, 0, 85);
}
.content .sign-in-container input {
  background: rgba(206, 206, 207, 0.3);
}
.content .sign-in-container small a {
  color: rgb(255, 166, 0);
}
.content .sign-in-container button {
  border: 2px solid rgb(0, 0, 85);
  border-radius: 10px;
  background: rgb(255, 166, 0);
  width: 100%;
  margin-top: 10px;
  height: 40px;
}
.content .sign-in-container button a {
  color: rgb(0, 0, 85);
}
.content .sign-in-container button a:hover {
  text-decoration: none;
}
.content .sign-in-container button:hover {
  text-decoration: none;
  background: #fff;
}
/* ********************************** */
/* HEADER END HERE */
/* ********************************** */

/* ********************************** */
/* HOME START HERE */
/* ********************************** */
.home {
  background: url(images/banner.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 60vh;
  width: 100%;
  padding: 40px 0;
  position: relative;
}
.home .content .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 200px 100px;
  color: rgb(0, 0, 85);
}
.home .content .title h3 {
  font-size: 28px;
  font-weight: 600;
}
.home .content .title p {
  color: rgba(133, 130, 130, 1);
}
.home .content .title span {
  color: orange;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
}
.home .content .title button,
button {
  border: 2px solid rgb(0, 0, 85);
  border-radius: 10px;
  background: transparent;
  width: 20%;
  height: 40px;
}
.home .content .title button:hover,
button:hover {
  background: orange;
}
.home .content .title button a,
button a {
  color: rgb(0, 0, 85);
  text-decoration: none;
}

/* ********************************** */
/* HOME END HERE */
/* ********************************** */
/* ********************************** */
/* FEATURES START HERE */
/* ********************************** */
.content .heading-style {
  font-size: 2.5em;
  font-weight: 600;
  color: rgb(0, 0, 85);
}
.content .heading-style span {
  font-size: 0.9em;
  color: #fff;
  background: orange;
  padding: 0px 30px;
  clip-path: polygon(100% 0%, 93% 50%, 100% 99%, 0 100%, 7% 50%, 0 0);
}
.content .card {
  outline: 3px solid #fff;
  border: 2px solid rgba(133, 130, 130, 0.5);
  transition: 0.5s ease;
  margin-bottom: 20px;
}
.features .content .card {
  height: 60vh;
}
.features .content .card-img {
  height: 300px;
}
.content .card-body {
  color: rgb(0, 0, 85);
}
.content .card-body .card-title {
  font-weight: 600;
  font-size: 23px;
}
.content .card:hover {
  border: 2px solid rgb(0, 0, 85);
}
.content .card button {
  border: 2px solid rgb(0, 0, 85);
  border-radius: 10px;
  background: transparent;
  width: 100%;
  height: 40px;
}
.content .card button a {
  text-decoration: none;
  color: rgb(0, 0, 85);
}
.content .card button:hover {
  background: orange;
}
/* ********************************** */
/* FEATURES END HERE */
/* ********************************** */
/* ********************************** */
/* PRODUCTS START HERE */
/* ********************************** */
.products .star-icons i {
  color: orange;
}
.products p {
  color: rgba(133, 130, 130, 0.9);
}
.products .card-img {
  object-fit: cover;
  height: 200px;
}
/* ********************************** */
/* PRODUCTS END HERE */
/* ********************************** */
/* ********************************** */
/* CATEGORIES START HERE */
/* ********************************** */
.categories .content .card-img {
  object-fit: cover;
  height: 200px;
}
.carousel-indicators {
  bottom: -60px;
  font-weight: 500;
}
.carousel-control-prev {
  left: -90px;
}
.carousel-control-next {
  right: -90px;
}

.carousel-indicators li {
  background: orange;
  width: 10px;
  height: 1px;
  border-radius: 50%;
  font-weight: 600;
}
.categories p,
.review p {
  opacity: 0.5;
}
/* ********************************** */
/* CATEGORIES END HERE */
/* ********************************** */
/* ********************************** */
/* REVIEWS START HERE */
/* ********************************** */
.review .card-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-top: 10px;
}
.review i,
.categories i {
  color: orange;
}
/* ********************************** */
/* REVIEWS END HERE */
/* ********************************** */
/* ********************************** */
/* BLOGS START HERE */
/* ********************************** */
.blog .card-img {
  object-fit: cover;
  height: 300px;
}
.blog .blog-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog .blog-icon .blog-left,
.blog .blog-icon .blog-right {
  display: inline-flex;
}
.blog .blog-icon .blog-left i,
.blog .blog-icon .blog-right i {
  margin-top: 3px;
  margin-right: 5px;
  color: orange;
}
.blog .blog-icon .blog-left p,
.blog .blog-icon .blog-right p,
.blog .card-text {
  opacity: 0.5;
}
/* ********************************** */
/* BLOGS END HERE */
/* ********************************** */

@media (max-width: 768px) {
  .content .icon {
    display: block;
  }
  .content .icon.hide {
    display: none;
  }
  .navigation-bar .menu-list {
    position: fixed;
    top: 43px;
    right: -100%;
    width: 100%;
    max-width: 300px;
    height: 50vh;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
    transition: 0.5s ease;
  }
  .navigation-bar .menu-list.active {
    right: 50px;
  }
  .navigation-bar .menu-list li {
    margin-top: 35px;
  }
  .navigation-bar .menu-list li a {
    font-size: 20px;
    font-weight: 500;
  }
}
@media (max-width: 576px) {
  .content .sign-in-container.active {
    right: 20px;
  }
  .content .cart-items-container.active {
    right: 10px;
  }
  .content .sign-in-container {
    width: 360px;
  }
  .content .search-form {
    width: 400px;
  }
  .content .search-form.active {
    right: 10px;
  }
  .home .content .title {
    padding: 120px 0;
    text-align: center;
  }
  .home .content .title button {
    width: 50%;
  }
}
