:root {
  --Primary: #F7F2ED;
  --primaryDarker: #E69665;
  --white: white;
  --black: black;
  --bodyColor: #f6f0eb;
  --textColor: #222;
  --textHover: #C17B5E;
  --background: #f8f8f8;
  --backgroundT: hsla(0, 0%, 97%, 0.85);
  --background1: #f8f8f8;
  --background1T: hsla(0, 0%, 97%, 0.85);
  --background2: #F7E4D0;
  --background2T: hsla(31, 71%, 89%, 0.5);
  --background3: #BE785B;
  --backgroundHover: #f1d1b8;
  --buttonHoverColor: #F7E4D0;
  --buttonHoverColor: #f1d1b8;
  --button: var(--primaryDarker);
  --buttonHover: var(--buttonHoverColor);
  --boxShadow: 0px 0px 3px rgb(124, 124, 124);
  --boxShadowHover: 0px 0px 3px rgb(20, 20, 20);
  --border: 1px solid var(--shadowColor);
  --secondary: #6F8F7C;
  --secondary2: #7E9A8A;
}

#hero {
  position: relative;
  height: calc(100vh - 94px);
  max-height: 900px;
  min-height: 650px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: none;
}
#hero picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#hero .hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
  display: block;
}
#hero .hero-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  width: min(1100px, 100%);
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}
#hero .hero-text {
  max-width: 800px;
  width: min(90%, 800px);
  margin: 0 auto;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#hero .hero-text h2 {
  font-size: clamp(20px, 3.5vw, 24px);
  color: #f6af8d;
  margin-bottom: 5px;
  line-height: 1.5;
  text-shadow: 1px 1px 1px black;
}
#hero .hero-text h2 span {
  white-space: nowrap;
  color: inherit;
}
#hero .hero-text h1 {
  font-size: clamp(36px, 5vw, 52px);
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 1.15;
  text-shadow: 1px 1px 3px black;
}
#hero .hero-text p {
  max-width: 700px;
  color: #ffffff;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 400;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
  text-shadow: 0 0 3px black;
}
#hero .hero-text .button {
  margin-top: 25px;
  display: flex;
  gap: 15px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
#hero .hero-text .button a {
  font-size: 16px;
  color: var(--textColor);
}
#hero .hero-text .button button {
  background: var(--button);
  border-radius: 100vw;
  padding: 20px 25px;
  transition: 0.2s;
  box-shadow: 0 0 3px black;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .hero-text .button button:hover {
  background: var(--buttonHover);
}
#hero .hero-text .button button:hover a {
  color: var(--black);
}
#hero .hero-text .button .view-services {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: var(--white);
}
#hero .hero-text .button .view-services a {
  color: #ffffff;
  padding: 10px;
  font-size: 16px;
  text-shadow: 1px 1px 3px black;
}
#hero .hero-text .button .view-services:hover,
#hero .hero-text .button .view-services a:hover {
  color: var(--primaryDarker);
  text-decoration-color: var(--primaryDarker);
}
@media (max-width: 800px) {
  #hero .hero-inner {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25));
  }
}
@media (max-width: 700px) {
  #hero {
    min-height: 850px;
  }
  #hero .hero-image {
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 451px) and (max-width: 700px) {
  #hero .hero-image {
    -o-object-position: -700px bottom;
       object-position: -700px bottom;
  }
}
@media (max-width: 450px) {
  #hero {
    min-height: 850px;
  }
  #hero .hero-image {
    -o-object-position: center;
       object-position: center;
  }
}

