*{
	margin: 0;
	padding: 0;
}

html{
	scroll-behavior: smooth;
    max-width: 100%;
    overflow-x: hidden;
}

body{
    background-color: #EDFAFD;
}

.landing-page{
    height: 100vh;
    width: 100vw;
    background: #09C3DB;
}

.banner{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
}

.welcome{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
}

#opening-image{
    height: 83.25vh;
    width: 50%;
    
}

.border{
    border: 1px solid white;
    margin-left: -20px;
    width: 48%;
    height: 83%;
    position: absolute;
    z-index: 0;
}

#opening-image img{
    margin-top: 15px;
    height: 83.5vh;
    width: 48%;
    position: absolute;
    z-index: 2;
}

.text{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    flex-direction: column;
}

.welcome{
    margin-top: -70px;
    margin-bottom: 30px;
    line-height: 50px;
}

.welcome strong{
    font-size: 1.6em;
    font-family: 'Hahmlet', serif;
}

.motto{
    color: white;
    font-family: 'Hahmlet', serif;
    font-weight: 400;
    font-size: 4em;
}

.book-now {
    padding: 10px 25px;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    background-color: black;
    text-decoration: none;
    font-size: 1.3em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-left: -60px;
}
  
.btn {
    border: 2px solid rgb(255, 255, 255);
    border-radius: 4px;
    z-index: 1;
    color: white;
}
  
.btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    direction: rtl;
    z-index: -1;
    background: rgb(255, 255, 255);
    transition: all 0.3s ease;
}

.btn:hover {
    color: rgb(0, 0, 0);
}

.btn:hover:after {
    left: auto;
    right: 0;
    width: 100%;
}

.btn:active {
    top: 2px;
}

.information{
    background-color: black;
    color: white;
    font-size: 1.3em;
    font-weight: 500;
}

.information span{
    margin: auto 20px;
}

.about-us{
    height: 115vh;
    background: #EDFAFD;
    width: 100vw;
}

.about {
    padding-top: 70px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#about{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 2em;
}

#slogan{
    font-family: 'Hahmlet', sans-serif;
    font-weight: 600;
    font-size: 2em;
    text-align: center;
}

#desc{
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    text-align: center;
    width: 85%;
    line-height: 1.3;
    margin-bottom: 50px;
}

.images{
    display: flex;
    justify-content: space-evenly;
}

.image-1{
    background: url(../images/alan-caishan-cU53ZFBr3lk-unsplash.jpg);
    height: 300px;
    width: 300px;
    background-size: cover;
    background-position: center;
}

.image-2{
    background: url(../images/engin-akyurt-SMwCQZWayj0-unsplash.jpg);
    height: 300px;
    width: 300px;
    background-size: cover;
    background-position: center;
}

.image-3{
    background: url(../images/emiliano-vittoriosi-dsy_ILnH69A-unsplash.jpg);
    height: 300px;
    width: 300px;
    background-size: cover;
}

.service-display{
    height: 120vh;
    background: #EDFAFD;
    width: 100vw;
    /* padding-top: 50px; */
    position: relative;
    display: flex;
    justify-content: center;
}

.services{
    height: 105vh;
    background: #EDFAFD;
    width: 100%;
    padding-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.massage-pic{
    width: 50%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    background-color: #09C3DB;
    border: 2px solid white;
}

.massage-pic img{
    /* margin-top: 15px; */
    height: 85%;
    width: 40%;
    position: absolute;
    z-index: 2;
    border: 2px solid white;
}

.massage-info{
    width: 45%;
    height: 100vh;
    padding-left: 50px;
}

#our-service{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.7em;
}

#title{
    font-family: 'Hahmlet', sans-serif;
    font-weight: 600;
    font-size: 2em;
    text-align: center;
}

#mi-desc{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    text-align: center;
    line-height: 1.3;
}

#price{
    font-size: 1.1em;
    font-family: 'Hahmlet', sans-serif;
    font-weight: 500;
    line-height: 2.3;
}

#price a {
    text-decoration: none;
    color: black;
}

#price a:hover {
    color: rgb(0, 60, 255);
}

.fa-badge-check{
    font-size: 1.1em;
    margin-right: 5px;
}

