/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
position: fixed;
visibility: hidden;
opacity: 0;
right: 15px;
bottom: 15px;
z-index: 99999;
background: var(--color-primary);
width: 40px;
height: 40px;
border-radius: 4px;
transition: all 0.25s;
}
.scroll-top i {
font-size: 24px;
color: #fff;
line-height: 0;
background-color: #6e5643!important;
border-radius: 3px;
padding: 5px;
}
.scroll-top:hover {
background: rgba(var(--color-primary-rgb), 0.8);
color: #fff;
}
.scroll-top.active {
visibility: visible;
opacity: 1;
}
/*--------------------------------------------------------------
# navbar
--------------------------------------------------------------*/
* {
box-sizing: border-box;
}
body {
margin: 0px;
font-family: 'Montserrat', sans-serif;
padding: 0px;
top:0;
background-color: #cbc3bc;
box-sizing: border-box;
}
a{text-decoration: none;}
a:hover{text-decoration: none;}
header,
nav,
a,
img,
li {
transition: .7s all;
-moz-transition: .7s all;
-webkit-transition: .7s all;
-o-transition: .7s all;
}
/* =======================================NAVBAR SECTION START============================================== */
nav.fixed-top {
/* background: linear-gradient(to bottom,rgba(110, 86, 67,0.6) 90%,rgba(0,0,0,0) 100%); */
background:#ffffff;
}
.nav  {
/* height: 50px; */
width: 100%;
position: relative;
align-items: center;
}
.nav  .nav-header {
display: inline;
}
.nav  .nav-header  .nav-title {
display: inline-block;
font-size: 22px;
color: #fff;
}
.nav  .nav-btn {
display: none;
}
.nav  .nav-links {
display: inline;
float: right;
font-size: 18px;
}
.nav  .nav-links ul li a {
display: inline-block;
padding: 13px 10px 13px 10px;
text-decoration: none;
/*color: #efefef;*/
color:#6e5643;
font-size: 14px;
text-transform: uppercase;
}
.nav  .nav-links  a:hover {
/* background-color: rgba(0, 0, 0, 0.3);*/
background-color: rgba(110,86,67,1);
color: #fff;
}
.nav > #nav-check {
display: none;
}
img.logotop {
max-width: 100px;
transition: all 0.25s ease-in-out; margin-left: 35px;
min-width: 150px;
}
.small{max-width: 100px!important;
transition: all 0.25s ease-in-out!important;
margin-left: 35px!important;
min-width: 100px!important;
}
.dropdown-toggle::after {display: none;}
nav button.dropdownMenuButton1 {
color: #fff;
border: 0px;
/* background: linear-gradient(to bottom,rgba(110, 86, 67,1) 80%,rgba(0,0,0,0) 100%)!important;*/
background:rgba(110, 86, 67,1);
height: 88px;
position: relative;
top: -1;
border-radius: 0px;
margin: 0px 35px;
min-width: 129px;
max-width: 104px;
font-size: 14px;
font-weight: 500;
padding: 10px;
transition: .7s all;
-moz-transition: .7s all;
-webkit-transition: .7s all;
-o-transition: .7s all;
}
nav button.dropdownMenuButton1scroll {
color: #fff;
border: 0px;
/*background: linear-gradient(to bottom,rgba(110, 86, 67,1) 80%,rgba(0,0,0,0) 100%)!important;*/
background:rgba(110, 86, 67,1);
height: 60px;
position: relative;
top: -1;
border-radius: 0px;
margin: 0px 35px;
min-width: 129px;
max-width: 104px;
font-size: 14px;
font-weight: 500;
padding: 10px;
transition: .7s all;
-moz-transition: .7s all;
-webkit-transition: .7s all;
-o-transition: .7s all;
}
.dropdown-item {
color: #fff;top: -12px;
position: relative;
background: #6e5643;
min-width: 104px;
font-size: 14px;
}
.dropdown-menu {
position: absolute;
z-index: 1000;
display: none;
min-width: 130px;
}
.dropdown-menu.show {
padding: 0px;
border: 0px;
margin: 0px;
background: linear-gradient(to bottom,rgba(110, 86, 67,1) 80%,rgba(0,0,0,0) 100%)!important;
}
/* =======================================NAVBAR SECTION END=============================================== */
/* =======================================HEADER SECTION=============================================== */
/* .hero-header{ height: 100vh!important;   } */
#videobg {
position: fixed!important;
width: 100vw!important;
z-index: -1!important;
top:0!important;
}
.mobile-header{display:none;}
/* =======================================HEADER SECTION END=============================================== */
/* =======================================TWO COLUM TITLE AND INFO SECTION =============================================== */
.titele_info_section .bg-white{background-color: #fff; margin-top: 80vh; border-radius: 15px 15px 0px 0px;padding:92px 65px;}
.title-left{position: relative;}
.title-left h1{font-size: 36px;font-weight: bold; color:#fff; }
.titele_info_section h5{font-size: 15px;font-weight: bold;padding-top: 30px; position: static;}
.title-left h1:before {
content: " ";
position: absolute;
max-width: 126px;
bottom: -20px;
left: 0;
display: block;
width: 100%;
height: 4px;
background-image: url(../img/hrrow.png);
background-size: cover;
background-position: center center;
background-size: 100% 100%;
}
.info-right p{font-size: 15px;}
/* =======================================TWO COLUM TITLE AND INFO SECTION END =============================================== */
/* =======================================section-container block-links white-bg =============================================== */
.section-container .block-links .white-bg{background-color: #cbc3bc;}
.bg-box{
width:100%;
height:345px;
min-height: 345px;
max-height: 345px;
padding: 30px 75px;
display: flex;
flex-direction: column;
align-items: start;
justify-content: end; transition: all .25s ease-in-out;
cursor: pointer;
}
.gimg img{
position:absolute;
z-index:-1;
-o-object-fit: cover;
object-fit: cover;
width:100%;
height:345px;
min-height: 345px;
max-height: 345px;
display: flex;
flex-direction: column;
align-items: start;
justify-content: end;
}
.bg-box h3{
color: #fff;
letter-spacing: 1px;
font-family: 'Montserrat'!important;
font-weight: bold!important;
padding-bottom: 50px;
font-size: 1.50rem;
text-transform: uppercase;
text-shadow: 2px 2px 4px #000000;}
a.border-btn.white{
display: inline-block;
border:2px solid #fff;
color: #fff;
font-family: 'Montserrat'!important;
margin: 0 0 1rem;
padding: 0.60em 1em;
text-transform: uppercase;
font-size: 1rem;
letter-spacing: .14em;
}
.bg-box:hover a.border-btn.white{
border:2px solid #fff;
background-color: #fff;
color: #6e5643;
}
.bg-box{position: relative;  transition: all .25s ease;
-webkit-transition: 25s ease;
transition-delay: 25s;
/*delaysfor1second*/-webkit-transition-delay: 25s;
/*forSafari&Chrome*/transition: all .25s;
-moz-transition: 25s ease;
-webkit-transition:all .25s;transform: scale(1);
-o-transition: 25s ease;
}
.bg-box:hover:before {
content: "";
background-color: rgba(0, 0, 0, 0.6);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
transition: all .25s ease;
-webkit-transition: 25s ease;
transition-delay: 25s;
-webkit-transition-delay: 25s;
transition: all .25s;
-moz-transition: 25s ease;
-webkit-transition:all .25s;
-o-transition: 25s ease;
z-index: -1;
cursor:pointer;
transition: 25s ease;
height: 100%;
width: 100%;
-ms-transition: 25s ease;transform: scale(1);
opacity: 1;
}
/* =======================================section-container block-links white-bg  END =============================================== */
/* =======================================.titele_info_section-two =============================================== */
.titele_info_section-two .bg-white{background-color: #fff;padding:92px 65px;}
.titele_info_section-two  h5{font-size: 15px;font-weight: bold;padding-top: 30px; position: static;}
.hvr-sweep-to-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgb(0 0 0 / 0%);
position: relative;
transition-property: color;
transition-duration: 0.3s;
border: 2px solid #000;
color: #000!important;
text-transform: uppercase;
}
[class^="hvr-"] {
margin: 0.4em;
padding: 10px;
cursor: pointer;
/* background: #e1e1e1; */
text-decoration: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
color: #fff!important;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
transform: scaleX(1);
}
.hvr-sweep-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #000;
transform: scaleX(0);
transform-origin: 0 50%;
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
/* =======================================.titele_info_section-two  end=============================================== */
/* =======================================SLIDER GALARY=============================================== */
.gallary-slide{padding-bottom: 120px;}
@import url('https://fonts.googleapis.com/css?family=Abel');
a{
outline: 0 !important;
}
.magnific-img img {
width: 100%;
height: auto;
}
/* .mfp-bottom-bar ,*{
font-family: 'Abel', sans-serif;
} */
.gallary-slide{font-size: 0px;}
.magnific-img {
display: inline-block;
width: 25%;
}
a.image-popup-vertical-fit {
cursor: -webkit-zoom-in;
}
.magnific-img img{ position: relative;min-height: 206px;
max-height: 206px;}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
/* ideally, transition speed should match zoom duration */
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.98;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}
.mfp-arrow-left:before {
border-right: none !important;
}
.mfp-arrow-right:before {
border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
opacity: 0 !important;
transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
opacity: 1 !important;
}
/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
backface-visibility: hidden;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; }
/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;   position: inherit; z-index: 9999; }
/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 767px) {
.mfp-arrow {
transform: scale(0.75); }
.mfp-arrow-left {
transform-origin: 0; }
.mfp-arrow-right {
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.7!important;
}
.box-1 img {
-o-object-fit: cover;
object-fit: cover;
}
.box-1:hover.box-1::before {
content: "";
position: absolute;
top:0;
left: 0;
width: 100%;
height:100%;
background-color: rgba(255, 255, 255, 0.7);
transition: 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
z-index: 999;overflow: hidden;
}
.box-1{position: relative;overflow: hidden;}
.box-1:hover.box-1:after {
color: #fff;
content: "+";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
font-size: 32px;
transition: all .25s;
height: 30px;
width: 31px;
border-radius: 50%;
background: red;
display: flex;
justify-content: center;
align-items: center;
z-index: 999;
overflow: hidden;
}
.box-1:hover {
box-shadow: 0 0 4px rgb(255 255 255/ 50%);
position: relative;
cursor: pointer;
transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
-webkit-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
-moz-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
-ms-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
-o-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
/* =======================================SLIDER GALARY END=============================================== */
/* ======================================FOOTER============================================== */
footer{background-color: #ffffff; padding:80px 94px; color: #b0b0b0;position: relative;}
footer p{color:#442715;}
footer ul li a{color:#442715; font-size: 15px; text-transform: capitalize; }
footer ul li a:hover{color: #d24527;}
footer H2 ,footer h3{font-size: 16px;font-weight: bold; color:#442715;}
footer small a{font-size: 9px ; color:#442715;}
footer small a:hover{color: #d24527;}
footer:before {
content: " ";
position: absolute;
top:0;
left: 0;
display: block;
width: 100%;
height: 9px;
background-image: url(../img/footerhr.jpg);
background-size: cover;
background-position: center center;
background-size: 100% 100%;
background-repeat: repeat;
}
.social-icons ul{display: flex; align-items: center; justify-content: space-between; max-width: 190px;padding: 0px;}
.social-icons ul li{list-style-type:none;}
.social-item > a {
display: inline-block;
width: 34px;
height: 34px;
line-height: 34px;
vertical-align: middle;
background-color: #6e5643;
border: 1px solid #6e5643;
text-align: center;
}
.social-item i {
color: #fff;font-size: 18px;
}
.social-item > a:hover{  background-color: transparent;}
.social-icons {
padding-top: 10px;
margin-top: auto;
}
.footer__logo {
margin-top: 30px;
margin-bottom: 20px;
}
.footer__logo-img {
width: 200px;
}
.footer__flex-col {
height: 100%;
display: flex;
flex-direction: column;
}
/* ======================================FOOTER END============================================== */
.mx-set {
margin: 0px 0px;
}
/* =====================================================================================================================HOTEL PAGE CSS======================================= */
/* =====================================================================================================================HOTEL PAGE CSS======================================= */
/* ================================================================HOTEL PAGE header section======================================= */
.hero-with-title{
background-image: url(../img/bg-hero.jpg);
background-size: cover;
min-height: 820px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.innerpage.titele_info_section .bg-white{ margin-top: -180px!important; }
.hero-with-title .title-left h1{color:#fff; font-size: 60px;text-transform: uppercase;}
.hero-with-title h5{padding-top: 40px;text-transform: uppercase;color:#fff; position:relative;}
.hero-with-title .title-left h1:before {
content: " ";
position: absolute;
max-width: 126px;
bottom: -20px;
left: 0;
display: block;
width: 100%;
height: 4px;
background-image: url(../img/hrrow.png);
background-size: cover;
background-position: center center;
background-size: 100% 100%;
right: 0;
margin: 0px auto;
}
/* ================================================================HOTEL PAGE hotel-inr  innerpage titele_info_section======================================= */
.hotel-inr{margin-bottom: 80px;}
.hotel-inr  .bg-box:before {
content: "";
background-color: rgba(0, 0, 0, 0.6);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
transition: all .25s ease;
-webkit-transition: all .25s ease;
transition-delay: 25s;
-webkit-transition-delay: 25s;
transition: all .25s;
-moz-transition: all .25s;
-webkit-transition: all .25s;
-o-transition: all .25s;
z-index: -1;
cursor: pointer;
}
/* =====================================================================================================================HOTEL LANDING PAGE CSS======================================= */
/* =====================================================================================================================HOTEL LANDING PAGE CSS======================================= */
.landing-bg.hero-with-title{
background-image: url(../img/landing-bg.jpg), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
background-size: 100% 100%;
min-height: 820px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
a.landing-hero-btn {
font-size: 16px;
text-transform: uppercase;
color: #fff;
background-color: #cbaa38;
border: 2px solid #fff;
padding: 10px;
margin-top: 18px;
display: inline-block;
}
a.landing-hero-btn:hover {
color: #b5482d;
background-color: #fff;
border: 2px solid #b5482d;
}
span.spanblock{display: block;}
.innerpage  a{color: #000!important;}
.gallary-slide p{margin-bottom: 0px!important; padding-bottom: 0px!important;}
.titele_info_section-two ul{padding-top: 30px;  padding-left: 20px;}
.titele_info_section-two ul li{padding-bottom: 10px;}
p.title {
padding-bottom: 0px;
margin-bottom: 0px;
font-weight: 500;
font-family: Arial, Helvetica, sans-serif;
}
.two-colum-info-section {background-color: #6e5643; color: #fff;}
.two-colum-info-section .info{padding:20px 40px}
.two-colum-info-section .info h4{font-size: 24px;font-weight: bold;}
.two-colum-info-section .info p{font-size: 13px;}
.two-colum-info-section .info a{font-size: 14px; color: #fff; text-decoration: underline; display: inline-block; padding-bottom: 10px;}
.infoimg img{width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}
.author-sec .bg-white {padding:80px;}
.author-sec p ,.author-sec small{color: #444444; font-size: 24px;font-weight: bold;}
.bg-plus-two-colum-content{padding: 100px 30px 60px 30px; color: #fff;
background-image: url(../img/bg3.jpg), linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7));
background-size: cover;
min-height: 420px;
}
.bg-plus-two-colum-content h2{font-size: 36px; font-weight: bold;}
.fixwth{display: block;width: 280px;padding-bottom: 15px;}
.fixwth a{color: #fff; display: block;}
/* =====================================================================================================================HOTEL SUBPAGE PAGE CSS======================================= */
/* =====================================================================================================================HOTEL SUBPAGE PAGE CSS======================================= */
.subpage-bg {
background-image: url(../img/subpage-bg.jpg), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
background-size:cover;
min-height: 820px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-position: center;
}
.subpage-bg::before {
content: ' ';
background: #000;
width: 100%;
min-height: 820px;
position: absolute;
opacity: 0.0;
}
.subpage-bg  .title-left h1 {
color: #fff;
font-size: 60px;
text-transform: uppercase;
}
.subpage-bg .title-left h1:before {
content: " ";
position: absolute;
max-width: 126px;
bottom: -20px;
left: 0;
display: block;
width: 100%;
height: 4px;
background-image: url(../img/hrrow.png);
background-size: cover;
background-position: center center;
background-size: 100% 100%;
right: 0;
margin: 0px auto;
}
.subpage-bg h5 {
padding-top: 40px;
text-transform: uppercase;
color: #fff; position:relative;
}
.subpage-bg a.landing-hero-btn { position:relative;
font-size: 16px;
text-transform: uppercase;
color: #fff;
background-color: transparent;
border: 2px solid #fff;
padding: 10px;
margin-top: 18px;
display: inline-block;
}
.subpage-bg a.landing-hero-btn:hover {
background-color: #cbaa38;
}
.subpage-mision .title-left h1 {
font-size: 36px;
font-weight: bold;
margin-bottom: 40px;text-transform: capitalize;
}
.author-sec .bg-brown {padding:80px; background-color:#6e5643; color: #fff;}
.author-sec .bg-brown  p ,.author-sec .bg-brown  small{color: #fff; font-size: 24px;font-weight: bold;}
/* =====================================================================================================================HOTEL SUBPAGE PAGE CSS END======================================= */
/* =====================================================================================================================HOTEL SUBPAGE PAGE CSS END======================================= */
.ambos-bg{background-image: url(../img/ambos-bg.jpg);
background-size:100% 100%;
}
.wedding-bg {
background-image: url(../img/wedding-bg.jpg), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
background-size:cover;
min-height: 820px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-position: top;
}
.wedding-bg::before, .banerinnerk::before {
content: ' ';
background: #000;
width: 100%;
min-height: 820px;
position: absolute;
opacity: 0.0; }
.wedding-bg h5 {
padding-top: 40px;
text-transform: uppercase;
color: #fff;
}
.wedding-bg .title-left h1:before {
content: " ";
position: absolute;
max-width: 126px;
bottom: -20px;
left: 0;
right: 0;
margin: 0px auto;
display: block;
width: 100%;
height: 4px;
background-image: url(../img/hrrow.png);
background-size: cover;
background-position: center center;
background-size: 100% 100%;
}
.wedding-bg  .title-left h1 {
color: #fff;
font-size: 60px;
text-transform: uppercase;
}
.cursive-text{padding-bottom: 15px;}
.video-section iframe{min-height: 479px;}
.vanue-section{background-color: #fff; padding: 60px 70px;}
.vanue-section h3{color: #000; font-size: 36px; font-weight: bold; padding-bottom: 10px;    max-width: 300px;}
.wed-package{background-color: #fff; padding: 60px 70px;}
.wed-package h3{color: #000; font-size: 36px; font-weight: bold; max-width: 300px; padding-bottom: 10px;}
.tires{position: relative; max-width: 300px;min-width:300px; height: 500px; min-height: 500px; }
.tires img{max-width: 300px;min-width:300px; height: 500px; min-height: 500px; object-fit: cover;opacity: 0.5; position: relative;}
.tires-text {
position: absolute;
top: 25px;
left: 0;
right: 0;
bottom: 25px;
margin: 0px auto;
background-color: rgba(255, 255, 255, 0.5);
padding: 10px;
height: 450px;
width: 250px;
text-align: center;
}
.tires-text h5{    font-weight: bold;
max-width: 68px;
text-transform: capitalize;
margin: 0px auto;
padding-bottom: 15px;
font-size: 28px!important; }
.tire-right-content img{ padding-bottom: 20px;}
.tire-right-content .accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
TEXT-TRANSFORM: UPPERCASE;
text-transform: uppercase;
}
.tire-right-content .accordion-button {
color: #fff;
background-color: #b29e84;}
.tire-right-content .accordion-button:not(.collapsed)::after {
background-image:url(../img/dash.svg)!important;
transform: rotate(-180deg);
}
.tire-right-content .accordion-button::after {
background-image: url(../img/plus.svg)!important;
}
.tire-right-content .accordion-button:focus {
z-index: 3;
border-color: unset;
outline: 0;
box-shadow: unset;
}
/* .tire-right-content  .accordion-body {
padding: 1rem 1.25rem;
height: 104;
overflow-y: scroll;
max-height: 104px!important;
} */
.oddbg.mx-set.row.wed-package {
background-color: #e8e8e8;
}
.bride-section{padding: 60px 70px; background-color: #fff;}
.bride-section h4{color: #000; font-weight: bold; padding-bottom: 15px;font-size: 36px;}
.bride-section .boxes{background-color: #f2f1ed; padding: 25px 15px; text-align: center;}
.bride-section .boxes h2{color: #000; font-weight: bold; padding-bottom: 15px;text-transform: capitalize;}
.bride-section .boxes  small{text-transform: capitalize;}
.wed-mission a{display: block; padding-bottom: 10px; color: #000;}
.wed-mission h2{font-size: 38px;
font-weight: bold;text-transform: uppercase;
margin-bottom: 40px;}
.download-button a {
background-color: #b29e84;
color: #fff;
display: inline-block;
text-transform: uppercase;
padding: 15px 60px;
font-size: 18px;
}
.wed-form {background-color: #fff;
padding: 60px 70px; margin-bottom: 100px;}
.wed-form  h2{ font-size: 36px; color: #000; font-weight: bold; padding-bottom: 15px;}
.redicn{color:red;}
.wed-form label {
display: inline-block;
padding: 15px 0px;text-transform: capitalize;
}
.wed-form i.fa.fa-calendar {
position: relative;
left: -24px;
top: 8px;
}
.btn-submit{
border: 1px solid #000;
text-transform: uppercase;
}
.wed-form select {
word-wrap: normal;
width: 100%;
background-color: #e9e9ed;
border-radius: 3px;
padding: 5px;
}
/* =====================================================================================================================WEDDING CSS END======================================= */
/* ======================================================================================================================WEDDING CSS END======================================= */
/* =====================================================================================================================BLOG CSS====================================== */
/* ======================================================================================================================BLOG CSS END======================================= */
.blog-bg{
background-image: url(../img/blog1-bg.png);
background-size: cover;
min-height: 548px;
display: flex; color:#fff;
align-items: center;
justify-content: center;
flex-direction: column;
background-position: center 15px;
}
.blog-bg::before{    content: ' ';
background: #000;
width: 100%; top:0;
min-height: 500px;
position: absolute;
opacity: 0.0;
}}
.blog-bg h1 {
font-size: 36px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
}
.blog-bg .title-left h1:before {
content: " ";
position: absolute;
max-width: 126px;
bottom: -20px;
left: 0;
display: block;
width: 100%;
height: 4px;
background-image: url(../img/hrrow.png);
background-size: cover;
background-position: center center;
background-size: 100% 100%;
right: 0;
margin: 0px auto;
}
.blog-bg h5 {
padding-top: 40px;
text-transform: uppercase;
color: #fff;
}
.blog-section-left{ padding: 80px 0px;    margin-bottom: -5rem;}
.blog-card{ background-color: #fff;    border-radius: 15px}
.blog-card-box{padding: 25px 30px 60px 25px; }
.blog-card-box h3{ text-transform: capitalize; padding: 10px 0px; color: #000!important; font-weight: bold;}
.blog-card-box a , .blog-card-box small{color: gray; font-size: 14px; text-transform: capitalize;}
.blog-card-box  h3{ font-size: 23px;}
.main {
background: #fff;
}
.shadow {
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.blog-card img{
border-radius: 15px 15px 0px 0px;
max-height: 200px;
min-height: 200px;
height: 200px;
object-fit: cover;
display: block;
}
.nav-list  li{list-style: none;}
nav ul li a{color: #000; }
ul {
padding-left: 0px;
}
h3.desktop-heding{color: #000; padding-bottom: 15px; font-size: 30px; font-weight: bold;text-transform: capitalize;display: block; }
h3.swich{color: #000; padding-bottom: 15px; font-size: 30px; font-weight: bold;text-transform: capitalize;float: left;
padding-right: 30px; }
.icon  i.bi.bi-caret-down-fill {
color: white;
float: right;
top: 0;
display: block;
position: relative;
font-size: 27px;
}
button.alm-load-more-btn.more.done.dropdownMenuButton1scroll {
display: none;
}
#myTopnav ul{padding-left: 0rem!important;}
.topnav {
overflow: hidden;
}
.topnav a {
display: block;
color: #000;
text-align: left;
padding: 10px;
text-decoration: none;
font-size: 17px;
}
.topnav .icon {
display: none;
}
.mobile-swich-bg {
display: none;
}
.mobile-swich h3 {
color: white;
margin-bottom: 0px;
padding-bottom: 0px;
text-transform: uppercase;
font-size: 30px;
}
.icon{display:none}
.breadcumb a ,.metadate  a{color:#000; font-weight:bold;}
.metadate {
display: flex;
flex-wrap: wrap;
}
.metadate li {
list-style: none;
}
.metadate span ,.metadate li  {
padding-right: 8px; font-weight:bold;
}
.metadate li{
padding-right: 8px;
}
.txt-black a{color:#000;text-decoration:underline}
section.blog-single {
margin-bottom: -5rem;
padding-bottom: 5rem;
}
.blog-single ol, ul {
padding-left: 2rem;
}
ul.post-categories {
padding-left: 8px!important;
}
.blog-single h3{font-size:1.75 rem!important;}
.blog-single h4{font-size:1.50 rem!important;}
.blog-single h5{font-size:1 rem!important;}
.wedding_menu li{list-style:none;
display: inline-block;
padding-right: 50px;}
.wedding_menu li a{/*color:rgb(110, 86, 67);*/ text-transform:capitalize;     color: #fff;
font-weight: bold;
}
ul.wedding_menu {
display: inline-block;
/* margin-top: -143px;*/
margin-top: -85px;
margin-bottom: 200px;
float: right;
width: 100%;
background: rgba(110, 86, 67,0.2);
padding: 11px 8px;
position: relative;
text-align: center;
}
}
video#videobg {
height: 100vh;
background-size: cover;
-o-object-fit: cover!important;
object-fit: cover!important;
}
ul.post-categories li{list-style:none;}
.paginattin {    margin-top: 32px;    font-weight: bold;}
.paginattin a{color:#000; font-size:18px;}
.blog-card-box a h3:hover,.topnav a:hover, .paginattin a:hover,footer ul li
a:hover,.breadcumb a:hover,.metadate a:hover
{
color:#d24527 !important;
}
button.alm-load-more-btn.more {    margin-top: 50px; }
a.prvpost {    float: right; text-align:right;}
a.nxtpost {    float: left; }
.titele_info_section{    z-index: 3;
position: relative;}
.titele_info_section .bg-white .title-left h1,.titele_info_section-two .bg-white .title-left h1{color:#000;}
/* ============================================= LOYALTY/TRAVEL/COMPASS PAGE - START ======================================= */
.loyalty-banner {
position: relative;
margin-top: 88px;
max-height: 680px;
height: 100vh;
}
.loyalty-section p {
font-family: "Helvetica Neue",sans-serif;
font-size: 15px;
line-height: 1.67em;
color: #404040;
margin-bottom: 25px;
}
.loyalty-section p:last-child {
margin-bottom: 0;
}
.loyalty-section h3 {
font-family: "Helvetica Neue",sans-serif;
color: #404040;
font-size: 18px;
line-height: 1.2em;
font-weight: 700;
text-transform: uppercase;
}
.loyalty-section h2 {
font-family: "Helvetica Neue",sans-serif;
color: #404040;
font-weight: 700;
letter-spacing: 0;
font-size: 36px;
line-height: 1.11em;
}
.loyalty-section hr {
max-width: 150px;
border: 1px solid #d9d8d2;
height: 0;
}
.loyalty-banner__content {
position: absolute;
bottom: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.loyalty-banner__image-container::before {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #000000;
opacity: .35;
background-blend-mode: multiply;
z-index: 1;
}
.loyalty-banner__image {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
object-position: left;
top: 0;
left: 0;
}
.loyalty-banner__content-image {
max-width: 362px;
}
.loyalty-banner__heading {
font-family: "Helvetica Neue", sans-serif;
font-size: 60px;
line-height: 1.15em;
color: #FFF;
font-weight: 700;
text-transform: uppercase;
margin: 0;
}
.loyalty-banner__button-container {
margin-top: 30px;
}
.loyalty-banner__button.button {
padding-top: 10px;
padding-bottom: 9px;
line-height: 1.5em;
max-width: 230px;
flex-basis: 230px;
margin: 0 30px;
display: block;
font-family: 'Montserrat';
font-weight: 400;
letter-spacing: 2px;
}
.loyalty-intro {
padding-top: 109px;
padding-bottom: 100px;
background-color: white;
}
.loyalty-intro__content {
padding-left: 37px;
padding-top: 1px;
padding-right: 25px;
}
.loyalty-intro__content h2 {
margin-bottom: 12px;
color: #000;
}
.loyalty-intro__content h3 {
margin-bottom: 19px;
}
.loyalty-intro__content hr {
margin: 0 0 25px;
}
.loyalty-intro__content p {
padding-left: 3px;
}
.loyalty-intro__images {
padding-left: 10px;
}
.loyalty-intro__image--small {
margin-left: 30px;
margin-top: -25px;
}
.loyalty-hiw {
background-color: #f0edea;
padding-top: 100px;
padding-bottom: 41px
}
.loyalty-hiw__content h2 {
margin-bottom: 21px;
}
.loyalty-hiw__content hr {
margin: 0 0 -7px;
}
.loyalty-hiw__content h3 {
margin-bottom: 11px;
margin-top: 38px;
text-transform: none;
}
.loyalty-hiw__image {
margin-left: auto;
display: block;
margin-right: -12px;
}
.loyalty-hiw__content {
padding-left: 58px;
padding-right: 8px;
}
.loyalty-hiw__check--svg {
width: 22px;
height: 20px;
}
.loyalty-hiw__content-container {
margin-bottom: 73px;
}
.loyalty-hiw__tiers-head h3,.loyalty-hiw__tiers-icon h3 {
margin: 0 0 0 1px;
}
.loyalty-hiw__tiers-icon h3 {
margin-bottom: 10px
}
.loyalty-hiw__tiers-head h2 {
margin: 5px 0 14px;
color: #404040
}
.loyalty-hiw__tiers-col1 {
margin-top: auto;
}
.loyalty-hiw__tiers-table {
max-width: 1020px;
margin-left: auto;
margin-right: auto;
}
.loyalty-hiw__tiers-icon {
display: flex;
flex-direction: column;
align-items: center;
height: 187px;
justify-content: space-between;
}
.loyalty-hiw__tiers-col--span {
font-family: "Helvetica Neue", sans-serif;
font-size: 15px;
line-height: 1.67em;
color: #404040;
font-weight: 400;
display: inline-block;
}
.loyalty-hiw__grid-container {
display: grid;
grid-template-columns: 318px repeat(3, 1fr);
gap: 0px;
}
.loyalty-hiw__grid-item {
border-top: 1px solid #D9D8D2;
border-left: 1px solid #D9D8D2;
padding: 6px 19px 5px;
}
.loyalty-hiw__grid-item:nth-child(4n) {
border-right: 1px solid #D9D8D2;
}
.loyalty-hiw__grid-item.loyalty-hiw__tiers-icon,
.loyalty-hiw__grid-item.loyalty-hiw__tiers-head {
border: 0;
}
.loyalty-hiw__grid-item:nth-last-child(-n+4) {
border-bottom: 1px solid #D9D8D2;
}
.loyalty-hiw__tiers-head {
padding-left: 0;
}
.loyalty-hiw__tiers-table {
margin-bottom: 40px;
}
.loyalty-hiw__bottom-content {
max-width: 920px;
margin-left: auto;
margin-right: auto;
}
.loyalty-hiw__bottom-btns {
margin-top: 36px;
}
.button.loyalty-hiw__btn {
padding-top: 10px;
padding-bottom: 9px;
line-height: 1.5em;
max-width: 230px;
flex-basis: 230px;
margin: 0 30px;
display: block;
font-family: 'Montserrat';
font-weight: 400;
letter-spacing: 2px;
color: #FFF;
}
.button.loyalty-hiw__btn:not(:hover) {
background-color: #6F5544;
}
.loyalty-hiw__bottom-link {
margin-top: 34px;
}
.loyalty-hiw__link {
font-family: "Helvetica Neue", sans-serif;
font-size: 13px;
line-height: 1em;
text-decoration: underline;
color: #404040;
letter-spacing: 0.8px;
}
.loyalty-perks {
margin-top: 100px;
}
.loyalty-perks__inner {
max-width: 1053px;
margin-left: auto;
margin-right: auto;
}
.loyalty-perks__content {
flex: 1;
padding-left: 70px;
}
.loyalty-perks__content h3 {
margin-bottom: 4px;
}
.loyalty-perks__content h2 {
margin-bottom: 6px;
}
.loyalty-gc {
margin-top: 100px;
}
.loyalty-gc__content {
flex: 1;
padding-right: 89px;
}
.loyalty-gc__inner {
max-width: 1062px;
margin-left: auto;
margin-right: auto;
}
.loyalty-gc__content h3 {
margin-bottom: 6px;
}
.loyalty-gc__logo-tango {
margin-left: 6px;
display: inline-block;
margin-top: -5px;
}
.loyalty-rewards {
margin-top: 100px;
min-height: 550px;
position: relative;
}
.loyalty-rewards__bg::before {
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
background-color: #000;
opacity: 0.4;
z-index: 1;
}
.loyalty-rewards__image {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
top: 0;
left: 0;
}
.loyalty-rewards__inner {
position: absolute;
z-index: 1;
height: 100%;
width: 100%;
}
.loyalty-rewards__content h2 {
font-family: "Montserrat", sans-serif;
font-size: 40px;
line-height: 1em;
font-weight: 700;
letter-spacing: 4px;
margin-bottom: 17px;
}
.loyalty-rewards__content h3 {
font-family: "Helvetica Neue", sans-serif;
text-transform: uppercase;
font-size: 22px;
line-height: 1em;
font-weight: 400;
margin-bottom: 31px;
}
.button.loyalty-rewards__btn {
padding-top: 10px;
padding-bottom: 9px;
line-height: 1.5em;
font-family: 'Montserrat';
font-weight: 400;
letter-spacing: 2px;
color: #fff;
padding-left: 21px;
padding-right: 21px;
display: inline-block;
}
.page-template-loyalty footer {
margin-top: 0 !important;
}
@media (max-width: 1199px) {
.loyalty-intro__image--small {
margin-left: 0;
}
.loyalty-perks__image-container,
.loyalty-perks__content {
flex-basis: 50%;
}
.loyalty-hiw__image {
margin-right: 0;
}
}
@media (max-width: 991px) {
.loyalty-intro__image--small {
margin-top: 0;
}
.loyalty-intro__content {
padding-left: 0;
}
.loyalty-perks__content {
padding-left: 40px;
}
.loyalty-hiw__grid-container {
grid-template-columns: repeat(4,1fr);
}
.loyalty-gc__content {
padding-right: 40px;
flex-basis: 50%;
}
.loyalty-gc__image-container {
flex-basis: 50%;
}
.loyalty-hiw__content {
padding-left: 30px;
}
.loyalty-hiw__grid-item:not(.loyalty-hiw__tiers-icon, .loyalty-hiw__tiers-head) {
justify-content: center;
align-items: center;
display: flex;
}
.loyalty-hiw__grid-item:nth-child(4n+1) {
justify-content: start;
}
}
@media (max-width: 767px) {
.loyalty-banner__heading {
font-size: 42px;
}
.loyalty-banner__content-image {
max-width: 230px;
}
.loyalty-banner__button.button {
padding-top: 8px;
padding-bottom: 8px;
max-width: 160px;
flex-basis: 160px;
margin: 0 10px;
}
.loyalty-intro {
padding-top: 50px;
padding-bottom: 50px;
}
.loyalty-intro__content {
padding-right: 0;
}
.loyalty-intro__images {
margin-top: 30px;
}
.loyalty-hiw {
padding-top: 50px;
}
.loyalty-hiw__content {
padding: 0;
margin-top: 20px;
}
.loyalty-section h2 {
font-size: 28px;
}
.loyalty-hiw__content h2 {
margin-bottom: 18px;
}
.loyalty-hiw__content h3 {
margin-top: 25px;
margin-bottom: 4px;
}
.loyalty-section h3 {
font-size: 16px;
}
.loyalty-section p {
font-size: 14px;
line-height: 1.4em;
margin-bottom: 18px;
}
.loyalty-tier__icon {
max-height: 65px;
width: auto;
}
.loyalty-hiw__tiers-icon {
height: 125px;
}
.loyalty-hiw__tiers-col--span {
font-size: 14px;
line-height: 1.2em;
}
.loyalty-perks__inner {
flex-direction: column;
}
.loyalty-perks__content {
padding-left: 0;
margin-top: 20px;
}
.loyalty-perks {
margin-top: 50px;
}
.loyalty-gc__content {
padding-right: 0;
margin-top: 20px;
}
.loyalty-gc__inner {
flex-direction: column-reverse;
}
.loyalty-gc {
margin-top: 60px;
}
.loyalty-hiw__grid-item {
padding: 6px 10px 5px;
}
.loyalty-hiw__content-container {
margin-bottom: 50px;
}
.loyalty-hiw__tiers-table {
margin-bottom: 30px;
overflow-x: scroll;
padding-bottom: 8px;
}
.loyalty-rewards {
margin-top: 60px;
min-height: 350px;
}
.loyalty-rewards__content h2 {
font-size: 32px;
letter-spacing: 2px;
margin-bottom: 12px;
}
.loyalty-rewards__content h3 {
font-size: 18px;
}
.loyalty-intro__images {
padding-left: 0;
}
.loyalty-section .button {
padding-top: 8px;
padding-bottom: 8px;
max-width: 160px;
flex-basis: 160px;
margin: 0 10px;
}
.loyalty-banner {
max-height: 480px;
}
}
/* ============================================= LOYALTY/TRAVEL/COMPASS PAGE - END   ======================================= */
.banner-video__container {
position: relative;
}
.banner-video__container::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: calc(100% - 5px);
background-color: rgba(0, 0, 0, .5);
}
.banner-video__container video {
max-width: 100%;
width: 100%;
}
.banner-image__container {
display: none;
}
.banner-overlay__content {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
text-align: center;
width: 100%
}
@media (max-width: 1199px) {
.banner-overlay__content {
top: 40%;
}
}
.banner-overlay__content h1 {
color: #fff;
font-size: 60px;
text-transform: uppercase;
font-weight: 700;
}
.banner-overlay__content h1::before {
right: 0;
margin: 0 auto;
}
.banner-overlay__content h5 {
text-transform: uppercase;
color: #fff;
position: relative;
}
.banner-overlay__content a.border-btn {
position: relative;
font-size: 16px;
text-transform: uppercase;
color: #fff;
background-color: transparent;
border: 2px solid #fff;
padding: 10px;
margin-top: 18px;
display: inline-block;
}
@media (max-width: 991px) {
.banner-video__container {
display: none;
}
.banner-image__container {
display: block;
}
}
.location-bar-banner {
position: relative;
min-height: 673px;
margin-top: 50px;
margin-bottom: 50px;
}
.location-bar-banner::before {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: linear-gradient(180deg, black 10%, transparent 60%);
z-index: 1;
}
.location-bar-banner__bg-img {
max-width: 100%;
position: absolute;
width: 100%;
object-fit: cover;
height: 100%;
top: 0;
left: 0;
object-position: center;
}
.location-bar-banner__bg-img--mobile {
max-width: 100%;
position: absolute;
width: 100%;
object-fit: cover;
height: 100%;
top: 0;
left: 0;
object-position: bottom center;
display: none;
}
@media (max-width: 767px) {
.location-bar-banner__bg-img {
display: none;
}
.location-bar-banner__bg-img--mobile {
display: block;
}
}
.location-bar-banner__logo-img {
max-width: 346px;
width: 100%;
}
.location-bar-banner__inner {
position: relative;
max-width: 1440px;
margin-left: auto;
margin-right: auto;
padding-left: 93px;
padding-right: 93px;
padding-top: 58px;
padding-bottom: 55px;
z-index: 2;
}
@media (max-width: 991px) {
.location-bar-banner__inner {
padding-left: 30px;
padding-right: 30px;
}
}
@media (max-width: 767px) {
.location-bar-banner__inner {
padding-top: 30px;
padding-bottom: 30px;
}
}
.location-bar-banner__cols {
display: flex;
justify-content: center;
}
@media (max-width: 767px) {
.location-bar-banner__cols {
flex-direction: column;
align-items: center;
}
}
.location-bar-banner__video-inner video {
max-width: 475px;
width: 100%;
display: block;
}
.location-bar-banner__video-inner {
padding: 5px;
background-color: #FFF;
position: relative;
}
.location-bar-banner__logo {
text-align: center;
margin-bottom: 50px;
padding-left: 48px;
padding-right: 48px;
}
@media (max-width: 767px) {
.location-bar-banner__logo {
margin-bottom: 30px;
}
}
.location-bar-banner__col1 {
flex-basis: 100%;
max-width: 477px;
}
@media (max-width: 767px) {
.location-bar-banner__col1 {
margin-bottom: 48px;
max-width: 100%;
}
}
.location-bar-banner__col2 {
padding-left: 139px;
flex-basis: 100%;
}
@media (max-width: 991px) {
.location-bar-banner__col2 {
padding-left: 20px;
padding-right: 20px;
}
}
.location-bar-banner__content h3 {
text-transform: uppercase;
color: #FFF;
font-size: 22px;
}
.location-bar-banner__content p {
color: #FFF;
font-size: 16px;
}
.location-bar-banner__content p:last-child {
margin-bottom: 0;
}
.location-bar-banner__btn {
text-decoration: none;
color: #6e5643;
text-transform: uppercase;
font-family: 'Montserrat',sans-serif;
font-weight: 500;
display: inline-block;
background-color: #FFF;
min-width: 236px;
text-align: center;
letter-spacing: 4px;
padding: 8px 10px;
margin-top: 20px;
border-radius: 2px;
margin-bottom: 20px;
}
.location-bar-banner__btn:last-child {
margin-bottom: 0;
}
@media (max-width: 767px) {
.location-bar-banner__btn {
margin-top: 10px;
margin-bottom: 10px;
}
}
.location-bar-banner__video-play {
background-color: transparent;
border: 0;
text-indent: -999px;
display: block;
width: 100%;
height: 100%;
background-image: url('../img/play-btn-2.png');
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: 0;
left: 0;
}
@media (max-width: 767px) {
.location-bar-banner__video-play {
background-size: 79px;
}
}
.location-bar-banner__video-inner::before {
content: "";
display: block;
position: absolute;
top: 5px;
left: 5px;
width: calc(100% - 10px);
height: calc(100% - 10px);
background-color: rgba(0,0,0, .4);
}
/*--------------------------------------------------------------
# Extended Stay Page Styling
--------------------------------------------------------------*/
.extended-stay__banner {
height: 680px;
padding-top: 56px;
position: relative;
overflow: hidden;
}
.extended-staty__banner-img {
object-fit: cover;
width: 100%;
height: 100%;
}
.extended-staty__banner-image {
position: absolute;
width: 100%;
height: 100%;
top: 0;
}
.extended-stay__content {
height: 100%;
position: relative;
z-index: 1;
margin-top: 135px;
}
.extended-stay__banner::before {
content: "";
display: block;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0.5;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
span.extended-stay__button-default {
text-align: center;
box-sizing: border-box;
color: #FFF;
border-color: #FFF;
margin-left: auto !important;
margin-right: auto !important;
}
.extended-stay__button-hover {
text-align: center;
max-width: 230px;
margin-left: auto;
margin-right: auto;
}
.extended-stay__button-links {
background-color: #FFF;
padding: 10px 15px;
display: none;
}
.extended-stay__button-link {
font-family: "Helvetica Neue",sans-serif;
display: block;
text-transform: uppercase;
font-size: 16px;
line-height: 34px;
color: #404040;
border-bottom: 1px solid #D9D8D2;
}
.extended-stay__button-link:hover {
color: #808080;
}
.extended-stay__button-link:last-child {
border-bottom: 0;
}
.extended-stay__button-hover:hover .extended-stay__button-default {
background-color: #cea800;
color: #fff;
border: 1px solid #cea800;
}
.extended-stay__button-hover:hover .extended-stay__button-links {
display: block;
}
.extended-stay__intro {
padding-top: 80px;
padding-bottom: 80px;
}
.extended-stay__intro-content {
max-width: 486px;
}
.extended-stay__intro-content h5 {
font-family: "Helvetica Neue",sans-serif;
font-size: 18px;
line-height: 22px;
font-weight: bold;
margin-bottom: 6px;
margin-top: 0;
text-transform: uppercase;
color: #404040;
}
.extended-stay__intro-content h2 {
font-family: "Helvetica Neue",sans-serif;
font-size: 36px;
line-height: 40px;
font-weight: bold;
margin-top: 0;
margin-bottom: 22px;
color: #000;
}
.extended-stay__intro-content hr {
color: #D9D8D2;
max-width: 150px;
margin-bottom: 30px;
}
.extended-stay__intro-content p {
font-family: "Helvetica Neue",sans-serif;
font-size: 15px;
line-height: 25px;
color: #404040;
}
.extended-stay__icon h4 {
font-family: "Helvetica Neue",sans-serif;
font-size: 18px;
font-weight: bold;
margin-top: 32px;
margin-bottom: 12px;
color: #D9D8D2;
text-transform: uppercase;
}
.extended-stay__icon p {
font-family: "Helvetica Neue", sans-serif;
font-size: 15px;
color:  #FFF;
line-height: 25px;
}
.extended-stay__intro-content p u {
text-decoration: none;
position: relative;
background-color: #EAE6DD;
height: 10px;
width: 100%;
}
.extended-stay__intro-img {
display: block;
}
.extended-stay__intro-images {
display: flex;
align-items: center;
}
.extended-stay__intro-img.ml-auto {
margin-left: auto;
}
.extended-stay__icons-bg {
position: absolute;
width: 100%;
height: 100%;
}
.extended-stay__icons-bg-img {
object-fit: cover;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.extended-stay__icons {
position: relative;
display: flex;
align-items: center;
overflow: hidden;
padding-top: 70px;
padding-bottom: 70px;
}
.extended-stay__icons::before {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #000;
opacity: 0.6;
z-index: 1;
}
.container.extended-stay__icons-container {
position: relative;
z-index: 1;
}
.extended-stay__icons-content {
margin-bottom: 64px;
}
.extended-stay__icons-content h2 {
color: #FFF;
font-family: 'Montserrat';
font-size: 40px;
font-weight: bold;
text-transform: uppercase;
line-height: 40px;
letter-spacing: 2px;
margin-bottom: 10px;
}
.extended-stay__icons-content p {
color: #FFF;
font-family: "Helvetica Neue",sans-serif;
font-size: 22px;
line-height: 22px;
text-transform: uppercase;
margin-bottom: 0;
}
.extended-stay__image-cols-content h5 {
font-family: "Helvetica Neue",sans-serif;
font-size: 18px;
line-height: 22px;
font-weight: 700;
margin-bottom: 6px;
margin-top: 0;
text-transform: uppercase;
color: #404040
}
.extended-stay__image-cols-content h2 {
font-family: "Helvetica Neue",sans-serif;
font-size: 36px;
line-height: 40px;
font-weight: 700;
margin-top: 0;
margin-bottom: 22px;
color: #000
}
.container.extended-stay__image-cols-container {
max-width: 1062px;
}
section.extended-stay__image-cols {
padding: 80px 0;
}
.extended-stay__image-cols-content {
margin-bottom: 76px;
}
.extended-stay__image-cols-content:last-child {
margin-bottom: 0;
}
.extended-stay__image-cols-content {
padding-left: 40px;
}
.flex-md-row-reverse .extended-stay__image-cols-content {
padding-left: 0;
padding-right: 40px;
}
.extended-stay__image-cols-content hr {
color: #d9d8d2;
max-width: 150px;
margin-bottom: 30px;
}
.extended-stay__image-cols-content p {
font-family: "Helvetica Neue", sans-serif;
font-size: 15px;
line-height: 25px;
font-weight: 400;
color: #404040;
}
.extended-stay__slider-item-inner {
display: flex;
}
.extended-stay__slider-images {
display: flex;
align-items: center;
}

.extended-stay__slider-content {
width: 100%;
max-width: 385px;
text-align: center;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: column;
justify-content: center;
}
p.extended-stay__slider-content-text {
font-family: "Helvetica Neue",sans-serif;
font-size: 15px;
line-height: 25px;
font-style: italic;
margin-bottom: 20px;
max-width: 369px;
margin-left: auto;
margin-right: auto;
}
span.extended-stay__slider-content-name {
font-family: "Helvetica Neue",sans-serif;
font-size: 14px;
line-height: 18px;
display: inline-block;
}
.extended-stay__slider-wrapper .owl-carousel .owl-nav button.owl-next {
font-family: 'Montserrat', sans-serif !important;
font-size: 16px !important;
line-height: 24px !important;
display: flex;
align-items: center;
}
.extended-stay__slider-wrapper .owl-carousel .owl-nav button.owl-next .testimonials-slider-arrow {
margin-left: 10px;
transition: all 0.3s ease-in-out;
}
.extended-stay__slider-wrapper .owl-carousel .owl-nav button.owl-next:hover .testimonials-slider-arrow {
transform: translatex(10px);
}
section.extended-stay__slider {
background-color: #F0EDEA;
padding-top: 70px;
padding-bottom: 79px;
}
.extended-stay__slider-wrapper .owl-stage-outer,
.extended-stay__slider-item {
max-width: 1014px;
}
.extended-stay__slider-title {
text-align: center;
margin-bottom: 30px;
}
.extended-stay__slider-title h4 {
font-family: "Helvetica Neue", sans-serif;
font-size: 18px;
font-weight: bold;
line-height: 22px;
margin-bottom: 6px;
text-transform: uppercase;
color: #404040;
}
.extended-stay__slider-title h2 {
font-family: "Helvetica Neue", sans-serif;
font-weight: bold;
font-size: 36px;
line-height: 40px;
color: #404040;
}
.container.extended-stay__slider-container {
position: relative;
}
.extended-stay__slider-title::after {
content: "";
display: block;
width: 150px;
height: 2px;
background-color: #CEA800;
margin-left: auto;
margin-right: auto;
margin-top:  25px;
}
section.extended-stay__cta {
position: relative;
height: 550px;
}
section.extended-stay__cta::before {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #000;
opacity: .4;
z-index: 1;
}
.extended-stay__cta-bg {
width: 100%;
position: absolute;
height: 100%;
}
img.extended-stay__cta-img {
object-fit: cover;
height: 100%;
width: 100%;
}
.container.extended-stay__cta-container {
position: relative;
z-index: 1;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.extended-stay__cta-content {
text-align: center;
}
.extended-stay__cta-content h2 {
font-family: "Montserrat", sans-serif;
font-size: 40px;
font-weight: bold;
line-height: 40px;
text-transform: uppercase;
color: #FFF;
letter-spacing: 4px;
margin-bottom: 15px;
}
.extended-stay__cta-content p {
font-family: "Helvetica Neue", sans-serif;
font-size: 22px;
line-height: 22px;
font-weight: 400;
color: #FFF;
text-transform: uppercase;
margin-bottom: 34px;
}
a.button.extended-stay__cta-button {
color: #FFF;
border-color: #FFF;
display: inline-block;
padding: 10px 18px;
}
a.button.extended-stay__cta-button:hover {
border-color: #cea800;
}
.button.extended-stay__cta-button {
padding-top: 10px;
padding-bottom: 9px;
line-height: 1.5em;
margin: 0 30px;
font-family: 'Montserrat';
font-weight: 400;
letter-spacing: 2px;
}
@media (min-width: 768px) {
.container.extended-stay__container {
max-width: 1066px;
}
}
@media (max-width: 991px) {
.extended-stay__image-cols-content {
padding-left: 0;
}
}
@media (max-width: 767px) {
.extended-stay__button-hover {
max-width: 170px;
}
.extended-stay__image-cols-content .row {
flex-direction: column-reverse;
text-align: center;
}
.extended-stay__button-hover .loyalty-banner__button.button {
max-width: 170px;
}
.extended-stay__image-cols-content hr {
margin-left: auto;
margin-right: auto;
}
	.extended-stay__slider-item-inner {
		flex-direction: column-reverse;
	}
	.extended-stay__slider-content {
		max-width: 100%;
		margin-bottom: 30px;
	}
	.extended-stay__slider-wrapper .owl-carousel .owl-nav button.owl-next {
		margin-left: auto;
    	margin-right: auto;
	}
}