:root {
  --font: "Red Hat Text", Arial, Helvetica, sans-serif;
  --primaryColor: #fff;
  --secondaryBlue: #fff;
  --lightText: #666768;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: var(--font);
}

main {
  /* position: relative; */
  /* overflow: hidden; */
  /* height: calc(100vh - 100px); */
  height: calc(100vh - 100px);
  /* height: auto; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("./bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.height-auto {
  height: auto;
}

a {
  text-decoration: none;
}

li a {
  color: #000000;
}

p a {
  color: var(--primaryColor);
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: inherit;
  z-index: -1;
  object-fit: cover;
  background-repeat: no-repeat;
}

.bg-mobile {
  display: none;
}

.btns-container {
  display: flex;
  gap: 20px;
  flex-direction: row-reverse;
}

header {
  display: flex;
  justify-content: space-between;
  padding: 20px 3%;
  color: #ffffff;
  background-color: #fff;
  background-image: url(https://nbrain.ai/wp-content/uploads/video-demo/dbf697d2-1370-4f22-8bdd-c7fb9a10b96c.png);
  align-items: center;
  height: 100px;
  box-sizing: border-box;
}

.heading {
  padding: 0;
  margin: 0;
  font-size: 56px;
  font-family: "League Spartan" Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.subheading {
  padding: 0;
  margin: 0;
  font-size: 22px;
  font-family: "League Spartan" Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.oval-container {
  width: 200px;
  height: 100px;
  background-color: #ff4500; /* Set background color */
  border-radius: 50%; /* Create oval shape */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 60px; /* Set the gap between oval containers */
}

.oval-link {
  text-decoration: none;
  font-family: "League Spartan" Arial, Helvetica, sans-serif;
  color: #fff; /* Set text color */
  font-size: 19px;
  font-weight: 600;
}

/* Remove margin from the last oval container to avoid extra gap */
.oval-container:last-child {
  margin-right: 0;
}

.footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;

  gap: 5px;
  bottom: 0;
}

.footer h1 {
  margin: 0;
  padding: 0;
  color: #fff;
}

.footer .f1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.footer .f2 {
  font-family: "League Spartan" Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
}

.contact {
  color: #ff4500;
  text-decoration: underline;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
}

nav {
  padding: 0 18%;
  display: flex;
  align-items: center;
}

/*ul {*/
/*  display: flex;*/
/*  list-style: none;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*}*/

.header-list {
  display: flex;
  width: 100%;
  gap: 15px;
  justify-content: flex-end;
}

.nav-list {
  gap: 20px;
  color: #000000;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  /* height: calc(100vh - 100px); */
  height: 100%;
  /* width: 100vw; */
  /* margin-top: 10px; */
  /* margin-bottom: 20px; */
  padding: 0% 3% 0 3%;
  box-sizing: border-box;
}

.container-padding-top {
  padding-top: 2%;
}

.left,
.right {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: width 0.5s ease-in-out;
}

.right-center {
  justify-content: center;
}

.left {
  width: 50%;
}

.right {
  width: 50%;
}

#brains {
  width: 100%;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  font-family: var(--font);
  color: var(--lightText);
  opacity: 0.95;
  outline: none;
  border: none;
  background-color: #fff;
}

.brains-wrapper {
  display: flex;
  justify-content: center;
  padding: 5px 30px 5px 5px;
  opacity: 0.95;
  background-color: #fff;
  border-radius: 8px;
  height: 50px;
  box-sizing: border-box;
}

.input-field {
  width: 90%;
  border: none;
  outline: none;
  font-size: 24px;
  height: 100%;
  font-family: var(--font);
  color: var(--lightText);
}

.input-field::placeholder {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}

.input-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 32px;
  padding: 10px 20px;
  opacity: 0.95;
  /* width: 45%; */
  box-sizing: border-box;
  height: 110px;
}

#followup-container {
  display: none;
}

.output-container-hidden {
  opacity: 0;
  transition: opacity 0.5s ease-in-out, display 0.5s ease-in-out;
  max-height: 0;
}

