@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
@font-face {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: normal;
    src: local('Georgia Regular'), url('../fonts/georgia.woff') format('woff');
}
body {
    font-family: "Georgia",Helvetica,Arial,sans-serif;
    color: #005f8f;
}
h1, h2, h3, h4 {
    font-family: "Lato",Helvetica,Arial,sans-serif;
}
h2 {
    font-weight: 900;
    letter-spacing: 5px;
}
h3 {
    font-weight: 900;
    letter-spacing: 5px;
}
h4 {
    font-weight: 400;
    letter-spacing: 5px;
}
h2,h2 a,h2 a:hover {
    color: #ffb6c1
}

h3,h3 a,h3 a:hover {
    color: #ffb6c1
}

h4,h4 a,h4 a:hover {
    color: #535353
}

h5,h5 a,h5 a:hover {
    color: #000000
}

h6,h6 a,h6 a:hover {
    color: #000000
}
section {
    position: relative;
}
.sec-welcome {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffB6C1;
}
.sec-welcome h2 {
    text-align: center;
    color: WHITE;
}
.box-image img {
    display: block;
    margin: 0 auto;
}
.sec-welcome .box-text {
    padding: 0 7%;
    color: WHITE !important;
    font-style: italic;
    text-align: center;
}
.sec-service {
    padding-top: 100px;
    padding-bottom: 60px;
    background-image: url(../images/nen-spa-1.jpg);
    background-repeat: no-repeat;
    background-position: center -37px;
    background-attachment: fixed;
    background-size: cover;
}
.sec-service h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.service-box {
    display: flex;
    overflow: hidden;
}
.service-box a {
    display: flex;
    overflow: hidden;
    text-decoration: none;
}
.service-box .box-image {
    float: left;
    width: 43%;
    line-height: 0;
}
.service-box .box-text {
    width: 57%;
    background-color: #f8f7f5;
    padding: 13px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}
