/*!
Theme Name: AVANDAD
Theme URI: https://www.wewa.io/
Author: WEWA Studio
Author URI: https://www.wewa.io/
Description: A beautiful theme with specific features
Version: 1.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: AVANDAD Company
License URI: https://www.wewa.io/
Text Domain: avandad
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
  --black: #000;
  --white: #fff;
  --off-white: #f9f9f9;
  --black-brand: #231f20;
  --gray-brand: #a7a9ac;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  font-family: "Roboto", sans-serif;
  position: relative;
  height: 100%;
  background: var(--off-white);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: var(--black-brand);
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--gray-brand);
}
#toTop {
  padding: 5px 3px;
  position: fixed;
  bottom: 1rem;
  right: 2rem;
  display: none;
  cursor: pointer;
  z-index: 2;
}
.before-loading-wrapper {
  position: fixed;
  display: none;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background: var(--white);
  z-index: 20;
}
.loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: var(--white);
  z-index: 20;
}
.loader {
  position: fixed;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
img.loader-logo {
  width: 5vw;
  margin: 2rem auto;
  display: block;
  opacity: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
h2 {
  font-size: 1.3rem;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-left: var(--bs-gutter-x, 1.5rem);
  padding-right: var(--bs-gutter-x, 1.5rem);
  margin-left: auto;
  margin-right: auto;
}
.select {
  width: 100%;
  min-width: 15ch;
  max-width: 30ch;
  border: 1px solid var(--select-border);
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}
section {
  padding: 2rem 0;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.fw-500 {
  font-weight: 500;
}
.fw-bold {
  font-weight: bold;
}
.page-wrapper {
  padding: 6rem 0 6rem 0;
  line-height: 2rem;
}
.page-title-not-h1 {
  font-size: 1.7rem;
  font-weight: 600;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-left: 0 !important;
}
.pe-1 {
  padding-left: 0.25rem !important;
}
.pe-2 {
  padding-left: 0.5rem !important;
}
.pe-3 {
  padding-left: 1rem !important;
}
.pe-4 {
  padding-left: 1.5rem !important;
}
.pe-5 {
  padding-left: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-right: 0 !important;
}
.ps-1 {
  padding-right: 0.25rem !important;
}
.ps-2 {
  padding-right: 0.5rem !important;
}
.ps-3 {
  padding-right: 1rem !important;
}
.ps-4 {
  padding-right: 1.5rem !important;
}
.ps-5 {
  padding-right: 3rem !important;
}

.m-md-0 {
  margin: 0 !important;
}

.m-md-1 {
  margin: 0.25rem !important;
}

.m-md-2 {
  margin: 0.5rem !important;
}

.m-md-3 {
  margin: 1rem !important;
}

.m-md-4 {
  margin: 1.5rem !important;
}

.m-md-5 {
  margin: 3rem !important;
}

.m-md-auto {
  margin: auto !important;
}

.mx-md-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-md-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-md-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-md-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-md-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-md-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-md-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-md-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-md-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-md-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-md-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-md-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-md-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-md-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-md-0 {
  margin-top: 0 !important;
}

.mt-md-1 {
  margin-top: 0.25rem !important;
}

.mt-md-2 {
  margin-top: 0.5rem !important;
}

.mt-md-3 {
  margin-top: 1rem !important;
}

.mt-md-4 {
  margin-top: 1.5rem !important;
}

.mt-md-5 {
  margin-top: 3rem !important;
}

.mt-md-auto {
  margin-top: auto !important;
}

.me-md-0 {
  margin-right: 0 !important;
}

.me-md-1 {
  margin-right: 0.25rem !important;
}

.me-md-2 {
  margin-right: 0.5rem !important;
}

.me-md-3 {
  margin-right: 1rem !important;
}

.me-md-4 {
  margin-right: 1.5rem !important;
}

.me-md-5 {
  margin-right: 3rem !important;
}

.me-md-auto {
  margin-right: auto !important;
}

.mb-md-0 {
  margin-bottom: 0 !important;
}

.mb-md-1 {
  margin-bottom: 0.25rem !important;
}

.mb-md-2 {
  margin-bottom: 0.5rem !important;
}

.mb-md-3 {
  margin-bottom: 1rem !important;
}

.mb-md-4 {
  margin-bottom: 1.5rem !important;
}

.mb-md-5 {
  margin-bottom: 3rem !important;
}

.mb-md-auto {
  margin-bottom: auto !important;
}

.ms-md-0 {
  margin-left: 0 !important;
}

.ms-md-1 {
  margin-left: 0.25rem !important;
}

.ms-md-2 {
  margin-left: 0.5rem !important;
}

.ms-md-3 {
  margin-left: 1rem !important;
}

.ms-md-4 {
  margin-left: 1.5rem !important;
}

.ms-md-5 {
  margin-left: 3rem !important;
}

.ms-md-auto {
  margin-left: auto !important;
}

.p-md-0 {
  padding: 0 !important;
}

.p-md-1 {
  padding: 0.25rem !important;
}

.p-md-2 {
  padding: 0.5rem !important;
}

.p-md-3 {
  padding: 1rem !important;
}

.p-md-4 {
  padding: 1.5rem !important;
}

.p-md-5 {
  padding: 3rem !important;
}

.px-md-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-md-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-md-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-md-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-md-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-md-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-md-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-md-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-md-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-md-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-md-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-md-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-md-0 {
  padding-top: 0 !important;
}

.pt-md-1 {
  padding-top: 0.25rem !important;
}

.pt-md-2 {
  padding-top: 0.5rem !important;
}

.pt-md-3 {
  padding-top: 1rem !important;
}

.pt-md-4 {
  padding-top: 1.5rem !important;
}

.pt-md-5 {
  padding-top: 3rem !important;
}

.pe-md-0 {
  padding-right: 0 !important;
}

.pe-md-1 {
  padding-right: 0.25rem !important;
}

.pe-md-2 {
  padding-right: 0.5rem !important;
}

.pe-md-3 {
  padding-right: 1rem !important;
}

.pe-md-4 {
  padding-right: 1.5rem !important;
}

.pe-md-5 {
  padding-right: 3rem !important;
}

.pb-md-0 {
  padding-bottom: 0 !important;
}

.pb-md-1 {
  padding-bottom: 0.25rem !important;
}

.pb-md-2 {
  padding-bottom: 0.5rem !important;
}

.pb-md-3 {
  padding-bottom: 1rem !important;
}

.pb-md-4 {
  padding-bottom: 1.5rem !important;
}

.pb-md-5 {
  padding-bottom: 3rem !important;
}

.ps-md-0 {
  padding-left: 0 !important;
}

.ps-md-1 {
  padding-left: 0.25rem !important;
}

.ps-md-2 {
  padding-left: 0.5rem !important;
}

.ps-md-3 {
  padding-left: 1rem !important;
}

.ps-md-4 {
  padding-left: 1.5rem !important;
}

.ps-md-5 {
  padding-left: 3rem !important;
}

.text-md-start {
  text-align: left !important;
}

.text-md-end {
  text-align: right !important;
}

.text-md-center {
  text-align: center !important;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-wrapper {
  transition-delay: 0.5;
}
.swiper a,
.swiper a:visited,
.swiper a:focus {
  text-decoration: none;
  color: #fff;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.swiper-slide .overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: #00000040;
}

nav.navbar {
  position: fixed;
  display: flex;
  align-items: center;
  top: 0;
  width: 100%;
  background: #ffffffb5;
  height: 4rem;
  z-index: 11;
  transition: opacity 0.6s ease-out;
}
nav.navbar.inactive {
  opacity: 0;
}
.brand-logo {
  padding-top: 1.1rem;
}
.main-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 95vw;
  margin: 0 auto;
}
.menu-items {
  display: flex;
}
ul#main-menu {
  list-style: none;
}

.menu-item {
  display: inline-block;
  padding: 1.1rem 1rem;
}
.menu-item a {
  text-decoration: none;
  color: var(--black-brand);
  font-weight: 400;
  transition: all 0.3s ease-out;
}
.menu-item a:hover {
  color: var(--gray-brand);
}
.menu-and-search {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation-wrapper {
  padding-right: 2rem;
}
.navigation-wrapper .navigation-social {
  display: none;
}
.search-button {
  margin-left: 0.7rem;
  margin-top: 0.1rem;
  cursor: pointer;
}
.slider-info {
  position: absolute;
  color: #fff;
  bottom: 5.5rem;
  left: 6%;
  text-align: left;
}
.slide-title {
  font-size: 1.5rem;
  padding-bottom: 1rem;
}
.slide-subtitle {
  font-size: 1rem;
}
.slide-arrows {
  height: 2.5rem;
  position: absolute;
  bottom: 5.5rem;
  right: 6%;
  display: flex;
  flex-direction: row-reverse;
  cursor: pointer;
  z-index: 10;
  outline: none !important;
}
.slide-arrows > img {
  width: 3.5rem;
  outline: none !important;
}
.slide-arrow {
  transition: 0.3s ease-in-out;
  outline: none !important;
}
.slide-arrow:hover {
  padding-bottom: 0.2rem;
  transition: ease-in-out, padding-bottom 0.7s ease-in-out;
  outline: none !important;
}
.slide-arrow:focus {
  outline: none !important;
}
span.arrow_space_between {
  width: 5rem;
}
.search-modal {
  display: none;
  opacity: 0;
  transform: translateY(1000px);
  background: #000000de;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 12;
}

.search-wrapper {
  display: flex;
  height: 100%;
  width: 70vw;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
label.search-label {
  color: #ffffffba;
  font-weight: 100;
  font-size: 1.2rem;
  line-height: 2rem;
  margin: 1rem 0;
  width: 100% !important;
  transition: ease-in-out, width 1s ease-in-out;
}
.search-wrapper input {
  color: white;
  font-size: 1.2rem;
  width: 70vw;
  font-weight: 500;
  border-radius: 0;
  padding: 1rem;
  margin-top: 2rem;
  border: none;
  border-bottom: 0.1rem solid #a4a9ac;
  background: none;
  transition: ease-in-out, width 1s ease-in-out;
}
.search-wrapper input:focus {
  outline: none;
  border-bottom: 1px solid #ffffff;
}
img.search-close {
  width: 1.2rem;
  position: fixed;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}

.collections-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem 1rem;
}
.collection {
  position: relative;
  text-align: center;
  color: var(--white);
  height: 16rem;
  width: 16rem;
  background-position: center;
  background-size: contain;
  transition: all 0.5s ease-out;
}
.collection-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000007a;
  transition: all 1s ease-out;
}
.collection-overlay .collection-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*.collection:hover, .collection:focus {
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}*/
.collection:hover .collection-overlay {
  background: #00000026;
}
.reservation-container {
  position: relative;
  width: 100%;
  display: block;
  min-height: 25rem;
  margin-bottom: 3rem;
}

