@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');





body {
  font-family: 'Inter', sans-serif;
  background-color: #ffffff;
  color: #000;
}

/* Header */
.site-header {
  padding: 1.5rem 2rem;
  font-size: 0.95rem;
}

.site-header a {
  text-decoration: none;
  color: #000;
  margin-left: 1.5rem;
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh; 
  overflow: hidden;
}

.hero-title { 
    font-family: "Inter Tight", sans-serif;
    font-size: 26vw;  
    white-space: nowrap; /* prevent line breaks */
    overflow: hidden;  
    font-weight: 600; 
    position: relative;
    z-index: 2;
    text-align: center;  
}

.hero-title-bot { 
  font-family: "Inter Tight", sans-serif;
  font-size: 14vw;  
  white-space: nowrap; /* prevent line breaks */
  overflow: hidden;  
  font-weight: 600; 
  position: relative;
  z-index: 2;
  text-align: center;  
  color: white;
}

.hero-image {
  position: absolute;
  right: 2%;
  bottom: 5%; 
  max-width: 1000px;
  z-index: 1;
  opacity: 0.9;
}
.hero-image-bot {
  position: relative;
  right: 2%;
  top: 2%;
  max-width: 1000px;
  z-index: 3;
  opacity: 0.9;
}

/* Description */
.hero-description { 
    z-index: 2;
    max-width: 440px;
    position: absolute;
    bottom: 4%;
    left: 3%;
    }


.hero-description h1 {
    font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
}

.hero-description p { 
  color: #444;
}

.footer-c { 
  height: 800px;
}


.footer {
  position: relative;          /* 🔑 anchor for absolute positioning */
  height: 80vh;
  background: #111;
  overflow: hidden;     
}

/* TEXT */
.footer-text {
  position: relative; 
  
}

.dflex {
  display: flex;
  color: white;
  justify-content: flex-end;             
}

/* IMAGE */
.footer-image {
  position: absolute;
  bottom: 0;                   /* stick to bottom of footer */
  right: 1%;
  width: 80vw;
  max-width: 1200px;
  z-index: 2;                  /* image above text */
  pointer-events: none;        /* optional: allows clicks through */
}


.footer-email {
  position: absolute;
  bottom: -70%;    
  right: 12%;
  font-size: 2.5rem;
  color: white;
  z-index: 3;          /* over everything */
}


/* Scroll text */
.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  font-size: 0.85rem;
  color: #000;
}

@media (max-width: 768px) {
  .hero-image {
    position: static;
    width: 100%;
    margin-top: 2rem;
  }
}




















html, body {
  margin: 0;
  height: 100%;
  font-family: "Inter Tight", sans-serif;
}

.MainContainer {
  perspective: 1px;
  transform-style: preserve-3d;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

.ContentContainer {
  background-color: #ffffff;
  position: relative;
  z-index: 1; /* in front of parallax background */
}

/* The parallax background layer */
.ParallaxContainer {
  position: relative;
  height: 100vh;
  transform: translateZ(-1px) scale(2);
  z-index: -1; /* behind everything */
}



#bubble-container {
  position: absolute;  
  left: 50%;
  transform: translate(-50%, -50%);
  width: 93%;
  height: 66%;
  top: 40%;  
  background-color: #c6c6c6;
  border-radius: 8px;
}


.webgl {
  width: -webkit-fill-available;
  height:  -webkit-fill-available ;
  border-radius: 8px;
}

.nav-link {
  font-size: 18px;
}
.main-button {
  background-color: #ffffff00 !important;
  color: rgb(17, 17, 17) !important;
  border: 1.6px solid black;
  &:hover {
  color: white !important;
    background-color: #080808 !important;
  }
}

