/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900");

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(font-awesome.min.css);
@import url(superslides.css);
@import url(baguetteBox.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
  color: #666666;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  line-height: 1.80857;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: 120% !important;
  color: #1f1f1f;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  opacity: 0.8;
}

a {
  color: #1f1f1f;
  text-decoration: none;
  outline: none;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

ul,
li,
ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
button:focus {
  outline: none;
}

.form-control::-moz-placeholder {
  color: #2a2a2a;
  opacity: 1;
}

/*------------------------------------------------------------------
    LOADER 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: none;
  border-radius: 15px;
  padding: 15px;
  font-size: 15px;
  box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.5);
}
.navbar-expand-lg .navbar-nav .dropdown-menu a {
  padding: 10px 10px;
  text-transform: uppercase;
}

#logo img {
  height: 6vw;
}

@media (max-width: 425px) {
  #logo img {
    height: 12vw;
  }
}

.navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item:hover {
  background: #d65106;
  color: #ffffff;
}
.navbar-light .navbar-toggler:hover {
  background: #d65106;
}

/*------------------------------------------------------------------
    Slider
-------------------------------------------------------------------*/

.cover-slides {
  height: 78vh;
}
.slides-navigation a {
  background: #220a17;
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  font-size: 20px;
  display: block;
  color: #fff;
  border-radius: 4px;
  line-height: 63px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.slides-navigation a i {
  font-size: 40px;
}
.slides-navigation a:hover {
  background: #010101;
}
.cover-slides .container {
  height: 100%;
  position: relative;
  z-index: 2;
}
.cover-slides .container > .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cover-slides .container > .row {
  height: 100%;
}

.btn {
  text-transform: uppercase;
  padding: 19px 36px;
}
.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0.1875rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-outline-new-white {
  color: #fff;
  background-color: #e4b974;
  background-image: none;
  border-color: #e4b974;
}
.btn-outline-new-white:hover {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}

.overlay-background {
  background: #333;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.cover-slides h1 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 64px;
  color: #fff;
}
.cover-slides p {
  font-size: 18px;
  color: #fff;
}
.slides-pagination a {
  border: 2px solid #ffffff;
}
.slides-pagination a.current {
  background: #d65106;
  border: 2px solid #d65106;
}

/*------------------------------------------------------------------
    About
-------------------------------------------------------------------*/

.about-section-box {
  padding: 70px 0px;
  /* background: #ffffff url(../images/about-bg.png) no-repeat bottom center; */
  background-size: cover;
}
.about-section-box .img-fluid {
  box-shadow: 20px 20px 0px #d65106;
  border-radius: 25px 25px 0 0;
}
.inner-column {
  text-align: left;
}
.inner-column h1 {
  font-family: "Rubik", sans-serif;
  font-size: 30px;
  color: #010101;
  font-weight: 500;
}
.inner-column h1 span {
  color: #d65106;
}
.inner-column h4 {
  font-size: 16px;
  font-weight: 500;
}
.inner-column p {
  font-size: 18px;
  color: #222222;
}
.inner-column .btn-outline-new-white {
  color: #fff;
}
.inner-column .btn-outline-new-white:hover {
  color: #ffffff;
}

/*------------------------------------------------------------------
    Quote section
-------------------------------------------------------------------*/

.qt-background {
  background: url(../images/about-bg.png) no-repeat;
  background-size: cover;
  padding: 100px 0;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}
.qt-background p {
  font-size: 35px;
  font-weight: 300;
  line-height: 44px;
  color: #fff;
  font-family: "Rubik", sans-serif;
  margin-bottom: 20px;
}

.qt-background span {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

/*------------------------------------------------------------------
    Menu
-------------------------------------------------------------------*/

.menu-box {
  padding: 70px 0px;
}

.heading-title {
  margin-bottom: 50px;
}
.heading-title h2 {
  color: #010101;
  font-size: 28px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
.heading-title p {
  font-size: 18px;
  font-weight: 200;
  margin: 0px;
}

.inner-menu-box .nav-pills .nav-link.active {
  background: #d65106;
}
.inner-menu-box .nav-pills .nav-link {
  font-size: 18px;
}
.inner-menu-box .nav-pills .nav-link:hover {
  background: #d6520698;
  color: #ffffff;
}

.gallery-single {
  margin-bottom: 30px;
}

.gallery-single {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}

.why-text {
  position: absolute;
  left: 0;
  bottom: -100%;
  right: 0;
  height: 100%;
  background: rgba(207, 166, 113, 0.9);
  padding: 12px 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.why-text h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.why-text p {
  color: #ffffff;
  font-size: 13px;
  border-bottom: 1px dashed #010101;
  margin: 0px;
  padding-bottom: 15px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.why-text h5 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.gallery-single:hover .why-text {
  bottom: 0px;
}

/*------------------------------------------------------------------
    Gallery
-------------------------------------------------------------------*/

.gallery-box {
  padding: 70px 0px;
}
.tz-gallery {
  margin-top: 30px;
}
.tz-gallery .lightbox img {
  width: 100%;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.tz-gallery .lightbox img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}
.tz-gallery .lightbox {
  border: 3px solid #d65106;
  display: inline-block;
  margin-bottom: 30px;
}

/*------------------------------------------------------------------
    Customer Reviews
-------------------------------------------------------------------*/

.customer-reviews-box {
  padding: 70px 0px;
}

.carousel-inner .carousel-item .img-box {
  width: 135px;
  height: 135px;
}
.carousel-control-prev {
  left: -100px;
}
.carousel-control-next {
  right: -100px;
}
.carousel-indicators {
  top: 320px;
}

.text-warning {
  color: #d65106 !important;
  font-size: 24px;
}

@media (min-width: 320px) and (max-width: 640px) {
  .carousel-inner .carousel-item p {
    font-size: 14px;
  }
  .carousel-control-prev {
    left: -5px;
  }
  .carousel-control-next {
    right: -5px;
  }
  .carousel-indicators {
    top: 400px;
  }
}

#reviews .carousel-control-prev {
  background: #d65106;
  color: #ffffff;
  display: block;
  position: absolute;
  width: 8%;
  height: 50px;
  top: 50%;
  border-radius: 4px;
  font-size: 28px;
  opacity: 1;
}
#reviews .carousel-control-prev:hover {
  background: #010101;
  color: #ffffff;
}

#reviews .carousel-control-next {
  background: #d65106;
  color: #ffffff;
  display: block;
  position: absolute;
  width: 8%;
  height: 50px;
  top: 50%;
  border-radius: 4px;
  font-size: 28px;
  opacity: 1;
}
#reviews .carousel-control-next:hover {
  background: #010101;
  color: #ffffff;
}

/*------------------------------------------------------------------
    Contact info
-------------------------------------------------------------------*/

.contact-imfo-box {
  background: #d65106;
  padding: 30px 0;
  /* border-radius: 100px; */
}

.overflow-hidden {
  overflow: hidden;
}

.contact-imfo-box i {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  color: #d65106;
  font-size: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-right: 20px;
}
.contact-imfo-box h4 {
  margin: 0px;
  margin-top: 5px;
  color: #ffffff;
  font-size: 20px;
  padding: 0px;
  font-weight: 500;
  line-height: 24px;
}
.contact-imfo-box p {
  margin: 0px;
  color: #ffffff;
  font-weight: 300;
}

/*------------------------------------------------------------------
    Footer
-------------------------------------------------------------------*/

.footer-area {
  padding-top: 50px;
  padding-bottom: 0px;
}
.bg-f {
  background-image: url("../images/footer-bg.jpg");
  background-attachment: scroll;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bg-f::before {
  background: #010101;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.8;
}

.footer-area .container {
  position: relative;
  z-index: 1;
}
.footer-area h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px solid rgba(207, 166, 113, 0.5);
  margin-bottom: 10px;
}
.footer-area p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding-bottom: 10px;
}

.arrow-right {
  position: relative;
}
.arrow-right::before {
  /* content: "\f101"; */
  font-family: "FontAwesome";
  position: absolute;
  right: 0px;
  top: 0;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
}

.footer-area p.lead {
  font-size: 19px;
  color: #ffffff;
  margin-bottom: 0px;
}
.footer-area p.lead a {
  color: #ffffff;
  margin-bottom: 15px;
}
.footer-area p.lead a:hover {
  color: #d65106;
}
.footer-area p a {
  font-size: 18px;
  color: #ffffff;
}
.footer-area p a:hover {
  color: #d65106;
}

.subscribe_form {
  display: block;
  text-align: center;
  padding: 5px 0;
}

.copyright {
  margin-top: 20px;
  position: relative;
  display: block;
  background-color: #010101;
  border-top: 1px solid rgba(207, 166, 113);
  padding: 30px 0;
  z-index: 1;
}

.copyright .company-name {
  font-size: 16px;
  text-align: center;
}
.copyright .company-name a {
  font-size: 16px;
}

/*------------------------------------------------------------------
    All Pages
-------------------------------------------------------------------*/

.page-breadcrumb {
  padding: 250px 0 150px;
  background: url(../images/all-bg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 0;
  position: relative;
}
.all-page-title .container {
  position: relative;
  z-index: 2;
}
.all-page-title::before {
  background: #010101;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.8;
}
.all-page-title h1 {
  font-size: 38px;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  padding: 0px;
  font-weight: 500;
}

.inner-pt {
  margin-top: 30px;
}
.inner-pt p {
  font-size: 18px;
}

.stuff-box {
  padding: 70px 0px;
}

.reservation-box {
  padding: 70px 0px;
}

.reservation-box h3 {
  padding: 0px 15px;
  margin-bottom: 20px;
  font-weight: 600;
}

.help-block ul li {
  color: red;
}

.form-control[readonly] {
  background-color: #ffffff;
}

.form-control {
  border-radius: 0px;
  min-height: 50px;
}
.form-control:focus {
  border: 1px solid #d65106;
  box-shadow: none;
}

.form-group .picker__input.picker__input--active {
  border-color: #d65106;
}

.submit-button {
  margin-top: 20px;
}
.btn.btn-common {
  color: #d65106;
  background-color: transparent;
  background-image: none;
  border-color: #d65106;
}
.btn.btn-common:hover {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}

.contact-box {
  padding: 70px 0px;
}

.map-full {
  width: 100%;
  height: 500px;
  border-radius: 0px;
  margin: 0px auto;
}

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 52px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #d65106;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  font-size: 30px;
}

/* Services */

#services {
  background-color: #efb25d45;
  padding: 20px;
  border-radius: 10px;
}

#services h4 {
  font-size: 24px;
  font-weight: 700;
}

#services ul {
  padding: 0;
  list-style-type: none;
}

#services ul li {
  padding: 6px 0;
  font-size: 16px;
}

#locations {
  padding: 10px;
}

#locations p {
  padding: 20px;
  text-align: justify;
}

#locations h4 {
  color: #4e342e;
  font-size: 22px;
  font-weight: 500;
}

#locations .image img {
  width: 45%;
  height: 25vw;
  margin: 10px;
  border-radius: 10px;
}

@media (max-width: 426px) {
  #locations .image {
    display: flex;
    flex-direction: column;
  }

  #locations .image img {
    width: 90%;
    height: 55vw;
  }
}

#locations ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style-type: none;
  justify-content: center;
}

#locations ul li {
  padding: 8px;
}

#locations ul li button {
  padding: 12px 15px;
  text-transform: uppercase;
  font-size: 12px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 10px;
  border-radius: 5px;
  background: white;
  width: 100%;
  max-width: 200px;
}
