/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.varbase-impressed-card:hover img {
  transform: scale(1.1);
}

.varbase-impressed-card:hover .card-img:after {
  transform: scale(1.23);
}

.varbase-impressed-card img {
  width: 100%;
  transition: all .3s ease-out;
}

.varbase-impressed-card .overlay-attributes {
  position: absolute;
  top: 0;
  
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

[dir="rtl"] .varbase-impressed-card .overlay-attributes {
  left: auto;
  
  right: 0;
}

.varbase-impressed-card .tint-gradient {
  position: relative;
  overflow: hidden;
}

.varbase-impressed-card .tint-gradient:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  
  left: 0;
  
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -8.71%, #000 132.57%);
  transition: all .3s ease-out;
  transform-origin: bottom;
}

[dir="rtl"] .varbase-impressed-card .tint-gradient:after {
  left: auto;
  
  right: 0;
  
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) -8.71%, #000 132.57%);
}

.varbase-impressed-card .card-title {
  font-weight: 700;
  line-height: 140%;
  align-self: stretch;
  text-transform: capitalize;
}

.varbase-impressed-card .card-title a {
  color: #000;
}

.varbase-impressed-card .impressed-card-content:first-child {
  margin-top: 0;
  padding-top: 0;
}

.varbase-impressed-card.anchor-all {
  position: relative;
}

.varbase-impressed-card.anchor-all .impressed-card-content {
  position: static;
}

.varbase-impressed-card.anchor-all .card-title {
  position: static;
}

.varbase-impressed-card.anchor-all .card-title a {
  position: static;
}

.varbase-impressed-card.anchor-all .card-title a::before {
  position: absolute;
  content: "";
  display: block;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.varbase-impressed-card.anchor-all a.card-link,
.varbase-impressed-card.anchor-all div.card-link > a {
  position: static;
}

.varbase-impressed-card.anchor-all a.card-link::before,
.varbase-impressed-card.anchor-all div.card-link > a::before {
  position: absolute;
  content: "";
  display: block;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.varbase-impressed-card.anchor-all a {
  z-index: 3;
  position: relative;
}

.varbase-impressed-card.border-0 .impressed-card-content {
  margin: 0;
  padding: 0;
}

.varbase-impressed-card.bordered .impressed-card-content {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: var(--bs-card-spacer-y);
  padding-bottom: 0;
}

.varbase-impressed-card.bordered.flex-column-reverse .impressed-card-content {
  padding-top: 0;
  padding-bottom: var(--bs-card-spacer-y);
}

.varbase-impressed-card.xlarge .card-title {
  font-size: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {
  .varbase-impressed-card.xlarge .card-title {
    font-size: 2rem;
  }
}

.varbase-impressed-card.large .card-title {
  font-size: calc(1.305rem + .66vw);
}

@media (min-width: 1200px) {
  .varbase-impressed-card.large .card-title {
    font-size: 1.8rem;
  }
}

.varbase-impressed-card.medium .card-title {
  font-size: calc(1.265rem + .18vw);
}

@media (min-width: 1200px) {
  .varbase-impressed-card.medium .card-title {
    font-size: 1.4rem;
  }
}

.varbase-impressed-card.small .card-img {
  width: 100%;
}

.varbase-impressed-card.small .card-img .field--name-field-media * {
  width: 100%;
  height: 100%;
}

.varbase-impressed-card.small .card-img img {
  object-fit: cover;
}

.varbase-impressed-card.small .card-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  font-variation-settings: "opsz" 14;
}

.varbase-impressed-card.small.fixed-height .card-img {
  height: 213px;
}

.varbase-impressed-card.xsmall .card-title {
  font-size: 1.2rem;
}

