:root {
  --arch-ink: #151616;
  --arch-graphite: #202322;
  --arch-charcoal: #2b2c2a;
  --arch-stone: #ece7de;
  --arch-paper: #fbf8f1;
  --arch-smoke: #f4f1ea;
  --arch-cement: #c9c0b4;
  --arch-bronze: #b9824b;
  --arch-copper: #d19a5f;
  --arch-olive: #55594d;
  --arch-muted: #77726b;
  --arch-line: rgba(21, 22, 22, .13);
  --arch-white-line: rgba(255, 255, 255, .14);
  --arch-shadow: 0 26px 70px rgba(21, 22, 22, .18);
  --arch-font: "Nunito", "Open Sans", Arial, sans-serif;
  --arch-display: "Oswald", "Quicksand", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.architecturer-demo-page {
  margin: 0;
  color: var(--arch-ink);
  background:
    linear-gradient(90deg, rgba(21, 22, 22, .035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(21, 22, 22, .035) 1px, transparent 1px),
    linear-gradient(180deg, var(--arch-paper), var(--arch-smoke));
  background-size: 72px 72px, 72px 72px, auto;
  font-family: var(--arch-font);
  overflow-x: hidden;
}

.architecturer-demo-page a {
  text-decoration: none;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.architecturer-demo-page img {
  max-width: 100%;
}

.architecturer-demo-page .container {
  max-width: 1240px;
}

#main-header {
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  z-index: 111;
  padding: 0;
  background: transparent;
}

#main-header .container {
  width: min(94%, 1280px);
  max-width: 1280px;
  padding: 0 18px;
  background: rgba(21, 22, 22, .9);
  border: 1px solid var(--arch-white-line);
  border-radius: 8px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .2);
  backdrop-filter: blur(18px);
}

#main-header .row {
  min-height: 78px;
  align-items: center;
}

#main-header .col-lg-2,
#main-header .col-lg-7,
#main-header .col-lg-3.col-last {
  display: flex;
  align-items: center;
}

#main-header .col-lg-7 {
  justify-content: center;
}

#main-header .col-lg-3.col-last {
  justify-content: flex-end;
}

#main-header .header-left-side a {
  display: inline-flex;
  align-items: center;
  color: #fff;
}

#main-header .header-left-side a h2 {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: #fff;
  font-family: var(--arch-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: none;
}

#main-header .header-left-side a h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 34px;
  transform: translateY(-50%);
  background: linear-gradient(180deg, var(--arch-bronze), var(--arch-copper));
}

#main-header .header-left-side a h2::after {
  content: "Studio";
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, .58);
  font-family: var(--arch-font);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .24em;
}

#main-header .header-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
}

#main-header .header-ul li {
  list-style: none;
}

#main-header .nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 13px;
  color: rgba(255, 255, 255, .74);
  border-radius: 8px;
  font-family: var(--arch-font);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

#main-header .header-ul li.actives .nav-link,
#main-header .nav-link.active,
#main-header .nav-link:hover {
  color: var(--arch-ink);
  background: linear-gradient(135deg, #fff6e8, var(--arch-copper));
}

#main-header #Appointment,
#main-header #click-to-book,
#section1 .book-now,
#section-3 .a-hfdf-link,
#section5 .input-type-btn,
#section-appointment .input-type-btn {
  border-radius: 8px;
  font-family: var(--arch-font);
  font-weight: 900;
  cursor: pointer;
}

#main-header #Appointment,
#main-header #click-to-book,
#section1 .book-now,
#section5 .input-type-btn,
#section-appointment .input-type-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  color: var(--arch-ink);
  background: linear-gradient(135deg, #fff2dc, var(--arch-bronze));
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .18);
}

#main-header #click-to-book:hover,
#main-header #Appointment:hover,
#section1 .book-now:hover,
#section5 .input-type-btn:hover,
#section-appointment .input-type-btn:hover {
  color: var(--arch-ink);
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
}

.mobile-menu-bar {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  cursor: pointer;
}

.mobile-menu-bar i {
  display: none;
}

.mobile-menu-bar::before,
.mobile-menu-bar::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 99px;
  transition: transform .25s ease;
}

.mobile-menu-bar::after {
  margin-top: -12px;
  transform: translateY(9px);
}

.architect-menu-open .mobile-menu-bar::before {
  transform: translateY(6px) rotate(45deg);
}

.architect-menu-open .mobile-menu-bar::after {
  transform: translateY(-6px) rotate(-45deg);
}

