/**********************
*   KONTAKT FORMULAR  *
***********************/
.ref-header_bg_image {
  position: relative;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../img/gallery/16.jpg");
  background-size: cover;
  background-position: center calc(50% - 5rem);
}
.ref-section {
  position: relative;
}
.ref-cta {
  width: 45rem;
  display: flex;
  position: absolute;
  top: -40rem;

  right: 2rem;
  display: grid;
  grid-template-columns: 1fr;

  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
  border-radius: 8px;

  background-image: linear-gradient(to right bottom, #fff, #fff);
  overflow: hidden;
}

.ref-cta-text-box {
  padding: 2rem;
  color: #2e1907;
}

.ref-cta-heading {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 2rem;
}

.ref-cta .heading-secondary {
  color: #2e1907;
  margin-bottom: 1rem;
}

.ref-cta-text {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 2.8rem;
}

.ref-cta-img-box {
  background-image: linear-gradient(
      to right bottom,
      rgba(235, 151, 78, 0.3),
      rgba(230, 125, 34, 0.3)
    ),
    url("../img/gallery/6.jpg");
  background-size: cover;
  background-position: center;
}

.ref-cta-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
}

.ref-cta-form-single {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
  height: 12rem;
}

.ref-cta-form-single textarea {
  resize: none;
}

.ref-cta-form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}

.ref-cta-form input,
.ref-cta-form-single textarea {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-family: inherit;
  border: none;
  background-color: #f5f6fa;
  border-radius: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.ref-cta-form input::placeholder,
.ref-cta-form-single textarea::placeholder {
  color: #aaa;
}

.ref-cta *:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem rgba(253, 242, 233, 0.5);
}

.ref-cta-btn {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

/***********************
*   REF SECTION   *
************************/

.ref-section-services {
  padding: 15rem 0;
  background-color: #fff;
}

.ref-service {
  display: flex;
  flex-direction: column;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border: 0.5px solid #eee;

  overflow: hidden;
  transition: all 0.4s;
}

.ref-service-top {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  text-align: center;
  background-color: #fff;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}

.ref-service:hover {
  transform: translateY(-1.2rem);
  box-shadow: 0 3.2rem 6.4rem rgba(0, 0, 0, 0.06);
}

.ref-service-content {
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}

.ref-company-logo {
  height: 6.4rem;
}

.tag {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem;
  text-transform: uppercase;

  color: #000;
  border-radius: 100px;
  font-weight: 600;
}

.tag--1 {
  background-color: #51cf66;
}

.tag--2 {
  background-color: #94d82d;
}

.tag--3 {
  background-color: #ffd43b;
}

.ref-service-title {
  font-size: 1.6rem;
  color: #333;
  font-weight: 600;
}

.ref-service-subtitle {
  font-size: 1.6rem;
  line-height: 1.6;
}

.ref-attributes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.ref-service-read-more {
  margin-top: auto;
  margin-bottom: 2rem;
  margin-left: 2rem;
  font-size: 1.6rem;
}

.ref-attribute {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.ref-img {
  width: 100%;
  height: 22rem;
}

.ref-icon {
  height: 2.4rem;
  width: 2.4rem;
  color: #e67e22;
}

.ref-icon {
  width: 3rem;
  height: 3rem;
  color: #e67e22;
}

.ref-all-recipes {
  text-align: center;
  font-size: 1.8rem;
}
