/***********************

=== Global Styles

***********************/

html,

body {

  height: 100%;

  width: 100%;

  font-family: 'Oswald', sans-serif;

  font-size: 16px;

  font-weight: 300;

  line-height: 1.8;

  color: #333;

  -webkit-font-smoothing: antialiased;

  text-rendering: optimizeLegibility;

}



body {

  overflow-x: hidden;

}



* {

  box-sizing: border-box;

  letter-spacing: 1px;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: 'Playfair Display', serif;

  font-weight: 400;

  line-height: 1.3;

  letter-spacing: 3px;

  -webkit-font-smoothing: antialiased;

  text-rendering: optimizeLegibility;

}



a {

  text-decoration: none !important;

  transition: 0.3s ease;

  color: inherit;

  cursor: pointer;

}



button {

  cursor: pointer;

  text-transform: uppercase;

}



.as-background {

  position: absolute;

  width: 100%;

  height: 100%;

  object-fit: cover;

  top: 0;

  left: 0;

  transition: 0.6s ease-in-out;

}



.overlay {

  position: absolute;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.6);

  left: 0;

  top: 0;

}



.p-relative {

  position: relative !important;

}



.xy-center {

  display: flex;

  align-items: center;

  justify-content: center;

}



.py-80 {

  padding-top: 80px !important;

  padding-bottom: 80px !important;

}



.pb-80 {

  padding-bottom: 80px !important;

}



.pt-80 {

  padding-top: 80px !important;

}



.py-100 {

  padding-top: 100px !important;

  padding-bottom: 100px !important;

}



.small {

  font-size: 12px;

}



.card {

  border: none;

  border-radius: 0px;

  background: transparent;

}



.lead {

  font-size: 21px;

}



.h-100vh {

  height: 100vh;

}



/***********************

=== Navigation Styles

***********************/

.logo-holder {

  position: absolute;

  top: 0px;

  left: 0px;

  width: 100%;

  padding: 20px 0px;

  color: #fff;

  z-index: 100;

}



