@font-face {
  font-family: 'Old English 5';
  src: url(/content/file/OldEnglishFive.ttf);
}

.overlay-outer {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
}

.overlay-outer h2 {  
  bottom: 0;
  left: 0;
  width: 100%;
  background: color-mix(in srgb, var(--dark), transparent 20%);
  font-weight: bold;
  position: absolute;
  transition: opacity 0.3s;
  margin: 0;
  padding: 1rem;
}

.overlay-outer h2, .overlay-outer .arrow {
  -x-text-shadow: 2px 2px 4px #00000070, 2px 2px 4px #00000070, 2px 2px 4px #00000070, 2px 2px 4px #00000070, 2px 2px 4px #00000070, 2px 2px 4px #00000070, 2px 2px 4px #00000070, 2px 2px 4px #00000070, 2px 2px 4px #00000070, 2px 2px 4px #00000070, 2px 2px 4px #00000070, 2px 2px 4px #00000070, 2px 2px 4px #00000070, 2px 2px 4px #00000070, 2px 2px 4px #00000070
}

.overlay-outer .arrow {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  top: unset;
  transition: opacity 0.3s;
}

.overlay-inner {
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--dark), transparent 20%);
}

.overlay-outer:hover .overlay-inner {
  opacity: 1;
}

.overlay-outer:hover h2, .overlay-outer:hover .arrow {
  opacity: 0;
}

.description {
  position: absolute;
  bottom: 4rem;
  left: 1rem;
  width: calc(100% - 2rem);
  max-height: calc(100% - 5rem);
  overflow: hidden;  
  padding: 0.375rem 1rem;
  font-size: 1.3rem;
}

.overlay-inner .btn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  border-radius: 2rem;
}

.testimonial-outer .carousel-control-next-icon,
.testimonial-outer .carousel-control-prev-icon {
  background: none !important;  
}

.testimonial-outer .carousel-control-prev-icon:after {
  content:'\e035';
  color: #000;
  position: relative;
  top: 1px;
  display: inline-block;
  speak: none;
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.testimonial-outer .carousel-control-next-icon:after {
  content:'\e036';
  color: #000;
  position: relative;
  top: 1px;
  display: inline-block;
  speak: none;
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .testimonial {
    padding: 5rem 0;
    position: relative;
  }

  .testimonial:before {
    content: '”';
    font-family: 'Old English 5';
    font-size: 72pt;
    top: 4px;
    left: 4px;
    position: absolute;
    transform: scalex(-100%);
  }

  .testimonial:after {
    content: '”';
    font-family: 'Old English 5';
    font-size: 72pt;
    bottom: 4px;
    right: 4px;
    position: absolute;
  }

  .testimonial-inner {
    margin: 0 8rem;
  }
}

.welcome .carousel-indicators li {
  height: 30px;
  transform: rotate(45deg) scale(50%);
  border: 2px solid var(--primary);
  margin: 0 2px;
  opacity: 1;
  background: color-mix(in srgb, var(--dark), rgba(79, 54, 112, 0.8));
  transition: background-color 0.3s, transform 0.3s;
}

.welcome .carousel-indicators li.active {
  background: var(--dark);
  transform: scale(80%) rotate(-45deg);
}

.darken-bg .row {
  background: rgba(0,0,0,0.5);
  padding: 3rem 0;
}

.tg-review-widget-container {
  margin: 0 auto !important 
}

.frame *:last-child {
  margin-bottom: 0 !important; 
}