.s-book-now{
    padding: 10px 25px;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin: 10px auto;
    font-size: 1.2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.s-book-now.btn{
    color: black;
    border-color: black;
}

.carousel-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* padding: 25px 50px; */
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.arrow-next {
    right: 2%;
    position: absolute;
    bottom: -60px;
    /* transform: translateY(-50%) rotate(-45deg); */
}

[id^= "item"] {
    display: none;
}

.item-1 {
    z-index: 2;
    opacity: 1;
    /* display: flex; */
}

*:target ~ .item-1{
    opacity: 0;
    /* display: none; */
}

#item-1:target ~ .item-1 {
    opacity: 1;
    /* display: block; */
}

#item-2:target ~ .item-2, #item-3:target ~ .item-3, #item-4:target ~ .item-4, #item-5:target ~ .item-5, #item-6:target ~ .item-6 {
    z-index: 3;
    opacity: 1;
    /* display: block; */
}

.monials{
    background-color: #09C3DB;
    height: 50px;
    width: 730px;
}

h3{
    font-family: 'Hahmlet', serif;
    font-size: 2em;
    margin-top: 30px;
}

.testimonials{
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    font-family: 'Montserrat', sans-serif;
    background-color: #EDFAFD;
}

.test{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.image-4{
    background: url(../images/prince-akachi-J1OScm_uHUQ-unsplash.jpg);
    height: 300px;
    width: 80%;
    background-size: cover;
    background-position: center;
}
.image-5{
    background: url(../images/joe-gardner-N5GCRjEMboQ-unsplash.jpg);
    height: 300px;
    width: 80%;
    background-size: cover;
    background-position: center;
}
.image-6{
    background: url(../images/ryan-hoffman-Ft4p5E9HjTQ-unsplash.jpg);
    height: 300px;
    width: 80%;
    background-size: cover;
    background-position: 50% 20%;
}
.image-7{
    background: url(../images/linkedin-sales-solutions-pAtA8xe_iVM-unsplash.jpg);
    height: 300px;
    width: 80%;
    background-size: cover;
    background-position: center;
}

.test p {
    margin: auto 33px;
    font-size: 1.3em;
    background-color: #09C3DB;
}

.test span{
    font-weight: 900;
    font-size: 1.1em;
}


@media (max-width: 800px) {
    .testimonials{
        flex-direction: column;
        height: 300vh;
    }

    .welcome{
        margin-top: 0px;
        margin-bottom: 5px;
        line-height: 15px;
        font-size: 0.9em;
    }

    .welcome strong{
        font-size: 1.2em;
    }

    .test p {
        margin: auto 100px;
        font-size: 1.3em;
        background-color: #09C3DB;
    }

    .monials{
        width: 100%;
        height: 100px;
    }

    .image-4{
        height: 200px;
        width: 25%;
        background-position: 50% 20%;
        
    }

    .image-5{
        height: 200px;
        width: 25%;
    }

    .image-6{
        height: 200px;
        width: 25%;
        background-position: 50% 20%;
    }

    .image-7{
        height: 200px;
        width: 25%;
        background-position: 50% 20%;
    }

    .text{
        height: 110vh;
    }
    .book-now {
        margin-bottom: 15px;
    }

    .information{
        margin-top: 34px;
    }

    #opening-image{
        height: 56vh;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }
    #opening-image img{
        height: 100%;
    }

    .border{
        margin-left: -10px;
        height: 83%;
    }

    .service-display{
        height: 155vh;
    }
    
    .services{
        height: 150vh;
        width: 100%;
        flex-direction: column;
    }
    
    .massage-pic{
        width: 100%;
        height: 50vh;
    }
    
    .massage-pic img{
        height: 30%;
        width: 40%;
    }
    
    .massage-info{
        width: 90%;
        height: 100vh;
        padding-left: 0;
    }
}

@media (max-width: 660px) {
    .landing-page{
        height: 110vh;
    }
    .banner{
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .text{
        width: 100%;
        height: 55vh;
    }

    .motto{
        font-size: 3.5em;
    }

    .book-now {
        margin: auto 25px;
    }

    #opening-image{
        height: 50vh;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .border{
        display: none;
    }
    
    #opening-image img{
        margin-top: 0px;
        height: 50vh;
        width: 100%;
        position: inherit;
        background-size: cover;
        background-position: center;
    }
}
