@charset "utf-8";

:root {
    --main-color: #EED1AC;
    --secondary-color: #A77D48;
    --tertiary-color: #E5BE8A;
    --body-color: #613D0E;
    --success-color : rgb(185, 215, 161, 0.2);
    --alert-color : #e63a2e;
    --padding-x: 1.875rem;
    --padding-y: 40px;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--body-color);
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

a {
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: var(--body-color);
}

nav {
    width: 100%;
}

ul {
    padding-left: 0;
}

h1 {
    font-family: 'Lora', serif;
    font-size: 2.125rem;
    font-weight: 700;
    color: var(--main-color);
    text-transform: uppercase;
    line-height: 2.375rem;
    margin-bottom: 1.25rem;
}

h1 span.cap-letter {
    font-size: 2.375rem;
}

h1 span.line-break {
    color: var(--secondary-color);
}

h2 {
    font-family: 'Lora', serif;
    font-weight: 700;
    text-transform: uppercase;
}

input, select, textarea {
    width: 100%;
}

input.control, select.control {
    height: 38px;
}

textarea.control {
    height: 86px;
}

svg.logo-meloha, svg.logo-m {
    fill: var(--main-color);
}

svg.arrow-icon-down, svg.arrow-icon-up {
    width: 15px;
}

svg.arrow-icon-down .st0, svg.arrow-icon-up .st0 {
    fill: none;
    stroke: var(--secondary-color);
}

.main-container {
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto;
}

.wide-container {
    width: 100%;
}

.padding-x {
    padding-left: var(--padding-x);
    padding-right: var(--padding-x);
}

.padding-y {
    padding-top: var(--padding-y);
    padding-bottom: var(--padding-y);
}

.d-none {
    display: none;
}

.leaf-01 {
    background-color: rgba(249, 209, 171, 1);
}

.leaf-02 {
    background-color: rgba(223, 172, 118, 1);
}

.mr-0 {
    margin-right: 0!important;
}

.btn {
    width: 134px;
    height: 44px;
    font-weight: 600;
    text-transform: uppercase;
}

span.div-line {
    display: block;
    width: 80px;
    height: 2px;
    background-color: var(--tertiary-color);
    margin: 0.625rem auto;
}

.collapsible {
    height: 385px;
    overflow: hidden;
    transition: height 0.5s ease-out;
}

.collapsed {
    height: 1985px;
    transition: height 0.5s ease-in;
}

.disabled {
    opacity: 1;
    user-select: none;
    pointer-events: none;
}

.selected {
    /*filter: grayscale(1);*/
}

.selected.thumbnails a {
    height: 35.5px;
}

.selected.thumbnails a p, .selected.thumbnails a svg {
    display: none;
}

.form {
    width: 100%;
}

.form-contact .form .show-message {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--success-color);
    font-size: 1.5rem;
    text-align: center;
    padding: 1.25rem;
}

.form .control {
    margin-bottom: 1rem;
    padding: 0.375rem 0.75rem;
    border: 1px solid var(--main-color);
    color: var(--body-color);
}

.control::placeholder, .form .contact-form select.control option.select-option {
    color: gray;
}

.form-button {
    display: flex;
    justify-content: center;
}

.form-button button {
    background-color: var(--main-color);
    color: var(--body-color);
    border: none;
    cursor: pointer;
}

.form-button button:hover {
    background-color: var(--body-color);
    color: var(--main-color);
}

.form-contact .text {
    margin-bottom: 2.5rem;
}

.form-contact .text h1 {
    margin-bottom: 0;
}

.form-contact .text span.div-line {
    margin-left: 0;
    margin-right: 0;
}

