* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

@font-face {
  font-family: "Montserrat";
  src: url("../index-3.html") format("eot"), url("../woff2/montserrat-bold.woff2") format("woff2"), url("../woff/montserrat-bold.woff") format("woff"), url("../ttf/montserrat-bold.ttf") format("truetype"), url("../index-3.html#Samplino") format("svg"); }
@font-face {
  font-family: "Montserrat";
  src: url("../index-3.html") format("eot"), url("../woff2/montserrat-medium.woff2") format("woff2"), url("../woff/montserrat-medium.woff") format("woff"), url("../ttf/montserrat-medium.ttf") format("truetype"), url("../index-3.html#Samplino") format("svg"); }
@font-face {
  font-family: "BoardwalkAvenuePenBold";
  src: url("../index-3.html") format("eot"), url("../woff2/boardwalkavenuepenbold.woff2") format("woff2"), url("../woff/boardwalkavenuepenbold.woff") format("woff"), url("../index-3.html") format("truetype"), url("../index-3.html#Samplino") format("svg"); }
html {
  scroll-behavior: smooth; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.btn {
  font-size: 15px;
  border: 1px solid;
  border-radius: 6px;
  padding: 10px 30px 9px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  transition: all 0.35s; }
  @media screen and (max-width: 992px) {
    .btn {
      padding: 10px 15px 9px; } }
  @media screen and (max-width: 860px) {
    .btn {
      padding: 10px 12px 9px; } }
  @media screen and (max-width: 640px) {
    .btn {
      padding: 10px 20px 9px; } }
  .btn.learn-btn {
    width: 180px; }
  .btn.book-btn {
    width: 222px; }
    @media screen and (max-width: 1199px) {
      .btn.book-btn {
        width: max-content; } }
    @media screen and (max-width: 992px) {
      .btn.book-btn {
        width: 220px; } }
    @media screen and (max-width: 767px) {
      .btn.book-btn {
        width: max-content; } }
  .btn.view-btn {
    width: 148px; }
  .btn.explore-btn {
    width: 334px; }

h1 {
  font-size: 100px;
  font-family: "ivypresto-headline", serif; }
  @media screen and (max-width: 992px) {
    h1 {
      font-size: 64px; } }
  @media screen and (max-width: 640px) {
    h1 {
      font-size: 48px; } }

h2 {
  font-size: 80px;
  font-family: "ivypresto-headline", serif; }
  @media screen and (max-width: 992px) {
    h2 {
      font-size: 52px; } }
  @media screen and (max-width: 640px) {
    h2 {
      font-size: 42px; } }

h3 {
  font-size: 40px;
  font-family: "ivypresto-headline", serif; }
  @media screen and (max-width: 992px) {
    h3 {
      font-size: 38px; } }
  @media screen and (max-width: 640px) {
    h3 {
      font-size: 32px; } }

h4 {
  font-size: 35px;
  font-family: "ivypresto-headline", serif; }
  @media screen and (max-width: 992px) {
    h4 {
      font-size: 32px; } }
  @media screen and (max-width: 640px) {
    h4 {
      font-size: 28px; } }

h5 {
  font-size: 30px;
  font-family: "ivypresto-headline", serif; }
  @media screen and (max-width: 992px) {
    h5 {
      font-size: 28px; } }
  @media screen and (max-width: 640px) {
    h5 {
      font-size: 24px; } }

h6 {
  font-size: 25px;
  font-family: "ivypresto-headline", serif; }
  @media screen and (max-width: 992px) {
    h6 {
      font-size: 24px; } }
  @media screen and (max-width: 640px) {
    h6 {
      font-size: 20px; } }

p {
  font-size: 30px;
  display: block;
  font-family: "Montserrat"; }
  @media screen and (max-width: 1140px) {
    p {
      font-size: 17px; } }
  @media screen and (max-width: 960px) {
    p {
      font-size: 15px; } }
  @media screen and (max-width: 720px) {
    p {
      font-size: 13px; } }
  @media screen and (max-width: 540px) {
    p {
      font-size: 11px; } }
  @media screen and (max-width: 360px) {
    p {
      font-size: 9px; } }

a {
  text-decoration: none; }

@media screen and (min-width: 1360px) {
  .container {
    max-width: 1280px; } }
@media screen and (min-width: 890px) and (max-width: 992px) {
  .container {
    max-width: 860px; } }
@media screen and (min-width: 660px) and (max-width: 767px) {
  .container {
    max-width: 640px; } }

@keyframes scrolldown {
  10% {
    background-position: 0 -40px; }
  55% {
    background-position: 0 0; }
  100% {
    background-position: 0 40px; } }
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes menu-load-state-top {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(8px); }
  100% {
    transform: translateY(8px); } }
@keyframes menu-load-state-bottom {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-8px); }
  100% {
    transform: translateY(-8px); } }
#myTab {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  border: none; }
  #myTab li {
    margin-bottom: 15px; }
  #myTab h5 {
    font-weight: 100;
    color: #1a1a1a;
    padding: 0 20px; }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
      #myTab h5 {
        font-size: 28px;
        padding: 0 15px; } }
    #myTab h5 button {
      color: #1a1a1a;
      border: none;
      background: transparent;
      padding: 0; }
      #myTab h5 button.active {
        border-bottom: 1px solid #1a1a1a; }

/* Loading Animation */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fdc214;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1040;
  animation: slideUp 1.5s ease-in-out forwards 3s;
  flex-direction: column;
  overflow: hidden;
  text-align: center; }
  .overlay .loading-text {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    animation: fadeInOut 1.5s infinite; }
  .overlay::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fdc214;
    border-top-left-radius: 50% 50px;
    border-top-right-radius: 50% 50px; }

@keyframes fadeInOut {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes slideUp {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }
nav.fixed-top {
  background: transparent !important;
  padding: 20px 0;
  z-index: 99; }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    nav.fixed-top {
      padding: 15px 0; } }
  @media screen and (max-width: 640px) {
    nav.fixed-top {
      padding: 10px 0; } }
  nav.fixed-top .header-logo .navbar-brand {
    margin-right: 0;
    text-align: center; }
    nav.fixed-top .header-logo .navbar-brand img {
      margin: auto; }
      @media screen and (max-width: 640px) {
        nav.fixed-top .header-logo .navbar-brand img {
          height: 30px; } }
  nav.fixed-top .header-logo .logo-black {
    display: none; }
  nav.fixed-top .header-logo .logo-white {
    display: flex; }
@media screen and (max-width: 640px) {
  nav .container {
    padding: 0 15px; } }
nav .header-logo {
  text-align: center; }
  @media screen and (max-width: 1199px) {
    nav .header-logo {
      width: 33.33%; } }
  @media screen and (max-width: 767px) {
    nav .header-logo {
      display: flex;
      order: 1;
      width: 85%; } }
@media screen and (max-width: 1199px) {
  nav .header-menu {
    width: 33.33%; } }
@media screen and (max-width: 767px) {
  nav .header-menu {
    display: flex;
    order: 2;
    width: 15%;
    justify-content: end; } }
@media screen and (max-width: 640px) {
  nav .header-menu {
    margin-top: -10px; } }
nav .header-menu .navbar-toggler {
  border: none;
  padding: 0;
  position: relative;
  height: 30px; }
  nav .header-menu .navbar-toggler:hover span {
    top: -4px; }
    nav .header-menu .navbar-toggler:hover span::before {
      display: none; }
    nav .header-menu .navbar-toggler:hover span::after {
      bottom: -8px; }
  nav .header-menu .navbar-toggler span {
    background: #FFFFFF;
    border-radius: 3px;
    position: relative;
    width: 30px;
    height: 2px;
    margin-top: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    top: -8px; }
    nav .header-menu .navbar-toggler span::before, nav .header-menu .navbar-toggler span::after {
      background: #FFFFFF;
      border-radius: 3px;
      content: '';
      position: absolute;
      width: 30px;
      height: 2px;
      margin-top: 9px;
      -webkit-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      left: 0; }
    nav .header-menu .navbar-toggler span::before {
      margin-top: -9px;
      bottom: -8px; }
    nav .header-menu .navbar-toggler span::after {
      bottom: -16px; }
  nav .header-menu .navbar-toggler:focus {
    box-shadow: none; }
nav .header-menu #offcanvasNavbar {
  height: 100%;
  background: #fdc214;
  transition: all ease-in-out 0.4s;
  overflow: hidden;
  overflow-y: auto;
  height: 100vh; }
  nav .header-menu #offcanvasNavbar .offcanvas-header {
    padding: 20px 0;
    width: 100%; }
    nav .header-menu #offcanvasNavbar .offcanvas-header .sticky-close {
      width: 33.33%; }
      @media screen and (max-width: 767px) {
        nav .header-menu #offcanvasNavbar .offcanvas-header .sticky-close {
          display: flex;
          order: 2;
          width: 15%; } }
      nav .header-menu #offcanvasNavbar .offcanvas-header .sticky-close .btn-close {
        color: #1a1a1a;
        opacity: 1;
        transform: scale(1.2);
        transition: all ease-in-out 0.4s;
        filter: none; }
        nav .header-menu #offcanvasNavbar .offcanvas-header .sticky-close .btn-close:focus {
          box-shadow: none; }
        nav .header-menu #offcanvasNavbar .offcanvas-header .sticky-close .btn-close:hover {
          transform: scale3d(1.2, 0.85, 1.2); }
        @media screen and (max-width: 640px) {
          nav .header-menu #offcanvasNavbar .offcanvas-header .sticky-close .btn-close {
            margin-top: -10px; } }
    nav .header-menu #offcanvasNavbar .offcanvas-header .sticky-logo {
      width: 33.33%; }
      @media screen and (max-width: 767px) {
        nav .header-menu #offcanvasNavbar .offcanvas-header .sticky-logo {
          display: flex;
          order: 1;
          width: 85%; } }
      nav .header-menu #offcanvasNavbar .offcanvas-header .sticky-logo img {
        margin: auto;
        display: flex; }
        @media screen and (max-width: 767px) {
          nav .header-menu #offcanvasNavbar .offcanvas-header .sticky-logo img {
            margin: inherit; } }
        @media screen and (max-width: 640px) {
          nav .header-menu #offcanvasNavbar .offcanvas-header .sticky-logo img {
            height: 30px; } }
    nav .header-menu #offcanvasNavbar .offcanvas-header .sticky-btn {
      width: 33.33%;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      @media screen and (max-width: 767px) {
        nav .header-menu #offcanvasNavbar .offcanvas-header .sticky-btn {
          display: none; } }
      nav .header-menu #offcanvasNavbar .offcanvas-header .sticky-btn a {
        color: #1a1a1a;
        border-color: #1a1a1a; }
  nav .header-menu #offcanvasNavbar .offcanvas-body {
    display: flex;
    padding: 0;
    justify-content: space-between; }
    @media screen and (max-width: 640px) {
      nav .header-menu #offcanvasNavbar .offcanvas-body {
        display: block; } }
    nav .header-menu #offcanvasNavbar .offcanvas-body .mobile-btn {
      display: none; }
      @media screen and (max-width: 640px) {
        nav .header-menu #offcanvasNavbar .offcanvas-body .mobile-btn {
          display: block; } }
    @media screen and (max-width: 992px) {
      nav .header-menu #offcanvasNavbar .offcanvas-body .dropdown-list {
        width: 100%; } }
    nav .header-menu #offcanvasNavbar .offcanvas-body .dropdown-list .navbar-nav .menu-item {
      line-height: 60px; }
      @media screen and (max-width: 992px) {
        nav .header-menu #offcanvasNavbar .offcanvas-body .dropdown-list .navbar-nav .menu-item {
          line-height: 50px; } }
      nav .header-menu #offcanvasNavbar .offcanvas-body .dropdown-list .navbar-nav .menu-item a {
        color: rgba(26, 26, 26, 0.6);
        font-size: 80px;
        font-family: "ivypresto-headline", serif;
        font-weight: 100;
        letter-spacing: 0.4px; }
        @media screen and (max-width: 1366px) {
          nav .header-menu #offcanvasNavbar .offcanvas-body .dropdown-list .navbar-nav .menu-item a {
            font-size: 75px; } }
        @media screen and (max-width: 1199px) {
          nav .header-menu #offcanvasNavbar .offcanvas-body .dropdown-list .navbar-nav .menu-item a {
            font-size: 65px; } }
        @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
          nav .header-menu #offcanvasNavbar .offcanvas-body .dropdown-list .navbar-nav .menu-item a {
            font-size: 54px; } }
        @media screen and (max-width: 992px) {
          nav .header-menu #offcanvasNavbar .offcanvas-body .dropdown-list .navbar-nav .menu-item a {
            font-size: 52px; } }
        @media screen and (max-width: 640px) {
          nav .header-menu #offcanvasNavbar .offcanvas-body .dropdown-list .navbar-nav .menu-item a {
            font-size: 34px;
            line-height: 40px; } }
        @media screen and (max-width: 375px) {
          nav .header-menu #offcanvasNavbar .offcanvas-body .dropdown-list .navbar-nav .menu-item a {
            font-size: 30px; } }
      nav .header-menu #offcanvasNavbar .offcanvas-body .dropdown-list .navbar-nav .menu-item.current-menu-item a {
        color: #1a1a1a; }
    nav .header-menu #offcanvasNavbar .offcanvas-body .dropdown-img {
      display: flex;
      justify-content: flex-end; }
      @media screen and (max-width: 992px) {
        nav .header-menu #offcanvasNavbar .offcanvas-body .dropdown-img {
          display: none; } }
      nav .header-menu #offcanvasNavbar .offcanvas-body .dropdown-img img {
        width: 370px;
        height: 580px;
        border-radius: 12px; }
        @media screen and (max-width: 992px) {
          nav .header-menu #offcanvasNavbar .offcanvas-body .dropdown-img img {
            width: 300px;
            height: 450px; } }
