@font-face {
  font-family: "Megatrans Demo";
  src: url("https://db.onlinewebfonts.com/t/71c735cd1f73a7824c58334e0368614e.eot");
  src: url("https://db.onlinewebfonts.com/t/71c735cd1f73a7824c58334e0368614e.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/71c735cd1f73a7824c58334e0368614e.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/71c735cd1f73a7824c58334e0368614e.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/71c735cd1f73a7824c58334e0368614e.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/71c735cd1f73a7824c58334e0368614e.svg#Megatrans Demo")format("svg");
}
@font-face {
  font-family: "Segoe UI Variable";
  src: url('/fonts/SegoeUIVF.ttf')format("truetype"),;
}
/* width */
::-webkit-scrollbar {
  width: 10px;

}
body{
  overflow-x: hidden;
}
/* Track */
::-webkit-scrollbar-track {
  background: #1c1c1c;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4d4d4d;
  border-radius: 5px;
  
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.font-inter{
  font-family: "Segoe UI Variable" !important;
}
#product,
#company {
  display: none;
  margin-left: 50px;
  transition: margin-left 0.5s;
}

.megatrans {
  font-family: "Megatrans Demo";
}

.product-show {
  display: block !important;
  margin-left: 0 !important;
}

.animation-container {
  background-color: #000;
}

.animation-container video {
  opacity: 0.5;

}

.corner-dots {
  --tw-border-opacity-6: 0.8;
  background-color: rgb(129 129 129/var(--tw-border-opacity-6));
  position: absolute;
}

.search-container {
  display: flex;
  flex-direction: row;
  padding: 2rem;
}

.search-header {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 70%;
  align-items: center;
}

.search-header__input {
  font-family: inherit;
  font-size: 1.2rem;
  background-color: #0a0a0a;
  border: solid 1px #818181;
  color: #e4e4e4;
  padding: 0.7rem 1rem;
  border-radius: 32px;
  width: 90%;
  height: 40px;
  transition: all ease-in-out 0.5s;
  margin-right: -2rem;
  opacity: 1;
  text-align: center;
  text-align: left;
}

.search-header__input:hover,
.search-header__input:focus {
  box-shadow: 0 0 1em #00000013;
}

.search-header__input:focus {
  outline: none;
  background-color: #0a0a0aad;
}

.search-header__input::-webkit-input-placeholder {
  font-weight: 400;
  color: #929292;
  font-size: 1.2rem;
}

.search-header__input:focus+.search-header__button {
  background-color: transparent;
}

.search-header__button {
  border: solid 1px #818181;
  background-color: transparent;
  margin-top: 0;
  border-radius: 32px;
  padding: 0.6rem 1.2rem;
  font-size: 1.2rem;
  color: #818181;
  transition: all .4s;
}

.search-header__button:hover {
  cursor: pointer;
  color: #ffffff;
  background-color:#3f3f3f;
}

.search-header__icon {
  height: 1.3em;
  width: 1.3em;
  fill: #818181;
}

.query__button {
  border: solid 1px #818181;
  background-color: #3f3f3f;
  margin-top: 0;
  border-radius: 20px;
  padding: 0.7rem 1.5rem;
  font-size: 1.5rem;
  color: #fafafa;
  width: 260px;
  transition: all 0.4s;
}

.query__button span {
  
  padding: 5px;
  border-radius: 10px;
}
.query__button:hover{
  background-color: rgb(20 20 20 / var(--tw-bg-opacity));

}

#hamburgMenu {
  display: none;
}

.brain {
  transform: scale(1.2)
}

.box-text-wrap {
  width: 60%;
}

.box-text-wrap-40 {
  width: 40%;
}

#d-table td {
  width: 100px;
  white-space: pre-line;
  padding-top: 10px;
}

.inside-shadow1 {
  width: 70%;
  height: 100%;
  bottom: 0;
  box-shadow: -80px -80px 100px 20px rgb(0 0 0) inset;
}

.left-1-c {
  left: unset;
}

.bot-container {
  height: 540px;
  opacity: 0.4;
  transition: opacity 0.2s ease-out;

}

.m-bot {
  display: none;
}
.d-bot-outline{
  opacity: 0;
  transition: opacity 0.7s ease-in;
}
.bot-container .child-1 {
  background-image: linear-gradient(to right, rgb(255, 255, 255,1) 25%, rgba(27, 27, 27, 0) 50%);
  transition: background-position 1s;
  background-size: 200% 100%;
  background-position: 100% 0
}

.bot-container .child-2 {
  background-image: linear-gradient(to left, rgba(27, 27, 27, 0) 50%, rgb(255, 255, 255,1) 25%);
  transition: background-position 1s;
  background-size: 200% 100%;
  background-position: -100% 0
}
.bot-container:hover{
  opacity: .8;
}
.bot-container:hover .child-1 {
  background-position: -100% 0
}

