/*!
Theme Name: skye_new
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: skye_new
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

skye_new is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/**Start Fonts css **/

@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");

/* Import Fonts Start */

@font-face {
  font-family: "Gotham-Medium";
  src: url("assets/fonts/Gotham-Medium.ttf");
}
@font-face {
  font-family: "Lato-Bold";
  src: url("assets/fonts/Lato-Bold.ttf");
}
@font-face {
  font-family: "Lato-Light";
  src: url("assets/fonts/Lato-Light.ttf");
}
@font-face {
  font-family: "Lato-Regular";
  src: url("assets/fonts/Lato-Regular.ttf");
}
@font-face {
  font-family: "MessinaSans-Bold";
  src: url("assets/fonts/MessinaSans-Bold.ttf");
}
@font-face {
  font-family: "MessinaSans-Light";
  src: url("assets/fonts/MessinaSans-Light.ttf");
}
@font-face {
  font-family: "MessinaSans-Regular";
  src: url("assets/fonts/MessinaSans-Regular.ttf");
}
@font-face {
  font-family: "Lato-Medium";
  src: url("assets/fonts/Lato-Medium.ttf");
}

.gotham_medium {
  font-family: "Gotham-Medium" !important;
  font-weight: 500 !important;
}
.lato_medium {
  font-family: "Lato-Light" !important;
  font-weight: 300 !important;
}
.lato_light {
  font-family: "Lato-Light" !important;
  font-weight: 300 !important;
}
.lato_regular {
  font-family: "Lato-Regular" !important;
  font-weight: 400 !important;
}
.messinasans_bold {
  font-family: "MessinaSans-Bold" !important;
  font-weight: 700 !important;
}
.messinasans_light {
  font-family: "MessinaSans-Light" !important;
  font-weight: 300 !important;
}
.messinasans_regular {
  font-family: "MessinaSans-Regular" !important;
  font-weight: 400 !important;
}

/* Import Fonts End */

/*padding css*/
.ptper-65{ padding-top:125px!important;}
.pbper-75{
 padding-bottom: 125px!important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
  - Normalize
  - Box sizing
# Base
  - Typography
  - Elements
  - Links
  - Forms
## Layouts
# Components
  - Navigation
  - Posts and pages
  - Comments
  - Widgets
  - Media
  - Captions
  - Galleries
# plugins
  - Jetpack infinite scroll
# Utilities
  - Accessibility
  - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
.disable-scroll {
    overflow: hidden;
}

p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  -webkit-appearance: none;
   -moz-appearance: none;
   -moz-border-radius: 0px;
-webkit-border-radius: 0px;
}
select::-ms-expand {
   display: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #edece7 !important;
  overflow-x: hidden;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
/*header#masthead {
    border: 1px solid;
    height: 160px;
}*/
.skye_globaltext {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
}
.sky_menu_btn {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
   
}
.site-branding {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    text-align: center;
}
.vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wpb_content_element {
  margin-bottom: 0px !important;
}
.headcontainer_1455 {
  display: flex;
  justify-content: space-between;
  max-width: 81.5%;
  width: 100%;
  margin: 0 auto !important;
  /*padding-top: 35px;*/
  /*padding-bottom:25px;*/
     padding-top: 50px;
    padding-bottom: 50px;
}
#skyeside-menu.open_skye {
 position: absolute;
 height: 660px;
}
#skyeside-menu {
  position: fixed;
  top: 0;
  right: -660px;
  width: 660px;
  height: 100%;
  background-color: #ffffff;
  transition: 0.5s;
  z-index: 999;
}
.sky_menu_btn {
  display: flex;
  gap: 112px;
  }
#skyeside-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#skyeside-menu ul li {
  padding: 10px;
  text-align: left;
}

#skyeside-menu ul li a {
  text-align: left;
  text-decoration: none;
  color: #888888;
  font-size: 30px;
  font-family: "Lato-Light";
  font-weight: 300;
}

#skyemenu-toggle {
  position: relative;
  top: 0px;
  right: 0;
  cursor: pointer;
  font-size: 25px;
  color: #707070;
  z-index: 2;
}

#skyeclose-menu {
 /* position: absolute;
  top: 45px;
  right: 230.625px;
  cursor: pointer;
  font-size: 25px;
  color: #edece7;
  z-index: 2;*/
  display: none;
}
#skyeside-menu.open_skye {
  right: 0;
}
.top_booknowbtn a {
  font-family: "MessinaSans-Regular";
  color: #1a1a1a;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  background: #ffffff;
  padding: 12px 30px;
  font-weight: 400;
}
.top_booknowbtn {
  margin-top: 5px;
}

/* .sub-menu {
    display: none;
    position: absolute;
    top: 30%;
    left: 0;
    background-color: #edece7;
    padding: 5px 15px 5px 18px!important;
    width: 245px;
}
 #primary-menu li:hover .sub-menu {
    display: block;
}
#skyeside-menu ul.sub-menu a{
    text-align: left;
    text-decoration: none;
    color: #888888;
    font-size: 18px;
    font-family: "Lato-Light";
    font-weight: 300;
}
 #skyeside-menu ul.sub-menu li  {
        border-bottom: 1px solid #D1D1D1;
}
#primary-menu::after {
    content: "\25BC"; 
    font-size: 10px;
    margin-left: 5px;
}

#primary-menu.open_skyemenu::after {
    content: "\25B2"; 
}*/
.sub-menu {
    display: none;
    /*position: absolute;*/
    position: relative;
    /*top: 30%;*/
    left: 14px;
    /*background-color: #edece7;*/
    padding: 5px 15px 5px 18px !important;
    width: 300px;
}

#primary-menu.open_skyemenu .sub-menu {
    display: block;
}

#primary-menu ul.sub-menu a {
    text-align: left;
    text-decoration: none;
    color: #888888;
    font-size: 18px;
    font-family: "Lato-Light";
    font-weight: 300;
}

#primary-menu ul.sub-menu li {
    border-bottom: 1px solid #D1D1D1;
}

#primary-menu ul.sub-menu li:last-child {
    border-bottom: none !important;
}
/* Style for the submenu parent items */
#primary-menu li.sub-menu-parent {
    position: relative; /* Ensure relative positioning for absolute child elements */
}
/* Style for the arrow icon */
#primary-menu .arrow-icon {
    display: inline-block;
    margin-left: 35px; 
    font-size:25px;
}
/* Style for the arrow icon when the submenu is open */
#primary-menu .sub-menu-parent.open_skyemenu .arrow-icon {
    transform: rotate(180deg); 
}
#skyeside-menu a[aria-current="page"] {
   color: #1A1A1A !important;
}
.close_menupop{
  font-weight: 100;
    width: 50px;
    height: 50px;
    top: 5%;
    right: 15%;
    color: #EDECE7;
    font-size: 60px;
    border: none;
/*    border-radius: 50%;*/
    z-index: 99;
    cursor: pointer;
    position: absolute;
    justify-content: center;
    padding: 33px 0 0;
    line-height: 0;
    text-align: center;
/*    background: rgba(255, 255, 255, 0.5);*/
    }
