/* basic styles  */
* {
  padding: 0;
  margin: 0;
  outline: 0;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

/* header section styles  */
header {
  padding-top: 30px;
}

nav {
  margin-bottom: 50px;
}

header .navbar .navbar-brand {
  color: #3a3a3a;
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

header .navbar-nav .nav-link {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-right: 35px;
}
header .navbar-nav .fa-magnifying-glass,
header .navbar-nav .fa-cart-shopping {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

/* banner section styles  */
.banner .banner-title {
  color: #3a3a3a;
  font-size: 52px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}
.banner .banner-description {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}
.banner .banner-article .primary-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  background-color: #e02c6d;
  padding: 10px 24px;
}

.banner .banner-image {
  background-image: url(../images/logo/Circle\ design.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

/* our-sponsor section styles  */
.our-sponsor {
  padding: 25px;
  margin-top: 100px;
  box-shadow: 0 1.5px 5px #3a3a3a;
}

/* our-product section styles  */
.our-product {
  margin-top: 100px;
}

.duct-title {
  color: #3a3a3a;
  font-size: 28px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 100px;
}

.card {
  padding: 15px;
  border: 0 !important;
  box-shadow: 1px 0 10px #5e6366;
}

.card-title {
  color: #18191f !important;
  font-size: 27px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px !important;
}

.card-subtitle {
  color: #000 !important;
  font-size: 24px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 8px !important;
}

.card-rate .rate .fa-star,
.card-rate .rate .fa-star-half-stroke {
  color: #fb8200;
  font-size: 16px;
}
.card-rate .text {
  color: #5e6366;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.card-text {
  color: #787885;
  font-size: 14px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  margin-top: 10px;
}

.more-product-btn {
  margin-top: 50px;
}

.product-btn {
  color: #e02c6d;
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}

/* feature section styles  */
.feature {
  margin-top: 100px;
}

.feature-title,
.feature-text {
  color: #0a0826;
  font-size: 38px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}

.feature-text {
  color: #6c6c6c;
  font-size: 16px;
}

.feature .feature-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  background-color: #e02c6d;
  padding: 10px 24px;
}

/* footer section styles  */
footer {
  background-color: #0a0826;
  margin-top: 100px;
  padding: 50px 0;
}

.footer-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.footer-text {
  color: #d9dbe1;
  font-size: 14px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  margin-bottom: 5px;
}

.social-icon {
  margin-top: 17px;
}

.fa-instagram,
.fa-basketball,
.fa-twitter,
.fa-youtube {
  color: #fff;
  margin-right: 16px;
  padding: 12px;
  border-radius: 50%;
  background-color: #d1d0d031;
}
