.text_slide span {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    font-weight: lighter;
    line-height: initial;
    font-family: var(--font-head);
    font-size: 40px;
}
.text_slide p {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    font-weight: lighter;
    line-height: initial;
    font-family: var(--font-head);
    font-size: 16px;
}
.brand_logo img {
    height: 80px;
    padding: 10px 0;
}
 .nav_desktop li {
    line-height: 80px;
}
.nav_desktop a.active:before {
    height: 25px;
}
.lang_parent a {
    line-height: 20px;
    padding: 10px 18px !important;
}
.arrow-lang {
    transform: rotate(0);
    transition: all .5s;
}
.arrow-lang.rotate {
    transform: rotate(180deg);
}
.nav_top a {
    text-align: center;
}
.text_slide h4 {
    color: #fff;
}
.btn_booknow {
    background: var(--secondary);
}
.btn_booknow:hover {
    background: var(--primary);
}
.btn_booknowmain {
    padding: 13px 40px;
}
.btn_seeoffers {
    color: var(--secondary);
}
.btn_seeoffers:hover {
    color: var(--primary);
}
.mask_arrow {
    display: inline-block;
    width: 25px;
    height: 15px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    mask-repeat: no-repeat;
    background-color: var(--secondary);
    transition: all .5s;
    vertical-align: middle;
    margin-left: 2px;
}
.btn_seeoffers:hover .mask_arrow {
    background-color: var(--primary);
    margin-left: 5px;
}
.text_accom h4 {
    padding: 0;
}
.text_accom h3,.text_accom h4 {
    color: #fff;
}
.details_facilities h4, .section_accommodations h4,.section_offers h4, .section_facilities h4 {
    margin-bottom: 4px;
}
/*.arrow-down {*/
/*    position: relative;*/
/*    right: 4px;*/
/*}*/
.section_footer .mask_icon {
    width: 16px;
    height: 16px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    mask-repeat: no-repeat;
    background-color: #fff;
    vertical-align: middle;
    display: inline-flex;
    margin-right: 5px;
}
.logo_footer {
    height: 80px;
}
.overlay_box:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
    z-index: 1;
}
.images_accom:after {
    z-index: 2;
}
.section_footer .col-xs-4:nth-child(1) i {
    padding-right: 5px;
}
.form_contact .btn_booknow {
    padding: 13px 20px;
}
.form_contact input + label {
    font-size: 13px;
}
.t-arrow-top {
    /*top: auto !important;*/
    /*transform: rotate(0deg) !important;*/
}
.btn_booknow {
    line-height: 20px;
}
.overlay_menu {
    background: var(--tertiary);
}
.overlay_menu ul li a {
    font-size: 16px;
    color: var(--black);
}
.navbar_fix .active > a, .overlay_menu ul li a:hover,.navbar_fix .active {
    color: var(--secondary);
}
.base_plus_icon .plus_icon:before, .base_plus_icon .plus_icon:after,
.base_plus_icon:hover .plus_icon:before, .base_plus_icon:hover .plus_icon:after {
    background-color: var(--black);
}
.navbar_fix .active .base_plus_icon .plus_icon:before,
.navbar_fix .active .base_plus_icon .plus_icon:after {
    background-color: var(--secondary);
}
.demo_gallery .col-xs-12 {
    padding: 15px;
}

/***************************/
/* BOOKING MOBILE */
/***************************/
.booking_mobile {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 8;
    text-align: center;
    display: none;
    box-shadow: rgb(0 0 0 / 9%) 0 0 10px;
}
.booking_mobile [class*=col-xs-]{
    background: var(--primary);
    padding: 15px 10px;
}
.booking_mobile .border-book {
    border-right: 1px solid #eae9e7;
}
.booking_mobile .book {
    background:var(--secondary);
    color: #fff;
}
/**************************/
/* SUB MENU HEADER*/
/**************************/
.dropdown-info {
    position: relative;
}
.sub-info {
    position: absolute;
    /*width: 100%;*/
    white-space: nowrap;
    transform: translateY(-1em);
    left: 0;
    padding: 0;
    text-align: left;
    background: white;
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
}
.dropdown-info:hover .sub-info {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.sub-info li {
    position: relative;
    width: 100%;
    line-height: normal;
}
.sub-info li a {
    width: 100%;
    display: block;
    padding: 10px 15px;
}
.sub-info li:hover {
    background: var(--primary);
}
.sub-info li:hover a {
    color: #fff;
}

.dropdown li {
    position: relative;
}
.submenu {
    position: absolute;
    background: #fff;
    right: -221px;
    top: 0;
    width: fit-content;
    transform: translateX(-10%);
    transition: all 500ms ease;
    opacity: 0;
    pointer-events: none;
}
.sub-info li .submenu.nth-child1{
    right: -140px;
}
.sub-info li  .submenu.nth-child2{
    right: -229px;
}
.sub-info li  .submenu.nth-child3{
    right: -242px;
}
.sub-info  .submenu a, .sub-info li:hover .submenu a {
    color: #505050;
}
.sub-info li:hover .submenu {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}
.submenu li:hover a, .lg-sub-html h4 {
    color: #fff !important;
}
/*.our_aboutus a {*/
/*    color: var(--primary);*/
/*}*/
.our_attractions .details_facilities h2 {
    font-size: 24px;
    margin: 0 0 15px;
}
.our_attractions .details_facilities {
    font-size: 13px;
}
.our_attractions .details_facilities p {
    margin: 0 0 10px;
}
.our_attractions .details_facilities h5 {
    font-size: 16px;
    margin: 0 0 15px;
    font-family: var(--font-head);
}
.our_attractions.box_facilities .details_facilities h2 {
    font-size: 30px;
}
.type_package {
    padding-top: 20px;
}
.type_package h5 {
    font-family: var(--font-head);
    font-size: 16px;
    margin: 0 0 10px;
}
.bg_position div.mc-image {
    background-position: top center;
}
.our_activities .btn_booknow {
    width: fit-content;
}
.section_description .col-xs-7:before {
    width: 250px;
    height: 250px;
    opacity: 0.3;
}
.secial_media a {
    display: grid;
    float: right;
}
.mask_secial_media {
    width: 20px;
    height: 20px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    mask-repeat: no-repeat;
    background-color: #fff;
    transition: all .5s;
    vertical-align: middle;
    margin-left: 2px;
}
.secial_media a:hover .mask_secial_media {
    background-color: var(--secondary);
}
.section_description.contact .col-xs-5 {
    float: right;
}
.owl-dots.disabled {
    display: none !important;
}
.section_amenities li {
    width: 25%;
}
.section_contentchild {
    padding: 0 0 50px;
}