@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Helvetica Neue Black";
  src:
    url("fonts/HelveticaNeue-Black.woff2") format("woff2"),
    url("fonts/HelveticaNeue-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@import url("https://fonts.cdnfonts.com/css/helvetica-neue-55");

* {
  padding: 0;
  margin: 0;
  /* font-family: monospace; */
  box-sizing: border-box;
  font-family: "gilroy";
}
html,
body {
  height: 100vh;
  width: 100vw;
}
.hero-section {
  width: 100vw;
  height: 2800px;
  background-color: #d5ff40;
}

nav {
  /* background-color: burlywood; */
  padding: 60px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav .part2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 130px;
  font-family: "gilroy";
}

nav h2 {
  font-size: 48px;
  font-weight: 500;
  font-family: "gilroy";
}

nav a {
  font-size: 30px;
  font-weight: 500;
  color: black;
  text-decoration: none;
}
.hero-section {
  /* background-color:crimson; */
  padding: 60px 100px;
  font-family: poppins;
}
section #hero-text1 {
  /* background-color: red; */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#hero-text1 #video {
  height: 150px;
  width: 600px;
  /* background-color: blue; */
  border-radius: 90px;
  margin-top: 55px;
  background-size: cover;
  background-image: url(https://images.unsplash.com/photo-1761998066484-daa29b9ad605?q=80&w=1032&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-position: center;
  padding: 12px;
}

#video #play {
  height: 100%;
  width: 130px;
  background-color: black;
  border: 5px solid #d5ff40;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#play i {
  font-size: 50px;
  color: #d5ff40;
}

#hero-text1 h1 {
  font-size: 310px;
  line-height: 300px;

  font-family: poppins;
  text-transform: uppercase;
  font-weight: 900;
  /* background-color: blueviolet; */
}

section #hero-text2 {
  /* background-color: red; */
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /* align-items: center; */
}

#hero-text2 h1 {
  font-size: 310px;
  line-height: 300px;

  font-family: poppins;
  text-transform: uppercase;
  font-weight: 900;
  /* background-color:aquamarine; */
}

