@font-face {
  font-family: 'Graphik-Regular';
  src: url("../fonts/graphik/Graphik-Regular.otf") format("opentype"), url("../fonts/graphik/Graphik-Regular.woff") format("woff"), url("../fonts/graphik/Graphik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Graphik-Light';
  src: url("../fonts/graphik/Graphik-Light.otf") format("opentype"), url("../fonts/graphik/Graphik-Light.woff") format("woff"), url("../fonts/graphik/Graphik-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
p {
  font-family: 'Graphik-Light',sans-serif;
  line-height: 1.6em;
  font-size: 14px; }

.title-font, header .mob-nav .links li a, .banner .booking .bx input, .booking-bg .booking-holder form .row p, .booking-bg .booking-holder form .row button {
  font-family: 'Playfair Display', serif; }

.sub-font, header nav a, .banner .overlap .btn a, .contact-frm form input, .contact-frm form textarea, .booking-bg .booking-holder form .row input, .booking-bg .booking-holder form .row textarea, .booking-bg .booking-holder form .row select {
  font-family: 'Graphik-Regular',sans-serif; }

.sub-font-lite, .banner .booking .bx.btn button, footer .footer .f3 ul li a, .a-cf-2 .list aside ul {
  font-family: 'Graphik-Light',sans-serif; }

/*background colors*/
.lite-bg {
  background: #f9f9f9; }

.nav-bg, header, header .mob-nav {
  background: #323a45; }

.dark-gold-bg, header nav a:after, .banner .overlap .btn a:first-child, .h-cf-2 .detail .card .btn a:first-child, .room-st .overlap .card .btn a:first-child {
  background: #ca943f; }

.white-bg, .h-cf-2 .detail .card, .booking-bg .booking-holder form .row button {
  background: white; }

/*fonts Colors*/
.dark-gold, header nav a, .h-cf-2 .detail .card .btn a:last-child, footer .footer .f3 ul li a, .room-st .overlap .card .btn a, .booking-bg .booking-holder form .row button {
  color: #ca943f; }

.white, header .mob-nav .links li a, .banner .booking .bx.btn button, .h-cf-2 .detail .card .btn a:first-child, .room-st .overlap .card .btn a:first-child {
  color: white; }

/*font size*/
.f-10 {
  font-size: 10px; }

.f-14, header nav a, .contact-frm form input, .contact-frm form textarea {
  font-size: 14px; }

.f-16, .booking-bg .booking-holder form .row p, .booking-bg .booking-holder form .row button {
  font-size: 16px; }

.f-18 {
  font-size: 18px; }
  @media all and (max-width: 540px) {
    .f-18 {
      font-size: 17px; } }

.f-20 {
  font-size: 20px; }

.f-25 {
  font-size: 25px; }

.f-32 {
  font-size: 32px; }
  @media all and (max-width: 540px) {
    .f-32 {
      font-size: 26px; } }

.f-50 {
  font-size: 50px; }

/*fn*/
.empty {
  height: 72px; }
  @media all and (max-width: 768px) {
    .empty {
      height: 52px; } }

.caps, header nav a, .banner .overlap .btn a, footer .footer .f3 ul li a, .a-cf-2 .list aside ul, .room-st .overlap .card .btn a {
  text-transform: uppercase; }

.inline-block {
  display: inline-block; }

.mt-s {
  margin-top: 7px; }

.done3 {
  background: green !important;
  color: white !important; }

@keyframes fillMid {
  0% {
    fill: none;
    fill-opacity: 0;
    stroke: white;
    stroke-dasharray: 0;
    stroke-dashoffset: 0; }
  50% {
    fill: #c8800e;
    fill-opacity: 1;
    stroke-dasharray: 200;
    stroke-dashoffset: 200; }
  100% {
    fill: none;
    fill-opacity: 0;
    stroke-dasharray: 0;
    stroke-dashoffset: 0; } }
@keyframes fillSt {
  0% {
    stroke: white;
    stroke-dashoffset: 35; }
  50% {
    stroke: gold;
    stroke-dashoffset: 100; }
  100% {
    stroke: white;
    stroke-dashoffset: 35; } }
header {
  position: fixed;
  width: 100%;
  z-index: 99; }
  @media all and (max-width: 768px) {
    header .header {
      display: none; } }
  header .logo {
    display: inline-block;
    padding: 4px; }
    header .logo svg {
      max-width: 160px;
      height: auto;
      padding: 4px; }
      header .logo svg #mid1 {
        fill: none;
        stroke: white;
        stroke-width: 2px;
        animation: fillMid 6s ease infinite; }
      header .logo svg #title2 path {
        stroke: gold;
        stroke-dasharray: 19;
        animation: fillSt 4s ease-in infinite; }
  header nav a {
    display: inline-block;
    padding: 9px;
    position: relative; }
    header nav a:after {
      content: "";
      height: 3px;
      position: absolute;
      width: 0;
      left: 0;
      bottom: 4px; }
    header nav a:hover::after {
      width: 100%;
      -webkit-transition: ease all 0.5s;
      -moz-transition: ease all 0.5s;
      -ms-transition: ease all 0.5s;
      -o-transition: ease all 0.5s;
      transition: ease all 0.5s; }
  header .mob-header {
    display: none; }
    @media all and (max-width: 768px) {
      header .mob-header {
        display: block; } }
    header .mob-header .logo img {
      max-width: 120px; }
    header .mob-header .nav-btn {
      display: inline-block;
      width: 36px;
      margin-right: 14px;
      height: 26px; }
      header .mob-header .nav-btn span {
        display: inline-block;
        width: 36px;
        height: 1px;
        background: white;
        position: relative; }
        header .mob-header .nav-btn span:before, header .mob-header .nav-btn span:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 1px;
          left: 0;
          background: white;
          -webkit-transition: ease all 0.5s;
          -moz-transition: ease all 0.5s;
          -ms-transition: ease all 0.5s;
          -o-transition: ease all 0.5s;
          transition: ease all 0.5s; }
        header .mob-header .nav-btn span:before {
          top: -8px; }
        header .mob-header .nav-btn span:after {
          top: 8px; }
      header .mob-header .nav-btn.isActive span {
        background: rgba(255, 255, 255, 0); }
        header .mob-header .nav-btn.isActive span:before {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          top: 0; }
        header .mob-header .nav-btn.isActive span:after {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 0; }
  header .mob-nav {
    position: fixed;
    left: 100%;
    width: 100%;
    height: 100%;
    padding: 80px; }
    header .mob-nav.isActive {
      left: 0; }
    header .mob-nav .links li {
      text-align: start;
      margin: 28px 0; }
      header .mob-nav .links li a {
        font-size: 24px; }

.banner {
  position: relative; }
  .banner > img {
    width: 100%; }
  .banner .booking {
    position: absolute;
    width: 100%;
    bottom: 32px;
    z-index: 9; }
    @media all and (max-width: 768px) {
      .banner .booking {
        display: none; } }
    .banner .booking > form div aside {
      padding: 5px; }
    .banner .booking .bx {
      min-height: 110px; }
      .banner .booking .bx .ng-datepicker {
        top: 100%; }
      .banner .booking .bx p {
        text-align: left;
        letter-spacing: 3px; }
        .banner .booking .bx p i {
          font-size: 24px;
          float: right; }
          @media all and (max-width: 768px) {
            .banner .booking .bx p i {
              font-size: 11px; } }
      .banner .booking .bx input {
        margin-top: 7px;
        border: none;
        outline: none;
        font-size: 24px;
        display: inline-block;
        max-width: 100%;
        text-align: center;
        color: #444444;
        text-transform: capitalize; }
        @media all and (max-width: 768px) {
          .banner .booking .bx input {
            font-size: 18px; } }
      .banner .booking .bx.btn {
        position: relative; }
        .banner .booking .bx.btn button {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          letter-spacing: 3px;
          line-height: 1.6em;
          font-size: 16px;
          border: none;
          background: none;
          outline: none; }
          .banner .booking .bx.btn button:hover {
            background: goldenrod;
            cursor: pointer; }
  .banner .main {
    position: relative; }
  .banner .overlap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    @media all and (max-width: 768px) {
      .banner .overlap h1 {
        font-size: 35px; } }
    @media all and (max-width: 540px) {
      .banner .overlap h1 {
        font-size: 17px; } }
    .banner .overlap .btn a {
      color: white;
      display: inline-block;
      padding: 14px 18px;
      border: 1px solid white;
      margin: 0 4px; }
      .banner .overlap .btn a:first-child {
        border-color: #91703c; }
      .banner .overlap .btn a:hover {
        background: goldenrod;
        border: 1px solid goldenrod; }
      @media all and (max-width: 540px) {
        .banner .overlap .btn a {
          font-size: 11px;
          padding: 9px; } }
  .banner .rslides_tabs {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 7px;
    bottom: 0;
    z-index: 9; }
    .banner .rslides_tabs li a {
      width: 15px;
      height: 15px;
      display: inline-block;
      background: rgba(0, 0, 0, 0.3);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      margin: 0 4px;
      border: 2px solid rgba(0, 0, 0, 0.3);
      color: rgba(0, 0, 0, 0); }
    .banner .rslides_tabs .rslides_here a {
      background: #bd9847 !important;
      border-color: #232323; }

.h-cf-1 .main-p {
  line-height: 1.9em; }

.h-cf-2 .detail .card {
  -webkit-box-shadow: 0 2px 5px #c3c3c3;
  -moz-box-shadow: 0 2px 5px #c3c3c3;
  box-shadow: 0 2px 5px #c3c3c3;
  position: relative;
  right: -30%;
  z-index: 9;
  min-height: 290px; }
  @media all and (max-width: 768px) {
    .h-cf-2 .detail .card {
      right: -20%; } }
  @media all and (max-width: 540px) {
    .h-cf-2 .detail .card {
      right: 0;
      margin-top: -15%; } }
  .h-cf-2 .detail .card .controllers a {
    position: absolute;
    top: 30px;
    font-size: 30px;
    color: #444444; }
    .h-cf-2 .detail .card .controllers a:first-child {
      left: 20px; }
    .h-cf-2 .detail .card .controllers a:last-child {
      right: 20px; }
  .h-cf-2 .detail .card .btn a {
    display: inline-block;
    padding: 10px 16px; }
    .h-cf-2 .detail .card .btn a:first-child {
      border: 1px solid #91703c;
      width: 45%; }
    .h-cf-2 .detail .card .btn a:last-child {
      border: 1px solid #91703c; }
    .h-cf-2 .detail .card .btn a:hover {
      background: goldenrod;
      border: 1px solid goldenrod;
      color: white; }

.h-cf-3 .img-cards aside {
  text-align: center; }

.h-cf-4 .card {
  -webkit-box-shadow: 0 2px 8px #d2d2d2;
  -moz-box-shadow: 0 2px 8px #d2d2d2;
  box-shadow: 0 2px 8px #d2d2d2; }
.h-cf-4 .img-holder {
  z-index: 3;
  position: relative; }
.h-cf-4 .promo-holder {
  -webkit-box-shadow: 0 2px 8px #d2d2d2;
  -moz-box-shadow: 0 2px 8px #d2d2d2;
  box-shadow: 0 2px 8px #d2d2d2;
  max-width: 60%;
  margin-top: -15%;
  margin-left: 12%;
  z-index: 4;
  position: relative; }
  @media all and (max-width: 768px) {
    .h-cf-4 .promo-holder {
      margin-left: 30%; } }
  @media all and (max-width: 540px) {
    .h-cf-4 .promo-holder {
      margin-left: 0;
      max-width: 100%; } }

@media all and (max-width: 540px) {
  footer .footer {
    display: block;
    text-align: center; } }
footer .footer .f1 .social a {
  color: white;
  display: inline-block;
  font-size: 20px;
  margin: 0 12px 0 0; }
footer .footer .f2 p {
  font-size: 12px;
  line-height: 1.8em; }
footer .footer .f3 ul li {
  margin: 14px 0; }
  footer .footer .f3 ul li a {
    font-size: 12px; }
footer .footer .f4 ng-map {
  height: 200px; }
footer .footer-btm {
  background: #1c2229; }
  footer .footer-btm > div {
    padding: 12px; }
    footer .footer-btm > div aside {
      font-size: 13px; }

/*inner pages ----------------------------------------------------------------- */
.a-cf-1 {
  -webkit-box-shadow: 0 2px 8px #d2d2d2;
  -moz-box-shadow: 0 2px 8px #d2d2d2;
  box-shadow: 0 2px 8px #d2d2d2;
  margin-top: -5%; }

.a-cf-2 .list aside ul {
  list-style: disc;
  padding-left: 16px;
  line-height: 1.5;
  font-size: 13px; }
  .a-cf-2 .list aside ul li {
    margin: 14px 0; }

.room-st {
  position: relative; }
  .room-st > img {
    width: 100%; }
  .room-st .overlap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    @media all and (max-width: 540px) {
      .room-st .overlap {
        position: relative; } }
    .room-st .overlap .card {
      max-width: 480px;
      min-width: 460px;
      margin: 0 24px;
      z-index: 9;
      overflow: hidden; }
      @media all and (max-width: 768px) {
        .room-st .overlap .card {
          background: rgba(255, 255, 255, 0.8); } }
      @media all and (max-width: 540px) {
        .room-st .overlap .card {
          margin: 0;
          min-width: auto; } }
      .room-st .overlap .card .slider {
        width: 100%;
        overflow: hidden; }
      .room-st .overlap .card .btn a {
        display: inline-block;
        padding: 11px 16px;
        width: 45%;
        border: 1px solid #91703c;
         /* @media all and (max-width: $small) {
            display: block;

          }*/ }
        .room-st .overlap .card .btn a:hover {
          background: goldenrod;
          color: white;
          border-color: goldenrod; }

.room-data-slider .data div aside {
  margin-bottom: 12px; }
.room-data-slider .owl-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 7px; }
  .room-data-slider .owl-dots .owl-dot span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #c3c3c3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 6px; }
  .room-data-slider .owl-dots .owl-dot.active span {
    background: #444444; }

.contact-frm form {
  max-width: 480px; }
  .contact-frm form input, .contact-frm form textarea {
    margin: 4px 0 4px 8px;
    display: block;
    padding: 12px;
    border: 1px solid #91703c;
    width: 98.5%;
    outline: none; }
  .contact-frm form textarea {
    resize: vertical; }
  .contact-frm form button {
    display: inline-block;
    margin: 14px 8px;
    border: none;
    padding: 14px 28px;
    outline: none; }
    .contact-frm form button:hover {
      background: goldenrod;
      cursor: pointer; }

.gallery img {
  width: 100%; }
  .gallery img:hover {
    -webkit-filter: brightness(115%); }

.booking-bg {
  background: #eeeeee; }
  .booking-bg .booking-holder form .row {
    margin-top: 14px; }
    .booking-bg .booking-holder form .row aside {
      padding: 0 14px; }
    .booking-bg .booking-holder form .row input, .booking-bg .booking-holder form .row textarea, .booking-bg .booking-holder form .row select {
      display: block;
      width: 100%;
      padding: 9px;
      outline: none;
      margin-top: 7px; }
    .booking-bg .booking-holder form .row button {
      border: 1px solid #91703c;
      padding: 9px 14px; }
      .booking-bg .booking-holder form .row button:hover {
        cursor: pointer;
        background: goldenrod;
        color: white; }

.promotion-pg-holder {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }
  .promotion-pg-holder .card {
    -webkit-box-shadow: 0 1px 3px #eeeeee;
    -moz-box-shadow: 0 1px 3px #eeeeee;
    box-shadow: 0 1px 3px #eeeeee;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px; }
    .promotion-pg-holder .card .img-holder a {
      outline: none; }
      .promotion-pg-holder .card .img-holder a img {
        width: 100%; }

/*# sourceMappingURL=main.css.map */