.architecturer-demo-page.scrolled #main-header .container {
  background: rgba(21, 22, 22, .96);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .26);
}

#section1 {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: var(--arch-ink);
}

#section1::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(21, 22, 22, .92), rgba(21, 22, 22, .6) 42%, rgba(21, 22, 22, .08)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .055) 0 1px, transparent 1px 92px);
  pointer-events: none;
}

#section1::after {
  content: "FORM";
  position: absolute;
  right: -20px;
  bottom: 18px;
  z-index: 1;
  color: rgba(255, 255, 255, .045);
  font-family: var(--arch-display);
  font-size: clamp(90px, 15vw, 240px);
  font-weight: 700;
  letter-spacing: .03em;
  line-height: .8;
}

#section1 .container,
#section1 .row-section1,
#section1 .col-lg-12,
#section1 .wrapper-section1,
#section1 #owl-demo,
#section1 .owl-stage-outer,
#section1 .owl-stage,
#section1 .owl-item {
  min-height: 100vh;
}

#section1 .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

#section1 .row-section1,
#section1 .row-for-sctr {
  margin: 0;
  min-height: 100vh;
}

#section1 .col-lg-12,
#section1 .col-lg-5,
#section1 .col-lg-7 {
  padding: 0;
}

#section1 .item {
  position: relative;
  min-height: 100vh;
}

#section1 .col-lg-5 {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 128px clamp(28px, 5vw, 80px) 70px;
  background: transparent;
}

#section1 .col-lg-7 {
  min-height: 100vh;
}

#section1 .wrapper-section-bgg {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.03);
  transition: transform 5.5s ease;
}

#section1 .owl-item.active .wrapper-section-bgg {
  transform: scale(1);
}

#section1 .wrapper-section-bgg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(21, 22, 22, .36), rgba(21, 22, 22, .08));
}

#section1 .wrapper-col-textt {
  width: min(100%, 560px);
}

#section1 .col-wrpre-dsff {
  position: relative;
  max-width: 540px;
  padding-left: 28px;
}

#section1 .col-wrpre-dsff::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 2px;
  height: 90%;
  background: linear-gradient(180deg, var(--arch-bronze), transparent);
}

#section1 .col-wrpre-dsff span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--arch-copper);
  font-family: var(--arch-font);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

#section1 .col-wrpre-dsff span::before {
  content: "";
  width: 40px;
  height: 1px;
  background: currentColor;
}

#section1 .col-wrpre-dsff h2 {
  max-width: 580px;
  margin: 18px 0 24px;
  color: #fff;
  font-family: var(--arch-display);
  font-size: clamp(48px, 5.6vw, 88px);
  font-weight: 700;
  line-height: .95;
  letter-spacing: 0;
}

#section1 .col-wrpre-dsff p {
  max-width: 520px;
  color: rgba(255, 255, 255, .74);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.85;
}

#section1 .book-now {
  margin-top: 20px;
}

#section1 .owl-nav {
  position: absolute;
  right: 34px;
  bottom: 34px;
  z-index: 4;
  display: flex;
  gap: 10px;
}

#section1 .owl-nav button {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0;
  color: var(--arch-ink) !important;
  background: rgba(255, 255, 255, .88) !important;
  border: 1px solid rgba(255, 255, 255, .5) !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .2);
}

#section1 .owl-nav button span {
  font-size: 34px;
  line-height: .8;
}

#section1 .owl-dots {
  position: absolute;
  left: clamp(28px, 5vw, 80px);
  bottom: 38px;
  z-index: 4;
}

#section1 .owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 4px;
  margin: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .34);
}

#section1 .owl-theme .owl-dots .owl-dot.active span {
  background: var(--arch-copper);
}

#section-2,
#architect-achievements,
#section-3,
#latest-projects,
#testimonials,
#section5 {
  position: relative;
  overflow: hidden;
}

#section-2 {
  padding: 112px 0;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(32, 35, 34, .96), rgba(43, 44, 42, .92)),
    url("../../../img/demo/architecturer/image2.jpg") center/cover fixed;
}

#section-2::after {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  pointer-events: none;
}

#section-2 .row {
  align-items: center;
}

#section-2 .wrapper-sct2s h2 {
  margin: 0;
  color: #fff;
  font-family: var(--arch-display);
  font-size: clamp(42px, 5vw, 74px);
  font-weight: 700;
  line-height: 1.02;
}

#section-2 .wrapper-sct2ss p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.9;
}

#architect-achievements {
  padding: 116px 0;
  background: var(--arch-paper);
}