.reservation-cta {
  width: 50%;
  text-align: center;
  padding: 6rem 7rem;
  line-height: 3.5rem;
  color: white;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(0 0 0 / 60%);
}

.reservation-container img {
  width: 80%;
}

.button {
  background: var(--black-brand);
  border: 0;
  padding: 1rem 3rem;
  color: white;
  margin: 1rem 0;
}
.collection-hero {
  height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.collection-hero .hero-text {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  position: absolute;
  bottom: 5rem;
  color: white;
}
.collection-hero .hero-text h1 {
  font-size: 1.5rem;
}
.collection-hero .hero-text a {
  color: var(--white);
  text-decoration: none;
}
.product-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem;
  justify-content: start;
}
.product-container .product img {
  width: 100%;
  height: auto;
}
.product-container .product .product-title {
  width: 100%;
  color: var(--gray-brand);
  margin: 1.2rem 0;
  padding: 1rem;
  border-top: 1px solid var(--gray-brand);
  transition: all 0.5s ease-out;
}
span.product-design-title {
  display: block;
  font-weight: 100;
  font-size: 0.9rem;
}
a.product {
  text-decoration: none;
  font-weight: 500;
  flex: 23%;
  max-width: 29rem;
  box-sizing: border-box;
  margin: 0 0.2rem;
  flex-grow: inherit;
}
.product:hover .product-title {
  color: var(--black-brand);
  border-color: var(--black-brand);
}
.project-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* gap: 0rem; */
  flex-basis: 1;
}
.product-slide-video {
  color: #e7e6e6;
  background: #00000040;
  position: absolute;
  bottom: 7.5rem;
  font-size: 0.9rem;
  left: 2rem;
  z-index: 1;
  padding: 1rem 1rem;
  cursor: pointer;
}
.js-video-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-slide-video:hover {
  background: #000000c2;
}

.js-video-button span {
  padding: 0 0.5rem;
}
a.project {
  flex: 47%;
  text-decoration: none;
  color: var(--gray-brand);
  font-weight: 500;
  margin: 1rem 1rem;
  position: relative;
}
.project-title {
  /* padding: 1rem 0; */
  transition: all 0.5s ease-out;
  position: absolute;
  bottom: 4px;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  padding: 1.2rem 1rem 0 1rem;
  color: var(--white);
  width: 100%;
}
a.project img {
  width: 100%;
  /* padding: 0 1rem; */
}
.explore .explore-image {
  width: 4rem;
  padding: 0 1rem;
}

.explore {
  width: 7rem;
  display: flex;
  padding: 1rem 0;
  font-size: 0.7rem;
}
.img-container {
  height: 21rem;
  overflow: hidden;
  display: block;
}
.img-container img {
  transition: transform 3s, filter 0.5s ease-in-out;
  transform-origin: center center;
  filter: brightness(80%);
  transform: scale(1);
}
.img-container:hover img {
  filter: brightness(100%);
  transform: scale(1.1);
}
.box_view_html a {
  color: var(--white);
  font-weight: 500;
}

/*Register & Login*/
#authForm {
  max-width: 500px;
  margin: 0 auto;
  border: 1px solid var(--gray-brand);
  padding: 1rem;
  background: white;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

input[type="submit"] {
  width: 100%;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
}
.required {
  color: red;
}
.form-error {
  background: #ffbdbd;
  padding: 1rem;
  margin: 0 0 1rem 0;
}
.form-success {
  background: #c4f8ca;
  padding: 4rem 2rem;
  text-align: justify;
}
.form-success h3 {
  margin-bottom: 2rem;
}
.login-link {
  padding: 2rem 0;
}
.footer-separator {
  border-bottom: 0.01rem solid var(--gray-brand);
  margin: 0 0 4rem 0;
}
.footer {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  color: var(--gray-brand);
  line-height: 2rem;
  gap: 3rem 1rem;
}
.footer a,
.footer a:visited {
  line-height: 1rem;
  color: var(--gray-brand);
  text-decoration: none;
  transition: all 0.5s ease-out;
}
footer a:hover {
  color: var(--black-brand);
}
.footer .footer-logo img {
  width: 10rem;
}
.footer ul {
  list-style: none !important;
}
.footer .menu-item {
  padding: 0;
  display: block;
}
.footer .footer-item {
  width: 15rem;
}
.footer .footer-social ul li {
  display: inline;
  padding-right: 0.4rem;
}
.footer-identity ul li img {
  width: 2rem;
}
.copyrights {
  display: flex;
  justify-content: space-between;
  border-top: 0.1rem solid var(--gray-brand);
  margin-top: 3rem;
  padding: 1rem 1rem;
  color: var(--gray-brand);
  font-size: 0.9rem;
}
.copyrights a {
  text-decoration: none;
  color: var(--gray-brand);
}
#about p {
  text-align: justify;
}
.agent {
  border: 1px solid var(--white);
  padding: 1rem;
  margin-top: 1rem;
}

.agent .title {
  font-size: 1.2rem;
  font-weight: 600;
}

