
.form__group{margin-bottom:35px;position:relative}.form__label{margin-bottom:5px;display:block;font:var(--form-label-fonts);color:var(--text-color);text-transform:uppercase;letter-spacing:0}.form__control{border:1px solid var(--border-color);font-family:var(--form-input-fonts);height:47px;background:transparent;color:var(--text-color)}.form__control.uk-select:not([multiple]):not([size]),.form__group .uk-select:not([multiple]):not([size]){height:47px;background-position:98% 50%;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23FFFFFF' stroke-width='2' points='16 7 10 13 4 7'%3E%3C/polyline%3E%3C/svg%3E")}.form__control.uk-textarea{height:auto;min-height:47px}.form__checkbox,.form__radio{display:block;position:relative;padding-left:25px}.form__radio--inline{display:inline-flex;align-items:center}.form__radio--inline+.form__radio--inline{margin-left:20px}.form__checkbox .uk-checkbox,.form__radio .uk-radio{margin-right:10px;border:1px solid var(--border-color);border-radius:3px;position:absolute;left:0;top:5px;margin:0;background-color:transparent}.form__radio .uk-radio{border-radius:50%;top:1px}.form__radio{margin-top:12px;font-size:14px}.form__checkbox a{color:var(--text-color)!important;font-weight:400}.form__checkbox a:hover,.form__checkbox a:focus,.form__checkbox a:focus-visible{text-decoration:none}#ui-datepicker-div{width:max-content}.ui-datepicker-trigger{position:absolute;right:12px;bottom:16px;background:transparent;border:0;width:17px;height:17px;padding:0;cursor:pointer}.ui-datepicker .ui-datepicker-buttonpane button{color:var(--secondary-color);background:transparent;text-transform:uppercase;font:var(--secondary-cta-fonts);border:1px solid var(--secondary-cta-font-color);transition:all .4s ease;padding:5px 10px}.ui-datepicker .ui-datepicker-buttonpane button:hover,.ui-datepicker .ui-datepicker-buttonpane button:focus{background:var(--secondary-color);border-color:var(--secondary-color);color:#fff}.contact-map__title{margin-bottom:40px}.form-icons .form__control.uk-select:not([multiple]):not([size]){background-image:none}.form-icons:before{font-family:var(--icon-fonts);bottom:10px;right:10px;position:absolute;font-size:22px;color:var(--highlight-color);pointer-events:none}.form-room-icon:before{content:""}.form-user-icon:before{content:""}.form-calendar-icon:before{content:""}.form-icons .form__control{padding-right:30px}.form__checkbox a{text-decoration:underline}.form__checkbox a:hover{text-decoration:none!important}.form__group--has-daterange .date-picker-wrapper{top:78px!important;left:32px!important}.form__group--has-daterange .form__control{cursor:pointer}.form__group:has(.form__control--attendees):after,.form__group:has(.form__control--daterange):after,.form__group:has(.form__control--date):after,.form__group:has(.form__control--rooms):after{content:'';font-family:var(--icon-fonts);bottom:8px;right:10px;position:absolute;font-size:22px;color:var(--highlight-color);pointer-events:none;}.form__group:has(.form__control--daterange):after,.form__group:has(.form__control--date):after{content:"";}.form__group:has(.form__control--attendees):after{content:"";}.form__group:has(.form__control--rooms):after{content:"";}form .uk-grid>.title{display:block;width:100%}form .uk-grid>button,.form__group+.form__checkbox{margin-left:20px}.form__group+.form__checkbox{margin-bottom:35px;width:calc(100% - 20px)}form .uk-grid>button{padding:11px 24px}.multiple-form-sec h2{padding:10px}@media(min-width:1400px){form .uk-grid>button,.form__group+.form__checkbox{margin-left:32px}.form__group+.form__checkbox{width:calc(100% - 32px);margin-bottom:35px}}@media(max-width:1399.98px){.form__group--has-daterange .date-picker-wrapper{left:20px!important}}@media(max-width:959.98px){form .uk-grid>.uk-width-1-3\@s{width:50%}}@media(max-width:639.98px){form .uk-grid>[class*=uk-width]{width:100%}}
/* Header Starts */ 

:root {
    --header-height: 85px;
}

body {
    padding-top: var(--header-height);
}
body.milestone {
    padding-top: 0;
}
.header {
    position: fixed;
    z-index: 50;
    background: var(--bg-header);
    color: var(--header-color);
    padding: 10px 8px;
    left: 0;
    top: 0;
    width: 100%;
    min-height: var(--header-height);
    display: flex;
    align-items: center;
}
.milestone .header{
background: transparent;
}
.header.is-fixed {
   /* border-bottom: 1px solid var(--border-color);
    background: var(--bg-header);*/
}
.milestone .header.is-fixed{
background: var(--bg-header);
}
.header__container {
    width: 100%;
    max-width: 100%;
}
.menu-text{
font: var(--h5-title-fonts);
  margin-bottom: 0;
  padding-left: 5px;
}
.header__grid {
    align-items: center;
    margin-left: -20px;
}

.header__grid > * {
    padding-left: 20px;
}

.header__col {
    flex: 1;
}

.header__col--center {
    text-align: center;
    width: var(--logo-width);
    flex: 0;
}

.header__logo {
    width: var(--logo-width-onscroll);
    height: var(--logo-height);
    display: inline-block;
    align-items: center;
    color: var(--header-color);
}
.milestone .header__logo{
visibility: hidden;
  opacity: 0;
}
.milestone header.is-fixed .header__logo{
visibility: visible;
  opacity: 1;
}
.header__logo > * {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-collapsible {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -9999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: opacity .4s ease;
    background: #0000004D;
    color: var(--inverse-font-color);
    align-items: stretch;
    opacity: 0;
    visibility: hidden;
}

.header-social {
    display: flex;
    align-items: center;
    padding: 0 40px;
    position: absolute;
    bottom: 40px;
    left: 15px;
}

.header-social__item + .header-social__item {
    margin-left: 15px;
}

.header-social__link {
    display: inline-flex;
    align-items: center;
    color: var(--inverse-font-color);
    padding: 5px;
}

.header-collapsible__scroll {
    height: 100%;
  overflow: auto;
  scrollbar-color: var(--border-color) transparent;
    scrollbar-width: thin;
  margin-top: 20px;
}

.header-collapsible__content {
    width: 710px;
    max-width: 100%;
    padding: 0 0px 30px;
    height: calc(100vh - 180px);
  height: 100vh;
  margin-top: 0;
    /* scrollbar-color: var(--border-color) transparent; */
    /* scrollbar-width: thin; */
  overflow: hidden;
  text-align: center;
      background-position: center;
    background-size: cover;
  background-color: var(--primary-color);
    background-blend-mode: luminosity;
      position: relative;
  background-image: none !important;
}
.header-collapsible__content:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--primary-color);
    opacity: 90%;
}
.header-collapsible__media {
    width: calc(100% - 500px);
    max-width: 100%;
    flex: 1;
    height: 100vh;
}