#architect-achievements::before {
  content: "25";
  position: absolute;
  left: -26px;
  top: 10px;
  color: rgba(21, 22, 22, .045);
  font-family: var(--arch-display);
  font-size: clamp(120px, 22vw, 320px);
  font-weight: 700;
  line-height: .8;
}

#architect-achievements .row {
  row-gap: 34px;
}

#architect-achievements .achievement-history-card {
  position: relative;
  width: min(100%, 500px);
  min-height: 560px;
  margin: 0 auto;
  border-radius: 8px;
  background: url("../../../img/demo/architecturer/hero3.jpg") center/cover;
  box-shadow: var(--arch-shadow);
  overflow: hidden;
}

#architect-achievements .achievement-history-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(21, 22, 22, .82), rgba(21, 22, 22, .3));
}

#architect-achievements .history-card-line {
  position: absolute;
  inset: 18px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
}

#architect-achievements .history-card-content {
  position: relative;
  z-index: 3;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 46px;
}

#architect-achievements .history-card-content span,
#architect-achievements .achievement-content > span {
  color: var(--arch-copper);
  font-family: var(--arch-font);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.5;
  text-transform: uppercase;
}

#architect-achievements .history-card-content strong,
#architect-achievements .achievement-item strong {
  display: block;
  font-family: var(--arch-display);
  font-weight: 700;
  line-height: .9;
}

#architect-achievements .history-card-content strong {
  margin: 52px 0 18px;
  color: #fff;
  font-size: clamp(96px, 9vw, 150px);
}

#architect-achievements .history-card-content p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-family: var(--arch-display);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

#architect-achievements .achievement-content {
  max-width: 560px;
  margin: 0 auto;
}

#architect-achievements .achievement-list {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

#architect-achievements .achievement-item {
  padding: 28px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--arch-line);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(21, 22, 22, .08);
}

#architect-achievements .achievement-item strong {
  margin-bottom: 14px;
  color: var(--arch-ink);
  font-size: clamp(54px, 5vw, 82px);
}

#architect-achievements .achievement-item p {
  margin: 0;
  color: var(--arch-muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}

#section-3 {
  padding: 116px 0;
  color: #fff;
  background:
    radial-gradient(circle at 82% 10%, rgba(185, 130, 75, .18), transparent 30%),
    linear-gradient(180deg, var(--arch-ink), #111);
}

#section-3 .wrapper-titel-section3 {
  margin-bottom: 44px;
}

#section-3 .wrapper-titel-section3 h2,
#latest-projects h2,
#testimonials .wrapper-titel-testimonial h2,
#section5 .title-wrper-contact h2,
#section-appointment h2 {
  margin: 0;
  color: inherit;
  font-family: var(--arch-display);
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

#section-3 .wrapper-titel-section3 h2,
#latest-projects h2 {
  position: relative;
  padding-left: 22px;
  border-left: 4px solid var(--arch-bronze);
}

#section-3 .row-of-sectn3 {
  row-gap: 24px;
}

#section-3 .wrapper-secv-3 {
  position: relative;
  height: 100%;
  min-height: 360px;
  padding: 34px 30px 74px;
  background: rgba(255, 255, 255, .065);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  overflow: hidden;
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

#section-3 .wrapper-secv-3::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(185, 130, 75, .28);
  transform: rotate(45deg);
}

#section-3 .wrapper-secv-3:hover {
  transform: translateY(-9px);
  border-color: rgba(185, 130, 75, .38);
  background: rgba(255, 255, 255, .09);
}

#section-3 .image-reeprt {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  background: linear-gradient(135deg, #fff5e7, var(--arch-copper));
  border-radius: 8px;
}

#section-3 .image-reeprt img {
  width: 46px;
  filter: none;
}

#section-3 .textt-reeprt h3 {
  margin: 0 0 16px;
  color: #fff;
  font-family: var(--arch-display);
  font-size: 28px;
  font-weight: 700;
}

#section-3 .textt-reeprt p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}

#section-3 .a-hfdf-link {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: var(--arch-copper);
}

#section-3 .a-hfdf-link:hover {
  color: #fff;
}

#latest-projects {
  padding: 108px 0;
  color: #fff;
  background: var(--arch-graphite);
}

#latest-projects .container-fluid {
  padding: 0;
}

#latest-projects .latest-projects-header {
  width: min(1260px, calc(100% - 40px));
  margin: 0 auto 46px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 24px;
}

#latest-projects .project-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 1;
}

