@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 100%;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.hero {
  background: #ece7e4;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
}
.hero.container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
  min-height: 720px;
  padding: 0;
  max-width: 100%;
}
.hero--info {
  max-width: 620px;
  padding-left: 100px;
}
.hero--info h1 {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 9px;
  color: #645c55;
  font-weight: 400;
}
.hero--info h2 {
  font-size: 64px;
  line-height: 70.4px;
  margin-bottom: 19px;
  margin-top: 0px;
  padding-top: 15px;
  font-weight: 400;
  color: #1b1a1a;
}
.hero--info p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
  color: #403e3b;
}
.hero--info .read-more-btn {
  background: transparent;
  border: none;
  color: #1b1a1a;
  margin-left: 25px;
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 0.4px;
  line-height: 24px;
  margin: 20px 0 0 26px;
}
.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  display: block;
  min-width: 100%;
  max-width: none;
}
.site-header {
  background: white;
  position: static;
  top: 0;
  z-index: 1000;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 0 0 0 152px;
  width: 100%;
}
.logo {
  width: 220px;
  height: 19px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo img {
  height: 19px;
  width: 220px;
}
.logo:hover {
  opacity: 0.8;
}
.our-firm {
  max-width: 810px;
  margin: 0 auto;
  padding: 32px 5px 32px 25px;
}
.our-firm_grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 136px;
  align-items: start;
}
.our-firm_title {
  text-align: right;
  margin: 0;
  font-size: 32px;
  padding-top: 64px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0;
  color: #403e3b;
}
.our-firm_content {
  text-align: left;
}
.our-firm_text {
  max-width: 499px;
  padding-top: 70px;
  color: #403e3b;
}
.our-firm_text p {
  margin-bottom: 10px;
  line-height: 24px;
}
.author {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 95px;
}
.author-photo {
  width: 84px;
  height: 84px;
  border-radius: 64px;
  border: 3px solid #cec4bc;
  margin-right: 30px;
  object-fit: cover;
}
.author-name {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0%;
  line-height: 26px;
  color: #1b1a1a;
}
.author-position {
  color: #645c55;
  font-size: 14px;
  letter-spacing: 0%;
  line-height: 10px;
}
.reeding-house {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  background: url("img/3.jpg") no-repeat 0% center;
  display: flex;
  align-items: center;
  background-size: cover;
  justify-content: flex-end;
}
.reeding-house .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 5.5%;
}
.reeding-house-content {
  text-align: left;
  max-width: 300px;
  padding-top: 10px;
}
.reeding-house-title {
  font-size: 14px;
  line-height: 20px;
  color: #403e3b;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}
.reeding-house-text {
  font-size: 16px;
  line-height: 24px;
  color: #645c55;
  width: 285px;
}
.process {
  padding: 100px 0 110px 0;
  background: #fff;
}
.process-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.process-title {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #645c55;
  font-weight: 400;
  margin-left: 4px;
}
.process-subtitle {
  font-size: 39px;
  color: #1b1a1a;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 45px;
  margin-top: 15px;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 1230px;
  padding: 0 20px;
  align-items: start;
}
.step {
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: auto;
  align-items: center;
  padding: 0 ;
}
.step-icon {
  width: auto;
  height: auto;
  margin: 0 auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.step-icon img {
  width: 117px;
  height: 102px;
  object-fit: contain;
}
.step-title {
  font-size: 17px;
  color: #403e3b;
  font-weight: 400;
  margin: 15px 0 10px 0;
  line-height: 26px;
}
.step:nth-child(1) .step-title {
    margin-left: 5px;
    font-size: 18px;
}
.step:nth-child(1) .step-text {
    font-size: 15px;
    margin-left: 5px;
}
.step:nth-child(3) .step-text {
    max-width: 285px;
}
.step-text {
  font-size: 16px;
  line-height: 24px;
  color: #645c55;
  max-width: 300px;
  text-align: center;
  margin: 0;
  width: 100%;
  flex-grow: 1;
}
.the-marble {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  background: url("img/4.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  ;
}
.the-marble .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 5.5%;
}
.the-marble-content {
  text-align: left;
  max-width: 300px;
  padding-top: 1px;
}
.the-marble-title {
  font-size: 14px;
  line-height: 20px;
  color: #403e3b;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}
.the-marble-text {
  font-size: 16px;
  line-height: 24px;
  color: #645c55;
  width: 285px;
}
.prior-clients {
  background: #403e3b;
  padding: 120px 0;
  color: white;
}
.clients-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 50px;
}
.prior-clients-title {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  margin-left: 15px;
  margin-top: 17px;
}
.happy-customers-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 10px;
  margin-left: 15px;
}
.testimonial {
  max-width: 500px;
  margin: 0;
  padding: 0;
  border: none;
}
.testimonial-text {
  font-size: 15px;
  line-height: 24px;
  color: #ece7e4;
  max-width: 440px;
  font-style: normal;
  letter-spacing: 0%;
  margin-left: 15px;
}
.clients-logos-section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-left: -180px;
  margin-right: 158px;
  margin-top: -60px;
  margin-bottom: -58px;
}
.all-logos-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.all-logos-image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.the-swirling {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  background: url("img/6.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.the-swirling .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  width: 100%;
}
.the-swirling-content {
  text-align: left;
  margin-right: auto;
  max-width: 300px;
  margin-left: 60px;
}
.the-swirling-title {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  color: #403e3b;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}
.the-swirling-text {
  font-size: 16px;
  line-height: 24px;
  color: #645c55;
  max-width: 285px;
}
.featured-project {
  background: #f7f7f7;
  width: auto;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.featured-header {
  text-align: left;
  max-width: 600px;
  margin: 33px 65px 44px;
}
.featured-title {
  font-size: 39px;
  font-weight: 400;
  line-height: 42px;
  color: #1b1a1a;
  margin-bottom: 14px;
  letter-spacing: 0%;
}
.featured-text {
  font-size: 24px;
  line-height: 30px;
  color: #645c55;
  margin-top: 12px;
}
.project {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 67px;
  gap: 19px;
}
.project-row {
  position: relative;
  height: 430px;
  width: 375px;
  background: #f7f7f7;
}
.project-row img {
  width: 100%;
  height: 105%;
  object-fit: cover;
}
.overlay-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 42px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.project-city {
  font-size: 14px;
  color: #645c55;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}
.project-name {
  font-size: 23px;
  color: #403e3b;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.project-read-more {
  background: #1b1a1a;
  text-decoration: none;
  font-size: 16px;
  color: white;
  font-weight: 400;
  padding: 11px 22px;
  border-radius: 15px;
  border: none;
  margin-top: 278px;
  margin-left: 5px;
  line-height: 24px;
  letter-spacing: 0px;
}
.featured-footer {
  display: flex;
  width: 100%;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
}
.view-all-btn {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #1b1a1a;
  text-decoration: none;
  padding: 80px 24px 25px;
  display: inline-block;
  background: transparent;
  margin-left: 10px;
}
.meet-team {
  padding: 100px 0 126px;
  background: #fff;
}
.meet-team-content {
  display: grid;
  grid-template-columns: 1.12fr 1.88fr;
  gap: 10px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}
.meet-team-header {
  text-align: left;
  padding-left: 17px;
}
.meet-team-title {
  font-size: 32px;
  font-weight: 400;
  color: #1b1a1a;
  margin-bottom: 15px;
  line-height: 1.2;
}
.meet-team-text {
  font-size: 15px;
  line-height: 24px;
  max-width: 358px;
  color: #645c55;
  margin-bottom: 40px;
}
.see-team-btn {
  display: inline-block;
  color: #1b1a1a;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  border: none;
  padding: 0 26px;
  cursor: pointer;
}
.team-members-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 37px;
}
.team-column {
  display: flex;
  flex-direction: column;
  gap: 43px;
  padding: 3px 0 0 3px;
}
.team-member-card {
  display: flex;
  align-items: center;
  gap: 27px;
  padding: 2px 4px;
  background: transparent;
  margin-top: 6px;
  border: none;
  margin-left: -45px;
}
.member-photo {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid #cec4bc;
  box-sizing: border-box;
}
.member-info {
  text-align: left;
  padding-top: 8px;
}
.member-name {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #1b1a1a;
  margin-bottom: 0;
}
.member-position {
  font-size: 14px;
  color: #645c55;
  line-height: 14px;
  margin: 0;
}
.get-in-touch {
  background: #cec4bc;
  color: #1b1a1a;
  padding: 80px 0 120px;
}
.get-in-touch-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}
.get-in-touch-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 569px;
  margin-left: 63px;
}
.get-in-touch-title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #645c55;
  margin: 0;
  line-height: 4px;
}
.get-in-touch-subtitle {
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
  color: #1b1a1a;
  margin: 0;
  letter-spacing: 0%;
}
.get-in-touch-btn {
  background: transparent;
  color: #1b1a1a;
  font-size: 16px;
  font-weight: 400;
  margin-right: 85px;
  margin-top: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
}
.get-in-touch-btn:hover {
  background: #333;
  border-radius: 15px;
}
.main-footer {
  background: #f7f7f7;
  color: #1b1a1a;
  padding: 60px 0 0 5px;
}
.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-left {
  text-align: left;
  margin-left: 15px;
}
.footer-logo {
  width: auto;
  height: 22px;
  display: block;
  margin-bottom: 23px;
}
.powered-by {
  font-size: 14px;
  line-height: 14px;
  color: #645c55;
  margin-bottom: 0;
}
.footer-copyright {
  font-size: 14px;
  color: #645c55;
  margin: 0;
  display: inline;
}
.licensing {
  font-size: 13px;
  color: #645c55;
  display: inline;
}
.footer-right {
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
  margin-right: 16px;
  margin-bottom: 5px;
}
.social-icons {
  height: 25px;
  width: auto;
}
.container {
  padding: 0 clamp(20px, 5vw, 100px);
}
.main-nav {
  display: flex;
}
.nav-list {
  display: flex;
  align-items: center;
  gap: 33px;
  list-style: none;
  margin: 0;
  padding-right: 140px;
}
.nav-list li a {
  font-size: 15px;
  color: #1b1a1a;
  text-decoration: none;
}
.nav-btn a {
  background: #1b1a1a !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  letter-spacing: 0.4px !important;
  padding: 11px 23px !important;
  border-radius: 15px !important;
  font-size: 16px !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.3s ease !important;
}
.nav-toggle,
.nav-close {
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  text-decoration: none;
}
.nav-toggle {
  width: 40px;
  height: 40px;
  position: relative;
}
.nav-toggle-icon {
  display: block;
  width: 24px;
  height: 2px;
  background: #1b1a1a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav-toggle-icon::before,
.nav-toggle-icon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: #1b1a1a;
  left: 0;
}
.nav-toggle-icon::before {
  top: -8px;
}
.nav-toggle-icon::after {
  bottom: -8px;
}
.nav-close {
  font-size: 32px;
  color: #1b1a1a;
}
@media (min-width: 1920px) {
  .reeding-house,
  .the-marble {
    padding-left: 30%;
  }
}
@media (min-width: 1440px) {
  .reeding-house,
  .the-marble {
    padding-left: 5%;
  }
}
@media (max-width: 1350px) {
  .the-marble,
  .reeding-house {
    padding-right: 5%;
  }
  .process-header {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 800px;
  }
  .featured-project .container {
    overflow: hidden;
    grid-template-columns: repeat(3, 1fr);
    padding-right: 0;
  }
  .project {
    margin-left: 0;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .project-row {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 1130px) {
  .the-marble {
    padding-right: 9%;
  }
  .reeding-house {
    padding-right: 9%;
  }
  .header-container {
    padding-left: 80px;
  }
  .nav-list {
    gap: 15px;
  }
  .nav-list li a {
    font-size: 17px;
  }
  .nav-btn a {
    padding: 7px 14px !important;
    font-size: 17px !important;
  }
  .clients-content {
    gap: 60px;
    padding: 0 20px;
  }
  .clients-logos-section {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    justify-content: center;
  }
  .all-logos-image {
    max-width: 450px;
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 980px) {
  .hero.container {
    grid-template-columns: 1fr 0.9fr;
    gap: 20px;
    padding: 0 5px;
  }
  .hero--info {
    padding-left: 35px;
  }
  .hero--info h2 {
    font-size: 48px;
    line-height: 1.2;
  }
  .hero img {
    object-position: 70% center;
  }
  .header-container {
    gap: 10px;
  }
  .the-marble {
    padding-right: 19%;
  }
  .reeding-house {
    padding-right: 19%;
  }
  .project {
    margin-left: 0;
    margin-right: 0;
    padding: 0 30px 0 0;
    box-sizing: border-box;
  }
  .project-row:nth-child(3) img {
    object-position: 80% center;
  }
  .process-steps {
    gap: 20px;
    margin-left: 5px;
  }
  .main-nav {
    display: flex !important;
    margin-right: 50px;
  }
  .nav-toggle,
  .nav-close {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .header-container {
    height: 70px;
    padding: 0 40px;
    position: relative;
  }
  .logo {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .nav-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1002;
  }
  .main-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 1001;
    padding-top: 80px;
    overflow-y: auto;
  }
  .main-nav:target {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  .main-nav:target + .nav-close {
    display: block;
    position: fixed;
    top: 20px;
    right: 95px;
    z-index: 1003;
    background: white;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  .main-nav:target ~ .nav-toggle {
    display: none;
  }
  .main-nav:target .nav-list {
    flex-direction: column;
    max-width: 100vw;
    width: 100%;
    box-sizing: border-box;
    gap: 10px;
    margin-top: 40px;
    padding: 0 20px;
  }
  .main-nav:target .nav-list li a {
    font-size: 18px;
    display: block;
    padding: 10px 0;
  }
  body:has(.main-nav:target) {
    overflow: hidden;
  }
  .hero.container {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 50px 25px;
    gap: 30px;
  }
  .hero--info {
    padding-left: 0;
  }
  .hero--info h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .hero img {
    width: 90%;
    max-width: 450px;
    border-radius: 10px;
    margin-top: 30px;
  }
  .our-firm {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 20px 50px;
  }
  .our-firm_grid {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .our-firm_title {
    text-align: center;
    margin: 0 auto;
  }
  .author {
    align-items: center;
    justify-content: center;
  }
  .our-firm_text {
    padding: 0;
  }
  .process-subtitle {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 1.2;
  }
  .process-steps {
    margin-left: 0;
    gap: 3px;
  }
  .step-text {
    font-size: 12px;
  }
  .the-marble {
    padding-right: 28%;
  }
  .reeding-house {
    padding-right: 28%;
  }
  .clients-content {
    gap: 10px;
    padding: 0;
  }
  .view-all-btn {
    margin-left: 0;
  }
  .featured-header {
    margin-left: 0;
    padding: 0 20px;
  }
  .project {
    margin-left: 0;
    margin-right: 0;
    padding: 0 30px 0 0;
    box-sizing: border-box;
  }
  .project-row {
    width: 100%;
    height: 300px;
  }
  .overlay-content {
    padding: 20px;
  }
  .project-read-more {
    margin-top: 160px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
  .meet-team-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 40px;
    align-items: center;
  }
  .meet-team-header {
    grid-row: 1;
    padding-left: 0;
    display: grid;
    justify-items: center;
  }
  .team-members-columns {
    grid-row: 2;
    display: grid;
    justify-items: end;
  }
  .get-in-touch-text {
    margin-left: 20px;
  }
  .get-in-touch-subtitle {
    font-size: 30px;
    line-height: 32px;
  }
  .footer-right {
    margin-right: 30px;
  }
}
@media (max-width: 638px) {
  .the-marble {
    padding-right: 50%;
  }
  .reeding-house {
    padding-right: 50%;
  }
}
@media (max-width: 480px) {
  .hero--info h2,
  .process-subtitle,
  .featured-title,
  .meet-team-title,
  .get-in-touch-subtitle {
    font-size: 32px;
    line-height: 1.2;
  }
  .project-row {
    height: 280px;
  }
  .process-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
    margin-left: 0;
    padding: 0 15px;
  }
  .step {
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-template-rows: auto auto;
    gap: 15px;
    align-items: start;
  }
  .step-icon {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    display: flex;
    justify-content: center;
  }
  .step-icon img {
    width: 50px;
    height: 45px;
  }
  .step-title {
    grid-column: 1;
    grid-row: 2;
    text-align: center;
    font-size: 15px;
    margin: 5px 0 0 0;
  }
  .step-text {
    grid-column: 2;
    grid-row: 1 / span 2;
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
  }
  .step-icon img {
    width: 80px;
    height: 70px;
  }
  .overlay-content {
    padding: 20px;
  }
  .the-marble {
    padding-right: 60%;
  }
  .reeding-house {
    padding-right: 60%;
  }
  .clients-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 40px !important;
  }
  .get-in-touch-subtitle {
    font-size: 26px !important;
    line-height: 1.3 !important;
    max-width: 300px;
  }
  .get-in-touch-btn {
    white-space: nowrap !important;
  }
  .footer-right {
    margin-right: 0;
  }
}
