@font-face{
    font-family: 'Open Sans';
    src: url(OpenSans-ExtraBold.ttf);
    font-weight: bolder;
}

/* Html and body set up */
html, body{
    height: auto;
    width: 100%;
}

/* Body Container */
.bodyContainer{
    height: auto;
}

/* Navigation Collapse */

.navigationCollapse{
    height: 12vh;
    
}

/* Navigation Expand */
.navigationExpand{
    height: 0vh;
    position: absolute;
    top: 12vh;
}


/* Body Content */
.bodyContent{
    height: 88vh;
    position: relative;
}

.serviceGroup{
    height: 100%;
    max-height: 100%;
    width: 60%;
    position: relative;
    overflow: hidden;
}

.serviceGroup::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
    background-color: rgb(204,135,96,1);
    transform-origin: top left;
    transform: skewX(-5deg);
}

.clickTriggerMobile{
    position: absolute;
    display: none;
    width: 15%;
    height: 100%;
    top: 0px;
    right: 0px;
    transform-origin: bottom right;
    transform: skewX(-5deg);
    z-index: 5;
}


/* Header */
.header{
    width: 100%;
    height: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header p {
    color: white;
    font-size: 2.2em;
    font-weight: bold;
    font-family: 'Source Pro';
    text-align: center;
}

.seperator{
    width: 30%;
    border-top: 2px solid white;
}

/* Service Title */
.serviceGroupContent{
    height: 85%;
    width: 100%;
    overflow-y: scroll;
}

.serviceGroupContent::-webkit-scrollbar{
    display: none;
}
.serviceContainer {
    width: 100%;
    height: auto;
}

.service{
    width: 100%;
    height: 15vh;
    position: relative;
}

.runningBackground{
    width: 0%;
    height: 15vh;
    background-color: white;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: skewX(-5deg);
    transform-origin: top left;
    box-shadow: 0px 0px 10px -2px grey;
    z-index: 1;
    overflow: hidden;
}

.serviceName{
    width:100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
   transition: 0.5s ease-in-out;
   position: relative;
   z-index: 2;
}

.serviceName > div:first-of-type{
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 1%;
}

.serviceName > div:first-of-type i{
    color: white;
    font-size: 2em;
    cursor: pointer;
}

.serviceName > div:nth-of-type(2){
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
}

.serviceName > div:nth-of-type(2) p{
    color: white;
    font-size: 2em;
    font-family: 'Roboto';
    font-weight: bold;
    font-style: italic;
    cursor: pointer;
}

.serviceName a:hover{
    text-decoration: none;
}

.textShadowContainer{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.textShadow{
    width: 90%;
    height: 50%;
    display: flex;
    align-items: center;
}
.textShadow:nth-of-type(1){
    transform: translateX(100%);
}
.textShadow:nth-of-type(2){
    transform: translateX(-100%);
}

.textShadow p{
    width: 100%;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(234,234,234,0) 20%, rgba(147,147,147,0.9) 100%);
    -webkit-background-clip: text;
    font-family: 'Open Sans';
    font-size: 7em;
    font-weight: bolder;
    font-style: italic;
    opacity: 0.25;
}

.textShadow:nth-of-type(2) p{
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(234,234,234,0) 20%, rgba(147,147,147,0.9) 100%);
    -webkit-background-clip: text;
    text-align: right;
    
}

/* Service Detail */
.serviceDetailContainer{
    height: 100%;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail{
    height: 100%;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
}

.detail::-webkit-scrollbar{
    display: none;
}

.serviceTitleMobile{
    width: 100%;
    margin-bottom: 15%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid rgb(204,135,96);
}

.serviceTitleMobile > div:first-of-type{
    width: 100%;
    display: flex;
}

.serviceTitleMobile > div:first-of-type div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.serviceNameMenuIcon{
    width: 10%;
}

.serviceNameMenuIcon{
    font-size: 2em;
    color: rgb(204,135,96);
}

.serviceTitle{
    width: 90%;
}


.serviceTitleMobile p{
    margin-top: 3%;
    color: rgb(204,135,96);
    font-family: 'Source Pro';
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
}

.detailRowContainer{
    width: 100%;
    height: auto;
    padding-top: 5%;
    transition: 2s ease-in-out;
}

.detailRow{
    height: 8vh;
    width: 100%;
    display: flex;
    margin-bottom: 5%;
    opacity: 0;
    transform: scale(0.8,0.8);
    transition: 0.5s ease-in-out 0.5s;
}

.serviceDescription{
    width: 80%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serviceDescription::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background-color: rgb(252,185,125);
    transform-origin: top left;
    transform: skew(-5deg);
    z-index: 2;

}

.serviceDescription p {
    position: relative;
    z-index: 3;
    color: white;
    font-family: 'Roboto';
    font-size: 1.3em;
    margin-top: 3%;
    text-align: center;
}

.priceContainer{
    width: 20%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease-in-out 1.5s;
    opacity: 1;
    padding-top: 2%;
}

.priceContainer::after{
    content: "";
    width: 130%;
    height: 80%;
    position: absolute;
    top: 10%;
    right: 0%;
    border: 2px dashed rgb(204,135,96,1);
    z-index: 1;

}

.priceContainer p{
    color: rgb(204,135,96);
    font-family: 'Roboto';
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
    line-height: 100%;
}

.bookUs{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 3%;
}

.bookUs button{
    border: none;
    background-color: rgb(204,135,96);
    color: white;
    height: 7vh;
    border-radius: 5px;
    font-size: 1.6em;
    font-family: 'Roboto';
    border: 2px dashed rgb(204,135,96);
    opacity: 0;
}

.bookUs button:hover{
    color: rgb(204,135,96);
    background-color: white;
    transition: 0.5s ease-in-out;

}

@media only screen and (max-width: 1024px){
    .serviceGroup{
        width: 100%;
        z-index: 5;
        transform: translateX(0%);
    }

    .clickTriggerMobile{
        display: block;
    }

    .serviceDetailContainer{
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .serviceTitleMobile{
        display: flex;
    }

    .textShadow p {
        font-size: 5em;
    }

    .serviceName > div:first-of-type{
        width: 20%;
    }

    .serviceName > div:nth-of-type(2){
        width: 80%;
    }

    .detailRowContainer{
        padding-top: 0%;
    }

    .detail{
        display: block;
    }


}

@media only screen and (min-width: 500px) and (max-width: 1024px){


    .serviceName > div:first-of-type{
        width: 30%;
    }

    .serviceName > div:nth-of-type(2){
        width: 70%;
    }

    .clickTriggerMobile{
        width: 10%;
    }
    

    .bookUs button{
        width: 60%;
    }
}