span.close_menupop:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 32px;
    background: #707070;
    transform: translate(-50%, -50%) rotate(-45deg);
}
span.close_menupop:after {
    content: "";
    position: absolute;
    top: 50%;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 32px;
    background: #707070;
    transform: translate(-50%, -50%) rotate(45deg);
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* ------------------Containers----------------*/
/*.headcontainer_1786{
    max-width: 93.021%;
    width: 100%;
    margin: 0 auto !important;
}*/
.container_1786 {
  max-width: 93.021%;
  width: 100%;
  margin: 0 auto !important;
}
.ftcontainer_1786 {
  max-width: 93.021%;
  width: 100%;
  margin: 0 auto !important;
}
/*.ftcontainer_1397{
    max-width: 72.761%;
    width: 100%;
    margin: 0 auto !important;
}*/
.container_764 {
  max-width: 764px;
  width: 100%;
  margin: 0 auto !important;
}
.container_852 {
  max-width: 852px;
  width: 100%;
  margin: 0 auto !important;
}
.container_1293 {
  max-width: 67.3%;
  width: 100%;
  margin: 0 auto !important;
}
/*---------------Hedaer-------------------*/
.top_globaltext span a {
  color: #1a1a1a;
  font-size: 12px;
  text-align: left;
  text-decoration: none;
  letter-spacing: 1.8px;
}
.site-branding img {
  height: auto;
  width: 100%;
  /*margin-top: -25px;*/
  margin-top: -8px;
}
/* ------------------Footer----------------*/
/*section#media_gallery-2 {
    flex: 0 0 50%;
}
section#custom_html-2 {
    flex: 0 0 30%;
}
section#custom_html-3 {
    flex: 0 0 20%;
}*/
li.no_pointer {
    pointer-events: none;
}
.copy_right p{
    text-decoration: none;
    font-family: "MessinaSans-Regular";
    font-size: 16px;
    color: #1a1a1a;
    text-align: left;
    letter-spacing: 1.8px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
}
.privacy-terms ul {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.privacy-terms ul li {
    list-style: none;
    margin: 25px 5px;
}
.privacy-terms ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-family: "MessinaSans-Regular";
    font-size: 12px;
    color: #1a1a1a;
    text-align: left;
    letter-spacing: 1.8px;
    font-weight: 400;
}
.privacy-terms ul li a span{
    margin-left:5px;
}
.fpt-25 {
  padding-top: 25px;
 }
.privacy-terms {
    padding-top: 18px;
}
footer#colophon {
  padding-top: 55px;
  padding-bottom:0;
}
/*section#media_image-2 img {
  height: 143px;
  width: 124px;
}*/
.flex_footer {
  align-items: end;
  /*  flex-wrap: wrap;*/
}
.footer_one {
  display: flex;
  justify-content: space-between;
}
/*.footer_two {
  display: flex;
  justify-content: space-between;
}*/
.fthr_devider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ul#menu-footer-menu {
  display: flex;
  justify-content: end;
  padding-left: 0 !important;
}
ul#menu-footer-menu li {
  list-style: none;
  margin: 0 20px;
}
ul#menu-footer-menu li a {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "MessinaSans-Regular";
  font-size: 14px;
  color: #1a1a1a;
  text-align: left;
  letter-spacing: 2.1px;
  font-weight: 400;
}
/*ul#menu-footer-menu li a:hover{
  color: #CFBE8E;
}*/
section#text-2 p a {
  text-decoration: none;
  font-family: "MessinaSans-Regular";
  font-size: 14px;
  color: #1a1a1a;
  /*text-align: right;*/
  letter-spacing: 2.1px;
  font-weight: 400;
}


/*---------------kajal 24/1/2024---------*/
section#text-2 p a {
    text-align: left !important;
}
/*--------------end----------*/


/*section#text-2 p a:hover{
  color: #CFBE8E;
}*/
h2.widget-title {
  color: #1a1a1a;
  font-size: 12px;
  text-align: left;
  font-family: "Lato-Bold";
  letter-spacing: 1.8px;
  font-weight: 700;
  padding-bottom:20px; 
}
section#custom_html-2 p a {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "MessinaSans-Regular";
  font-size: 12px;
  color: #1a1a1a;
  text-align: left;
  letter-spacing: 1.8px;
  font-weight: 400;
  line-height:33px;
}
.media_link ul {
  display: flex;
  justify-content: start;
  padding: 0;
}
.media_link ul li {
  list-style: none;
  padding-right: 20px;
}
.media_link ul li a {
  color: #1a1a1a;
  font-size: 18px;
}
.flex_footer2 {
  display: flex;
  justify-content: space-between;
  /*  flex-wrap: wrap;*/
  margin-top: 1.5em;
}
/*#media_gallery-2{
  flex:0 0 630px;
}*/

.flex_footer2 .widget {
  margin-bottom: 0 !important;
}
div#gallery-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
}
div#gallery-1 .gallery-item img {
  width: auto;
  /*height: auto;*/
}

/*-----------kajal 24/1/2024--------------*/
div#gallery-1 .gallery-item img {
 height: 30px;
}
/*---------------------------------------------*/


/*div#gallery-1 .gallery-item {
  pointer-events: none;
}*/

/*boox now button*/
.mobile_book_btn a,
.nav-book-now a,
.nav-book-now button {
  font-family: "MessinaSans-Regular";
    font-weight: 400;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    background: #000000 !important;
    padding: 12px 30px;
    border-radius: 0;
    border: 1px solid #000 !important;
    text-transform: uppercase;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
}
.mobnav-book-now {
  position: relative;
}
.mobnav-book-now a,
.mobnav-book-now button {
  font-family: "MessinaSans-Regular";
  font-weight: 400;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  background: #000000 !important;
  padding: 12px 30px;
  border-radius: 0;
  border: 1px solid #000000 !important;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  top: 45px;
  left: 40%;
  outline: none !important;
  box-shadow: none !important;
}

/*Home Page*/
span.show_more_para:hover {
	color: #000000 !important;
}

