/* cmsms stylesheet: custom-style modified: 01/18/20 11:14:22 */
body{
    background-color: #ffffff;
}

.top_header {
    background: #fff;
    padding: 0;
}
.hara_logo {
    height: 100px;
}
.info_bg {
    float: right;
    padding-top: 10px;
}
.info_bg ul {
    list-style: none;
    display: table;
}
.info_bg li {
    display: table-cell;
    padding-left: 30px;
}
.info_bg ul li .icon_f {
    float: left;
    margin-right: 15px;
}
.media_left {
    color: #EC5598;
    font-size: 42px;
}
.info_bg ul li strong {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.info_bg ul li p {
    font-size: 14px;
    letter-spacing: 1px;
}
.media_body {
    overflow: hidden;
    padding-top: 10px;
    font-family: 'Roboto Condensed', sans-serif;
}




/** Menu */

#page {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    padding-top: 70px;
}
a {
    color: #83d90b;
}
a:hover, a:focus {
    text-decoration: none;
    color: #161925;
}
button:focus, .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
/*==================Header=============*/
#header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 92;
    margin: 0 auto;
    background-color: #4B3941;
    box-shadow: 0 1px 1px -1px #868686;
    width: 100%;
    max-width: 1600px;
    transform: translateY(0);
    transition: transform .1s ease;
    will-change: transform;
}
#header.sticky {
    position: fixed;
    transform: translateY(-100%);
    transition: none;
    top: 0;
}
#header.revealed {
    transition: transform .4s ease;
    transform: translateY(0);
}
#navigation {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    background-color: #4B3941;
    max-width: 1600px;
    margin: 0 auto;
}
#logo {
    /*margin-right: auto;*/
}
#logo > a {
    display: block;
    margin: 5px 30px 5px 0;
    padding: 5px 0;
}
#logo > a:hover{
    text-decoration: none;
}
#logo > a > img {
    height: 50px;
}
#nav-menu {
    display: none;
}
#togburger {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    cursor: pointer;
    /*background-color: #660E1C;*/
    padding-top: 16px;
    text-align: center;
    overflow: hidden;
}
#togburger .icon-bar {
    position: relative;
    display: block;
    height: 2px;
    border-top: 2px;
    width: 20px;
    background-color: #fff;
    left: 50%;
    margin-left: -10px;
    transition: transform .7s cubic-bezier(.19,1,.22,1);
    will-change: transform;
}
#togburger .icon-bar:nth-child(2) {
    margin-top: 4px;
}
#togburger .icon-bar:nth-child(3) {
    margin-top: 4px;
}
#togburger.opened {
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.22);
}
#togburger.opened .icon-bar:nth-child(1) {
    transform: rotate(-45deg) translate(-4px, 4px);
}
#togburger.opened .icon-bar:nth-child(2) {
    opacity: 0;
}
#togburger.opened .icon-bar:nth-child(3) {
    transform: rotate(45deg) translate(-4px, -4px);
}
#off-screen-nav {
    position: fixed;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 1600px;
    margin: 0 auto;
    left: 0;
    z-index: 91;
    pointer-events: none;
}
#off-screen-nav.nav-visible {
    background-color: rgba(0,0,0,0.3);
    pointer-events: auto;
}
.off-screen-nav-inner {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 425px;
    margin-left: auto;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform .3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    will-change: transform;
    overflow-y: auto;
    z-index: 3;
}
#off-screen-nav.nav-visible .off-screen-nav-inner {
    opacity: 1;
    transform: translateX(0);
    transition: transform .7s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#off-screen-nav .nav-container {
    padding: 30px 0 40px;
}
.nav-mobile {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0 15px 0;
    border-top: 1px solid #c4c4c4;
}
.nav-mobile .dropdown-toggle::after {
    content: none;
}
.nav-mobile > li, .nav-mobile .sub-menu > li {
    position: relative;
}
.nav-mobile > li > a, .nav-mobile .sub-menu > li > a {
    display: block;
    font-family: 'Maven Pro', sans-serif;
    font-size: 14px;
    color: #161925;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 50px 14px 20px;
}
.nav-mobile .sub-menu > li > a {
    font-size: 12px;
    color: #7c7c7c;
    text-transform: none;
}
.nav-mobile > li.active > a {
    color: #fff;
    background-color: #EC5598;
    border-radius: 25px;
}
.nav-mobile .sub-menu > li.active > a, .nav-mobile > li > a:hover, .nav-mobile > li > a:focus, .nav-mobile .sub-menu > li > a:hover, .nav-mobile .sub-menu > li > a:focus {
    color: #975545;
}
.nav-mobile > li > a > span, .nav-mobile .sub-menu > li > a > span {
    display: block;
    position: relative;
}
.nav-mobile > li > a > span::after, .nav-mobile .sub-menu > li > a > span::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #c4c4c4;
}
.nav-mobile > li.active > a > span::after {
    content: none;
}
.nav-mobile .sub-toggler {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 45px;
    cursor: pointer;
}
.nav-mobile .sub-toggler::before, .nav-mobile .sub-toggler::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.nav-mobile .sub-toggler::before {
    width: 15px;
    height: 1px;
    border-top: 1px solid #161925;
}
.nav-mobile .sub-toggler::after {
    width: 1px;
    height: 15px;
    border-left: 1px solid #161925;
    opacity: 1;
    transition: opacity .2s ease-in;
}
.nav-mobile .dropdown.opened > .sub-toggler::after {
    opacity: 0;
}
.nav-mobile li.active > .sub-toggler::before, .nav-mobile li.active > .sub-toggler::after {
    border-color: #fff;
}
.nav-mobile .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    padding-left: 15px;
}



