* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
} 

body {
    font-family: 'Cormorant Garamond', serif;
    background-color: #e4cbad;
}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    section.parallaxSaf {
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center;
        background-size: cover;
        height: 50rem;
    }
}}

/* #848f65 */
/* #d3d882 */

/* //////////HEADER//////////// */

.header {
    padding: 0.6rem 2.4rem;
    background-color: #a8835d;
}

.header-box {
    margin: 0 auto;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.4rem;
}

.logo-box {
    display: flex;
    gap: 2.4rem;
    align-items: center;
}

.header-logo {
    width: 11rem;
}

.header-nav {
    display: flex;
    gap: 2.4rem;
    align-content: center;
}

.header-link {
    font-size: 3.2rem;
    color: #848f65;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    background-color: #fff;
    font-weight: bold;
}

.header-social {
    width: 6rem;
}


/* //////////HERO//////////// */

.hero {
    padding: 0.6rem 0rem;
    background-image: url("imgs/Anna\ -\ Hero\ Img.jpg");
    height: 90vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-box {
    margin: 0 auto;
    width: 100%;
}

.hero-container {
    display: flex;
    align-items: center;
    margin-top: 9.6rem;

    gap: 2.4rem;
    flex-direction: column;
    /* background-color: rgba(51, 51, 51, 0.35); */
    background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.35), rgba(255, 255, 255, 0.407));
    width: 100%;
    padding: 1.2rem 0;
}

.hero-header {
    font-size: 9.6rem;
    color: #fff;
    text-shadow: 5px 5px #a8835d;
}

.hero-caption {
    font-size: 7.2rem;
    color: #fff;
    text-shadow: 5px 5px #a8835d;
}

.hero-num {
    color:#333;
    text-shadow: 1px 1px #fff;
    
}

.hero-sunflower {
    position: absolute;
    bottom: -25%;
    right: 20%;
}


/* //////////ABOUT//////////// */

.about {
    padding: 9.6rem 2.4rem 9.6rem;
}

.about-box {
    margin: 0 auto;
    max-width: 140rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4.8rem;
}

.about-container {
    display: grid;
    align-content: center;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 4.8rem;
}

/* .about-img {
    
} */

.inverted {
    filter: brightness(0);
}

.hut-img {
    border-radius: 26px;
}

.about-text-box {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    align-items: center;
    justify-content: center;
}

.about-header {
    font-size: 4.8rem;
    color: #333;
    text-align: center;
}

.about-text {
    font-size: 2.2rem;
    color: #666;
}

.about-book {
    font-size: 2.2rem;
    color: #555;
}

.about-num {
    color: #333;
}

.about-link {
    font-size: 2.2rem;
    background-color: #b3bd87;
    color: #fff;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    border-radius: 13px;
    width: 12rem;
    text-align: center;
    align-self: flex-end;
    transition: all 0.3s;
    border: 1px solid #b3bd87;
}

.about-link:hover {
    background-color: #fff;
    color: #b3bd87;
}

.loyalty-img {
    width: 50rem;
}


/* //////////PARALLAX 1//////// */