span.show_more_para {
	text-align: center !important;
	display: flex;
	width: auto;
	cursor: pointer;
	justify-content: center;
	padding-top: 30px;
	padding-bottom:0px;
	text-transform: uppercase;
	background: transparent;
	color: #1a1a1a !important;
	font-size: 13px !important;
	letter-spacing: 1px !important;
	font-weight: normal;
	font-family: 'Gotham-Medium';
}

span.show_less_para:hover {
	color: #000000 !important;
}

span.show_less_para {
	text-align: center !important;
	display: flex;
	width: auto;
	cursor: pointer;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 60px;
	text-transform: uppercase;
	background: transparent;
	color: #1a1a1a !important;
	font-size: 13px !important;
	letter-spacing: 1px !important;
	font-weight: normal;
	font-family: 'Gotham-Medium';
}
.homeh2_tittle {
  color: #1a1a1a;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-align: center;
  text-transform: uppercase;
}
.homeh2_title2 {
  font-size: 36px;
  color: #1a1a1a;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 35px;
}
.about_hotel_para{
 color: #000000;
  font-size: 16px;
  text-align: center;
  padding: 0 65px;
  /*font-family: "MessinaSans-Light" !important;*/
   font-family: "MessinaSans-Regular" !important;
    font-weight: 300 !important;
}
.sk_head {
    font-size: 36px;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0px;
}
.home_p p {
  color: #000000;
  font-size: 16px;
  text-align: center;
  padding: 0 65px;
}
.home_p p a{
  color: #000000;
  font-size: 16px;
  text-align: center;
 }
/*about page*/

.container_1455 {
    max-width: 75.71%;
    width: 100%;
    margin: 0 auto !important;
}
.about_p {
    padding-bottom: 40px;
    color: #000000;
    font-size: 16px;
    text-align: left;
    font-family: 'MessinaSans-Light';
    padding-top: 20px;
}
.about_p p a{
    padding-bottom: 40px;
    color: #000000;
    font-size: 16px;
    text-align: left;
    font-family: 'MessinaSans-Light';
    padding-top: 20px;
}
.about_h2{
  font-size: 36px;
    color: #1a1a1a;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0;
}
.about_h3{
  font-size: 20px;
    color: #1a1a1a;
    text-align: left;
    margin-bottom: 0;
    font-family: 'MessinaSans-Regular';
}
/*Word global slider css*/
.world_global .content {
  margin: auto;
  padding: 0px;
  width: 100%;
}
.world_global .slider {
  margin: 30px auto 40px;
}
.world_global .slick-initialized .slick-slide {
  position: relative;
}
.world_global .slick-list.draggable {
  max-height: 790px;
  overflow: hidden;
}
.hm-test-page .slick-slide {
  margin: 0 10px;
}
.world_global .slick-slide img {
  width: 100%;
}
.world_global .slick-initialized .slick-slide {
  position: relative;
}
.world_global .slick-initialized .slick-slide {
  position: relative;
  max-height: 425px;
}
.world_global .slick-initialized .slick-slide {
  position: relative;
}
.world_global .slick-slide {
  margin: 0 4px;
}
.world_global .slick-slide {
  height: inherit !important;
}
.world_global .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
  margin: 0px 10px;
}
.world_global .center.slider.slick-initialized.slick-slider .slider-cont {
  position: absolute;
  bottom: 0px;
  z-index: 999;
  color: #fff;
  max-width: 700px;
  left: 0;
  right: 0;
  padding-top: 15px;
  transition: all ease-in-out 0.3s;
  padding: 0 50px;
  margin: auto;
  text-align: center;
}

.world_global .center.slider.slick-initialized.slick-slider span.slider-title {
  font-size: 36px;
  display: inline-block;
  margin-bottom: 25px;
  text-align: center;
  width: 100%;
  text-transform: capitalize;
  color: #f5f5f5 !important;
  padding-top: 10px;
  font-family: "Lato-Light";
}

.world_global span.slider-desc p {
  color: #fff !important;
  font-size: 16px;
  font-family: "MessinaSans-Regular";
}

.world_global
  .center.slider.slick-initialized.slick-slider
  span.slider-title:before {
  content: "";
}

.world_global
  .center.slider.slick-initialized.slick-slider
  .slide_image:hover
  .slider-cont {
  bottom: 0;
  background: transparent;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
	  justify-content:center;
}

.world_global
  .center.slider.slick-initialized.slick-slider
  .slide_image:hover:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  width: 100%;
  height: 100%;
}

.world_global
  .center.slider.slick-initialized.slick-slider
  .slide_image:before {
  content: "";
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.world_global
  .center.slider.slick-initialized.slick-slider
  .slide_image:hover
  span.slider-desc {
  display: block;
}

.world_global
  .center.slider.slick-initialized.slick-slider
  .slide_image
  span.slider-desc {
  display: none;
}

.world_global .slick-initialized .slick-slide {
  position: relative;
  max-height: 425px;
}

.world_global
  .center.slider.slick-initialized.slick-slider
  .slide_image
  span.slider-desc {
  display: block !important;
  opacity: 0 !important;
  transition: all ease-in-out 0.3s;
  margin-bottom: -10%;
  transform: skewY(0deg);
  transition: all 1s ease 0s;
	  min-height: 46px;
}

.world_global
  .center.slider.slick-initialized.slick-slider
  .slide_image:hover
  span.slider-desc {
  display: block !important;
  opacity: 1 !important;
  margin-bottom: 0px;
}

.world_global .slick-initialized .slick-slide {
  position: relative;
}
.world_global .slick-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  color: #fff !important;
  font-size: 25px;
}
.world_global .slick-next:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #fff !important;
  font-size: 25px;
}
.world_global .slick-prev {
  left: 20px !important;
}
.world_global .slick-next {
  right: 20px !important;
}
.world_global .slider i.fa.fa-chevron-left:hover,
.slider i.fa.fa-chevron-right:hover {
  color: #c3a77c;
}
.world_global .slider i.fa.fa-chevron-left {
  position: absolute;
  bottom: 47%;
  right: 95%;
  background: RGBA(0, 0, 0, 0.47);
  z-index: 999;
  padding: 11px;
  font-size: 23px;
  cursor: pointer;
  color: #cfbe8e;
}
.world_global .slider i.fa.fa-chevron-right {
  position: absolute;
  bottom: 45%;
  right: 4%;
  background: RGBA(0, 0, 0, 0.47);
  z-index: 999;
  padding: 11px;
  font-size: 23px;
  cursor: pointer;
  color: #cfbe8e;
}
.world_global .slider-cont a {
  text-decoration: none;
  outline: none;
}
.world_global .slick-dots li button {
  display: none !important;
}

/*Room Slider*/
.hvrbox,
.hvrbox * {
  box-sizing: border-box;
}
.hvrbox .hvrbox-layer_bottom {
  width: 100%;
}

.hvrbox {
  width: 100%;
}
.hvrbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  padding: 0px 5px;
  overflow: hidden;
  /*max-height: 425px;*/
  width:98%;
}

.hvrbox img {
  max-width: 100%;
}

.hvrbox .hvrbox-layer_bottom {
  display: block;
}

.hvrbox .hvrbox-layer_top {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
/*  width: calc(100% - 10px);*/
  height: 100%;
   background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 15px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  right: 0;
  margin: auto;
}

.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
  opacity: 1;

}

.hvrbox .hvrbox-layer_top {
  opacity: 1 !important;
}

.hvrbox .hvrbox-layer_top:hover {
  background: rgba(207, 190, 142, 0.67) !important;
}

.hvrbox .hvrbox-text {
  color: #f5f5f5;
  font-family: "Lato-Light";
  font-size: 36px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 48%;
  -moz-transform: translate(-50%, -48%);
  -webkit-transform: translate(-50%, -48%);
  -ms-transform: translate(-50%, -48%);
  transform: translate(-50%, -48%);
}
.slider_infohome .bxslider > div {
    margin: 0 4px;
  }
  .slider_infohome .bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: unset;
    background: transparent;
}
.hvrbox .hvrbox-text_mobile {
  font-size: 15px;
  border-top: 1px solid rgb(179, 179, 179);
  /* for old browsers */
  border-top: 1px solid rgba(179, 179, 179, 0.7);
  margin-top: 5px;
  padding-top: 2px;
  display: none;
}
.slider_infohome .wpb_text_column.wpb_content_element {
  margin-bottom: 0px !important;
}
.slider_infohome.vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0 !important;
}
.slider_infohome .bx-controls.bx-has-controls-direction{display: none;}
.slider_infohome .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 999;

}
.slider_infohome .bx-wrapper .bx-prev {
    left: 10px;
    background: url(./assets/images/controls.png) no-repeat 0 -32px !important;
}
.slider_infohome .bx-wrapper .bx-next {
    right: 10px;
    background: url(./assets/images/controls.png) no-repeat -43px -32px !important;
}
.slider_infohome .wpb_wrapper {
  margin-bottom: 0 !important;
}

.hvrbox.active .hvrbox-text_mobile {
  display: block;
}

/*welcome aniamtion*/
/*video*/
.tvtrip-video-iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.tvtrip-video-iframe-wrapper iframe {
  position: absolute;
  top: -55px;
  left: 0;
  width: 100%;
  height: 100% !important;
}

.home-video {
  display: block !important;
  margin-top: 46 !important;
}

/*book now banner form*/

.book_now {
  text-align: center;
  background: #fff;
  font-family: "MessinaSans-Regular";
  font-size: 12px;
  text-transform: uppercase;
  margin-top: -190px;
  position: relative;
  width: 100%;
  max-width: 770px;
  top: -190px;
  padding: 0 !important;
}
/*.book_now .vc_column-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: 76px;
    background: #fff;
    padding-top: 35px;
    padding-bottom: 10px;
}*/
.book_now .vc_column-inner .wpb_wrapper {
  width: 100%;
}
.frm {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.frm {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.frm > li:first-child {
  width: auto;
}
.frm > li {
  /* width: 29%; */
  display: inline-block;
  float: left;
  position: relative;
}
.book_now .vc_column-inner p {
  letter-spacing: 1.8px;
  width: auto;
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 0px;
  font-family: "MessinaSans-Regular";
  color: #1a1a1a;
  text-align: left;
}
#datepicker2 {
  position: relative;
}
.book_now input {
  /* min-width: 69%; */
}
.book_now select,
.book_now input {
  font-family: "MessinaSans-Regular";
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  height: 40px;
  border: 0;
  border-bottom: 1px solid #666;
  margin: 0 0px 0 10px;
  outline: none;
  padding: 0;
  border-radius: 0;
}

.book_now input {
  margin-left: 10px;
  width: 170px;
  color: #1a1a1a;
  font-size: 12px;
  font-family: "MessinaSans-Regular";
}
.ui-datepicker-trigger {
  width: 20px;
  position: absolute;
  right: 0;
  bottom: 10px;
  /*    margin-left: -20px;*/
}
ul.frm + .wpb_text_column.wpb_content_element {
  display: none;
}
button#head_btn {
  font-size: 12px;
  background: #1a1a1a;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-family: "MessinaSans-Regular";
  padding: 15px 30px;
  border-radius: 0;
  border: 1px solid #1a1a1a;
  cursor: pointer;
}
/*Calender*/
.ui-widget-header {
  border: 0;
  background: transparent;
  font-weight: 500;
}

.ui-datepicker th {
  width: 45px;
  font-weight: 500;
  font-size: 16px;
  padding: 0.7em 0.1em;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 0;
  background: none;
  color: #333;
  font-size: 0.8em;
  border-radius: 100%;
  max-width: 35px;
  text-align: center;
  margin-bottom: 2px;
  padding: 9px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  background: #1a1a1a;
  color: #fff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover {
  background: #ededed;
  color: #333;
}

/*.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #007fff;
  color: #fff;
}
*/
.ui-state-active,
.ui-widget-content .ui-state-active:hover {
  color: #333;
}