.header-collapsible__media > * {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header__col--left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
}

.header__col--right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-mainmenu__item {
    display: inline-flex;
    vertical-align: middle;
    align-items: center
}

.header-mainmenu__link {
    text-transform: var(--header-fonts-text-transform);
    color: var(--header-color);
    padding: 10px;
    font: var(--header-fonts);
    letter-spacing: 1.3px;
}

.header-mainmenu__link.navON {
    text-decoration: none;
    color: var(--secondary-color)
}

.header-mainmenu__item + .header-mainmenu__item {
    margin-left: 10px
}

.header-mainmenu__link:hover,.header-mainmenu__link:focus-visible {
    /* color: var(--secondary-color); */
    /* text-decoration: none; */
}

.header__phone {
    display: inline-flex;
    align-items: center;
    font: var(--header-fonts);
    color: var(--header-color);
    text-transform: uppercase;
}

.header__phone .template-icon {
    margin-right: 13px;
    font-size: 18px;
    line-height: 1;
    color: var(--highlight-color);
}

.header__phone-text {
    display: inline-flex;
    color: var(--header-color);
    align-items: center;
    padding: 15px 0;
}

.header__bookstay {
    margin-left: 30px;
}
.header__bookstay:hover, .header__bookstay:focus{
border: 1px solid var(--primary-cta-inverse-font-color);
}
.navmenu__list {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 0 40px 0;
    /*overflow: auto;
    scrollbar-color: var(--border-color) transparent;
    scrollbar-width: thin;*/
    /*height: 100%;*/
  margin-top: 50px;
  padding-bottom: 20px;
}
.navmenu__list-item{
padding-top: 5px;
      width: max-content;
    max-width: 100%;
    margin: 0 auto !important;
}
.navmenu__list-item:not(.navmenu__list-item--onlymob) + .navmenu__list-item {
    margin-top: 5px;
}

.navmenu__list-item:last-child {
    margin-right: 0;
}

.navmenu__list-link {
    display: inline-flex;
    padding: 0px 30px;
    position: relative;
    text-transform: capitalize;
    font: var(--header-fonts);
    color: var(--header-font-color);
  letter-spacing: 3%;
}

.navmenu__list-link:hover,
.navmenu__list-link:focus-visible,
.navmenu__list-link.navON,
.navmenu-dropmenu__link:hover,
.navmenu-dropmenu__link:focus-visible {
    color: var(--highlight-color);
}



.navmenu__dropdown {
    position: relative;
}

.navmenu__dropdown > a {
    position: relative;
}

.navmenu__dropdown > a:before {
    content: '\e90d';
    font-family: var(--icon-fonts);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    transition: all .4s ease;
    line-height: 1;
    font-size: 14px;
}

.navmenu__dropdown > a[aria-expanded="true"]:before {
    transform: translateY(-50%) rotate(-45deg);
}

.navmenu-dropmenu {
    padding: 0;
    margin: 0;
    min-width: 265px;
    background: transparent;
    overflow: auto;
    max-height: 70vh;
    --uk-position-offset: 0;
    --uk-position-viewport-offset: 0;
    text-align: left;
    position: static;
    box-shadow: unset;
    color: var(--inverse-font-color);
    list-style: none;
}

.navmenu-dropmenu__link {
    display: block;
    padding: 5px 30px;
    text-transform: uppercase;
    font: var(--header-fonts);
    color: var(--inverse-font-color);
}

.navmenu-dropmenu__link.uk-disabled {
    opacity: .2;
}

.navmenu__list-link:hover:after, 
.navmenu__list-link[aria-expanded="true"]:after,
.navmenu__list-link.navON:after {
    opacity: 1;
}

.header__toggler {
    margin-right: 28px;
    position: relative;
    z-index: 2;
}

.header__toggler-btn {
    background: transparent;
    border: 0;
    display: flex;
    padding: 3px 0;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    color: var(--header-color);
    cursor: pointer;
    align-items: center;
    min-width: 24px;
    justify-content: flex-end;
}
.header__toggler-btn:hover, .header__toggler-btn:focus-within{
opacity: .7;
}
.header__toggler-btn .is-togglemenu-active {
    display: none;
}

.header__toggler-btn .is-togglemenu-close {
    display: block;
}