.parallax1 {
    background-image: url("imgs/parallax1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 50rem;
}


/* //////////WHY//////////// */

.why {
    padding: 9.6rem 2.4rem 9.6rem;
}

.why-box {
    margin: 0 auto;
    max-width: 140rem;
}

.why-container {
    display: grid;
    align-content: center;
    justify-items: center;
    grid-template-columns: 1fr;
    gap: 4.8rem;
}

.why-header-box {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.why-header {
    font-size: 4.8rem;
    color: #333;
    text-align: center;
}

.why-text {
    font-size: 2.4rem;
    color: #555;
    width: 50rem;
    text-align: center;
}

.why-reason-box {
    display: flex;
    gap: 2.4rem;
}

.why-reason {
    font-size: 1.8rem;
    color: #777;
    text-align: center;
}


/* //////////LOYALTY//////////// */

.loyalty {
    padding: 2.4rem 2.4rem 2.4rem;
}

.loyalty-header {
    font-size: 4.8rem;
    color: #333;
}

.loyalty-text {
    font-size: 3.6rem;
    color: #555;
    text-align: center;
}

/* //////////HANDS//////////// */

.hands {
    padding: 2.4rem 0rem;
    position: relative;
}

.hands-img {
    width: 100%;
}



/* //////////SERVICES//////////// */

.services {
    padding: 9.6rem 2.4rem 0rem;
}

.services-box {
    margin: 0 auto;
    max-width: 160rem;
}

.services-title {
    text-align: center;
    margin-bottom: 7rem;
    font-size: 4.8rem;
    color: #333;
}

.services-container {
    display: grid;
    align-content: center;
    justify-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2.4rem;
    row-gap: 4.8rem;
}

.services-item {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.services-header {
    font-size: 2.6rem;
    color:#848f65;
}

.services-text {
    font-size: 1.8rem;
    color: #444;
    padding: 0 1.2rem;
}

.services-price {
    color:#848f65;
    font-size: 2.2rem;
}

.services-pricing {
    align-self: center;
    display: flex;
    gap: 2.4rem;
    text-align: center;
}


.facials {
    padding: 4.8rem 2.4rem 9.6rem;
}

.facials-box {
    margin: 0 auto;
    max-width: 160rem;
}

.facials-container {
    display: grid;
    align-content: center;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.4rem;
    row-gap: 4.8rem;
    text-align: center;
}


/* //////////PACKAGES//////////// */

.packages {
    padding: 9.6rem 2.4rem 9.6rem;
}

.packages-box {
    margin: 0 auto;
    max-width: 120rem;
}

.packages-container {
    display: grid;
    align-content: center;
    justify-items: center;
    grid-template-columns: 1fr;
    row-gap: 6rem;
}

.packages-item {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
}

.packages-img {
    width: 80rem;
    align-self: center;
    justify-self: center;
}

.packages-text-box {
    background-color: #869154;
    width: 60%;
    align-self: center;
    justify-self: center;
    margin-top: -5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.4rem;
    gap: 2.4rem;
}

.packages-header {
    font-size: 4.8rem;
    color: #fff;
}

.packages-therapist {
    font-size: 1.8rem;
    color: #fff;
}

.packages-text {
    font-size: 2.4rem;
    color: #e4cbad;
    text-align: center;
}

.packages-link {
    text-decoration: none;
    background-color: #e4cbad;
    color: #869154;
    font-size: 3.6rem;
    text-align: center;
    padding: 0.6rem 1.2rem;
}


/* //////////PARALLAX 2//////// */

.parallax2 {
    background-image: url("imgs/parallax2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 50rem;
}



/* //////////GALLERY//////////// */

.gallery {
    padding: 0rem 2.4rem 9.6rem;
}

.gallery-box {
    margin: 0 auto;
    max-width: 140rem;
}

.gallery-container {
    display: grid;
    align-content: center;
    justify-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.4rem;
}

.gallery-img {
    width: 100%;
}


 /* -------FOOTER SECTION------ */

 .footer {
    padding: 9.6rem 4.8rem;
    background-color: #848f65;
    border-top: 3px solid #869154;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}

.footer-img {
    position: absolute;
     transform: translate(-50%, -50%); 
    top: 0;
    left:50%;
    width: 100%;
}

.footer-box {
    max-width: 150rem;
    margin: 0 auto;
}

.footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 3rem;
}

.footer-item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
}

.footer-logo-copy {
    align-items: center;
}

.footer-logo {
    width: 30rem;
}

.copyright {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #fff;
    text-align: center;
}

.footer-socials-box {
    display: flex;
    gap: 2.4rem;
}

.footer-social {
    width: 4.8rem;
    transition: all 0.3s;
    cursor: pointer;
}

.footer-social:hover {
    transform: scale(1.05);
}

.footer-header {
    font-size: 2.8rem;
    padding-bottom: 1.8rem;
    color: #fff;
}

.footer-details {
    font-size: 1.8rem;
    text-align: center;
}

.footer-link {
    font-size: 2.2rem;
    text-decoration: none;
    color: #eee;
    position: relative;
}

.created-by {
    justify-self: center;
    margin-top: 5rem;
    font-size: 1.8rem;
    color:#fff;
    text-align: center;
}

.pauledward {
    text-decoration: none;
    color: #eee;
}

.footer-placeholder {
    font-size: 4.8rem;
}


/* //////////PAGE//////////// */

.spacer {
    height: 14rem;
}

.page-title {
    padding: 4.8rem 2.4rem;
    font-size: 7.2rem;
    color:#333;
}

.page {
    padding: 4.8rem 2.4rem;
}

.page-box {
    margin: 0 auto;
    max-width: 80rem;
}

.page-container {
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
}

.page-info-box {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.page-header {
    font-size: 4.8rem;
    color: #333;
}

.page-text {
    font-size: 2.2rem;
    color: #666;
}




.intro,
.intro a{
  color:#fff;
}
/* customizable snowflake styling */
.snowflake {
  color: #fff;
  font-size: 3.6rem;
  font-family: Arial;
  text-shadow: 0 0 1px #888;
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}
/* Demo Purpose Only*/
.demo {
  font-family: 'Raleway', sans-serif;
	color:#fff;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}
.demo a{
  font-family: 'Raleway', sans-serif;
color: #000;		
}