
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska/Fonts/OTF/Boska-Regular.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Objectivity';
  src: url('../fonts/Objectivity/Objectivity-Regular.woff2') format('opentype');
  font-weight: 400;
  font-style: normal;
}


 
 * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      background-color: #F3EFE9;
      width: 100%;
      overflow-x: hidden;
    }

    .wrapper {
      padding: 40px 20px;
      text-align: center;
    }

    /* Header */
    .header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      
      font-weight: 500;
      font-size: 16px;
      margin-bottom: 100px;
    }
.left-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
  z-index: 1001;
}
.dots {
  display: grid;
  grid-template-columns: repeat(2, 10px);
  gap: 6px;
}
.single-dot .dot {
  width: 6px;
  height: 6px;
  background-color: #3B291D;
  border-radius: 50%;
}

    .dot {
    width: 6px;
    height: 6px;
    background-color: #3B291D;
    border-radius: 50%;
    }

  .menu-bar {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
 
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
 
  display: none;
  z-index: 1000;
  transition: all 0.3s ease;
}

.menu-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 40px;
  background-color: #F3EFE9;
  flex-wrap: wrap;
}
.menu-left {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex: 1;
  min-width: 300px;
}
.menu-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menu-column h4 {
  font-size: 18px;
   font-family: 'Objectivity';
  
  margin-bottom: 10px;
  color: #3B291D;
   text-align: justify;
}
.menu-column p {
   font-family: 'Objectivity';
  margin: 0;
  font-size: 17px;
  color: #574635;
  text-align: justify;
 
}
.menu-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  flex: 1;
  
}
.menu-right img{
  width: 220px;
  height: 190px;
}
.cart{
    font-weight: 800;
    }
  
.logo {
      margin: 0px;
      width: 100%;
      height: auto;
    }
    .get{
    width: 174px;
    line-height: 1em;
    font-size: 19px;  
    font-weight: 600;  
    }
    .social-icons {
  margin-top: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.social-icons a {
  color: #3B291D; /* Match your theme */
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #8B5E3C; /* Lighter on hover */
}


    /* Hero Section */
    .hero-title {
       font-family: 'Boska';
       font-optical-sizing: auto;
       font-weight: 500;
       font-style: normal;
       font-size: 8vw;
       color: #321b05;
        margin-bottom: 40px;
    }

    .subtitle {
      font-family: 'Objectivity';
      font-size: 18px;
      color: #5E5045;
      max-width: 720px;
      margin: 0 auto 50px;
    }

    .btn {
      display: inline-block;
      font-family: 'Objectivity';
      font-weight: 600;
      font-size: 16px;
      color: #3B291D;
      text-decoration: none;
      border-bottom: 2px solid #3B291D;
      padding-bottom: 4px;
      transition: all 0.3s ease;
    }

    .btn:hover {
      opacity: 0.8;
    }
    .bottom-image {
    margin-top:7%;
    left: 0;
    width: 100%;
  }

  .bottom-image img {
    width: 100%;
    display: block;
  }


  /* service sec */
  .our-services {
  background: #f9f4ee;
  padding: 80px 40px;
  
  color: #4a2e1d;
  text-align: center;
}

.services-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.services-header h2 {
  font-family: 'Boska';
  font-size: 72px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 1px;
}

.browse-link {
  font-family: 'Objectivity';
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #4a2e1d;
  border-bottom: 2px solid #4a2e1d;
  padding-bottom: 3px;
  margin-top: 12px;
}

.services-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.service-box {
  flex: 1 1 30%;
  min-width: 280px;
  max-width: 360px;
  margin: 0 auto;
}

.service-icon {
  height: 100px;
  margin-bottom: 24px;
}

.service-box h3 {
  font-family: 'Boska';
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.service-box p {
 font-family: 'Objectivity';
  font-size: 15px;
  line-height: 1.7;
  color: #574635;
  
}
hr{
  color:#5e4b43 ;
}

/* our process */
.our-process {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  background: #f9f4ee;
  padding: 80px 40px;
 
  color: #4a2e1d;
}

.process-left {
  flex: 1;
  max-width: 55%;
}

.process-left h3 {
 font-family: 'Boska';
  font-size: 72px;
  font-weight: 400;
  margin-bottom: 40px;
}

.step {
  border-top: 1px solid #c5bcb2;
  padding: 24px 0;
}

.step:last-child {
  border-bottom: 1px solid #c5bcb2;
}

.step-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

.step-number {
  margin-right: 8px;
  font-size: 29px;
  font-family: 'Objectivity';
}

.step-title {
  flex: 1;
  text-align: left;
   font-family: 'Boska';
   font-size: 40px;
   font-weight: 600;
}

.arrow {
  font-size: 16px;
}
.arrow svg {
  width: 16px;
  height: 16px;
  stroke: #4a2e1d;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s;
}

.step-body {
  margin-top: 16px;
  font-size: 18px;
  color: #5e4b43;
  line-height: 1.7;
  display: none;
  font-family: 'Objectivity';
}

.step.active .step-body {
  display: block;
}
.step.active .arrow svg {
  transform: rotate(180deg);
}
.process-right {
  flex: 1;
  max-width: 45%;
}

.process-right img {
  width: 100%;
  border-radius: 1px;
  object-fit: cover;
  height: 89%;
}

/* our portfolio */
.showcase-section {
  background-color: #f7f3ed;
  text-align: center;
  color: #3e2a1b;
  
}

.showcase-content h3 {
  font-size: 72px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: 'Boska';
}
.animated-heading {
  font-size: 72px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: 'Boska';
  position: relative;
  display: inline-block;
  
}

/* Animated border using ::after */
.animated-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px; /* adjust spacing from text */
  height: 2px;
  background-color: #4a2e1d;
  width: 0;
  animation: borderReveal 1s forwards;
}

/* Keyframes for left-to-right reveal then disappear */
@keyframes borderReveal {
  0% {
    width: 0;
    opacity: 1;
  }
  80% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}




.showcase-content p {
  font-size: 20px;
  font-family: 'Objectivity';
  color: #6d5444;
  margin: 20px 0 30px;
}

.portfolio-button {
  font-weight: 800;
  text-transform: uppercase;
  color: #3e2a1b;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-top: 10px;
  font-family: 'Objectivity';
}

.portfolio-button::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #3e2a1b;
  margin-top: 6px;
}