nav .header-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  @media screen and (max-width: 1199px) {
    nav .header-btn {
      width: 33.33%; } }
  @media screen and (max-width: 767px) {
    nav .header-btn {
      display: none; } }
  nav .header-btn a {
    color: #FFFFFF;
    border-color: #FFFFFF; }
    nav .header-btn a:hover {
      background: #FFFFFF;
      color: #1a1a1a;
      border-color: #FFFFFF; }
nav.sticky {
  background: #fffef3 !important;
  transition: all 0.3s ease; }
  nav.sticky .header-logo .logo-black {
    display: flex; }
  nav.sticky .header-logo .logo-white {
    display: none; }
  nav.sticky .header-menu span {
    background: #1a1a1a; }
    nav.sticky .header-menu span::before, nav.sticky .header-menu span::after {
      background: #1a1a1a; }
  nav.sticky .header-btn a {
    color: #1a1a1a;
    border-color: #1a1a1a; }
    nav.sticky .header-btn a:hover {
      background: #1a1a1a;
      color: #FFFFFF;
      border-color: #1a1a1a; }

.banner-sec {
  height: 100vh;
  position: relative;
  /* ----------- iPad 1, 2, Mini and Air ----------- */
  /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
  /* ----------- iPad Pro 10.5" ----------- */
  /* ----------- iPad Pro 12.9" ----------- */ }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .banner-sec {
      height: 50vh; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .banner-sec {
      height: 50vh; } }
  @media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .banner-sec {
      height: 50vh; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .banner-sec {
      height: 50vh; } }
  @media screen and (max-width: 640px) {
    .banner-sec {
      height: 100vh; } }
  .banner-sec::before {
    content: "";
    background: rgba(26, 26, 26, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .banner-sec video {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0; }
  .banner-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .banner-sec .image-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 9;
    text-align: center;
    width: 80%; }
    @media screen and (max-width: 640px) {
      .banner-sec .image-txt {
        width: 320px; } }
    @media screen and (max-width: 360px) {
      .banner-sec .image-txt {
        width: 100%; } }
    .banner-sec .image-txt p {
      color: #FFFFFF;
      font-weight: 700;
      line-height: 22.5px;
      font-size: 15px; }
    .banner-sec .image-txt h2 {
      color: #FFFFFF;
      letter-spacing: 0.52px;
      font-weight: 100; }
      @media screen and (max-width: 640px) {
        .banner-sec .image-txt h2 br {
          display: none; } }
    .banner-sec .image-txt .book-btn {
      background: #fdc214;
      color: #1a1a1a;
      margin-top: 35px;
      border: none;
      margin: 35px auto 0; }
  .banner-sec .scroll-down {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9; }
    .banner-sec .scroll-down p {
      font-size: 13px;
      font-weight: 500;
      color: #FFFFFF; }
    .banner-sec .scroll-down .line-animation {
      position: relative; }
      .banner-sec .scroll-down .line-animation .c-scrolldown {
        width: 0.8px;
        height: 50px;
        position: absolute;
        bottom: -50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        overflow: hidden; }
        .banner-sec .scroll-down .line-animation .c-scrolldown .c-line {
          width: 100%;
          height: 100%;
          display: block;
          background: linear-gradient(to bottom, white 50%, rgba(255, 254, 243, 0.4) 50%);
          background-position: 0 -40px;
          background-size: 100% 200%;
          animation: scrolldown 3s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite; }

/* Home Page */
.home-about {
  padding: 80px 0; }
  @media screen and (max-width: 992px) {
    .home-about {
      padding: 60px 0; } }
  @media screen and (max-width: 640px) {
    .home-about {
      padding: 48px 0; } }
  .home-about h3 {
    text-align: center;
    font-weight: 100;
    line-height: 44px;
    letter-spacing: 0.4px;
    margin-bottom: 0; }
    @media screen and (max-width: 992px) {
      .home-about h3 br {
        display: none; } }
  .home-about p {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding-top: 40px; }

#app {
  margin: 0 0 80px; }

.slideanimation {
  margin-top: 80px; }

.categorie-sec {
  margin: 0 0 30px 0;
  padding-bottom: 60px;
  scroll-behavior: smooth;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 992px) {
    .categorie-sec {
      padding: 60px 0; } }
  @media screen and (max-width: 640px) {
    .categorie-sec {
      padding: 48px 0; } }
  @media screen and (max-width: 640px) {
    .categorie-sec .row {
      margin: 0; } }
  .categorie-sec .row .section {
    display: flex;
    margin-bottom: 40px;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .categorie-sec .row .section {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start; } }
    .categorie-sec .row .section:last-child {
      margin-bottom: 0; }
  .categorie-sec .categories-img {
    padding-bottom: 0;
    display: flex;
    align-items: center;
    padding-top: 20px;
    position: relative; }
    .categorie-sec .categories-img .image-left img {
      width: 428.35px;
      height: 500px;
      border-radius: 12px;
      object-fit: cover; }
      @media screen and (max-width: 1199px) {
        .categorie-sec .categories-img .image-left img {
          width: 350px;
          height: 415px; } }
      @media screen and (max-width: 992px) {
        .categorie-sec .categories-img .image-left img {
          width: 280px;
          height: 330px; } }
      @media screen and (max-width: 767px) {
        .categorie-sec .categories-img .image-left img {
          width: 80%; } }
      @media screen and (max-width: 640px) {
        .categorie-sec .categories-img .image-left img {
          width: 270px;
          height: 315px; } }
    .categorie-sec .categories-img .image-right {
      position: absolute;
      bottom: -80px;
      left: 32%; }
      @media screen and (max-width: 640px) {
        .categorie-sec .categories-img .image-right {
          display: flex;
          justify-content: flex-end; } }
      .categorie-sec .categories-img .image-right img {
        position: relative;
        height: 294px;
        width: 314.83px;
        border-radius: 12px;
        object-fit: cover; }
        @media screen and (max-width: 1199px) {
          .categorie-sec .categories-img .image-right img {
            width: 240px;
            height: 225px; } }
        @media screen and (max-width: 992px) {
          .categorie-sec .categories-img .image-right img {
            width: 190px;
            height: 177px;
            margin-top: -110px; } }
        @media screen and (max-width: 767px) {
          .categorie-sec .categories-img .image-right img {
            width: 60%; } }
        @media screen and (max-width: 640px) {
          .categorie-sec .categories-img .image-right img {
            width: 198.51px;
            height: 185.37px;
            right: 0;
            bottom: 0;
            transform: none;
            left: inherit;
            top: inherit; } }
  @media screen and (max-width: 640px) {
    .categorie-sec .categories-cont {
      padding-top: 0px; } }
  .categorie-sec .categories {
    margin-top: 100px; }
    .categorie-sec .categories h2 {
      font-weight: 100;
      letter-spacing: 0.52px;
      margin: 0;
      padding-bottom: 40px; }
      @media screen and (max-width: 1199px) {
        .categorie-sec .categories h2 {
          padding-bottom: 20px; } }
    .categorie-sec .categories ul {
      list-style: none;
      padding-left: 0px;
      padding-bottom: 40px;
      margin: 0; }
      @media screen and (max-width: 1199px) {
        .categorie-sec .categories ul {
          padding-bottom: 20px; } }
      .categorie-sec .categories ul li {
        font-size: 15px;
        font-weight: 700;
        line-height: 22.5px;
        letter-spacing: 0.5px;
        padding: 12px 0;
        font-family: "Montserrat"; }
        .categorie-sec .categories ul li:first-child {
          padding-top: 0; }
        .categorie-sec .categories ul li:last-child {
          padding-bottom: 0; }
        @media screen and (max-width: 1199px) {
          .categorie-sec .categories ul li {
            padding: 7px 0; } }
    .categorie-sec .categories p {
      font-size: 13px;
      line-height: 19px;
      letter-spacing: 0.13px; }
    .categorie-sec .categories .learn-btn {
      border-color: #1a1a1a;
      color: #1a1a1a;
      margin-top: 60px; }
      @media screen and (max-width: 1199px) {
        .categorie-sec .categories .learn-btn {
          margin-top: 20px; } }
      .categorie-sec .categories .learn-btn:hover {
        background: #1a1a1a;
        color: #FFFFFF;
        border-color: #1a1a1a; }
      .categorie-sec .categories .learn-btn.link-btn {
        width: 200px;
        padding: 10px 12px; }
    .categorie-sec .categories .book-btn:hover {
      background: #1a1a1a;
      color: #FFFFFF;
      border-color: #1a1a1a; }

/* Home Room */
.home-room {
  padding: 128px 0; }
  @media screen and (max-width: 992px) {
    .home-room {
      padding: 80px 0; } }
  @media screen and (max-width: 640px) {
    .home-room {
      padding: 64px 0; } }
  .home-room .container {
    position: relative; }
  .home-room .home-room-img {
    position: relative; }
    .home-room .home-room-img .bg-image {
      width: 100%;
      height: 544px;
      border-radius: 12px;
      object-fit: cover; }
      @media screen and (max-width: 640px) {
        .home-room .home-room-img .bg-image {
          width: 506px;
          width: 100%; } }
    .home-room .home-room-img::before {
      content: "";
      background: rgba(26, 26, 26, 0.35);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 12px; }
  .home-room .image-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
    .home-room .image-txt p {
      color: #FFFFFF;
      font-weight: 700;
      line-height: 22.5px;
      font-size: 15px;
      margin: 0;
      padding-bottom: 12px; }
    .home-room .image-txt h2 {
      color: #FFFFFF;
      letter-spacing: 0.52px;
      font-weight: 100;
      margin: 0;
      padding-bottom: 40px; }
    .home-room .image-txt .learn-btn {
      border-color: #FFFFFF;
      color: #FFFFFF;
      margin: auto; }
      .home-room .image-txt .learn-btn:hover {
        background: #FFFFFF;
        color: #1a1a1a;
        border-color: #FFFFFF; }

/* Home History */
.home-history {
  padding: 128px 0;
  background: #fdc214; }
  @media screen and (max-width: 992px) {
    .home-history {
      padding: 80px 0; } }
  @media screen and (max-width: 640px) {
    .home-history {
      padding: 64px 0; } }
  .home-history .row {
    align-items: center; }
    @media screen and (max-width: 767px) {
      .home-history .row {
        margin: 0; } }
  .home-history .home-legacy {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 640px) {
      .home-history .home-legacy {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-end; } }
  .home-history .history-cont {
    text-align: center; }
    @media screen and (max-width: 640px) {
      .home-history .history-cont {
        padding-bottom: 48px; } }
    .home-history .history-cont p {
      font-size: 15px;
      font-weight: 700;
      line-height: 22.5px;
      letter-spacing: 0.5px;
      margin: 0;
      padding-bottom: 20px; }
    .home-history .history-cont h2 {
      font-weight: 500;
      margin: 0;
      padding-bottom: 40px;
      font-family: "BoardwalkAvenuePenBold";
      line-height: 50px; }
      @media screen and (max-width: 992px) {
        .home-history .history-cont h2 {
          font-size: 51px;
          line-height: 36px; } }
      @media screen and (max-width: 1366px) {
        .home-history .history-cont h2 br {
          display: none; } }
    .home-history .history-cont .book-btn {
      border-color: #1a1a1a;
      color: #1a1a1a;
      margin: auto; }
      .home-history .history-cont .book-btn:hover {
        background: #FFFFFF;
        color: #1a1a1a;
        border-color: #1a1a1a; }
  .home-history .history-img {
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      .home-history .history-img {
        padding: 60px 0 0; } }
    @media screen and (max-width: 390px) {
      .home-history .history-img {
        padding: 0 0 0; } }
  .home-history .legacy-img {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: relative;
    width: 450px; }
    @media screen and (max-width: 1366px) {
      .home-history .legacy-img {
        width: 350px; } }
    @media screen and (max-width: 1199px) {
      .home-history .legacy-img {
        width: 280px; } }
    @media screen and (max-width: 767px) {
      .home-history .legacy-img {
        width: 500px; } }
    @media screen and (max-width: 660px) {
      .home-history .legacy-img {
        width: 80%; } }
    .home-history .legacy-img .image-top {
      position: absolute;
      left: -50px;
      top: -20px; }
      @media screen and (max-width: 1199px) {
        .home-history .legacy-img .image-top {
          left: -82px;
          width: 91px; } }
      @media screen and (max-width: 992px) {
        .home-history .legacy-img .image-top {
          width: 71.5px;
          height: 71.5px;
          left: -36px; } }
      @media screen and (max-width: 767px) {
        .home-history .legacy-img .image-top {
          width: 113px;
          height: 113px;
          left: 0; } }
      @media screen and (max-width: 660px) {
        .home-history .legacy-img .image-top {
          width: 71.5px;
          height: 71.5px;
          left: -30px; } }
    .home-history .legacy-img .image-right {
      width: 450px;
      height: 268px;
      object-fit: cover;
      border-radius: 12px; }
      @media screen and (max-width: 1366px) {
        .home-history .legacy-img .image-right {
          width: 380px;
          height: 228px; } }
      @media screen and (max-width: 1199px) {
        .home-history .legacy-img .image-right {
          width: 320px;
          height: 228px; } }
      @media screen and (max-width: 992px) {
        .home-history .legacy-img .image-right {
          width: 283.73px;
          height: 168.98px; } }
      @media screen and (max-width: 767px) {
        .home-history .legacy-img .image-right {
          width: 450px;
          height: 268px; } }
      @media screen and (max-width: 660px) {
        .home-history .legacy-img .image-right {
          width: 100%;
          height: auto; } }
    .home-history .legacy-img .image-bottom {
      width: 356px;
      height: 240px;
      border-radius: 12px;
      object-fit: cover;
      position: relative;
      left: -40%;
      margin-top: -70px; }
      @media screen and (max-width: 1366px) {
        .home-history .legacy-img .image-bottom {
          width: 306px;
          height: 200px; } }
      @media screen and (max-width: 1199px) {
        .home-history .legacy-img .image-bottom {
          width: 286px;
          height: 200px; } }
      @media screen and (max-width: 992px) {
        .home-history .legacy-img .image-bottom {
          width: 224.46px;
          height: 151.32px; } }
      @media screen and (max-width: 767px) {
        .home-history .legacy-img .image-bottom {
          width: 376px;
          height: 240px;
          left: -36%; } }
      @media screen and (max-width: 660px) {
        .home-history .legacy-img .image-bottom {
          width: 82%;
          height: auto;
          left: -42%;
          margin-top: -40px; } }

/* Slider */
.slider {
  padding: 128px 0 0;
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .slider {
      padding: 80px 0; } }
  @media screen and (max-width: 640px) {
    .slider {
      padding: 0 0; } }
  .slider .container {
    margin-right: inherit; }
  .slider .slider-title {
    text-align: center; }
    .slider .slider-title h2 {
      font-weight: 100; }
    .slider .slider-title p {
      font-weight: 700;
      font-size: 15px; }
  .slider .legend-slider, .slider .filter-slider {
    padding-top: 80px; }
    @media screen and (max-width: 640px) {
      .slider .legend-slider, .slider .filter-slider {
        padding-top: 40px; } }
    .slider .legend-slider .slick-list, .slider .filter-slider .slick-list {
      padding-right: 0% !important;
      padding-left: 8% !important; }
      @media screen and (max-width: 767px) {
        .slider .legend-slider .slick-list, .slider .filter-slider .slick-list {
          padding-right: 50px !important;
          padding-left: 0 !important; } }
      .slider .legend-slider .slick-list .slick-track, .slider .filter-slider .slick-list .slick-track {
        margin-right: inherit; }
    .slider .legend-slider .slider-image, .slider .filter-slider .slider-image {
      padding-right: 24px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .slider .legend-slider .slider-image, .slider .filter-slider .slider-image {
          padding: 14px; } }
      .slider .legend-slider .slider-image img, .slider .filter-slider .slider-image img {
        width: 100%;
        height: 559px;
        border-radius: 12px;
        object-fit: cover; }
        @media screen and (max-width: 1199px) {
          .slider .legend-slider .slider-image img, .slider .filter-slider .slider-image img {
            height: 400px; } }
        @media screen and (max-width: 992px) {
          .slider .legend-slider .slider-image img, .slider .filter-slider .slider-image img {
            height: 436px; } }
        @media screen and (max-width: 860px) {
          .slider .legend-slider .slider-image img, .slider .filter-slider .slider-image img {
            height: 380px; } }
        @media screen and (max-width: 640px) {
          .slider .legend-slider .slider-image img, .slider .filter-slider .slider-image img {
            height: 350px; } }
      .slider .legend-slider .slider-image:first-child::after, .slider .filter-slider .slider-image:first-child::after {
        content: '';
        background: url(../svg/mouse-effect.svg) no-repeat;
        width: 156px;
        height: 156px;
        display: block;
        position: absolute;
        right: -80px;
        top: 50px;
        z-index: 1;
        animation: rotate 20s linear infinite; }

/* Offer Section */
.offers-sec {
  padding: 128px 0 40px; }
  @media screen and (max-width: 992px) {
    .offers-sec {
      padding: 80px 0; } }
  @media screen and (max-width: 640px) {
    .offers-sec {
      padding: 64px 0; } }
  .offers-sec .view-btn {
    margin: 80px auto 0; }
    .offers-sec .view-btn:hover {
      background: #1a1a1a;
      color: #FFFFFF;
      border-color: #1a1a1a; }
  .offers-sec .offer-title {
    text-align: center; }
    .offers-sec .offer-title h2 {
      font-weight: 100;
      padding-bottom: 40px; }
  .offers-sec .offer-list {
    padding-top: 80px; }
    .offers-sec .offer-list ul {
      list-style: none;
      padding-left: 0; }
      .offers-sec .offer-list ul li {
        border-top: 1px solid #1a1a1a;
        padding: 32px;
        display: flex;
        align-items: center; }
        .offers-sec .offer-list ul li:last-child {
          border-bottom: 1px solid #1a1a1a; }
        .offers-sec .offer-list ul li .offer-left {
          width: 65%; }
          @media screen and (max-width: 992px) {
            .offers-sec .offer-list ul li .offer-left {
              width: 100%; } }
        .offers-sec .offer-list ul li .offer-img {
          width: 35%; }
          @media screen and (max-width: 992px) {
            .offers-sec .offer-list ul li .offer-img {
              display: none; } }
          .offers-sec .offer-list ul li .offer-img img {
            width: 180px;
            height: 180px;
            object-fit: cover;
            border-radius: 12px;
            transform: rotateZ(-25deg);
            margin: auto;
            display: none; }
        .offers-sec .offer-list ul li .offer-cont h3 {
          font-weight: 100;
          padding-bottom: 32px;
          margin: 0; }
        .offers-sec .offer-list ul li .offer-cont p {
          font-size: 15px;
          font-weight: 500;
          margin: 0; }
        .offers-sec .offer-list ul li .offer-code {
          display: none;
          padding-top: 32px; }
          @media screen and (max-width: 992px) {
            .offers-sec .offer-list ul li .offer-code {
              display: flex; } }
          @media screen and (max-width: 640px) {
            .offers-sec .offer-list ul li .offer-code {
              display: block; } }
          .offers-sec .offer-list ul li .offer-code h3 {
            font-weight: 100;
            padding-right: 32px;
            margin: 0; }
            @media screen and (max-width: 640px) {
              .offers-sec .offer-list ul li .offer-code h3 {
                margin-bottom: 32px; } }
        .offers-sec .offer-list ul li:hover {
          background: #f5f6ea; }
          .offers-sec .offer-list ul li:hover .offer-img {
            width: 35%; }
            .offers-sec .offer-list ul li:hover .offer-img img {
              display: flex; }
          .offers-sec .offer-list ul li:hover .offer-code {
            display: flex;
            align-items: center; }
            @media screen and (max-width: 640px) {
              .offers-sec .offer-list ul li:hover .offer-code {
                display: block; } }
            .offers-sec .offer-list ul li:hover .offer-code .book-btn:hover {
              background: #1a1a1a;
              color: #FFFFFF;
              border-color: #1a1a1a; }
  .offers-sec #myTabContent .tab-pane p {
    font-weight: 100;
    font-size: 15px;
    text-align: left; }

.page-template-offers #myTabContent {
  padding-top: 80px; }
.page-template-offers .offer-list {
  padding-top: 0; }
.page-template-offers #AAA, .page-template-offers #Senior-Discounts, .page-template-offers #Military {
  text-align: center; }

/* Contact */
.contact-sec {
  padding: 128px 0;
  background: #f5f6ea; }
  @media screen and (max-width: 992px) {
    .contact-sec {
      padding: 80px 0; } }
  @media screen and (max-width: 640px) {
    .contact-sec {
      padding: 64px 0; } }
  .contact-sec .contact-title {
    text-align: center; }
    .contact-sec .contact-title h2 {
      font-weight: 100;
      padding-bottom: 40px; }
    .contact-sec .contact-title .book-btn {
      margin: auto; }
      .contact-sec .contact-title .book-btn:hover {
        background: #1a1a1a;
        color: #FFFFFF;
        border-color: #1a1a1a; }
  .contact-sec .row {
    padding-top: 80px; }
    @media screen and (max-width: 640px) {
      .contact-sec .row {
        margin: 0;
        padding-top: 48px; } }
  @media screen and (max-width: 640px) {
    .contact-sec .contact-form {
      padding-right: 0; } }
  .contact-sec .contact-form #recaptcha-error {
    color: #ff0000;
    font-size: 11px; }
  .contact-sec .contact-form .contact-number {
    margin-bottom: 40px; }
    .contact-sec .contact-form .contact-number p {
      font-size: 15px;
      font-weight: 700;
      margin: 0;
      padding-bottom: 10px; }
    .contact-sec .contact-form .contact-number h3 {
      font-weight: 100; }
      @media screen and (max-width: 360px) {
        .contact-sec .contact-form .contact-number h3 {
          font-size: 24px; } }
      .contact-sec .contact-form .contact-number h3 a {
        color: #1a1a1a; }
        @media screen and (max-width: 1199px) {
          .contact-sec .contact-form .contact-number h3 a br {
            display: none; } }
  .contact-sec .contact-form h3 {
    color: #1a1a1a;
    font-weight: 100; }
    @media screen and (max-width: 360px) {
      .contact-sec .contact-form h3 {
        font-size: 24px; } }
    .contact-sec .contact-form h3 a {
      color: #1a1a1a; }
  .contact-sec .contact-form form {
    margin-top: 40px;
    padding-right: 58px; }
    @media screen and (max-width: 992px) {
      .contact-sec .contact-form form {
        padding-right: 15px; } }
    .contact-sec .contact-form form .row {
      padding-top: 0; }
    .contact-sec .contact-form form label {
      font-size: 11px;
      color: #1a1a1a;
      line-height: 14px;
      letter-spacing: 0.16px;
      font-weight: 600;
      padding-bottom: 8px; }
      .contact-sec .contact-form form label.error {
        color: #ff0000;
        position: absolute;
        bottom: -5px; }
    .contact-sec .contact-form form .form-control {
      border-color: #1a1a1a;
      border-radius: 5px;
      background: transparent;
      padding: 10px 15px;
      font-size: 11px; }
    .contact-sec .contact-form form input, .contact-sec .contact-form form select {
      height: 37px; }
      .contact-sec .contact-form form input::-webkit-input-placeholder, .contact-sec .contact-form form select::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #d1d1d1;
        font-size: 11px;
        font-family: "Montserrat"; }
      .contact-sec .contact-form form input::-moz-placeholder, .contact-sec .contact-form form select::-moz-placeholder {
        /* Firefox 19+ */
        color: #d1d1d1;
        font-size: 11px;
        font-family: "Montserrat"; }
      .contact-sec .contact-form form input:-ms-input-placeholder, .contact-sec .contact-form form select:-ms-input-placeholder {
        /* IE 10+ */
        color: #d1d1d1;
        font-size: 11px;
        font-family: "Montserrat"; }
      .contact-sec .contact-form form input:-moz-placeholder, .contact-sec .contact-form form select:-moz-placeholder {
        /* Firefox 18- */
        color: #d1d1d1;
        font-size: 11px;
        font-family: "Montserrat"; }
    .contact-sec .contact-form form textarea {
      font-size: 11px; }
      .contact-sec .contact-form form textarea::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #d1d1d1;
        font-size: 11px;
        font-family: "Montserrat"; }
      .contact-sec .contact-form form textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #d1d1d1;
        font-size: 11px;
        font-family: "Montserrat"; }
      .contact-sec .contact-form form textarea:-ms-input-placeholder {
        /* IE 10+ */
        color: #d1d1d1;
        font-size: 11px;
        font-family: "Montserrat"; }
      .contact-sec .contact-form form textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #d1d1d1;
        font-size: 11px;
        font-family: "Montserrat"; }
    .contact-sec .contact-form form select {
      color: #d1d1d1; }
      .contact-sec .contact-form form select.valid {
        color: #1a1a1a; }
    .contact-sec .contact-form form .form-group {
      padding-bottom: 20px;
      position: relative; }
      @media screen and (max-width: 640px) {
        .contact-sec .contact-form form .form-group .col-xl-6 {
          padding: 0; } }
      @media screen and (max-width: 640px) {
        .contact-sec .contact-form form .form-group .col-xl-6.form-field {
          padding-bottom: 20px;
          position: relative; } }
      @media screen and (max-width: 640px) {
        .contact-sec .contact-form form .form-group.mpb-0 {
          padding-bottom: 0px; } }
    .contact-sec .contact-form form #submit-btn, .contact-sec .contact-form form #submit-btn-wed {
      width: 129px;
      height: 37px;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 15px;
      line-height: 1;
      margin-top: 10px; }
      @media screen and (max-width: 640px) {
        .contact-sec .contact-form form #submit-btn, .contact-sec .contact-form form #submit-btn-wed {
          width: 100%; } }
      .contact-sec .contact-form form #submit-btn:hover, .contact-sec .contact-form form #submit-btn-wed:hover {
        background: #1a1a1a;
        color: #FFFFFF;
        border-color: #1a1a1a; }
  .contact-sec .contact-map {
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 640px) {
      .contact-sec .contact-map {
        padding-top: 64px; } }
    .contact-sec .contact-map img {
      width: 80%; }
      @media screen and (max-width: 1280px) {
        .contact-sec .contact-map img {
          width: 100%; } }

/* Home Rewards */
.home-reward {
  background: url(../jpg/footer-banner.jpg) no-repeat;
  background-size: cover;
  padding: 128px 0;
  height: 531px;
  position: relative;
  background-position: center; }
  @media screen and (max-width: 992px) {
    .home-reward {
      padding: 80px 0; } }
  .home-reward::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, 0.35); }
  .home-reward .image-txt {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column; }
    .home-reward .image-txt h2 {
      font-weight: 100;
      color: #FFFFFF;
      letter-spacing: 0.16px;
      margin: 0;
      padding-bottom: 12px; }
      @media screen and (max-width: 640px) {
        .home-reward .image-txt h2 {
          font-size: 40px;
          width: 100%; } }
    .home-reward .image-txt p {
      color: #FFFFFF;
      text-align: center; }
      @media screen and (max-width: 640px) {
        .home-reward .image-txt p {
          width: 100%; } }
      .home-reward .image-txt p.member-reward {
        font-size: 15px;
        font-weight: 700;
        line-height: 22.5px;
        margin: 0;
        padding-bottom: 32px; }
        @media screen and (max-width: 767px) {
          .home-reward .image-txt p.member-reward br {
            display: none; } }
      .home-reward .image-txt p.member-deal {
        font-size: 13px;
        font-weight: 500;
        line-height: 22.5px;
        margin: 0px;
        padding-bottom: 40px; }
        @media screen and (max-width: 767px) {
          .home-reward .image-txt p.member-deal br {
            display: none; } }
    .home-reward .image-txt .explore-btn {
      color: #FFFFFF;
      border-color: #FFFFFF; }
      @media screen and (max-width: 640px) {
        .home-reward .image-txt .explore-btn {
          width: 100%; } }
      .home-reward .image-txt .explore-btn:hover {
        background: #FFFFFF;
        color: #1a1a1a;
        border-color: #FFFFFF; }

/* Meeting and Events */
.meeting-info {
  padding: 128px 0; }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .meeting-info {
      padding-top: 140px; } }
  @media screen and (max-width: 992px) {
    .meeting-info {
      padding: 84px 0; } }
  @media screen and (max-width: 640px) {
    .meeting-info {
      padding: 66px 0; } }
  .meeting-info #myTabContent {
    padding-top: 80px; }
    .meeting-info #myTabContent table thead th {
      background: #f5f6ea;
      font-size: 11px;
      font-weight: 700;
      font-family: "Montserrat";
      padding: 10px 12px;
      text-align: center; }
      .meeting-info #myTabContent table thead th:first-child {
        text-align: left; }
    .meeting-info #myTabContent table tbody td {
      font-size: 11px;
      font-weight: 400;
      font-family: "Montserrat";
      padding: 10px 12px;
      text-align: center; }
      .meeting-info #myTabContent table tbody td:first-child {
        text-align: left; }
  .meeting-info .pdf-boucher {
    width: 255px;
    height: 310.8px;
    background: #f5f6ea;
    padding: 24px;
    margin: 40px auto; }
    .meeting-info .pdf-boucher img {
      width: 100%;
      margin-bottom: 20px; }
    .meeting-info .pdf-boucher .btn {
      margin: 20px auto 0;
      width: 100%; }
      .meeting-info .pdf-boucher .btn:hover {
        background: #1a1a1a;
        color: #FFFFFF;
        border-color: #1a1a1a; }
  .meeting-info .book-btn {
    background: #fdc214;
    margin: auto;
    border-color: #fdc214;
    width: 255px; }

.wedding-sec, .meeting-sec {
  padding: 80px 0; }
  @media screen and (max-width: 992px) {
    .wedding-sec, .meeting-sec {
      padding: 60px 0; } }
  @media screen and (max-width: 640px) {
    .wedding-sec, .meeting-sec {
      padding: 48px 0; } }
  .wedding-sec .wedding-title, .wedding-sec .meeting-title, .meeting-sec .wedding-title, .meeting-sec .meeting-title {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    padding-bottom: 76px; }
    .wedding-sec .wedding-title h2, .wedding-sec .meeting-title h2, .meeting-sec .wedding-title h2, .meeting-sec .meeting-title h2 {
      font-weight: 100;
      margin-bottom: 12px; }
    .wedding-sec .wedding-title p, .wedding-sec .meeting-title p, .meeting-sec .wedding-title p, .meeting-sec .meeting-title p {
      font-size: 13px;
      font-weight: 400;
      padding-top: 20px; }
      .wedding-sec .wedding-title p.sub-heading, .wedding-sec .meeting-title p.sub-heading, .meeting-sec .wedding-title p.sub-heading, .meeting-sec .meeting-title p.sub-heading {
        font-size: 15px;
        font-weight: 700; }
  .wedding-sec .row, .meeting-sec .row {
    align-items: center;
    padding: 0 0 40px; }
    @media screen and (max-width: 767px) {
      .wedding-sec .row, .meeting-sec .row {
        padding: 0 0 60px; } }
    .wedding-sec .row:last-child, .meeting-sec .row:last-child {
      padding: 0 0 0; }
    .wedding-sec .row .wedding-cont, .meeting-sec .row .wedding-cont {
      padding-right: 58px; }
      @media screen and (max-width: 992px) {
        .wedding-sec .row .wedding-cont, .meeting-sec .row .wedding-cont {
          padding-right: 15px; } }
      @media screen and (max-width: 767px) {
        .wedding-sec .row .wedding-cont, .meeting-sec .row .wedding-cont {
          padding: 0 15px;
          margin-bottom: 30px; } }
      .wedding-sec .row .wedding-cont .dining-hours, .meeting-sec .row .wedding-cont .dining-hours {
        margin-top: 40px; }
        .wedding-sec .row .wedding-cont .dining-hours p, .meeting-sec .row .wedding-cont .dining-hours p {
          font-size: 15px;
          font-weight: 500;
          display: flex; }
          .wedding-sec .row .wedding-cont .dining-hours p .days, .meeting-sec .row .wedding-cont .dining-hours p .days {
            width: 175px; }
      .wedding-sec .row .wedding-cont h3, .meeting-sec .row .wedding-cont h3 {
        font-weight: 100;
        padding-bottom: 40px; }
        @media screen and (max-width: 640px) {
          .wedding-sec .row .wedding-cont h3, .meeting-sec .row .wedding-cont h3 {
            padding-bottom: 20px; } }
      .wedding-sec .row .wedding-cont p, .meeting-sec .row .wedding-cont p {
        font-size: 13px; }
        .wedding-sec .row .wedding-cont p a, .meeting-sec .row .wedding-cont p a {
          color: #fdc214; }
          @media screen and (max-width: 640px) {
            .wedding-sec .row .wedding-cont p a, .meeting-sec .row .wedding-cont p a {
              display: block; } }
      .wedding-sec .row .wedding-cont .btn, .meeting-sec .row .wedding-cont .btn {
        margin-top: 60px; }
        @media screen and (max-width: 640px) {
          .wedding-sec .row .wedding-cont .btn, .meeting-sec .row .wedding-cont .btn {
            margin-top: 20px; } }
        .wedding-sec .row .wedding-cont .btn:hover, .meeting-sec .row .wedding-cont .btn:hover {
          background: #1a1a1a;
          color: #FFFFFF;
          border-color: #1a1a1a; }
      .wedding-sec .row .wedding-cont.order-2, .meeting-sec .row .wedding-cont.order-2 {
        display: flex;
        order: 2;
        flex-direction: column;
        flex-wrap: wrap;
        padding-right: 0;
        padding-left: 58px; }
        @media screen and (max-width: 767px) {
          .wedding-sec .row .wedding-cont.order-2, .meeting-sec .row .wedding-cont.order-2 {
            order: 1 !important;
            padding: 0 15px; } }
    .wedding-sec .row .wedding-img, .meeting-sec .row .wedding-img {
      display: flex;
      justify-content: flex-end; }
      .wedding-sec .row .wedding-img img, .meeting-sec .row .wedding-img img {
        width: 544px;
        height: 500px;
        border-radius: 12px;
        object-fit: cover; }
        @media screen and (max-width: 1199px) {
          .wedding-sec .row .wedding-img img, .meeting-sec .row .wedding-img img {
            width: 100%; } }
        @media screen and (max-width: 767px) {
          .wedding-sec .row .wedding-img img, .meeting-sec .row .wedding-img img {
            height: 360px; } }
        @media screen and (max-width: 640px) {
          .wedding-sec .row .wedding-img img, .meeting-sec .row .wedding-img img {
            height: 260px; } }
      .wedding-sec .row .wedding-img.order-1, .meeting-sec .row .wedding-img.order-1 {
        order: 1;
        justify-content: flex-start; }
        @media screen and (max-width: 767px) {
          .wedding-sec .row .wedding-img.order-1, .meeting-sec .row .wedding-img.order-1 {
            order: 2 !important; } }

.page-template-meetings-and-events .slider-title {
  margin-bottom: 40px; }
.page-template-meetings-and-events .slider {
  padding-bottom: 128px; }
  .page-template-meetings-and-events .slider .filter {
    list-style: none;
    display: flex;
    justify-content: center; }
    .page-template-meetings-and-events .slider .filter li {
      padding: 0 20px; }
      .page-template-meetings-and-events .slider .filter li h5 {
        font-weight: 100; }

/* Offers */
.page-template-offers .offers-sec {
  padding: 80px 0; }
  @media screen and (max-width: 992px) {
    .page-template-offers .offers-sec {
      padding: 60px 0; } }
  @media screen and (max-width: 640px) {
    .page-template-offers .offers-sec {
      padding: 48px 0; } }
  .page-template-offers .offers-sec .offer-title {
    display: none; }
.page-template-offers #myTabContent .view-btn {
  display: none; }

/* Dining */
/* Spa */
.spa .offers-sec .offer-list ul li .offer-left {
  width: 100%; }
.spa .categorie-sec {
  overflow: visible;
  margin-bottom: 0; }

.cont-btn {
  display: flex; }
  @media screen and (max-width: 640px) {
    .cont-btn {
      width: 100%;
      flex-direction: column;
      flex-wrap: wrap; } }
  .cont-btn a {
    margin-right: 20px; }
    @media screen and (max-width: 640px) {
      .cont-btn a {
        width: 100% !important; } }
    .cont-btn a:last-child {
      margin-right: 0; }

.riviera-menu {
  padding: 80px 0; }
  @media screen and (max-width: 640px) {
    .riviera-menu {
      padding: 40px 0; } }
  @media screen and (max-width: 640px) {
    .riviera-menu .row {
      margin: 0; } }
  .riviera-menu h2 {
    font-weight: 100;
    text-align: center;
    margin-bottom: 80px; }
  .riviera-menu .book-btn {
    margin: 80px auto 0; }
    .riviera-menu .book-btn:hover {
      background: #1a1a1a;
      color: #FFFFFF;
      border-color: #1a1a1a; }
  .riviera-menu #myTabContent {
    margin-top: 80px;
    display: flex; }
    .riviera-menu #myTabContent .tab-pane {
      width: 100%; }
    .riviera-menu #myTabContent .menu-wrapper {
      float: left;
      padding: 0 20px;
      width: 100%; }
      @media screen and (max-width: 640px) {
        .riviera-menu #myTabContent .menu-wrapper {
          padding: 0; } }
      .riviera-menu #myTabContent .menu-wrapper .row {
        gap: 40px;
        justify-content: space-between; }
      .riviera-menu #myTabContent .menu-wrapper .flex-grid {
        display: flex;
        display: -webkit-flex;
        flex-wrap: no-wrap;
        -webkit-flex-wrap: no-wrap;
        align-items: top;
        padding: 6px 0;
        width: 100%; }
      .riviera-menu #myTabContent .menu-wrapper.winecls {
        padding: 1.3rem 0;
        border-bottom: 2px dashed #fdc214;
        margin-bottom: 20px; }
        .riviera-menu #myTabContent .menu-wrapper.winecls .flex-grid .width-expand {
          width: 75%;
          max-width: 75%; }
          .riviera-menu #myTabContent .menu-wrapper.winecls .flex-grid .width-expand .wine-info {
            font-weight: 400; }
        .riviera-menu #myTabContent .menu-wrapper.winecls .flex-grid .width-dish-2 {
          display: flex;
          display: -webkit-flex;
          width: 25%; }
          .riviera-menu #myTabContent .menu-wrapper.winecls .flex-grid .width-dish-2 .price {
            width: 50%;
            text-align: center;
            font-size: 15px;
            font-weight: 700;
            color: #db7d04; }
      .riviera-menu #myTabContent .menu-wrapper .col-xl-6 {
        width: 47%; }
        @media screen and (max-width: 767px) {
          .riviera-menu #myTabContent .menu-wrapper .col-xl-6 {
            width: 100%; } }
      .riviera-menu #myTabContent .menu-wrapper ul {
        padding: 0rem 0rem;
        float: left;
        margin-bottom: 20px;
        width: 100%; }
        .riviera-menu #myTabContent .menu-wrapper ul li {
          list-style: none;
          padding: 1.3rem 0;
          width: 100%;
          border-bottom: 2px dashed #fdc214; }
          .riviera-menu #myTabContent .menu-wrapper ul li .flex-grid .width-expand {
            flex: 0 1 100%;
            -webkit-flex: 0 1 100%;
            min-width: 1px;
            width: 100%;
            max-width: 100%; }
            .riviera-menu #myTabContent .menu-wrapper ul li .flex-grid .width-expand .leader {
              display: flex;
              display: -webkit-flex;
              flex-wrap: no-wrap;
              overflow: hidden;
              justify-content: space-between;
              margin-right: 5px; }
              @media screen and (max-width: 640px) {
                .riviera-menu #myTabContent .menu-wrapper ul li .flex-grid .width-expand .leader b {
                  margin-right: 10px; } }
              .riviera-menu #myTabContent .menu-wrapper ul li .flex-grid .width-expand .leader .leader-fill {
                font-weight: 700;
                font-size: 15px;
                display: inline;
                flex-wrap: wrap;
                color: #1a1a1a;
                -webkit-flex-wrap: wrap;
                font-family: "Montserrat"; }
              .riviera-menu #myTabContent .menu-wrapper ul li .flex-grid .width-expand .leader.dish-info {
                font-size: 13px;
                font-family: "Montserrat";
                font-weight: 400;
                padding-top: 20px; }
              .riviera-menu #myTabContent .menu-wrapper ul li .flex-grid .width-expand .leader.price {
                padding-top: 20px; }
              @media screen and (max-width: 640px) {
                .riviera-menu #myTabContent .menu-wrapper ul li .flex-grid .width-expand .leader .width-auto {
                  width: 50%; } }
              .riviera-menu #myTabContent .menu-wrapper ul li .flex-grid .width-expand .leader .width-auto.width-dish-2 {
                display: flex;
                gap: 10px; }
              .riviera-menu #myTabContent .menu-wrapper ul li .flex-grid .width-expand .leader.sub-menu {
                display: block !important;
                width: max-content; }
                @media screen and (max-width: 640px) {
                  .riviera-menu #myTabContent .menu-wrapper ul li .flex-grid .width-expand .leader.sub-menu {
                    width: 100%; } }
                .riviera-menu #myTabContent .menu-wrapper ul li .flex-grid .width-expand .leader.sub-menu.salad {
                  display: flex !important;
                  gap: 15px; }
                .riviera-menu #myTabContent .menu-wrapper ul li .flex-grid .width-expand .leader.sub-menu .sub-dish {
                  width: 100%;
                  display: flex;
                  justify-content: space-between;
                  padding: 6px 0; }
                  .riviera-menu #myTabContent .menu-wrapper ul li .flex-grid .width-expand .leader.sub-menu .sub-dish .dish-name {
                    font-weight: bold;
                    font-size: 13px;
                    width: max-content; }
                  .riviera-menu #myTabContent .menu-wrapper ul li .flex-grid .width-expand .leader.sub-menu .sub-dish .price {
                    font-size: 13px; }
              .riviera-menu #myTabContent .menu-wrapper ul li .flex-grid .width-expand .leader .price {
                color: #db7d04;
                font-family: "Montserrat";
                font-size: 15px;
                font-weight: 700;
                width: max-content;
                display: block;
                margin-left: 10px; }
                @media screen and (max-width: 640px) {
                  .riviera-menu #myTabContent .menu-wrapper ul li .flex-grid .width-expand .leader .price {
                    width: 100%;
                    margin-left: 0; } }
                @media screen and (max-width: 640px) {
                  .riviera-menu #myTabContent .menu-wrapper ul li .flex-grid .width-expand .leader .price b {
                    width: 100%;
                    display: flex;
                    justify-content: flex-end;
                    text-align: right; } }

