@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
}

h2 {
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.green {
  color: #6cc049;
}

h3 {
  font-size: 19px;
  font-weight: 200;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #706258;
}

a {
  text-decoration: none !important;
  color: unset;
}
a:hover {
  color: unset !important;
}

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

.btn-read-more {
  border: 1px solid #6cc049;
  padding: 10px 30px;
  color: #6cc049;
  font-weight: 300;
  font-size: 13px;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .btn-read-more {
    font-size: 8px;
    padding: 5px 20px;
  }
}
.btn-read-more:hover {
  background-color: #6cc049;
  color: #fff !important;
}

.pt20 {
  padding-top: 20px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-top: 100px;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.pinetree_portfolio h2 {
  text-align: center;
  color: #6cc049;
}
.pinetree_portfolio .filter_buttons_main {
  text-align: center;
}
.pinetree_portfolio .wrapper_home_works {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pinetree_portfolio .wrapper_home_works .gallery_product {
  width: 33.33%;
  height: 100%;
  padding: 0px;
  position: relative;
  margin: 0;
  border: 1px dashed #fff;
}
@media (max-width: 767px) {
  .pinetree_portfolio .wrapper_home_works .gallery_product {
    width: 100%;
  }
}
.pinetree_portfolio .wrapper_home_works .gallery_product .item_img img {
  width: 100%;
}
.pinetree_portfolio .wrapper_home_works .gallery_product .item_img iframe {
  display: block;
  width: 100%;
  border: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.pinetree_portfolio .wrapper_home_works .gallery_product .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #6dc049d0;
}
.pinetree_portfolio .wrapper_home_works .gallery_product .overlay .text {
  width: 90%;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.pinetree_portfolio .wrapper_home_works .gallery_product .overlay .text h5 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}
.pinetree_portfolio .wrapper_home_works .gallery_product .overlay .text h5::before {
  content: "";
  background: url(../images/icon_commercial.png);
  position: absolute;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 40px;
  top: -47px;
  left: 44%;
}
.pinetree_portfolio .wrapper_home_works .gallery_product .overlay .text h3 {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}
.pinetree_portfolio .wrapper_home_works .gallery_product .overlay .text p {
  color: #fff;
  font-size: 13px;
}
.pinetree_portfolio .wrapper_home_works .gallery_product:hover .overlay {
  opacity: 1;
}
.pinetree_portfolio button {
  outline: 0 !important;
}
.pinetree_portfolio .btn {
  outline: 0 !important;
}
.pinetree_portfolio .btn-default {
  outline: 0 !important;
}
.pinetree_portfolio .btn.focus,
.pinetree_portfolio .btn:focus {
  box-shadow: unset;
}
.pinetree_portfolio .filter-button {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  padding: 8px 0;
  color: #333333;
  background: #f3f3f3;
  outline: 0;
  width: 20%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .pinetree_portfolio .filter-button {
    font-size: 12px;
    margin: 2px;
    font-weight: 400;
  }
}
.pinetree_portfolio .filter-button:hover {
  text-align: center;
  color: #333333;
  background-color: #6cc049;
}
.pinetree_portfolio .filter-button:active {
  background-color: #6cc049;
  color: #333333;
}/*# sourceMappingURL=main.css.map */