.bot-container:hover .child-2 {
  background-position: 100% 0
}
.bot-container:hover .d-bot-outline{
  opacity: 1;
}

.bot-title{
  margin-top: 440px;
}

.faq-hide{
  height: 0;
  max-height: 0;

}
.faq-show{
  height: 150px;
  max-height: 120px;

}
#query-log{
  display: none;
  height: 100%;
  margin: 1rem 3rem;
  font-size: 1rem;
  overflow: auto;

}
#query-log p{
  width: 100%;
  font-family: monospace;

}

#query-log .result{
  word-wrap: break-word;
  height: fit-content;
  overflow: auto;
  font-size: 1.1rem;
  background-color: #1c1c1c;
  padding: 1rem 0.5rem;
  margin-top: 0.5rem;
  
}

#query-log .layrz{
  color: #29f266;
}

#query-log .error{
  color: #ff0000;
}

.terminal_cursor {
  display: block;
  height: 14px;
  width: 5px;
  margin-left: 10px;
  animation: curbl 1200ms linear infinite;
}
.cursor_waiting{
  display: flex;
  align-items:center;
}

.loader {
  width: 45px;
  height: 40px;
  background: linear-gradient(
      #0000 calc(1 * 100% / 6),
      #f45b59 0 calc(3 * 100% / 6),
      #0000 0
    ),
    linear-gradient(
      #0000 calc(2 * 100% / 6),
      #f6bc2f 0 calc(4 * 100% / 6),
      #0000 0
    ),
    linear-gradient(
      #0000 calc(3 * 100% / 6),
      #29f266 0 calc(5 * 100% / 6),
      #0000 0
    );
  background-size: 10px 400%;
  background-repeat: no-repeat;
  animation: matrix 1s infinite linear;
}

@keyframes matrix {
  0% {
    background-position: 0% 100%, 50% 100%, 100% 100%;
  }

  100% {
    background-position: 0% 0%, 50% 0%, 100% 0%;
  }
}

@keyframes curbl {

  0% {
    background: #ffffff;
  }

  49% {
    background: #ffffff;
  }

  60% {
    background: transparent;
  }

  99% {
    background: transparent;
  }

  100% {
    background: #ffffff;
  }
}

@media (max-width: 1200px) {

  .brain {
    transform: scale(1.3)
  }

  .left2-\[50\%\] {
    left: 15%;
  }

  .md\:max-xl\:h-\[22vw\] {
    height: auto;
  }

  .max-md2\:hidden {
    display: none
  }

  .box-text-wrap-40 {
    width: 100%;
  }

  .box-text-wrap {
    width: 100%;
  }
}


@media (max-width: 768px) {

  .brain {
    transform: scale(1.5)
  }

  .\[\&_th\]\:px-5 th {
    font-size: 10px;
    padding-left: 0.25rem
  }

  .\[\&_th\]\:px-5 td {
    font-size: 8px;
  }

  .max-md2\:hidden {
    display: none
  }

  .md\:gap-14 {
    gap: 1rem
  }

  .animation-container {
    width: 100% !important;
  }

  .inside-shadow1 {
    width: 100%;
    height: 100%;
    bottom: 0;
    box-shadow: -80px -80px 100px 20px rgb(0 0 0) inset;
  }

  .left-1-c {
    left: 1rem;
  }

  .search-header__input {
    font-size: 12px;
    width: 100%;
  }

  .search-header__input::placeholder {
    font-size: 12px;
  }

  .mobile-table>th,
  tr,
  th,
  td {
    border: 1px solid rgb(49, 49, 49);


  }

  .mobile-table {
    border-radius: 15px;
    border-collapse: separate !important;
    border-spacing: 0;
  }

  .mobile-table th {
    border-top-left-radius: 10px;
  }

  .m-table-btm-left {
    border-bottom-left-radius: 10px;
  }

  .m-table-btm-right {
    border-bottom-right-radius: 10px;
  }

  .m-table-top-right {
    border-top-right-radius: 10px;
  }

  .text-white-m {
    color: white;
  }

  .bot-container {
    display: none;
  }
  .m-bot {
    display: block;
    filter: brightness(0.1);
    transition: all 1.5s ease-in-out ;
  }
  .llm-table{
    opacity:0;
  }
  .bg-bolt{
    margin-right: 50px;
  }

  #query-log{
  display: none;
  height: 100%;
  margin: 1rem 1rem;
  font-size: 12px;
  overflow: auto;
}

  #query-log p{
  font-size: 12px;
}

#query-log .result{
  font-size: 12px;
}

}
@media (max-width: 767px) {
  .bot-title{
    margin-top: 260px;
  }
  .bg-bolt{
    margin-right: 150px;
  }

}