.product-header {
  background-color: #fff!important;
  transition: all 0.5s;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  padding: 5px 0;
}
.product-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0 0;
  min-height: 70vh;
  width: 100%;
  background: url(../img/product/product-bg.jpg) top center no-repeat;
  background-size: cover;
}
.product-row h2 {
  font-style: bold;
  text-align: center;
  font-family: Poppins;
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-size: 52px;
  line-height: 90px;
  letter-spacing: 0rem;
}
.product-row p {
  text-align: center;
  line-height: 30px;
  width: 60%;
  margin: auto;
  color: rgb(255, 255, 255);
  padding: 5px 0px 10px;
}
.product-disclaimer {
  margin-top: 5rem;
  margin-bottom: 4rem;
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .product-row h2 {
    margin-top: 3rem;
    font-size: 40px;
    line-height: 60px;
  }
  .product-row p {
    line-height: 28px;
    width: 90%;
  }
}

/* ============end ========== */
.product {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.product-bold-text h1 {
  font-size: 42px;
  color: #335288;
  font-weight: 700;
  line-height: 63px;
}
.product-bold-text {
  color: #6f6f6f;
  font-size: 16px;
  margin: auto;
  width: 63%;
}
@media screen and (min-width: 300px) and (max-width: 500px) {
  .product-container {
    margin-top: 0px !important;
  }
  .product-item {
    padding: 2rem !important;
    margin-top: 0px !important;
  }

  .product .product-wrap {
    margin: 0px !important;
  }
  .product #product-flters {
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 425px) {
  .product-bold-text h1 {
    font-size: 33px;
    color: #335288;
    font-weight: 700;
    line-height: 46px;
  }
  .product-bold-text {
    width: 80%;
  }
}
@media screen and (min-width: 500px) and (max-width: 1400px) {
  .product-wrap h4 {
    font-size: 18px;
    padding: 0px 10px;
  }
}

/*============================================ end ======================== */

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.product #product-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}
.product-wrap h4 {
  margin-top: 1rem;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
}
.product-wrap p {
  text-align: center;
}

.product #product-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 10px 20px 10px;
  transition: 0.3s;
  outline: 1px solid #a3a3a3 !important;
  border-radius: 20px;
}

.product #product-flters li:hover,
.product #product-flters li.filter-active {
  color: #fff;
  border-radius: 20px;
  background-color: #16425b;
  outline: none !important;
}

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

.product .product-wrap {
  margin: 20px;
  transition: all ease-in-out 0.3s;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: ghostwhite;
  border-radius: 10px;
}
.product .product-wrap:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.product .product-wrap img {
  transition: 1s;
  margin: 0px !important;
  padding: 0px !important;
}

.product .product-wrap .product-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product .product-wrap .product-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.product .product-wrap .product-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.product .product-wrap .product-links {
  text-align: center;
  z-index: 4;
}

.product .product-wrap .product-links a {
  color: #fff;
  background: #4154f1;
  margin: 10px 2px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.product .product-wrap .product-links a i {
  font-size: 35px;
  line-height: 0;
}

.product .product-wrap .product-links a:hover {
  background: #5969f3;
}

.product .product-wrap:hover img {
  transform: scale(1.1);
}

.product .product-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.product .product-wrap:hover .product-info {
  opacity: 1;
}

.product .product-wrap:hover .product-info::before {
  top: 15px;
  left: 15px;
}

.product .product-wrap:hover .product-info::after {
  bottom: 15px;
  right: 15px;
}

.footer-top {
  margin-top: 7rem;
}
@media screen and (min-width: 300px) and (max-width: 700px) {
  .product-bg {
    min-height: 70vh !important;
    position: relative !important;
  }
  .product-row {
    margin: 0px;
  }
}
