@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Inter:400");
@import url("https://use.typekit.net/fyg5waf.css");

@font-face {
  font-family: "New Frank-Medium";
  font-style: bold;
  font-weight: 500;
  src: url("https://use.typekit.net/fyg5waf.css") format("opentype");
}


.screen a {
  display: contents;
  text-decoration: none;
}


.starfield {
  width: 100%;
  height: 100%;
  z-index: 1111;
  position: fixed;
  z-index: -1;
  top: 0px;
  left: 0;
}


.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

input:focus {
  outline: none;
}

.googinput {

  background-color : #dcdcdc; 

}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}

.label {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 3.47vw;
  max-width: 70vw;
  position: relative;
}

.logos {
  flex: 0 0 auto;
  max-width: 60%;
  position: relative;
  width: 100vw;
}

.input_text {
  align-items: center;
  align-self: stretch;
  border-radius: 0.93vw;
  display: flex;
  flex: 0 0 auto;
  /* gap: 2.78vw; */
  max-width: 57.87vw;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.input-with-label {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 0.35vw;
  position: relative;
  width: 57.87vw;
}

.input {
  align-items: center;
  align-self: stretch;
  background-color: var(--white);
  border: 0.06vw solid;
  border-color: var(--gray300);
  border-radius: 0.46vw;
  box-shadow: 0.0vw 0.06vw 0.12vw #1018280d;
  display: flex;
  flex: 0 0 auto;
  gap: 0.46vw;
  padding: 1.39vw;
  position: relative;
  width: 100%;
}

.content-1 {
  align-items: center;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 0.46vw;
  position: relative;
}

.search {
  height: 1.16vw;
  position: relative;
  width: 1.16vw;
}

.cards {
  
  /* box-shadow: 0.0vw 1.39vw 2.78vw -0.69vw #0f17282e; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
  gap: 1.85vw;
}

.input-data_intent {
  align-items: center;
  align-self: stretch;
  /* background-color: var(--primarypurplepurple-900); */
  border-radius: 0.93vw;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 1.39vw;
  justify-content: center;
  padding: 2.78vw 1.39vw; 
  position: relative;
  transition: all 0.2s ease;
  width: 18.06vw;
}

.active-letters-of-intent {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
  width: fit-content;
}

.input-data {
  align-items: center;
  /* background-color: var(--primarypurplepurple-900); */
  border-radius: 0.93vw;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 1.39vw;
  justify-content: center;
  padding: 1vw 1.39vw; 
  position: relative;
  transition: all 0.2s ease;
  width: 18.06vw;
}

.sales-complete {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
  width: fit-content;
}

.installs-complete {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
  width: fit-content;
  
}

.responsive-text {
  overflow: hidden;
  font-size: calc(24px + (36 - 24) * ((100vw - 300px) / (1600 - 300))); /* Responsive font-size */
}

.stroked {
  text-shadow: 
    -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

/* setting the color palette */
html {
  --dark-gray: rgb(90, 90, 90);
  --light-gray: rgb(148, 148, 148);
  --focus-blue: rgb(69, 159, 189);
}


ul {
  list-style-type: none;
  overflow: hidden;
}

li {
  float: right;
}

li a {
  color: #000;
  display: block;
  text-align: center;
  padding: 2.5vh 2.5vw;
  text-decoration: none;
  font-size: 1rem;
}

li a:hover {
  text-decoration: underline;
}

.grid {
  height: 2.875vh;
  position: relative;
  bottom: 0.625rem;
}

.signbutton {
  background-color: #4885ed;
  color: #fff;
  border: none;
  border-radius: 0.1875rem;
  padding: 1.75vh 2.5vw;
  position: relative;
  bottom: 1.75rem;
  font-weight: bold;
}

.logo {
  margin-top: 17.5vh;
  margin-bottom: 1.25rem;
}

.bar {
  margin: 0 auto;
  border-radius: 7.5vh;
  border: 0.0625rem solid #dcdcdc;
    background: #dcdcdc;
  
}

.bar:hover {
  box-shadow: 0.0625rem 0.0625rem 0.5rem 0.0625rem #dcdcdc;
}

.bar:focus-within {
  box-shadow: 0.0625rem 0.0625rem 0.5rem 0.0625rem #dcdcdc;
  outline: none;
}

.searchbar {
  height: 7vh;
  border: none;
  width: 90%;
  max-width: 75%;
  font-size: 1.25rem;
  outline: none;
}

.voice {
height: 4vh;
vertical-align: middle;
float: right;
text-align: right;
margin-top: 1vh;
}




@media (max-width: 768px) {
  .cards {
    flex-direction: column;
  }
}