#latest-projects .project-tab {
  min-height: 40px;
  padding: 9px 14px;
  color: rgba(255, 255, 255, .68);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  font-family: var(--arch-font);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

#latest-projects .project-tab::after {
  display: none;
}

#latest-projects .project-tab.active,
#latest-projects .project-tab:hover {
  color: var(--arch-ink);
  background: var(--arch-copper);
}

#latest-projects .project-nav {
  display: flex;
  gap: 10px;
}

#latest-projects .project-nav button {
  position: relative;
  width: 48px;
  height: 48px;
  padding: 0;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  cursor: pointer;
}

#latest-projects .project-nav button::before {
  content: "";
  position: absolute;
  top: 17px;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--arch-copper);
  border-left: 2px solid var(--arch-copper);
}

#latest-projects .project-prev::before {
  left: 19px;
  transform: rotate(-45deg);
}

#latest-projects .project-next::before {
  right: 19px;
  transform: rotate(135deg);
}

#latest-projects .latest-project-carousel-wrapper {
  width: 100vw;
  overflow: hidden;
}

#latest-projects .owl-stage-outer {
  overflow: visible;
}

#latest-projects .owl-dots,
#latest-projects .owl-nav {
  display: none;
}

#latest-projects .project-carousel-track {
  width: 100%;
  display: flex;
  gap: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 max(20px, calc((100vw - 1260px) / 2)) 18px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  transition: opacity .18s ease;
}

#latest-projects .project-carousel-track::-webkit-scrollbar {
  display: none;
}

#latest-projects .project-slide {
  position: relative;
  flex: 0 0 auto;
  height: 500px;
  opacity: 1 !important;
  transform: none !important;
  overflow: hidden;
  background: #111;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
}

#latest-projects .project-slide-large {
  width: 760px;
}

#latest-projects .project-slide-medium {
  width: 540px;
}

#latest-projects .project-slide-small {
  width: 390px;
}

#latest-projects .project-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s ease;
}

#latest-projects .project-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, .82));
}

#latest-projects .project-slide:hover img {
  transform: scale(1.06);
}

#latest-projects .project-info {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
}

#latest-projects .project-info h3 {
  margin: 0 0 10px;
  color: #fff;
  font-family: var(--arch-display);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.05;
}

#latest-projects .project-info span {
  color: var(--arch-copper);
  font-family: var(--arch-font);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

#testimonials {
  padding: 110px 0;
  color: var(--arch-ink);
  background:
    linear-gradient(90deg, rgba(21, 22, 22, .035) 1px, transparent 1px),
    var(--arch-paper);
  background-size: 80px 80px;
}

#testimonials .wrapper-titel-testimonial {
  text-align: center;
  margin-bottom: 40px;
}

#testimonials .wrapper-titel-testimonial span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--arch-bronze);
  font-family: var(--arch-font);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

#testimonials .testimonial-wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px);
  background: rgba(255, 255, 255, .78);
  border: 1px solid var(--arch-line);
  border-radius: 8px;
  box-shadow: var(--arch-shadow);
}

#testimonials #carouselExampleIndicators img {
  width: 68px !important;
  height: 68px;
  object-fit: contain;
  margin: 0 auto 28px;
  opacity: .6;
}

#testimonials .wrpper-clint-wrd blockquote {
  max-width: 820px;
  margin: 0 auto;
  color: var(--arch-ink);
  text-align: center;
  font-family: var(--arch-font);
  font-size: clamp(18px, 2vw, 26px);
  font-style: italic;
  font-weight: 800;
  line-height: 1.65;
}

#testimonials .clinet-namde {
  margin-top: 28px;
  text-align: center;
}

#testimonials .clinet-namde h4 {
  margin: 0 0 4px;
  color: var(--arch-bronze);
  font-family: var(--arch-display);
}

#testimonials .clinet-namde p {
  margin: 0;
  color: var(--arch-muted);
  font-weight: 800;
}

#testimonials .carousel-indicators {
  bottom: -58px;
}

#testimonials .carousel-indicators button {
  width: 28px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background-color: rgba(21, 22, 22, .18) !important;
}

#testimonials .carousel-indicators button.active {
  background-color: var(--arch-bronze) !important;
}

#testimonials .carousel-control-prev,
#testimonials .carousel-control-next {
  display: none;
}

#section5 {
  padding: 110px 0;
  color: #fff;
  background:
    radial-gradient(circle at 12% 20%, rgba(185, 130, 75, .18), transparent 28%),
    linear-gradient(145deg, #111, var(--arch-charcoal));
}