.agent .contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.agent .contact .contact-item {
  width: 50%;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
@media screen and (max-width: 1400px) {
  a.product {
    flex: 31%;
    max-width: 37rem;
    margin: 0 0.3rem;
    flex-grow: inherit;
  }
}
@media screen and (max-width: 1200px) {
  a.product {
    flex: 47%;
    max-width: 37rem;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 992px) {
  nav.navbar {
    background: #ffffff;
  }
  nav.navbar.inactive {
    opacity: 1;
  }
  img.loader-logo {
    width: 30vw;
  }
  .slide-arrows {
    bottom: 2.5rem;
    left: 6%;
    right: unset;
  }
  .slider-info {
    bottom: 6.5rem;
    left: 6%;
  }
  #main-menu .menu-item {
    display: block;
    text-align: center;
  }
  .menu-item a {
    font-weight: 100;
  }
  /*#main-menu{
		display: none;
		transform: translateY(1000px);
		padding: 20%;
		background: #ffffffeb;
		font-size: 1.5rem;
		font-weight: 500;
		width: 100vw;
		height: 100vh;
		position: absolute;
		top: 4rem;
		left: 0;
	}*/
  .navigation-wrapper {
    display: none;
    transform: translateY(1000px);
    padding: 0 20% 30% 20%;
    background: #ffffffeb;
    font-size: 1.5rem;
    font-weight: 500;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 4rem;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .navigation-wrapper .navigation-social {
    display: flex;
    margin: 2rem auto 0 auto;
  }
  .navigation-social ul {
    list-style: none;
  }
  .navigation-social ul li {
    display: inline-block;
  }
  .navigation-wrapper .navigation-social ul li img {
    width: 2rem;
  }
  ul.menu #main-menu li {
    display: block;
  }
  .navbar_toggle .bar {
    width: 25px;
    height: 1px;
    background-color: var(--black-brand);
    display: block;
    margin: 5px auto;
    transition: all 0.5s ease-in-out;
  }
  .navbar_toggle.is-active .bar:nth-child(2) {
    opacity: 0;
    display: none;
  }
  .navbar_toggle.is-active .bar:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
  }
  .navbar_toggle.is-active .bar:nth-child(3) {
    transform: translateY(-2px) rotate(-45deg);
  }
  .brand-logo {
    padding-top: 0.5rem;
    padding-left: 1rem;
  }
  .search-button {
    position: absolute;
    top: 0.6rem;
    right: 3rem;
  }
  .search-wrapper {
    width: 85vw;
  }
  .search-wrapper input {
    width: 85vw;
  }
  .reservation-container img {
    width: 100%;
    padding: 1rem 1rem;
  }
  .dropdown {
    width: 100% !important;
    margin: 1rem auto !important;
  }
  .reservation-cta {
    width: 80%;
    padding: 4rem 3rem;
    line-height: 3.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 30%;
  }
  .post {
    width: 100% !important;
    justify-content: center;
  }
  .post-info {
    width: 100% !important;
  }
  .post-image {
    text-align: center;
    width: 100% !important;
  }
  .product-slide-arrows {
    width: 90% !important;
    position: absolute;
    justify-content: space-between;
    bottom: 50% !important;
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .project-slide-arrows {
    width: 90% !important;
    position: absolute;
    justify-content: space-between;
    bottom: 50% !important;
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .agent .contact .contact-item {
    width: 100%;
  }
  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    /* display: none; */
    font-size: 0.75rem;
    padding: 2px!important;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-item.footer-identity {
    text-align: center;
  }
  a.product {
    flex: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  div#powerTip {
    /*position: unset;
		top: unset;
		left: unset;
		width: unset;
		height: unset;*/
  }
  div#powerTip {
    position: absolute;
    top: unset !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.filter-item {
  display: inline-block;
  margin: 2rem 0.5em;
}

.filter-container {
  display: flex;
  flex-wrap: wrap;
}
.filter-title {
  margin: 0 2rem 1.5rem 0;
}
.filter-button {
  border: 1px solid var(--gray-brand);
  padding: 0.5rem 1rem;
  color: black;
  margin: 1rem 0;
  text-decoration: none;
}

.hero-gallery {
  height: 80vh;
  width: 90vw;
  margin: auto;
  position: relative;
}
.hero-gallery {
  height: 100vh;
  width: 90vw;
  margin: auto;
  position: relative;
}

.swiper.projectGallery {
  position: absolute;
  top: 50%;
  height: 80vh;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper.productGallery {
  position: absolute;
  top: 50%;
  height: 80vh;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-text {
  color: var(--white);
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  padding: 0.7rem 2rem;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: 300;
  z-index: 11;
}
.hero-subtitle {
  font-size: 1rem;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 3rem;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 3rem;
}
.projectGallery
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: var(--black-brand, var(--gray-brand));
}

.projectGallery .swiper-button-next,
.projectGallery .swiper-button-prev {
  height: 1rem;
  color: var(--black-brand, var(--gray-brand));
}
.productGallery
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: var(--white, var(--gray-brand));
}
.productGallery .swiper-button-next,
.productGallery .swiper-button-prev {
  height: 1rem;
  color: var(--white, var(--gray-brand));
}
.post {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding: 1.5rem 0rem;
}
.post-image {
  width: 50%;
  margin: 0 auto;
}
.post-image img {
  width: 100%;
}
.post-info {
  width: 50%;
  padding: 1rem 4rem;
  color: var(--gray-brand);
}
.post-info .post-title a {
  color: var(--black-brand);
  text-decoration: none;
}
.post-filters div {
  display: inline-block;
  margin: 1rem 0.5rem;
  padding: 0.5rem 0.5rem;
  text-decoration: none;
  color: var(--black);
  cursor: pointer;
}
.filter-cat.is-checked {
  font-weight: 600;
}
.post-filters {
  border-bottom: 1px solid var(--black);
  margin: 0 0 3rem 0;
}
.product-slide-arrows {
  height: 1rem;
  width: 88vw;
  position: absolute;
  bottom: 2.3rem;
  display: flex;
  flex-direction: row-reverse;
  cursor: pointer;
  z-index: 10;
}
.product-slide-arrows > img {
  width: 3.5rem;
}
.product-slide-arrows:hover {
  padding-bottom: 0.2rem;
  transition: ease-in-out, padding-bottom 0.7s ease-in-out;
}
.break {
  flex-basis: 100%;
  height: 0;
  border-top: 1px solid var(--gray-brand);
  padding: 1rem 0;
}
.project-slide-arrows {
  height: 1rem;
  width: 88vw;
  position: absolute;
  bottom: 1.3rem;
  display: flex;
  flex-direction: row-reverse;
  cursor: pointer;
  z-index: 10;
}
.project-slide-arrows > img {
  width: 3.5rem;
}
.project-slide-arrows:hover {
  padding-bottom: 0.2rem;
  transition: ease-in-out, padding-bottom 0.7s ease-in-out;
}
#powerTip {
  background-color: #000000b0;
  padding: 1rem;
  border-radius: 0;
}
#ajaxsearchlite1 .probox,
div.asl_w .probox {
  border-radius: 0;
  background-color: #e5e5e52b;
  background-image: none !important;
}

#menu-mobile {
  position: absolute;
  right: 2rem;
}
.leaflet-map {
  z-index: 1 !important;
  border: 1px solid var(--gray-brand);
}
.map-container {
  margin-bottom: 3rem;
  border: 1px solid var(--black);
}
/*
.page-wrapper a{
	color: var(--black-brand);
}
.page-wrapper a:hover{
	color: var(--gray-brand);
}*/
.slogon {
  font-size: 1.2rem;
  display: block;
  opacity: 0;
}
#contact a {
  color: var(--black-brand);
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  border: 0;
  width: 100%;
  padding: 0.7rem;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  border: 0;
  padding: 1rem;
  width: 100%;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
  /* border: 0; */
  padding: 1rem;
  width: 100%;
  margin: 1rem 0 0 0;
}
/*Search ...*/
div#display {
  color: white;
  overflow: auto;
  max-height: 20rem;
  background: #363636ab;
}
div#display::-webkit-scrollbar {
  width: 0.5em;
}

