@charset "utf-8";

	/* HL STYLE RESET V3.1 with normalize.css v3.0.2 */
	html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;font-weight: 400}
	button,input[type="submit"],input[type="checkbox"],input[type="radio"]{cursor: pointer;border: 0;}table{border-collapse: separate;}input:focus{outline: none;}
	i{font-style:normal}.fl {float: left;}.fr {float: right;}.clearfix:before, .clearfix:after,.cols:before, .cols:after,.row:before, .row:after { content: ""; display: table; }.clearfix:after,.cols:after,.row:after { clear: both; }.clearfix,.cols,.row { zoom: 1; }* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	body { -webkit-text-size-adjust: none; -webkit-overflow-scrolling:touch}
	a{text-decoration: none;}ol,ul{list-style: none;}
	input[type="text"],input[type="email"],input[type="password"],textarea{border-radius: 0;box-shadow: none;-webkit-appearance: none}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
  line-height: 23px;
  font-family: 'Jura', sans-serif;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
}
@media mq-desktop {
  .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 14px;
  }
}
.hl-table {
  display: table;
  width: 100%;
  height: 100%;
}
.hl-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile {
    display: block;
  }
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.row [class*="col-"] {
  padding: 0 0px;
  float: left;
}
.row .col-1 {
  width: 8.333%;
}
.row .col-2 {
  width: 16.66%;
}
.row .col-3 {
  width: 25%;
}
.row .col-4 {
  width: 33.333%;
}
.row .col-5 {
  width: 41.666%;
}
.row .col-6 {
  width: 50%;
}
.row .col-7 {
  width: 58.33%;
}
.row .col-8 {
  width: 66.666%;
}
.row .col-9 {
  width: 75%;
}
.row .col-10 {
  width: 83.333%;
}
.row .col-11 {
  width: 91.666%;
}
.row .col-12 {
  width: 100%;
}
.row .col-5-1 {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .row {
    margin: 0;
  }
  .row [class*="col-"] {
    padding: 0;
    width: 100%;
    float: none;
  }
}
h2 {
  font-size: 7rem;
  padding-bottom: 1rem;
  font-weight: 600;
  color: #c96c4e;
  padding-bottom: 2rem;
  font-family: 'Lavishly Yours', cursive;
}
h3 {
  text-align: center;
  padding-bottom: 1rem;
  font-size: 2.5rem;
  font-family: 'Alumni Sans Pinstripe', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
}
.half-width {
  max-width: 58% !important;
}
.text-center {
  text-align: center;
}
p {
  line-height: 1.5;
  padding-bottom: 1rem;
}
.no-scroll {
  overflow: hidden !important;
  width: auto;
}
.no-scroll body {
  overflow: hidden !important;
}
.header {
  margin-top: 25px;
  padding: 0 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  transition: all 0.5s ease-out;
}
.fixed .header {
  position: fixed;
  margin-top: 0 !important;
  background: #dfc2a6;
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    margin-top: 15px;
  }
}
.header .container {
  max-width: 1440px;
  height: 75px;
}
@media screen and (max-width: 767px) {
  .header .container {
    height: 43px;
  }
}
.header .logo {
  margin-top: 1.5rem;
  position: relative;
  z-index: 9;
  font-size: 2rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .header .logo {
    margin: -7px 0;
    width: 158px;
  }
}
.header .logo img {
  transition: all 0.5s ease-out;
  display: block;
  width: 291px;
  height: 105px;
}
@media screen and (max-width: 767px) {
  .header .logo img {
    width: 158px;
    height: 57px;
  }
}
.fixed .header .logo {
  margin: 1.5rem 0 0 0;
}
.fixed .header .logo img {
  padding: 5px 0;
  height: 75px;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .fixed .header .logo img {
    height: 57px;
    width: 130px;
  }
}
.header .tel {
  color: #fff;
  font-size: 23px;
  line-height: 28px;
  text-transform: uppercase;
  margin-top: 23px;
  margin-left: 180px;
  font-family: font-open-sans;
  font-weight: 600;
  letter-spacing: -0.95px;
}
@media mq-desktop {
  .header .tel {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .header .tel {
    margin-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .header .tel {
    display: none;
  }
}
.header .main-menu {
  font-size: 1.125rem;
  line-height: 23px;
  font-family: 'Jura', sans-serif;
  text-transform: capitalize;
  font-weight: 800;
}
@media screen and (max-width: 1023px) {
  .header .main-menu {
    display: none;
    position: absolute;
    top: 75px;
    right: 0;
    width: 388px;
    background-color: #2b2525;
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .header .main-menu {
    width: 100%;
    top: 43px;
    font-size: 16px;
    line-height: 20px;
  }
}
.header .main-menu >ul >li {
  float: left;
  margin-left: 40px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .header .main-menu >ul >li {
    float: none;
    border-top: 1px solid #4b4b4b;
    margin-left: 0;
  }
}
.header .main-menu >ul >li:first-child {
  margin-left: 0;
}
.header .main-menu >ul >li >a {
  font-family: inherit;
  font-weight: 600;
  padding: 26px 0 27px;
  display: block;
  transition: all 0.5s ease-out;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .header .main-menu >ul >li >a {
    padding: 14px 0 14px 22px;
  }
}
.header .main-menu >ul >li[class*="current"] > a,
.header .main-menu >ul >li[class^="current"] > a,
.header .main-menu >ul >li a:hover {
  color: rgba(0,0,0,0.5);
}
.header .main-menu >ul >li:hover >ul {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  pointer-events: auto;
}
.header .main-menu >ul >li >ul {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  width: 260px;
  position: absolute;
  top: 75px;
  left: 50%;
  margin-left: -130px;
  background-color: #fceddc;
  transition: all 0.5s ease-out;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .header .main-menu >ul >li >ul {
    background-color: #3d3738;
    display: none;
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 9;
    pointer-events: auto;
    left: 0;
    top: 0;
    margin-left: 0;
    width: 100%;
    transition: none;
    border-top: 1px solid #4b4b4b;
  }
}
@media screen and (max-width: 1023px) {
  .header .main-menu >ul >li >ul >li {
    border: 0;
  }
}
.header .main-menu >ul >li >ul >li >a {
  text-align: center;
  display: block;
  color: #000;
  padding: 10px 0;
  transition: all 0.5s ease-out;
  position: relative;
  font-weight: 600;
}
.header .main-menu >ul >li >ul >li >a:hover {
  background-color: #dfc2a6;
}
@media screen and (max-width: 1023px) {
  .header .main-menu >ul >li >ul >li >a {
    text-align: left;
    padding: 5px 0 5px 30px;
    color: #b4b3b3;
    font-size: 16px;
    line-height: 19px;
  }
  .header .main-menu >ul >li >ul >li >a:before {
    content: "-";
    position: absolute;
    left: 20px;
    top: 5px;
  }
}
.header .main-menu >ul .menu-login {
  margin-top: 13px;
}
@media screen and (max-width: 1023px) {
  .header .main-menu >ul .menu-login {
    margin-top: 0;
  }
}
.header .main-menu >ul .menu-login >a {
  padding: 10px 0;
  background-color: #c96c4e;
  width: 136px;
  text-align: center;
  border: 1px solid #c96c4e;
  color: #fff;
  letter-spacing: 0.08px;
}
.header .main-menu >ul .menu-login >a:hover {
  background-color: rgba(201,108,78,0.5);
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .header .main-menu >ul .menu-login >a {
    padding: 14px 0 14px 22px;
    background-color: none;
    border-color: transparent;
    width: 100%;
    border-radius: 0;
    text-align: left;
  }
}
@media screen and (max-width: 1023px) {
  .header .main-menu >ul .menu-has-child > a {
    position: relative;
  }
  .header .main-menu >ul .menu-has-child > a:after {
    content: '';
    background-image: url("../img/right.png");
    width: 50px;
    height: 17px;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 17px;
    transform: rotate(90deg);
  }
  .header .main-menu >ul .menu-has-child > a:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #4b4b4b;
    position: absolute;
    top: 0;
    right: 50px;
  }
  .header .main-menu >ul .menu-has-child.active {
    background-color: #3d3738;
  }
  .header .main-menu >ul .menu-has-child.active >a:after {
    transform: rotate(-90deg);
  }
}
.banner {
  display: block;
  min-height: 350px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1023px) {
  .banner {
    min-height: 265px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    min-height: 150px;
  }
}
.banner h2 {
  font-size: font -40px;
  line-height: 55px;
  color: #000;
  padding-top: 250px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .banner h2 {
    padding-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .banner h2 {
    padding-top: 85px;
    font-size: 33px;
    line-height: 39px;
  }
}
.slider {
  position: relative;
  background-size: cover;
  background-position: center;
  background: #dfc2a6;
  background: linear-gradient(153deg, #dfc2a6 10%, #f9e8d6 60%, #fceddc 100%);
}
.slider .slide-background-bl {
  position: absolute;
  left: 0;
  bottom: 2rem;
  background-size: cover;
  background-position: center;
  opacity: 0.4;
}
.slider .slide-background-tr {
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.4;
}
.slider li {
  height: 100vh;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .slider li {
    min-height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .slider li {
    min-height: 186px;
  }
}
.slider li .txt {
  padding-top: 20vh;
  max-width: 40%;
}
@media screen and (max-width: 767px) {
  .slider li .txt {
    padding-top: 80px;
  }
}
.slider li .txt h2 {
  color: #000;
  font-size: 7rem;
  line-height: 0.9em;
  font-family: 'Lavishly Yours', cursive;
  font-style: italic;
  font-weight: 500;
  margin: 0 0 2rem 0;
}
.slider li .txt h2 span {
  font-size: 1.875rem;
  font-family: 'Jura', sans-serif;
  font-style: normal;
  display: block;
  line-height: 1;
  padding: 3rem 0 0 0;
  font-weight: 200;
  text-shadow: none;
  color: #000;
}
@media screen and (max-width: 767px) {
  .slider li .txt h2 {
    font-size: 33px;
  }
}
.slider li .txt .booking-btn {
  background: #c96c4e;
  color: #fff;
  padding: 15px 30px;
  display: inline;
  text-transform: uppercase;
  font-weight: 700;
}
.slider li .txt .booking-btn:hover {
  background: rgba(201,108,78,0.5);
}
.slider li .slide-image {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  overflow: hidden;
}
.slider li .slide-image img {
  max-width: 35vw;
  display: block;
}
@media screen and (max-width: 1023px) {
  .slider .bx-wrapper {
    position: relative;
  }
}
.slider .bx-controls {
  position: absolute;
  left: 0;
  bottom: 188px;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 1023px) {
  .slider .bx-controls {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .slider .bx-controls {
    display: none;
  }
}
.slider .bx-controls .bx-pager {
  max-width: 1112px;
  margin: 0 auto;
}
@media mq-desktop {
  .slider .bx-controls .bx-pager {
    padding: 0 20px;
  }
}
.slider .bx-controls .bx-pager-item {
  display: inline-block;
  margin-left: 5px;
}
.slider .bx-controls .bx-pager-item:first-child {
  margin-left: 0;
}
.slider .bx-controls .bx-pager-item a {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  text-indent: -999999px;
  background-color: #e3e8e5;
}
.slider .bx-controls .bx-pager-item a.active {
  background-color: #fff;
}
.slider .brands {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #c96c4e;
  z-index: 999;
  padding: 30px 0;
}
.slider .brands img {
  width: 70%;
  display: block;
  filter: brightness(0) invert(1);
}
.slider .brands img:hover {
  filter: brightness(1) invert(0);
}
.about-section {
  background: #fff;
  padding: 130px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-section {
    padding: 0 0 65px;
  }
}
.about-section .container {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .about-section .container {
    padding: 0 68px;
  }
  .about-section .container .row {
    font-size: 0;
    margin-left: -34px;
    margin-right: -34px;
  }
  .about-section .container .col-5-1 {
    width: 33.33%;
    float: none;
    display: inline-block;
    padding: 0 34px;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  .about-section .container {
    padding: 0;
  }
  .about-section .container .row {
    margin: 0;
  }
  .about-section .container .col-5-1 {
    width: 100%;
    display: block;
    padding: 15px 14px;
    border-bottom: 1px solid #d7d7d7;
  }
}
.about-section .about-home {
  display: flex;
  gap: 5rem;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.about-section .about-home .about-image {
  overflow: hidden;
  position: relative;
  border: 0.14em solid #c96c4e;
  border-radius: 1000px 1000px 0 0;
  padding: 1.5rem;
}
.about-section .about-home .about-image img {
  display: block;
  width: 100%;
  border-radius: 1000px 1000px 0 0;
}
.about-section .about-home .about-hours {
  background: rgba(201,108,78,0.95);
  padding: 2rem 2.5rem;
  position: absolute;
  left: 10vw;
  bottom: -2rem;
  min-width: 420px;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
}
.about-section .about-home .about-hours .background-text {
  font-family: 'Lavishly Yours', cursive;
  font-size: 7.5rem;
  overflow: hidden;
  line-height: 0.8;
  color: rgba(223,194,166,0.3);
  position: absolute;
  top: 8vh;
  text-align: center;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  transform: rotate(-10deg);
}
.about-section .about-home .about-hours h3 {
  font-family: 'Alumni Sans Pinstripe', sans-serif;
  font-size: 2.5rem;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  font-weight: 700;
}
.about-section .about-home .about-hours .open-hours {
  width: 100%;
}
.about-section .about-home .about-hours .open-hours ul {
  list-style: none;
}
.about-section .about-home .about-hours .open-hours ul li {
  text-align: left;
  width: auto;
  display: block;
  color: #fff;
  padding: 10px 0;
  font-size: 1.125rem;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.about-section .about-home .about-hours .open-hours ul li span {
  display: inline-block;
  width: 50%;
  font-weight: 700;
}
.about-section .about-home .about-hours p {
  padding: 0;
  margin: 0;
}
.about-section .about-home .about-hours p a {
  color: #fff;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.about-section .about-home .about-content {
  max-width: 50%;
  position: relative;
}
.about-section .about-home .about-content p {
  text-align: left;
}
.about-section .about-home .about-content .more {
  margin-top: 2rem;
  text-align: left;
}
.about-section .about-home .about-content .more a {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 20px;
  color: #fff;
  background-color: #c96c4e;
  border: 1px solid #c96c4e;
  padding: 11px 33px;
  transition: all 0.5s ease-out;
  font-weight: 700;
  text-transform: uppercase;
}
.about-section .about-home .about-content .more a:hover {
  background-color: rgba(201,108,78,0.5);
  color: #fff;
}
.services-section {
  background: #fceddc;
  background: linear-gradient(150deg, #fceddc 0%, #e6c6ae 79%);
  padding: 130px 0 15rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .services-section {
    padding: 0 0 65px;
  }
}
.services-section .container {
  padding: 0;
}
.services-section .services-home ul {
  display: grid;
  gap: 3.125rem;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
}
.services-section .services-home ul li {
  position: relative;
}
.services-section .services-home ul li .service-image {
  width: 100%;
  height: 550px;
  overflow: visible;
  position: relative;
}
.services-section .services-home ul li .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 1000px 1000px 0 0;
  border: 0.14em solid #c96c4e;
  padding: 1rem;
}
.services-section .services-home ul li .service-image .title {
  font-size: 1.875rem;
  font-weight: 800;
  text-transform: capitalize;
  padding: 1rem;
  font-family: 'Alumni Sans Pinstripe', sans-serif;
  line-height: 1;
  background: #c96c4e;
  color: #fff;
  max-width: 78%;
  position: absolute;
  right: 1.2rem;
  bottom: -1.3rem;
  z-index: 9999;
  overflow: visible !important;
  text-align: right !important;
  box-shadow: 5px 5px 0px rgba(0,0,0,0.5);
}
.services-section .services-home ul li:nth-child(2),
.services-section .services-home ul li:nth-child(5) {
  margin-top: 5rem;
}
.services-section .services-home ul li .content {
  text-align: left;
  padding: 3rem 2rem 0rem 2rem;
}
.services-section .services-home ul li .discover {
  font-family: font-body;
  font-weight: 800;
  text-transform: uppercase;
  text-align: left;
  padding: 2rem 2rem 0 2rem;
  color: #c96c4e;
  font-size: 1.125rem;
  display: block;
}
.services-section .services-home ul li .discover span {
  display: inline-block;
  font-size: 24px;
  padding-left: 8px;
}
.why-section {
  background: #eb9f86;
  background: radial-gradient(circle, #eb9f86 0%, #c96c4e 100%);
  min-height: 600px;
  position: relative;
  padding: 0;
  margin: 0;
}
.why-section .why-us-image {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  margin: 0 auto;
}
.why-section .why-us-image img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.why-section .why-us {
  margin: 2rem 0;
  min-height: 600px;
  z-index: 1;
  position: relative;
}
.why-section .why-us .title-section {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 5rem auto 0 auto;
}
.why-section .why-us .title-section h2 {
  text-align: left;
  padding-bottom: 0.5rem;
  font-size: 1.875rem;
  font-family: 'Alumni Sans Pinstripe', sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}
.why-section .why-us .title-section h3 {
  padding-bottom: 1rem;
  font-size: 3.125rem;
  font-family: 'Alumni Sans Pinstripe', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  margin: 0 auto;
  color: #fff;
  width: auto !important;
}
.why-section .why-us .title-section p {
  max-width: 600px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 600;
}
.why-section .why-us .why-boxes {
  border: 1px solid #dfc2a6;
  max-width: 100%;
  margin: 1rem auto 0;
  background: #fff;
  padding: 1rem;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}
.why-section .why-us .why-boxes ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.why-section .why-us .why-boxes ul li {
  border-right: 0.12em dashed #dfc2a6;
  padding: 2rem 2rem;
}
.why-section .why-us .why-boxes ul li:last-child {
  border-right: none;
}
.why-section .why-us .why-boxes ul li .icon-div {
  position: relative;
}
.why-section .why-us .why-boxes ul li .icon-div .blob {
  position: absolute;
  left: 0;
  right: 0;
  top: -3rem;
  width: 170px;
  height: 170px;
  text-align: center;
  margin: 0 auto;
  opacity: 0.6;
}
.why-section .why-us .why-boxes ul li .icon-div .blob img {
  display: block;
  width: 100%;
}
.why-section .why-us .why-boxes ul li .icon-div .icon {
  width: 70px;
  text-align: center;
  margin: 0 auto 2rem auto;
  display: block;
  opacity: 0.7;
  z-index: 1;
}
.why-section .why-us .why-boxes ul li h4 {
  text-align: center;
  font-family: 'Alumni Sans Pinstripe', sans-serif;
  font-size: 1.875rem;
  text-transform: capitalize;
  color: rgba(0,0,0,0.8);
  font-weight: 800;
  padding: 1rem 0 1rem 0;
}
.why-section .why-us .why-boxes ul li p {
  text-align: center;
}
.faqs-section {
  padding: 5rem 0;
  background: #dfc2a6;
  background: radial-gradient(circle, #fceddc 5%, #dfc2a6 95%);
  z-index: 9999;
}
.faqs-section .faqs {
  border: 0.12em solid #c96c4e;
  margin: 2rem auto;
  padding: 3rem;
}
.faqs-section details {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #000;
  padding: 0.8rem 0 0.8rem 1rem;
}
.faqs-section details > summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: height 1s ease;
  font-size: 18px;
}
.faqs-section details > summary::-webkit-details-marker {
  display: none;
}
.faqs-section details > summary:after {
  content: '+';
}
.faqs-section details[open] > summary:after {
  content: '×';
}
.faqs-section details > div {
  padding: 1rem 0;
}
.book-section {
  background: #c96c4e;
  padding: 3rem 0;
  text-align: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: -1;
}
.book-section h2 {
  text-align: center;
  padding-bottom: 1rem;
  font-size: 70px;
  font-family: 'Alumni Sans Pinstripe', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  max-width: 600px;
  margin: 0 auto;
}
.book-section p {
  color: #fff;
  padding-bottom: 3rem;
}
.book-section a {
  display: inline;
  background: #fff;
  color: #c96c4e;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto;
  border: 1px solid #fff;
}
.book-section a:hover {
  background: rgba(255,255,255,0.5);
}
.book-section .book-background-bl {
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.9;
}
.book-section .book-background-bl img {
  display: block;
}
.book-section .book-background-tr {
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.9;
}
#circle {
  width: 400px;
  height: 400px;
  left: 0;
  top: 15rem;
  shape-outside: circle(50% at 30%);
  clip-path: circle(50% at 0%);
  background: rgba(223,194,166,0.3);
  position: absolute;
}
#circle1 {
  width: 200px;
  height: 200px;
  left: 0;
  top: -5rem;
  shape-outside: circle(50% at 30%);
  clip-path: circle(50% at 0%);
  background: rgba(223,194,166,0.4);
  position: absolute;
}
#egg {
  display: block;
  width: 126px;
  height: 180px;
  background-color: rgba(223,194,166,0.5);
  border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
  position: absolute;
  left: 0;
  top: 15rem;
}
.animated-content {
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}
.animated-content.hidden {
  opacity: 0;
  transform: translateY(100px);
}
.animated-content.show {
  opacity: 1;
  transform: translateY(0);
}
.animated-content-1 {
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.animated-content-1.hidden {
  opacity: 0;
  transform: translateX(100px);
}
.animated-content-1.show {
  opacity: 1;
  transform: translateX(0);
}
.animated-content-2 {
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}
.animated-content-2.hidden {
  opacity: 0;
  transform: translateX(100px);
}
.animated-content-2.show {
  opacity: 1;
  transform: translateX(0);
}
.animated-content-3 {
  transition: opacity 2s ease-out, transform 2s ease-out;
}
.animated-content-3.hidden {
  opacity: 0;
  transform: translateX(-200px);
}
.animated-content-3.show {
  opacity: 1;
  transform: translateX(0);
}
.testimony {
  min-height: 490px;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 70px 0;
}
.testimony h2 {
  font-weight: 700;
  font-size: 40px;
  font-style: italic;
  font-family: font-fira-sans;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 767px) {
  .testimony h2 {
    font-size: 30px;
  }
}
.testimony .txt {
  font-size: 18px;
  line-height: 1.2em;
  margin: 45px 0 30px;
}
.icons {
  width: 250px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.icons ul {
  opacity: 0;
}
.icons .bx-prev {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 33.3333%;
  opacity: 0;
}
.icons .bx-next {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 33.3333%;
  opacity: 0;
}
.icons img {
  width: 83px;
  filter: grayscale(100%);
  transition: all 0.5s ease-out 0.5s;
  margin-top: 10px;
  transform: scale(0.6);
}
.icons li.active img {
  transform: scale(1);
  filter: none;
}
.breadcrumb {
  background-color: #3a3535;
  color: #bfbaa8;
  font-size: 11px;
  line-height: 14px;
  padding: 5px 0;
  font-weight: 700;
}
.breadcrumb .container {
  font-weight: 700;
}
.breadcrumb a {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    min-height: 10px;
  }
  .breadcrumb .container {
    display: none;
  }
}
.bookings {
  font-family: font-fira-sans;
  font-weight: 400 !important;
}
.main {
  padding: 100px 0;
  color: #676767;
  background: #edefed;
}
.main .title {
  margin-bottom: 35px;
  font-weight: 300;
  font-family: font-fira-sans;
}
.main h2 {
  font-size: 50px;
  line-height: 1.2em;
}
@media screen and (max-width: 1023px) {
  .main .row {
    margin: 0;
  }
  .main [class*="col-"] {
    padding: 0;
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .main {
    padding: 63px 0;
  }
  .main h2 {
    font-size: 40px;
  }
}
.sidebar {
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 1023px) {
  .sidebar {
    display: none;
  }
}
.sidebar .sidebar-menu ul li {
  margin-bottom: 10px;
}
.sidebar .sidebar-menu ul li a {
  color: #9b9b9b;
  transition: all 0.5s ease-out;
}
.sidebar .sidebar-menu ul li[class*="current"] > a,
.sidebar .sidebar-menu ul li[class^="current"] > a,
.sidebar .sidebar-menu ul li a:hover {
  color: #f00;
  font-weight: 700;
}
.sidebar .widget {
  margin-top: 120px;
}
.sidebar .widget h4 {
  color: #454545;
  font-weight: 600;
  padding-bottom: 15px;
  font-weight: 700;
}
.sidebar .widget li {
  padding: 15px 0;
  border-top: 1px solid #dedede;
}
.sidebar .widget li a {
  transition: all 0.5s ease-out;
  color: #3e3e3e;
  font-weight: 600;
}
.sidebar .widget li a:hover {
  color: #f00;
}
.sidebar .widget li .date {
  margin-top: 10px;
  color: #bebebe;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}
.sidebar .widget li.more a {
  color: #f00;
  font-size: 11px;
  line-height: 13px;
}
.footer-contact {
  padding: 55px 0;
  font-size: 17px;
  line-height: 20px;
  color: #545454;
}
@media screen and (max-width: 767px) {
  .footer-contact {
    padding: 36px 0;
  }
}
.footer-contact h2 {
  margin-bottom: 5px;
  font-weight: 600;
  font-family: font-fira-sans;
}
.footer-contact p {
  font-weight: 300;
}
.footer-contact .col-3 {
  text-align: right;
}
.footer-contact .btn {
  color: #f00;
  border: 1px solid #d0021b;
  display: inline-block;
  padding: 11px 33px;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.5s ease-out;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .footer-contact .btn {
    display: block;
    text-align: center;
    padding: 11px 10px;
  }
}
.footer-contact .btn:hover {
  background-color: #f00;
  color: #fff;
}
.footer {
  background: #fceddc;
  padding: 50px 0;
  color: #000;
  font-size: 1rem;
  line-height: 22px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 72px 0 38px;
  }
}
.footer a {
  color: #000;
  transition: all 0.5s ease-out;
}
.footer a:hover {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .footer .footer-top {
    padding: 0 64px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-top {
    padding: 0;
    text-align: center;
  }
}
.footer .footer-top .logo {
  margin-right: -780px;
  width: 100%;
}
.footer .footer-top .logo .box {
  margin-right: 780px;
}
@media screen and (max-width: 1023px) {
  .footer .footer-top .logo {
    margin-right: 0;
    width: 97px;
    margin-bottom: 40px;
  }
  .footer .footer-top .logo .box {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-top .logo {
    margin-right: 0;
    width: 100%;
  }
  .footer .footer-top .logo .box {
    margin-right: 0;
  }
}
.footer .footer-top .footer-right {
  margin-bottom: 2rem;
}
.footer .footer-top .footer-right .social a {
  opacity: 0.3;
  transition: all 0.5s ease-out;
}
.footer .footer-top .footer-right .social a:hover {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .footer .footer-top .footer-right {
    margin-left: -200px;
    width: 100%;
  }
  .footer .footer-top .footer-right .box {
    margin-left: 200px;
  }
  .footer .footer-top .footer-right .col-3 {
    width: 50%;
    margin-bottom: 70px;
  }
  .footer .footer-top .footer-right .col-3:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-top .footer-right {
    margin-left: 0;
  }
  .footer .footer-top .footer-right .box {
    margin-left: 0;
  }
  .footer .footer-top .footer-right .col-3 {
    width: 100%;
    margin-bottom: 43px;
  }
}
.footer .footer-top .footer-right h3 {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 1.375rem;
  text-align: left;
}
.footer .footer-top .footer-right li {
  margin-bottom: 6px;
  font-weight: 300;
  color: #000;
}
.footer .footer-top .footer-right li a {
  color: inherit;
}
.footer .footer-bottom {
  font-size: 12px;
  background-color: rgba(223,194,166,0.8) !important;
  text-align: center;
  padding: 20px 0 10px 0;
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.footer .footer-bottom a {
  color: #000;
}
.footer .footer-bottom .fr a+a {
  margin-left: 35px;
}
.contact-left.entry-content h3 {
  margin-bottom: 0;
  color: #545454;
  font-weight: 700;
}
.contact-left.entry-content h2 {
  font-size: 55px;
  line-height: 1.1em;
  font-weight: 700;
}
.form .field {
  margin-bottom: 16px;
}
.form .field .txt {
  font-size: 16px;
  margin-bottom: 5px;
}
.form .field input,
.form .field textarea {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 10px;
  width: 100%;
}
.form .field textarea {
  height: 118px;
}
.form .submit input {
  width: 100%;
  background-color: #bfbfbf;
  text-transform: uppercase;
  padding: 12px;
  font-size: 19px;
  color: #fff;
  font-weight: 700;
}
.form .field {
  margin-bottom: 16px;
}
.form .field .txt {
  font-size: 16px;
  margin-bottom: 5px;
}
.form .field input,
.form .field textarea,
.form .field select {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 10px;
  width: 100%;
}
.form .field textarea {
  height: 118px;
}
.form .field select {
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/dropdown.svg") 98% center no-repeat #fff;
}
.form .field select::-ms-expand {
  display: none;
}
.form .submit input {
  width: 100%;
  background-color: #bfbfbf;
  text-transform: uppercase;
  padding: 12px;
  font-size: 19px;
  color: #fff;
  font-weight: 700;
}
.mobile-menu,
.menu-toggle {
  display: none;
}
.menu-toggle {
  position: absolute;
  background-image: url("../img/menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  background-size: 36px;
  cursor: pointer;
  top: 13px;
  right: 25px;
}
@media screen and (max-width: 767px) {
  .menu-toggle {
    top: 2px;
    right: 5px;
    width: 40px;
    height: 40px;
    background-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .menu-toggle {
    display: block;
  }
  .menu-open {
    overflow: hidden !important;
    width: auto;
  }
  .menu-open body {
    overflow: hidden !important;
  }
  .wrapper {
    transition: all 0.5s ease-out;
  }
  .menu-open .wrapper {
    transform: translateX(-200px);
  }
  .mobile-menu {
    transform: translateX(200px);
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background: #232323;
    overflow-y: auto;
    z-index: 9;
    transition: all 0.5s ease-out;
  }
  .menu-open .mobile-menu {
    transform: translateX(0);
  }
  .mobile-menu >ul [class^="current"] > a,
  .mobile-menu >ul [class*="current"] > a {
    background: #d5dce0;
    color: #00f;
  }
  .mobile-menu >ul > li {
    border-bottom: 1px solid #fff;
  }
  .mobile-menu >ul > li >a {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 15px;
  }
  .mobile-menu >ul > li li a {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 15px 10px 25px;
    border-top: 1px solid #fff;
  }
  .mobile-menu >ul > li li li a {
    padding: 10px 15px 10px 40px;
  }
}
/*# sourceMappingURL=style.css.map */