.page-template-spa .categorie-sec .categories-img {
  margin-bottom: 40px; }
  @media screen and (max-width: 640px) {
    .page-template-spa .categorie-sec .categories-img {
      margin-bottom: 0px;
      margin-top: 40px; } }
  @media screen and (max-width: 767px) {
    .page-template-spa .categorie-sec .categories-img .image-right {
      position: absolute;
      bottom: -50px;
      right: -90px; } }
  @media screen and (max-width: 640px) {
    .page-template-spa .categorie-sec .categories-img .image-right {
      right: 20px;
      bottom: -20px; } }
.page-template-spa .categorie-sec .categories {
  padding-top: 40px; }
.page-template-spa .offers-sec .offer-list {
  padding: 0; }

/* Footer */
footer {
  background: #fff4c6;
  padding: 96px 0; }
  @media screen and (max-width: 640px) {
    footer {
      padding: 64px 0; } }
  footer .rows {
    display: flex;
    gap: 75.5px;
    width: 100%;
    justify-content: space-between; }
    @media screen and (max-width: 1199px) {
      footer .rows {
        gap: 40px; } }
    @media screen and (max-width: 992px) {
      footer .rows {
        gap: 20px; } }
    @media screen and (max-width: 767px) {
      footer .rows {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 20px 0;
        text-align: center;
        justify-content: center; } }
    @media screen and (max-width: 640px) {
      footer .rows img {
        margin-bottom: 15px; } }
  @media screen and (max-width: 992px) {
    footer .circle-logo img {
      width: 72px; } }
  footer p {
    font-size: 11px;
    font-weight: 600; }
    footer p.footer-title {
      font-weight: 600; }
    footer p.address {
      font-weight: 400; }
    footer p.copyrights {
      font-weight: 400 !important; }
    footer p a {
      color: #1a1a1a;
      font-weight: 400; }
    @media screen and (max-width: 1199px) {
      footer p br {
        display: block; } }
    @media screen and (max-width: 767px) {
      footer p br {
        display: block; } }
  @media screen and (max-width: 1199px) {
    footer .legal {
      width: 100px; } }
  @media screen and (max-width: 992px) {
    footer .legal {
      width: 220px; } }
  @media screen and (max-width: 767px) {
    footer .legal {
      width: 100%; } }
  @media screen and (max-width: 1199px) {
    footer .follow {
      width: 100px; } }
  @media screen and (max-width: 992px) {
    footer .follow {
      width: 220px; } }
  @media screen and (max-width: 767px) {
    footer .follow {
      width: 100%; } }
  footer ul {
    list-style: none;
    padding-left: 0; }
    footer ul li {
      font-size: 11px;
      font-weight: 600; }
      footer ul li a {
        color: #1a1a1a;
        font-weight: 400;
        font-size: 11px;
        font-family: "Montserrat"; }

