
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}
h3 {
  font-weight: 700;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #d7aa6d;;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #000;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(0, 0, 0, 0.9);
  padding: 12px 0;
}

#main-intro {
  width: 100%;
  height: 100vh;
  background: url("../img/banner-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

#main-intro:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#main-intro .main-intro-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#main-intro h3 {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 26px;
  padding: 10px 30px;
  margin-bottom: 30px;
  border-radius: 50px;
}

#main-intro h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#main-intro h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 24px;
}

#main-intro .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px 9px 30px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#main-intro .btn-get-started:hover {
  background: #d7aa6d;;
  border: 2px solid #d7aa6d;;
}

@media (min-width: 1024px) {
  #main-intro {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #main-intro h3 {
    font-size: 22px;
  }

  #main-intro h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #main-intro h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #main-intro {
    height: 150vh;
  }
}

section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  line-height: 1;
  margin: 0;
  background: #fdeff2;
  color: #d7aa6d;;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #d7aa6d;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}



/*--------------------------------------------------------------
# Intro
--------------------------------------------------------------*/
.intro .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.intro .content ul {
  list-style: none;
  padding: 0;
}

.intro .content ul li {
  padding-left: 28px;
  position: relative;
}

.intro .content ul li+li {
  margin-top: 10px;
}

.intro .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #d7aa6d;;
  line-height: 1;
}

.intro .content p:last-child {
  margin-bottom: 0;
}

.intro .content .btn-learn-more {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #d7aa6d;;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #d7aa6d;;
}

.intro .content .btn-learn-more:hover {
  background: #d7aa6d;;
  color: #fff;
  text-decoration: none;
}

.section-shop {
  padding-bottom: 30px;
}

.section-shop .icon-box {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  text-align: center;
}

.section-shop .icon-box::before {
  content: "";
  position: absolute;
  background: #fdeff2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.4s;
  z-index: -1;
}

.section-shop .icon-box:hover::before {
  background: #d7aa6d;;
  top: 0;
  border-radius: 0;
}

.section-shop .icon {
  margin-bottom: 15px;
}

.section-shop .icon i {
  font-size: 48px;
  line-height: 1;
  color: #d7aa6d;;
  transition: all 0.3s ease-in-out;
}

.section-shop .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.section-shop .title a {
  color: #111;
}

.section-shop .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.section-shop .icon-box:hover .title a,
.section-shop .icon-box:hover .description {
  color: #fff;
}

.section-shop .icon-box:hover .icon i {
  color: #fff;
}


#portfolio {
  padding: 60px 0;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #d7aa6d;
  border-radius: 50px;
  text-transform: uppercase;
  background: #171717;
  margin: 15px 15px 5px 0;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #d7aa6d;
  color: #000000;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #000000;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #f1580c;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #e2effe;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 36px;
  height: 36px;
  background: #d7aa6d;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  font-size: 22px;
  color: #000000;
  line-height: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #3395ff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #000000;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #003166;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 20px;
}

.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: ease-in-out 0.3s;
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #493c3e;
  transition: ease-in-out 0.3s;
}

.features .icon-box:hover a {
  color: #d7aa6d;;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.section-products {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.8)), url("../img/foto_softair_02.jpg") center center;
  background-size: cover;
  padding: 60px 0;
}
.section-products li {
  color: #d7aa6d;;
}

.section-products h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.section-products p {
  color: #fff;
}

.section-products .cta-btn {
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.section-products .cta-btn:hover {
  background: #d7aa6d;;
  border: 2px solid #d7aa6d;;
}

@media (min-width: 1024px) {
  .section-products {
    background-attachment: fixed;
  }
}

.products .products-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.products .products-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.products .products-item .products-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #d7aa6d;;
  padding: 15px 20px;
}

.products .products-item .products-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.products .products-item .products-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.products .products-item .products-info .preview-link,
.products .products-item .products-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.products .products-item .products-info .preview-link:hover,
.products .products-item .products-info .details-link:hover {
  color: #f7c2cc;
}

.products .products-item .products-info .details-link {
  right: 15px;
}

.products .products-item:hover img {
  top: -30px;
}

.products .products-item:hover .products-info {
  opacity: 1;
  bottom: 0;
}


#footer {
  color: #444444;
  font-size: 14px;
  background: #f6f4f4;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.shop-item img {
  width: 100%;
}