.logo-holder .container {

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.logo-holder img {

  max-height: 60px;

}



.logo-holder .nav-holder {

  display: flex;

  flex-wrap: nowrap;

  cursor: pointer;

  align-items: center;

}



.logo-holder .nav-holder span {

  margin-top: 4px;

  font-weight: 400;

  letter-spacing: 3px;

}
.nav-holder{
    width: 20%;
}



.logo-holder .menu-bars div {

  width: 21px;

  height: 2px;

  background: #f5f5f5;

  margin-top: 5px;

}



.nav-menu {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  background: #fff;

  color: #fff;

  height: 100vh;

  overflow-x: hidden;

  overflow-y: auto;

  opacity: 0;

  transition: all 0.5s ease;

  z-index: -1;

}



.nav-menu.revealed {

  opacity: 1 !important;

  z-index: 200 !important;

}



.nav-menu .one-item {

  overflow: hidden;

  min-height: 260px;

  padding: 30px 15px;

  text-align: center;

  display: flex;

  align-items: center;

}



.nav-menu .one-item .one-item-content {

  flex: 1;

}



.nav-menu .one-item .one-item-content h6 {

  letter-spacing: 1px;

}



.nav-menu .one-item .one-item-content h4 {

  font-size: 18px;

  letter-spacing: 1px;

}



.nav-menu .one-item .one-item-content hr {

  width: 25px;

  height: 1.2px;

  border-color: #f5f5f5;

  margin-top: 20px;

  margin-bottom: 25px;

}



.nav-logo-holder {

  position: absolute;

  top: 15px;

  left: 15px;

  z-index: 2;

}



.nav-logo-holder img {

  height: 60px;

}



.exit-nav {

  position: absolute;

  right: 15px;

  top: 15px;

  padding: 15px;

  z-index: 2;

  cursor: pointer;

}



.exit-nav span {

  font-weight: 400;

  letter-spacing: 3px;

}



.btn-nav {

  background: #fff;

  color: #333 !important;

  display: inline-flex;

  align-items: center;

  justify-content: space-between;

  height: 54px;

  width: 185px;

  padding: 0px 25px;

}



.btn-nav h6 {

  margin: 0px;

  padding: 0px;

  line-height: 1px;

}



.btn-nav img {

  transition: 0.3s ease;

}



.btn-nav:hover img {

  transform: translateX(15px);

}



.overlay-gray {

  background: rgba(175, 175, 175, 0.7);

  z-index: -1;

}



.reserve-bar {

  position: fixed;

  background-color: #fff;

  cursor: pointer;

  z-index: 70;

  width: 50px;

  height: 110px;

  top: 30%;

  right: 0;

  border: none;

  transform: translateX(0) translateY(-100%);

  color: #000;

}



.reverse-bar-label {

  position: absolute;

  top: 38px;

  right: -12px;

  opacity: 1;

  font-size: 12px;

  font-weight: 400;

  letter-spacing: 2px;

  text-transform: uppercase;

  transform: translateX(7px) rotate(-90deg);

}



.reverse-bar-label-menu {

  display: block;

  width: 86px;

}



.label-1 {

  background: #5F5C68 !important;

  color: #fff !important;

  top: calc(30% + 120px);

  height: 120px;

}



.label-1 .reverse-bar-label-menu {

  width: 90px !important;

}



.label-1 .reverse-bar-label {

  top: 41px !important;

}



.reservation-drawer {

  position: fixed;

  top: 0;

  left: 0;

  height: 100vh;

  width: 100%;

  z-index: 150;

  overflow-y: auto;

  transition: 0.4s ease-in-out;

  opacity: 0;

  z-index: -1;

}



.open-reservation-drawer {

  opacity: 1;

  z-index: 150;

}



.reservation-drawer::-webkit-scrollbar {

  width: 0px;

}



.reservation-drawer .as-background,

.reservation-drawer .overlay {

  position: fixed;

}



.reserve-btn {

  border: 1px solid #f0f0f5;

  padding: 10px 20px;

  text-align: center;

  height: 48px;

  color: #f0f0f5;

  width: 120px;

  background: transparent;

  text-transform: uppercase;

}



.reserve-form .form-control {

  height: 50px;

  border-radius: 0px;

  border: none;

  background: #686572;

  opacity: 0.85;

  box-shadow: none !important;

  outline: none !important;

  color: #fff;

}



.reserve-form .form-control::-webkit-input-placeholder,

.signup-form .form-control::-webkit-input-placeholder {

  color: #fff;

}



.reserve-form .form-control:-ms-input-placeholder,

.signup-form .form-control:-ms-input-placeholder {

  color: #fff;

}



.reserve-form .form-control::-moz-placeholder,

.signup-form .form-control::-moz-placeholder {

  color: #fff;

}



.close-reserve {

  position: fixed;

  top: 9%;

  right: 9%;

  font-size: 24px;

  cursor: pointer;

}



/***********************

=== Header Styles

***********************/

.full-header {

  height: 100vh;

  overflow: hidden;

  color: #fff;

}



.full-header hr {

  width: 25px;

  height: 1.2px;

  background: #f5f5f5;

  margin-top: 20px;

  margin-bottom: 20px;

}



.full-header .main-t {

  font-size: 40px;

  font-weight: 300;

}



.full-header h3 {

  font-size: 40px;

  text-transform: uppercase;

  white-space: nowrap;

}



.full-header p {

  font-size: 16px;

}



/***********************

=== Index Styles

***********************/

.main-slider h3 {

  font-size: 30px;

  white-space: nowrap;

}



.main-slider hr {

  width: 25px;

  height: 1.2px;

  background: #f5f5f5;

  margin-top: 20px;

  margin-bottom: 20px;

}



.main-slider p {

  font-size: 16px;

}



.about-bg {

  background: #F0F0F0;

}



.about h2 {

  margin-bottom: 40px;

  font-size: 30px;

  text-transform: uppercase;

}



.p-with-link a:after {

  content: '';

  width: 0;

  height: 2px;

  background: #7d4a7d;

  position: absolute;

  left: 0;

  bottom: -10px;

  transition: 0.3s ease;

}



.p-with-link a:hover {

  color: #7d4a7d;

}



.p-with-link a:hover:after {

  width: 100%;

}



.spec-img {

  position: absolute;

  top: -60px;

  left: -10%;

  width: 55%;

  height: 100%;

  object-fit: cover;

}



.bg-about {

  background: #D8D6E2;

}



.new-section {

  color: #f0f0f5;

  background: #5F5C68;

}



.service-hold {

  position: relative;

  overflow: hidden;

  height: 450px;

  display: block;

  padding: 40px;

  display: flex;

  align-items: flex-end;

}



.service-hold:hover img {

  transform: scale(1.1);

}



.service-hold p {

  position: relative;

  display: inline-block;

  border-top: 1px solid #fff;

  letter-spacing: 2px;

  font-size: 12px;

  padding-top: 10px;

  color: #fff !important;

}



.last-section {

  color: #fff;

}



/***********************

=== Menu Styles

***********************/

.menu h2 {

  font-size: 32px;

  margin-bottom: 50px;

}



.menu-first h3,

.title-text {

  font-size: 25px;

  line-height: 1.5;

}



.menu .menu-img {

  width: calc(100% - 15px);

  min-height: 500px;

  max-height: 500px;

  object-fit: cover;

}



.menu .draw-box {

  width: calc(100% - 50px);

  left: 35px;

  top: 15px;

  height: 100%;

  position: absolute;

  border: 2px solid #7d4a7d;

}



.mb-30px {

  margin-bottom: 25px;

}



.menu-content {

  padding: 40px;

}



.view-btn {

  padding: 10px 20px;

  width: calc(100% - 5px);

  display: block;

  background: transparent;

  border: 1px solid #7d4a7d;

  text-align: center;

  position: relative;

  transition: 0.3s ease;

  text-transform: uppercase;

}



.view-btn:hover {

  background: #7d4a7d;

  color: #fff !important;

}



.view-btn:before {

  content: '';

  width: 100%;

  height: 100%;

  position: absolute;

  left: 5px;

  top: 5px;

  border-right: 1px solid #7d4a7d;

  border-bottom: 1px solid #7d4a7d;

  z-index: 0;

}



.big-img {

  min-height: 450px;

  max-height: 100vh;

  object-fit: cover;

}



/***********************

=== Timeline styles

***********************/

.event-owl img {

  width: 100%;

  height: 550px;

  max-height: 85vh;

  object-fit: cover;

}



.event-owl .owl-dots {

  position: absolute !important;

  width: 100% !important;

  bottom: 20px !important;

}



.event-owl .owl-dots .owl-dot span {

  height: 5px !important;

  width: 5px !important;

}



.event-owl .owl-dots .owl-dot.active span,

.event-owl .owl-dots .owl-dot:hover span {

  background: #fff !important;

}



.img-holder {

  position: relative;

  height: 500px;

}



.img-holder:before {

  content: '';

  width: calc(100% - 15px);

  height: calc(100% - 15px);

  background: #D8D6E2;

  position: absolute;

  z-index: -1;

  bottom: 0;

}



.img-holder img {

  height: calc(100% - 15px);

  width: calc(100% - 15px);

  position: absolute;

  top: 0;

  object-fit: cover;

}



.position-one img {

  right: 0;

}



.position-one:before {

  left: 0;

}



.position-two img {

  left: 0;

}



.position-two:before {

  right: 0;

}



/***********************

=== Timeline styles

***********************/



.timeline {

  display: flex;

  margin: 0 auto;

  flex-wrap: wrap;

  flex-direction: column;

  max-width: 900px;

  position: relative;

}



.timeline__content-title {

  font-weight: normal;

  font-size: 66px;

  margin: -10px 0 0 0;

  transition: 0.4s;

  padding: 0 10px;

  box-sizing: border-box;

  color: #fff;

}



.timeline__content-desc {

  margin: 0;

  font-size: 15px;

  box-sizing: border-box;

  color: rgba(255, 255, 255, .7);

  font-weight: normal;

  line-height: 25px;

}



.timeline:before {

  position: absolute;

  left: 50%;

  width: 2px;

  height: 100%;

  margin-left: -1px;

  content: "";

  background: rgba(255, 255, 255, .07);

}



.timeline-item {

  padding: 40px 0;

  opacity: 0.3;

  filter: blur(2px);

  transition: 0.5s;

  box-sizing: border-box;

  width: calc(50% - 40px);

  display: flex;

  position: relative;

  transform: translateY(-80px);

}



.timeline-item:before {

  content: attr(data-text);

  letter-spacing: 3px;

  width: 100%;

  position: absolute;

  color: rgba(255, 255, 255, .5);

  font-size: 13px;

  border-left: 2px solid rgba(255, 255, 255, .5);

  top: 70%;

  margin-top: -5px;

  padding-left: 15px;

  opacity: 0;

  right: calc(-100% - 56px);


  font-size: 18px;

  font-weight: 600;




}



.timeline-item:nth-child(even) {

  align-self: flex-end;

}



.timeline-item:nth-child(even):before {

  right: auto;

  text-align: right;

  left: calc(-100% - 56px);

  padding-left: 0;

  border-left: none;

  border-right: 2px solid rgba(255, 255, 255, .5);

  padding-right: 15px;

}



.timeline-item--active {

  opacity: 1;

  transform: translateY(0);

  filter: blur(0px);

}



.timeline-item--active:before {

  top: 50%;

  transition: 0.3s all 0.2s;

  opacity: 1;

  transform: translateY(-50%);

}



.timeline-item--active .timeline__content-title {

  margin: -50px 0 20px 0;

}



.timeline__img {

  width: 100%;

  height: 350px;

  object-fit: cover;

  box-shadow: 0 10px 15px rgba(0, 0, 0, .4);

}



.timeline-container {

  width: 100%;

  position: relative;

  padding: 80px 0;

  transition: 0.3s ease 0s;

  background-attachment: fixed;

  background-size: cover;

}



.timeline-container:before {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.6);

  content: "";

}