#hero-text2 p {
  font-size: 40px;
  font-family: poppins;
  /* background-color:darkgreen; */
  width: 800px;
}
section .image {
  height: 1200px;
  width: 100%;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  background-image: url(https://png.pngtree.com/thumb_back/fh260/background/20230521/pngtree-dynamic-futuristic-banner-with-vibrant-colors-and-generative-ai-photo-image_51554290.jpg);
  background-size: cover;
  background-position: center;
  background-color: coral;
  position: relative;
  margin-top: 200px;
}

.image .arrow {
  height: 300px;
  width: 300px;
  position: absolute;
  border-radius: 150px;
  background-color: black;
  right: 7%;
  top: -10%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px solid #2b2b2b;
}

.arrow i {
  font-size: 275px;
  color: #d5ff40;

  border-radius: 250px;
}

section .agency {
  height: 150px;
  width: 100%;
  /* background-color: coral; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  gap: 80px;
}

.best-agency {
  height: 130px;
  width: 500px;
  border: 3px solid black;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.best-agency h2 {
  font-size: 40px;
  font-weight: 400;
}
.best-agency i {
  font-size: 60px;
  font-weight: 400;
}

.world-agency {
  height: 130px;
  width: 500px;
  border: 3px solid black;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.world-agency h2 {
  font-size: 40px;
  font-weight: 400;
}

.world-agency i {
  font-size: 60px;
  font-weight: 400;
}

.banner {
  height: 300px;
  width: 100%;
  background: black;
  overflow: hidden;
  padding: 0px 0px;
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  margin-top: -350px;
}

.track {
  display: flex;
  align-items: center;
  gap: 60px;
  white-space: nowrap;
  margin-left: 150px;
}

.track h1 {
  color: #d9ff3f;
  font-size: 8rem;
  font-weight: 800;
}

.track span {
  color: #d9ff3f;
  font-size: 5rem;
}

.sec2 {
  background: #171717;
  padding: 60px 100px;
}

.services {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.services .left h1 {
  font-size: 10rem;
  color: #c4c4c4;
  font-family: "gilroy";
  font-weight: 900;
}
.services .left p {
  font-size: 37px;
  color: #5f5f5f;
}
.services .left h1 span {
  color: #d9ff3f;
}
.services .row {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 8rem;
}

.right button {
  background: transparent;
  border: 1px solid gray;
  border-radius: 80px;
  padding: 15px 30px;
  color: #5f5f5f;
  font-size: 2rem;
}

.designs {
  padding: 20px;
  position: relative;
}

.designs #hr-line1 {
  margin-top: 80px;
}

.designs .hr-line {
  background-color: #252525;
  color: #3f3f3f;
  border: none;
  height: 3px;
}

.design-opt {
  height: 230px;
  font-size: 45px;
  color: #5f5f5f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
}
.designs span {
  display: none;
}
.designs .design-opt i {
  font-size: 120px;
  font-weight: 0;
}

.quote {
  margin-top: 100px;
  background-color: #292929;
  padding: 50px 250px;
  height: 1000px;
  /* Center the grey box on the page and shrink-wrap its contents */
  /* width: fit-content; */
  margin-inline: auto;

  /* Stack the lines vertically */
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.quote .line {
  display: flex;
  align-items: center;
  justify-content: space-between; /* Keeps items naturally next to each other */
  gap: 0px; /* Controls the exact space between words and the image blocks */
  color: #c4c4c4;
  margin: 0;
  padding: 0;
  width: 100%;
}

.quote .line h1 {
  font-size: 140px; /* Kept your sizing */
  font-weight: 500; /* Adjusted slightly to match the image's thicker font */

  /* CRITICAL FIXES FOR NO GAPS: */
  margin: 0;
  line-height: 0.85;
  letter-spacing: -3px;
}

/* --- Styling your placeholder divs --- */

/* Pill shapes */
.line .b1 {
  height: 100px;
  width: 300px;
  border-radius: 80px;
  background-color: #555; /* Placeholder grey */
  background-image: url(https://i.pinimg.com/1200x/0d/40/bd/0d40bd812b23282577b1028828ac544b.jpg);
  background-position: bottom;
  background-size: cover;
}

/* Abstract circle */
.line .B2 {
  height: 100px;
  width: 150px;
  border-radius: 50px;
  background-color: #555;
  background-image: url(https://i.pinimg.com/1200x/0d/40/bd/0d40bd812b23282577b1028828ac544b.jpg);
  background-position: bottom;
  background-size: cover;
}

/* Neon arrow circle */
.line .B3 {
  height: 100px;
  width: 125px;
  border-radius: 50px;
  background-color: #ccff00;

  /* If you want to add an arrow character inside your HTML later, this centers it */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 40px;
}
.line .B3 i {
  font-size: 80px;
}
.line .B5 {
  height: 100px;
  width: 220px;
  border-radius: 60px;
  background-color: #c4c4c4;
  background-image: url(https://i.pinimg.com/1200x/0d/40/bd/0d40bd812b23282577b1028828ac544b.jpg);
  background-position: bottom;
  background-size: cover;
}

.best-project-sec {
  margin-top: 150px;
  color: #c4c4c4;
}
.best-projects {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.best-projects h1 {
  font-size: 150px;
  color: #c4c4c4;
}
.best-projects span {
  color: #ccff00;
  font-size: 200px;
}
.best-projects p {
  font-size: 35px;
  color: #5e5d5d;
  font-weight: 500;
  /* flex-wrap: wrap; */
}
.project-categories {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.project-categories button {
  font-size: 22px;
  gap: 10px;
}
.project-categories h1 {
  font-weight: 400;
  color: #928f8f;
}
.project-categories button i {
  font-size: 40px;
  color: #928f8f;
}
.design-btn {
  /* Flexbox alignment for icon and text */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px; /* Space between globe icon and text */

  /* Dimensions & Padding */
  padding: 8px 20px;

  /* Typography & Color */
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #c4c4c4;

  /* Pill Shape & Border */
  background-color: transparent;
  border: 1.5px solid #c4c4c4;
  border-radius: 9999px; /* Creates the full capsule/pill shape */

  /* Interactive properties */
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

/* Icon specific sizing */
.design-btn i {
  font-size: 18px;
  display: flex;
  align-items: center;
}

/* Optional: Smooth hover effect */
.design-btn:hover {
  background-color: rgba(196, 196, 196, 0.1);
  border-color: #ffffff;
  color: #ffffff;
}
/* project pics part */
.project-pics {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px; /* Vertical space between row 1 and row 2 */
}
.project-pics .l1 {
  margin-top: 40px;
}
.project-pics .l2 {
  margin-top: 30px;
}

/* Common styling for both rows */
.project-pics .l1,
.project-pics .l2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* Common styling for all blocks */
.project-pics [class^="l"] > div {
  height: 450px; /* Adjust height as needed */
  background-color: #e0e0e0; /* Fallback color */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px; /* Optional: adds smooth rounded corners */
}

/* --- ROW 2 LAYOUT (3 Equal Blocks) --- */
/* Each block takes 32%, leaving 4% total for the two spaces (2% each) */
.project-pics .l2 .b1,
.project-pics .l2 .b2,
.project-pics .l2 .b3 {
  width: 32%;
}
.project-pics .l2 .b1 {
  background-position: top;
}
.project-pics .l2 .b2 {
  background-position: center;
}

/* --- ROW 1 LAYOUT (2 Blocks) --- */
/* b1 aligns perfectly above Row 2's b1 */
.project-pics .l1 .b1 {
  width: 32%;
}

/* b2 spans the width of Row 2's b2 + b3 PLUS the 2% space between them (32% + 2% + 32% = 66%) */
.project-pics .l1 .b2 {
  width: 66%;
  background-position: center;
}

/* --- BACKGROUND IMAGES --- */
/* Replace the URLs below with your actual image paths */
.project-pics .l1 .b1,
.project-pics .l1 .b2,
.project-pics .l2 .b1,
.project-pics .l2 .b2 {
  background-image: url("https://i.pinimg.com/1200x/0d/40/bd/0d40bd812b23282577b1028828ac544b.jpg");
}

.project-pics .l2 .b3 {
  background-image: url("https://i.pinimg.com/1200x/a5/57/1e/a5571e4525488c0e01b748b7ca0ce570.jpg");
  background-position: bottom;
}
/* Ensure the b3 block can trap absolutely positioned children */
.project-pics .l2 .b3 {
  position: relative;
  overflow: hidden; /* Keeps rounded corners clean if icon/text touch the edges */
  padding: 16px; /* Adds breathing room inside the edges */
  box-sizing: border-box; /* Ensures padding doesn't distort the block's size */
  /* Retain your existing background image and height rules here */
  /* Add your custom bottom-right curve here */
  border-bottom-right-radius: 150px;
}

/* --- TOP RIGHT ARROW ICON --- */
.project-pics .l2 .b3 i {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 30%;
  /* Flexbox to perfectly center the icon symbol inside its 30% x 30% box */
  display: flex;
  align-items: center;
  justify-content: center;

  /* Styling the icon glyph */
  font-size: 100px; /* Adjust glyph size as needed */
  color: black;
  background-color: #ccff00; /* Optional: slight dark background to make icon pop over images */
  border-bottom-left-radius: 8px; /* Optional: adds style to the icon box */
}

/* --- BOTTOM 40-50% TEXT CONTAINER --- */
.project-pics .l2 .b3 .text-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%; /* Covers 45% of the bottom of the block */

  /* Layout to stack the h2 tags nicely */
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* Pushes text toward the very bottom */
  padding: 20px;
  box-sizing: border-box;

  /* Optional: Subtle gradient so white text is readable over any image */
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  color: white;
}

/* --- TYPOGRAPHY STYLING --- */
/* Reset default h2 margins so they stack cleanly */
.project-pics .l2 .b3 h2 {
  margin: 0;
  line-height: 1.2;
}

/* Lighter font weight for 2022 */
.project-pics .l2 .b3 .year {
  font-size: 35px;
  font-weight: 500; /* Lighter weight */
  margin-bottom: 4px; /* Slight gap before the title */
  color: white;
}

/* Heavier font weight for Gerades Haus */
.project-pics .l2 .b3 .title {
  font-size: 70px;
  font-weight: 700; /* Heavier weight */
  letter-spacing: 2px;
}
.follow-us-sec {
  height: 800px;
  margin-top: 150px;
  background-color: #ccff00;
  text-align: center;
  padding-top: 200px;
  border-bottom-left-radius: 250px;
  border-bottom-right-radius: 250px;
}
.discuss h1 {
  font-size: 150px;
}
.interact {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.interact h1 {
  font-weight: 400;
  font-size: 40px;
}
.interact button {
  border: solid 5px black;
  border-radius: 50px;
  width: 320px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
footer {
  margin-top: 100px;
}
.designer {
  text-align: center;
}
.designer h1 {
  font-size: 100px;
  color: #ccff00;
  font-weight: 500;
}
.footer-links {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ccff00;
}
.footer-links h1 {
  font-weight: 250;
  font-size: 30px;
}