/* Stay */
.page-template-stay .home-about {
  padding-bottom: 40px; }

#filters {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center; }
  #filters h5 {
    padding: 0 20px;
    font-weight: 100; }
  #filters button {
    cursor: pointer;
    color: #1a1a1a;
    background: transparent;
    border: none;
    font-weight: 100;
    font-family: "ivypresto-headline", serif; }
    #filters button.is-checked {
      border-bottom: 1px solid #1a1a1a; }

.grid {
  margin: 40px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none; }
  .grid li {
    width: calc(100% / 2);
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0 16px;
    margin: 32px 0; }
    .grid li:nth-child(odd) {
      padding-left: 0; }
    .grid li:nth-child(even) {
      padding-right: 0; }
    @media screen and (max-width: 992px) {
      .grid li {
        width: calc(100% / 1);
        padding: 0; } }
    .grid li img {
      max-width: 100%;
      border-radius: 12px;
      height: 392px;
      object-fit: cover;
      width: 100%;
      margin-bottom: 20px; }
      @media screen and (max-width: 640px) {
        .grid li img {
          height: 198px; } }
    .grid li.element-item h3 {
      padding-top: 20px;
      padding-bottom: 16px;
      font-family: "ivypresto-headline", serif;
      font-weight: 100; }
      .grid li.element-item h3 a {
        color: #1a1a1a; }
    .grid li.element-item .rooms-info {
      display: flex;
      margin-bottom: 16px; }
      @media screen and (max-width: 640px) {
        .grid li.element-item .rooms-info {
          flex-direction: column; } }
      .grid li.element-item .rooms-info p {
        font-size: 13px;
        font-weight: 500;
        font-family: "Montserrat";
        padding-right: 24px;
        width: 75%; }
        @media screen and (max-width: 1199px) {
          .grid li.element-item .rooms-info p {
            width: 70%;
            padding-right: 20px; } }
        @media screen and (max-width: 640px) {
          .grid li.element-item .rooms-info p {
            width: 100%;
            padding-right: 0; } }
      .grid li.element-item .rooms-info .rooms-property {
        list-style: none;
        padding-left: 24px;
        width: 25%; }
        @media screen and (max-width: 1199px) {
          .grid li.element-item .rooms-info .rooms-property {
            width: 30%;
            padding-left: 16px; } }
        @media screen and (max-width: 640px) {
          .grid li.element-item .rooms-info .rooms-property {
            width: 100%;
            padding-left: 0;
            display: flex; } }
        .grid li.element-item .rooms-info .rooms-property li {
          display: flex;
          font-family: "Montserrat";
          font-weight: 700;
          font-size: 13px;
          width: 100%;
          padding: 0;
          margin-top: 0;
          margin-bottom: 12px; }
          @media screen and (max-width: 640px) {
            .grid li.element-item .rooms-info .rooms-property li {
              width: max-content;
              padding-right: 12px; } }
          @media screen and (max-width: 640px) {
            .grid li.element-item .rooms-info .rooms-property li:last-child {
              padding-right: 0px; } }
          .grid li.element-item .rooms-info .rooms-property li img {
            width: 22px;
            height: 22px;
            margin-right: 16px;
            object-fit: contain;
            border-radius: 0;
            margin-bottom: 0; }
            @media screen and (max-width: 1199px) {
              .grid li.element-item .rooms-info .rooms-property li img {
                margin-right: 12px; } }
            @media screen and (max-width: 640px) {
              .grid li.element-item .rooms-info .rooms-property li img {
                margin-right: 8px; } }
    .grid li.element-item .rooms-btn {
      display: flex;
      margin-top: 16px; }
      @media screen and (max-width: 640px) {
        .grid li.element-item .rooms-btn {
          flex-direction: column; } }
      .grid li.element-item .rooms-btn .learn-btn {
        margin-right: 12px; }
        .grid li.element-item .rooms-btn .learn-btn:hover {
          background: #1a1a1a;
          color: #FFFFFF;
          border: 1px solid; }
        @media screen and (max-width: 640px) {
          .grid li.element-item .rooms-btn .learn-btn {
            margin-bottom: 20px;
            width: 100%;
            margin-right: 0; } }
      .grid li.element-item .rooms-btn .book-btn {
        margin-left: 12px; }
        .grid li.element-item .rooms-btn .book-btn:hover {
          background: #1a1a1a;
          color: #FFFFFF;
          border: 1px solid; }
        @media screen and (max-width: 640px) {
          .grid li.element-item .rooms-btn .book-btn {
            width: 100%;
            margin-left: 0; } }

/* Stay Inner */
.room-inner {
  padding: 80px 0; }
  @media screen and (max-width: 992px) {
    .room-inner {
      padding: 60px 0; } }
  @media screen and (max-width: 640px) {
    .room-inner {
      padding: 48px 0; } }
  .room-inner .room-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .room-inner .room-info .room-back {
      display: flex;
      gap: 40px; }
      @media screen and (max-width: 992px) {
        .room-inner .room-info .room-back {
          gap: 15px; } }
      @media screen and (max-width: 390px) {
        .room-inner .room-info .room-back {
          display: block; } }
      @media screen and (max-width: 390px) {
        .room-inner .room-info .room-back .book-btn {
          margin-bottom: 20px;
          width: 100%; } }
    .room-inner .room-info p {
      font-size: 13px;
      font-weight: 500; }
    .room-inner .room-info .book-btn:hover {
      background: #1a1a1a;
      border-color: #1a1a1a;
      color: #FFFFFF; }
  .room-inner .about-room .rooms-property {
    list-style: none;
    padding: 0;
    width: 120px;
    margin: auto; }
    @media screen and (max-width: 1199px) {
      .room-inner .about-room .rooms-property {
        width: 100%;
        padding-left: 16px; } }
    @media screen and (max-width: 767px) {
      .room-inner .about-room .rooms-property {
        width: 100%;
        padding-left: 0;
        display: flex;
        padding: 50px 0; } }
    .room-inner .about-room .rooms-property li {
      display: flex;
      font-family: "Montserrat";
      font-weight: 700;
      font-size: 13px;
      width: 100%;
      padding: 0;
      margin-top: 0;
      margin-bottom: 12px; }
      @media screen and (max-width: 767px) {
        .room-inner .about-room .rooms-property li {
          width: max-content;
          padding-right: 12px; } }
      @media screen and (max-width: 640px) {
        .room-inner .about-room .rooms-property li:last-child {
          padding-right: 0px; } }
      .room-inner .about-room .rooms-property li img {
        width: 22px;
        height: 22px;
        margin-right: 16px;
        object-fit: contain;
        border-radius: 0;
        margin-bottom: 0; }
        @media screen and (max-width: 1199px) {
          .room-inner .about-room .rooms-property li img {
            margin-right: 12px; } }
        @media screen and (max-width: 640px) {
          .room-inner .about-room .rooms-property li img {
            margin-right: 8px; } }
  .room-inner .room-amenties p {
    font-size: 15px;
    font-weight: 700;
    font-family: "Montserrat";
    margin-bottom: 20px; }
  .room-inner .room-amenties ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0; }
    .room-inner .room-amenties ul li {
      font-size: 15px;
      font-weight: 500;
      font-family: "Montserrat";
      padding-bottom: 20px; }
      .room-inner .room-amenties ul li:last-child {
        padding-bottom: 0; }

.page-template-stay-inner .offers-sec {
  padding: 60px 0; }
  .page-template-stay-inner .offers-sec .offer-list ul li .offer-cont h3 {
    padding-bottom: 0; }
    .page-template-stay-inner .offers-sec .offer-list ul li .offer-cont h3 a {
      color: #1a1a1a; }
  .page-template-stay-inner .offers-sec .offer-list ul li:hover .offer-img {
    width: 35%;
    position: absolute;
    right: 60px; }
.page-template-stay-inner .slider .legend-slider {
  padding-top: 0; }
.page-template-stay-inner .home-about {
  display: none; }
.page-template-stay-inner.palo-verde-suite .home-about {
  display: flex; }

/* Legacy */
.legacy-banner {
  width: 100%;
  object-fit: cover;
  height: 100%; }

.timeline {
  padding: 50px;
  overflow: hidden; }
  @media screen and (max-width: 1199px) {
    .timeline {
      padding: 25px; } }
  @media screen and (max-width: 640px) {
    .timeline {
      padding: 0;
      margin-left: 10px; } }
  .timeline ul {
    padding: 0; }
  .timeline .default-line {
    content: '';
    position: absolute;
    left: 50%;
    width: 1.5px;
    background: #1a1a1a;
    height: 100%; }
    @media screen and (max-width: 640px) {
      .timeline .default-line {
        left: 0.3%; } }
  .timeline .draw-line {
    width: 3px;
    height: 150px;
    position: absolute;
    left: 49.94%;
    background: #1a1a1a; }
    @media screen and (max-width: 640px) {
      .timeline .draw-line {
        left: 0.1%; } }
  .timeline ul {
    position: relative; }
    .timeline ul li {
      list-style-type: none;
      position: relative;
      width: 100%;
      margin: 0 auto;
      height: 100%;
      background: transparent;
      padding: 24px 0;
      /*&::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: inherit;
        background: $color-grey;
        transition: all .4s ease-in-out;
      }*/ }
      @media screen and (max-width: 640px) {
        .timeline ul li {
          padding: 15px 0 15px 20px; } }
      .timeline ul li.in-view {
        transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
        /*&::before {
          content: '';
          position: absolute;
          left: 50%;
          top: 30px;
          transform: translateX(-50%);
          width: 42px;
          height: 42px;
          border-radius: 50%;
          background-image: url('https://sg0duxoli5-flywheel.netdna-ssl.com/wp-content/themes/inspired_elearning_theme/images/check-dark.svg');
          background-color: $Secondarycolor;
          background-size: 20px 20px;
          background-repeat: no-repeat;
          background-position: center;
          @include global-transition;

        }*/ }
      .timeline ul li .year-sec {
        display: flex;
        justify-content: flex-start; }
        .timeline ul li .year-sec.flex-start {
          display: flex;
          justify-content: flex-end; }
          @media screen and (max-width: 640px) {
            .timeline ul li .year-sec.flex-start {
              order: 1; } }
          .timeline ul li .year-sec.flex-start .year-inner {
            justify-content: flex-start; }
        .timeline ul li .year-sec .year-inner {
          width: 441px;
          display: flex;
          justify-content: flex-end; }
          @media screen and (max-width: 1199px) {
            .timeline ul li .year-sec .year-inner {
              width: 350px; } }
          @media screen and (max-width: 860px) {
            .timeline ul li .year-sec .year-inner {
              width: 250px; } }
          @media screen and (max-width: 640px) {
            .timeline ul li .year-sec .year-inner {
              width: 100%;
              justify-content: flex-start; } }
          .timeline ul li .year-sec .year-inner h2 {
            font-weight: 100; }
      .timeline ul li .history-info {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end; }
        .timeline ul li .history-info.flex-start {
          justify-content: flex-start; }
          @media screen and (max-width: 640px) {
            .timeline ul li .history-info.flex-start {
              order: 2; } }
        .timeline ul li .history-info .history-inner {
          width: 441px; }
          @media screen and (max-width: 1199px) {
            .timeline ul li .history-info .history-inner {
              width: 350px; } }
          @media screen and (max-width: 860px) {
            .timeline ul li .history-info .history-inner {
              width: 250px; } }
          @media screen and (max-width: 640px) {
            .timeline ul li .history-info .history-inner {
              width: 100%; } }
        .timeline ul li .history-info h3 {
          font-weight: 100;
          margin-bottom: 32px; }
        .timeline ul li .history-info p {
          font-size: 15px;
          font-weight: 500; }
        .timeline ul li .history-info img {
          width: 100%; }

/* Thank you */
.thank-you nav .header-menu .navbar-toggler span, .page-template-404 nav .header-menu .navbar-toggler span, .privacy-policy nav .header-menu .navbar-toggler span, .page-template-map nav .header-menu .navbar-toggler span, .faq nav .header-menu .navbar-toggler span {
  background: #1a1a1a; }
  .thank-you nav .header-menu .navbar-toggler span::before, .thank-you nav .header-menu .navbar-toggler span::after, .page-template-404 nav .header-menu .navbar-toggler span::before, .page-template-404 nav .header-menu .navbar-toggler span::after, .privacy-policy nav .header-menu .navbar-toggler span::before, .privacy-policy nav .header-menu .navbar-toggler span::after, .page-template-map nav .header-menu .navbar-toggler span::before, .page-template-map nav .header-menu .navbar-toggler span::after, .faq nav .header-menu .navbar-toggler span::before, .faq nav .header-menu .navbar-toggler span::after {
    background: #1a1a1a; }
.thank-you nav .header-logo .navbar-brand img.logo-black, .page-template-404 nav .header-logo .navbar-brand img.logo-black, .privacy-policy nav .header-logo .navbar-brand img.logo-black, .page-template-map nav .header-logo .navbar-brand img.logo-black, .faq nav .header-logo .navbar-brand img.logo-black {
  display: block; }
.thank-you nav .header-logo .navbar-brand img.logo-white, .page-template-404 nav .header-logo .navbar-brand img.logo-white, .privacy-policy nav .header-logo .navbar-brand img.logo-white, .page-template-map nav .header-logo .navbar-brand img.logo-white, .faq nav .header-logo .navbar-brand img.logo-white {
  display: none; }
.thank-you nav .header-btn a, .page-template-404 nav .header-btn a, .privacy-policy nav .header-btn a, .page-template-map nav .header-btn a, .faq nav .header-btn a {
  color: #1a1a1a;
  border-color: #1a1a1a; }

.page-template-404 .page-not-found {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .page-template-404 .page-not-found .book-btn {
    margin: auto; }
    .page-template-404 .page-not-found .book-btn:hover {
      background: #1a1a1a;
      border-color: #1a1a1a;
      color: #FFFFFF; }

#thank-you {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  #thank-you .book-btn {
    margin: auto; }
    #thank-you .book-btn:hover {
      background: #1a1a1a;
      border-color: #1a1a1a;
      color: #FFFFFF; }
  #thank-you img {
    width: 90px;
    margin: auto;
    margin-bottom: 40px; }

/* Privacy Policy */
.privacy-policy-sec {
  padding: 128px 0; }
  .privacy-policy-sec h2 {
    font-weight: 100; }
  .privacy-policy-sec .privacy-cont {
    text-align: left; }
    .privacy-policy-sec .privacy-cont h4 {
      font-weight: 100;
      padding-bottom: 20px;
      margin-top: 40px; }
    .privacy-policy-sec .privacy-cont p, .privacy-policy-sec .privacy-cont li {
      font-size: 15px;
      font-weight: 400;
      font-family: "Montserrat"; }
    .privacy-policy-sec .privacy-cont a {
      color: #db7d04;
      font-family: "Montserrat"; }
      .privacy-policy-sec .privacy-cont a.privacy_link {
        border: 1px solid #1a1a1a;
        color: #1a1a1a;
        padding: 10px 30px;
        border-radius: 6px;
        height: 37px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
        margin-top: 40px; }
        .privacy-policy-sec .privacy-cont a.privacy_link:hover {
          background: #1a1a1a;
          color: #FFFFFF;
          border-color: #1a1a1a; }

.two-king-beds-premium-studio .offers-sec {
  display: none; }

#weddingEnqury .modal-dialog {
  max-width: 767px; }

#enquiryform label {
  font-size: 11px;
  color: #1a1a1a;
  line-height: 14px;
  letter-spacing: 0.16px;
  font-weight: 600;
  padding-bottom: 8px; }
  #enquiryform label.error {
    color: #ff0000;
    position: absolute;
    bottom: -5px; }
#enquiryform .form-control {
  border-color: #1a1a1a;
  border-radius: 5px;
  background: transparent;
  padding: 10px 15px;
  font-size: 11px; }
#enquiryform #recaptcha-error {
  color: #ff0000; }
#enquiryform input, #enquiryform select {
  height: 37px; }
  #enquiryform input::-webkit-input-placeholder, #enquiryform select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d1d1d1;
    font-size: 11px;
    font-family: "Montserrat"; }
  #enquiryform input::-moz-placeholder, #enquiryform select::-moz-placeholder {
    /* Firefox 19+ */
    color: #d1d1d1;
    font-size: 11px;
    font-family: "Montserrat"; }
  #enquiryform input:-ms-input-placeholder, #enquiryform select:-ms-input-placeholder {
    /* IE 10+ */
    color: #d1d1d1;
    font-size: 11px;
    font-family: "Montserrat"; }
  #enquiryform input:-moz-placeholder, #enquiryform select:-moz-placeholder {
    /* Firefox 18- */
    color: #d1d1d1;
    font-size: 11px;
    font-family: "Montserrat"; }