.timeline-header {

  width: 100%;

  text-align: center;

  margin-bottom: 80px;

  position: relative;

}



.timeline-header__title {

  color: #fff;

  font-size: 35px;

  font-weight: 400;

  margin: 0;

}



.timeline-header__subtitle {

  color: #fff;

  font-size: 16px;

  margin: 10px 0 0 0;

  font-weight: normal;

}



/***********************

=== Contact Styles

***********************/

.bg-black {

  background: #2A2927;

  color: #fff;

}



.contact-items {

  padding-left: 0px;

  list-style: none;

}



.contact-items li {

  display: flex;

  width: 100%;

  margin-bottom: 64px;

}



.contact-items li img {

  max-height: 25px;

  margin-right: 25px;

}



.contact-items li h5 {

  font-size: 16px;

  margin-bottom: 30px;

}



.contact-items p a:hover {

  text-decoration: underline !important;

}



.contact-form h3 {

  font-size: 24px;

  margin-bottom: 30px;

}



.contact-form h6 {

  letter-spacing: 1px;

  color: #666666;

  font-size: 16px;

}



.contact-form form {

  padding-top: 60px;

}



.contact-form .form-control {

  background: #f6f6f6;

  padding: 10px 20px;

  border: none;

  border-radius: 0px;

  min-height: 58px;

  margin-bottom: 15px;

}