.is-header-active .header-collapsible {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

body.is-header-active .header-mainmenu {
    display: none
}

.is-header-active .header__col--right {
    position: relative;
    z-index: 1;
}

.is-header-active .header__phone-text,
.is-header-active .header__phone .template-icon{
    color: var(--inverse-font-color);
}


.is-header-active .header__toggler-btn .is-togglemenu-active {
    display: block;
    font-size: 21px;
}

.is-header-active .header__toggler-btn .is-togglemenu-close {
    display: none;
}
ul.fixeddiv{
display: none;
}
@media (min-width:960px){
  .navmenu__list-item--onlymob{
  display:none!important
  }
}
@media(min-width: 768px) {
   
    .navmenu__list-link--btn {
        display:none!important
    }

    .is-header-active .header__toggler-btn {
        color: var(--inverse-font-color);
      display: none;
    }
  .is-header-active .header__toggler.open-nav{
  margin-right: 0;
  }
  .is-header-active .header__toggler.open-nav .header__toggler-btn {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

    .is-header-active .header__logo {
        display: none;
    }
}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {
    .header-collapsible__content {
        width: 710px;
    }
    .header-mainmenu__item + .header-mainmenu__item {
        margin-left: 5px;
    }
    .header-mainmenu__link {
        padding: 10px 5px;
        font-size: 12px;
    }
    .header__toggler {
        margin-right: 20px;
    }
}

@media (max-width: 1023.98px) {


}

@media (max-width: 959.98px) {
    .header-mainmenu {
        display: none;
    }

    .header__bookstay {
       /* position: fixed;
        bottom: 10px;
        left: 10px;
        right: 10px;
        margin: 0;
        max-width: 355px;
        margin: auto;*/
    }

    body:not(.is-header-active) .header__phone .template-icon {
        margin: 0;
    }

    body:not(.is-header-active) .header__phone-no {
        display: none;
    }

    .header {
        padding: 10px 0px;
    }
  .header-collapsible__content{
  width: 100%;
  }
}

@media (max-width: 767.98px) {
    .header-collapsible__media {
        display: none;
    }

    .header-collapsible__content {
        width: 100%;
        height: 100%;
        margin: 0;
        overflow: auto;
        padding: 10px 0 90px;
    }

    .header-social {
        position: static;
        margin-top: 20px;
        padding: 0 20px;
    }

    .header-collapsible__scroll {
        height: auto;
    }

    .header-collapsible {
        /*top: var(--header-height);
        height: calc(100vh - var(--header-height));*/
      top: 0;
      height: 100vh;
    }

    .is-header-active .header__toggler-btn {}

    .header__phone-no {
        display: none;
    }

    .navmenu__list {
        overflow: unset;
        height: auto;
        padding: 0 20px 0;
      margin-top: 30px;
    }

    .navmenu__list-link {}
  
      .navmenu__list-link:hover, .navmenu__list-link:focus-visible, .navmenu-dropmenu__link:hover, .navmenu-dropmenu__link:focus-visible {
      color: var(--inverse-font-color);
  }
  .milestone .header{
  background: var(--bg-header);
    min-height: auto;
  }
  .milestone header .header__logo {
    visibility: visible;
    opacity: 1;
}
.header__logo {
    width: var(--mob-logo-width);
    height: var(--mob-logo-height);
}
      .header__toggler.open-nav {
        margin-right: 0;
    }
      .is-header-active .header__toggler-btn {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
  ul.fixeddiv {
    padding: 0;
    z-index: 99;
    margin: 0;
    background: var(--body-bg);
    list-style: none;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
}
  ul.fixeddiv li {
    width: 33.33%;
}
  .fixeddiv a {
    display: flex;
    color: var(--text-color);
    text-align: center;
    height: 60px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.23px;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 5px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    margin: 0;
}
  .fixeddiv a.nav:hover, .fixeddiv a.nav:focus, .fixeddiv a.nav.navON {
    opacity: .7;
}
  .header__col--right>.header__bookstay {
    display: none;
}
  .fixeddiv a i {
    display: block;
    font-weight: 400;
    font-size: 17px;
    /* padding-right: 12px; */
    padding-bottom: 3px;
}
}

@media (max-width: 639.98px) {
}

@media (max-width: 575px) {
}

/* Header Ends */

/* Transparent Header Starts */

.has-transparent-header {
    padding-top: 0;
}

.has-transparent-header .header:not(.is-fixed) {
    background: transparent;
}

@media (min-width: 768px) {

.has-transparent-header .header:not(.is-fixed) .navmenu__list-link,
.has-transparent-header .header:not(.is-fixed) .navmenu__dropdown > a:before,
.has-transparent-header .header:not(.is-fixed) .header__phone,
.has-transparent-header .header:not(.is-fixed) .header__phone-text,
.has-transparent-header .header:not(.is-fixed) .header__bookstay,
.has-transparent-header .header:not(.is-fixed) .header__logo {
    color: var(--inverse-font-color);
    filter: opacity(1);
}

.has-transparent-header .header:not(.is-fixed) .navmenu__list-link:hover,
.has-transparent-header .header:not(.is-fixed) .navmenu__list-link:focus-visible,
.has-transparent-header .header:not(.is-fixed) .header__phone-text:hover,
.has-transparent-header .header:not(.is-fixed) .header__phone-text:focus-visible {
    color: var(--highlight-color);
}
    .has-transparent-header .header:not(.is-fixed) .header__bookstay {
        border-color: var(--inverse-font-color);
    }
    .has-transparent-header .header:not(.is-fixed) .header__bookstay:hover,
    .has-transparent-header .header:not(.is-fixed) .header__bookstay:focus-visible {
        border-color: var(--primary-cta-hover-color);
    }
}

@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1023.98px) {
}

@media (max-width: 959.98px) {
}

@media (max-width: 767.98px) {
    .has-transparent-header .header:not(.is-fixed) .header__toggler-btn,
    .has-transparent-header .header:not(.is-fixed) .header__phone-text {
        color: var(--inverse-font-color);
        filter: opacity(1);
    }

}

@media (max-width: 639.98px) {
}

@media (max-width: 575px) {
}


/* Transparent Header Ends */

/* Page Studio Editor + Header Starts */
.page-component-mi-block .header {
    position: static;
    background: var(--bg-header) !important;
    color: var(--header-color) !important;
}


/* Page Studio Editor + Header Ends */

@media (max-width: 767.98px) {
    .footer-widget {
        padding: 40px 0 100px;
    }
}

/*open table widget css start*/
.reservationpad {
  position: fixed;
  left: 0;
  top: 200%;
  top: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.88);
  z-index: 9999;
  height: 100vh;
  overflow: auto;
  transition: all 0.3s ease 0s;
  visibility: hidden;
          padding: 0;
        display: flex;
        align-items: center;
  opacity: 0;
}
.reserveactive .reservationpad {
        visibility: visible;
        opacity: 1;
        background: rgba(0, 0, 0, 0.88);
  transition: all 0.3s ease 0s;
    }

.reserveactive .reservationpad {
  top: 0;
  visibility: visible;
}
.resinpad{
display: flex;
        margin: 0 auto;
        max-width: 1000px;
        padding: 0 20px;
        position: relative;
  max-height: 80vh;
  width: 100%;
}
.resleft {
  text-align: center;
  position: relative;
  padding: 50px 40px;
  overflow: hidden;
  background-color: var(--primary-color);
  position: relative;
  display: flex;
          align-items: center;
  flex-wrap: wrap;
}
.resleft .icon-sec{
font-size: 80px;
  display: block;
  text-align: center;
      margin-bottom: 15px;
}
.reserveactive .resleft {
  background: var(--highlight-color);
}

.reserve-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
}