#enquiryform textarea {
  font-size: 11px; }
  #enquiryform textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d1d1d1;
    font-size: 11px;
    font-family: "Montserrat"; }
  #enquiryform textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #d1d1d1;
    font-size: 11px;
    font-family: "Montserrat"; }
  #enquiryform textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #d1d1d1;
    font-size: 11px;
    font-family: "Montserrat"; }
  #enquiryform textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #d1d1d1;
    font-size: 11px;
    font-family: "Montserrat"; }
#enquiryform .form-group {
  padding-bottom: 20px;
  position: relative; }
  @media screen and (max-width: 640px) {
    #enquiryform .form-group .col-xl-6 {
      padding: 0; } }
  @media screen and (max-width: 640px) {
    #enquiryform .form-group .col-xl-6.form-field {
      padding-bottom: 20px;
      position: relative; } }
  @media screen and (max-width: 640px) {
    #enquiryform .form-group.mpb-0 {
      padding-bottom: 0px; } }
#enquiryform #submit-btn, #enquiryform #submit-btn-wed {
  width: 129px;
  height: 37px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  margin-top: 10px; }
  @media screen and (max-width: 640px) {
    #enquiryform #submit-btn, #enquiryform #submit-btn-wed {
      width: 100%; } }
  #enquiryform #submit-btn:hover, #enquiryform #submit-btn-wed:hover {
    background: #1a1a1a;
    color: #FFFFFF;
    border-color: #1a1a1a; }