.service-box .box-text p {
    color: #ffb6c1;
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    border: 0;
    font-size: 12px;
    font-style: italic;
}
.service-box .box-text p:after {
    content: "";
    display: block;
    height: 2px;
    margin-top: 10px;
    width: 20px;
    background-color: #ffb6c1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.service-box:hover .box-text p:after {
    width: 40%;
}
.service-box .box-text h4 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 900;
    letter-spacing: 3px;
    color: #535353;
}
.button-size-2 {
    margin: 0 auto;
    background-color: #ffffff;
    color: #1187D6;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 0px 20px;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
}
.button-size-2 span {
    font-weight: 700;
    letter-spacing: 2px;
}
.sec-gallery {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffb6c1;
}
.sec-gallery h2 {
    text-align: center;
    color: white;
    margin-bottom: 30px;
}
.sec-contact {
    padding-top: 100px;
    padding-bottom: 60px;
}
.sec-contact p {
    color: #ffb6c1;
}
.sec-contact strong {
    color: #ffb6c1;
}
.sec-banner {
    height: 100vh;
    overflow: hidden;
}
.sec-contact span{
	color: #ffb6c1;
}
.sec-banner img {
    width: 100%;
}
.box-title {
    text-align: center;
    padding-top: 250px;
}
.box-title h1 {
    display: inline-block;
    background: #fff;
    float: none;
    width: auto !important;
    padding: 20px 30px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 25px;
    text-transform: uppercase;
    color: #ffb6c1;
}
.sec-introduct p{
	 color: #ffb6c1;
}
.bg-parallax {
    background-image: url(../images/banner-header.jpg);
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec-content {
    padding-top: 100px;
    padding-bottom: 60px;
}
.sec-content .box-text {
    text-align: center;
}
.sec-form {
    padding-top: 100px;
    padding-bottom: 60px;
    background-image: url(../images/background-form.jpg);
    background-repeat: no-repeat;
    background-position: center 51px;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}
.sec-form h3 {
    color: #fff;
}
.sec-form .sub-title {
    color: #fff;
    font-style: italic;
}
span.wpcf7-form-control-wrap .wpcf7-date, span.wpcf7-form-control-wrap .wpcf7-quiz, span.wpcf7-form-control-wrap .wpcf7-number, span.wpcf7-form-control-wrap .wpcf7-select, span.wpcf7-form-control-wrap .wpcf7-text, span.wpcf7-form-control-wrap .wpcf7-textarea {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
    border-radius: 0;
    padding: 10px;
}
input:focus, textarea:focus {
    outline: none;
}
input[type="submit"] {
    color: #ffffff;
    background-color: #1187D6;
    border-radius: 0;
    border: 0;
}
.wpcf7-spinner {
    display: none;
}
.promotions {
    text-align: center;
}
.promotions h1 {
    color: #c51d1d;
    font-size: 80px;
    font-weight: bold;
}
.sec-list-service {
    padding: 50px 0;
}
table td {
    border-width: 0 1px 1px 0;
    border-color: rgba(0,0,0,.08);
}
table tr:first-child td {
    box-shadow: inset 0px 4px 3px -2px rgba(0,0,0,.06);
}
.table-menu .c1 {
    text-align: left;
    width: 75%;
}
.table-menu .c2 {
    text-align: center;
    font-size: 24px !important;
	color:#ffb6c1
}
.table-menu .c3{
		color:#ffb6c1
}
table td {
    padding: 10px;
    border-style: solid;
    vertical-align: middle;
}
table tr:last-child td {
    border-bottom: 0;
}
table tr td:last-child {
    border-right: 0;
}
.sec-introduct {
    padding-top: 100px;
    padding-bottom: 60px;
}
.massage-hr {
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 2px;
    background: #b19c73;
    clear: both;
}
.sec-image {
    padding-top: 100px;
    padding-bottom: 60px;
    background-color: #f3f2f1;
    background-repeat: no-repeat;
    background-position: center top;
}
.icon-box {
    position: relative;
    padding: 10px 0;
}
.icon-box .icon-wrapper {
    font-size: 80px;
    background-color: transparent;
    box-shadow: 0 0 0 0 rgba(0,0,0,.0);
    border-width: 0;
    background-image: none;
    -webkit-transform: scale(1)!important;
    -moz-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    -o-transform: scale(1)!important;
    transform: scale(1)!important;
    padding-top: 5px;
    margin-bottom: 25px;
    color: #1187D6;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    text-align: center;
}
.icon-box .icon-wrapper i {
    position: relative;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	color:#ffb6c1
}
.icon-box .desc-wrapper {
    text-align: center;
}
.icon-box .desc-wrapper .title {
    margin-bottom: 20px;
}
.icon-box .desc-wrapper .title:before {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    content: "";
    display: block;
    width: 0;
    margin: 0 auto;
    height: 2px;
    top: -15px;
    position: relative;
    background-color: #1187D6;
}
.icon-box .desc-wrapper .desc {
    padding: 0 7%;
    color: #168AD7!important;
    font-style: italic;
}
.icon-box:hover .icon-wrapper i {
    top: -5px;
}
.icon-box:hover .desc-wrapper .title:before {
    width: 100px;
}
.sec-icon-contact {
    padding-top: 100px;
    padding-bottom: 60px;
}
.sec-gift {
    padding-top: 100px;
    background-color: #B4DCED;
}
.sec-gift .button-size-2 {
    background-color: #1187D6;
    color: #ffffff;
}
#footer {
    background-color: #ffb6c1;
    color: #fff;
    padding: 50px 0 40px;
    text-align: center;
}
.logo-footer img {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.logo img {
    height: 60px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.menu > ul {
    text-align: center;
    padding: 0;
    margin: 0;
}
.menu > ul > li {
    display: inline-block;
    margin: 0;
}
.menu > ul > li > a {
    padding: 15px 0;
    color: #ffffff;
    display: block;
    line-height: 60px;
    padding: 0 20px;
    white-space: nowrap;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}
#top-bar {
    background-color: rgba(35,29,23,.5);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
}
.menu-mobile, .responsive-menu-toggle {
    display: none;
}
.link-home {
	display: block;
	margin: 0 auto;
	width: fit-content;
}
@media only screen and (max-width: 789px) {
    .sec-banner {
        height: auto;
    }
    .col-menu {
        display: none;
    }
    header #top-bar {
        background-color: #ffb6c1;
    }
    .menu > ul > li {
        width: 100%;
        text-align: center;
    }
    .menu .current-menu-item a {
        color: #000000;
    }
    .responsive-menu-toggle {
        display: block;
        color: #fff;
        position: absolute;
        top: 18px;
        right: 22px;
        font-size: 20px;
    }
    .responsive-menu-toggle:hover {
        color: #fff;
    }
    h1 {
        font-size: 24px!important;
        line-height: 19px!important;
        letter-spacing: 0px!important;
    }
    h2 {
        font-size: 17px!important;
        line-height: 19px!important;
        letter-spacing: 0px!important;
    }
    h3 {
        font-size: 14px!important;
        line-height: 19px!important;
        letter-spacing: 0px!important;
    }
    h4 {
        font-size: 13px!important;
        line-height: 19px!important;
        letter-spacing: 0px!important;
    }
    h5 {
        font-size: 13px!important;
        line-height: 19px!important;
        letter-spacing: 0px!important;
    }
    h6 {
        font-size: 13px!important;
        line-height: 19px!important;
        letter-spacing: 0px!important;
    }
	.gap-header {
		padding-top: 60px;
	}
}

