@font-face {
  font-family: 'Prossima Moda PERSONAL USE Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Prossima Moda PERSONAL USE Regular'), url('../fonts/ProssimaModaPersonalUseRegular-2Ox1W.woff') format('woff');
}


@font-face {
  font-family: 'Prossima Swash PERSONAL USE Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Prossima Swash PERSONAL USE Regular'), url('../fonts/ProssimaSwashPersonalUseRegular-K7X0W.woff') format('woff');
}

@font-face {
    font-family: 'Prossima Moda';
    src: url('../fonts/ProssimaModa-Regular.woff2') format('woff2'),
          url('../fonts/ProssimaModa-Regular.woff') format('woff'),
          url('../fonts/ProssimaModa-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Prossima Moda';
    src: url('../fonts/ProssimaModa-Bold.woff2') format('woff2'),
          url('../fonts/ProssimaModa-Bold.woff') format('woff'),
          url('../fonts/ProssimaModa-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.fullscreen{
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.fullscreen-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.fullscreen-img {
  width: 100%;
  height: 100%;
}

.reveal-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-mask-size: 550px 550px;
  mask-size: 550px 550px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: var(--mask-x, -200px) var(--mask-y, -200px);
  mask-position: var(--mask-x, -200px) var(--mask-y, -200px);
  filter: blur(0px);
}

.reveal-layer.active {
  visibility: visible;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='blur'%3E%3CfeGaussianBlur in='SourceGraphic' stdDeviation='3'/%3E%3C/filter%3E%3C/defs%3E%3Cpath fill='black' filter='url(%23blur)' d='M20.3,-43C27.8,-30.7,36.5,-28.4,47.8,-22.9C59.1,-17.4,73.1,-8.7,76.6,2C80.2,12.8,73.3,25.6,66.8,39.5C60.3,53.4,54.2,68.4,43.2,68.9C32.1,69.4,16.1,55.3,3.6,49.1C-8.9,42.9,-17.8,44.5,-26.3,42.5C-34.8,40.6,-42.9,35,-49.1,27.3C-55.3,19.7,-59.4,9.8,-60.9,-0.8C-62.3,-11.5,-60.9,-22.9,-58.1,-36.4C-55.3,-49.8,-50.9,-65.2,-41,-76.1C-31,-86.9,-15.5,-93.2,-4.6,-85.3C6.4,-77.4,12.7,-55.2,20.3,-43Z' transform='translate(100 100)'%3E%3Canimate attributeName='d' dur='7s' repeatCount='indefinite' values='M20.3,-43C27.8,-30.7,36.5,-28.4,47.8,-22.9C59.1,-17.4,73.1,-8.7,76.6,2C80.2,12.8,73.3,25.6,66.8,39.5C60.3,53.4,54.2,68.4,43.2,68.9C32.1,69.4,16.1,55.3,3.6,49.1C-8.9,42.9,-17.8,44.5,-26.3,42.5C-34.8,40.6,-42.9,35,-49.1,27.3C-55.3,19.7,-59.4,9.8,-60.9,-0.8C-62.3,-11.5,-60.9,-22.9,-58.1,-36.4C-55.3,-49.8,-50.9,-65.2,-41,-76.1C-31,-86.9,-15.5,-93.2,-4.6,-85.3C6.4,-77.4,12.7,-55.2,20.3,-43Z; M18.5,-38.2C25.8,-28.5,34.5,-24.8,42.2,-17.8C49.9,-10.8,56.6,-0.5,58.8,11.5C61,23.5,58.7,37.2,51.2,46.8C43.7,56.4,31,61.9,18.2,63.8C5.4,65.7,-7.5,64,-19.8,59.5C-32.1,55,-43.8,47.7,-52.3,38.2C-60.8,28.7,-66.1,17,-67.2,5C-68.3,-7,-65.2,-19.3,-58.5,-29.8C-51.8,-40.3,-41.5,-49,-30.2,-57.2C-18.9,-65.4,-6.6,-73.1,1.8,-75.8C10.2,-78.5,11.2,-47.9,18.5,-38.2Z; M25.8,-48.3C32.5,-38.2,36.2,-27.8,42.8,-18.5C49.4,-9.2,58.9,-1,62.8,9.2C66.7,19.4,65,31.6,58.8,41.2C52.6,50.8,41.9,57.8,30.5,61.5C19.1,65.2,7,65.6,-4.8,63.8C-16.6,62,-28.1,58,-37.8,51.2C-47.5,44.4,-55.4,34.8,-59.8,24C-64.2,13.2,-65.1,1.2,-62.5,-9.8C-59.9,-20.8,-53.8,-30.8,-45.2,-39.5C-36.6,-48.2,-25.5,-55.6,-14.2,-58.8C-2.9,-62,13.1,-58.4,25.8,-48.3Z; M22.5,-42.8C28.2,-33.5,31.5,-24.2,37.8,-16.2C44.1,-8.2,53.4,-1.5,56.2,6.5C59,14.5,55.3,23.8,49.2,31.5C43.1,39.2,34.6,45.3,25.2,49.8C15.8,54.3,5.5,57.2,-4.2,58.5C-13.9,59.8,-23.1,59.5,-32.8,55.2C-42.5,50.9,-52.7,42.6,-58.5,32.2C-64.3,21.8,-65.7,9.3,-63.8,-2.5C-61.9,-14.3,-56.7,-25.4,-49.2,-33.8C-41.7,-42.2,-31.9,-47.9,-21.8,-51.2C-11.7,-54.5,-1.3,-55.4,7.8,-52.8C16.9,-50.2,16.8,-52.1,22.5,-42.8Z; M20.3,-43C27.8,-30.7,36.5,-28.4,47.8,-22.9C59.1,-17.4,73.1,-8.7,76.6,2C80.2,12.8,73.3,25.6,66.8,39.5C60.3,53.4,54.2,68.4,43.2,68.9C32.1,69.4,16.1,55.3,3.6,49.1C-8.9,42.9,-17.8,44.5,-26.3,42.5C-34.8,40.6,-42.9,35,-49.1,27.3C-55.3,19.7,-59.4,9.8,-60.9,-0.8C-62.3,-11.5,-60.9,-22.9,-58.1,-36.4C-55.3,-49.8,-50.9,-65.2,-41,-76.1C-31,-86.9,-15.5,-93.2,-4.6,-85.3C6.4,-77.4,12.7,-55.2,20.3,-43Z'/%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='blur'%3E%3CfeGaussianBlur in='SourceGraphic' stdDeviation='3'/%3E%3C/filter%3E%3C/defs%3E%3Cpath fill='black' filter='url(%23blur)' d='M20.3,-43C27.8,-30.7,36.5,-28.4,47.8,-22.9C59.1,-17.4,73.1,-8.7,76.6,2C80.2,12.8,73.3,25.6,66.8,39.5C60.3,53.4,54.2,68.4,43.2,68.9C32.1,69.4,16.1,55.3,3.6,49.1C-8.9,42.9,-17.8,44.5,-26.3,42.5C-34.8,40.6,-42.9,35,-49.1,27.3C-55.3,19.7,-59.4,9.8,-60.9,-0.8C-62.3,-11.5,-60.9,-22.9,-58.1,-36.4C-55.3,-49.8,-50.9,-65.2,-41,-76.1C-31,-86.9,-15.5,-93.2,-4.6,-85.3C6.4,-77.4,12.7,-55.2,20.3,-43Z' transform='translate(100 100)'%3E%3Canimate attributeName='d' dur='7s' repeatCount='indefinite' values='M20.3,-43C27.8,-30.7,36.5,-28.4,47.8,-22.9C59.1,-17.4,73.1,-8.7,76.6,2C80.2,12.8,73.3,25.6,66.8,39.5C60.3,53.4,54.2,68.4,43.2,68.9C32.1,69.4,16.1,55.3,3.6,49.1C-8.9,42.9,-17.8,44.5,-26.3,42.5C-34.8,40.6,-42.9,35,-49.1,27.3C-55.3,19.7,-59.4,9.8,-60.9,-0.8C-62.3,-11.5,-60.9,-22.9,-58.1,-36.4C-55.3,-49.8,-50.9,-65.2,-41,-76.1C-31,-86.9,-15.5,-93.2,-4.6,-85.3C6.4,-77.4,12.7,-55.2,20.3,-43Z; M18.5,-38.2C25.8,-28.5,34.5,-24.8,42.2,-17.8C49.9,-10.8,56.6,-0.5,58.8,11.5C61,23.5,58.7,37.2,51.2,46.8C43.7,56.4,31,61.9,18.2,63.8C5.4,65.7,-7.5,64,-19.8,59.5C-32.1,55,-43.8,47.7,-52.3,38.2C-60.8,28.7,-66.1,17,-67.2,5C-68.3,-7,-65.2,-19.3,-58.5,-29.8C-51.8,-40.3,-41.5,-49,-30.2,-57.2C-18.9,-65.4,-6.6,-73.1,1.8,-75.8C10.2,-78.5,11.2,-47.9,18.5,-38.2Z; M25.8,-48.3C32.5,-38.2,36.2,-27.8,42.8,-18.5C49.4,-9.2,58.9,-1,62.8,9.2C66.7,19.4,65,31.6,58.8,41.2C52.6,50.8,41.9,57.8,30.5,61.5C19.1,65.2,7,65.6,-4.8,63.8C-16.6,62,-28.1,58,-37.8,51.2C-47.5,44.4,-55.4,34.8,-59.8,24C-64.2,13.2,-65.1,1.2,-62.5,-9.8C-59.9,-20.8,-53.8,-30.8,-45.2,-39.5C-36.6,-48.2,-25.5,-55.6,-14.2,-58.8C-2.9,-62,13.1,-58.4,25.8,-48.3Z; M22.5,-42.8C28.2,-33.5,31.5,-24.2,37.8,-16.2C44.1,-8.2,53.4,-1.5,56.2,6.5C59,14.5,55.3,23.8,49.2,31.5C43.1,39.2,34.6,45.3,25.2,49.8C15.8,54.3,5.5,57.2,-4.2,58.5C-13.9,59.8,-23.1,59.5,-32.8,55.2C-42.5,50.9,-52.7,42.6,-58.5,32.2C-64.3,21.8,-65.7,9.3,-63.8,-2.5C-61.9,-14.3,-56.7,-25.4,-49.2,-33.8C-41.7,-42.2,-31.9,-47.9,-21.8,-51.2C-11.7,-54.5,-1.3,-55.4,7.8,-52.8C16.9,-50.2,16.8,-52.1,22.5,-42.8Z; M20.3,-43C27.8,-30.7,36.5,-28.4,47.8,-22.9C59.1,-17.4,73.1,-8.7,76.6,2C80.2,12.8,73.3,25.6,66.8,39.5C60.3,53.4,54.2,68.4,43.2,68.9C32.1,69.4,16.1,55.3,3.6,49.1C-8.9,42.9,-17.8,44.5,-26.3,42.5C-34.8,40.6,-42.9,35,-49.1,27.3C-55.3,19.7,-59.4,9.8,-60.9,-0.8C-62.3,-11.5,-60.9,-22.9,-58.1,-36.4C-55.3,-49.8,-50.9,-65.2,-41,-76.1C-31,-86.9,-15.5,-93.2,-4.6,-85.3C6.4,-77.4,12.7,-55.2,20.3,-43Z'/%3E%3C/path%3E%3C/svg%3E");
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.55));
  z-index: 0;
  pointer-events: none;
}