.ui-datepicker {
  width: 18rem;
  height: auto;
  background: white;
  position: relative;
  transition: all 0.3s 0s ease-in-out; }
  .ui-datepicker .ui-datepicker-header {
    height: 100%;
    line-height: 50px;
    background: #fff4c6;
    color: #1a1a1a;
    margin-bottom: 10px; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      text-align: center; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
        word-wrap: normal;
        border: none;
        margin-right: 5px;
        width: 80px; }
        .ui-datepicker .ui-datepicker-header .ui-datepicker-title select:last-child {
          margin-right: 0; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      width: 20px;
      height: 20px;
      text-indent: 9999px;
      border: 2px solid #1a1a1a;
      border-radius: 100%;
      cursor: pointer;
      overflow: hidden;
      margin-top: 12px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next:after, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
        content: "";
        position: absolute;
        display: block;
        width: 4px;
        height: 4px;
        border-left: 2px solid #1a1a1a;
        border-bottom: 2px solid #1a1a1a; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      float: right;
      margin-right: 12px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
        transform: rotate(-135deg);
        margin: -43px 0px 0px 6px; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      float: left;
      margin-left: 12px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
        transform: rotate(45deg);
        margin: -43px 0px 0px 8px; }
  .ui-datepicker .ui-datepicker-calendar {
    width: 100%;
    text-align: center; }
    .ui-datepicker .ui-datepicker-calendar thead tr th span {
      display: block;
      width: 100%;
      color: #1a1a1a;
      margin-bottom: 5px;
      font-size: 13px;
      font-family: "Montserrat"; }
    .ui-datepicker .ui-datepicker-calendar thead tr th span {
      font-family: "Montserrat"; }
    .ui-datepicker .ui-datepicker-calendar .ui-state-default {
      display: block;
      text-decoration: none;
      color: #1a1a1a;
      line-height: 40px;
      font-size: 13px; }
      .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
        background: #fdc214;
        border-radius: 10px; }
    .ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
      background: #fdc214;
      color: #1a1a1a;
      border-radius: 5px; }
    .ui-datepicker .ui-datepicker-calendar .ui-state-active {
      color: #fdc214;
      background-color: rgba(131, 146, 167, 0.12);
      font-weight: 600; }
    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable .ui-state-default {
      color: #ddd;
      border: 2px solid transparent; }