#section5 .row-section5 {
  align-items: center;
  row-gap: 24px;
}

#section5 .col-lg-7 {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
}

#section5 .col-lg-7 {
  height: 100%;
  padding: clamp(32px, 5vw, 58px);
  background: rgba(255, 255, 255, .06);
}

#section5 .title-wrper-contact h2 {
  color: #fff;
  margin-bottom: 34px;
}

#section5 .ul-wrper-contact ul {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#section5 .wrapper-info-ul {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
}

#section5 .info-img {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  background: var(--arch-copper);
  border-radius: 8px;
}

#section5 .info-img img {
  width: 20px;
  filter: invert(1);
}

#section5 .info-text h4 {
  margin: 0 0 4px;
  color: #fff;
  font-family: var(--arch-display);
  font-size: 22px;
}

#section5 .info-text p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-weight: 700;
  line-height: 1.6;
}

#section5 .form-wrper-contact {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 3.4vw, 42px);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .055) 1px, transparent 1px),
    radial-gradient(circle at 100% 0, rgba(209, 154, 95, .24), transparent 34%),
    linear-gradient(145deg, rgba(21, 22, 22, .98), rgba(43, 44, 42, .92));
  background-size: 42px 42px, 42px 42px, auto, auto;
  box-shadow: 0 30px 82px rgba(0, 0, 0, .34);
  backdrop-filter: blur(14px);
}

#section5 .form-wrper-contact::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  pointer-events: none;
}

#section5 .form-wrper-contact::after {
  content: "";
  position: absolute;
  right: -26px;
  top: 26px;
  width: 112px;
  height: 112px;
  border: 14px solid rgba(209, 154, 95, .16);
  border-left-color: transparent;
  transform: rotate(45deg);
  pointer-events: none;
}

#section5 .form-wrper-contact form {
  position: relative;
  z-index: 1;
}

#section5 .input-type,
#section5 .textarea-type,
#section-appointment .input-type,
#section-appointment .textarea-type {
  width: 100%;
  display: block;
  color: var(--arch-ink);
  background: #fff;
  border: 1px solid rgba(21, 22, 22, .12);
  border-radius: 8px;
  font-family: var(--arch-font);
  font-weight: 800;
  transition: border-color .25s ease, box-shadow .25s ease;
}

#section5 .input-type {
  min-height: 52px;
  padding: 0 16px;
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .94);
  box-shadow: inset 4px 0 0 rgba(209, 154, 95, .72);
}

#section-appointment .input-type {
  min-height: 54px;
  padding: 0 15px;
}

#section5 .textarea-type {
  min-height: 132px;
  padding: 15px 16px;
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .94);
  box-shadow: inset 4px 0 0 rgba(209, 154, 95, .72);
  resize: vertical;
}

#section-appointment .textarea-type {
  min-height: 160px;
  padding: 14px 15px;
  resize: vertical;
}

#section5 .form-group-i,
#section-appointment .form-group-i {
  margin-bottom: 16px;
}

#section5 .input-type:focus,
#section5 .textarea-type:focus,
#section-appointment .input-type:focus,
#section-appointment .textarea-type:focus {
  outline: 0;
  border-color: var(--arch-bronze);
  box-shadow: 0 0 0 4px rgba(185, 130, 75, .16);
}

#section5 .input-type-btn,
#section-appointment .input-type-btn {
  width: min(100%, 260px);
  border: 0;
  text-transform: capitalize;
}

#section5 .input-type-btn {
  width: 100%;
  min-height: 54px;
  margin-top: 2px;
  color: var(--arch-ink);
  letter-spacing: .04em;
  text-transform: uppercase;
  background:
    linear-gradient(135deg, #fff3dd 0%, var(--arch-copper) 48%, var(--arch-bronze) 100%);
  box-shadow: 0 18px 44px rgba(209, 154, 95, .22);
}

#section-appointment {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1112;
  width: min(92vw, 860px);
  max-height: 88vh;
  overflow-y: auto;
  padding: 34px;
  background: var(--arch-paper);
  border-radius: 8px;
  box-shadow: 0 32px 96px rgba(0, 0, 0, .34);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -46%) scale(.96);
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

.appoint-open {
  overflow: hidden;
}

.appoint-open::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1111;
  background: rgba(0, 0, 0, .68);
  backdrop-filter: blur(6px);
}

.appoint-open #section-appointment {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

#section-appointment .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

#section-appointment .pop-close-appointment {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  margin: -12px -10px 0 0;
}

