@charset "utf-8";
html, body{}
button, .btn{font-family: "Open Sans", sans-serif !important; font-display: auto;}
span,ul,li,a,input,select,option{font-family: "Open Sans", sans-serif !important; font-display: auto;}
h1,h2,h3,h4,h5,h6 .display-5, .display-3, .display-4{font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;}
p,small{font-family: "Open Sans", sans-serif !important;}

.lead{line-height:26px !important;}
.main_header_img {
  height: auto;
  min-height: 50vh;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
}

.faqbg {background-image: url("https://www.aument.com/images/FAQ-bg.jpg");}
.bg2 {background-image: url("../../images/main-banner.jpg");}


.h4-p{position:absolute; bottom:10%; left:10%; font-size:30px; line-height:25px !important;}
 .hL {
   
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
	background-image: linear-gradient(to left, #555, #222222);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}
.hL:before {
  content: "";
    position: absolute;
    width: 90%;
    bottom: 0;
    left: 1%;
    height: 3px;
    background-image: linear-gradient(to right, rgba(150, 201, 60, 1), rgba(150, 201, 60, 0.45), rgba(0, 0, 0, 0));
	
   
}

.news-card {
  border: 0px solid aqua;
  margin: 0.5rem;
  position: relative;
  height: 12rem;
  overflow: hidden;
  flex: 1;
  min-width: 290px;
}

@media (min-width: 900px) {

.news-card {
    height: 20rem
}
  }

.news-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);;
      z-index: 0;
    }

.news-card__card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
/*     background: rgba(255,0,0,.5); */
  }

.news-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: -1;
  }

.news-card__text-wrapper {
    position: absolute;
    bottom: 0rem;
    padding: 1rem;
    color: white;
/*     background-color: rgba(0, 0, 0, 0.4); */
    transition: background-color 1.5s ease;
  }

.news-card__title {
    transition: color 1s ease;
    margin-bottom: .5rem;
  }


@media (min-width: 900px) {
    .news-card:hover .news-card__details-wrapper {
      max-height: 20rem;
      opacity: 1;
    }
    .news-card:hover .news-card__text-wrapper {
      background-color: rgba(0, 0, 0, 0.6);
    }
    .news-card:hover .news-card__title {
      color: #98ca37;
    }
    .news-card:hover .news-card__image {
      transform: scale(1.2);
      z-index: -1;
    }
  }