div#display::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

div#display::-webkit-scrollbar-thumb {
  background-color: var(--gray-brand);
}
div#display ul {
  list-style: none;
}
#display ul li img {
  height: 7rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 7rem;
  margin: 0 1rem 0 0;
}
#display ul li a {
  margin: 1rem;
  color: white;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.search-result-text {
  display: flex;
  flex-direction: column;
  color: var(--gray-brand);
}
.search-result-text span {
  padding: 0.2rem;
}
.search-result-text span:nth-child(1) {
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--white);
}
span.swiper-zoom {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.not-found {
  text-align: center;
  margin: 5rem;
  /* height: 50vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.not-found .not-found-404 {
  font-weight: 600;
  font-size: 10rem;
  height: 10rem;
}

.not-found .not-found-message {
  padding-bottom: 2rem;
}
.not-found .not-found-title {
  height: 7rem;
}
.side-filters-button {
  position: fixed;
  left: 0;
  top: 30%;
  border: 1px solid;
  padding: 1rem;
  transform: rotate(90deg);
}
/* Dropdown */

.dropdown {
  display: inline-block;
  position: relative;
  flex-grow: 1;
  margin: 1rem 1rem;
}

.dd-button {
  width: 100%;
  display: inline-block;
  border: 1px solid gray;
  /* border-radius: 4px; */
  padding: 1rem 3rem;
  /* background-color: #ffffff; */
  cursor: pointer;
  white-space: nowrap;
  font-weight: 600;
}

.dd-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.dd-button:hover {
  background-color: #eeeeee;
}

.dd-input {
  display: none;
}

.dd-menu {
  width: 100%;
  position: absolute;
  max-height: 15rem;
  /* color: white; */
  overflow: auto;
  top: 100%;
  /* border: 1px solid #3a3a3a; */
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #fffffff0;
  list-style-type: none;
  z-index: 10;
}

.dd-input + .dd-menu {
  display: none;
}

.dd-input:checked + .dd-menu {
  display: block;
}

.dd-menu li {
  padding: 1.5rem 3rem;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
.reset-filter {
  display: none;
}
.product-list-title {
  display: inline-block;
}
span.reset-filter {
  cursor: pointer;
  font-weight: 100;
  text-decoration: underline;
  font-size: 0.9rem;
  margin-left: 1rem;
}

a.brand-logo img {
  width: 9rem;
}

.search-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
}

a.search-result {
  flex: 17rem;
  margin: 2rem 0;
  text-decoration: none;
  color: black;
  /* min-width: 12rem; */
}
a.search-result .text span {
  display: block;
}

/*Collection Filters*/

.filters-wrapper {
  display: flex;
  margin: 1rem;
  flex-wrap: wrap;
}
.filters {
  flex: 45%;
  margin: 1rem 2rem;
}
.filters-title {
  border-bottom: 1px solid var(--gray-brand);
  padding: 1.5rem 2rem;
  font-weight: 500;
}
.filter-items {
  padding: 1.5rem 1rem; /* background: /* Shadow covers */
  background-repeat: no-repeat;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
}
.filter-items ul {
  list-style: none;
}
.filter-items ul li {
  padding: 1rem 1rem;
  cursor: pointer;
}

li.filter-data.designs.is-checked,
li.filter-data.attributes.is-checked,
li.filter-data.stones.is-checked {
  font-weight: 700;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  padding: 8px 8px 8px 16px;
}

.post-list-item {
  flex: 1;
  margin: 0 0.2rem 3.5rem 0.2rem;
  max-width: 23rem;
}

.post-list-image img {
  max-width: 22rem;
}

.posts-list {
  display: flex;
  flex-wrap: wrap;
}

.post-list-info h2.post-title {
  min-height: 4rem;
}

.post-list-info .post-list-info .post-title a {
}

.post-list-info h2.post-title a {
  font-size: 1.1rem;
  color: var(--black);
  text-decoration: none;
}

.post-list-info .post-cat-date {
  color: var(--gray-brand);
  font-size: 0.9rem;
}

.addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
  text-align: center;
  margin: 0 0 4rem 0;
}