/*Calender*/
.go_by_scroll {
  position: absolute;
  bottom: 80px;
  z-index: 10;
  text-align: center;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.go_by_scroll img {
  width: 18px;
}

/*Sub Pages css start here*/
.banner_img_skye {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 585px;
    height: 100%;
    background-position: center !important;
}
.container_900 {
  max-width: 900px;
  width: 100%;
  margin: 0 auto !important;
}
.amenities_rightbg_white.wpb_column.vc_column_container.vc_col-sm-6 {
  background: #fff;
  padding: 5%;
}
.amenities_smallh2 {
  text-align: left;
  color: #1a1a1a;
  font-size: 12px;
  text-transform: uppercase;
}
.amenities_bigh2 {
  color: #1a1a1a;
  font-size: 36px;
  text-align: left;
}
.amenitie_textpara p {
  text-align: left;
  color: #000000;
  font-size: 16px;
  font-family: 'MessinaSans-Light';
}
.amenities_row {
  display: flex;
}
.amenities_rightbg_white .vc_column-inner {
  height: 100%;
}
.amenities_rightbg_white .wpb_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.amenities_imgheightfull.wpb_column.vc_column_container.vc_col-sm-6
  .vc_column-inner,
.amenities_imgheightfull.wpb_column.vc_column_container.vc_col-sm-6
  .wpb_wrapper,
.amenities_imgheightfull.wpb_column.vc_column_container.vc_col-sm-6
  .wpb_single_image.wpb_content_element.vc_align_left,
.amenities_imgheightfull.wpb_column.vc_column_container.vc_col-sm-6
  figure.wpb_wrapper.vc_figure,
.amenities_imgheightfull.wpb_column.vc_column_container.vc_col-sm-6
  .vc_single_image-wrapper.vc_box_border_grey {
  height: 100%;
}
.amenities_imgheightfull.wpb_column.vc_column_container.vc_col-sm-6 img {
  object-fit: cover;
  height: 100%;
}
.amenitie_mainpara {
  max-width: 492px;
  width: 100%;
}

/*neighbourhood page*/

h2.neigh-title {
  font-size: 24px;
  letter-spacing: 0px !important;
  font-weight: 300;
  color: #1a1a1a;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Lato-Light" !important;
  font-weight: 300 !important;
}
h4.neigh-tagline {
  color: #1a1a1a;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-align: left;
  text-transform: uppercase;
  font-family: "MessinaSans-Regular" !important;
  font-weight: 400 !important;
}
.inner-img img {
  margin: 0px !important;
  width: 100% !important;
  /*height: 450px;*/
  height:650px;
  object-fit: cover;
  padding-bottom: 35px;
}

/*---kajal 24/1/2024---*/

.inner-img img {
  height:650px;
}

/*----------------*/

.inner-img {
  padding: 0 20px;
  cursor: pointer;
}

.inner-img p {
  margin-bottom: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
  font-size: 16px;
  text-align: left;
  font-family: "MessinaSans-Light" !important;
  font-weight: 300 !important;
}

.inner-img img:hover {
  opacity: 0.8;
}

.inner-img span i {
  color: #b1acac;
  margin-left: 8px;
}

h1.skye-neigh {
  text-align: center;
  color: #cfbe8e !important;
  font-size: 32px;
  letter-spacing: 6.6px;
  margin-bottom: 50px;
  margin-top: 20px;
  padding: 0 !important;
  font-weight: 400;
  text-transform: uppercase;
}

p.neigh-desc:after {
  content: "";
  display: block;
  position: absolute;
  left: 33px;
  top: 91%;
  background: #999490;
  height: 1px;
  width: 45px;
}
.neigh-desc {
  padding-bottom: 15px;
}
.col-sm-4.neigh-info {
  margin-bottom: 50px;
}

.pop-info {
  position: absolute;
  top: 87%;
  text-align: left;
  padding: 0 134px;
}

/* new css */
body .close-inner-img {
  font-weight: 100;
  width: 74px;
  height: 74px;
  top: 30px;
  left: 30px;
  color: #000;
  font-size: 60px;
  border: none;
  border-radius: 50%;
  z-index: 99;
  cursor: pointer;
  position: absolute;
  justify-content: center;
  padding: 33px 0 0;
  line-height: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  display: none;
}

body .active span.close-inner-img {
  display: block;
  z-index: 99;
}

/*.close-inner-img:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 22px;
  background: #2E2E2E;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close-inner-img:after {
  content: "";
  position: absolute;
  top: 50%;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 22px;
  background: #2E2E2E;
  transform: translate(-50%, -50%) rotate(45deg);
}*/

.close-inner-img em {
  font-size: 0;
  opacity: 0;
}

.close-inner-img {
  position: absolute;
  top: 30%;
  left: 11%;
  padding: 0px 10px;
  color: #fff;
  font-size: 35px;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 99;
  cursor: pointer;
}

body .close-inner-img:hover {
  background: rgba(255, 255, 255, 0.8);
}

body .img-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  display: none;
  z-index: 2;
  overflow: auto;
  /* position: relative; */
  padding: 0 15px;
  display: none;
}

body .img-popup img {
  position: relative;
  top: 0;
  max-width: 100%;
  max-height: 57vh;
  object-fit: cover;
  width: 100%;
  display: inline-block;
  transform: none;
}

body .pop-info {
  position: relative;
  top: inherit;
  text-align: left;
  padding: 0 0;
}

body .col-sm-4.neigh-info {
  margin-bottom: 50px;
  position: initial;
}

main.jupiterx-main.neighbourhood .row {
  position: relative;
}

main.jupiterx-main.neighbourhood .inner-img {
  padding: 0 0;
  cursor: pointer;
}

main.jupiterx-main.neighbourhood .inner-img {
  padding: 0 0;
  cursor: pointer;
  width: 100%;
  transition: width 400ms ease;
  position: relative;
}

main.jupiterx-main.neighbourhood .active .inner-img {
  width: calc(300% + 60px);
  position: relative;
  z-index: 1;
  background: #fff;
  opacity: 1 !important;
  padding: 15px;
}

/* main.jupiterx-main.neighbourhood.parramatta-intro .row .row::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
  z-index: 1;
} */
/* body .active.col-sm-4:nth-child(2) .inner-img, 
body .active.col-sm-4:nth-child(5) .inner-img, 
body .active.col-sm-4:nth-child(8) .inner-img, 
body .active.col-sm-4:nth-child(11) .inner-img, 
body .active.col-sm-4:nth-child(14) .inner-img {
      left: 50%;
    transform: translateX(-50%);
} */

body .active.col-sm-4:nth-child(3n+3) .inner-img {
  left: 100%;
  transform: translateX(-100%);
}

body .active.col-sm-4:nth-child(3n - 1) .inner-img {
  left: 50%;
  transform: translateX(-50%);
}
body .col-sm-4.neigh-info {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
}

.active .inner-img img {
  height: auto !important;
}

.col-sm-4.neigh-info p.neigh-desc {
  display: none !important;
}

main.jupiterx-main.neighbourhood .container {
  overflow: hidden;
}

main.jupiterx-main.neighbourhood .active .inner-img p {
  display: block;
  margin-bottom: 5px;
}

h2.neigh-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 16px;
}

main.jupiterx-main.neighbourhood.parramatta-intro
  .col-sm-4.neigh-info
  .inner-img
  p {
  margin-bottom: 0;
  font-weight: 100;
}

main.jupiterx-main.neighbourhood.parramatta-intro .col-sm-4.neigh-info {
  opacity: 0.4;
}

main.jupiterx-main.neighbourhood.parramatta-intro .col-sm-4.neigh-info.active {
  opacity: 1;
}

.col-sm-4.neigh-info p {
  margin-bottom: 4px;
}

.col-sm-4.neigh-info span.details_info i {
  color: #cfbe8e;
}
.col-sm-4.neigh-info.active span.details_info {
  display: none;
}
.col-sm-4.neigh-info span.details_info {
  border-radius: 0;
  padding: 14px 0px;
  color: #1a1a1a;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-align: left;
  text-transform: uppercase;
  font-family: "MessinaSans-Regular" !important;
  font-weight: 400 !important;
  text-decoration: underline;
  text-decoration-color: #666;
  text-decoration-thickness: 2px;
}