.showcase-images {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
   
}
.image-wrapper {
  position: relative;
  width: 380px;
  height: 400px;
 
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  
}
/* Curtain animation */
.image-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #f9f4ee; /* Match your page background */
  z-index: 2;
  animation: curtainReveal 1.2s ease forwards;
  
}

/* Add delay for staggered effect */
.image-wrapper:nth-child(1)::before {
  animation-delay: 0.2s;
}
.image-wrapper:nth-child(2)::before {
  animation-delay: 0.5s;
}
.image-wrapper:nth-child(3)::before {
  animation-delay: 0.8s;
}

@keyframes curtainReveal {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 50% 0 50%);
  }
}
.showcase{
  margin-top: 65px;
}


/* are you ready sec */
.cta-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  margin: 200px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Background image with zoom effect */
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../img/are.jpg');
  background-size: cover;
  background-position: center;
  transform-origin: center;
  animation: zoomIn 10s ease-in-out infinite alternate;
  z-index: 0;
}

.cta-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.cta-section .overlay {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.cta-section h3 {
  font-family: 'Boska';
  font-size: 72px;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
  position: relative;
  margin-top: 70px;
}

/* Animated border under h3 */
.cta-section h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 0;
  background-color: #fff;
  animation: borderReveal 1s ease-out forwards;
}

@keyframes borderReveal {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}

/* Contact Info container */
.contact-info {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  margin-top: 200px;
  flex-wrap: wrap;
  gap: 20px;
  z-index: 2;
  position: relative;
  padding: 0 40px;
}

/* Position-specific classes */
.contact-item {
  color: #fff;
  flex: 1;
  width: 1200px;
 
  
}

.contact-item.right {
  margin: 0px 120px;
}

.contact-item.center {
  text-align: justify;
   margin: 0px 100px;
}

.contact-item.left {
  text-align: justify;
   margin: 0px 100px;
}

.contact-item h4 {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: 'Objectivity';
}

.contact-item a {
  font-size: 21px;
  color: #fff;
 
  transition: all 0.3s;
  font-family: 'Objectivity';
   text-decoration: underline;
}

.contact-item a:hover {
  text-decoration: underline;
}

/* Zoom animation */
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}


/* about */
.testimonials-section {
  padding: 0px 40px;
  max-width: 1400px;
  margin: 0 auto;
}

.header-last {
  text-align: left;
  position: relative;
  margin-bottom: 60px;
}

.header-last h3{
 font-family: 'Boska';
  font-size: 72px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 20px;
}

.header-last p {
  max-width: 700px;
  font-size: 18px;
  line-height: 1.6;
  color: #5a4a3a;
  font-family: 'Objectivity';
}

.browse-link {
  position: absolute;
  right: 31px;
  bottom: 153px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  color: #3a2a1a;
  border-bottom: 2px solid #3a2a1a;
  padding-bottom: 2px;
  transition: all 0.3s;
}

.browse-link:hover {
  opacity: 0.7;
}

.testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.testimonial-item {
  flex: 1 1 45%;
  max-width: 600px;
}

.testimonial-img {
  height: 500px;
  width: 65%;
  background-size: cover;
  background-position: center;
  animation: imgReveal 1.2s ease-out forwards;
  transform-origin: center;
}

.img-1 {
  background-image: url('../img/ab1.jpg'); /* kitchen */
}

