h6 {
  font-family: Afacad;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1rem;
}

h6:first-child {
  margin-bottom: 2rem;
}

.btn,.btn:hover {
  color: #fff;
}

.mt-5 {
  margin-top: 5rem !important;
}

#theme-header {
  transition: background-color 0.3s, box-shadow 0.3s;
}

#theme-header.scrolled {
  background: var(--primary) !important;
  box-shadow: 0 1rem 3rem #0808082d !important;
}

#logo-top,#logo-scrolled {
  transform-origin: bottom left;
  transition: transform 0.3s;
  position: absolute;
  top: 5px;
  left: 0;
}

#logo-top {
  transform-origin: top left;
}

#theme-header #logo-scrolled {
  transform: scale(0);
}

#theme-header.scrolled #logo-top {
  transform: scale(0);
}

#theme-header.scrolled #logo-scrolled {
  transform: scale(1);
}

#logo-scrolled {
  width: 200px;  
  left: 20px;
  top: 0;
}

#theme-logo>div {
  height: 85px;
  position: relative;
  transition: height 0.3s;
}

#theme-header.scrolled #theme-logo>div {
  height: 25px;
}

.navbar-toggler span.pl-2 {
  display: none !important;
}

p {
  font-size: 21px;
}

@media (min-width: 992px) {
  h1 { font-size: 72px; line-height: 1 }
  h2 { font-size: 57px; line-height: 1 }
  h3 { font-size: 42px; line-height: 1 }
}

.icon-box .icon-box-icon {
  background: var(--warning);
  border-radius: 100%;
  padding: 0.75rem;
  display: inline-block;
  width: 18px;
  height: 18px;
  box-sizing: content-box;
}

.icon-box.icon-box-dark .icon-box-icon {
  background: transparent;
  width: 36px;
  height: 36px;
}

.icon-box svg {
  width: 18px;
  height: 18px;
  margin-top: -9px;
}

.icon-box.icon-box-dark svg {
  width: 32px;
  height: 32px;
  margin-top: -16px;
}

.icon-box svg path {
  fill: #fff;
}

.icon-box.icon-box-dark svg path {
  fill: var(--success);
}

.icon-box-heading {
  font-size: 32px;
  margin-top: 0.5rem;
}

.icon-box-dark .icon-box-heading {
  font-size: 24px;
}

ul.icon-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.icon-list li {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 0.5rem;
}

.list-icon svg {
  width: 20px;
  height: 20px;
  margin: 0 0.5rem;
}

.list-icon svg path {
  fill: var(--warning);
}

.list-caption {
  margin: 0 0.5rem;
  font-size: 18px;
}

.testimonial {
  text-align: center;
  margin: auto 0;
}

.testimonial-text {
  font-family: gelica;
  font-size: 2.75rem;
  margin: 2rem;
}

.testimonial svg {
  width: 12px;
  height: auto;
  margin: 0 0.1rem;
}

.testimonial svg path {
  fill: var(--success);
}

.testimonial-stars {
  margin-top: 1rem; 
}

.testimonial-spinner .carousel-control-prev, .testimonial-spinner .carousel-control-next {
	width: 2rem; 
}

.testimonial-spinner .carousel-item {
  height: 100%;
}

.testimonial-spinner .carousel-item > div {
  height: 90vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.menu-sm {
  display: none;
}

@media (max-width: 991px) {
  .menu-sm.active {
    display: block;
    position: absolute;
    top: 100%;
    right: 0.5rem;
    border: 1px solid #fff;
    background: var(--success);
    margin-top: 1rem;
    min-width: 75svw;
  }
  .menu-sm a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 1rem 0.5rem;
    font-size: 1.25rem;
  }
}