/*.col-sm-4.neigh-info span.details_info:hover {
  background: #b99e73;
}
*/
.neigh-info.active .inner-img img:hover {
  opacity: 1;
}
span.inclusive {
  font-weight: 100;
  display: inline-block;
  padding-top: 8px;
  font-size: 16px;
}

/*Room Detals page*/
.room_detailbtn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  max-width: 200px;
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #1a1a1a;
  font-size: 13px;
  text-align: center;
  /*padding: 20px;*/
  width: 100%;
  background-color: #ffffff;
}
.room_detailbtn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.room_detailbtn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active,
.room_detailbtn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus {
  max-width: 200px;
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #1a1a1a;
  font-size: 13px;
  text-align: center;
  /*padding: 20px;*/
  width: 100%;
  background-color: #ffffff;
}
.room_detailbtn {
  padding-top: 65px;
}
.room_detailsh2 {
  text-transform: uppercase;
  color: #1a1a1a;
  font-size: 14px;
  text-align: center !important;
  padding-bottom: 25px;
}
.room_detailspara p {
  font-size: 16px;
  text-align: center;
  color: #000000;
}
.room_detailspara p {
  font-size: 16px;
  text-align: center;
  color: #000000;
  max-width: 473px;
  width: 100%;
  margin: 0 auto;
}
.room_row_main .vc_col-sm-6 {
  padding: 0 25px !important;
}
.lastroom_detailbtn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  max-width: 200px;
  border: 1px solid #1a1a1a;
  border-radius: 0;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  /*padding: 20px;*/
  width: 100%;
  background-color: #1a1a1a;
}
.lastroom_detailbtn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.lastroom_detailbtn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active,
.lastroom_detailbtn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus {
  max-width: 200px;
  border: 1px solid #1a1a1a;
  border-radius: 0;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  /*padding: 20px;*/
  width: 100%;
  background-color: #1a1a1a;
}
.vc_btn3.vc_btn3-style-modern {
  background-image: unset !important;
}

/*view our room*/
.main_skye ul.slick-dots{
    display: flex;
    justify-content: center;
    position: initial;
    padding-left: 0 !important;
    gap: 5px;
}

 .main_skye ul.slick-dots li{
        width: auto;
    margin: 0;
    height: auto;
}
.main_skye ul.slick-dots li button {
    display: block;
    width: 60px;
    height: 2px;
    padding: 0;
    border: none;
    border: 0;
    border-radius: 0;
    background-color: #A3A3A3  !important;
    text-indent: -9999px;
    margin: 0;
}
.main_skye ul.slick-dots li.slick-active button{
    background-color: #1A1A1A !important;
    text-indent: -9999px;
    
}
 .main_skye ul.slick-dots li::marker{
    color:  transparent;
}

.room_whitesection {
  background: #ffffff;
  padding: 65px;
}
/*slider css*/
.slide img {
  width: 100%;
  min-height: 425px;
  overflow: hidden;
}

/*.slick-next:before {
  content: "→";
}
*/
.slick-prev,
.slick-next {
  z-index: 999;
}

/*.slick-next {
  right: 0 !important;
}

.slick-prev {
  left: 0 !important;
}*/

/*.card_skye:hover {
  background: rgb(0 0 0 / 79%) !important;
}*/
.card_skye-header:hover{background: rgb(0 0 0 / 79%) !important;}
.main_skye ul{
  gap: 35px;
}
.card_skye-title {
    margin-top: 30px;
    margin-bottom: 30px !important;
}
.main_skye {
  width: 100%;
  text-align: center;
  padding-top: 15px;
}

/*.main_skye .slider {
  width: 85%;
  margin: 0px auto;
}
*/
.main_skye .slick-slide {
  margin: 0 4px;
}

.main_skye .slick-slide img {
  width: 100%;
  /*   width:auto;*/
}

.card_skye {
  position: relative;
  /* border: 2px solid #fff;
  box-shadow: 1px 1px 20px #ccc;*/
}

.middle {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    transition: var(--transition);
}
.middle .text {
  font-family: "MessinaSans-Regular";
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 25px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

.card_skye-body {
  background: #fff;
  width: 100%;
  vertical-align: top;
  opacity: 0;
}
.car:hover .card_skye-body  {
opacity: 1;
}
.card_skye-content {
  text-align: center;
  color: #333;
  padding: 15px;
}
.card_skye-title p{
  color: #000000;
    font-family: 'MessinaSans-Regular';
    font-size: 16px;
    text-align: center;
}

.card_skye-title p{
  color: #000000;
    font-family: 'MessinaSans-Regular';
    font-size: 16px;
    text-align: center;
}

.car:hover img {
  opacity: 0.1;
}

.card_skye:hover .middle {
  opacity: 3;
}
.car:hover .middle {
    position: absolute;
    top: initial;
    transform: none;
    text-align: center !important;
    left: initial;
    right: initial;
    height: auto;
    width: auto;
    margin: 0;
    z-index: 1;
    cursor: pointer;
    visibility: visible;
}
.card_skye-header>a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.car:hover .middle {
   
  position: absolute;
  top: 27%;
  transform: translateY(27%);
  text-align: center !important;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  cursor: pointer;
  visibility: visible;
}*/
.main_skye .slick-initialized .slick-slide {
  position: relative;
  /*    max-height: 349px;*/
}
.main_skye .slick-prev:before {
  /*    content: '←';*/
  content: "\f104";
  font-family: "FontAwesome";
  color: #fff !important;
  font-size: 25px;
}
.main_skye .slick-next:before {
  /* content: "→";*/
  content: "\f105";
  font-family: "FontAwesome";
  color: #fff !important;
  font-size: 25px;
}
.slick-prev {
  left: 20px !important;
}
.main_skye .slick-next {
  right: 20px !important;
}
.main_skye .slick-slide {
  margin: 0 10px;
}
.main_skye .slick-prev, .main_skye .slick-next {
    top: 29%;
   
}
/*Booknow popup css*/

.modal {
  position: fixed;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-content {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.close {
  float: right;
  font-size: 79px !important;
  font-weight: 100 !important;
  line-height: 1;
  opacity: 4 !important;
  color: #1a1a1a !important;
}

.toggle-close {
  display: none;
}

.modal-header button:hover {
  background: #ffebcd00 !important;
}

.modal-header .close {
  top: 0;
  position: absolute;
  right: 25px;
  z-index:999;
}

form#book_now {
  width: 80%;
}

.modal-footer {
  display: none;
}

.modal-body {
  position: relative;
  padding: 100px 0 109px 81px;
}

.col-sm-6.adults {
  display: grid;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #fff0;
}

.modal-header {
  border-bottom: 1px solid #dfdad400 !important;
}
#home_model .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {

    background: #fff !important;
    border: none !important;
    border-radius: 0 !important;
}

button.submit_book_now {
  float: right;
  margin-top: 29px;
  font-size: 12px;
  background: #1a1a1a;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-family: "MessinaSans-Regular";
  padding: 15px 30px;
  border-radius: 0;
  border: 1px solid #1a1a1a;
  cursor: pointer;
}
#home_model .modal-body {
  position: relative;
  padding: 100px 80px;
  height: 400px;
}
form#book_now label {
  color: #1a1a1a;
  font-family: "MessinaSans-Regular";
  font-size: 15px !important;
  font-weight: 300;
  margin: 10px 0px 10px 0;
  padding: 0px 0px !important;
}
form#book_now select#adults,
select#child {
  padding: 6px;
  background: #fff;
  border: none;
  min-height: 40px;
  font-size: 15px;
  outline: none;
  border-radius:0;
  width: 100%;
}
form#book_now input#checkin,
input#checkout {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
}
.col-sm-6.childrens {
  display: grid;
}