.navbar {
  position: absolute;
  top: 3.3%;
  width: 94.3%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inter-400 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.text-bottom {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}


.container-main {   
  bottom: 4%;
  background-color: #4f7fe6;
  border-radius: 8px;
  max-width: 1800px;
  display: flex;
  justify-content: space-between;
}



.inter-tight-medium {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.pf-inter-t {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  text-decoration: none;
  color: #000000;
}



.c-black {
  color: #000000;
}

.bg-black {
  background-color: #000000;
}

a {
  padding: 0 !important;
}

.container {
  max-width: 1850px !important;
}

.sec-bg-gray {
  background-color: #ffffff;
}


body {
  background-color: rgb(255, 255, 255); 
  font-weight: 400;
  font-size: 16px;
  color: rgb(0, 0, 0);
}

.f-s-17 {
  font-size: 17px;
}
.f-w-600 {
  font-weight: 600;
}

.tab {
  display: inline-block;
  margin-left: 2em;
}

.w400 {
  width: 400px;
}

.desc-t {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}

.flex-j-s {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-j-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-bg {
  /* background-image: url(assets/bg-img/flower-bg\(2\).png);
  background-repeat: no-repeat;
  background-size: cover; */
  height: 710px;
  z-index: -1;
}

 


#special-section {
  background-size: cover;
  height: 100vh;
  position: relative;
  overflow: hidden; 
  border-bottom: 1px solid black;
}

#bg-canvas {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}


.container2 { 
  border-top: 1px solid black;
}

.container {
  max-width: 1450px;
}

.mar-nav {
  margin-top: 300px;
}

.pad-sec2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.proj-text {
  font-family: "Inter", sans-serif;
  color: rgb(0, 0, 0) !important;
  font-weight: 500;
  font-size: 17px;
}

.proj-text-l { 
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

.pad-5 {
  padding: 3rem!important;
  }


.a-button {
  display: flex;
  align-items: center;
}

.align-c {
  display: flex;
  align-items: center;
}

.btn-view {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 70px !important;
  background-color: #00a59200 !important;
  border-radius: 0px !important;
  border-color: #fff;
  border-width: 1px;
  color: #ffffff !important;
  font-weight: 400 !important;
  text-align: center !important;
  outline: none;
  font-size: 15px !important;
  font-family: "Roboto Condensed";
  &:hover {
    color: #181818 !important;
    background-color: #b0ff39 !important;
    border-color: #ffffff00;
    font-weight: 600 !important;
  }
}

.c-study-sm {
  font-family: "Courier New", Courier, monospace;
  color: rgb(255, 255, 255) !important;
  font-weight: 300;
  font-size: 15px;
  text-decoration: none;
}

.case-study {
  font-family: "Nunito Sans", sans-serif;
  color: rgb(203, 255, 99) !important;
  font-weight: 100;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
}

.gap {
  height: 80%;
}

.n-bor {
  border-bottom-color: black;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.t-bor {
  border-top-color: black;
  border-top-style: solid;
  border-top-width: 1px;
}

.bor-mid {
  border-color: black;
  border-style: solid;
  border-width: 1px;
}

.center {
  margin: auto;
  width: 60%;
}

.w-box {
  width: 600px;
  margin-left: 120px;
  margin-right: 120px;
}

.text-title {
  font-size: 11cqw; 
  position: absolute;
  bottom:  0%;
  left: 3%; 
  color: #222222;
  white-space: nowrap;
  line-height: 1;
  margin: 0;        /* remove top/bottom margins */
  padding: 0;       /* optional: remove padding */
  display: block;
}

.text-contact {
  font-size: 175px;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: -1px;
}

.p-top-break {
  padding-top: 100px;
}

.p-bot-break {
  padding-bottom: 100px;
  background-color: white;
}



.centerflex {
  display: flex;
  justify-content: center;
}

.project-h {
  display: flex;
  justify-content: center;
  font-size: 100px;
  font-family: "Gothic A1", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -4px;
  line-height: 0.8;
  margin-top: 170px;
  padding-bottom: 80px;
}

.proj-txt {
  display: flex;
  justify-content: start;
  font-size: 90px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-top: 70px;
  padding-bottom: 20px;
}

.desc {
  font-family: "Inter", sans-serif;
  color: rgb(0, 0, 0);
  font-weight: 200;
  font-size: 228px;
  margin-top: 200px;
  display: flex;
  margin-right: auto;
}

.img-w {
  width: 100%;
  max-width: 1400px;
}

.cursorsm {
  cursor: none;
}

.small {
  background-color: #fff;
  mix-blend-mode: difference;
  width: 150px;
  height: 150px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.bottom-container {
  background-color: #f0f0f0;
}

.bottom-elements {
  position: absolute;
  bottom: 3%;
  right: 3.4%;
  width: 20%; 
}

#demo {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.2s ease, transform 1.2s ease;
  text-align: right;
}
#demo.visible {
  opacity: 1;
  transform: translateY(0);
}

#d-01 .d-01-i {
  position: absolute;
  width: 300px;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  left: 10%;
  z-index: 22;
}

#d-01:hover .d-01-i {
  opacity: 1;
}

#d-01:hover {
  font-weight: 600;
}

