.terra-solutions-home-section-1 {
  background-color: #063024;
}
.terra-solutions-home-section-1 .info-group {
  margin-left: -84px;
}
.h1-home {
 letter-spacing: -3.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 400;
  line-height: 100%;
}
.h2-home {
color: var(--primary-color);
  letter-spacing: -2.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 400;
  line-height: 100%;
}
.h4-home {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}
.h3-home {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 130%;
}
.service-box-short-text {
 	color: var(--white-lite);
  	margin-bottom: 24px;
	font-size: 16px;
  	line-height: 160%;
	font-weight: lighter;
}
.footer-social-text-wrap {
  flex-flow: column;
  height: 18.2px;
  display: flex;
  overflow: hidden;
}
.min-h-120 {
 	min-height: 120px;
}
.footer-social-link-text._1.view {
  letter-spacing: -.16px;
  font-size: 16px;
}
.footer-social-link-text._1 {
  color: var(--white-lite);
}
.tag-wraper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 14px;
  display: inline-flex;
}
.tag-gray {
  border: 1px solid var(--white-gray);
}
.tag-white {
  border: 1px solid var(--white-lite);
}
.tag-text {
  white-space: nowrap;
  word-break: normal;
  font-size: 14px;
  font-weight: 500;
  font-family: Creatodisplay,Arial,sans-serif;
  line-height: 130%;
}
.tag-text-gray {
  color: var(--gray-lite);
}
.tag-text-white {
  color: var(--white-lite);
}
.service-main-box-wrapper {
  cursor: pointer;
}
.collection-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}
.small-line {
  width: 30px;
  height: 1px;
  background: var(--tc-theme-primary);
}

.terra-solutions-home-section-3 {
  background-color: #f8efff;
}