header {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

header svg.logo-m {
    height: 46px;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .nav-menu {
    display: none;
}

header .nav-menu .facebook, header .nav-menu .instagram {
    fill: var(--body-color);
    height: 20px;
}

header .nav-menu.navigation-link li a {
    font-size: 1.125rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
}

header .nav-menu.social-link li:first-child a {
    margin-right: 1rem;
}

footer {
    background-color: var(--tertiary-color);
    padding-top: 2.5rem;
    font-size: 0.9375rem;
}

footer .main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer svg.logo-meloha {
    width: 150px;
    margin-bottom: 2.5rem;
}

footer .footer-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.5rem;
}

footer .footer-nav .menu-terms, footer .footer-nav .menu-social, footer .footer-nav .menu-link {
    width: 184px;
}

footer .footer-nav .menu-link {
    text-align: center;
    margin-bottom: 2.5rem;
}

footer .footer-nav .menu-link li {
    margin-bottom: 1rem;
}

footer .footer-nav .menu-link li:last-child {
    margin-bottom: 0;
}

footer .footer-nav .menu-social {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 2.5rem;
}

footer .footer-nav .menu-terms {
    text-align: center;
}

footer .footer-nav .menu-terms li {
    margin-bottom: 1rem;
}

footer .footer-nav .menu-terms li:last-child {
    margin-bottom: 0;
}

footer .footer-nav .menu-social li a svg.facebook, footer .footer-nav .menu-social li a svg.instagram {
    height: 30px;
    fill: var(--body-color);
}

footer p {
    font-size: 0.75rem;
    margin-bottom: 0.80rem;
}

.jumbotron { 
    height: 410px;
    display: flex;
    align-items: center;
    text-align: center;*
}

.jumbotron .main-container h1 {
    margin-bottom: 0;
}

.benefits .row .thumbnails {
    max-width: 414px;
    width: 100%;
    height: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem 0;
    margin-left: auto;
    margin-right: auto;
}

.benefits .row .thumbnails img {
    width: 70px;
}

.benefits .row .thumbnails h2 {
    text-align: center;
    font-size: 1.75rem;
    line-height: 32px;
}

.benefits .row .thumbnails h2 span.cap-letter {
    font-size: 2.1875rem;
}

.benefits .row .thumbnails a {
    font-size: 0.8125rem;
    font-weight: 100;
    display: flex;
}

.benefits .row .thumbnails a.fom-arrow {
    transition: all 100ms ease-in-out;
}

.benefits .row .thumbnails svg.arrow-icon {
    overflow: visible;
    margin-left: 0.3125rem;
    width: 6px;
}

.benefits .row .thumbnails svg g.arrow-head {
    transform: translateX(0);
    transition: transform 100ms ease-in-out;
}

.benefits .row .thumbnails svg g.arrow-body {
    opacity: 0;
    transform: scaleX(1);
    transition: transform 100ms ease-in-out, opacity 100ms ease-in-out;
}

.benefits .row .thumbnails a.fom-arrow:hover svg g.arrow-head {
    transform: translateX(5px);
}
  
.benefits .row .thumbnails a.fom-arrow:hover svg g.arrow-body {
    opacity: 1;
    transform: scaleX(3);
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--body-color);
}

.prices .main-container {
    padding-bottom: 2.5rem;
}

.prices svg.divider {
    width: 270px;
    height: 20px;
    stroke: var(--main-color);
    stroke-width: 0.5;
    margin: 0 auto 1.25rem auto;
}

.prices .service-name h2 {
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.25rem;
}

.prices .service-name .service-price {
    margin-bottom: 3rem;
}

.prices .service-name .service-price .service-for {
    margin-bottom: 1.875rem;
}

.prices .service-name .service-price .service-for h3 {
    font-family: 'Kaushan Script', cursive;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1.25rem;
}

.prices .service-name .service-price .service-for .service-benefit {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--main-color);
    padding-top: 15px;
    padding-bottom: 15px;
}

.prices .service-name .service-price .service-for .service-benefit p {
    align-self: center;
}

.prices .service-name .service-price .service-for .service-benefit p span.asterisk {
    font-size: 0.75rem;
}

.prices .service-name .service-price .service-for .service-benefit p:last-child {
    font-family: 'Dosis', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
}

.prices .service-name .note {
    font-size: 0.875rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3rem;
}

#homepage .jumbotron {
    background-image: url('../images/mobile-320.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 410px;
    max-height: 896px;
}

#homepage .jumbotron .wide-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#homepage .jumbotron svg.logo-meloha {
    width: 250px;
    fill: var(--body-color);
}