a:hover {
  color: #2a2a2a;
}

.a-proj {
  color: #000000;
  text-decoration: none;
}

.img-fluid-70 {
  max-width: 70%;
  height: auto;
}

.background-container {
  background-color: rgba(255, 255, 255, 0);
  background-position: center;
  cursor: pointer;
  width: max-content;
}

.navbar {
  padding-bottom: 0rem;
}




/* ----------------------------- */

.sceene-window { 
  background-size: cover;
  height: 80vh; 
  background-color: #b0ff39;
}


a {
  color: #323232;
  text-decoration: none;
}

.linkedin {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2rem;
}

/* ----------------------------- */
 
.page-wrapper {  
  padding: 20px;
  background: #ffffff;
   
}

.page-title {
  font-size: 7.2rem;
  font-weight: 400; 
}

/* Image wrapper (keeps 16:9 aspect ratio) */
.project-media {
  position: relative;
  width: 100%;
  padding-top: 56%;        /* 16:9 */
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 10px;
}

.project-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;       /* ensures image covers area */
  transition: transform 0.4s ease;
  display: block;   
}

.project-media img {
  will-change: transform;
}

/* Hover zoom effect */
.project-media:hover img {
  transform: scale(1.07);
}

.project-meta {
  font-size: 0.8rem;
  text-transform:uppercase;
}

.project-title {
  font-size: 2.0rem; 
}

.proj-desc {
width: 100%;
max-width: 66rem;
margin-left: auto; margin-right: auto;
}

p {
  font-weight: 300; 
}



@media (max-width: 600px) {

  .bottom-elements {
    position: absolute;
    bottom: 2%; 
    right: 3.4%;
    width: 67%; 
  }
 
  .text-title {
    font-size: 15cqw; 
    bottom: 18%;   
  }

  /* front page end  */

  .proj-txt {
    display: flex;
    justify-content: start;
    font-size: 40px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    margin-top: 70px;
    padding-bottom: 20px;
  }

  .proj-text {
    font-size: 14px;
  }

  #special-section {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-position-x: 20%;
  }

  .text-contact {
    font-size: 45px;
  }

  .project-h {
    font-size: 74px;
  }

  .img-fluid-70 {
    max-width: 100%;
    height: auto;
  }

  .hero-description { 
    bottom: 14%; 
    }

  .page-title {
    font-size: 4rem; 
  }

  .footer {
    position: relative;
    height: 45vh;
    background: #111;
    overflow: hidden;
    }

  .footer-email { 
    bottom: unset;
    right: 5%;  
    font-size: 1.5rem;
  }

  .site-header a {
    margin-left: 0.4rem;
    }

  .site-header {
    padding: 0.5rem 0.1rem;
    font-size: 0.95rem;
    }
    
  .hero { 
    min-height: 90vh; 
  }

  .ParallaxContainer { 
    height: 90vh; 
  }

  .scroll-indicator { 
    bottom: 3rem; 
    }

  .d-01-i {
    display: none;
  }
  .pad-5 {
    padding: 1rem!important;
    }
}
