:root {
  --move-50: 50px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@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 {
  color: #030303;
  letter-spacing: .02em;
  background-color: #fff;
  font-family: franklin-gothic-std, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: aboreto, sans-serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 4.0625rem;
}

h2 {
  color: #030303;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 4rem;
}

h3 {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #030303;
  margin-bottom: 0;
  font-family: gill-sans-nova, sans-serif;
  font-size: .875rem;
  line-height: 1.625rem;
}

.footer-one-social-media {
  justify-content: space-between;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 100px;
  display: flex;
}

.footer-one-social-media.tab-middle {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 30px;
}

.exterior-main {
  z-index: 11;
  background-color: #f3f1ef;
  padding-top: 60px;
  position: relative;
}

.nav-right-part {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cross-line-two {
  transform: translate(0, 1px)rotate(-45deg);
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.subheading {
  color: #fff;
  background-color: #0f1216;
  border-radius: 20px;
  padding: 10px 20px 8px;
  font-size: 14px;
  line-height: 25px;
}

.big-container {
  max-width: 1690px;
  padding-left: 15px;
  padding-right: 15px;
}

.auto-fit {
  object-fit: cover;
  width: 100%;
}

.auto-fit.image-full-width {
  width: 100%;
  height: 100%;
}

.auto-fit.image-full-width.three, .auto-fit.image-full-width.two, .auto-fit.image-full-width.four {
  position: absolute;
  inset: 0%;
}

.auto-fit.image-full-height {
  object-fit: fill;
  width: 80%;
  height: 70%;
}

.footer-copy.h-flex-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.creative-vission-heading {
  max-width: 536px;
}

.menu-cross-icon {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 24px;
  height: 24px;
  display: none;
  position: absolute;
  inset: 10px 10px auto auto;
  overflow: hidden;
}

.big-text {
  color: #fff;
  letter-spacing: .48px;
  text-transform: uppercase;
  font-size: 300px;
  font-weight: 400;
  line-height: 280px;
}

.big-text.text-center.banner-text-sizing {
  color: #1e1e1e;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: clamp(60px, 20vw, 400px);
  font-weight: 400;
  line-height: 1;
}

.big-text.text-center.banner-text-sizing._1 {
  font-size: clamp(60px, 20vw, 400px);
}

.banner-left {
  background-color: #2e4650;
  background-image: linear-gradient(#1e2226 11%, #fff0), url('../images/Home-Two-3.webp');
  background-position: 0 0, 0 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100vw 100vh;
  width: 100%;
  height: 100%;
}

.navbar {
  z-index: 1000000000;
  background-color: #ddd0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  inset: 1% 0% auto;
}

.nav-menu-link {
  color: #1e1e1e;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-weight: 500;
}

.nav-menu-link.w--current {
  color: #fff;
}

.home-two-hero-heading {
  max-width: 608px;
  margin-left: auto;
}

.background-video-3 {
  z-index: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.subheading-bottom-padding {
  padding-bottom: 30px;
  display: flex;
}

.text-white {
  color: #fff;
}

.text-white.cc-link {
  text-decoration: none;
}

.text-white.landskape-middle {
  color: #1e1e1e;
}

.text-white.font-weight-300 {
  font-weight: 300;
}

.exterior-main-image {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #030303;
  justify-content: flex-start;
  align-items: center;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.hide {
  display: none;
}

.medium-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 150px;
  line-height: 180px;
}

.medium-text.change-size {
  font-size: 170px;
}

.medium-text.change-size.no-wrap {
  color: #1e1e1e;
  text-align: center;
  white-space: nowrap;
  font-size: clamp(24px, 12vw, 170px);
}

.button-line-animation {
  background-color: #ad8661;
  width: 100%;
  height: 1px;
}

.button-line-animation.one {
  flex: none;
}

.button-text-wrapper {
  position: relative;
  overflow: hidden;
}

.creative-vision-right {
  background-color: #e2dfdb;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  display: flex;
  position: sticky;
  top: 140px;
}

.creative-vision-right._3 {
  padding-top: 0;
  padding-bottom: 140px;
  top: 0;
}

.exterior-marquee-item {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 60px;
  display: flex;
}

.exterior-text-heading {
  max-width: 701px;
}

.exterior-text-heading.heading-bottom-padding.overflow-hidden {
  overflow: hidden;
}

.exterior-image-middle {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.counter-number {
  color: #fff;
  font-family: aboreto, sans-serif;
  font-size: 60px;
  line-height: 55px;
}

.exterior-main-section {
  height: 250vh;
}

.home-two-banner-sticky {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.exterior-image-top {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.exterior-image-top.change-position {
  justify-content: center;
  align-items: center;
}

.creative-vision-top {
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
  justify-content: center;
  align-items: center;
  width: 200%;
  padding-left: 58%;
  display: flex;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container.change-sizing {
  flex: 1;
}

.container.change-sizing.change-size {
  max-width: 1070px;
}

.container.change-sizing.hide {
  display: none;
}

.creative-vision-bottom {
  justify-content: space-between;
  align-items: center;
  width: 200%;
  margin-top: -50px;
  margin-right: 175px;
  padding-left: 140px;
  display: flex;
  overflow: hidden;
}

.home-two-hero-house {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-two-hero-house.hide {
  display: none;
}

.home-two-hero-text {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 10% 0% auto;
  overflow: hidden;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.button-arrow {
  margin-top: 2px;
}

.exterior-marquee {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: relative;
  overflow: hidden;
}

.creative-vision-bottom-heading {
  max-width: 587px;
  padding-bottom: 40px;
}

.exterior-marquee-text {
  padding-top: 20px;
  padding-right: 60px;
}

.button-underline {
  background-color: #fff;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.nav-toggle-box {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  cursor: pointer;
  flex-flow: column;
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  display: flex;
}

.nav-toggle-box.cc-no-line {
  border-left-style: none;
}

.footer-animation {
  z-index: 14;
  background-color: #1e2226;
  position: relative;
}

.heading-style-h6 {
  color: #fff;
  letter-spacing: .64px;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 1.5;
}

.heading-style-h6.change-max-width {
  color: #fff;
  max-width: 236px;
}

.counter-item {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.desktop-hamburgar-menu {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 50rem;
  min-height: 20rem;
  display: flex;
  position: absolute;
  inset: 185% 0% 0% auto;
  overflow: hidden;
}

.desktop-hamburgar-menu.hide-mobile {
  display: none;
  right: -100%;
}

.desktop-hamburgar-menu.hide-desktop {
  display: none;
}

.exterior-image-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.home-two-hero-heading-wrapper {
  z-index: 5;
  background-image: none;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  max-height: 24rem;
  padding-bottom: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.banner-overlay-wrapper {
  z-index: 3;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.creative-vision-left {
  perspective: 200vw;
  background-color: #222;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 550px;
  height: 600px;
  display: flex;
  position: sticky;
  top: 120px;
  overflow: hidden;
}

.button-text {
  color: #fff;
  letter-spacing: -.8px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.button-text.top {
  color: #030303;
}

.button-text.bottom {
  color: #030303;
  position: absolute;
}

.exterior-image {
  flex: 1;
}

.creative-text-main {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.creative-small-image {
  justify-content: flex-end;
  align-items: center;
  margin-top: -40px;
  display: flex;
}

.exterior-top-line {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 5% 0% auto;
}

.exterior-top-line.bottom {
  inset: auto 0% 0%;
}

.creative-vission-main {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 110px;
  display: flex;
}

.creative-vission-main.tab-middle {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 60rem;
  padding-bottom: 0;
}

.creative-vission-main.tab-middle.max-w-36 {
  max-width: 36rem;
}

.creative-vision {
  padding-top: 120px;
  padding-bottom: 120px;
}

.cross-line-one {
  transform: rotate(45deg);
}

.desktop-menu {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #191919f0;
  border: 1px solid #ffffff45;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 100%;
  padding: 1.5rem 1rem;
  position: relative;
  transform: none;
}

.exterior-image-middle-main {
  flex: none;
  width: 32vw;
  height: auto;
  position: relative;
}

.banner-right {
  background-color: #2e4650;
  background-image: linear-gradient(#1e2226 11%, #fff0), url('../images/Home-Two-3.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100vw 100vh;
  width: 100%;
  height: 100%;
  margin-left: auto;
}

.exterior-side-line {
  background-color: #ffffff4d;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hamburgar-line {
  background-color: #fff;
  width: 38.99px;
  height: 2px;
}

.home-two-hero-paragraph {
  max-width: 608px;
  margin-left: auto;
}

.home-two-hero-paragraph.tab-middle {
  text-align: left;
}

.creative-vision-bottom-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.footer-one {
  background-color: #1e2226;
  padding-top: 30px;
  overflow: hidden;
}

.image-tab-overlay {
  display: none;
}

.navbar-container {
  max-width: 1596px;
  margin-left: auto;
  margin-right: auto;
}

.home-two-hero {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 300vh;
  position: relative;
}

.creative-vission-paragraph {
  max-width: 566px;
}

.black-overlay {
  z-index: 9;
  background-color: #1e2226;
  margin-top: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.exterior-text-main {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.creative-vision-button, .content-wrapper.cc-hflex {
  display: flex;
}

.content-wrapper.cc-hflex.cc-centered {
  justify-content: center;
  align-items: center;
}

.content-wrapper.cc-hflex.cc-centered.mb-2-125 {
  margin-bottom: 2.125rem;
}

.content-wrapper.cc-hflex.cc-footer {
  justify-content: flex-start;
  align-items: center;
}

.content-wrapper.cc-hflex.mt-4 {
  margin-top: 4rem;
}

.content-wrapper.cc-hflex.cc-top-align {
  justify-content: space-between;
  align-items: flex-start;
}

.content-wrapper.mt-4rem {
  margin-top: 4rem;
}

.content-wrapper.cc-centered {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content-wrapper.cc-h-flex {
  display: flex;
}

.content-wrapper.cc-h-flex.cc-align-center {
  justify-content: space-between;
  align-items: center;
}

.left-div {
  width: 50%;
  padding-right: 1.25rem;
}

.left-div._35cent {
  width: 35%;
}

.left-div._65cent {
  width: 65%;
}

.right-div {
  width: 50%;
  padding-left: 1.25rem;
}

.right-div.cc-relative {
  position: relative;
}

.right-div.cc-relative._65cent, .right-div.cc-65cent {
  width: 65%;
}

.right-div.cc-right-align {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.right-div._35cent {
  width: 35%;
}

.hp-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: flex;
}

.hp-wrap.hide-only-desktop {
  display: none;
}

.hp-wrap.gap-1-75 {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
}

.hp-wrap.gap-3rem {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.hp-wrap.gap-3-5 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
}

.hp-wrap.gap-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.hp-wrap.gap-2.all-centered {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

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

.hp-wrap.all-centered {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.hp-wrap.cc-card-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
}

.relative-hero-image-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-overlay-hero {
  background-image: linear-gradient(#e2dfdb00, #e2dfdb 52%, #e2dfdb);
  height: 6rem;
  position: absolute;
  inset: auto 0% 0%;
}

.projects-dd-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.small-para {
  font-family: optima-lt-pro, sans-serif;
  font-size: 1rem;
}

.exterior-overlay-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.exterior-image-main {
  height: 100%;
  position: relative;
}

.exterior-image-overlay {
  background-color: #2e4650b3;
  position: absolute;
  inset: 0%;
}

.exterior-main-text-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.exterior-dot {
  background-color: #fff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.exterior-text-bottom {
  z-index: 1;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.exterior-image-section {
  z-index: 2;
  height: 100vh;
  position: relative;
}

.heading-style-h3 {
  color: #030303;
  text-transform: capitalize;
  font-family: aboreto, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.28;
}

.heading-style-h3.landskape-middle {
  color: #1e1e1e;
}

.exterior-subheading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #2e4650;
  border: 1px solid #fff;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 15px 8px 10px;
  display: flex;
}

.exterior-subheading.change-background-opacity {
  background-color: #2e465000;
}

.exterior-text-item {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.exterior-text-item.one, .exterior-text-item.two, .exterior-text-item.three {
  border-right: 1px solid #fff;
}

.top-big-text {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-logo-wrapper {
  border-bottom: 2px solid #393939;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 2rem;
  display: flex;
}

.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section.cc-form {
  z-index: 13;
  background-color: #fff;
  position: relative;
}

.section.cc-team {
  z-index: 12;
  background-color: #f3f1ef;
  padding-bottom: 10.625rem;
  position: relative;
}

.section.cc-footer {
  background-color: #1e1e1e;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section.the-alba-section {
  z-index: 99999;
  background-image: url('../images/111-03-1-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 8rem;
  position: relative;
}

.section.the-alba-section.cc-second {
  background-image: url('../images/Rectangle-1909123638.png');
  padding-top: 4rem;
}

.section.the-alba-section.cc-third {
  background-image: url('../images/66ab2604c17ab0afabcf7189_baccarat-4-7.png');
}

.section.cc-footer {
  background-image: linear-gradient(#e1b43a75, #e1b43a75), url('../images/f2b7f1100c6d46d005da5c8c881cf3db29c73300.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section.hh-hero {
  background-image: url('../images/Group-1171276293-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  padding-top: 8rem;
  padding-bottom: 4rem;
  display: flex;
}

.image-wrapper-for-ominiyat-team {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.team-image-wrapper {
  flex: 1;
  height: auto;
  max-height: 36.75rem;
  position: relative;
  overflow: hidden;
}

.team-img {
  height: 100%;
  max-height: 36.75rem;
}

.team-name-txt {
  color: #fff;
  font-size: 2.125rem;
  line-height: 2.25rem;
  position: absolute;
  inset: auto auto 2% 2%;
}

.contact-option-icon {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  max-width: 360px;
  display: flex;
}

.contact-three-form-para {
  max-width: 350px;
}

.contact-option-item-icon {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-three-form-inner {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
}

.contact-three-form-heading {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 48px;
  display: flex;
}

.form-side-text-para {
  max-width: 400px;
  padding-top: 22px;
  padding-bottom: 39px;
}

.heading-style-h6-2 {
  color: #fff;
  letter-spacing: .64px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.heading-style-h6-2.landskape-middle {
  color: #1e1e1e;
}

.container-2 {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-one-textarea {
  background-color: #fff0;
  border-top: 1px #0000;
  border-bottom: 1px solid #fff3;
  border-left: 1px solid #0000;
  border-right: 1px solid #1a1a1a00;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 102px;
  margin-bottom: 33px;
  padding: 0;
  font-size: 16px;
  display: flex;
}

.contact-one-textarea::placeholder {
  color: #fff;
}

.contact-one-textarea.chnage-height {
  color: #fff;
  min-height: 145px;
}

.contact-three-form {
  background-color: #e1b43a75;
  background-image: linear-gradient(#e1b43a75, #e1b43a75), url('../images/f2b7f1100c6d46d005da5c8c881cf3db29c73300.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 50px;
}

.submit-button {
  z-index: 1;
  color: #bebebe00;
  background-color: #3898ec00;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.input-field-one {
  color: #fff;
  background-color: #fff0;
  border-color: #0000 #0000 #fff3;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  height: 30px;
  margin-bottom: 32px;
  padding: 12px 0 45px;
  font-size: 16px;
}

.input-field-one:focus {
  outline-offset: 0px;
  outline: 3px #fff;
}

.input-field-one:focus-visible, .input-field-one[data-wf-focus-visible] {
  border-style: none none solid;
  border-top-width: 1px;
}

.input-field-one::placeholder {
  color: #fff;
}

.input-field-one.margin-change {
  color: #030303;
  margin-bottom: 25px;
  padding-bottom: 35px;
}

.input-field-one.margin-change::placeholder {
  color: #030303;
  font-size: 16px;
}

.div-block-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.contact-one-submit {
  padding-top: 63px;
  display: inline-block;
  position: relative;
}

.contact-one-submit.change-padding {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.contact-one-submit.margin-off {
  padding-top: 0;
}

.option-text-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.text-block {
  color: #000;
}

.option-icon {
  background-color: #ad8661;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  min-height: 50px;
  display: flex;
}

.form-side-text-block.tab-middle.hide {
  display: none;
}

.my-contain {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.download-link {
  color: #030303;
  text-align: left;
  flex: 1;
  font-family: bodoni-std, sans-serif;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 2.25rem;
  text-decoration: none;
}

.line-div-lumena-hero {
  background-color: #030303;
  width: 100%;
  max-width: 3.25rem;
  height: 1px;
}

.btn {
  color: #1e1e1e;
  background-color: #fff;
  border-radius: 2.5rem;
  padding: .5rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.btn.mt-2rem {
  margin-top: 2rem;
  text-decoration: none;
}

.nav-dd-link-wrapper {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.nav-dd-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
  text-decoration: none;
}

.nav-dd-link-main-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  width: 100%;
  display: flex;
}

.nav-dd-image-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 15.625rem;
}

.inline-number-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.counter-number-text {
  color: #fff;
  font-family: bodoni-std, sans-serif;
  font-size: 40px;
  line-height: 46px;
}

.nav-dd-relative-div {
  position: relative;
  overflow: visible;
}

.h-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.swiper-slide {
  flex: none;
  overflow: hidden;
}

.price-request-wrapper {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 26rem;
  padding-left: 0;
  display: flex;
}

.discover-more-txt {
  color: #030303;
  font-family: bodoni-std, sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.absol-blur-wrapper {
  z-index: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000078;
  position: absolute;
  inset: 0%;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider {
  z-index: 9;
  cursor: grab;
  overflow: hidden;
}

.splide__track {
  width: 100%;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__slide {
  flex: none;
  align-items: flex-start;
  width: 33.3333%;
}

.splide__slide:first-child {
  padding-left: 0;
}

.my-slider-progress {
  color: #e8e2da;
  background-color: #c5c5c52e;
  width: 100%;
  height: 1px;
  overflow: hidden;
}

.my-slider-progress-bar {
  background-color: #fff;
  width: 30vw;
  height: 7px;
}

.project-img {
  object-fit: cover;
  height: 100%;
  min-height: 24rem;
}

.slider-controls-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.splide__arrow {
  background-image: url('../images/Arrow-right_1Arrow right.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.75rem;
  height: 1.75rem;
}

.splide__arrow.splide__arrow--prev {
  margin-left: 1.75rem;
  margin-right: 1.5rem;
}

.splide__arrow.splide__arrow--next {
  background-image: url('../images/Arrow-right_1Arrow right.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

.card__bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tinyflow-slider__pagination {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.card {
  background-color: #f1f1f1;
  min-height: 29.875rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s cubic-bezier(.455, .03, .515, .955), opacity .2s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: hidden;
}

.tinyflow-slider__arrow {
  z-index: 2;
  color: #f8ffe9;
  cursor: pointer;
  background-color: #01db86;
  border-style: none;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.25rem;
  transition: color .2s, background-color .2s;
  display: inline-flex;
  position: absolute;
  top: 50%;
}

.tinyflow-slider__arrow:hover, .tinyflow-slider__arrow:focus-visible, .tinyflow-slider__arrow[data-wf-focus-visible] {
  color: #fff;
  background-color: #000;
}

.tinyflow-slider__arrow.tinyflow-slider__arrow--prev {
  color: #1e1e1e;
  background-color: #e2dfdb;
  transform: translate(1.25rem, -50%);
}

.tinyflow-slider__arrow.tinyflow-slider__arrow--next {
  color: #1e1e1e;
  background-color: #e2dfdb;
  right: 0;
  transform: translate(-1.25rem, -50%);
}

.scanner-logo {
  width: 5.875rem;
  height: 5.875rem;
}

.pop-up-form-input {
  background-color: #d9d9d926;
  border: 1px solid #fff;
  border-radius: .75rem;
  height: 2.875rem;
  margin-bottom: 0;
}

.pop-up-form-input.cc-text-area {
  height: 7.5rem;
}

.seach-input-submit {
  background-color: #191919;
  border-radius: 12px;
  padding: .75rem 2.5rem;
  font-weight: 500;
}

.seach-input-submit.cc-white {
  color: #000;
  background-color: #fff;
}

.close-btn-link {
  cursor: pointer;
  position: absolute;
  inset: -3% -3% auto auto;
}

.pop-up-form-inside-wrapper {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(81px);
  backdrop-filter: blur(81px);
  background-color: #1e1e1e;
  border-radius: .75rem;
  max-width: 38.125rem;
  max-height: 35rem;
  margin: auto;
  padding: 2.5rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
  box-shadow: inset 40.5px -40.5px 40.5px #c2c2c21a, inset -40.5px 40.5px 40.5px #ffffff1a;
}

.pop-up-form-inside-wrapper.cc-four-season, .pop-up-form-inside-wrapper.cc-bandr, .pop-up-form-inside-wrapper.cc-eh {
  display: none;
}

.hp-wrap-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.hp-wrap-2.gap-1-125 {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
}

.hp-wrap-2.gap-0-25 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.hp-wrap-2.gap-1-75 {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
}

.hp-wrap-2.gap-2-5rem {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.pop-up-form-wrapper-div {
  width: 100%;
  height: 100%;
  position: relative;
}

.tex-white {
  color: #fff;
}

.tex-white.font-weight-500 {
  font-weight: 500;
}

.right-align {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.left-slider-wrapper {
  width: 50%;
  position: relative;
}

.page-wrapper {
  overflow: hidden;
}

.max-width-26 {
  max-width: 26rem;
}

.right-div-2 {
  width: 50%;
  padding-left: 1.5rem;
}

.h-flex-number {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #4f4c4d;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
  display: flex;
}

.number-txt-gold {
  color: #d9b594;
  font-family: bodoni-std, sans-serif;
  font-size: 2.125rem;
  line-height: 2.25rem;
}

.absolute-style-text {
  background-color: #fff;
  width: 200%;
  display: none;
  position: absolute;
  inset: 0%;
}

.container-3 {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-merge-title {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.left-div-2 {
  width: 50%;
  padding-right: 1.5rem;
}

.number-wrapper-img-text-card {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.number-txt-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
}

.number-heading-txt {
  font-family: franklin-gothic-std, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}

._100cent-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.views-gallery-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
}

.views-gallery-card {
  position: relative;
}

.views-gallery-card.card-tall {
  height: 46.125rem;
}

.views-gallery-card.card-short {
  height: 38.75rem;
}

.views-card-gallery-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.views-card-text-wrapper {
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1rem;
  font-family: franklin-gothic-std, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.designer-img-grid {
  grid-template-rows: auto;
}

.designer-img-card.card-2 {
  margin-top: 5rem;
}

.designer-txt {
  color: #fff;
  font-family: franklin-gothic-std, sans-serif;
}

.designer-para-wrapper {
  max-width: 24rem;
}

.designer-para-wrapper.cc-card-2 {
  justify-content: flex-end;
  align-items: stretch;
  max-width: none;
  padding-left: 10rem;
  display: flex;
}

.map-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .big-text {
    font-size: 350px;
  }

  .medium-text {
    font-size: 150px;
    line-height: 160px;
  }

  .medium-text.change-size {
    font-size: 200px;
  }

  .heading-style-h6 {
    font-size: 20px;
  }

  .creative-small-image {
    margin-right: -60px;
  }

  .exterior-image-middle-main {
    flex: 0 auto;
  }

  .creative-vision-bottom-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .heading-style-h3 {
    font-size: 35px;
  }

  .heading-style-h6-2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .auto-fit.image-full-height {
    width: 70%;
  }

  .exterior-top-line {
    top: 10%;
  }

  .exterior-top-line.bottom {
    bottom: 10%;
  }

  .creative-vission-main {
    padding-right: 100px;
  }

  .exterior-side-line {
    left: 10%;
  }
}

@media screen and (min-width: 1920px) {
  .nav-right-part {
    padding-right: 7px;
  }

  .auto-fit.image-full-height {
    width: 100%;
  }

  .home-two-hero-text {
    justify-content: center;
    align-items: center;
  }

  .banner-overlay-wrapper {
    justify-content: space-between;
  }

  .creative-small-image {
    margin-top: -80px;
    margin-right: -100px;
    overflow: hidden;
  }

  .exterior-text-bottom {
    max-width: 339px;
  }

  .exterior-image-section {
    position: sticky;
    top: 0;
  }

  .seach-input-submit {
    border: 1px solid #0000;
    transition: all .35s;
  }

  .seach-input-submit:hover {
    background-color: #0000;
    border: 1px solid #fff;
  }
}

@media screen and (max-width: 991px) {
  .footer-one-social-media {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .exterior-main {
    padding-top: 40px;
  }

  .nav-right-part {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: auto;
  }

  .auto-fit.tab-display-off {
    display: none;
  }

  .auto-fit.zoom-effect {
    width: 100%;
    height: 100%;
  }

  .auto-fit.zoom-effect.tab-display-off {
    display: none;
  }

  .auto-fit.tab-image-full-width {
    width: 100%;
    height: 100%;
  }

  .auto-fit.image-full-height {
    box-sizing: content-box;
  }

  .creative-vission-heading {
    max-width: 100%;
  }

  .big-text {
    font-size: 200px;
  }

  .navbar {
    padding-top: 10px;
    padding-right: 0;
  }

  .nav-menu-link {
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
  }

  .nav-menu-link.w--current {
    color: #000;
  }

  .home-two-hero-heading {
    max-width: 100%;
  }

  .menu-button-main {
    border-left: 1px solid #fff;
    padding: 20px 15px 15px;
    display: none;
  }

  .menu-button-main.w--open {
    background-color: #c8c8c800;
  }

  .exterior-main-image {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .medium-text {
    font-size: 80px;
    line-height: 100px;
  }

  .medium-text.change-size {
    font-size: 90px;
  }

  .medium-text.change-size.no-wrap {
    line-height: 1;
  }

  .creative-vision-right {
    padding-top: 0;
  }

  .creative-vision-right._1 {
    display: none;
    position: relative;
    top: 0;
  }

  .home-two-banner-sticky {
    justify-content: flex-end;
    align-items: stretch;
    padding-top: 100px;
    padding-bottom: 3rem;
  }

  .creative-vision-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-left: 0%;
  }

  .creative-vision-bottom {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
  }

  .home-two-hero-house {
    height: auto;
    position: relative;
  }

  .home-two-hero-text {
    top: 9.375rem;
  }

  .creative-vision-bottom-heading {
    max-width: 100%;
    padding-bottom: 40px;
  }

  .nav-toggle-box {
    display: flex;
  }

  .heading-style-h6.change-max-width {
    max-width: 100%;
  }

  .desktop-hamburgar-menu {
    max-width: 35rem;
    display: flex;
    inset: 0% 0% 0% auto;
  }

  .desktop-hamburgar-menu.hide-mobile {
    display: none;
    top: 110%;
  }

  .exterior-image-wrapper {
    position: absolute;
  }

  .home-two-hero-heading-wrapper {
    height: 100%;
    padding-bottom: 70px;
    display: none;
  }

  .banner-overlay-wrapper {
    height: 100%;
    display: flex;
    inset: 0%;
  }

  .creative-vision-left {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 0;
  }

  .creative-small-image {
    margin-top: 40px;
  }

  .exterior-top-line.top, .exterior-top-line.bottom {
    display: none;
  }

  .creative-vission-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 70px;
  }

  .creative-vision {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .menu-button-line {
    background-color: #fff;
    width: 21.28px;
    height: 2px;
    margin-bottom: 6px;
    padding: 0;
  }

  .menu-button-line.bottom-line {
    width: 11px;
  }

  .menu-button-line.middile-line.change {
    margin-top: 0;
    display: block;
    position: static;
  }

  .exterior-image-middle-main {
    width: 200vw;
    height: 100vh;
  }

  .exterior-side-line {
    display: none;
  }

  .home-two-hero-paragraph {
    max-width: 100%;
  }

  .creative-vision-bottom-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footer-one {
    padding-top: 70px;
  }

  .image-tab-overlay {
    background-image: linear-gradient(#00000080, #00000080);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .creative-vission-paragraph {
    max-width: 100%;
  }

  .exterior-text-main {
    height: auto;
    position: relative;
  }

  .creative-vision-button.change-display-flex {
    justify-content: center;
    align-items: center;
  }

  .hp-wrap.hide-only-desktop {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .exterior-overlay-wrapper {
    overflow: hidden;
  }

  .exterior-main-text-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .exterior-text-bottom {
    display: none;
  }

  .exterior-image-section {
    height: 700px;
    position: relative;
  }

  .exterior-text-item.one {
    border-bottom: 1px solid #fff;
  }

  .exterior-text-item.two {
    border-bottom: 1px solid #fff;
    border-right-style: none;
  }

  .team-name-txt {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .contact-option-icon {
    flex-flow: row;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-option-icon.chnage {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .contact-option-item-icon {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-three-form-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .contact-three-form-heading {
    padding-bottom: 28px;
  }

  .form-side-text-para.overflow-hidden {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-one-textarea {
    min-height: 80px;
    margin-bottom: 13px;
  }

  .contact-one-textarea.chnage-height {
    min-height: 100px;
  }

  .contact-three-form {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 30px;
  }

  .input-field-one {
    margin-bottom: 12px;
  }

  .contact-one-submit {
    padding-top: 33px;
  }

  .option-text-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .form-side-text-block.tab-middle {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .download-link {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .discover-more-txt {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .tinyflow-slider__pagination {
    display: none;
  }

  .container-3 {
    width: 100%;
    max-width: 820px;
  }

  .number-txt-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .views-card-text-wrapper {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  h3 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  p {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .footer-one-social-media {
    padding-bottom: 25px;
  }

  .navbar-wrapper {
    padding-top: 0;
  }

  .menu-cross-icon {
    z-index: 100000;
  }

  .big-text {
    font-size: 100px;
  }

  .navbar {
    padding-top: 0;
    padding-right: 15px;
  }

  .medium-text {
    font-size: 70px;
    line-height: 75px;
  }

  .medium-text.change-size {
    font-size: 75px;
    line-height: 80px;
  }

  .counter-number {
    font-size: 40px;
    line-height: 45px;
  }

  .home-two-banner-sticky {
    padding-top: 85px;
    padding-bottom: 3rem;
  }

  .home-two-hero-text {
    top: 6.25rem;
  }

  .heading-style-h6.change-max-width {
    font-size: 14px;
  }

  .counter-item {
    text-align: center;
    width: 122.641px;
  }

  .desktop-hamburgar-menu {
    width: 100%;
    top: 117%;
  }

  .desktop-hamburgar-menu.hide-mobile {
    display: none;
  }

  .banner-overlay-wrapper {
    display: flex;
  }

  .brand {
    padding-left: 0;
  }

  .creative-vission-main.tab-middle {
    flex-flow: wrap;
  }

  .image-tab-overlay {
    background-image: linear-gradient(#00000026, #00000026);
  }

  .content-wrapper.cc-hflex, .content-wrapper.mt-4rem.h-flex.v-flex-mobile, .content-wrapper.cc-h-flex {
    flex-flow: column;
  }

  .left-div, .left-div._35cent {
    width: 100%;
    margin-bottom: 1.25rem;
    padding-right: 0;
  }

  .left-div._35cent.mobile-second {
    margin-top: 1.25rem;
    margin-bottom: 0;
  }

  .left-div._65cent {
    width: 100%;
  }

  .right-div, .right-div.cc-relative._65cent {
    width: 100%;
    margin-top: 1.25rem;
    padding-left: 0;
  }

  .right-div.cc-relative._65cent.cc-mobile-first {
    order: -9999;
    margin-top: 0;
    margin-bottom: 1.25rem;
  }

  .right-div.cc-65cent {
    width: 100%;
    margin-top: 1.25rem;
    padding-left: 0;
  }

  .right-div.cc-right-align {
    justify-content: flex-start;
    align-items: stretch;
  }

  .right-div._35cent {
    width: 100%;
  }

  .hp-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .hp-wrap.gap-1-75 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .projects-dd-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .small-para {
    font-size: .625rem;
    line-height: 1rem;
  }

  .exterior-overlay-wrapper {
    padding-top: 40px;
    position: static;
  }

  .exterior-image-main {
    position: absolute;
    inset: 0%;
  }

  .exterior-main-text-wrapper {
    grid-template-columns: 1fr;
    position: relative;
  }

  .exterior-image-section {
    height: auto;
  }

  .heading-style-h3 {
    font-size: 28px;
  }

  .exterior-text-item {
    overflow: hidden;
  }

  .exterior-text-item.one {
    border-right-style: none;
  }

  .exterior-text-item.three {
    border-bottom: 1px solid #fff;
    border-right-style: none;
  }

  .section.cc-team {
    padding-bottom: 3rem;
  }

  .contact-option-icon {
    flex-flow: column;
    max-width: 100%;
  }

  .contact-option-item-icon {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .form-side-text-para {
    max-width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .contact-three-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .input-field-one {
    height: 30px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
  }

  .option-text-content {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .download-link {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .btn {
    font-size: .875rem;
    line-height: 1rem;
  }

  .counter-number-text {
    font-size: 20px;
    line-height: 28px;
  }

  .project-img {
    min-height: 15rem;
  }

  .pop-up-form-inside-wrapper {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .left-slider-wrapper {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .right-div-2 {
    width: 100%;
    margin-top: 1.5rem;
    padding-left: 0;
  }

  .container-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    display: block;
  }

  .left-div-2 {
    width: 100%;
    margin-bottom: 1.5rem;
    padding-right: 0;
  }

  .views-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .designer-img-grid {
    grid-template-columns: 1fr;
  }

  .designer-img-card.card-2 {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .footer-one-social-media.tab-middle {
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav-right-part {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-end;
    align-items: center;
  }

  .footer-copy.h-flex-footer {
    flex-flow: wrap;
  }

  .big-text {
    font-size: 80px;
  }

  .nav-menu-link {
    font-size: .75rem;
    line-height: 1rem;
  }

  .home-two-hero-heading.heading-bottom-padding.tab-middle {
    text-align: left;
    margin-left: 0;
  }

  .text-white.landskape-middle {
    text-align: center;
  }

  .medium-text {
    font-size: 45px;
    line-height: 60px;
  }

  .home-two-banner-sticky {
    padding-top: 6.25rem;
  }

  .no-margin {
    text-align: left;
  }

  .nav-toggle-box {
    padding-left: 10px;
  }

  .heading-style-h6 {
    font-size: 16px;
  }

  .counter-item {
    justify-content: space-between;
    align-items: center;
  }

  .desktop-hamburgar-menu {
    overflow: auto;
  }

  .desktop-hamburgar-menu.hide-desktop {
    min-height: 100vh;
  }

  .banner-overlay-wrapper {
    display: flex;
  }

  .brand {
    width: 1.875rem;
    height: 1.875rem;
  }

  .creative-vission-main.tab-middle, .creative-vission-main.tab-middle.max-w-36 {
    justify-content: center;
    align-items: flex-start;
  }

  .desktop-menu {
    height: auto;
    padding-top: 3rem;
  }

  .left-div._65cent, .right-div._35cent, .hp-wrap {
    width: 100%;
  }

  .hp-wrap.hide-only-desktop {
    text-align: left;
  }

  .hp-wrap.gap-3rem {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hp-wrap.gap-3-5 {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hp-wrap.cc-card-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading-style-h3 {
    font-size: 25px;
  }

  .section.the-alba-section, .section.the-alba-section.cc-second {
    padding-bottom: 3rem;
  }

  .image-wrapper-for-ominiyat-team {
    flex-flow: column;
  }

  .contact-option-item-icon {
    text-align: center;
  }

  .heading-style-h6-2 {
    font-size: 16px;
  }

  .submit-button {
    text-decoration: none;
  }

  .download-link {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .line-div-lumena-hero {
    max-width: 1.875rem;
  }

  .image-6 {
    width: 1.875rem;
    height: 1.875rem;
  }

  .nav-dd-link-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .nav-dd-link {
    line-height: 1.25rem;
  }

  .nav-dd-link-main-wrapper {
    flex-flow: column;
  }

  .nav-dd-image-wrapper {
    max-width: none;
  }

  .close-btn-link {
    top: -7%;
  }

  .pop-up-form-inside-wrapper {
    z-index: 10000;
    max-height: 30rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    top: 10%;
    overflow: auto;
  }

  .container-3 {
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .number-wrapper-img-text-card, .number-txt-wrapper {
    width: 100%;
  }

  .number-heading-txt {
    font-size: 1.25rem;
    font-weight: 800;
  }

  .views-gallery-grid {
    grid-template-columns: 1fr;
  }

  .views-gallery-card.card-tall, .views-gallery-card.card-short {
    width: 100%;
    height: 30rem;
  }

  .designer-img-card.card-2 {
    margin-top: 2rem;
  }

  .designer-para-wrapper.cc-card-2 {
    padding-left: 0;
  }
}

/* Whatsapp button */

/* Floating action buttons */
.fab-wrap{
  position: fixed;
  right: 18px;
  bottom: calc(18px + env(safe-area-inset-bottom, 0px)); /* iPhone safe area */
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 8px;
  background: rgba(0,0,0,.08);
  backdrop-filter: blur(6px);
  border-radius: 24px;
  box-shadow: 0 6px 20px rgba(0,0,0,.18);
  z-index: 2147483000; /* above most UI */
}

.fab-btn{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 6px 14px rgba(0,0,0,.18);
  transition: transform .12s ease, filter .12s ease;
}
.fab-btn svg{ width: 60%; height: 60%; fill: currentColor; }

.fab-phone{ background: #1e73e8; }   /* blue */
.fab-wa   { background: #25D366; }   /* WhatsApp green */

.fab-btn:hover{ filter: brightness(1.05); transform: translateY(-1px); }
.fab-btn:active{ transform: translateY(0) scale(.98); }

/* Smaller on very small screens */
@media (max-width: 420px){
  .fab-btn{ width: 52px; height: 52px; }
  .fab-wrap{ gap: 10px; padding: 6px; right: 14px; }
}
/* Phone: white button, black icon */
.fab-phone{
  background: #fff;
  color: #000;                    /* icon color */
  border: 1px solid rgba(0,0,0,.15);
}

/* WhatsApp: white button, green outline + green icon (different look) */
.fab-wa{
  background: #fff;
  color: #25D366;                 /* icon color */
  border: 2px solid #25D366;      /* outlined style for variety */
}

/* optional hover polish */
.fab-phone:hover{ filter: none; box-shadow: 0 6px 16px rgba(0,0,0,.22); }
.fab-wa:hover   { filter: none; box-shadow: 0 6px 16px rgba(37,211,102,.35); }


/* Optional: hide on desktop if you only want mobile
@media (min-width: 992px){
  .fab-wrap{ display:none; }
}
*/


/* footer base */
.footer-container { position: relative; padding: 24px 16px; color:#fff; }
.footer-qr-fixed { position:absolute; left:16px; bottom:16px; width:72px; height:72px; object-fit:contain; }
.footer-disclaimer-inline { max-width:800px; margin:0 auto; }

/* mobile compact trigger (hidden on desktop) */
.footer-disclaimer-trigger{
  display:none; align-items:center; gap:10px;
  background:transparent; color:#fff; border:0; padding:8px 12px; margin-left:96px;
  text-decoration:underline; cursor:pointer;
}
.footer-disclaimer-trigger .qr-mini{ width:40px; height:40px; object-fit:contain; }

/* bottom sheet */
.sheet{ position:fixed; inset:0; display:none; z-index:9999; }
.sheet[aria-hidden="false"]{ display:block; }
.sheet__backdrop{ position:absolute; inset:0; background:rgba(0,0,0,.5); }
.sheet__panel{
  position:absolute; left:0; right:0; bottom:0;
  background:#e1b43a75; color:#fff;
  border-top-left-radius:16px; border-top-right-radius:16px;
  max-height:80vh; transform:translateY(100%); transition:transform .25s ease-out;
  padding:16px 16px 24px;
}
.sheet[aria-hidden="false"] .sheet__panel{ transform:translateY(0); }
.sheet__header{ display:flex; align-items:center; justify-content:space-between; }
.sheet__close{ background:transparent; color:#fff; border:0; font-size:18px; cursor:pointer; }
.sheet__body{ overflow:auto; margin-top:8px; line-height:1.6; }

/* responsive behavior */
@media (max-width: 767px){
  /* show compact trigger; hide long inline text */
  .footer-disclaimer-inline{ display:none; }
  .footer-disclaimer-trigger{ display:inline-flex; }
  .footer-qr-fixed{ left:12px; bottom:12px; width:56px; height:56px; }
}


/* MOBILE (≤767px) — slightly larger, comfy footer */
@media (max-width: 767px){
  .footer-container{ padding-block: 6px; }   /* add a little breathing room */

  .footer-qr-fixed{
    width: 46px;                               /* was ~44px */
    height: 46px;
    left: 12px;
    bottom: 8px;
  }

  .footer-disclaimer-trigger{
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    /* QR width (52) + left (12) + gap (10) */
    margin: 0 12px 0 calc(46px + 12px + 10px);
    padding: 0;
    min-height: 46px;                           /* match QR height */
    line-height: 1.2;
    font-size: 16px;                            /* a hair bigger text */
  }

  /* still keep only one QR on mobile */
  .footer-disclaimer-trigger .qr-mini{ display: none !important; }
  .footer-inline-row, .footer-disclaimer-inline{ display: none !important; }
}




/* base */
.footer-inline-row{ display:none; }           /* hidden by default; desktop will enable it */
.footer-qr-inline{ width:64px; height:64px; object-fit:contain; flex:0 0 auto; }

/* DESKTOP/TABLET (≥768px) */
@media (min-width: 768px){
  /* use the inline row (QR + text) */
  .footer-disclaimer-inline{ display:block; }
  .footer-inline-row{
    display:flex;
    align-items:center;
    justify-content:center;   /* centers the whole row horizontally */
    gap:24px;
  }

  /* show inline QR, hide pinned QR */
  .footer-qr-inline{ display:block; }
  .footer-qr-fixed{ display:none; }

  /* make the paragraph span wider so it’s only ~2–3 lines */
  .footer-inline-row p{
    max-width: 1400px;                 /* widen to reduce wrapping */
    margin: 0;
    line-height: 1.42;
    font-size: clamp(13px, 0.95vw, 15px);
  }

  /* tighten overall footer height */
  .footer-container{ padding-block: 8px; }
}
