/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.menu-link {
  font-size: 0.9375rem;
  font-weight: 400 !important;
  text-transform: capitalize;
  font-family: var(--cnvs-primary-font) !important;
}

.gallery-container {
  position: relative;
  cursor: pointer;
}

.gallery-image {
  display: block;
  width: 100%;
  height: auto;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #000;
}

.gallery-container:hover .gallery-overlay {
  opacity: 0.8;
}

.gallery-text {
  color: white;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.iconlist li {
  font-size: calc(var(--cnvs-iconlist-size)+1) !important;
}
.home-section2 {
  background-color: #f3f4ef;
}

.mfg-intro-type1 {
  text-align: left;
}

.strong-text-light {
  font-weight: 400;
  color: #fff;
}

.strong-text-dark {
  font-weight: 400;
  color: #000;
}

.get-started-p {
  color: #777;
  margin-bottom: 25px;
  margin-right: 25px;
}

.mt-20 {
  margin-top: 20px;
}

.homepage-product {
  border: 1px solid #fff;
  background-size: cover;
  padding: 80px;
}
@media (max-width: 576px) {
  .heading-block-h2 {
    font-size: 2rem !important;
  }

  .no-mobile {
    display: none;
  }

  .section-cost-of-failure {
    background-color: #e1e5d7;
  }

  .video1 {
    width: 500px;
    height: 282px;
    border-radius: 10px;
  }
}

@media (min-width: 576px) {
  .home-section2 {
    background: url("../gym/images/section/mf-intro.png") center bottom
      no-repeat;
    background-color: var(--cnvs-section-bg);
    background-size: cover;
    padding: 80px 0 180px;
  }

  .home-section-services {
    height: 400px;
  }

  .video1 {
    width: 744px;
    height: 420px;
    margin-top: 20px;
    border-radius: 10px;
  }
}