.resleft i.icon-platter {
  font-size: 84px;
  display: block;
  color: #fff;
}
.resleft i.icon-platter:before {
  content: "\e919";
  font-family: 'Template-Icons' !important;
}
.resleft>div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.reserheading {
 
  text-align: center;
  margin-bottom: 25px;
}
.restext {
 
}
a.resclosebtn {
  position: absolute;
  top: 10px;
  font-size: 21px;
  width: 21px;
  line-height: 21px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: var(--text-color);
  padding: 0;
  
}
a.resclosebtn:hover,
a.resclosebtn:focus {
  text-decoration: none;
  outline: 0;
  opacity: .7;
}
.bookhead {
  margin-bottom: 25px;
}
.resright{
padding: 70px 65px 70px;
  padding: 35px 65px;
        background: var(--inverse-font-color);
        display: flex;
        align-items: center;
}
    .resright .reservation-right#open-table {
        width: 100%;
    }
.reservation-inner h2 {
    color: var(--primary-color);
  text-align: center;
}
a.resclosebtn {
        top: -60px;
    }
.ot-dtp-picker.ot-standard{
width: 100% !important;
      padding: 0 15px!important;
}
.open-table-sec {
    max-width: 280px;
    margin: 0 auto;
}
@media (max-width: 1023.98px){
  .reservation-inner h2, .reserheading{
  	font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767.98px){
  .resleft, .resright{
  width: 100%;
            padding: 30px 40px;
  }
  .resright{
      padding: 30px 30px 40px;
  }
  .resinpad{
  max-width: 550px;
    width: 100%;
            padding: 0;
  }
  .reservation-inner h2, .reserheading{
  font: var(--mob-h2-title-fonts);
  }
  .resleft .icon-sec{
  font-size: 51px;
  }
  a.resclosebtn {
    top: -50px;
}
   .header-collapsible__content:before{
  position: fixed;
  }
  
}
@media (max-width: 767.98px) and (orientation: landscape){
  a.resclosebtn {
    top: 0px;
}
  .reserveactive .resleft{
  margin-top: 40px;
  }
  .header-collapsible__content:before{
  position: fixed;
  }
}
/* Banner Tabs Starts */

.banner-tabs {
  position: relative;
}
.banner-tabs *:focus-visible {
  outline-color: var(--inverse-font-color);
}
.banner-tabs__media > * {
  width: 100%;
  display: block;
  /*height: calc(100vh - 130px);*/
  height: 100vh;
  max-height: 1000px;
  object-fit: cover;
}

.banner-tabs__content {
  padding: 0 20px 0;
}

.banner-tabs__name {
  margin-bottom: 10px;
}

.banner-tabs__title {
  margin-bottom: 20px;
}

.banner-tabs__action {
  min-width: 205px;
}
.banner-cursive-title {
    font: var(--cursive-fonts);
  text-transform: lowercase;
    font-size: 140px;
    font-weight: 400;
}
.scroll-view {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
  width: max-content;
}
.home-video__modal-body {
    color: var(--body-bg);
}
@media (min-width: 768px) {
  .banner-tabs {
    background: var(--text-color);
    color: var(--inverse-font-color);
  }

  .banner-tabs__media {
    position: relative;
  }


  .banner-tabs__content {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    left: 0;
    right: 0;
    text-align: center;
    z-index:1;
  }

  .banner-tabs__nav {
    position: absolute;
    left: 0;
    right: 0;
  }

  .banner-tabs__title,
  .banner-tabs__name {
    color: var(--inverse-font-color);
  }

}

@media (max-width: 1399.98px) {
  .banner-tabs__content {
    padding: 60px 20px 0;
  }
  .banner-tabs__nav {
    bottom: 40px;
  }
}

@media (max-width: 1199.98px) {

}

@media (max-width: 1023.98px) {

}

@media (max-width: 959.98px) {
  .banner-tabs__content { width:100%;
    padding: 40px 20px 0;
  }

  .banner-tabs__nav {
    bottom: 25px;
  }
  .banner-tabs__navlist-text {
    display: none;
  }
  .banner-tabs__media > *{
  height: 600px;
  }
}

@media (max-width: 767.98px) {
  .banner-cursive-title{
  font-size: 120px;
            line-height: 0;
  }
  
  .banner-tabs { padding-bottom: 0;}
  .banner-tabs__media {
    position: relative;
  }
  .banner-tabs__media:after {
    content: '';
    background: #000000;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: transparent;
  }
  .hero-image:before{
   background: transparent;
  }
  .banner-tabs__content { position: absolute; top: 40%; transform: none;  text-align: center; padding:0 10px 0; z-index:111;}
  .banner-tabs__content img{
  display: none;
  }
  .banner-tabs__content .banner-tabs__container * { color:var(--inverse-font-color); }
  .banner-tabs__content .banner-tabs__container .banner-tabs__action { background: var(--primary-cta-hover-color);
    border-color: var(--primary-cta-hover-color); }
  .banner-tabs__nav { padding: 0 30px; margin-top: 0; position: absolute; bottom: 33px; width: 100%;}
  .scroll-view{
  display: none;
  }
}
@media (max-width: 639.98px) {
  .banner-tabs { padding-bottom: 0; height: 450px;}
  .banner-tabs__media > *{
      /*height: calc(100vh - 110px);*/
    height: 450px;
  }
}

@media (max-width: 575px) {

}
/* Banner Tabs Ends */
/* Home video */
/* Video */
.hero-image {
  width: 100%;
  /*max-width: 1920px;*/
  margin: auto;
  position: relative;
  overflow: hidden;
  background-color: var(--primary-color);
}
.hero-image:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.75%, rgba(0, 0, 0, 0.64) 100%),
  linear-gradient(360deg, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.64) 100%);*/
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.75%, rgba(0, 0, 0, 0.32) 100%);
      background: #00000033;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.12) 100%);
}
.home-video .edit-overlay.ps-system-generated-edit-icon {
  margin-top: 40px; 
}
.home-video__wrapper > img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
.home-video__container {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  background-color: var(--primary-color);
}
.hero-content {
  position: absolute;
  bottom: 62px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
  max-width: 1100px;
}
.hero-content *, .hero-content .title--tagline {
  color: var(--inverse-font-color);
}
.hero-content .title--xxl {
  font-size: 180px;
  line-height: 90%;
  margin-bottom: 28px;
}
.hero-content .title--tagline {
  margin-bottom: 28px;
}
.view-main {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
.home-video__container:before {
  position: absolute;
  content: '';
  height: 34px;
  bottom: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background-color: var(--inverse-font-color);
  z-index: 2;
}
.home-video__block video.video-swap{
position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    height: auto;
  height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transform: translateY(-50%);
}
.home-video__container.cms6,
.home-video.cms6 {
  height: 500px;
}
.home-video__block {
  width: 100%;
  height: 100%;
}

.home-video__title {
  z-index: 1;
  max-width: 700px;
  color: transparent;
  text-shadow: 0 0 0 rgba(255, 255, 255, 1);
  text-align: center;
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-40%);
  right: 0;
  margin: 0 auto;
}

