:root {
  --charcoal-black: #121212;
  --white: white;
  --gray: #a3a3a3;
  --light-brown: #cf9c8c;
  --black: #000;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--charcoal-black);
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
}

p {
  margin-bottom: 0;
  line-height: 130%;
}

a {
  text-decoration: none;
}

.navbar {
  z-index: 100000;
  background-color: #ddd0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand-logo {
  width: 110px;
  padding-left: 0;
}

.brand-logo-image {
  width: 182%;
  max-width: 200%;
}

.nav-menu-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu.hamburger {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
}

.nav-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.nav-link {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-item-line {
  background-color: var(--white);
  width: 100%;
  height: 2px;
}

.big-container {
  width: 100%;
  max-width: 95%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hamburger-icon-wrap {
  width: 35px;
  overflow: clip;
}

.hamburger-icon-wrap.for-tablet {
  display: none;
}

.hamburger-icon {
  width: 100%;
}

.menu {
  z-index: 2147483647;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-content {
  overflow: hidden;
}

.hamburger-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.hamburger-list-item {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 400;
}

.menu-cross-icon-wrap {
  width: 35px;
  margin-top: 35px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.menu-cross-icon {
  width: 100%;
}

.hamburger-main-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hamburger-item-wrap {
  color: var(--white);
  overflow: clip;
}

.section {
  width: 100%;
}

.section.hero-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.home-content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.branding-section {
  padding-top: 40px;
  padding-bottom: 120px;
}

.section.gallery-hero {
  padding-top: 130px;
  padding-bottom: 100px;
}

.section.row-section {
  padding-top: 50px;
  padding-bottom: 100px;
}

.section.about-hero {
  height: 85vh;
}

.section.about-image {
  padding-top: 100px;
  padding-bottom: 300px;
}

.section.design-effect {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.color {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.font {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.labeled {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: clip;
}

.section.about-slider {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.contact-hero {
  height: 55vh;
}

.section.contact-details {
  padding-top: 20px;
  padding-bottom: 100px;
}

.medium-container {
  width: 100%;
  max-width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.medium-container._0, .medium-container._1 {
  width: 100%;
}

.home-hero-block.contact {
  height: 100%;
}

.hero-heading {
  text-align: center;
  font-size: 90px;
  font-weight: 400;
}

.home-hero-image {
  width: 100%;
}

.home-hero-heading-wrap {
  position: relative;
  top: 51px;
}

.content-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 80%;
  display: flex;
}

.home-content-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.home-content-top {
  width: 50%;
}

.home-content-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 45%;
  margin-left: auto;
  display: flex;
}

.section-heading {
  font-size: 52px;
  font-weight: 500;
}

.home-content-para {
  color: var(--gray);
  font-size: 19px;
  line-height: 30px;
}

.content-contact-bitton {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--light-brown);
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.getstart-icon {
  width: 30px;
  height: 30px;
}

.getstart-text {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

.branding-title {
  margin-bottom: 100px;
}

.branding-title-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.branding-heading {
  text-align: center;
  letter-spacing: 3px;
  font-size: 52px;
  font-weight: 400;
}

.branding-heading.row {
  text-align: left;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
}

.branding-sub-heading {
  color: var(--light-brown);
  text-align: center;
  font-size: 38px;
  font-weight: 400;
}

.branding-sub-heading.contact {
  font-family: WindSong, sans-serif;
}

.branding-card-wrap.about {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
  bottom: 138px;
}

.branding-card-wrap.about-two {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.branding-card-wrap._1 {
  margin-bottom: 60px;
}

.branding-card-wrap.only-circle {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 100px;
  display: flex;
}

.home-branding-card {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 60%;
  color: var(--white);
  flex-flow: column;
  padding-bottom: 15px;
  display: flex;
}

.home-branding-card.about {
  z-index: 111;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.home-branding-card.about.row {
  width: 100%;
}

.home-branding-card.contact {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.home-branding-card.row {
  padding-bottom: 0;
}

.home-branding-image-wrap.about {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.home-branding-image-wrap.contact {
  height: 200px;
}

.home-branding-image-wrap.gallery {
  height: 800px;
  overflow: clip;
}

.home-branding-image-wrap.gallery-one.g1 {
  width: 100%;
  height: 700px;
}

.home-branding-image-wrap.gallery-three.g3 {
  height: 700px;
}

.home-branding-image-wrap.gallery-four {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.home-branding-image-wrap.gallery-four.g4 {
  width: 100%;
  height: 350px;
}

.home-branding-image-wrap.gallery-four.row2 {
  width: 45%;
  height: 800px;
}

.home-branding-image-wrap.gallery-four.row4 {
  width: 65%;
  height: 300px;
}

.home-branding-image-wrap.gallery-four.row6 {
  height: 700px;
}

.home-branding-image-wrap.row1 {
  height: 350px;
  overflow: clip;
}

.home-branding-image-wrap.row3 {
  width: 100%;
  height: 250px;
  overflow: clip;
}

.home-branding-image-wrap.row5 {
  overflow: clip;
}

.home-geallary-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-geallary-image.about {
  height: 85vh;
}

.home-geallary-image.g3-image {
  height: 1080px;
}

.home-geallary-image.g4, .home-geallary-image.row2, .home-geallary-image.row4, .home-geallary-image.row6 {
  height: 100%;
}

.branding-card-text {
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 400;
}

.branding-card-text.about {
  margin-right: auto;
}

.branding-marque {
  overflow: clip;
}

.branding-marque-wrap {
  display: flex;
}

.branding-marque-text {
  color: var(--black);
  letter-spacing: 30px;
  text-transform: uppercase;
  flex: none;
  margin-right: 20px;
  font-size: 300px;
  font-weight: 600;
  line-height: 100%;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-block {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.footer-item-text {
  border-right: 3px solid var(--white);
  color: var(--white);
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 15px;
  font-size: 19px;
  line-height: 130%;
}

.footer-item-text.border-none {
  border-right-style: none;
}

.footer-item-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: inline-flex;
}

.licence-text {
  color: var(--gray);
  font-size: 16px;
}

.preloader {
  z-index: 999999;
  background-color: var(--charcoal-black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-text-holder {
  opacity: 1;
  position: relative;
}

.preloader-text {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15vw;
  font-weight: 500;
  line-height: 100%;
}

.preloader-text.main-text {
  color: var(--light-brown);
  -webkit-text-stroke-width: 0rem;
  flex: none;
}

.preloader-main-text-holder {
  width: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hover-text-wrap {
  z-index: 99999999;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hover-text {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}

.hover-text-main-wrap {
  z-index: 99;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.main-animaton {
  z-index: 9999999;
  display: none;
  position: relative;
}

.gallery-hero-wrapper.contact {
  height: 100%;
}

.gallery-hero-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 100px;
  display: flex;
}

.gallery-hero-title.contact {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
}

.round-circle-wrap {
  opacity: .41;
  height: 100%;
  margin-top: 50px;
  margin-right: 50px;
  position: relative;
}

.gellary-parent {
  justify-content: space-between;
  display: flex;
}

.round-image {
  border-radius: 100%;
  width: 130px;
  height: 130px;
}

.round-under-image {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin: auto;
  position: absolute;
  inset: 0%;
  transform: rotate(-153deg);
}

.row-title {
  margin-bottom: 100px;
}

.row-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.page-load {
  z-index: 999999;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.black {
  background-color: var(--charcoal-black);
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.brown {
  z-index: 9;
  background-color: var(--light-brown);
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.abour-hero-wrapp {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.about-image-wrap {
  position: relative;
}

.about-normal-image {
  width: 70%;
  height: 80vh;
}

.about-image-one {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-position-image {
  width: 35%;
  height: 100%;
  position: absolute;
  inset: auto 13% -29% auto;
  overflow: clip;
}

.about-image-two {
  object-fit: cover;
  width: 100%;
  height: 640px;
}

.effect-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.effect-left {
  width: 30%;
}

.effect-left.con {
  width: 40%;
}

.effect-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.effect-para-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.effect-para {
  width: 50%;
  font-size: 19px;
  line-height: 150%;
}

.big-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg,#6e4f46,#cf9c8c,#f0d7cc,#cf9c8c,#6e4f46);
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 50vw;
  font-weight: 400;
  line-height: 100%;
}

.big-text.contact {
  background-image: linear-gradient(90deg,#6e4f46,#cf9c8c,#f0d7cc,#cf9c8c,#6e4f46);
  background-position: 0 0;
  width: 100%;
  font-size: 600px;
  line-height: 100%;
}

.color-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.color-card-wrap {
  display: flex;
}

.color-card {
  background-color: #171717;
  justify-content: center;
  align-items: flex-end;
  width: 330px;
  height: 230px;
  padding-bottom: 15px;
  display: flex;
}

.color-card._2 {
  background-color: var(--light-brown);
}

.color-card._3 {
  background-color: #f2dfbb;
}

.color-card-text {
  color: var(--white);
  font-size: 24px;
  line-height: 130%;
}

.color-para {
  width: 60%;
  color: var(--gray);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  line-height: 150%;
}

.font-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.font-card-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.font-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 960px;
  display: flex;
}

.font-left {
  width: 40%;
}

.font-right {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.font-left-heading {
  opacity: .8;
  font-size: 38px;
  font-weight: 400;
  line-height: 110%;
}

.font-heading {
  font-size: 38px;
  font-weight: 400;
  line-height: 110%;
}

.font-sub-heading {
  letter-spacing: 9.6px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-span {
  text-transform: lowercase;
  width: 100%;
}

.font-para-wrap {
  margin-top: 20px;
}

.font-para {
  color: var(--gray);
  font-size: 19px;
  line-height: 150%;
}

.color {
  color: var(--light-brown);
}

.labeled-title-wrap {
  justify-content: flex-start;
  align-items: center;
}

.labeled-text {
  color: var(--black);
  text-align: center;
  font-size: 100px;
  font-weight: 400;
}

.label-image-wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  position: relative;
  top: -37px;
}

.label-image {
  width: 100%;
  height: 100%;
}

.labeled-image-under-text {
  text-align: center;
  width: 100%;
  font-size: 105px;
  font-weight: 400;
}

.ab {
  margin: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.label-bottom-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.label-bottom-head {
  color: var(--light-brown);
  font-family: WindSong, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.label-bottom-para {
  font-size: 19px;
  line-height: 150%;
}

.link {
  color: var(--white);
  text-decoration: underline;
  transition: all .3s;
}

.link:hover {
  color: var(--light-brown);
}

.link._1 {
  color: var(--gray);
}

.slider-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 900px;
  display: flex;
}

.slider-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  margin-top: 60px;
}

.slider-card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-image {
  object-fit: cover;
  width: 100%;
}

.slider-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% auto 0;
}

.slider-heading {
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 35px;
  font-weight: 400;
}

.read-more {
  color: var(--white);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 130%;
}

.swiper.swiper-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: static;
}

.swiper-wrapper {
  flex: none;
  display: block;
}

.swiper-wrapper.swiper-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.swiper-slide {
  flex: none;
}

.swiper-slide.swiper-slide-2 {
  width: 100%;
  max-width: 100%;
}

.gellary-image {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.nav-embed {
  display: none;
}

.contact-parent {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.contact-left, .contact-right {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.contact-small-heading {
  letter-spacing: 1px;
  font-size: 38px;
  line-height: 110%;
}

.contact-detail {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.contact-normal-para {
  font-size: 19px;
  line-height: 150%;
}

.contact-normal-para.l {
  color: var(--light-brown);
}

.link-color {
  color: var(--light-brown);
  text-decoration: underline;
}

.wh {
  color: var(--white);
}

@media screen and (min-width: 1280px) {
  .big-text.contact {
    font-size: 600px;
  }
}

@media screen and (min-width: 1440px) {
  .medium-container {
    max-width: 80%;
  }

  .hero-heading {
    font-size: 113px;
  }

  .home-hero-heading-wrap {
    top: 67px;
  }

  .content-container {
    max-width: 75%;
  }

  .big-text.contact {
    font-size: 650px;
  }

  .labeled-text {
    font-size: 110px;
  }

  .slider-heading {
    font-size: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .labeled-text {
    font-size: 158px;
  }

  .slider-heading {
    font-size: 60px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    flex-flow: column;
    display: none;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-menu.hamburger {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-color: #fff0;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .big-container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-container._0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger-icon-wrap.for-tablet {
    display: block;
  }

  .hamburger-list-item {
    font-size: 32px;
  }

  .section.hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.home-content {
    padding-top: 40px;
  }

  .section.branding-section {
    padding-top: 30px;
    padding-bottom: 100px;
  }

  .section.gallery-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.about-hero {
    height: 60vh;
  }

  .section.about-image {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .section.design-effect {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .section.color {
    padding-top: 60px;
  }

  .section.font {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section.labeled {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.about-slider {
    padding-top: 60px;
  }

  .section.contact-hero {
    height: 40vh;
  }

  .section.contact-details {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .medium-container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .medium-container._0, .medium-container._1 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading {
    font-size: 60px;
  }

  .home-hero-heading-wrap {
    top: 32px;
  }

  .content-container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-container._0 {
    padding-left: 0;
    padding-right: 0;
  }

  .home-content-bottom {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .section-heading {
    font-size: 42px;
  }

  .branding-title {
    margin-bottom: 70px;
  }

  .branding-heading {
    font-size: 48px;
  }

  .branding-sub-heading {
    font-size: 36px;
  }

  .branding-card-wrap.about, .branding-card-wrap.about-two {
    bottom: 74px;
  }

  .branding-card-wrap._1 {
    margin-bottom: 40px;
  }

  .branding-card-wrap.only-circle {
    padding-top: 20px;
    bottom: 74px;
  }

  .home-branding-card, .home-branding-card.contact {
    width: 100%;
  }

  .home-branding-image-wrap.gallery-one.g1, .home-branding-image-wrap.gallery-four.g4 {
    height: auto;
  }

  .home-branding-image-wrap.gallery-four.row2, .home-branding-image-wrap.gallery-four.row4 {
    width: 100%;
    height: auto;
  }

  .home-branding-image-wrap.gallery-four.row6, .home-branding-image-wrap.row1, .home-branding-image-wrap.row3 {
    height: auto;
  }

  .home-geallary-image.about {
    height: 70vh;
  }

  .branding-card-text {
    padding-left: 15px;
    font-size: 32px;
  }

  .branding-marque-text {
    letter-spacing: 10px;
    font-size: 200px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .preloader-text {
    font-size: 20vw;
  }

  .gallery-hero-title {
    margin-bottom: 70px;
  }

  .round-circle-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .round-circle-wrap.tab-hide {
    display: none;
  }

  .row-title {
    margin-bottom: 70px;
  }

  .about-image-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .about-normal-image {
    width: 100%;
    height: 100%;
  }

  .about-position-image {
    width: 100%;
    position: static;
  }

  .about-image-two {
    height: auto;
  }

  .effect-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }

  .effect-right {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .effect-para-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .effect-para {
    width: 100%;
  }

  .big-text {
    font-size: 40vw;
    line-height: 80%;
  }

  .big-text.contact {
    font-size: 300px;
  }

  .color-card-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

  .color-card {
    width: 100%;
    height: 350px;
    padding-bottom: 20px;
  }

  .color-para {
    width: 100%;
  }

  .font-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .font-card-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .font-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 100%;
  }

  .font-left {
    width: 100%;
  }

  .font-right {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .font-left-heading, .font-heading {
    font-size: 32px;
  }

  .labeled-text {
    font-size: 60px;
  }

  .label-image-wrap {
    top: -13px;
  }

  .labeled-image-under-text {
    font-size: 70px;
  }

  .label-bottom-title {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 20px;
  }

  .slider-wrapper {
    margin-top: 40px;
  }

  .read-more {
    font-size: 18px;
  }

  .gellary-image {
    height: 320px;
  }

  .contact-left, .contact-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brand-logo {
    width: 90px;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .big-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hamburger-icon-wrap.for-tablet, .menu-cross-icon-wrap {
    width: 30px;
  }

  .section.hero-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.home-content {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .section.branding-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .section.gallery-hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.about-hero {
    height: 55vh;
  }

  .section.about-image {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.design-effect {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.color, .section.labeled {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.about-slider {
    padding-top: 40px;
  }

  .section.contact-details {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .medium-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-heading {
    font-size: 45px;
  }

  .home-hero-heading-wrap {
    top: 25px;
  }

  .content-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-content-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .home-content-top {
    width: 100%;
  }

  .home-content-para {
    font-size: 16px;
  }

  .branding-title {
    margin-bottom: 50px;
  }

  .branding-heading {
    font-size: 38px;
  }

  .branding-sub-heading {
    font-size: 28px;
  }

  .branding-card-wrap.only-circle {
    padding-top: 60px;
  }

  .home-branding-image-wrap.contact, .home-branding-image-wrap.gallery, .home-branding-image-wrap.gallery-three.g3, .home-branding-image-wrap.row1, .home-branding-image-wrap.row3, .home-branding-image-wrap.row5 {
    height: auto;
  }

  .home-geallary-image.about {
    height: 60vh;
  }

  .home-geallary-image.g3-image {
    height: auto;
  }

  .branding-card-text {
    font-size: 28px;
  }

  .footer-block {
    flex-flow: column;
  }

  .footer-right {
    margin-left: auto;
  }

  .footer-item-text {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 10px;
    font-size: 16px;
  }

  .footer-item-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .preloader-text {
    font-size: 25vw;
  }

  .hover-text {
    font-size: 28px;
  }

  .gallery-hero-title, .row-title {
    margin-bottom: 50px;
  }

  .effect-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .effect-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .effect-para-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .effect-para {
    font-size: 16px;
  }

  .big-text {
    font-size: 150px;
  }

  .big-text.contact {
    font-size: 200px;
  }

  .color-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .color-card-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .color-card {
    height: 300px;
  }

  .color-card-text {
    font-size: 18px;
  }

  .color-para {
    font-size: 16px;
  }

  .font-wrapper {
    width: 100%;
  }

  .font-card-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .font-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .font-left-heading, .font-heading {
    font-size: 26px;
  }

  .font-sub-heading {
    overflow-wrap: break-word;
  }

  .font-para-wrap {
    margin-top: 10px;
  }

  .font-para {
    font-size: 16px;
  }

  .labeled-text {
    font-size: 50px;
  }

  .label-image-wrap {
    height: 60vh;
    top: 0;
  }

  .labeled-image-under-text {
    font-size: 42px;
  }

  .label-bottom-title {
    margin-top: 25px;
  }

  .label-bottom-para {
    font-size: 16px;
  }

  .slider-wrapper {
    margin-top: 30px;
  }

  .slider-heading {
    font-size: 32px;
  }

  .read-more {
    font-size: 16px;
  }

  .gellary-image {
    height: 300px;
  }

  .contact-small-heading {
    font-size: 28px;
  }

  .contact-normal-para {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .hamburger-list-item {
    letter-spacing: 1px;
    font-size: 28px;
  }

  .section.home-content {
    padding-top: 0;
  }

  .section.gallery-hero {
    padding-bottom: 50px;
  }

  .section.row-section {
    padding-top: 40px;
  }

  .section.about-hero {
    height: 35vh;
  }

  .section.about-image, .section.design-effect {
    padding-top: 20px;
  }

  .section.color {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.font {
    padding-top: 40px;
  }

  .section.labeled {
    padding-top: 20px;
  }

  .section.about-slider {
    padding-bottom: 60px;
  }

  .section.contact-hero {
    height: 30vh;
  }

  .section.contact-details {
    padding-top: 20px;
  }

  .hero-heading {
    font-size: 32px;
  }

  .home-hero-heading-wrap {
    margin-bottom: 20px;
    position: static;
  }

  .section-heading {
    font-size: 32px;
  }

  .home-content-para {
    line-height: 25px;
  }

  .getstart-icon {
    width: 25px;
    height: 25px;
  }

  .getstart-text {
    font-size: 15px;
  }

  .branding-title {
    margin-bottom: 40px;
  }

  .branding-title-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .branding-sub-heading {
    font-size: 26px;
  }

  .branding-card-wrap.about, .branding-card-wrap.about-two {
    bottom: 28px;
  }

  .branding-card-wrap.only-circle {
    padding-top: 40px;
    bottom: 28px;
  }

  .home-branding-card {
    padding-bottom: 10px;
  }

  .home-branding-image-wrap.contact {
    height: 150px;
  }

  .home-branding-image-wrap.gallery {
    height: 450px;
  }

  .home-branding-image-wrap.gallery-one.g1 {
    height: 400px;
  }

  .home-branding-image-wrap.gallery-three.g3 {
    height: 300px;
  }

  .home-branding-image-wrap.gallery-four.g4 {
    height: 180px;
  }

  .home-branding-image-wrap.gallery-four.row2 {
    height: 450px;
  }

  .home-branding-image-wrap.gallery-four.row4 {
    height: 140px;
  }

  .home-branding-image-wrap.row3 {
    height: 180px;
  }

  .home-geallary-image.about {
    height: auto;
  }

  .branding-card-text {
    font-size: 24px;
  }

  .branding-marque-text {
    margin-right: 15px;
    font-size: 100px;
  }

  .preloader {
    z-index: 2147483647;
  }

  .preloader-text {
    font-size: 28vw;
  }

  .gallery-hero-title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 40px;
  }

  .round-circle-wrap {
    margin-top: 0;
  }

  .gellary-parent {
    justify-content: space-between;
    align-items: center;
  }

  .round-image {
    width: 120px;
    height: 120px;
  }

  .row-title {
    margin-bottom: 40px;
  }

  .row-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-image-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .about-image-two {
    height: 400px;
  }

  .effect-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .color-card {
    height: 250px;
  }

  .font-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .font-card-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .font-left-heading, .font-heading {
    font-size: 24px;
  }

  .font-sub-heading {
    letter-spacing: 5px;
  }

  .labeled-text {
    font-size: 32px;
  }

  .label-image-wrap {
    height: 50vh;
    margin-top: 20px;
  }

  .labeled-image-under-text {
    font-size: 32px;
  }

  .label-bottom-head {
    font-size: 38px;
  }

  .slider-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .slider-heading {
    font-size: 26px;
  }

  .read-more {
    font-size: 15px;
  }

  .gellary-image {
    height: 250px;
  }

  .bold-text, .bold-text-2, .bold-text-3 {
    display: block;
  }

  .contact-parent {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .contact-left, .contact-right {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .contact-small-heading {
    font-size: 24px;
  }
}



/* Hidden Queen: Preloader-Text an langen Markennamen anpassen */
.preloader-text{font-size:clamp(2.2rem,11vw,8.5rem) !important;line-height:1.04 !important;white-space:nowrap;}

/* Hidden Queen: Preloader-Reveal in Rosé statt Orange */
.preloader-text.main-text{color:#cf9c8c !important;}
/* (Off-brand Abschnitte werden im Build entfernt, nicht mehr nur versteckt) */

/* The Queen's Library */
.ql-page{padding:170px 0 110px;}
.ql-hero{margin-bottom:.25em;}
.ql-intro{max-width:640px;margin-bottom:60px;}
.ql-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:46px;}
.ql-card{display:block;color:inherit;text-decoration:none;}
.ql-card__img{display:block;aspect-ratio:3/2;background-size:cover;background-position:center;margin-bottom:20px;transition:opacity .3s;}
.ql-card:hover .ql-card__img{opacity:.85;}
.ql-card__date,.ql-article__date{display:block;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:#cf9c8c;margin-bottom:10px;}
.ql-card__title{display:block;font-family:'Cinzel',serif;font-size:1.55rem;line-height:1.2;margin-bottom:12px;}
.ql-card__excerpt{display:block;color:rgba(255,255,255,.7);line-height:1.6;}
.ql-article-wrap{max-width:780px;margin:0 auto;}
.ql-back{display:inline-block;color:#cf9c8c;text-decoration:none;margin-bottom:34px;font-size:.85rem;letter-spacing:.05em;}
.ql-article__title{margin-bottom:30px;}
.ql-article__cover{display:block;aspect-ratio:16/9;background-size:cover;background-position:center;margin-bottom:44px;}
.ql-article{font-size:1.12rem;line-height:1.9;}
.ql-article h2{font-family:'Cinzel',serif;font-size:1.55rem;margin:1.7em 0 .5em;}
.ql-article p{margin-bottom:1.3em;}
.ql-article a{color:#cf9c8c;}
@media(max-width:767px){.ql-grid{grid-template-columns:1fr;gap:36px;}.ql-page{padding:130px 0 80px;}}
.ql-hero,.ql-article__title{font-family:'Cinzel',serif;color:#fff;font-weight:500;line-height:1.1;opacity:1 !important;transform:none !important;}
.ql-hero{font-size:clamp(2.2rem,5vw,3.6rem);}
.ql-article__title{font-size:clamp(1.8rem,4vw,2.8rem);}

/* Startseite: Laufschrift blockiert keine Klicks mehr */
.branding-marque{pointer-events:none;}
/* Laufschrift mit Rosé-Glanz, besser sichtbar */
.branding-marque-text{
  background:linear-gradient(90deg,#6e4f46,#cf9c8c,#f0d7cc,#cf9c8c,#6e4f46);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  opacity:.6;text-transform:uppercase;letter-spacing:.04em;
}
/* Karten-Labels klar sichtbar */
.branding-card-text{color:#fff !important;opacity:1 !important;}
/* Mobil: übergroße Laufschrift & Überschriften zähmen */
@media (max-width:767px){
  .branding-marque-text{font-size:3.4rem !important;}
  .ql-grid{grid-template-columns:1fr !important;}
}

/* Mobil: Queen's Library Überschriften/Container sauber umbrechen */
@media (max-width:767px){
  .ql-hero{font-size:1.8rem !important;overflow-wrap:anywhere;}
  .ql-article__title{font-size:1.5rem !important;overflow-wrap:anywhere;}
  .ql-page{padding:120px 16px 70px !important;}
  .ql-page .big-container,.ql-page .w-container{max-width:100% !important;padding-left:0 !important;padding-right:0 !important;}
  .ql-intro,.ql-card__title,.ql-card__excerpt,.ql-article{overflow-wrap:anywhere;}
}

/* Desktop: kein Burger (horizontales Menü reicht). Mobil/Tablet: nur Burger. */
@media (min-width:992px){
  .hamburger-icon-wrap, .hamburger-icon-wrap.for-tablet { display:none !important; }
}
@media (max-width:991px){
  .nav-menu-wrapper .nav-menu:not(.hamburger) { display:none !important; }
}

/* ============ NEUES, EIGENES MENÜ (hq-nav) ============ */
.hq-header{position:fixed;top:0;left:0;right:0;z-index:9000;display:flex;align-items:center;justify-content:space-between;padding:18px 30px;box-sizing:border-box;}
.hq-logo{display:block;}
.hq-logo img{height:54px;width:auto;display:block;}
.hq-nav{display:flex;gap:32px;align-items:center;}
.hq-nav a{color:#fff;text-decoration:none;font-family:'Inter',sans-serif;font-size:.82rem;letter-spacing:.18em;text-transform:uppercase;transition:color .25s;}
.hq-nav a:hover{color:#cf9c8c;}
.hq-nav a.hq-shop{color:#cf9c8c;}
.hq-burger{display:none;width:44px;height:36px;background:none;border:0;padding:8px;cursor:pointer;z-index:9001;}
.hq-burger span{display:block;height:2px;width:100%;background:#fff;margin:5px 0;border-radius:2px;transition:.3s;}
.hq-overlay{position:fixed;inset:0;z-index:9500;background:rgba(17,17,17,.97);display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .35s ease;}
.hq-overlay.open{opacity:1;visibility:visible;}
.hq-close{position:absolute;top:18px;right:26px;background:none;border:0;color:#fff;font-size:2.8rem;line-height:1;cursor:pointer;padding:0;width:44px;height:44px;}
.hq-close:hover{color:#cf9c8c;}
.hq-overlay-nav{display:flex;flex-direction:column;align-items:center;gap:4px;}
.hq-overlay-nav a{color:#fff;text-decoration:none;font-family:'Cinzel',serif;font-size:clamp(1.9rem,7vw,2.8rem);letter-spacing:.04em;padding:.16em 0;transition:color .25s;}
.hq-overlay-nav a:hover{color:#cf9c8c;}
body.hq-menu-open{overflow:hidden;}
@media (max-width:991px){
  .hq-nav{display:none;}
  .hq-burger{display:block;}
  .hq-logo img{height:46px;}
  .hq-header{padding:14px 18px;}
}
