body,
html {
  height: 100%;
}

body {
  margin: -10px;
  overflow-x: hidden;
}

body {
  font-family: "Heebo", sans-serif;
  font-size: 18px;
}

p {
  font-weight: 300;
}

.owl-theme .owl-dots {
  width: 100% !important;
}

@media (max-width: 768px) {
  body {
    margin: 0 !important;
  }
  footer a:not(:last-child) {
    margin-right: 4px !important;
  }
  .overlay {
    background: #AD976E !important;
  }
  .overlay .closebtn img {
    width: 17px !important;
  }
  .hero-content {
    width: 100% !important;
    top: 315px !important;
  }
  .hero-content h1 {
    font-size: 50px !important;
  }
  .float-information {
    display: none;
  }
  .float-information__content a {
    position: relative;
    left: -30px;
  }
  nav .logo {
    width: 117px !important;
  }
  .is-overlay .logo {
    width: 100% !important;
  }
  nav.fixed-top {
    left: 0 !important;
  }
  .overlay .overlay-content,
.hero-content .float-end {
    margin-right: 0 !important;
    float: none !important;
    width: 100% !important;
    text-align: center;
    top: 140px;
  }
  .navbar {
    background: #ad976e;
  }
  .owl-carousel {
    margin-top: 130px;
  }
  .main-content h1 {
    font-size: 40px !important;
    margin-bottom: 0 !important;
    font-weight: 300 !important;
  }
  .main-content hr {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .main-content .col-6:nth-child(even) {
    padding-right: 0;
  }
  .owl-prev div,
.owl-next .custom-next-slide {
    width: 30px !important;
    height: 30px !important;
    background-size: 30px !important;
  }
  .owl-dots {
    bottom: 20px !important;
  }
  .product img {
    height: 150px !important;
  }
  .product-name {
    margin-top: 10px !important;
  }
  .overlay .closebtn {
    top: 10px !important;
  }
  #menu-light, .menu-dark {
    width: 18px;
  }
  .main-title {
    text-align: center;
  }
  .swiper-pagination {
    display: none !important;
  }
  footer {
    font-size: 14px;
  }
}
.container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 768px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .overlay .closebtn {
    right: 31px !important;
  }
  .overlay .btn:not(:last-child), .hero-content .btn:not(:last-child) {
    margin-right: 0 !important;
  }
  .overlay .btn, .hero-content .btn {
    font-size: 30px !important;
    padding: 8px 8px !important;
    display: none;
  }
  .float-information__content {
    width: 350px !important;
    font-size: 14px !important;
  }
  .swiper-pagination {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
.fixed-top {
  left: 16px !important;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
}

.show-overlay {
  transition: visibility 0s, opacity 0.5s ease-out;
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  color: #fff;
  display: inline;
  transition: 0.3s;
  text-transform: uppercase;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 30px;
  right: 80px;
  font-size: 60px;
  padding-right: 0 !important;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
/* HERO BANNER */
.hero-content {
  z-index: 9999;
  position: absolute;
  top: 35%;
  transform: translate3d(0px, -50%, 0);
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  display: inline-block;
  width: 70%;
  margin-right: 0;
}

.hero-content h1, h2 {
  color: white;
  font-weight: 300;
}

.hero-content h1 {
  font-size: 65px;
}

.hero-content h2 {
  font-size: 40px;
}

.hero-content img.main-title {
  margin-bottom: 80px;
}

.hero-content .main-title {
  margin-bottom: 28px;
}

.overlay .btn,
.hero-content .btn {
  background: transparent;
  border-color: transparent;
  border-radius: 30px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.overlay .btn:not(:last-child),
.hero-content .btn:not(:last-child) {
  margin-right: 40px;
}

.overlay .btn:hover,
.hero-content .btn:hover {
  background: rgba(173, 151, 110, 0.6);
}

.hero-content .btn:hover #overlay {
  background: rgba(173, 151, 110, 0.6);
}

.hero-content .float-end {
  margin-right: -25px;
  text-align: right;
}

.hero-content .float-end a {
  font-weight: 300 !important;
}

footer {
  background: #ad976e;
  padding: 16px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

footer,
footer a {
  color: #fff;
}

footer a {
  text-decoration: none;
  text-transform: uppercase;
}

footer a:not(:last-child) {
  margin-right: 32px;
}

footer a:hover {
  color: #fff;
}

/* SWIPER */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-pagination {
  display: block;
  margin-left: auto;
  width: 100%;
  margin-right: auto;
  left: 0;
  right: 0 !important;
  padding-left: 120px;
  padding-right: 120px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-bullet {
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

/* OVERRIDE */
.bg-side {
  width: 50%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
  position: fixed;
}

.main-content {
  margin-top: 100px;
  margin-bottom: 200px;
  padding-left: 80px;
  padding-top: 80px;
  padding-right: 23px;
}

.main-content a {
  color: #000;
  text-decoration: none;
}

.main-content section {
  margin-top: 40px;
}

.main-content hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

.main-content h1 {
  margin-bottom: 40px;
  color: #AD976E;
  font-size: 60px;
  font-weight: 300;
}

.main-content h2 {
  text-transform: uppercase;
  color: #AD976E;
  font-weight: normal;
}

.main-content .btn {
  border-color: #AD976E;
  color: #AD976E;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 12px 16px;
}

.main-content .btn:hover {
  background-color: #AD976E;
  border-color: #AD976E;
  color: #fff;
}

@media (max-width: 768px) {
  .main-content {
    padding: 40px 20px;
  }
}
.special {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
}

.special-column {
  width: 50%;
}

.special-product-wrapper {
  background: #AD976E;
  color: #fff;
  font-weight: normal;
  padding: 40px;
  width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.special-product-wrapper .special-product-name {
  color: #fff;
}

.special-product-wrapper .special-product-price {
  display: flex;
  align-items: end;
  font-weight: bold;
}

.product {
  transition: 0.7;
  margin-bottom: 40px;
  position: relative;
}

.product-name {
  font-weight: 300;
}

.product-price {
  font-weight: bold;
}

.product img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product .second-image,
.product .first-image {
  transition: opacity 600ms, visibility 600ms;
}

.visit {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #AD976E;
  padding: 16px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  float: left;
}

.visit:not(:last-child) {
  margin-right: 20px;
}

.left-content {
  max-width: 350px;
  margin: 0 auto;
}

/* override form */
.form-control {
  border: 1px solid #949494;
}

input.form-control,
select.form-control {
  padding: 15px 20px;
  border-radius: 50px;
}

textarea.form-control {
  border-radius: 20px;
}

.form-select {
  background-position: right 1.3rem center;
}

form .btn {
  color: #AD976E;
  border-color: #AD976E;
  border-radius: 24px;
  padding: 12px 24px;
}

form .btn:hover {
  background: #AD976E;
  border-color: #AD976E;
  color: #fff;
}

.float-information {
  position: absolute;
  bottom: 100px;
  z-index: 1;
  cursor: pointer;
  border-radius: 50px;
}

.float-information .alert {
  border-radius: 50px;
  color: #000;
  font-size: 18px;
  width: 55px;
  height: 55px;
  padding: 0;
  margin: 0;
  border: none;
}

.float-information .alert-dismissible .btn-close {
  padding: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: none;
}

.float-information__content {
  background: white;
  height: 55px;
  border-radius: 55px;
  padding-left: 60px;
  display: flex;
  align-items: center;
  width: 600px;
}

.is-blur {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  filter: blur(10px);
  -webkit-filter: blur(10px);
}

.is-blur-text {
  filter: blur(10px);
  -webkit-filter: blur(10px);
}

.top140 {
  top: 140px !important;
}