.output-container {
  display: block;
  opacity: 1;
  width: 100%;
  background-color: #fff;
  overflow-y: hidden;
  height: 100px;
  max-height: 100%;
  transition: opacity 0.5s linear, max-height 0.5s ease-in-out;
  border-radius: 8px;
  padding-bottom: 30px;
}

.height-350 {
  height: 350px;
}

.send-btn {
  display: inline-block;
  background-color: var(--primaryColor);
  border: none;
  width: 30px;
  height: 30px;
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
}

.submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* background-color: #fff; */
  background-color: #ff4500;
  width: 160px;
  font-size: 20px;
  color: #fff;
  padding: 20px;
  outline: none;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  height: 40px;
  border-radius: 8px;
  font-weight: 600;
}

.submit-btnn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* background-color: #fff; */
  background-color: #ff4500;
  width: 200px;
  font-size: 16px;
  /* color: var(--lightText); */
  color: #fff;
  padding: 20px;
  outline: none;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  height: 40px;
  border-radius: 8px;
  font-weight: 600;
}

.pointer {
  cursor: pointer;
}

.nav-list li {
  border-bottom: 5px solid #fff;
  padding: 20px 0px 30px 0px;
  height: 50px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
}

.nav-list li:hover {
  border-bottom: 5px solid var(--primaryColor);
}

.header-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 100;
  font-size: 16px;
}

#blue-wrapper {
  background-color: var(--secondaryBlue);
  display: flex;
  align-items: center;
  padding: 15px;
}

.login-register {
  display: flex;
  gap: 15px;
  min-width: 250px;
}

.login-register li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 100;
  font-size: 14px;
  color: #fff;
}

.header-list li:hover {
  text-decoration: underline;
}

.logo-mobile,
.hamburger-icon {
  display: none;
}

.text-area {
  display: none;
  /* height: 95%; */
  height: 400px;
  padding: 1% 3%;
  overflow-y: auto;
  color: var(--lightText);
  font-size: 20px;
  line-height: 1.8;
}

.action-icon-container {
  display: none;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  margin-right: 20px;
}

#like {
  cursor: pointer;
  width: 26px;
  height: 26px;
}

#dislike {
  cursor: pointer;
  width: 31px;
  height: 31px;
}

.logo {
  width: 250px;
  height: 130px;
  object-fit: contain;
  /*
  -webkit-filter: invert(100%);
  filter: invert(100%); */
}

.logo-mobile {
  width: 70px;
  height: 30px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.logo-mobile-wrapper {
  display: none;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.icon {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  width: 16px;
  height: 16px;
}

.search-icon {
  width: 16px;
  height: 16px;
}

.margin-right {
  margin-right: 5px;
}

.search-wrapper {
  border-radius: 9px;
  background-color: #fff;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.arrow {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid white;
}

.hamburger-icon {
  display: none;
  flex-direction: column;
  gap: 2px;
}

.bar {
  width: 16px;
  height: 2px;
  background-color: #fff;
}

.nav-item-container {
  padding: 12px 15px;
  display: flex;
  border-bottom: 1px solid #bdbbbb;
}

.items-center {
  align-items: center;
}

.space-between {
  justify-content: space-between;
  align-items: center;
}

.centered {
  justify-content: center;
  align-items: center;
}

.flex {
  display: flex;
}

.column {
  flex-direction: column;
}

.gap {
  gap: 4px;
}

.blue-text {
  color: var(--primaryColor);
  font-size: 15px;
}

.nav-item-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--primaryColor);
  line-height: 1.2;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.blue-arrow {
  width: 16px;
  height: 16px;
}

.cruise-btn {
  color: #fff;
  background-color: var(--primaryColor);
  width: 95%;
  padding: 10px 10px;
  border: none;
  outline: none;
  font-family: var(--font);
  font-size: 15px;
  margin: 5px 0;
}

#mobile-searchbar {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  height: 40px;
  background-color: #fff;
  outline: none;
  width: 100%;
  padding: 3px 10px;
  border: 0.2px solid #bdbbbb;
}

#mobile-search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 0px 10px;
  background-color: var(--primaryColor);
  outline: none;
  border: none;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#drawer {
  position: fixed;
  top: 0;
  left: -90%;
  width: 90%;
  height: 100%;
  background-color: #f1f1f1;
  z-index: 2;
  transition: left 0.5s ease-in-out;
}