@media only screen and (min-width: 0px) {
  #services {
    background-color: var(--background);
    background-image: url(../images/index/flowers-bg2.webp);
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) {
  #services {
    padding: clamp(75px, 5vw, 100px) clamp(0px, 5vw, 100px) clamp(100px, 8vw, 150px);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #services {
    padding: 0px 0 0px;
    background-image: url(../images/index/flowers-bg2-mobile.webp);
  }
}
@media only screen and (min-width: 0px) {
  #services .services-inner {
    max-width: 1300px;
    margin: 0 auto;
  }
  #services .services-inner .services-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  #services .services-inner .services-header h2 {
    font-size: clamp(32px, 5vw, 36px);
    font-weight: bold;
    line-height: 1.25;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #services .services-inner .services-header p {
    font-size: clamp(16px, 1vw, 17px);
  }
  #services .services-inner .services-items {
    display: grid;
    gap: 25px;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #services .services-inner .services-items h2 {
    margin-bottom: 10px;
  }
  #services .services-inner .services-cards {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #services .services-inner .services-cards .card {
    padding: 35px 35px 40px;
    background: var(--background2T);
    box-shadow: var(--boxShadow);
    border-radius: 3px;
  }
  #services .services-inner .services-cards .card:hover {
    background: var(--background2);
    box-shadow: var(--boxShadowHover);
  }
  #services .services-inner .services-cards .card img {
    margin-bottom: 5px;
  }
  #services .services-inner .services-cards .card h3 {
    margin-bottom: 15px;
  }
  #services .services-inner .services-cards .card p {
    display: flex;
    margin-bottom: 25px;
  }
  #services .services-inner .services-cards .card a {
    -webkit-text-decoration: 1px underline;
            text-decoration: 1px underline;
    text-underline-offset: 5px;
    padding: 10px;
    position: relative;
    left: -10px;
  }
  #services .services-inner .services-cards .card a:hover {
    color: var(--background3);
  }
  #services .services-inner .services-cards .card:hover {
    box-shadow: var(--boxShadowHover);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  #services .services-inner .services-cards .card {
    padding: 25px 25px 35px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  #services .services-inner {
    padding: clamp(75px, 5vw, 100px) clamp(0px, 5vw, 100px) clamp(100px, 8vw, 150px);
  }
  #services .services-inner .services-header {
    width: 100%;
  }
  #services .services-inner .services-cards {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 0px) {
  #about {
    padding: 150px 0;
    background: var(--background2);
    background-image: url(../images/index/corner1.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #about {
    padding: 75px 0;
    background-image: none;
  }
}
@media only screen and (min-width: 0px) {
  #about .about-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: clamp(25px, 3.5vw, 75px);
    max-width: 1500px;
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  #about .about-inner {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}
@media only screen and (min-width: 0px) {
  #about .about-inner .about-image {
    position: relative;
  }
  #about .about-inner .about-image img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    max-height: 600px;
    border: 10px solid var(--background);
    box-shadow: var(--boxShadow);
    max-width: 600px;
  }
  #about .about-inner .about-image .anne {
    display: block;
    background: var(--white);
    z-index: 3;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    bottom: 75px;
    left: 25px;
    box-shadow: var(--boxShadow);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #about .about-inner .about-image .anne {
    bottom: 25px;
    right: 20px;
  }
}
@media only screen and (min-width: 0px) {
  #about .about-inner .about-image .anne P {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 8px 12px;
    box-shadow: var(--boxShadow);
  }
  #about .about-inner .about-text {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  #about .about-inner .about-text {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 0px) {
  #about .about-inner .about-text h2 {
    margin-bottom: 20px;
  }
  #about .about-inner .about-text p {
    margin-bottom: 25px;
    font-size: clamp(16px, 1vw, 18px);
  }
  #about .about-inner .about-text a {
    margin-top: 25px;
    width: -moz-fit-content;
    width: fit-content;
  }
  #about .about-inner .about-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;
  }
  #about .about-inner .about-text button a {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    color: var(--textColor);
  }
  #about .about-inner .about-text button:hover {
    background: var(--buttonHover);
  }
  #about .about-inner .about-text button:hover a {
    color: var(--black);
  }
}
@media only screen and (min-width: 0px) {
  #core {
    padding: clamp(75px, 10vw, 150px) 0 clamp(75px, 11vw, 200px);
    background: var(--background2);
    background-image: url(../images/index/flower-bg.webp);
    background-size: cover;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #core {
    background-image: url(../images/index/flower-bg-mobile.webp);
  }
}
@media only screen and (min-width: 0px) {
  #core .core-inner {
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    background: var(--background2T);
  }
  #core .core-inner .core-header {
    background-color: var(--background2T);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #core .core-inner .core-header {
    padding: 0;
  }
}
@media only screen and (min-width: 0px) {
  #core .core-inner .core-header h2 {
    margin-bottom: 15px;
  }
  #core .core-inner .core-header p {
    margin-bottom: 25px;
  }
  #core .core-inner .core-header p:last-child {
    margin-bottom: 0;
  }
  #core .core-inner .core-items {
    max-width: 1300px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    margin: 0 auto;
  }
  #core .core-inner .core-items img {
    max-width: 450px;
    max-height: 300px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    box-shadow: var(--boxShadow);
    border: 10px solid white;
    margin-bottom: 15px;
  }
  #core .core-inner .core-items h3 {
    font-size: 28px;
    font-weight: bold;
    padding-left: 25px;
    margin-bottom: 10px;
  }
  #core .core-inner .core-items p {
    padding-left: 25px;
    max-width: 500px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  #core .core-inner .core-items {
    display: flex;
    flex-direction: column;
  }
  #core .core-inner .core-items img {
    max-height: 225px;
    border: 10px solid white;
  }
  #core .core-inner .core-items h2,
  #core .core-inner .core-items p {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 0px) {
  #not-alone {
    background: var(--background3);
    padding: 50px 0;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 3px black;
  }
  #not-alone h3 {
    color: white;
    width: 90%;
    margin: 0 auto;
    font-size: clamp(28px, 5vw, 36px);
    line-height: 1.5;
    text-wrap: pretty;
  }
}
@media only screen and (min-width: 0px) {
  #cta {
    background: var(--background3);
    background-image: url("../images/index/coast.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom left;
    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/index/coast-mobile.webp");
    background-attachment: local;
  }
}
@media only screen and (min-width: 0px) {
  #cta .cta-inner {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), hsla(31, 71%, 89%, 0.5), 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 h3 {
    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=index.css.map */