.terra-solutions-home-section-5 .work-icon span {
  background: #353535;
}
.terra-solutions-home-section-5 .icon-large {
  width: 216px;
  height: 216px;
  background: var(--tc-system-white);
}
.terra-solutions-home-section-5 .dashed-line1 {
  height: 1px;
  background-image: linear-gradient(to right, #484848 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 30px 1px;
  background-repeat: repeat-x;
}
.terra-solutions-home-section-5 .dashed-line2 {
  height: 1px;
  background-image: linear-gradient(to right, #484848 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 30px 1px;
  background-repeat: repeat-x;
  rotate: 22deg;
}
.terra-solutions-home-section-5 .dashed-line3 {
  height: 1px;
  background-image: linear-gradient(to right, #484848 33%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 25px 1px;
  background-repeat: repeat-x;
  rotate: -22deg;
}

.terra-solutions-home-section-6 .card-pricing.card-basic {
  background: #eff5ff;
}
.terra-solutions-home-section-6 .card-pricing.card-basic .border-card {
  --bs-border-color: #cfdaec;
}
.terra-solutions-home-section-6 .card-pricing.card-advanced {
  background: #f8efff;
}
.terra-solutions-home-section-6 .card-pricing.card-advanced .border-card {
  --bs-border-color: #e6d8f0;
}
.terra-solutions-home-section-6 .card-pricing.card-advanced .sale-off {
  border-radius: 0px 0px 6px 6px;
  background: var(--tc-linear-1);
}
.terra-solutions-home-section-6 .card-pricing.card-team {
  background: #ffefef;
}
.terra-solutions-home-section-6 .card-pricing.card-team .border-card {
  --bs-border-color: #f0d6d6;
}
.terra-solutions-home-section-6 .monthly.active,
.terra-solutions-home-section-6 .yearly.active {
  background: var(--tc-linear-1) !important;
  color: #fff !important;
  transition: 0.3s;
}

.terra-solutions-home-section-7 .accordion-2 {
  background-color: #100915;
}
.terra-solutions-home-section-7 .accordion-2 .card {
  --bs-card-border-color: #22172b;
}
.terra-solutions-home-section-7 .accordion-2 .card .card-header a .arrow::before {
  transition: 0.3s;
  transform: rotate(0deg);
  font-family: bootstrap-icons;
  content: "\f2ea";
  color: var(--tc-theme-primary);
  font-size: 20px;
}
.terra-solutions-home-section-7 .accordion-2 .card .card-header a.collapsed .arrow {
  background-color: transparent;
}
.terra-solutions-home-section-7 .accordion-2 .card .card-header a.collapsed .arrow::before {
  transition: 0.3s;
  color: var(--tc-system-black);
  transform: rotate(180deg);
  content: "\f4fe";
}
.terra-solutions-home-section-7 .accordion-2 .card .collapse.show {
  border-bottom: 1px solid var(--tc-theme-primary);
}

.section-footer-4 {
  --bs-border-color: #332457;
}
.section-footer-4 .icon svg {
  height: 14px;
  width: 14px;
  fill: var(--tc-body-text-secondary);
  opacity: 0.5;
}
.section-footer-4 .icon:hover svg {
  fill: var(--tc-system-white);
  opacity: 1;
  transition-duration: 0.3s;
}

.card-team-member .social-icons {
  transition: all 0.2s linear;
  overflow: hidden;
  transform: translateY(80%);
  opacity: 0;
  background: var(--tc-linear-1);
}
.card-team-member .social-icons .icon {
  transition: all 0.3s ease-in-out;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.card-team-member .social-icons .icon svg {
  height: 14px;
  width: 14px;
  fill: var(--tc-system-white);
}
.card-team-member .social-icons .icon:hover {
  background-color: var(--tc-system-white);
  border-color: var(--tc-theme-primary) !important;
}
.card-team-member .social-icons .icon:hover svg {
  fill: var(--tc-theme-primary);
}
.card-team-member:hover .social-icons {
  transform: translateY(0);
  opacity: 1;
}
.card-team-member:hover .card-name h6 {
  color: var(--tc-theme-primary);
}

.card-services {
  transition: all 0.2s ease-in-out;
}
.card-services:hover {
  transition: all 0.2s ease-in-out;
  background-color: var(--tc-system-black) !important;
}
.card-services:hover a {
  transition: all 0.2s ease-in-out;
  color: var(--tc-system-white);
}
.card-services:hover a h6 {
  transition: all 0.2s ease-in-out;
  color: var(--tc-system-white);
}
.card-services:hover p {
  color: var(--tc-system-white);
}

.progress,
.progress-stacked {
  --bs-progress-height: 4px;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: transparent;
  --bs-progress-border-radius: 0px;
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: var(--tc-system-white);
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.tag-process .icon-shape {
  transform: rotate(90deg);
}
@media (min-width: 1400px) {
  .tag-process .icon-shape {
    transform: rotate(0deg);
  }
}
/* M */
.terra-solutions-home-section-1 .h1-home {
    font-family: 'Rethink Sans', sans-serif; /* wie H2 */
    font-weight: 600;                        /* gleiche Stärke */
    font-size: 4rem;                        /* mobile Basis */
    line-height: 1.3;

}

}
@media (min-width: 768px) {
    .terra-solutions-home-section-1 .h1-home {
        font-size: 70px;                    /* Tablet/Desktop */
    }
}

@media (min-width: 1200px) {
    .terra-solutions-home-section-1 .h1-home {
        font-size: 90px;                    /* große Screens */
    }
}
@media (max-width: 767px) {
    .terra-solutions-home-section-1 img {
        bottom: -20px; /* leicht nach unten verschieben, falls nötig */
        width: 80%;    /* Bild kleiner machen */
    }

 {
  .terra-solutions-home-section-8 .container {
    padding-left: 0;
    padding-right: 0;
  }

  .terra-solutions-home-section-8 .card-testimonial {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 32px);
  }
}

.mobile-nav {
  display: none;
}

.mobile-nav.is-open {
  display: block;
}

/* M */
.card {
  transition: all 0.3s ease-in-out;
}
.card .card-header a {
  border-bottom: 1px solid transparent;
}
.card .card-header a .arrow::before {
  transition: 0.3s;
  transform: rotate(0deg);
  font-family: bootstrap-icons;
  content: "\f2ea";
  color: var(--tc-system-navy-blue-3);
  font-size: 20px;
}
.card .card-header a.collapsed {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.card .card-header a.collapsed .arrow {
  background-color: transparent;
}
.card .card-header a.collapsed .arrow::before {
  transition: 0.3s;
  color: var(--tc-system-navy-blue-3);
  transform: rotate(180deg);
  content: "\f4fe";
}

.terra-solutions-blog-section-1 .swiper-button-prev {
  left: unset;
}
/*# sourceMappingURL=style.css.map */
