body {
  box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  background: #8b9170;
}

* {
  margin: 0;
  padding: 0;
}

.flex {
  display: flex;
}
.flex.align-center {
  align-items: center;
}
.flex.justify-center {
  justify-content: center;
}
.flex.space-between {
  justify-content: space-between;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "TAN - PEARL";
}

h1 {
  font-size: 122px;
  text-align: center;
  line-height: 1.5;
}

h2 {
  font-size: 64px;
}
@media screen and (max-width: 560px) {
  h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 300px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 40px;
}
@media screen and (max-width: 560px) {
  h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 300px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 32px;
}

@media screen and (max-width: 1600px) {
  h5 {
    font-size: 16px;
  }
}

p {
  font-size: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 560px) {
  p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 300px) {
  p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .container-fluid {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1600px) {
  .container-fluid {
    padding: 0 96px;
  }
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ol_button {
  width: -moz-fit-content;
  width: fit-content;
}
.ol_button .button {
  padding: 16px 72px;
  background-color: #4c5946;
  color: #fff;
  text-transform: uppercase;
}

.title {
  gap: 16px;
}
.title img {
  width: 40px;
}
.title h3 {
  margin-bottom: 0;
  line-height: 1.15;
  font-size: 42px;
  text-transform: uppercase;
}
@media screen and (max-width: 560px) {
  .title h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 300px) {
  .title h3 {
    font-size: 24px;
  }
}

section {
  padding: 120px 0 100px;
}
@media screen and (max-width: 991px) {
  section {
    padding: 120px 0 80px;
  }
}

.contactdetails li {
  display: flex;
  font-size: 20px;
  margin-bottom: 12px;
}
.contactdetails li .tag {
  text-transform: uppercase;
}
.contactdetails li .tag span {
  margin: 8px;
}
@media screen and (max-width: 430px) {
  .contactdetails li {
    flex-direction: column;
    font-size: 16px;
  }
}

.contact__lat .qr {
  width: 140px;
  margin: auto;
}
.contact__lat .follow {
  text-align: center;
  width: 260px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 32px auto 12px;
}
.contact__lat .ol_button {
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .contact__lat {
    margin-top: 40px;
  }
  .contact__lat .qr, .contact__lat .ol_button {
    margin: 0;
  }
  .contact__lat .follow {
    text-align: left;
    width: 100%;
  }
}

header {
  width: 100%;
  background: #fff;
  padding: 20px 0;
}
header a {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
  font-family: "TAN - PEARL";
  color: #111;
}
header a:hover {
  font-style: italic;
  color: #333;
}

.lat__nav .logo img {
  height: 88px;
  margin: -8px 0 -6px;
}
.lat__nav .menu {
  background: transparent;
  border: 1px solid;
  border-color: #fff;
  width: 40px;
  border-radius: 50px;
  transition: 0.4s;
}
.lat__nav .menu i {
  font-size: 24px;
  color: #fff;
  transition: 0.4s;
}
.lat__nav .menu:hover i {
  font-size: 23px;
}
.lat__nav .offcanvas {
  background: #fff;
  color: #111;
  transition: 0.5s;
}
.lat__nav .offcanvas-top {
  height: 480px;
}
.lat__nav .menu__listing {
  flex-direction: column;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lat__nav .menu__listing a:hover {
  color: #59610b;
}

.logo_div {
  position: fixed;
  width: auto;
  height: 100vh;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
}
.logo_div .logo img {
  height: 152px;
  filter: drop-shadow(3px 3px 3px #111);
  cursor: pointer;
}
.logo_div .logo:hover .text {
  opacity: 1;
  visibility: visible;
}
.logo_div .text {
  width: 600px;
  background: #a8ae8d;
  height: 580px;
  position: fixed;
  bottom: 200px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 8px 11px 30px 0px rgba(0, 0, 0, 0.54);
  border-radius: 8px;
  z-index: -1;
}
.logo_div .text::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  margin-left: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #a8ae8d transparent;
}
.logo_div .text a {
  color: #333;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "TAN - PEARL";
}
.logo_div .text a:hover {
  font-style: italic;
  color: #59610b;
}
@media screen and (max-width: 1560px) {
  .logo_div .logo img {
    height: 128px;
  }
  .logo_div .text {
    bottom: 172px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 24px;
  }
  .logo_div .text a {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .logo_div {
    height: calc(100vh - 16px);
  }
}

.hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hero video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.hero .tint {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(168, 174, 141, 0.2);
  content: "";
  z-index: 0;
}
.hero .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.hero h1 {
  text-align: center;
}
.hero::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 88vh;
  padding-top: 40px;
  transform: translate(-50%, -50%);
  text-align: center;
  content: "";
  background-image: url("../images/star_bg.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1400px) {
  .hero .text {
    width: 50%;
  }
  .hero .text h1 {
    font-size: 96px;
  }
}
@media (max-width: 960px) {
  .hero .text h1 {
    font-size: 60px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 440px) {
  .hero .text {
    width: 88%;
  }
  .hero .text h1 {
    font-size: 14vw;
  }
}

.about h2 {
  color: #f8f4ef;
  text-align: center;
  margin-bottom: 24px;
}
.about .text_wrap {
  background: #f8f4ef;
  text-align: center;
  padding: 80px 40px;
  box-shadow: 8px 4px 30px 0px rgba(0, 0, 0, 0.14);
  margin-top: 16px;
}
.about .about_img {
  text-align: center;
  padding-left: 80px;
}
.about .about_img img {
  height: 620px;
}
@media screen and (max-width: 992px) {
  .about .about_img {
    padding-left: 0;
  }
  .about .about_img img {
    height: 480px;
  }
}
@media screen and (max-width: 360px) {
  .about .about_img img {
    height: auto;
  }
}

footer {
  padding: 96px 0;
  background: #a8ae8d;
}
footer h3 {
  margin-bottom: 48px;
}
@media screen and (max-width: 560px) {
  footer {
    padding: 80px 0;
  }
  footer h3 {
    margin-bottom: 32px;
  }
}

.collections .collectionoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(167, 173, 140, 0.5803921569);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 16px;
}
.collections .collectionoverlay h1 {
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .collections .collectionoverlay h1 {
    font-size: 96px;
  }
}
@media (max-width: 1240px) {
  .collections .collectionoverlay h1 {
    font-size: 96px;
  }
  .collections .collectionoverlay img {
    width: 92px;
  }
}
@media (max-width: 960px) {
  .collections .collectionoverlay h1 {
    font-size: 60px;
  }
  .collections .collectionoverlay img {
    width: 80px;
  }
}
@media (max-width: 768px) {
  .collections .collectionoverlay {
    flex-direction: column;
  }
  .collections .collectionoverlay img {
    width: 160px;
  }
}
@media screen and (max-width: 480px) {
  .collections .collectionoverlay h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 360px) {
  .collections .collectionoverlay h1 {
    font-size: 32px;
  }
  .collections .collectionoverlay img {
    width: 96px;
  }
}
.collections .image {
  height: 360px;
  margin: 24px 0px;
  position: relative;
}
.collections .image img {
  height: 100%;
  width: 100%;
}
.collections .image .lego {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  background-color: #a8ae8d;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transform: scale(0.9);
  transition: 0.8s;
}
.collections .image .lego h4 {
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
}
.collections .image .lego.dark {
  background-color: #4c5646;
}
.collections .image:hover .lego {
  opacity: 1;
  background-color: rgba(168, 174, 141, 0.9254901961);
  transform: scale(1);
}
@media screen and (max-width: 1024px) {
  .collections .image .lego {
    width: 96%;
    left: 2%;
  }
  .collections .image .lego h4 {
    text-transform: capitalize;
  }
}
@media screen and (max-width: 300px) {
  .collections {
    font-size: 32px;
  }
}

.pageformat .pageflex {
  gap: 80px;
}
.pageformat .pageflex .text_wrap {
  width: 40%;
}
.pageformat .pageflex .masonry {
  width: 60%;
}
.pageformat .title {
  margin-bottom: 40px;
}
.pageformat .title img {
  margin-bottom: 12px;
}
.pageformat.vertical {
  height: -moz-fit-content;
  height: fit-content;
}
.pageformat.vertical .title {
  margin-bottom: 0px;
}
.pageformat.vertical .pageflex {
  flex-direction: column;
  gap: 40px;
  text-align: center;
}
.pageformat.vertical .pageflex .text_wrap {
  width: 100%;
}
.pageformat.vertical .pageflex h3 {
  text-align: center;
}
.pageformat .masonry {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.pageformat .masonry__item {
  display: inline-block;
  margin-bottom: 12px;
  width: 100%;
  height: 300px;
}
.pageformat .masonry__item:nth-child(2n) {
  height: 220px;
}
.pageformat .masonry__item:last-child {
  margin-bottom: 0;
  height: 300px;
}
.pageformat .masonry img {
  height: 100%;
  width: 100%;
}
.pageformat .page__images .image {
  margin: 18px 0;
}
.pageformat .page__images .image img {
  height: 480px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1600px) {
  .pageformat .page__images .image img {
    height: 360px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1024px) {
  .pageformat .pageflex {
    gap: 40px;
    flex-direction: column;
  }
  .pageformat .pageflex .text_wrap, .pageformat .pageflex .masonry {
    width: 100%;
  }
  .pageformat .page__images .image {
    margin: 12px 0;
  }
}
@media screen and (max-width: 480px) {
  .pageformat .pageflex .masonry {
    -moz-column-count: 1;
         column-count: 1;
  }
  .pageformat .pageflex .masonry .masonry__item {
    height: 220px;
  }
}

.contact__page {
  max-width: 90%;
  margin: 0 auto;
}
.contact__page .contacthead {
  margin-bottom: 64px;
}
.contact__page .contactdetails {
  margin-bottom: 32px;
}
.contact__page .contact__lat {
  gap: 24px;
  margin-bottom: 24px;
}
.contact__page .contact__lat .qr {
  margin: 0;
}
.contact__page .contact__lat .follow {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contact__page {
    position: relative;
    padding-bottom: 200px;
  }
  .contact__page .ol_button {
    position: absolute;
    bottom: 80px;
  }
}

.embedmap, .video {
  width: 100%;
}
.embedmap h5, .video h5 {
  margin-top: 24px;
  text-align: center;
  color: #fff;
}
.embedmap iframe, .video iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 1600px) {
  .embedmap iframe, .video iframe {
    height: 380px;
  }
}

@media screen and (max-width: 768px) {
  .video {
    margin-bottom: 63px;
  }
}
.catalog .catalog__wrap {
  position: relative;
}
.catalog .catalog__wrap .title {
  position: absolute;
  right: 0;
  bottom: 0;
}
.catalog .catalog__wrap .title h3 {
  margin-top: 16px;
}
.catalog .grid__wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(12, 48px);
  gap: 16px;
}
.catalog .grid__wrap img {
  height: 100%;
  width: 100%;
}
.catalog .grid__wrap .des1 {
  grid-column: 1/2;
  grid-row: 3/12;
}
.catalog .grid__wrap .des2 {
  grid-column: 2/3;
  grid-row: 4/8;
}
.catalog .grid__wrap .des3 {
  grid-column: 2/3;
  grid-row: 8/13;
}
.catalog .grid__wrap .des4 {
  grid-column: 3/4;
  grid-row: 5/11;
}
.catalog .grid__wrap .des5 {
  grid-column: 4/5;
  grid-row: 1/6;
}
.catalog .grid__wrap .des6 {
  grid-column: 4/5;
  grid-row: 6/10;
}
.catalog .grid__wrap .des7 {
  grid-column: 5/6;
  grid-row: 1/11;
}
@media screen and (max-width: 1024px) {
  .catalog .catalog__wrap {
    padding-top: 120px;
  }
  .catalog .catalog__wrap .title {
    right: auto;
    bottom: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .catalog .grid__wrap {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 300px);
  }
  .catalog .grid__wrap .des1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .catalog .grid__wrap .des2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .catalog .grid__wrap .des3 {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .catalog .grid__wrap .des4 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .catalog .grid__wrap .des5 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .catalog .grid__wrap .des6 {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  .catalog .grid__wrap .des7 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 640px) {
  .catalog .grid__wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, 300px);
  }
  .catalog .grid__wrap .des1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .catalog .grid__wrap .des2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .catalog .grid__wrap .des3 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .catalog .grid__wrap .des4 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .catalog .grid__wrap .des5 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .catalog .grid__wrap .des6 {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .catalog .grid__wrap .des7 {
    grid-column: 1/2;
    grid-row: 4/5;
  }
}
@media screen and (max-width: 360px) {
  .catalog .grid__wrap {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, 260px);
  }
  .catalog .grid__wrap .des1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .catalog .grid__wrap .des2 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .catalog .grid__wrap .des3 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .catalog .grid__wrap .des4 {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .catalog .grid__wrap .des5 {
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .catalog .grid__wrap .des6 {
    grid-column: 1/2;
    grid-row: 6/7;
  }
  .catalog .grid__wrap .des7 {
    grid-column: 1/2;
    grid-row: 7/8;
  }
}

.narratives .pageflex {
  gap: 80px;
}
.narratives .pageflex .text_wrap {
  width: 40%;
}
.narratives .pageflex .masonry {
  width: 60%;
}
.narratives .title {
  margin-bottom: 40px;
}
.narratives .title img {
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .narratives .pageflex {
    flex-direction: column;
    gap: 0;
  }
  .narratives .pageflex .text_wrap, .narratives .pageflex .masonry {
    width: 100%;
  }
  .narratives .title {
    justify-content: center;
  }
}

.sliderHeight {
  height: 920px;
}
.sliderHeight .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sliderHeight .swiper .swiper-slide {
  height: 400px !important;
  margin-bottom: 32px;
  margin-top: 0 !important;
}
@media screen and (max-width: 1600px) {
  .sliderHeight {
    height: 700px;
  }
  .sliderHeight .swiper .swiper-slide {
    height: 300px !important;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .sliderHeight {
    height: 488px;
  }
}

.swiper .swiper-slide {
  height: 460px;
  margin-bottom: 32px;
}
.swiper .swiper-button-next {
  bottom: 0px;
  top: auto;
  right: 0;
  background-color: #4c5946;
  width: 48px;
  height: 48px;
}
.swiper .swiper-button-prev {
  bottom: 0px;
  top: auto;
  left: auto;
  right: 76px;
  background-color: #4c5946;
  width: 48px;
  height: 48px;
}
.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after {
  font-size: 17px;
  color: #fff;
}
.swiper .slideItem {
  height: 100%;
}
.swiper .slideItem .image {
  height: 100%;
}
.swiper .slideItem .image img {
  width: 100%;
  height: 100%;
}
.swiper .slideItem .slideDesc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 32px;
  background-color: rgba(76, 89, 70, 0.8666666667);
  gap: 20px;
  flex-direction: column;
  visibility: hidden;
  color: #fff;
  transition: 0.4s cubic-bezier(0.29, -0.02, 0.39, 0.75);
}
.swiper .slideItem .slideDesc > * {
  margin-bottom: 0;
}
.swiper .slideItem .slideDesc h5 {
  color: #fff;
  font-weight: 700;
}
.swiper .slideItem:hover .slideDesc {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1600px) {
  .swiper .swiper-slide {
    height: 320px;
  }
}
@media screen and (max-width: 1024px) {
  .swiper .swiper-button-prev {
    right: 52%;
  }
  .swiper .swiper-button-next {
    left: 52%;
  }
}
@media screen and (max-width: 1024px) {
  .swiper .slideItem .slideDesc {
    opacity: 0.8;
    visibility: visible;
  }
}

.narrativeSlider .blogwrap {
  height: 100%;
  width: 100%;
}

.shopSlider {
  padding-top: 0;
}
.shopSlider .swiper-button-next {
  right: calc(50% - 60px);
}
.shopSlider .swiper-button-prev {
  right: auto;
  left: calc(50% - 60px);
}
.shopSlider h5 {
  line-height: 1.4;
  text-transform: uppercase;
}

.productCategory .product__wrap {
  margin-bottom: 40px;
}
.productCategory .image {
  height: 460px;
}
.productCategory .productDesc {
  padding: 0px 16px;
}
.productCategory .productDesc h5 {
  font-weight: 700;
}
.productCategory .productDesc .price {
  color: #4c5946;
  font-weight: 600;
  font-size: 18px;
}
.productCategory .productDesc .stock {
  font-size: 18px;
}
.productCategory .productDesc .stock span {
  font-size: 12px;
}

.cafe {
  padding-bottom: 120px;
  margin-top: -24px;
}
@media screen and (max-width: 991px) {
  .cafe {
    padding-bottom: 80px;
  }
}

.ltrside {
  overflow: hidden;
}

.patched {
  position: relative;
}
.patched::after {
  position: absolute;
  content: "";
  background-image: url("../images/patch.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 53px;
  opacity: 0.4;
}

.collectionsflex {
  justify-content: space-between;
  row-gap: 24px;
  flex-wrap: wrap;
}
.collectionsflex .patched {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .collectionsflex {
    row-gap: 16px;
  }
  .collectionsflex .patched {
    padding: 0 16px;
  }
}
@media screen and (max-width: 560px) {
  .collectionsflex {
    row-gap: 8px;
  }
  .collectionsflex .patched {
    padding: 0 0px;
  }
}

#scroll2::-webkit-scrollbar {
  width: 8px;
  height: 2px;
}

#scroll2::-webkit-scrollbar-track {
  background: #e5e3e3;
  border-radius: 14px;
}

#scroll2::-webkit-scrollbar-thumb {
  background: #abb5af;
  border-radius: 14px;
}

@media screen and (max-width: 992px) {
  #scroll2::-webkit-scrollbar {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */