@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;700&display=swap');
html {
  scrollbar-width: none; /* Firefox */
}
@font-face{
    font-family: "Helvetica-regular";
    src: url(fonts/HelveticaNowDisplay-Regular.ttf);
}
@font-face{
    font-family: "Helvetica-bold";
    src: url(fonts/HelveticaNowDisplay-Bold.ttf);
}
@font-face{
    font-family: "Helvetica-medium";
    src: url(fonts/HelveticaNowDisplay-Medium.ttf);
}
@font-face{
    font-family: "Helvetica-light";
    src: url(fonts/HelveticaNowDisplay-Light.ttf);
}
#ruler{
  position: fixed;
  border:2px solid green;
  width:100vw;
  display: none;
  top:50vh;
  z-index: 1000000;
}
html::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
a {
  text-decoration: none;   /* removes underline */
  color: inherit;          /* uses the parent element's text color */

}
a:hover,
a:active,
a:visited {
  text-decoration: none;
  color: inherit;
}

p{
  color: #86868b;
  line-height: 1.2;
}
p{
  font-family: 'Helvetica-regular', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  /* was: 24.82px */
  font-size: clamp(14px, 2.6vw, 24.82px);
}
.bold{
  color:#1d1d20;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  background-color: #f5f5f5 ;
}


#header{
    /*border: 1px solid black;*/
    display: flex;
    flex-wrap: wrap; 
}
#video-container{
    align-items: center;
    justify-content: center;
    padding: 0%;
    margin: 0%;
    position: relative;
    width: 100%;          /* Full width container */
    height: 100vh;
   
}
#header-video{
    width: 100%;
    height: 100%;
    object-fit: cover; /* fills container, crops if needed */
    /*clip-path: inset(17% 0% 8% 0%); transform: translateY(-14%); */
     min-width: 100%;       /* Ensure at least full width */
  min-height: 100%;      /* Ensure at least full height */

    
}




/* ------------------ head Banner content ---------------------*/
#logo_fixed{
  height: 20px;
  width: auto;

}
#banner_text_container{
  display:flex;
  align-items:center;
  justify-content:center;

  color: #6c6c6d;
  margin-left: 25px;
 
}
.title h3{
    font-family: "Helvetica-regular", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    /* was: 12px */
    font-size: clamp(11px, 1.2vw, 12px);
}

.title:hover{
    cursor: pointer;
    color: #1d1d20;
}

.title{
    margin-left: 10px;
}
/* ------------------ End head banner content ---------------------*/


/* ------------------ Hero headline style ---------------------*/
#headline{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
   
    width: 100%;
}
#headline h1{
    font-family: "Helvetica-regular", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(28px, 6.5vw, 65px);
  
    color: white;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.35); /* Keep this for Chrome */
    text-align: center;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}







/* ------------------ Logos banner ---------------------*/
#logos-banner-container{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 99vw;
  height: auto;
  
}
#logos-banner{
  width: 80%;
}

/* ------------------ Main text ---------------------*/


#title{
  width: 80%;
}
#title h2 {
  font-family: 'Helvetica-medium', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 7.5vw, 105.17px);
  line-height: 1.15;         /* here is the problem */
  padding-bottom: 0.4em;  
  overflow: visible;
  display: block;

  background: linear-gradient(90deg, #1d1d20, #ebebeb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}



#content_container{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top: 3%;
  width: 100%;
  height: auto;
  flex-direction: column;
}
#main_text_container{
  width: 70%;

}
#main_text{
  
  width:70%;
  margin-top: 9%;
}

#main_text h3{
  font-family: 'Helvetica-regular', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  /* was: 40.17px */
  font-size: clamp(20px, 4.2vw, 40.17px);
  color: #1d1d20;
  line-height: 1.6;
  margin-top: 20px;

}
#portfolio_link{
  color:#1d1d20;
}


/* ------------------ request word  ---------------------*/

#request{
  position: relative;

}
#request p{

  font-family: 'Helvetica-regular', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  font-size: clamp(120px, 20vw, 382px);
  margin-top: 70px;
  margin-bottom: -180px;

    background: linear-gradient(180deg, #dadada, #f5f5f5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;

}


/* ---------------------------------------------------- FOOTER  ---------------------------------------------------------------*/



#title2{

  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
}
#title2 h2{
  font-family: 'Helvetica-medium', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 7.5vw, 105.17px);
  line-height: 1.15;         /* room for descenders */
  padding-bottom: 0.14em;
  overflow: visible;
  display: block;
  text-align: center;

  background: linear-gradient(90deg, #1d1d20, #ebebeb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ------------------ Button  ---------------------*/
#buttons_container{

  margin-bottom: 15%;
  margin-top: 2%;

  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  gap: 1%;
}

button {
  padding: 20px 43px;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  box-shadow:
    inset 0 0 10px rgba(255, 255, 255, 1),
    0 0 10px rgba(83, 132, 255, 0.6);
  background-color: #5384ff  ;

  font-family: 'Helvetica-regular', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  /* was: 24.82px */
  font-size: clamp(14px, 2.6vw, 24.82px);
  color: #f2f2f2;
  transition: all 0.5s ease;

}
#button2{
  background-color: #ffffff  ;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
  color: #1d1d20;
}

button:hover {
  letter-spacing: 1px;
}

button:active {
  letter-spacing: 3px;
  transform: translateY(10px);
  transition: 100ms;
}





/* ------------------ footer image  ---------------------*/
#footer_img{
  display: flex;
  align-items: center;
  justify-content: center;
  
  margin-bottom: 200px;

}
#footer_img img{
  width: 75%;
  height: auto;
}

#credits_container{
  width: 73%;
  display: flex;
  height: auto;
  flex-direction: row;
  justify-content: space-between;
  margin-top: -200px;
  margin-bottom: 100px;
}

#credits{
  border: 1px  ;
  top: 0%;
  text-align: right;
  font-size: clamp(10px, 1.2vw, 15px);
  font-family: 'Helvetica-regular', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1d1d20;
}

#credits2{
  font-size: clamp(10px, 1.2vw, 15px);
  font-family: 'Helvetica-regular', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: left;
}


#form{

  width: 100%;

}


/* ------------------ Responsive  ---------------------*/
@media (prefers-reduced-motion: reduce) {
  .title-word,
  .title-word.is-animated {
    transform: none;
    opacity: 1;
    animation: none !important;
  }
}




@media (max-width: 820px) {
  #video-container {
    width: 100%;
    height: auto;
  }
  #banner_text_container{
    display:none;
  }
  #logo_fixed{
        height: 11px;
        width: auto;
      }
  #logo_content_scrolled{
    top: 12px;
    left: 17px;
    padding: 6px 11px;

  }
  

  /* optional: slightly increase min values on small screens if desired,
     otherwise let the clamp values control sizing */
  #headline h1{
    /* keep clamp — you can tighten min here if needed */
    font-size: clamp(22px, 8vw, 65px);
  }
  #content_container{
    margin-top: 9%;
  }
  #main_text{
  margin-top: 15%;
  }
  #title2{
    margin-top:27%;
   
  }
    button {
    padding: 12px 28px;
    font-size: clamp(12px, 2vw, 16px);
  }
  #buttons_container{
    gap:10px;
    margin-bottom: 27%;
  }


}

.title-word {
  display: inline-block;
  vertical-align: baseline;
  line-height: 1.15;      /* match parent */
  height: auto;           /* let content define height */
}

#top_banner {
  top: max(10px, env(safe-area-inset-top));
}