.content-section {
  padding: 100px 30px;
  background-color: #f5f5f5;
  color: #111;
  font-family: 'Belleza', sans-serif;
  border-bottom: 1px solid #ddd;
}

.content-section h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.content-section p {
  font-size: 1.2em;
  line-height: 1.6;
}


.top-bar {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  z-index: 3;
  color: white;
  font-family: sans-serif;
  box-sizing: border-box;
}

.top-left-text {
  font-size: 3em;
  font-weight: bold;
  user-select: none;
  flex-shrink: 0;
}

.nav-name-first {
  font-family: 'Belleza', sans-serif;
}

.nav-name-last {
  font-family: 'Prossima Moda PERSONAL USE Regular', sans-serif;
  font-size: 0.7em;
  font-weight: 300;
}

.top-right-buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  z-index: 10;
}

.action-btn {
  padding: 9px 20px;
  background-color: rgba(255, 255, 255, 0.0);
  border: rgba(255, 255, 255, 0.0);
  color: white;
  font-weight: bold;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.5em;
  font-family: 'Belleza', sans-serif;
  position: relative;
  margin-right: 20px;
  z-index: 10;
  text-decoration: none;
  display: inline-block;
}

.action-btn:hover {
  background-color: rgba(255, 255, 255, 0.4) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border-color: white;
}

