body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 1280px;
}

h3 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 16px;
}

h4 {
  font-size: 42px;
}

h5 {
  font-size: 26px;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  color: #ef9f3d;
}

p {
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 15px;
  font-weight: 300;
}

p:last-child {
  margin-bottom: 0;
}

a:hover,
a:focus {
  text-decoration: none;
}

button:focus {
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.click a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #ef9f3d;
  border: 1px solid;
  padding: 10px 25px;
  border-radius: 30px;
  color: #fff;
}

.click a:hover {
  background: #fff;
  color: #ef9f3d;
}

header {
  padding: 10px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .logo img {
  max-width: 130px;
}

header .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .nav ul li {
  padding: 0 30px;
}

header .nav ul li:first-child {
  padding-left: 0;
}

header .nav ul li a {
  font-weight: 500;
}

header .contact a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #ef9f3d;
  border: 1px solid;
  padding: 10px 25px;
  border-radius: 30px;
  color: #fff;
}

header .contact a:hover {
  background: #fff;
  color: #ef9f3d;
}

header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 2px #959da533;
          box-shadow: 0 4px 8px 2px #959da533;
  z-index: 99;
}

.banner img {
  width: 100%;
  height: calc(100vh - 75px);
}

.intro {
  padding: 80px 0;
  position: relative;
}

.intro::after {
  content: "";
  background-image: url("../images/background.png");
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-position: center !important;
  background-size: cover !important;
}

.intro .author img {
  width: 100%;
  height: 574px;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro .message {
  padding-left: 50px;
  position: relative;
  z-index: 2;
}

.intro .message h5 {
  text-transform: uppercase;
  font-size: 18px;
  color: #ef9f3d;
  font-weight: 500;
  margin-bottom: 15px;
}

.intro .message h3 {
  margin-bottom: 30px;
}

.head p {
  width: 768px;
}

.goods {
  padding: 80px 0;
}

.goods .product-slider {
  padding: 64px 0 40px 0;
  position: relative;
}

.goods .product-slider .owl-item {
  padding-bottom: 24px;
}

.goods .product-slider .item {
  -webkit-box-shadow: #959da533 0px 8px 24px;
          box-shadow: #959da533 0px 8px 24px;
  position: relative;
  padding-bottom: 24px;
}

.goods .owl-nav button {
  position: absolute;
  top: 50%;
}

.goods .owl-nav button i {
  font-size: 18px;
  padding: 0px;
}

.goods .owl-nav button i::before {
  color: #ef9f3d;
}

.goods .owl-nav button.owl-prev {
  left: -4%;
}

.goods .owl-nav button.owl-next {
  right: -4%;
}

.goods .click {
  text-align: center;
}

.brands {
  padding: 80px 0 120px 0;
}

.brands .brand-slider {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.brands .brand-slider .item {
  padding: 32px 40px;
  margin-bottom: 16px;
}

.brands .brand-slider .item img {
  width: 144px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.brands .brand-slider .item:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

footer {
  background-image: url("../images/footer-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 156px 0 80px;
}

footer h5 {
  color: #ffffff56;
  margin-bottom: 96px;
  width: 768px;
  line-height: 1.4;
}

footer h6, footer p {
  color: #ffffff56;
}

footer a {
  color: #ffffffcc;
}

footer .footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer .footer-wrap .logo img {
  width: 130px;
}

footer .footer-wrap .location {
  max-width: 320px;
}

footer .footer-wrap .location h6 {
  margin-bottom: 1rem;
}

footer .footer-wrap .location li {
  margin-bottom: 8px;
}

footer .footer-wrap .location li a {
  font-weight: 300;
}

footer .footer-wrap .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer .footer-wrap .social ul li {
  margin-right: 8px;
}

footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
}

footer .footer-bottom p {
  font-size: 14px;
  margin: 8px;
}

footer .footer-bottom p a {
  color: #ffffff56;
}
/*# sourceMappingURL=style.css.map */