@font-face {
  font-family: "Segoe";
  src: url(../fonts/Segoe\ UI.ttf);

}

@font-face {
  font-family: "Segoe Bold";
  src: url(../fonts/Segoe\ UI\ Bold.ttf);
}

html {
  background: #212121;
  font-family: "Segoe";
  color: white;

}

.wrapper {
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;


}

header {
  padding: 15px;
}

.header__btn {
  padding: 5px 10px;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  color: white;
  transition: all .3s;
  border-radius: 8px;
}

.header__btn:hover {
  background: #ffffff26;

}



.text-token-text-tertiary {
  color: #afafaf;
}

main {
  margin-top: 25dvh;
  padding: 0 16px;
}

h1 {
  font-family: "Segoe Bold";
  font-size: 30px;
  margin-bottom: 16px;
}

.main__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.main__input {
  font-size: 16px;
  color: white;
  background: #303030;
  padding: 15px 15px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 768px;
  gap: 17px;
  padding-bottom: 7px;
}

.main__input input {
  font-size: 16px;
  color: white;
  background: #303030;
  margin-left: 10px;
}

.inp-attach {
  display: flex;
  align-items: center;
  gap: 6px;
  color: white;
  padding: 8px;
  border-radius: 20px;
  font-family: "Segoe Bold";
  border: 1px solid rgba(255, 255, 255, 0.156);
}

.inp-l {
  display: flex;
  align-items: center;
  gap: 4px;
}


.inp-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.inp-search {
  display: flex;
  align-items: center;
  gap: 6px;
  color: white;
  padding: 8px;
  font-family: "Segoe Bold";
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.156);
  transition: all .3s;
}

.inp-search:hover {
  background: #30303072;
}

.inp-voice {
  display: flex;
  align-items: center;
  gap: 3px;
  color: white;
  padding: 8px;
  font-family: "Segoe Bold";
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.156);
  transition: all .3s;
}

.error-txt {
  color: rgb(180, 0, 0);
  font-family: "Segoe Bold";
}

.inp-voice:hover {
  background-color: rgba(255, 255, 255, 0.267);
}

.inp-subm {
  background: white;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  transition: all .3s;

}

.inp-subm:hover {
  background: rgba(255, 255, 255, 0.672);
}

footer {

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  margin-top: 40dvh;
  text-align: center;

}

.main__answer {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 768px;
}

.answ-p {
  padding: 15px 20px;
  background: #323232d9;
  border-radius: 100px;
  font-size: 16px;
  color: white;
  align-self: flex-end;
}

.answ-ai {
  font-size: 16px;
  color: white;
  align-items: flex-start;
  line-height: 1.3;
}

footer a {
  text-decoration: underline;
}

.terms-c {
  max-width: 800px;
  margin: 50px auto;

  color: white;
  font-family: "Open Sans" !important;
}

.terms-c h1 {
  font-family: "Open Sans";
  font-size: 64px;
  text-align: center;
  font-weight: 500;
}

.terms-c p {
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 24px;
  margin-top: 21px;
  line-height: 1.45;
}

.terms-c h2 {
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 24px;
  margin-top: 80px;
  line-height: 1.45;
}
.header-t{
  position: fixed;
  top: 0;
  padding: 20px ;
}