.contact-form textarea {

  height: 131px;

  resize: none;

}



.grid-wrap {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: -1;

}



.grid-wrap .grid {

  float: left;

  width: 1px;

  height: 100%;

  background: #f2f2f2;

  position: absolute;

}



.grid-wrap .grid:first-child {

  left: 15px;

}



.grid-wrap .grid:nth-child(2) {

  left: 25%;

}



.grid-wrap .grid:nth-child(3) {

  left: 50%;

}



.grid-wrap .grid:nth-child(4) {

  left: 75%;

}



.grid-wrap .grid:last-child {

  right: 15px;

}



.submit-btn {

  padding: 10px 20px;

  height: 54px;

  border: 1px solid #f2f2f2;

  border-radius: 0px;

  background: transparent;

  display: inline-flex;

  justify-content: space-between;

  align-items: center;

  min-width: 180px;

  text-transform: uppercase;

}



.submit-btn span {

  margin-right: 20px;

}



.submit-btn img {

  transition: 0.4s ease;

}



.submit-btn:hover img {

  transform: translateX(10px);

}



/***********************

=== Footer Styles

***********************/



footer,

.copyright {

  background: #222222;

  color: #fff;

}



footer h6 {

  font-family: 'Oswald', sans-serif;

}



.socials {

  display: flex;

}