#homepage .jumbotron h1 {
    color: var(--body-color);
    font-size: 13px;
    margin: 20px 0;
}

#homepage .welcome .main-container {
    text-align: center;
}

#homepage .welcome h1 {
    margin-bottom: 0;
}

#homepage .about p {
    margin-bottom: 1rem;
}

#homepage .about p.signature {
    margin-bottom: 0;
    text-align: end;
    margin-top: 2rem;
}

#homepage .about p.signature span {
    font-family: 'Lora', serif;
    font-size: 1.5625rem;
    text-transform: uppercase;
    line-height: 24px;
    color: var(--main-color);
}

#homepage .about .read-more {
    display: flex;
    justify-content: center;
}

#homepage .about .read-more a {
    display: flex;
}

#homepage .about .read-more a p {
    color: var(--secondary-color);
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0;
    margin-right: 5px;
}

#homepage .about .read-more a.btn-less {
    display: none;
}

#homepage .info .main-container {
    padding-left: 0;
    padding-right: 0;
}

#homepage .info .info-details {
    background-color: var(--main-color);
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

#homepage .info .info-details .details-content .opening {
    margin-bottom: 1.875rem;
}

#homepage .info .info-details .details-content .opening h2 {
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 1.25rem;
}

#homepage .info .info-details .details-content .opening h2 span.cap-letter {
    font-size: 1.375rem;
}

#homepage .info .info-details .details-content .opening .hourly {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0.9375rem;
    border-bottom: 1px solid var(--tertiary-color);
}
#homepage .info .info-details .details-content .opening .hourly .hour {
    text-transform: uppercase;
}

#homepage .info .info-details .details-content .contact .address, .details-content .contact .phone, .details-content .contact .mail {
    display: flex;
    align-items: center;
}

#homepage .info .info-details .details-content .contact .phone {
    margin-top: 0.9375rem;
    margin-bottom: 0.625rem;
}

#homepage .info .info-details .details-content .contact img {
    height: 45px;
    margin-right: 1.25rem;
}

#homepage .info .info-details .details-content .contact p {
    font-size: 0.8125rem;
}

#homepage .info iframe {
    width: 100%;
    height: 450px;
    border: none;
}

#homepage .partnership {
    background-color: rgb(247, 242, 242, 0.5);
}

#homepage .partnership span.div-line {
    margin-left: 0;
    margin-right: 0;
}

#homepage .partnership .partner-info {
    margin-top: 1.25rem;
}

#homepage .partnership .partner-info img {
    margin: 0 auto 1.25rem;
    border: 1px solid var(--tertiary-color);
}

#homepage .partnership .partner-info p {
    font-size: 1.0625rem;
}

#homepage .partnership .partner-info .partner-contact {
    display: flex;
    justify-content: space-evenly;
    margin-top: 1.25rem;
}

#homepage .partnership .partner-info .partner-contact a svg {
    height: 35px;
    fill: var(--main-color);
}

#services .description {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

#services .description h2 {
    text-align: center;
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
}

#services .description .description-service h3 {
    font-weight: 600;
}

#services .description .description-service p {
    margin-bottom: 1.25rem;
}

#services .description .description-service p span {
    display: none;
}

#services .description .description-service .gallery img {
    margin-bottom: 1.25rem;
}

#legal-notice .text p {
    margin-bottom: 1.25rem;
}

#legal-notice .text a {
    display: initial;
    font-style: italic;
}

#legal-notice .text p span.weight {
    font-weight: 500;
}

#privacy-policy .text h4 {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

#privacy-policy .text ul {
    list-style: disc;
    padding-left: 2.5rem;
}

#privacy-policy .text p {
    margin-bottom: 1.25rem;
}

#error .error-page {
    background-color: var(--body-color);
}

#error .error-page .wide-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#error .error-page h1 {
    font-size: 1.625rem;
    line-height: initial;
}

#error .error-page p {
    color: var(--main-color);
    font-size: 1.3125rem;
}

#maintenance .maintenance-page .wide-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#maintenance .maintenance-page h1 {
    color: var(--body-color);
}