@media only screen and (min-width: 0px) {
  .functional {
    background-repeat: no-repeat;
    padding: clamp(50px, 5vw, 100px) clamp(25px, 5vw, 100px) clamp(75px, 8vw, 150px);
    background: var(--background);
    background-image: url(../images/index/corner1.webp);
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  .functional .functional-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 50px;
  }
  .functional .functional-inner .functional-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    box-shadow: var(--boxShadow);
  }
  .functional .functional-inner .functional-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  .functional .functional-inner .functional-image {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  .functional .functional-inner .functional-text {
    margin: 0 auto;
    max-width: 600px;
  }
  .functional .functional-inner .functional-text h2 {
    font-size: clamp(28px, 3.5vw, 32px);
    margin-bottom: 15px;
  }
  .functional .functional-inner .functional-text h2 span {
    font-size: 24px;
    color: #888;
  }
  .functional .functional-inner .functional-text p {
    margin-bottom: 25px;
  }
  .functional .functional-inner .functional-text button {
    background: var(--button);
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 100vw;
    padding: 20px 25px;
    transition: 0.2s;
    box-shadow: 0px 0px 3px black;
    margin-top: 25px;
  }
  .functional .functional-inner .functional-text button a {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    color: var(--textColor);
  }
  .functional .functional-inner .functional-text button:hover {
    background: var(--buttonHover);
  }
  .functional .functional-inner .functional-text button:hover a {
    color: var(--black);
  }
}
@media only screen and (min-width: 0px) {
  #cta {
    background: var(--background3);
    background-image: url("../images/services/kitchen.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    border-top: 10px solid var(--background3);
    border-bottom: 10px solid var(--background3);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #cta {
    background-image: url("../images/services/kitchen.webp");
    background-attachment: local;
  }
}
@media only screen and (min-width: 0px) {
  #cta .cta-inner {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), hsla(32, 62%, 82%, 0.75), rgba(0, 0, 0, 0));
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: clamp(100px, 10vw, 200px) clamp(0px, 1vw, 150px);
  }
  #cta .cta-inner .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  #cta .cta-inner .text h2 {
    margin-bottom: 15px;
    color: var(--textColor);
    font-size: clamp(32px, 5vw, 36px);
    line-height: 1.25;
  }
  #cta .cta-inner .text p {
    margin-bottom: 50px;
    max-width: 650px;
    font-size: clamp(16px, 5vw, 18px);
  }
  #cta .cta-inner .button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    gap: 25px;
    margin: 0 auto;
  }
  #cta .cta-inner .button a {
    font-size: 16px;
    color: var(--textColor);
  }
  #cta .cta-inner .button button {
    background: var(--button);
    border-radius: 100vw;
    padding: 20px 25px;
    transition: 0.2s;
    box-shadow: 0px 0px 3px black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #cta .cta-inner .button button:hover {
    background: var(--buttonHover);
  }
  #cta .cta-inner .button button:hover a {
    color: var(--black);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #cta .cta-inner .button {
    gap: 15px;
  }
}/*# sourceMappingURL=functional.css.map */