.socials p {

  margin-right: 20px;

  font-size: 16px;

}



.socials p a:hover {

  color: #7d4a7d !important;

}



.info-det p a:hover {

  color: #7d4a7d !important;

  text-decoration: underline !important;

}


.newbtn{
  width: 126px;
  height: 35px;
  background-color: #dc882e;
  color: #fff;
  font-size: 12px;
  border: none;
  margin-left: 24%;
}

.newbtn-2{
  display: inline-block;
  padding: auto;
  width: 120px;
  height: 60px;
  background-color: #dc882e;
  color: #fff;
  font-size: 16px;
  border: none;
  

}

.newbtn-2 a:hover{
  color: #fff;

}

.gin-top{
  margin-top: 17%;
}

.neg-gin-top{
  margin-top: -17%;
}

.fs-16{
  font-size: 16px;
  color: #fff;
}


#display-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
}



@media(min-width: 992px) {

  .nav-menu {

    padding: 30px;

    display: flex;

    flex-wrap: nowrap;


  }



  .nav-menu .one-item {

    height: 100%;

    flex: 1;

  }



  .exit-nav {

    top: 30px;

    right: 30px;

  }



  .nav-logo-holder {

    top: 40px;

    left: 50%;

    transform: translateX(-50%);

  }



  .overlay-gray {

    z-index: 1;

    opacity: 1;

    transition: all 0.4s ease;

  }



  .nav-menu .one-item:hover .overlay-gray {

    opacity: 0;

    z-index: -1;

  }



  .btn-nav {

    opacity: 0;

    transition: all 0.4s ease;

  }



  .nav-menu .one-item:hover .btn-nav {

    opacity: 1;

  }

}



@media(min-width: 768px) {

  .menu-content {

    margin-top: -60%;

  }



  .mt-md-60 {

    margin-top: 60px;

  }



  .py-md-100 {

    padding-top: 100px;

    padding-bottom: 100px;

  }

}



@media (max-width: 767.98px) {

  .timeline-item {

    align-self: baseline !important;

    width: 100%;

    padding: 0 30px 150px 80px;

  }



  .timeline-item:before {

    left: 10px !important;

    padding: 0 !important;

    top: 50px;

    text-align: center !important;

    width: 60px;

    border: none !important;

  }



  .timeline-item:last-child {

    padding-bottom: 40px;

  }



  .timeline:before {

    left: 40px;

  }



  .timeline-container {

    background-attachment: scroll;

    background-size: 100vw 100vh;

    background-repeat: no-repeat;

    background-position: top center;

    background-image: none !important;

  }


  

}


@media (max-width: 414px){
  .newbtn{
    margin-left: 8%;
  }
  

  .gin-top{
    margin-top: 0;
  }

  .neg-gin-top{
    margin-top: 0;
  }
}


.d-hidden-el{
  display: none;
}