.home-video__block video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: bottom;
}

.home-video__block video.video-swap.cms6 {
  height: 500px;
}

.home-video__actions {
  z-index: 2;
  position: absolute;
  left: 5px;
  bottom: 80px;
  bottom: 0;
}
.home-video__trigger {
  width: 30px;
  height: 30px;
  min-height: 30px;
  color: var(--highlight-color);
  background: #fff;
  border-radius: 5px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  margin: 30px;
  text-transform: capitalize;
  padding: 0 10px;
  line-height: 30px;
  min-width: auto;
  min-height: unset;
  border: 1px solid var(--highlight-color);
}

.home-video__actions.is-active .home-video__trigger,
.home-video__trigger:hover,
.home-video__trigger:focus {
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: var(--highlight-color);
  flex-direction: column;
  margin: 10px;
}

.home-video__trigger:hover .home-video__trigger-text,
.home-video__trigger:focus .home-video__trigger-text {
  display: block;
}

.home-video__actions.is-active .home-video__trigger:hover,
.home-video__actions.is-active .home-video__trigger:focus {
  background-color: var(--secondary-color);
  color: var(--tertiary-color);
}

.is-off {
  display: none;
}

.home-video__actions.is-active .home-video__trigger .is-off {
  display: block;
}

.home-video__actions.is-active .home-video__trigger .is-on {
  display: none;
}

.home-video__actions-more {
  display: none;
  position: absolute;
  bottom: 90px;
  left: 10px;
}

.home-video__actions.is-active .home-video__actions-more {
  display: block;
}

.home-video__trigger-icon {
  display: flex !important;
  justify-content: center;
  width: 18px;
  height: 11px;
  margin: auto !important;
}

.home-video__trigger-text {
  display: none;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 10px;
}

.home-video__btn {
  width: 80px;
  height: 80px;
  color: var(--text-color);
  display: flex;
  line-height: 1;
  margin-bottom: 3px;
  background: var(--highlight-color);
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  opacity: 0.9;
  font-size: 11px;
  padding: 0 5px;
  flex-direction: column;
  text-transform: capitalize;
  letter-spacing: 0;
  transition: all 0.3s ease;
  font-weight: 400;
  min-width: auto;
}

.home-video__btn:hover,
.home-video__btn:focus {
     background: var(--secondary-color);
    color: var(--text-color);
}

.home-video__btn .is-off,
.home-video__btn.active .is-on {
  display: none;
}

.home-video__btn .is-on,
.home-video__btn.active .is-off {
  display: block;
}

.home-video__btn .uk-icon {
  display: block;
  margin-bottom: 8px;
}

.hero-image-wrap.home-video__block {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home-mp4-vide .hero-image-wrap.home-video__block {
  padding: 0;
  height: auto;
}

.home-mp4-vide .hero-image-wrap.home-video__block.cms6,
.hero-image.cms6 {
  height: 500px;
}

.hero-image-wrap.home-video__block iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}

