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

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

body {
    font-family: 'Cormorant Garamond', serif;
}


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

.header {
    padding: 0.6rem 2.4rem;
    position: fixed;
    width: 100%;
    z-index: 500;
    background-color: pink;
    border-bottom: 3px solid purple;
}

.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: 16rem;
    background-color: pink;
    border-radius: 50%;
    position: absolute;
    bottom: -11rem;
    left: 2%;
}

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

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

.header-special {
    background-color: #fff;
    color: pink;
    border-radius: 13px;
}

.spacer {
    height:5rem;
    background-color: #fff;
}


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

.hero {
    padding: 0.6rem 2.4rem;
    background-image: url("imgs/hero.png");
    height: 80vh;
    background-size: cover;
    background-position-x: left;
    position: relative;
}

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

.hero-container {
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
    flex-direction: column;
}

.hero-header {
    font-size: 7.2rem;
    color: #fff;
    text-align: center;
}

.hero-caption {
    font-size: 4.8rem;
    color: #fff;
    text-align: center;
}



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

.about {
    padding: 4.8rem 1.2rem 9.6rem;
}

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

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

.about-img {
    width: 70%;
}

.about-text-box {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

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

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

.about-contact {
    font-size: 2.4rem;
    font-weight: bold;
    margin-left: auto;
}

.about-link {
    font-size: 2.2rem;
    background-color: pink;
    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 pink;
}

.about-review {
    background-color: pink;
    font-size: 3rem;
    border: 2px solid purple;
    border-radius: 13px;
    padding: 1.2rem 2.4rem;
    color: #333;
    width: 23rem;
    align-self: center;
    font-weight: bold;
    transition: all 0.3s;
    cursor: pointer;
    text-decoration: none;
}

.about-review:hover {
    transform: scale(1.05);
    background-color: #fff;
}

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

.about-social {
    width: 16rem;
}

.about-social-link {
    align-self: flex-end;

}

.loyalty-img {
    width: 100%;
}

.price-freeze {
    padding: 2.4rem 0.6rem 0;
    margin: 0 auto;
    font-size: 3.6rem;
    color: #333;
    text-align: center;
}
/* //////////PARALLAX 1 SECTION//////// */

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


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

.butterfly {
    padding: 4.8rem 0.6rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.butterfly-img {
    width: 40rem;
}

.services {
    padding: 4.8rem 1.2rem;
}

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

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

.services-item {
    width: auto;
    position: relative;
}

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

.services-header {
    font-size: 3.6rem;
    color: #333;
}

.services-text {
    font-size: 2.4rem;
    color: #777;
}

.services-img {
    width: 100%;
}

.services1::after {
    content: "HOT STONES";
    color: #fff;
    font-size: 4.8rem;
    font-weight: bold;
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.services2::after {
    content: "SWEDISH MASSAGE";
    color: #fff;
    font-size: 4.8rem;
    font-weight: bold;
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.services3::after {
    content: "BABY MASSAGE";
    color: #fff;
    font-size: 4.8rem;
    font-weight: bold;
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.services4::after {
    content: "PREGNANCY MASSAGE";
    color: #333;
    font-size: 4.8rem;
    font-weight: bold;
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.services5::after {
    content: "INDIAN HEAD MASSAGE";
    color: #fff;
    font-size: 4.8rem;
    font-weight: bold;
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}


/* //////////PRICING//////////// */

.pricing {
    padding: 4.8rem 1.2rem 4.8rem;
}

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

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

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

.pricing-header {
    font-size: 3.6rem;
    color: #333;
}

.pricing-text {
    color: #777;
    font-size: 2.4rem;
}

.pricing-img {
    width: 20rem;
}


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

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


/* //////////GROUP//////////// */

.group {
    padding: 4.8rem 1.2rem;
    background-color: pink;
}

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

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

.group-item {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    justify-content: center;
    text-align: center;
}

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

.group-text {
    font-size: 2.4rem;
    color: #fff;
}

.group-butterfly {
    width: 100%;
}



/* //////////BOOK//////////// */

.book {
    padding: 4.8rem 0rem;
    background-image: url("imgs/bookbanner.png");
    background-size: cover;
    background-position: center;
    height: 70rem;
}

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

.book-container {
    display: grid;
    align-content: center;
    justify-items: center;
    height: 100%;
    width: 100%;
    grid-template-columns: 1fr;
}

.book-strip {
    background-color: rgba(255, 255, 255, 0.473);
    align-self: center;
    justify-self: center;
    width: 100%;
    text-align: center;
}

.book-header {
    font-size: 7.2rem;
    color: #333;
}

.book-now-link {
    text-decoration: none;
}

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

.gallery {
    padding: 4.8rem 1.2rem 4.8rem;
}

.gallery-box {
    margin: 0 auto;
}

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

.gallery-img {
    width: 100%;
}

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

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

/* .footer-img {
    position: absolute;
     transform: translate(-50%, -50%); 
    top: -50%;
} */

.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;
}
