@import url('https://fonts.googleapis.com/css2?family=Pathway+Extreme&display=swap');

@font-face {
    font-family: 'mitr-light';
    src: url('../font/mitr-light-webfont.woff2') format('woff2'),
    url('../font/mitr-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../font/playfairdisplay.woff2') format('woff2'),
    url('../font/playfairdisplay.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mitr-regular';
    src: url('../font/mitr-regular-webfont.woff2') format('woff2'),
    url('../font/mitr-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'JosefinSans';
    src: url('../font/JosefinSans.woff2') format('woff2'),
    url('../font/JosefinSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'JosefinSans_Regular';
    src: url('../font/JosefinSans-Regular.woff2') format('woff2'),
    url('../font/JosefinSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'JosefinSans_Regular', 'mitr-light';

    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #3f3f3f;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

h1, h2, h3 {
    font-family: 'JosefinSans_Regular', 'mitr-regular';
    text-transform: capitalize;
    font-weight: initial;
    margin: 0;
    line-height: 1.4;
    letter-spacing: 0;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 26px;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all .4s;
}

p {
    margin: 15px 0 !important;
}

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    list-style: none;
}

nav li a {
    font-family: 'JosefinSans_Regular', 'mitr-light';
    color: #000;
    font-weight: initial;
    text-transform: capitalize;
}

.section {
    text-align: center;
    overflow: hidden;
}

.p_relative {
    position: relative;
}

/*.content_welcome {*/
/*    padding: 20px 0 0 !important;*/
/*}*/

#maximageinfo .overlay_slide {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}

.box_info {
    position: relative;
    padding: 60px;
    display: inline-block;
    width: 100%;
}

.boximg_info {
    position: relative;
    padding: 0 60px 60px;
    display: inline-block;
    width: 100%;
}

.slideshow {
    position: relative;
}

.slideshow .text-title-cont {
    height: 60px;
}

.slideshow .text-title-cont h1 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 48px;
}

.main-info {
    position: relative;
    width: 100%;
}

.images-info {
    padding: 40px 0 10px;
}

.images-info img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.child-section, .map {
    padding-top: 20px;
}

.amenities {
    padding: 25px 0 0;
    position: relative;
    display: flow-root;
}

.amenities .col-xs-4 {
    padding: 10px;
}

.amenities h3 {
    margin: 0 0 10px;
}

.amenities .col-xs-4 span {
    margin-left: 15px;
    text-transform: capitalize;
}

.site-map li {
    list-style: disc;
    padding: 6px;
    position: relative;
    z-index: 2;
}

.btn-booknow {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    background: 0;
    border: 0;
    transition: all .6s;
    color: #fff;
    outline: none;
    margin: 15px 0 0;
}

.btn-booknow:hover {
    color: #fff !important;
}

p + .link {
    padding: 0 !important;
}

.btn-booknow.link {
    margin-top: 10px !important;
    padding: 10px 30px !important;
}

#btn-booknow {
    cursor: pointer;
}

.book_mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    display: none;
}

.book_mobile .col-xs-8 {
    padding: 8px;
    color: #fff;
    text-align: center;
}

.book_mobile .col-xs-2 {
    padding: 8px;
    color: #fff;
    text-align: center;
}

.book_mobile .col-xs-2 .fa-phone {
    font-size: 15px;
}

.link {
    position: relative;
    padding: 20px 0 0 !important;
    margin: 0 !important;
    width: max-content;
}

.menu-top-h ul {
    margin: 0;
}

.book_header {
    color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #FF5722 !important;
    width: 150px;
    line-height: 64px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.book_header:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.book_header:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    color: #fff;
}

.book_header span {
    font-weight: initial;
    color: #fff;
}

/********************************/
/* GALLERY */
/********************************/
.gallery {
    padding: 15px 0 0;
}

.gallery .row_gallery {
    margin-left: -15px;
    margin-right: -15px;
}

.gallery .row_gallery [class*=col-xs-] {
    padding: 15px;
}

.hidepic {
    display: none;
}

.gallery p {
    font-size: 22px;
    margin: 0 !important;
    line-height: 1;
}

.lg-dropdown {
    display: none;
}

.padding10 {
    padding: 10px;
}

.demo-gallery {
    padding: 0;
    margin: 0;
}

.item-box, .image_box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gallery p span {
    font-size: 14px;
}

.gallery .album-title {
    position: relative;
    padding: 15px 0 0;
}

.image_box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transform: scale(1);
    transition: all .6s;
}

.filtr-item:hover .image_box img {
    transform: scale(1.05);
}

.lg-outer .lg-thumb-outer {
    padding: 10px 15px;
}

.lg-outer .lg-thumb {
    padding: 0 !important;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    border: 0;
}

/*-------------------------------------*/
/* HAMBURGER */
/*-------------------------------------*/
.ui-style {
    position: absolute;
    width: 35px;
    height: 17px;
    top: 0;
    bottom: 0;
    right: 170px;
    margin: auto;
    cursor: pointer;
    z-index: 6;
    display: none;
}

.style-icon {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.style-icon.open-bar {
    right: -127px;
}

.style-icon .amburgers1 {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    transition: .23s ease-in-out;
}

.style-icon .amburgers2 {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 7px;
    transition: .23s ease-in-out;
}

.style-icon .amburgers3 {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 14px;
    transition: .23s ease-in-out;
}

.style-icon .amburgers4 {
    position: absolute;
    width: 0;
    height: 3px;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(-90deg);
    transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;

}

.style-icon .amburgers5 {
    position: absolute;
    width: 0;
    height: 3px;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}

.open-bar div:nth-child(1), .open-bar div:nth-child(2),
.open-bar div:nth-child(3) {
    transform: scale(0);
}

.open-bar div:nth-child(4), .open-bar div:nth-child(5) {
    width: 30px;
}

.style-icon.open-bar .amburgers4 {
    transform: rotate(-45deg);
}

.style-icon.open-bar .amburgers5 {
    transform: rotate(45deg);
}

.wrap-scroll .ui-style {
    margin: 35px 0;
}

/*-------------------------------------*/
/* MENU MOBILE */
/*-------------------------------------*/
.menu-mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .23s ease-in-out;
    -moz-transition: .23s ease-in-out;
    -o-transition: .23s ease-in-out;
    transition: .23s ease-in-out;
}