.hero-image-wrap.home-video__block:after {
  content: none;
  background: transparent linear-gradient(180deg, #084877 0%, #0a375d 22%, #ffffff00 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.45;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

ul.ckbullet {
  margin: 0;
  padding: 0;
}

ul.ckbullet li {
  margin: 0 0 20px 0;
  font-family: var(--text-fonts);
  font-size: 15px;
  line-height: 22px;
}

ul.ckbullet li::marker {
  content: none;
}

ul.ckbullet li:before {
  content: '\e91e';
  font-family: var(--icon-fonts);
  font-size: 12px;
  font-weight: 600;
  color: #D69CA0;
  padding: 0 5px 0 0;
}

.home-video__modal .uk-close {
  top: 0;
  right: 0;
  padding: 11px;
  background-color: var(--highlight-color);
  color: #fff;
}

.home-video__modal .uk-close:hover,
.home-video__modal .uk-close:focus {
  background-color: var(--primary-color);
  color: #fff;
}

@media (max-width: 960px) {

  .home-video__title {
    max-width: 90%;
  }
}

@media (max-width: 959.98px) { 
}
@media (max-width: 768px) {
  .home-video__block video {
    height: calc(100vh - 65px);
  }
  .hero-content .title--xxl {
    font-size: 92px;
    line-height: 93%;
  }
}
@media (max-width: 767px) {
  div#descModal-0 .uk-modal-body {
    padding: 40px 20px;
  }

  .home-video__trigger:hover .home-video__trigger-text,
  .home-video__trigger:focus .home-video__trigger-text {
    display: none;
  }

  .home-video__btn .uk-icon {
    margin-bottom: 0;
    text-indent: 0;
    line-height: 30px;
  }

  .home-video__btn .is-on,
  .home-video__btn.active .is-off {
    display: flex;
  }

  .home-video__actions.is-active .home-video__trigger {
    width: 30px;
    height: 30px;
    margin: 0 20px 15px;
  }

  .home-video__trigger:hover,
  .home-video__trigger:focus {
    width: 30px;
    height: 30px;
  }

  .home-video__trigger {
    margin: 0 0 20px 15px;
  }
  .home-video__actions.is-active .home-video__trigger, 
  .home-video__trigger:hover, .home-video__trigger:focus{
    margin: 0 0 20px 15px;
  }
  .home-video__actions.is-active .home-video__actions-more {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 5px;
  }
  .home-video__actions-more {
    bottom: 50px;
    left: 15px;
  }

  .home-video__btn {
    width: 30px;
    height: 30px;
    text-indent: -9999px !important;
    min-height: 30px;
    line-height: 0px;
    /* border-radius: 4px; */
    text-align: unset;
    margin-bottom: 0;
    margin-right: 3px;
  }

  .home-video__btn .mobile-hide {
    display: none;
  }

  .home-video__btn.full-video {
    display: none;
  }
  .home-video__block video.video-swap{
  height: 100%;
  }
  .home-video__actions{
  /*display: none;*/
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .home-video__btn {
    width: 65px;
    height: 65px;
    font-size: 9px;
  }

  .home-video__actions.is-active .home-video__trigger,
  .home-video__trigger:hover,
  .home-video__trigger:focus {
    width: 65px;
    height: 65px;
  }

  .home-video__trigger-text {
    font-size: 9px;
  }
  .home-video__actions-more {
    bottom: 75px;
}
}
@media (max-width: 767.98px) and (orientation: landscape){
  .home-video__container{
    min-height: 280px;
  }
}

/* Page Editor Starts */
.page-component-mi-block .home-video__container {
  position: relative;
  z-index: 2;
}
.home-video.js-home-video.home-mp4-vide {
  overflow: hidden;
  position: relative;
}
/* Page Editor Ends*/
    .home-intro-section {
        padding: 125px 0 115px 0;
        text-align: left;
        overflow: visible;
      position: relative;
    }
 .home-intro-section .uk-container{
    position: relative;
    z-index: 1;
}
 .home-intro-section:before {
    content: "";
    background-image: url(https://assets.milestoneinternet.com/coury-hospitality/nova-lounge-at-vast/website-assets/images-noindex/intro-pattern.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 38px;
}
.home-intro-section:after {
    content: "";
    background-image: url(https://assets.milestoneinternet.com/coury-hospitality/nova-lounge-at-vast/website-assets/images-noindex/cocktail-pattern.svg);
        position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    height: 100%;
    background-repeat: no-repeat;
    max-height: 297px;
    z-index: 0;
    background-position: center;
      margin-right: 50px;
}

    .introimgpad {
        position: relative;
        margin-top: -185px;
        text-align: right;
    }
.introimgpad img {
    width: auto;
    box-shadow: 0px 0px 59px #4A141457;
}
.home-intro-section .menubtnpad.mobile-btn {
    display: none;
}
@media (max-width: 959.98px){
  .introimgpad{
      margin-top: 0;
    text-align: center;
  }
 .home-intro-sec-wrap{
    max-width: 700px;
    margin: 0 auto;
}
  .introimgpad img{width: 100%;}
  .home-intro-section:after{
  display: none;
  }
}
@media (max-width: 767.98px){
  .home-intro-section{
  padding: 80px 0;
  }
  .menubtnpad {
    display: none;
}
.home-intro-section .menubtnpad.mobile-btn {
    display: flex;
    justify-content: center;
      margin-top: 50px;
}
}
.home-our-menu-section {
        display: flex;
        max-width: 1380px;
        margin: 0 auto;
        justify-content: flex-end;
        padding: 55px 70px;
        min-height: 640px;
  position: relative;
  background-position: center;
    }
.home-our-menu-section:after{
      content: "";
    background: linear-gradient(270deg, rgba(63, 43, 46, 0.9) 0%, rgba(63, 43, 46, 0.18) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;    
  background: linear-gradient(270deg, rgba(16, 24, 32, 0.9) 20%, rgba(16, 24, 32, 0.18) 80%);
}
    .homemennuinpad {
        max-width: 400px;
        z-index: 1;
        position: relative;
      text-align: center;
    }
.menulist {
    list-style: none;
    margin: 40px 0 50px;
    padding: 0;
}
.menulist li {
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color);
}
.menulist li:first-of-type {
    border-top: 1px solid var(--border-color);
}
ul.menulist a {
    letter-spacing: 3%;
}
ul.menulist a:hover, ul.menulist a:focus{
color: var(--text-color);
  text-decoration: underline;
}
@media (max-width: 767.98px){
  .home-our-menu-section{
      padding: 55px 20px;
  }
  .homemennuinpad{
  max-width: 500px;
    margin: 0 auto;
  }
  .home-our-menu-section:after{
  background: #3F2B2EB2;

  }
}
.home-giftcards-section {
     
      padding: 80px 0;
      position: relative;
      z-index: 1;
  background-size: cover;
      background-attachment: fixed;
  background-position: center;
    }
.home-giftcards-section:after{
         position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  background: #101820B2;

    }
.giftheading {
      margin-top: 30px;
      margin-bottom: 30px;
    }
.giftcards-wrap{
position: relative;
  z-index: 1;
}
.home-gift-txtpad {
    max-width: 420px;
}
@media (max-width: 767.98px){
  .home-giftcards-section{
      padding: 50px 0;
  }
  .home-giftcards-section:after{
  background: #00000099;
  }
  .home-gift-card-grid .uk-width-1-2\@s {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
  .home-gift-txtpad {
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 50px !important;
}
  .giftheading {
    margin-top: 0px;
    margin-bottom: 20px;
}
}
.home-instargram-feed-section {
    padding: 115px 0;
    text-align: center;
  position: relative;
  }
.home-instargram-feed-section:before{
content: "";
    background-image: url(https://assets.milestoneinternet.com/coury-hospitality/nova-lounge-at-vast/website-assets/images-noindex/intro-pattern.png);
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    height: 38px;
}
.home-instargram-feed-section:after {
    content: "";
    background-image: url(https://assets.milestoneinternet.com/coury-hospitality/nova-lounge-at-vast/website-assets/images-noindex/social-pattern.svg);
    position: absolute;
    left: 0;
    right: 0;
    top: -120px;
    bottom: auto;
    height: 100%;
    background-repeat: no-repeat;
    max-height: 556px;
    z-index: -1;
    /* margin-right: 50px; */
    max-width: calc(50% + (1180px / 2) - 40px);
    margin-left: auto;
}
  .left-content-sec-widget-container {
    padding-right: 0;
    max-width: calc(50% + (1280px / 2) - 40px);
    margin-right: 0;
    padding-left: 20px;
}
.socialfeed-title {
    text-align: left;
  color: var(--text-color);
}
  .image-social-link span:before {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
  
  }
.socialfeed-title h2{
position: relative;
}
.socialfeed-title h2:after{
content: "";
    width: 15%;
    height: 1px;
    background-color: var(--text-color);
    position: absolute;
    top: 50%;
    right: -32px;
    left: auto;
}
  .image-social-link span {
    right: 17px !important;
    bottom: 17px !important;
    z-index: 1;
  }
  .socialimgpad .feed-slider li {
    width: 444px;
}
  .image-wrap {
    position: relative;
  }
  
  .image-wrap:after {
    content: "";
    
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.47%, rgba(0, 0, 0, 0.4) 100%);

  }
  .image-wrap:before {
    content:'\e901';
    font-family: var(--icon-fonts);
    position: absolute;
    right: 16px;
    bottom: 16px;
    color: var(--text-color);
    z-index: 99;
}
  .socialfeed-title a {
  
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    color: var(--text-color);
  }

  
  .socialfeed-title a:hover,
  .socialfeed-title a:focus {
    opacity: .7;
  }
.socialfeed-title a:hover span,
.socialfeed-title a:focus span{
 	text-decoration: none; 
}
  
  .socialfeed-title a span {
    position: relative;
    margin-right: 10px;
    top: 0px;
  }
  
  .socialimgpad {
    list-style-type: none;
    margin-top: 0px;
  }
  
  .socialimgpad li span {
    /*position: absolute;
    right: 16px;
    bottom: 30px;*/
  }
  
  .socialimgpad .image-wrap {
    transition: all 0.3s ease 0s;
    display: block;
  }
  
  .socialimgpad img {
    width: 100%;
  }
  
  .socialimgpad .image-wrap:hover {
    box-shadow: 0px 0px 24px #4a141457;
  }
  
  .socialheading {
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    padding: 15px 0 0 0;
  }
  
  .mob-feed-sec .sociallink {
    margin-bottom: 13px;
  }
  
 
.feed-slider-control{
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.feed-slider-control.mobile{
display: none;
}
@media (max-width: 1199.98px){
.socialimgpad .feed-slider li {
    width: 40%;
}
.homefeed-left.homesocialhead {
    width: 30%;
}
  .socialimgpad{
  width: 70%;
  }
  .socialfeed-title h2:after{
  display: none;
  }
}
@media (max-width: 959.98px){
  .left-content-sec-widget-container{
  padding: 0 20px;
  }
  .socialimgpad .feed-slider li {
    width: 50%;
}
  .homefeed-left.homesocialhead {
    width: 100%;
            margin-bottom: 25px;
}
  .socialimgpad{
  width: 100%;
  }
  .socialfeed-title{
  text-align: center;
    
  }
  .socialfeed-title a, .feed-slider-control{
  justify-content: center;
  }
  .feed-slider-control.desktop{
  display: none;
  }
  .feed-slider-control.mobile{
  display: flex;
  }
   .home-instargram-feed-section {
    padding: 60px 0 100px;
}
  .feed-slider-control a:hover,
  .feed-slider-control a:focus{
  opacity: .7;
  }
}
@media (max-width: 767.98px){
  .socialimgpad .image-wrap{
  max-width: 500px;
    margin: 0 auto;
  }
  .socialimgpad .feed-slider li{
  width: 100%;
  }
  .home-instargram-feed-section {
    padding: 40px 0 100px;
}
  .home-instargram-feed-section:after{
  background-size: contain;
    background-position: center;
        max-height: 346px;
    top: -34%;
  }
   .feed-slider-control a{
  font-size: 10px;
  }
  
  .feed-slider-control {
    gap: 30px;
}
}
.dining-widget-section {
    padding: 115px 0;
}
.dining-form-modal *:not(button) {
    color: var(--primary-color);
}
.dining-form-modal .uk-close:hover *, .dining-form-modal .uk-close:focus * {
    color: var(--highlight-color);
}
.dining-form-modal .form__checkbox a{
color: var(--primary-color) !important;
}

.dining-form-modal .uk-checkbox:checked {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.637' height='10.169' viewBox='0 0 13.637 10.169'%3E%3Cpath id='Icon_awesome-check' data-name='Icon awesome-check' d='M4.632,14.547.2,10.115a.682.682,0,0,1,0-.964l.964-.964a.682.682,0,0,1,.964,0l2.986,2.986,6.395-6.395a.682.682,0,0,1,.964,0l.964.964a.682.682,0,0,1,0,.964L5.6,14.547A.682.682,0,0,1,4.632,14.547Z' transform='translate(0 -4.577)' fill='%23101820'/%3E%3C/svg%3E%0A")
   
}
.dining-form-modal button.ui-datepicker-trigger:after {
    content: "\e963";
    font-family: var(--icon-fonts);
    font-size: 20px;
    top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.dining-form-modal button.ui-datepicker-trigger img{
display: none;
}
.dining-form-modal .form__control.uk-select:not([multiple]):not([size]), .dining-form-modal .form__group .uk-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23101820' stroke-width='2' points='16 7 10 13 4 7'%3E%3C/polyline%3E%3C/svg%3E");
}
.dining-form-modal .uk-modal-dialog{
width: 750px;
}
.dining-form-modal .form__control::placeholder {
    color: var(--primary-color);
}
.dining-form-modal .uk-input:focus, .dining-form-modal .uk-select:focus, .dining-form-modal .uk-textarea:focus{
 color: var(--primary-color);
}
@media (max-width: 959.98px){
  .dining-widget-section{
  padding: 60px 0;
  }
  .dining-widget-section-wrap {
    max-width: 700px;
    margin: 0 auto;
}
  .homediningtxtpad{
    margin-top: 50px;
}
  .lt212-widget__media.dining-imgpad img {
    width: 100%;
}
  .dining-widget-section-wrap .uk-grid{
      flex-direction: column-reverse;
  }
}
@media (max-width: 767.98px){
 .homediningtxtpad{
    margin-top: 30px;
}
}
    .home-fullwidth-section {
        position: relative;
        z-index: 2;
        display: flex;
        margin-bottom: 240px;
    }
.home-gallery-single-image {
    max-height: 550px;
  height: 50%;
}
    .home-gallery-single-image img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
.home-gallery-multiple-image{
height: 50%;
}
.home-gallery-multiple-image > * {
    height: 100%;
}
.home-gallery-multiple-image .uk-slideshow-items {
    height: 100%;
}
.home-gallery-multiple-image img {
    width: 100%;
      height: 100%;
    object-fit: cover;
}

.home-gallery-multiple-image .uk-dotnav {
    position: absolute;
    left: auto;
    right: 24px;
        bottom: 40px;
    margin: 0 auto;
    text-align: center;
    flex-wrap: inherit;
}
    .gallery-content {
        text-align: right;
        height: 0;
        position: relative;
        top: 20px;
        margin-right: 5px;
    }
.gallery-content:before{
        position: absolute;
        content: "";
        height: 1px;
        width: 70%;
        left: 0;
        background: var(--text-color);
        top: 30px;
}
    .reviewimgpad {
        top: 128px;
        width: 100%;
        margin: auto;
        z-index: 9;
      position: relative;
    }
.gallery-content-wrap{
max-width: 300px;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    margin: 0 -70px 0 auto;
    justify-content: flex-start;
}
.reviewimgpad img {
    width: 100%;
    box-shadow: 0px 4px 54px 0px #00000054;
  max-height: 758px;
        width: 100%;
}
.img-text-wrap {
   
  max-width: 505px;
    margin: 0 auto;
    padding-top: 92px;
  position: relative;
}
.review-section-text{
 max-width: 495px;
}
.review-author-sec {
    text-transform: uppercase;
}
.fullright{
        position: relative;
          background-repeat: no-repeat;
        background-size: cover;
  background-blend-mode: luminosity;
  background-position: center;
      background-color: var(--tertiary-color);
}
.fullright:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--highlight-color);
    opacity: .95;
}
@media (max-width: 1500px){
  .gallery-content:before{
  width: 60%;
  }
}
@media (max-width: 1259.98px){
.gallery-content-wrap{
  margin-right: 0;
  }
  .gallery-content:before {
        width: 48%;
    }
}
@media (max-width: 1199.98px){
  .img-text-wrap{
  max-width: 420px;
  }
   .gallery-content:before{
  width: 40%;
  }
  
}
@media (max-width: 1023.98px){
.gallery-content:before{
  width: 35%;
  }
}
@media (max-width: 959.98px){
  .home-fullwidth-section{
  flex-wrap: wrap;
  }
  .fullleft {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
  .home-gallery-single-image {
    height: 100%;
    height: 400px;
    width: 50%;
}
  .home-gallery-multiple-image {
    height: auto;
    width: 50%;
}
  .home-gallery-multiple-image .uk-slideshow-items {
    height: auto;
}
  .home-gallery-multiple-image > * {
    height: auto;
}
  .gallery-content-wrap{
      margin: 0 auto;
  }
  .gallery-content {
    text-align: left;
    height: auto;
    position: absolute;
    bottom: 35px;
    margin-right: 5px;
    right: 0;
    top: auto;
}
  .gallery-content:before{
  display: none;
  }
}
@media (max-width: 767.98px){
 
  .home-gallery-single-image, .home-gallery-multiple-image{
  display: none;
  }
      .home-fullwidth-section {
        flex-direction: column-reverse;
    }
  .img-text-wrap{
      margin-top: 50px;
    max-width: 440px;
        padding: 0 20px;
  }
  .reviewimgpad{
  top: 30px;
  }
  .reviewimgpad img{
  max-height: 520px;
  }
  .gallery-content {
    text-align: left;
    height: 100%;
    position: relative;
    bottom: 0;
    margin-right: 0px;
    right: 0;
    width: 100%;
    margin-top: 65px;
    text-align: center;
}
  .gallery-content-wrap{
      justify-content: center;
  }
  .gallery-content-wrap .galleryheading {
    font: var(--mob-h2-title-fonts);        
    text-transform: uppercase;
            margin-bottom: 30px;
}
  .home-fullwidth-section{
      margin-bottom: 80px;
  }
  
}
.center-footer {
    text-align: center;
    padding: 60px 0;
    background: var(--bg-footer);
    color: var(--footer-color);
}

.center-footer a {
    color: var(--footer-color);
}

.center-footer a:hover, .center-footer a:focus-visible,
.center-footer a.navON{
   /* color: var(--text-color);*/
  opacity: .6;
}
.center-footer a.uk-button:hover, .center-footer a.uk-button:focus-visible{
opacity: 1;
}
.center-footer__media > * {
    width: 100%;
    display: block;
}

.center-footer__media {
    margin-bottom: 60px;
}

.center-footer__logo {
    margin-bottom: 30px;
}

.center-footer__logo > a {
	display: inline-block;
}

.center-footer__contact {
    margin-bottom: 25px;
}

.center-footer__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 30px;
    padding: 10px 20px;
}

.center-footer__nav-item > a {
    font: var(--footer-fonts);
    text-transform: var(--footer-fonts-text-transform);
    padding: 10px;
    display: inline-flex;
    letter-spacing: 1.68px;
  	color: var(--footer-color);
}

.center-footer__nav-item>a:hover, .center-footer__nav-item>a:focus-visible {
    color: var(--highlight-color);
}

.center-footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 25px;
}

.center-footer__social-item > a {
  
    font-size: 20px;
}

.center-footer__social-item > a:hover,
.center-footer__social-item > a:focus-visible {
   opacity: .6;
  color: var(--text-color);
}

.center-footer__submenu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  margin-bottom: 25px;
}

.center-footer__submenu-item > a {
    color: var(--footer-color);
}
.center-footer__submenu-item>a:hover, .center-footer__submenu-item>a:focus-visible,
.center-footer__submenu-item>a.navON{
    opacity: 0.6;
}
.footer__submenu {
    display: flex;
    list-style: none;
    justify-content: center;
    padding-left: 0;
    column-gap: 40px;
  margin-bottom: 25px;
  flex-wrap: wrap;
  row-gap: 10px;
  
}
.center-footer__submenu-item + .center-footer__submenu-item {
    margin-left: 0px;
}

.center-footer__copyright {
    margin-left: 25px;
}

.center-footer__contact a[href^="tel:"],
.center-footer__contact a[href^="mailto:"] {
    color: var(--highlight-color);
}

.center-footer__contact a[href^="tel:"]:hover,
.center-footer__contact a[href^="tel:"]:focus-visible,
.center-footer__contact a[href^="mailto:"]:hover,
.center-footer__contact a[href^="mailto:"]:focus-visible {
    color: var(--text-color);
}

.center-footer__container {
    max-width: 1044px;
}
.subscribe-cta {
    margin-bottom: 30px;
}
.business-footer__logo {
    display: flex;
    justify-content: center;
    gap: 15px;
}

@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1023.98px) {
}

@media (max-width: 959.98px) {
}

@media (max-width: 767.98px) {
  .center-footer{
  padding: 60px 0 100px;
  }
    .center-footer__media {
        margin-bottom: 40px;
        position: relative;
        height: 0;
        padding-bottom: 66.634%;
    }
    .center-footer__media > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .center-footer__copyright {
        width: 100%;
        margin: 10px 0 0;
    }
  .business-footer__logo{
      flex-wrap: wrap;
  }
  .business-logo-title{
  width: 100%;
  }
  .business-footer__logo a{
  width: 148px;
  }
  .business-footer__logo a img{
  width: 100%;
  }
  .offers-subscribe-sec .title--l{
  font: var(--mob-h4-title-fonts)
  }
  .center-footer__logo > a{
  width: 160px;
  }
  .footer__submenu{
  column-gap: 20px;
  }
}

@media (max-width: 639.98px) {
}

@media (max-width: 575px) {
}