.date {
  display: none !important; }

.its_popup_message {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  z-index: 10000; }
  .its_popup_message.common_offer #popup-close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #1a1a1a;
    font-size: 30px;
    z-index: 9;
    font-weight: 500;
    cursor: pointer; }
    @media screen and (max-width: 730px) {
      .its_popup_message.common_offer #popup-close {
        font-size: 40px;
        background: #fff;
        width: 40px;
        line-height: 1; } }
  .its_popup_message.common_offer .inner {
    width: 860px;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 860px) {
      .its_popup_message.common_offer .inner {
        width: 95%; } }
    @media screen and (max-width: 730px) {
      .its_popup_message.common_offer .inner {
        width: 90%; } }
    .its_popup_message.common_offer .inner::before {
      content: "";
      position: absolute;
      background: rgba(0, 0, 0, 0.75);
      width: 100%;
      height: 100%;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%; }
    .its_popup_message.common_offer .inner .popup-inner {
      display: flex; }
      @media screen and (max-width: 730px) {
        .its_popup_message.common_offer .inner .popup-inner {
          flex-wrap: wrap;
          flex-direction: column; } }
      .its_popup_message.common_offer .inner .popup-inner .logo {
        width: 55%; }
        @media screen and (max-width: 860px) {
          .its_popup_message.common_offer .inner .popup-inner .logo {
            width: 50%; } }
        @media screen and (max-width: 730px) {
          .its_popup_message.common_offer .inner .popup-inner .logo {
            width: 100%; } }
        .its_popup_message.common_offer .inner .popup-inner .logo img {
          height: 100%;
          object-fit: cover; }
          @media screen and (max-width: 730px) {
            .its_popup_message.common_offer .inner .popup-inner .logo img {
              height: 250px;
              object-position: 10% 30%; } }
      .its_popup_message.common_offer .inner .popup-inner .chris-cont {
        width: 45%;
        background: #fff4c6;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
        padding: 30px; }
        @media screen and (max-width: 860px) {
          .its_popup_message.common_offer .inner .popup-inner .chris-cont {
            width: 50%;
            padding: 15px; } }
        @media screen and (max-width: 730px) {
          .its_popup_message.common_offer .inner .popup-inner .chris-cont {
            width: 100%; } }
        .its_popup_message.common_offer .inner .popup-inner .chris-cont img {
          height: 125px;
          width: 327px;
          margin: auto; }
          @media screen and (max-width: 730px) {
            .its_popup_message.common_offer .inner .popup-inner .chris-cont img {
              height: 75px;
              width: auto; } }
        .its_popup_message.common_offer .inner .popup-inner .chris-cont h4 {
          font-weight: 100; }
          @media screen and (max-width: 730px) {
            .its_popup_message.common_offer .inner .popup-inner .chris-cont h4 {
              font-size: 24px; } }
        .its_popup_message.common_offer .inner .popup-inner .chris-cont p {
          font-size: 16px; }
          @media screen and (max-width: 730px) {
            .its_popup_message.common_offer .inner .popup-inner .chris-cont p {
              font-size: 14px; } }
        .its_popup_message.common_offer .inner .popup-inner .chris-cont .pool-date {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 10px; }
          .its_popup_message.common_offer .inner .popup-inner .chris-cont .pool-date h4 {
            font-size: 24px;
            font-weight: 600;
            margin: 0;
            padding-right: 4px; }
            @media screen and (max-width: 730px) {
              .its_popup_message.common_offer .inner .popup-inner .chris-cont .pool-date h4 {
                font-size: 18px; } }
          .its_popup_message.common_offer .inner .popup-inner .chris-cont .pool-date i {
            padding-left: 4px; }
        .its_popup_message.common_offer .inner .popup-inner .chris-cont .btn-sec {
          margin-top: 30px; }
          @media screen and (max-width: 730px) {
            .its_popup_message.common_offer .inner .popup-inner .chris-cont .btn-sec {
              margin-top: 0; } }
          .its_popup_message.common_offer .inner .popup-inner .chris-cont .btn-sec a {
            color: #1a1a1a;
            font-weight: 600;
            font-size: 24px;
            text-decoration: underline; }
          .its_popup_message.common_offer .inner .popup-inner .chris-cont .btn-sec p {
            font-size: 14px; }