#section-appointment .pop-close-appointment img {
  width: 20px;
  cursor: pointer;
}

#section-appointment h2 {
  margin-bottom: 28px;
  color: var(--arch-ink);
  text-align: center;
}

#footer {
  padding: 24px 0;
  color: rgba(255, 255, 255, .72);
  background: #0d0d0d;
}

#footer p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
}

.architect-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .75s ease, transform .75s ease;
}

.architect-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 1199px) {
  #main-header .nav-link {
    padding: 9px 9px;
    font-size: 13px;
  }

  #main-header #click-to-book {
    padding: 11px 14px;
    font-size: 13px;
  }

  #latest-projects .project-slide-large {
    width: 650px;
  }

  #latest-projects .project-slide-medium {
    width: 470px;
  }
}

@media (max-width: 991px) {
  #main-header {
    top: 10px;
  }

  #main-header .container {
    width: calc(100% - 20px);
    padding: 0 14px;
  }

  #main-header .row {
    min-height: 66px;
  }

  #main-header .col-lg-2,
  #main-header .col-lg-7,
  #main-header .col-lg-3.col-last {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  #main-header .col-lg-2 {
    justify-content: space-between;
  }

  #main-header .col-lg-7,
  #main-header .col-lg-3.col-last {
    display: none;
  }

  .architect-menu-open #main-header .col-lg-7,
  .architect-menu-open #main-header .col-lg-3.col-last {
    display: flex;
  }

  #main-header .header-right-side,
  #main-header .header-ul,
  #main-header #click-to-book {
    width: 100%;
  }

  #main-header .header-ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 10px 0;
    background: transparent;
    border: 0;
    padding: 0;
  }

  #main-header .nav-link {
    width: 100%;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .09);
  }

  #main-header .col-lg-3.col-last {
    padding-bottom: 14px;
  }

  .mobile-menu-bar {
    display: grid;
  }

  #section1 .row-for-sctr {
    display: grid;
    grid-template-columns: 1fr;
  }

  #section1 .col-lg-5,
  #section1 .col-lg-7 {
    width: 100%;
    max-width: 100%;
  }

  #section1 .col-lg-5 {
    min-height: 58vh;
    justify-content: flex-start;
    padding: 120px 24px 38px;
  }

  #section1 .col-lg-7,
  #section1 .wrapper-section-bgg {
    min-height: 42vh;
    height: 42vh;
  }

  #section1 .owl-dots {
    left: 24px;
    bottom: 18px;
  }

  #section1 .owl-nav {
    right: 18px;
    bottom: 18px;
  }

  #section-2,
  #architect-achievements,
  #section-3,
  #latest-projects,
  #testimonials,
  #section5 {
    padding: 82px 0;
  }

  #section-2 .wrapper-sct2s {
    margin-bottom: 24px;
  }

  #latest-projects .latest-projects-header {
    grid-template-columns: 1fr auto;
  }

  #latest-projects .project-tabs {
    grid-column: 1 / 3;
    justify-content: flex-start;
  }

  #latest-projects .project-slide {
    height: 390px;
  }

  #latest-projects .project-slide-large,
  #latest-projects .project-slide-medium,
  #latest-projects .project-slide-small {
    width: 72vw;
    max-width: 560px;
  }
}

@media (max-width: 575px) {
  #main-header .header-left-side a h2 {
    font-size: 18px;
  }

  #section1 .col-wrpre-dsff {
    padding-left: 18px;
  }

  #section1 .col-wrpre-dsff h2 {
    font-size: 42px;
  }

  #section1 .col-wrpre-dsff p,
  #section-2 .wrapper-sct2ss p {
    font-size: 15px;
    line-height: 1.7;
  }

  #section1 .owl-nav button {
    width: 46px;
    height: 46px;
  }

  #architect-achievements .achievement-history-card,
  #architect-achievements .history-card-content {
    min-height: 420px;
  }

  #architect-achievements .history-card-content {
    padding: 34px;
  }

  #section-3 .wrapper-secv-3 {
    min-height: 320px;
  }

  #latest-projects .latest-projects-header {
    width: calc(100% - 24px);
  }

  #latest-projects .project-slide {
    width: 82vw !important;
    height: 330px;
  }

  #latest-projects .project-info {
    left: 20px;
    right: 20px;
    bottom: 22px;
  }

  #latest-projects .project-info h3 {
    font-size: 22px;
  }

  #testimonials .testimonial-wrapper {
    padding: 24px;
  }

  #section-appointment {
    padding: 24px 18px;
  }
}