.modal-content {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8) !important;
  width: 100%;
  left: 0px;
  border-radius: 0px !important;
  box-shadow: none;
  border: none;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px !important;
  padding: 6px 8px !important;
  font-size: 14px;
  font-family: "MessinaSans-Regular";
}

#home_model .form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
  background: #fff;
  border: none;
}

/*Stay Page css*/
.sliders-block.mobile-slider-stay.col-sm-8 {
  display: none;
}
.row.slider-section {
    display: flex;
}
.our_room_h2 {
  font-size: 32px !important;
  line-height: 43px !important;
  letter-spacing: 7.6px;
  white-space: normal;
  text-align: center;
  color: #cfbe8e !important;

  margin-bottom: 38px;
  text-transform: uppercase;
}

/*.our_room {
  padding: 75px 0px 0 ;
}
*/
.stay-rm-head span.active {
  color: #1a1a1a;
  font-weight: 600;
  /*  font-family: 'MessinaSans-Bold';*/
}

.stay-rm-head {
  padding-left: 3%;
  display: flex;
  justify-content: end;
}

.stay-rm-head span {
  font-family: "MessinaSans-Light";
  display: inline-block;
  padding: 8px 20px;
  /*color: #1a1a1a;*/
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 1px;
  border-right: 1px solid #cfbe8e;
  margin: 10px 0px 35px 0;
}


/*--------kajal 24/1/2024---*/

.stay-rm-head span {
   color: #858282; 
}

/*-----end-------*/


.categoryList.last-span {
    border-right: none;
}
.room-cont p {
  padding-top: 15px;
  font-size: 14px;
  padding-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 10px;
  border-bottom: 1px solid #707070;
}
.room-cont p:last-child {
  color: #666;
  font-weight: normal;
  max-width: 250px;
}

.row.slider-section .col-sm-4 h1 {
  color: #cfbe8e;
  font-size: 32px;
  margin-bottom: 5px !important;
  line-height: 43px;

  /*  letter-spacing: 7.6px;*/
  text-transform: uppercase;
  min-height: inherit;
  padding-top: 50px;
}

.room-cont p:first-child strong sup {
  font-size: 25px;
}

.room-cont p:last-child {
  color: #000000;
  max-width: 300px;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 100;
  text-transform: inherit;
  line-height: 25px;
  margin-bottom: 50px;
  margin-top: 16px;
  font-family: "MessinaSans-Light";
  border-bottom: none;
}

.sliders-block.col-sm-8 {
  padding-left: 0;
}
.row.slider-section .bx-wrapper .bx-prev {
  left: 30px;
  background: url(./assets/images/back.png) no-repeat 0 0;
  background-size: contain;
}
.row.slider-section .bx-wrapper .bx-next {
  right: 30px;
  background: url(./assets/images/next.png) no-repeat 0 0;
  background-size: cover;
}
.row.slider-section .bx-pager.bx-default-pager {
  position: absolute;
  bottom: 11px;
}
.bx-pager-item {
  display: none;
}

.row.slider-section .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}
.row.slider-section .bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  border: 1px solid #fff;
}
.row.slider-section .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
}
.slider-btm.mb-slider-footer {
  display: none;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}
.row.slider-section .bx-wrapper {
  margin-bottom: 0;
  border: none;
}
.bx-wrapper {
  max-width: 100% !important;
}

.row.slider-section img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.row.slider-section img {
  width: 100%;
  object-fit: cover;
}
.bx-wrapper img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.slider-btm {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  text-align: center;
  padding: 0px 50px 0 60px;
  font-family: "Gotham-Medium" !important;
}
.slider-btm a:first-child {
  background: #1a1a1a;
  text-decoration: none;
  color: #ffffff !important;
  font-family: "Gotham-Medium" !important;
  font-size: 13px;
  border: 1px solid #1a1a1a;
}
.slider-btm a:first-child {
  float: left;
}
.slider-btm a {
  text-decoration: none;
}
.slider-btm a {
  font-size: 13px;
  padding: 12px 12px 10px 10px;
  background: #fff;
  color: #1a1a1a !important;
  text-transform: uppercase;
  font-size: 13px;
  width: 48%;
  display: inline-block;
  text-decoration: none !important;
  border: 1px solid #cfbe8e;
  font-family: "Gotham-Medium";
  line-height: 1.5;
  
}
/*.slider-btm a {
  font-size: 13px;
  letter-spacing: 1.95px;
}*/
.row.slider-section .col-sm-4 {
  background: #ffffff;
  padding: 10px 60px;
}
.stay-slider-top-cont {
  min-height: 200px;
  display: block;
  vertical-align: text-bottom;
}
.row.slider-section .col-sm-4 .stay-slider-top-cont h1.roomhead {
  margin-bottom: 0 !important;
  min-height: 20px;
}
.row.slider-section .col-sm-4 h1 {
  color: #1a1a1a;
  font-size: 36px !important;
  margin-bottom: 5px !important;
  line-height: 43px;
  /*    letter-spacing: 7.6px;*/
  text-transform: capitalize;
  min-height: inherit;
  padding-top: 50px;
  text-align: left;
  font-family: "Lato-Regular";
}
.stay-slider-top-cont p.dimensions {
  font-size: 32px;
  margin-bottom: 0;
  display: inline-block;
  font-family: "MessinaSans-Regular";
  /*    letter-spacing: 7.6px;*/
}
.room-cont {
  font-size: 14px;
  color: #888888;
  text-align: left;
  font-family: "MessinaSans-Regular";
}
.room-cont strong:nth-child(2) {
  font-size: 14px !important;
  color: #1a1a1a !important;
  text-align: left !important;
  font-family: "MessinaSans-Regular";
  margin-left: 50px;
}
.dimensions strong {
  font-weight: 100 !important;
  font-family: "Lato-Light";
}

