@font-face {
  font-family: "futura light bt";
  src: url(../fonts/futura.woff2) format("woff2");
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-Bold.woff2") format("woff2"),
    url("../fonts/Futura-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.navbar-wrap ul li a {
  color: #fff;
  text-transform: inherit;
}
.banner-images .main-img {
  max-width: 750px;
  bottom: -15px;
}
.banner-content h2,
.home-shop-content .title {
  font-family: "Futura";
  font-weight: bold;
}
.features-content .title,
.section-title .title {
  color: #0fa25d;
  font-family: "Futura";
  font-weight: bold;
  font-size: 60px;
}
.btn {
  text-transform: uppercase;
  font-family: "Futura";
  font-weight: bold;
  letter-spacing: 1px;
}
.features-content p {
  color: #000;
  font-size: 30px;
  font-family: "futura light bt";
  letter-spacing: 1px;
}
.navbar-wrap ul li a {
  font-family: "Futura";
  letter-spacing: 1px;
}
.features-bg::before,
.features-bg::after {
  display: none;
}
.sticky-menu,
.copyright-wrap {
  background: #0d9b4d;
}
body {
  background-color: #fff;
}

.credits_link {
  color: #38b5e6 !important;
  font-weight: 700;
  font-family: sans-serif;
}

.credits_link:hover {
  color: #fff !important;
}

.credits_link:before {
  content: "";
  vertical-align: middle;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url(https://www.clion.it/favicon-96x96.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;

  transition: all 450ms ease;
}

.credits_link:hover:before {
  transform: rotateZ(360deg) rotateY(360deg);
}
.home-shop-thumb img {
  height: 230px;
  max-width: 100%;
  margin-top: 4px;
}
.home-shop-thumb {
  margin: 0 auto 10px;
  z-index: 1;
}
.shop-content-bottom .cart {
  width: 100%;
  height: 50px;
  border-radius: 20px;
  font-size: 20px;
}
i[class*="flaticon-"] {
  display: block;
  line-height: 0;
  margin-right: 10px;
}
.shop-content-bottom {
  display: block;
  align-items: center;
  margin-top: 35px;
}
.home-shop-content h4 {
  height: 160px;
}
/* .home-shop-content .title {
  font-size: 16px;
} */
.features-img {
  text-align: right;
  margin-right: 0;
}
.home-shop-area {
  padding: 80px 0 150px;
}
.features-bg {
  margin: 0;
}
.navbar-wrap ul li .sub-menu li.active > a,
.navbar-wrap ul li .sub-menu li:hover > a,
.transparent-header .navbar-wrap ul li.active > a,
.transparent-header .navbar-wrap ul li:hover > a,
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
  color: #fcce4a;
}
.home-shop-item {
  background: #f5f4f3;
}
@media screen and (max-width: 1024px) {
  .features-bg {
    padding: 50px 0;
  }
  .home-shop-area {
    padding: 30px 0 50px;
  }
  .features-content p {
    color: #000;
    font-size: 25px;
    font-family: "futura light bt";
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 991px) {
  .features-img img {
    height: 350px;
    margin: 0 auto;
    display: table;
  }
  .features-content .title,
  .section-title .title {
    color: #0fa25d;
    font-family: "Futura";
    font-weight: bold;
    font-size: 40px;
  }
  .features-content p {
    color: #000;
    font-size: 23px;
    font-family: "futura light bt";
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  .banner-images .main-img {
    max-width: 100% !important;
  }
  .home-shop-content h4 {
    height: 110px;
  }
}