/* custom*/


.booking {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 30px;
    border-radius: 5px;
}
.booking:hover {
    color: #000;
    background-color: #fff;
}

.slide_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}




/* Content */

.background_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: auto;
    padding: 80px 0;
}


.about_spa {
    font-family: 'Roboto Condensed', sans-serif;
}
.about_spa h5 {
    font-size: 16px;
    letter-spacing: 1px;
}
.about_spa h4 {
    font-size: 24px;
    letter-spacing: 1px;
    padding-top: 7px;
}
.about_spa p {
    font-size: 15px;
    letter-spacing: 0.3px;
    max-width: 700px;
    line-height: 1.7em;
    padding-top: 10px;
}

.about_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 30px;
}
.a_img {
    height: 400px;
}
.margin_left {
    margin-left: 170px;
}
.md-4 {
    padding: 0 10px;
}


.package_bg {
    background: #f1f1f1;
    padding: 70px;
}
.package_txt {
    font-family: 'Roboto Condensed', sans-serif;
}
.package_txt h4 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding-bottom: 5px;
}
.package_txt p {
    font-size: 14px;
    letter-spacing: 1px;
}

.section_img {
    margin-top: 30px;
}
.img_overlay {
    overflow: hidden;
}
.zoom {
    transition: .6s;
}
.zoom:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.package_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
}
.package_title {
    position: relative;
    background-color: #fff;
    margin: 0 2em;
    padding: 2em 1em;
    margin-top: -5em;
    z-index: 1;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}
.package_title a {
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    color: #000;
}
.package_title a:hover {
    color: #000;
    text-decoration: none;
}
.detail_btn {
    text-align: center;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    text-decoration: none;
}
.detail_btn:hover {
    color: #fff;
    text-decoration: none;
}
.btn_txt {
    background: #EC5598;
    margin: 0 2.3em;
    padding: 6px 0;
}
.btn_txt:hover {
    background: #e73383;
}

.con_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}
.con_title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.card_cell {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.card_cell .card_left {
    text-align: right;
    padding: 20px 55px;
}
.p_text {
    font-family: 'Roboto Condensed', sans-serif; 
}
.p_text h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.p_text p {
    font-size: 14px;
    letter-spacing: 0.5px;
}
.card_left .p_text {
    text-align: center;
}
.card_cell .cta {
    text-align: center;
}

.con_btn {
    background: #EC5598;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 2px;
    padding: 11px 30px;
    border-radius: 25px;
    text-transform: uppercase;
}
.con_btn:hover {
    color: #fff;
    text-decoration: none;
}



/*Detail*/

.cover_detial {
    background: #3C3C3B;
    padding: 50px 0;
}
.s_title {
    font-family: 'Roboto Condensed', sans-serif;
}
.s_title h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: 600;
}
.s_title ul {
    text-align: center;
    margin-top: 10px;
    padding: 0;
}
.s_title ul li {
    display: inline-block;
    color: #fff;
    padding-right: 16px;
}
.s_title a {
    color: #fff;
}
.s_title a:hover {
    color: #fff;
}
.s_title ul li:not(:last-child)::after {
    content: "/";
    margin: auto 6px;
    color: #fff;
    position: absolute;
}
.d_bg {
    background-color: #f7f4f0;
    padding: 80px 0;
}

.detail_img img {
    width: 100%;
}

.txt_bg {
    background-color: #fff;
    padding: 4%;
}
.txt_bg p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.8em;
}

.spacial_txt {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    max-width: 605px;
    letter-spacing: 0.3px;
    line-height: 1.8em;
}

.row_space {
    margin-bottom: 50px;
}

.offer_section {
    background-color: #eff1ed;
}

.offer_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.heigh_img {
    height: 270px;
}

.card_offer {
    background: #fff;
    position: relative;
    padding: 5%;
}
.md-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.txt_offer {
    font-family: 'Roboto Condensed', sans-serif;
}
.txt_offer h4 {
    font-size: 24px;
    margin-bottom: 15px;
}
.txt_offer p {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.8em;
}


/* About Us */


.about_txt {
    font-family: 'Roboto Condensed', sans-serif;
}
.about_txt h4 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding-bottom: 15px;
}
.about_txt p {
    font-size: 15px;
    letter-spacing: 0.3px;
    max-width: 800px;
    line-height: 1.6em;
    text-align: justify;
}