#poolNoticeModal .modal-dialog {
  max-width: 860px; }
  @media screen and (max-width: 860px) {
    #poolNoticeModal .modal-dialog {
      max-width: 100%; } }
#poolNoticeModal .modal-content {
  border-radius: 8px;
  overflow: hidden; }
  @media screen and (max-width: 560px) {
    #poolNoticeModal .modal-content {
      width: 90%;
      margin: auto; } }
#poolNoticeModal .btn-close {
  opacity: 1;
  filter: brightness(0.5); }
  @media screen and (max-width: 560px) {
    #poolNoticeModal .btn-close {
      opacity: 1;
      filter: drop-shadow(2px 4px 6px black);
      background-color: #fff;
      border-radius: 100%;
      padding: 7px; } }
#poolNoticeModal .column-2 {
  display: flex;
  width: 100%; }
  @media screen and (max-width: 560px) {
    #poolNoticeModal .column-2 {
      flex-direction: column; } }
  #poolNoticeModal .column-2 .chris-cont {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url(../svg/pool-bg.svg) no-repeat center/cover; }
    @media screen and (max-width: 560px) {
      #poolNoticeModal .column-2 .chris-cont {
        width: 100%; } }
    #poolNoticeModal .column-2 .chris-cont .price-info {
      padding: 25px 0;
      position: relative; }
      @media screen and (max-width: 560px) {
        #poolNoticeModal .column-2 .chris-cont .price-info {
          padding: 20px 0; } }
      #poolNoticeModal .column-2 .chris-cont .price-info::after {
        content: "";
        width: 150px;
        border-bottom: 10px solid #fdc214;
        margin: auto;
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
      #poolNoticeModal .column-2 .chris-cont .price-info:last-child::after {
        display: none; }
    #poolNoticeModal .column-2 .chris-cont h3 {
      font-weight: 600; }
    #poolNoticeModal .column-2 .chris-cont h4 {
      font-weight: 100;
      font-size: 32px;
      letter-spacing: 3px; }
      @media screen and (max-width: 560px) {
        #poolNoticeModal .column-2 .chris-cont h4 {
          font-size: 24px; } }
  #poolNoticeModal .column-2 .spa-img {
    width: 45%; }
    @media screen and (max-width: 560px) {
      #poolNoticeModal .column-2 .spa-img {
        width: 100%; } }
    #poolNoticeModal .column-2 .spa-img img {
      height: 430px;
      object-fit: cover; }
      @media screen and (max-width: 560px) {
        #poolNoticeModal .column-2 .spa-img img {
          height: 200px; } }

#spaNoticeModal .modal-dialog {
  max-width: 860px; }
  @media screen and (max-width: 860px) {
    #spaNoticeModal .modal-dialog {
      max-width: 100%; } }
#spaNoticeModal .modal-content {
  border-radius: 8px;
  overflow: hidden; }
  @media screen and (max-width: 560px) {
    #spaNoticeModal .modal-content {
      width: 90%;
      margin: auto; } }
  @media screen and (max-width: 360px) {
    #spaNoticeModal .modal-content {
      width: 95%; } }
#spaNoticeModal .btn-close {
  opacity: 1;
  filter: brightness(0.5); }
  @media screen and (max-width: 560px) {
    #spaNoticeModal .btn-close {
      opacity: 1;
      filter: drop-shadow(2px 4px 6px black);
      background-color: #fff;
      border-radius: 100%;
      padding: 7px; } }
#spaNoticeModal .column-2 {
  display: flex;
  width: 100%; }
  @media screen and (max-width: 560px) {
    #spaNoticeModal .column-2 {
      flex-direction: column; } }
  #spaNoticeModal .column-2 .chris-cont {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url(../png/spa-bg.png) no-repeat center/cover; }
    @media screen and (max-width: 560px) {
      #spaNoticeModal .column-2 .chris-cont {
        width: 100%; } }
    #spaNoticeModal .column-2 .chris-cont .spa-info {
      padding: 30px; }
      @media screen and (max-width: 560px) {
        #spaNoticeModal .column-2 .chris-cont .spa-info {
          padding: 15px; } }
      #spaNoticeModal .column-2 .chris-cont .spa-info .spa-popup-cont img {
        width: 140px;
        margin-bottom: 10px; }
        @media screen and (max-width: 560px) {
          #spaNoticeModal .column-2 .chris-cont .spa-info .spa-popup-cont img {
            width: 100px; } }
      #spaNoticeModal .column-2 .chris-cont .spa-info .spa-popup-cont p {
        font-size: 18px;
        font-family: "Montserrat";
        margin-bottom: 10px; }
        @media screen and (max-width: 560px) {
          #spaNoticeModal .column-2 .chris-cont .spa-info .spa-popup-cont p {
            font-size: 14px; } }
      #spaNoticeModal .column-2 .chris-cont .spa-info .spa-popup-cont h3 {
        font-weight: 600;
        text-transform: uppercase;
        font-family: "ivypresto-headline", serif;
        margin-bottom: 10px; }
        @media screen and (max-width: 560px) {
          #spaNoticeModal .column-2 .chris-cont .spa-info .spa-popup-cont h3 {
            font-size: 24px; } }
      #spaNoticeModal .column-2 .chris-cont .spa-info .spa-popup-cont h5 {
        font-style: italic;
        text-transform: capitalize;
        font-family: "ivypresto-headline", serif;
        margin-bottom: 10px; }
        @media screen and (max-width: 560px) {
          #spaNoticeModal .column-2 .chris-cont .spa-info .spa-popup-cont h5 {
            font-size: 20px; } }
      #spaNoticeModal .column-2 .chris-cont .spa-info .spa-popup-cont span {
        font-family: "Montserrat";
        padding: 0 60px;
        display: inline-block; }
        @media screen and (max-width: 560px) {
          #spaNoticeModal .column-2 .chris-cont .spa-info .spa-popup-cont span {
            padding: 0 40px;
            font-size: 13px; } }
        @media screen and (max-width: 360px) {
          #spaNoticeModal .column-2 .chris-cont .spa-info .spa-popup-cont span {
            padding: 0; } }
  #spaNoticeModal .column-2 .spa-img {
    width: 45%; }
    @media screen and (max-width: 560px) {
      #spaNoticeModal .column-2 .spa-img {
        width: 100%; } }
    #spaNoticeModal .column-2 .spa-img img {
      height: 512px;
      object-fit: cover; }
      @media screen and (max-width: 560px) {
        #spaNoticeModal .column-2 .spa-img img {
          height: 200px; } }
      @media screen and (max-width: 360px) {
        #spaNoticeModal .column-2 .spa-img img {
          height: 180px; } }

.contact-side {
  position: fixed;
  top: 50%;
  transform: rotate(-90deg);
  z-index: 11;
  right: -36px; }
  @media screen and (max-width: 640px) {
    .contact-side {
      right: -32px; } }
  .contact-side a {
    background: #fdc214;
    width: max-content;
    padding: 3px 10px;
    color: #1a1a1a;
    display: flex;
    font-size: 15px;
    font-family: "Montserrat"; }
    @media screen and (max-width: 640px) {
      .contact-side a {
        font-size: 12px; } }

.property-map {
  padding: 128px 0; }
  @media screen and (max-width: 767px) {
    .property-map {
      padding-bottom: 64px;
      padding-top: 80px; } }
  .property-map .row {
    align-items: center; }
    .property-map .row .map-inner {
      display: flex; }
      @media screen and (max-width: 767px) {
        .property-map .row .map-inner {
          flex-direction: column;
          flex-wrap: wrap; } }
    .property-map .row .map-img {
      width: 50%;
      padding-right: 40px; }
      @media screen and (max-width: 767px) {
        .property-map .row .map-img {
          width: 100%;
          padding: 0; } }
      .property-map .row .map-img img {
        width: 100%;
        height: 75vh;
        object-fit: contain; }
        @media screen and (max-width: 767px) {
          .property-map .row .map-img img {
            height: auto; } }
    .property-map .row .map-list ol {
      list-style: none; }
      @media screen and (max-width: 767px) {
        .property-map .row .map-list ol {
          padding-left: 0;
          padding-top: 40px; } }
      .property-map .row .map-list ol li {
        color: #1a1a1a;
        font-size: 17px;
        padding: 12px 0; }
        .property-map .row .map-list ol li span {
          background: #fdc214;
          width: 30px;
          height: 30px;
          border-radius: 100px;
          color: #1a1a1a;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-right: 10px; }

.meeting-sec {
  padding: 80px 0; }
  .meeting-sec h3 {
    font-weight: 100; }
  .meeting-sec .metting-title h2 {
    font-weight: 100;
    text-align: center;
    color: #1a1a1a; }
  .meeting-sec .metting-title p {
    font-family: "Montserrat";
    color: #1a1a1a;
    font-size: 15px;
    text-align: center; }

.page-template-pool .slider {
  padding: 128px 0; }
.page-template-pool .resort_pass {
  padding: 80px 0 0; }
  .page-template-pool .resort_pass h2 {
    font-weight: 100;
    text-align: center; }
  .page-template-pool .resort_pass .grid .element-item .rooms-info .rooms-property {
    width: 100%;
    list-style: circle; }
    @media screen and (max-width: 767px) {
      .page-template-pool .resort_pass .grid .element-item .rooms-info .rooms-property {
        display: list-item;
        padding-left: 20px; } }
    .page-template-pool .resort_pass .grid .element-item .rooms-info .rooms-property li {
      display: list-item;
      overflow: visible; }

.circa-59-patio .slider, .palmetto-cafe .slider, .circa-59 .slider {
  padding: 80px 0; }

.two-link {
  display: flex;
  gap: 20px; }
  @media screen and (max-width: 860px) {
    .two-link {
      display: block; } }
  @media screen and (max-width: 767px) {
    .two-link {
      display: flex; } }
  @media screen and (max-width: 460px) {
    .two-link {
      display: block; } }

/* FAQ */
.faq .offers-sec .accordion-item {
  border: none; }
  .faq .offers-sec .accordion-item .accordion-button {
    background: #f5f6ea;
    border: none;
    padding: 32px;
    padding-bottom: 0;
    border-radius: 0;
    box-shadow: none; }
    @media screen and (max-width: 640px) {
      .faq .offers-sec .accordion-item .accordion-button {
        padding-right: 60px !important; } }
    .faq .offers-sec .accordion-item .accordion-button.collapsed {
      background: transparent;
      border-bottom: 1px solid #1a1a1a;
      padding: 32px; }
    .faq .offers-sec .accordion-item .accordion-button:focus {
      outline: none;
      box-shadow: none; }
    @media screen and (max-width: 640px) {
      .faq .offers-sec .accordion-item .accordion-button::after {
        position: absolute;
        right: 20px; } }
    .faq .offers-sec .accordion-item .accordion-button h4 {
      color: #1a1a1a;
      font-family: "ivypresto-headline", serif;
      font-weight: 100; }
  .faq .offers-sec .accordion-item .accordion-collapse p {
    font-size: 15px;
    font-weight: 100;
    color: #1a1a1a;
    padding-left: 42px;
    padding-right: 40px; }
    @media screen and (max-width: 640px) {
      .faq .offers-sec .accordion-item .accordion-collapse p {
        padding-left: 15px; } }
  .faq .offers-sec .accordion-item .accordion-collapse .accordion-body {
    background: #f5f6ea; }
  .faq .offers-sec .accordion-item .accordion-collapse.show {
    border-bottom: 1px solid #1a1a1a; }

.botox-cont {
  padding: 30px 0; }
  @media screen and (max-width: 640px) {
    .botox-cont {
      padding: 30px 15px; } }
  .botox-cont p, .botox-cont li {
    font-size: 13px; }
    .botox-cont p span, .botox-cont li span {
      color: #fdc214;
      font-weight: 600; }

/*# sourceMappingURL=style.css.map */
