/*# sourceMappingURL=style.css.map */
/* import fonts */
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Light.eot");
  src: url("../fonts/SFProDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Light.woff2") format("woff2"), url("../fonts/SFProDisplay-Light.woff") format("woff"), url("../fonts/SFProDisplay-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Regular.eot");
  src: url("../fonts/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff"), url("../fonts/SFProDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Medium.eot");
  src: url("../fonts/SFProDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff"), url("../fonts/SFProDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Semibold.eot");
  src: url("../fonts/SFProDisplay-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff"), url("../fonts/SFProDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Bold.eot");
  src: url("../fonts/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff"), url("../fonts/SFProDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* generaic style */
body {
  background-color: #343233;
  font-family: "SF Pro Display";
  letter-spacing: -0.01em;
}

h1 {
  font-weight: normal;
  font-size: 1.75rem;
}

p {
  font-weight: normal;
  font-size: 1rem;
  color: #EFDAB9;
}

.btn {
  min-width: 9rem;
}

.btn-primary {
  background-color: #FFD152;
  border-color: #FFD152;
  min-height: 46px;
  border-radius: 30px;
  padding: 0 22px;
  font-weight: normal;
  color: #343233;
}
.btn-primary:hover, .btn-primary:active,
.btn-primary .btn-primary:not(:disabled):not(.disabled):active,
.btn-primary .btn-primary:not(:disabled):not(.disabled).active,
.btn-primary .show > .btn-primary.dropdown-toggle {
  background-color: #FEC32D !important;
  color: #343233 !important;
  border-color: #FFD152 !important;
}

.btn-secondary {
  background-color: transparent;
  border-color: #FFD152;
  min-height: 46px;
  border-radius: 30px;
  padding: 0 22px;
  font-weight: normal;
  color: #FFD152;
}
.btn-secondary:hover, .btn-secondary:active {
  background-color: #FEC32D;
  color: #343233;
  border-color: #FFD152;
}

.btn-link {
  color: #EFDAB9;
  font-weight: normal;
  min-height: 46px;
}
.btn-link:hover, .btn-link:active {
  color: #FEC32D;
  font-weight: normal;
  min-height: 46px;
  text-decoration: none;
}

h5.section-title {
  color: #EFDAB9;
  font-weight: normal;
}

/* navbar style  */
.navbar {
  height: 100px;
  z-index: 99999;
}
.navbar .navbar-nav .nav-link {
  color: #EFDAB9;
}
.navbar .navbar-toggler {
  display: none;
}
.navbar .navbar-brand {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .navbar .navbar-brand {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.navbar.navbar-shadow {
  box-shadow: 0px 10px 12px rgba(52, 50, 51, 0.6);
}

/* main banner style*/
.main-banner {
  margin-top: -180px;
}
.main-banner .carousel-item {
  background-image: url("../images/home/main-banner.png");
  background-size: cover;
  min-height: 529px;
}
.main-banner .carousel-item .carousel-caption {
  display: block !important;
  color: #EFDAB9;
  bottom: 30%;
}
.main-banner .carousel-item .carousel-caption p {
  color: #8A7E6F;
}

/* products list style  */
.products-list {
  padding: 3.5rem 0;
}
.products-list .nav-tabs {
  border-bottom: none;
}
.products-list .nav-tabs .nav-link {
  margin-right: 0.5rem;
  border-radius: 48px;
  border: none;
  padding: 0.5rem 1rem;
  color: #EFDAB9;
}
.products-list .nav-tabs .nav-link:hover {
  background-color: rgba(138, 126, 111, 0.5);
}
.products-list .nav-tabs .nav-link.active {
  background-color: #FFD152;
  color: #343233;
}
.products-list h3 {
  color: #EFDAB9;
  font-size: 1.75rem;
  font-weight: normal;
}
.products-list a {
  text-decoration: none;
}

/* cards style  card card bocy card title and text then muted*/
.card {
  background-color: transparent;
  border: none;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.card:hover {
  opacity: 0.85;
}
.card .card-img-top {
  border-radius: 10px;
}
.card .card-body {
  padding: 15px 0;
  color: #EFDAB9;
}
.card .card-body .card-title {
  font-size: 0.8rem;
  font-weight: 500;
  display: inline-block;
}
.card .card-body .badge-secondary {
  text-align: right;
  float: right;
  background-color: #3D3A3A;
  border-radius: 8px;
  padding: 9px;
  color: #FFD152;
  font-weight: 600;
  font-size: 0.8rem;
  margin-top: -2px;
}
.card .card-body .badge-secondary .del {
  font-weight: normal;
  color: #968A7A;
  padding-right: 6px;
  text-decoration: line-through;
}
.card .card-body .card-text {
  margin-top: -10px;
}
.card .card-body .card-text img {
  margin-right: 5px;
  width: 20px;
  height: auto;
  border-radius: 50%;
}
.card .card-body .card-text .text-muted {
  color: #928676 !important;
  font-size: 0.75rem;
  font-weight: normal;
}
.card .card-body .card-text .text-muted .category-name,
.card .card-body .card-text .text-muted .owner-name {
  font-weight: 600;
}
.card .card-body .card-text .featured {
  color: #53B7A0;
  float: right;
  font-weight: 600;
  font-size: 0.75rem;
  text-align: right;
  padding: 4px 0;
}

/* footer style  */
.footer {
  padding: 3rem 0;
  background-color: #2C2A2B;
  color: #8A7E6F;
  text-align: center;
}
@media (min-width: 992px) {
  .footer {
    text-align: left;
    padding: 3rem 0 1rem;
  }
}
.footer img.logo {
  margin-top: -1rem;
}
.footer .contact-footer {
  display: block;
}
.footer .contact-footer button {
  text-align: center;
  padding: 0px;
  color: #FFD152;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .footer .contact-footer button {
    text-align: left;
  }
}
.footer ul {
  display: block;
  list-style: none;
  padding-left: 0;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .footer ul {
    display: flex;
  }
}
.footer ul:last-child {
  margin-bottom: 0;
}
.footer ul li:first-child {
  margin-left: -25px;
}
@media (min-width: 992px) {
  .footer ul li:first-child {
    margin-left: -10px;
  }
}
.footer ul.social-media {
  margin-top: 10px;
  display: inline-flex;
}
@media (min-width: 992px) {
  .footer ul.social-media {
    display: flex;
  }
}
.footer ul.social-media li:last-child {
  margin-right: -30px;
}
.footer ul.social-media li img {
  width: 30px;
}
@media (min-width: 992px) {
  .footer ul.social-media li img {
    margin-right: 36px;
  }
}
.footer ul.payment {
  margin-bottom: 3rem;
}
.footer ul.payment img {
  width: 70%;
  max-height: 37px;
  padding: 0px 5px;
}
@media (min-width: 992px) {
  .footer ul.payment {
    margin-bottom: 0;
  }
}
.footer ul.payment li {
  margin-top: 7px;
}
.footer ul.payment li:first-child {
  margin-left: -12px;
}

.copyrights {
  text-align: center;
  padding: 1.5rem 0;
  background-color: #252324;
  color: #8A7E6F;
}
@media (min-width: 992px) {
  .copyrights {
    text-align: left;
  }
}
.copyrights p {
  margin: 10px;
  color: #8A7E6F;
}
.copyrights .footer-cta {
  display: block;
  float: none;
}
@media (min-width: 992px) {
  .copyrights .footer-cta {
    display: flex;
    float: right;
  }
}

.internal-banner {
  margin-top: -180px;
}
.internal-banner .carousel-item {
  background-image: url("../images/home/main-banner.png");
  background-size: cover;
  min-height: 380px;
}
.internal-banner .carousel-item .carousel-caption {
  display: block !important;
  color: #EFDAB9;
  bottom: 20%;
}
.internal-banner .carousel-item .carousel-caption .text-muted a {
  font-weight: 600;
  color: #EFDAB9 !important;
  font-size: 0.75rem;
  text-decoration: none;
}
.internal-banner .carousel-item .carousel-caption .text-muted img {
  margin-right: 5px;
  width: 30px;
  height: auto;
  border-radius: 50%;
}

form {
  padding: 3rem 0;
  text-align: center;
}
@media (min-width: 992px) {
  form {
    text-align: left;
  }
}
form label {
  color: #EFDAB9;
}
form small.text-muted {
  color: #8A7E6F !important;
}
form .form-control {
  border: 2px solid #8A7E6F;
  background-color: transparent;
  color: #FFD152;
  border-radius: 24px;
  min-height: 45px;
}
form .form-control:focus {
  box-shadow: none;
  border-color: #FFD152;
  color: #FFD152;
  background-color: transparent;
}
form textarea {
  resize: none;
}
form .thanksmsg {
  padding: 1rem 0rem;
  color: #53B7A0;
  font-size: 1.2rem;
}

.was-validated .form-control:valid {
  border-color: #53B7A0;
  background-image: url("../images/form/correct-icon.svg");
}

.form-control.is-valid {
  border-color: #53B7A0;
  background-image: url("../images/form/correct-icon.svg");
}

.was-validated .form-control:invalid {
  background-image: url("../images/form/wrong-icon.svg");
}

.form-control.is-invalid {
  background-image: url("../images/form/wrong-icon.svg");
}

.product-details {
  padding: 3rem 0;
}
.product-details .product-features {
  text-align: center;
}
@media (min-width: 992px) {
  .product-details .product-features {
    text-align: left;
  }
}
.product-details .product-features h2 {
  color: #FFD152;
  font-weight: normal;
}
.product-details .product-features ul {
  list-style: none;
  padding-left: 0;
}
.product-details .product-features ul li {
  color: #EFDAB9;
  margin-bottom: 0.75rem;
  font-weight: 200;
}
.product-details .product-features ul li p a {
  color: #EFDAB9;
  text-decoration: underline;
}
.product-details .product-features .btn {
  min-width: 17rem;
  margin-bottom: 2rem;
}
.product-details .product-features .btn span {
  font-weight: bold;
}
.product-details .product-features .btn span del {
  opacity: 0.5;
  font-weight: normal;
  padding: 0rem 0.35rem;
}
.product-details .product-features .how-to-use {
  margin-top: 1rem;
}
.product-details .product-features .how-to-use h5 {
  font-size: 1rem;
}
.product-details .product-features .how-to-use .btn {
  padding: 0px;
  text-align: center;
  color: #FFD152;
  font-size: 1.25rem;
  text-decoration: none;
}
.product-details .product-features .how-to-use .btn:hover {
  color: #EFDAB9;
}
@media (min-width: 992px) {
  .product-details .product-features .how-to-use .btn {
    text-align: left;
  }
}
.product-details .product-images img:first-child {
  border-radius: 10px 10px 0 0;
}
.product-details .product-images img:last-child {
  border-radius: 0 0 10px 10px;
}
.product-details .product-images .sep-img {
  margin-bottom: 1rem !important;
  border-radius: 20px !important;
}

.top-link {
  transition: all 0.25s ease-in-out;
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin: 0 20px 100px 0;
  border-radius: 50%;
  padding: 0.25em;
  width: 60px;
  height: 60px;
  background-color: #FFD152;
}
.top-link.show {
  visibility: visible;
  opacity: 1;
}
.top-link.hide {
  visibility: hidden;
  opacity: 0;
}
.top-link img {
  width: 19px;
  height: auto;
}
.top-link:hover {
  background-color: #FEC32D;
}

.bg-dark {
  background-color: #2C2A2B !important;
}

.affiliate .card {
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(52, 58, 64, 0.05);
  background-color: rgba(0, 0, 0, 0.0823529412);
}
.affiliate .card img {
  width: 100px;
}
.affiliate .card .card-body .card-title {
  font-size: 1.25rem;
  margin: 2rem 0rem;
}
.affiliate .card .card-body .card-text {
  color: #8A7E6F;
}

/*# sourceMappingURL=style.css.map */