.img-2 {
  background-image: url('../img/ab2.jpg'); /* bedroom */
}

.testimonial-text {
    background-color: #eae2d9;
    padding: 20px 25px;
    margin-top: -302px;
    position: relative;
    z-index: 2;
    left: 196px;
    width: 350px;
    font-family: 'Objectivity';
}

.testimonial-text h4 {
 font-family: 'Boska';
  font-size: 25px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.testimonial-text p {
  font-size: 18px;
  color: #574635;
  font-family: 'Objectivity';
  line-height: 1.5em;
}

/* Image reveal animation */
@keyframes imgReveal {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}


/* carousel */

.carousel {
  display: flex;
  padding: 30px;
  min-height: 600px;
  overflow: hidden;
  margin-top: -120px;
}

.carousel-left {
  flex: 1;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.carousel-meta {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: 'Objectivity';
  color: #321b05;
}

.carousel-text h3 {
  font-family: 'Boska';
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 20px;
  width: 74%;
}

.carousel-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 500px;
  font-family: 'Objectivity';
  color: #574635;
}

.view-link {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #3a2a1a;
  padding-bottom: 4px;
  color: #3a2a1a;
  font-family: 'Objectivity';
}

.carousel-nav {
  margin-top: 40px;
  text-align: end;
}

.nav-btn {
  border: 1px solid #3a2a1a;
  background: none;
  font-size: 24px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-right {
  flex: 1.5;
}

.carousel-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 20px;
}
.carousel-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: opacity 0.5s ease;
}

.projects-section {
  padding: 80px 20px;
  max-width: 900px;
  margin: 143px auto;
}

.main-title {
 font-family: 'Boska';
  font-size: 3rem;
  font-weight: 400;
  margin: 10px 0px 0px 182px;
  letter-spacing: 1px;
}

.sub-title {
  font-family: 'Boska';
  font-size: 4rem;
  font-weight: 400;
  margin: 10px 0 30px 95px;
  letter-spacing: 1px;
}

.description {
  font-family: 'Objectivity';
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
  color: #7d6654;
}

/* our latest article */
.projects-sections {
 
  max-width: 900px;
  margin: 80px auto;
}
.main-titles {
 font-family: 'Boska';
  font-size: 3.7rem;
  font-weight: 400;
  margin: 10px 0px 0px 182px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.descriptions {
  font-family: 'Objectivity';
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  max-width: 700px;
  text-align: center;
  margin: 28px 95px;
  color: #7d6654;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  padding: 10px;
  /*max-width: 1200px;*/
  margin: 0 auto;
}

.card {
  background-color: #f6f2ed;
  display: flex;
  flex-direction: column;
  
}

.card-image {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.card-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.card-image:hover img {
  transform: scale(1.05);
  filter: brightness(0.7);
}

.card-image:hover .arrow-overlay {
  opacity: 1;
}
.arrow-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-icon {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background-color: rgba(91, 67, 49, 0.8);
  padding: 15px;
  border-radius: 50%;
  pointer-events: none;
}
.card-content {
  padding: 20px 0;
}
.card:hover .card-content {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.card-meta {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Objectivity';
  margin-bottom: 10px;
  color: #321b05;
}

.card-title {
  font-family: 'Boska';
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  color: #5b4331;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 15px;
  /*max-width: 1400px;*/
  margin: 0 auto;
  background: #f4f1ec;
}

.hover-image-card {
  position: relative;
  overflow: hidden;
  
  aspect-ratio: 3 / 4;
}

.main-img {
  width: 100%;
  height: 70%;
  object-fit: cover;
  display: block;
  
}

.pin-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url('../img/pintrest.png'); /* Replace with your icon */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 10;
}


/* footer */
.footer {
  padding: 10px 40px;
  color: #3d2b1f;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
}

.footer-left {
  flex: 1 1 30%;
  min-width: 280px;
  margin-bottom: 40px;
}

.footer-title {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
    font-family: 'Boska';
  margin-bottom: 40px;
}
.newsletter{
  margin-top: 105px;
}

.newsletter-title {
  font-family: 'Boska';
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.newsletter-form {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #9e8f83;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.newsletter-form input {
   font-family: 'Objectivity';
  border: none;
  outline: none;
  background: transparent;
  font-size: 1rem;
  
  color: #5b4331;
}

.newsletter-form .arrow {
  font-size: 1.3rem;
  margin-left: 10px;
  cursor: pointer;
}

.newsletter-text {
  font-size: 0.9rem;
  color: #5b4331;
   font-family: 'Objectivity';
   line-height: 1.4;
}

.footer-right {
  flex: 1 1 65%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-column {
  flex: 1 1 200px;
}

.column-title {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
   font-family: 'Objectivity';
   margin-left: 32px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin-left: 32px;
}

.footer-column ul li {
  font-size: 0.95rem;
  margin-bottom: 8px;
  color: #5b4331;
   font-family: 'Objectivity';
}