#drawer.open {
  left: 0;
}

#drawer nav {
  margin-top: 50px;
}

.hidden {
  display: none;
}

/* Advanced options styles */
.custom-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-header {
  background-color: #fff;
  padding: 5px 34px 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 50px;
  color: var(--lightText);
  opacity: 0.95;
  font-size: 18px;
}

.dropdown-arrow {
  border: solid #727274;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.25px;
  transform: rotate(45deg);
}

.dropdown-content {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 200px;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 15px;
  box-sizing: border-box;
  pointer-events: none;
}

.show {
  opacity: 0.95;
}

.range-input {
  margin-bottom: 10px;
}

.range-input label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

.range-input input[type="range"] {
  width: 100%;
  cursor: pointer;
  accent-color: var(--primaryColor);
}

.range-input .range-value {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-left: 5px;
  width: 40px;
  text-align: right;
  color: var(--secondaryBlue);
}

.label-val-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-right: 5px;
  color: var(--lightText);
}

.margin-top {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  #drawer {
    display: none;
  }
}

/* @media only screen and (max-width: 920px) {
  header {
    padding: 20px 3%;
  }
  nav {
    padding: 0 20px;
  }
  .output-container {
    width: 100%;
    height: 60%;
  }
  .container {
    flex-direction: column;
    justify-content: flex-start;
  }
  .left,
  .right {
    width: 90% !important;
    height: fit-content;
  }
  .right {
    align-items: center;
  }
  .dropdown-header {
    padding-right: 5%;
    padding-left: 20px;
    font-size: 16px;
  }

  .input-field {
    font-size: 18px;
  }
  .input-container {
    height: 85px;
    width: 100%;
  }
  .btns-container {
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  #brains {
    font-size: 16px;
  }
  .brains-wrapper {
    padding-left: 15px;
  }
  .dropdown-arrow {
    border-width: 0 1px 1px 0;
    padding: 2.3px;
  }
} */

@media only screen and (max-width: 768px) {
  .logo-mobile-wrapper {
    display: flex;
  }
  .bg-desktop {
    display: none;
  }
  .container-padding-top {
    padding-top: 8%;
  }
  .bg-mobile {
    display: block;
  }
  .left,
  .right {
    width: 100%;
  }
  .header-list,
  .logo-desktop,
  nav {
    display: none;
  }
  .logo-mobile {
    display: block;
  }
  .hamburger-icon {
    display: flex;
  }
  main {
    height: calc(100vh - 100px);
  }
  .input-field {
    font-size: 16px;
    height: 85%;
  }
  .input-container {
    padding: 10px;
    height: 75px;
  }
  .brains-wrapper {
    padding-right: 20px;
    padding-left: 5px;
  }
  .text-area {
    font-size: 18px;
  }
  .dropdown-header {
    padding-right: 7%;
    padding-left: 10px;
  }
  .btns-container {
    flex-direction: column;
    align-items: center;
  }
  .heading {
    font-size: 36px;
  }
  .subheading {
    font-size: 16px;
  }

  .contact-div {
    display: none;
  }
}

/* loader styles */

.loader {
  position: relative;
  top: 10px;
  margin: 0px auto;
  width: 90%;
  height: 100%;
  
}

.circular-loader {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 30%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 30%;
  position: absolute;
  top: 40%;
  left: 35%;
  margin: auto;
}

.loader-path {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite,
    color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes color {
  0% {
    stroke: var(--primaryColor);
  }
  40% {
    stroke: var(--primaryColor);
  }
  66% {
    stroke: var(--primaryColor);
  }
  80%,
  90% {
    stroke: var(--primaryColor);
  }
}
@keyframes color {
  0% {
    stroke: var(--primaryColor);
  }
  40% {
    stroke: var(--primaryColor);
  }
  66% {
    stroke: var(--primaryColor);
  }
  80%,
  90% {
    stroke: var(--primaryColor);
  }
}

/* scrollbar styles */

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #cfcecc;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #8e8c8c;
}