/* Contact */


.contact_txt {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 0.3px;
}
.form_section {
    padding: 70px 0;
}

.contact_form {
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 50px;
}

.input_txt {
    width: 100%;
    display: block;
    border-color: #cecece;
    padding: 10px 12px;
    border: 1px solid #ced4da;
}
.form_row {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.contact_form label {
    margin-bottom: 0;
}

.form_btn {
    text-align: center;
    margin-top: 30px;
}
.contact_btn {
    background: #EC5598;
    color: #fff;
    border: none;
    padding: 10px 60px;
    letter-spacing: 1px;
    text-transform: uppercase;
}














/* Footer */


.footer_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 60px;
}
.logo_hara {
    color: #fff;
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    margin-bottom: 30px;
}

.footer_content {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    text-align: center;
    color: #fff;
    letter-spacing: 4px;
    line-height: 2.5em;
    text-transform: uppercase;
}

.font_list {
    text-align: center;
    margin-top: 30px;
}
.font_list ul li {
    list-style: none;
    color: #fff;
    display: inline-block;
    padding-right: 20px;
}
.font_list ul li a {
    color: #fff;
    font-size: 20px;
}

.copy_right {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 50px;
    letter-spacing: 2.5px;
}
.copy_right a {
    color: #fff;
}
.copy_right a:hover {
    color: #fff;
}



















@media (max-width: 576px) {
    .h_img {
        height: 270px;
    }
    
    .card_cell .card_left, .card_cell .cta {
        flex: 0 0 100%;
    }
}

@media (min-width: 768px) { 
    .h_img {
        height: 400px;
    }
    
    .nav-mobile {
        padding: 0 15px 0;
    }
    
    .card_cell .card_left {
        flex: 0 0 50%;
        max-width: 50%;
        border-right: 1px solid #000;
    }
    
    .card_cell .cta {
        padding-left: 55px;
        text-align: left;
    }
    
    .con_title {
        margin-bottom: 40px;
    }
    
    .card_left .p_text {
        text-align: right;
    }
    
    .s_title h3 {
        font-size: 36px;
    }
    
    .offer_section {
        padding: 70px 0;
    }
    
    .card_offer {
        margin-top: 8em;
        position: absolute;
        bottom: 0;
        top: 0;
        left: -10em;
    }
    
    .heigh_img {
        height: 400px;
    }
}

@media(min-width:992px){
    #page {
        padding-top: 90px;
    }
    #nav-menu {
        display: flex;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    #nav-menu > li > a {
        display: block;
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 1;
        padding: 27px 10px;
        padding-right: 25px !important;
        letter-spacing: 0.5px;
    }
    #nav-menu > li.active > a, #nav-menu > li:hover > a, #navigation .dropdown-menu > li:hover > a,
    #navigation .dropdown-menu > li.active > a {
        color: #fff;
    }
    #nav-menu > li > a > i {
        font-size: 14px;
    }
    /* Dropdown Menu - All Levels - <ul> */
    #navigation ul li > .dropdown-menu {
        float: none;
        font-size: 12px;
        position: absolute;
        top: initial;
        min-width: 300px;
        max-width: 300px;
        background-color: #4B3941;
        padding-top: 4px;
        padding-bottom: 4px;
        margin: 0;
        padding: 0;
        border: none;
        border-bottom: 2px solid #660E1C;
        border-radius: 0;
        opacity: 0;
        visibility: hidden;
        display: block;
        pointer-events: none;
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.11);
    }
    #navigation #nav-menu li.dropdown:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }
    #navigation #nav-menu > li > .dropdown-menu {
        top: 90%;
        left: 0;
    }
    #navigation .dropdown-menu > li > a {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        font-weight: 600;
        color: #ddd;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 2;
        padding: 12px 18px;
        letter-spacing: 0px;
    }
    #navigation .dropdown-menu > li > a:hover {
        color: #fff;
    }
    #navigation .dropdown-menu > li:not(:last-child) > a{
        border-bottom: 1px solid #d9d9d9;
    }
    #togburger {
        display: none;
    }
    #logo > a {
        padding: 0;
    }
    #logo {
        padding: 2px 0;
        margin-left: auto;
    }
    
    .h_img {
        height: 450px;
    }
    
    #navigation {
        padding: 10px 0;
    }
    
    .cover_detial {
        margin-top: 70px;
    }
}

@media(min-width:1200px){
    #page {
        padding-top: 100px;
    }
    #logo {
        padding: 2px 0;
    }
    #logo > a > img {
        height: 86px;
    }
    #nav-menu > li > a {
        padding: 16px 14px;
    }
    
    .h_img {
        height: 680px;
    }
}

@media(max-width:992px){
    #logo {
        padding: 2px 0;
        margin-right: auto;
    }
    
    .info_bg {
        float: left;
    }
    
}

@media(max-width:430px){
    .a_img {
        height: 230px;
    }
}


@media(max-width:768px){
    #header {
        position: relative;
    }
    
    .m_align {
        text-align: center;
    }
}