.action-btn.active {
  background-color: white;
  color: black;
  border: rgba(255, 255, 255, 0.0);
}

.action-btn.active:hover {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.action-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  color: white;
  font-family: sans-serif;
  padding: 0 20px;
}

.main-heading {
  font-family: 'Belleza', sans-serif;
  font-size: 11em;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
}

.sub-heading {
  font-family: 'Prossima Moda PERSONAL USE Regular', sans-serif;
  font-size: 2.8em;
  margin-top: 10px;
  opacity: 0.9;
  font-weight: normal;
  white-space: nowrap;
}

/* Contact Page Specific Styling - Smaller Titles */
.contact-page .main-heading {
  font-size: 7em;
}

.contact-page .sub-heading {
  font-size: 2em;
}

.start-btn {
  display: inline-block;
  margin-top: 40px;
  padding: 16px 48px;
  background-color: white;
  color: #222;
  border: none;
  border-radius: 30px;
  font-family: 'Belleza', sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.start-btn:hover {
  background-color: #f0f0f0;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

/* Contact Arrow Indicator */
.contact-arrow-indicator {
  position: absolute;
  bottom: 85px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  animation: bounceArrow 1.5s ease-in-out infinite;
}

.arrow-down {
  font-size: 3.5em;
  color: white;
  opacity: 0.9;
}

@keyframes bounceArrow {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(14px);
  }
}

.page-footer {
  position: absolute;
  bottom: 0;
  width: 97%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-family: 'Belleza', sans-serif;
  padding: 10px 30px;
  z-index: 2;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9em;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-left,
.footer-center,
.footer-right {
  flex: 1;
  text-align: center;
}

.footer-left {
  text-align: left;
}

.footer-right {
  text-align: right;
}

/* Target only the first content section */
.content-section.about {
  text-align: center;
  background-color: #fff;
  padding: 120px 30px;
}

/* Style the heading */
.content-section.about h2 {
  font-size: 2em; /* Larger than other sections */
  font-family: 'Belleza', sans-serif;
  font-weight: bold;
  color: #222;
  margin-bottom: 30px;
}

/* Style the paragraph */
.content-section.about p {
  font-size: 1.2em; /* Slightly larger than default */
  font-family: 'Prossima Moda', 'Belleza', sans-serif;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}

.content-section.featured {
  text-align: center;
  background-color: #fff;
  padding: 60px 30px;
}

.content-section.featured h2 {
  font-size: 3.5em; /* Larger than other sections */
  font-family: 'Belleza', sans-serif;
  font-weight: bold;
  color: #222;
  margin-bottom: 16px;
}

.content-section.how {
  text-align: center;
  background-color: #fff;
  padding: 60px 0;
  overflow-x: hidden;
  border-bottom: none;
}

.content-section.how h2 {
  font-size: 3.5em; /* Larger than other sections */
  font-family: 'Belleza', sans-serif;
  font-weight: bold;
  color: #222;
  margin-bottom: 12px;
}

.featured-blocks {
  display: flex;
  gap: 20px;
  margin-top: 50px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.featured-block.left {
  width: 45%;
}

.featured-block.right {
  width: 55%;
}

.featured-block.left-below {
  width: 40%;
}

.featured-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.featured-image:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.featured-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0 5px;
  font-family: 'Belleza', sans-serif;
  font-size: 1em;
  color: #000000;
}

.label-left {
  text-align: left;
}

.label-right {
  text-align: right;
  transition: all 0.3s ease;
}

.label-right:hover {
  transform: translateX(-3px);
  opacity: 0.7;
}

.see-more-btn {
  margin-top: 60px;
  padding: 16px 36px;
  background-color: #222;
  color: white;
  border: none;
  border-radius: 30px;
  font-family: 'Belleza', sans-serif;
  font-size: 1.1em;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.see-more-btn:hover {
  background-color: #000;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.help-containers {
  display: flex;
  gap: 0;
  margin-top: 50px;
  width: 100%;
}

.help-item {
  flex: 1;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.help-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  z-index: 4;
}

.help-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 40px;
  bottom: 40px;
  width: 1px;
  background-color: #ccc;
  z-index: 3;
}

.help-image {
  width: 100%;
  height: auto;
  display: block;
}

.help-header-text {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgb(2, 2, 2);
  font-family: 'Belleza', sans-serif;
  font-size: 5em;
  font-weight: 600;
  z-index: 2;
}

.help-text {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  color: rgb(0, 0, 0);
  font-family: 'Prossima Moda PERSONAL USE Regular', sans-serif;
  font-size: 3.5em;
  z-index: 2;
  text-align: center;
  white-space: nowrap;
  margin-top: 24px;
}

.content-section.qoute {
  text-align: center;
  background-color: #fff;
  padding: 280px 30px;
  border-bottom: none;
}

.content-section.qoute h2 {
  font-size: 5.5em; /* Larger than other sections */
  font-family: 'Belleza', sans-serif;
  font-weight: lighter;
  color: #222;
}

/* Start a Project Section */
.start-project-section {
  text-align: center;
  padding: 30px 40px 40px 40px;
  background-color: #fff;
}

.start-project-btn {
  display: inline-block;
  padding: 14px 50px;
  background-color: #000;
  color: white;
  border: none;
  border-radius: 25px;
  font-family: 'Belleza', sans-serif;
  font-size: 0.95em;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.start-project-btn:hover {
  background-color: #333;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Home Footer */
.home-footer {
  padding: 15px 40px;
  background-color: #fff;
  color: #000;
  font-family: 'Belleza', sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e5e5e5;
}

.home-footer span:first-child {
  text-align: left;
  flex: 1;
  font-size: 1em;
}

.home-footer span:nth-child(2) {
  text-align: center;
  flex: 1;
  font-size: 1em;
}

.home-footer span:last-child {
  text-align: right;
  flex: 1;
  font-size: 1em;
}

/* Large footer name */
.home-footer-large {
  padding: 20px 0 30px 0;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-family: 'Belleza', sans-serif;
  border-top: 1px solid #e5e5e5;
}

.home-footer-name {
  font-size: 9vw;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  line-height: 1;
}

.home-footer-name .name-first {
  display: inline;
  margin-right: 0;
  font-family: 'Belleza', sans-serif;
  font-size: 11vw;
  font-weight: bold;
}

.home-footer-name .name-last {
  display: inline;
  font-family: 'Prossima Moda PERSONAL USE Regular', sans-serif;
  font-size: 5vw;
  font-weight: bold;
}

@media (max-width: 768px) {
  .home-footer-name {
    font-size: 12vw;
    letter-spacing: 0.03em;
  }
}