.desktop-slider-stay {
  display: block;
}

/*contact page*/
.cnt_map{text-align: center;}
.cnt_map iframe{width: 100%;}
.enquire-now{padding-bottom: 30px;}
.enquire-now p{
  font-family: "MessinaSans-Light";
    color: #1a1a1a;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}
.enquire-now p a{
  font-family: "MessinaSans-Light";
  text-decoration: none;
    color: #1a1a1a;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}
.enquire-now h3 {
    font-family: 'Lato-Bold';
    color: #1a1a1a;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
}
/*conference*/
.vc_btn3-container.comman_btn.vc_btn3-center a {
    color: #ffffff !important;
    padding: 13px 20px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #1A1A1A;
    background-image: transparent;
    height: inherit !important;
    border-radius: 0px !important;
    font-size: 12px !important;
    letter-spacing: 2px;
    font-weight: normal !important;
    font-family: 'MessinaSans-Regular';
}
.vc_btn3-container.comman_btn.vc_btn3-center a:hover {
    color: #ffffff !important;
    padding: 13px 20px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #1A1A1A;
    background-image: transparent;
    height: inherit !important;
    border-radius: 0px !important;
    font-size: 12px !important;
    letter-spacing: 2px;
    font-weight: normal !important;
    font-family: 'MessinaSans-Regular';
}
/*Package page*/



.package_sky .col-sm-4.neigh-info a.details_info {
  color: #CFBE8E;
  font-family: 'Gotham-Medium';
  font-size: 14px;
  display: block;
}

.package_sky .content_desc_packages {
  display: none;
  width: 50%;
}

.package_sky .active .content_desc_packages {
  display: block;
}

.package_sky h1.skye-neigh-exp {
  text-align: left;
  color: #CFBE8E !important;
  font-family: 'Gotham-Medium';
  font-size: 32px;
  letter-spacing: 6.6px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0 !important;
  font-weight: 400;
  text-transform: uppercase;
}


.package_sky main.jupiterx-main.neighbourhood .active .inner-img {
  display: flex;
}
.package_sky .inner-img img{padding-bottom: 0;}
.package_sky .active .content_desc_packages {
    display: block;
    position: relative;
    border: unset;
    padding: 0 25px 100px;
    background: #edece7;
}

body.package_sky .col-sm-4.neigh-info {
  position: relative;
  width: 25%;
}

.package_sky main.jupiterx-main.neighbourhood .active .inner-img {
  width: calc(400% + 95px);
  display: flex;
}

body.package_sky .active.col-sm-4:nth-child(4n - 2) .inner-img {
  left: 19%;
  transform: translateX(-30%);
}

body.package_sky .active.col-sm-4:nth-child(4n - 1) .inner-img {
  left: 99%;
  transform: translateX(-74%);
}

body.package_sky .active.col-sm-4:nth-child(4n) .inner-img {
  left: 100%;
  transform: translateX(-100%);
}

body.package_sky .active.col-sm-4:nth-child(4n + 1) {
  left: 0;
  transform: inherit;
}

body.package_sky .content_desc_packages ul {
  list-style: outside;
}

body.package_sky .content_desc_packages ul li {
  list-style: inherit;
  font-family: 'MessinaSans-Regular';
  font-size: 14px;
}

body.package_sky .col-sm-4.neigh-info a.details_info {
    background: #1A1A1A;
    font-family: 'MessinaSans-Regular';
    font-size: 12px;
    display: inline-block;
    background: #000; 
    border: 1px solid #000;
    padding: 12px 10px;
    border-radius: 0;
    margin: 0 auto;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 0;
    letter-spacing: 2px;
    right: 0;
    margin: auto;
    width: 160px;
    text-align: center;
    text-decoration: none;
}

body.package_sky .col-sm-4.neigh-info a.details_info:hover {
  background: #000;
}

body.package_sky .active .inner-img .image_package {
  width: 50%;
}

body.package_sky .active .inner-img img {
  height: inherit !important;
  width: 100%;
}

body.package_sky .active.col-sm-4:nth-child(4n + 1) .inner-img {
  left: 0;
  transform: inherit;
}
body.package_sky .inner-img img{
  height: auto !important;
}
body.package_sky .col-sm-4.neigh-info{
    padding-right: 10px;
    padding-left: 10px;
}
.content_desc_packages h2 {
      font-size: 25px;
    letter-spacing: 0px !important;
    font-weight: 300;
    color: #1a1a1a;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Lato-Light" !important;
    font-weight: 300 !important;
}
.content_desc_packages p img{width: auto !important;}

.content_desc_packages p {
  font-size: 16px;
}
.package_sky main.jupiterx-main.neighbourhood .active .inner-img {
    width: calc(400% + 95px);
    display: flex;
}
main.jupiterx-main.neighbourhood .active .inner-img {
    width: calc(300% + 60px);
    position: relative;
    z-index: 1;
    background: #fff;
    opacity: 1 !important;
}
main.jupiterx-main.neighbourhood .inner-img {
    padding: 0 0;
    cursor: pointer;
    width: 100%;
    transition: width 400ms ease;
    position: relative;
}


 .custom-select {
    position: relative;
    display: inline-block;
  }

  .custom-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    padding: 8px 30px 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
  }

  .custom-select::before {
    content: "\25BC"; /* Unicode character for down arrow */
    font-size: 12px;
    color: #555;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  
  
  
  .world.hm-test-page {
    padding-top: 45px;
}
.nav-book-now {
    padding-top: 5px;
}
.skyemenu-icon {
      display: block;
      width: 33px;
      height: 1px;
      background-color: #707070;
      margin: 8px 0;
    }
    .skyemenu-container {
      cursor: pointer;
    }
.skye_navrow {
    margin-top: 8px;
}
.home_book_now{
	display:none;
}
.book_now {
    background: transparent !important;
}
header#masthead {
    background: #edece7;
    z-index: 9999;
    position: relative;
}
.book_now_hidden {
    display: none !important;
}
.mobile_book_btn{
	display:none;
}
.mobile_video{
	display:none;
}
/* .world_global .slick-slide img {
    height: 700px;
    object-fit: cover;
} */
#media_gallery-2 {
    opacity: 0;
    overflow: hidden;
}