.panel-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.menu-container {
    position: relative;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 80px 50px;
    justify-content: space-between;
}

.menu-container ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.menu-container li {
    position: relative;
    list-style: none;
    float: none !important;
}

.menu-container a {
    position: relative;
    padding: 7px 0;
    display: block;
    color: #333333;
    font-size: 16px;
    text-transform: capitalize;
    transition: all .4s;
    width: 80%;
}

.menu-container .info-detail {
    position: relative;
    display: none;
    padding-left: 30px;
}

.menu-container .info-detail.active {
    display: block;
}

.c_plus {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    display: block;
}

.ui-icon-plus {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 7px;
    display: block;
}

.ui-icon-plus:before,
.ui-icon-plus:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    margin: auto;
    display: block;
    transition: all 0.6s;
}

.ui-icon-plus:before {
    width: 1px;
    height: 20px;
}

.ui-icon-plus:after {
    width: 20px;
    height: 1px;
}

.ui-icon-plus.active:before {
    display: none;
}

.menu-mobile.active {
    opacity: 1;
    pointer-events: auto;
}

.menu-mobile.active .menu-container {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.menu-container .info-detail li {
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

.menu-container .info-detail li:nth-child(1) {
    animation-delay: 0.3s;
}

.menu-container .info-detail li:nth-child(2) {
    animation-delay: 0.5s;
}

.menu-container .info-detail li:nth-child(3) {
    animation-delay: 0.7s;
}

.menu-container .info-detail li:nth-child(4) {
    animation-delay: 0.9s;
}

.menu-container .info-detail li:nth-child(5) {
    animation-delay: 1s;
}

.menu-container .info-detail li:nth-child(6) {
    animation-delay: 1.3s;
}

nav li {
    padding: 0 10px;
}

nav li a {
    display: inline-block;
    letter-spacing: 0;
    padding: 0;
    line-height: 64px;
}

nav li span {
    position: relative;
    bottom: auto;
    right: auto;
    top: 4px;
}

.logo-nav-top img {
    margin: 0;
    width: auto;
    height: 60px;
    padding: 5px 0;
}

.menu-top-h-cont {
    padding: 0 0 0 50px;
}

.sub-menu li {
    padding: 0;
}

.sub-menu a {
    line-height: normal;
}

.menu-top-h ul li {
    padding: 0;
}

.menu-top-h .contact_header li {
    padding: 5px 10px;
    height: 64px;
}

.menu-top-h .contact_header li:last-child {
    padding: 0 0 0 5px;
}

.menu-top-h li a {
    line-height: 62px;
}

.box_content {
    padding: 30px 0 0;
}

.child-section .child-box-details {
    padding: 50px 50px 50px 0;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.child-section .child-box-details h2,
.child-section .child-box-details .editable {
    width: 100%;
}

.menu-top-h .menu-container a {
    line-height: normal;
}

.editable p, .editable {
    opacity: .85;
    font-weight: initial;
}

.drop_menu {
    padding-left: 15px;
}

.site-map .sub_menu {
    list-style: circle;
}

.title-child .number span {
    z-index: 1;
}

.content_welcome.contact_page {
    text-align: left;
}

.content_welcome .editable p {
    text-align: left !important;
}

nav li span svg {
    width: 15px;
    height: 15px;
}

.site-map a,.book_mobile .col-xs-8,.pre-footer p, .menu-top-h .menu-container a,
.text-title p,.btn-booknow, .amenities .col-xs-4 span ,.child-section .child-box .content-child .child-box-details .link a,
.wrapper-page .content-page .box-details .link a,.album-title p{
    font-weight: initial;
}

.amenities .col-xs-4 img {
    opacity: .7;
}

.icon_amenities {
    display: flex;
    align-items: center;
}

.mask_img {
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    mask-repeat: no-repeat;
}
.wrapper-page .content-page .box-details .number, .title-child .number span{
    font-family: 'JosefinSans_Regular', 'mitr-regular';
}
.child-section .child-box .content-child .child-box-details .link a, .wrapper-page .content-page .box-details .link a{
    font-size: 10px;
}
.mobile-img{
    display: none!important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box_info .editable p{
    text-align: left!important;
}
.text-title-cont .text-title h2{
    text-transform: uppercase;
}
.maximage-section .backdrop-slide{
    background: none;
}
.wrapper-page .home-details .content-page .box-details h1, .wrapper-page .home-details .content-page .box-details h2{
    font-weight: initial;
    left: 0;
}
#section1, #section3{
    background: #ece9e2;
}
.wrapper-page .home-details .content-page .box-details .number{
    font-size: 120px;
    font-weight: bold;
    color: #f2e8d3;
    font-family: 'PlayfairDisplay';
    position: absolute;
    top: -150px;
    left: 0;
    opacity: 0.5;
    bottom: auto;
}
.child-section .content-child:nth-child(odd){
    background: #ece9e2;
}
.child-section .child-box .content-child:after{
    content: none;
}
.menu-top-h-cont ul a{
    font-size: 18px;
}
#section2 .box-img img, #section2 .content-page .box-details{
    height: 600px;
}
#section3 .box-img img, #section3 .content-page .box-details{
    height: 400px;
}