html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}

body {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

img,
svg {
  display: block;
  vertical-align: middle;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.inset-x-0 {
  left: 0;
  right: 0;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.z-50 {
  z-index: 50;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.block {
  display: block;
}

.inline-flex {
  display: inline-flex;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-16 {
  height: 4rem;
}

.w-6 {
  width: 1.5rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-7xl {
  max-width: 80rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 1rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.25rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1rem;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1.5rem;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 2rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
  border-style: solid;
}

.border-gray-300 {
  border-color: rgb(209 213 219);
}

.bg-gray-100 {
  background-color: rgb(243 244 246);
}

.bg-gray-800 {
  background-color: rgb(31 41 55);
}

.bg-gray-900 {
  background-color: rgb(17 24 39);
}

.bg-indigo-600 {
  background-color: rgb(79 70 229);
}

.bg-white {
  background-color: rgb(255 255 255);
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-relaxed {
  line-height: 1.625;
}

.text-black {
  color: rgb(0 0 0);
}

.text-white {
  color: rgb(255 255 255);
}

.text-gray-300 {
  color: rgb(209 213 219);
}

.text-gray-400 {
  color: rgb(156 163 175);
}

.text-gray-500 {
  color: rgb(107 114 128);
}

.text-gray-600 {
  color: rgb(75 85 99);
}

.text-gray-700 {
  color: rgb(55 65 81);
}

.text-gray-800 {
  color: rgb(31 41 55);
}

.text-gray-900 {
  color: rgb(17 24 39);
}

.list-disc {
  list-style-type: disc;
}

.cursor-pointer {
  cursor: pointer;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.hover\:bg-gray-700:hover {
  background-color: rgb(55 65 81);
}

.hover\:bg-indigo-700:hover {
  background-color: rgb(67 56 202);
}

.hover\:text-white:hover {
  color: rgb(255 255 255);
}

.focus\:border-blue-500:focus {
  border-color: rgb(59 130 246);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  box-shadow: 0 0 0 2px rgb(59 130 246 / 0.5);
}

.focus\:ring-blue-500:focus {
  box-shadow: 0 0 0 2px rgb(59 130 246 / 0.5);
}

.focus\:ring-inset:focus {
  box-shadow: inset 0 0 0 2px rgb(59 130 246 / 0.5);
}

.focus\:ring-white:focus {
  box-shadow: 0 0 0 2px rgb(255 255 255 / 0.65);
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.gap-x-8 {
  column-gap: 2rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.text-indigo-700 {
  color: rgb(67 56 202);
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:block {
    display: block;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row;
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 2rem;
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-center {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* CSS Variables */
html,
body {
  margin: 0px;
}
body {
  --background-primary: #fff;
  --font-color-primary: #333;
  --elevation-background: #f3f3f3;
  --link-color: #006eb8;
  --font-family-primary: system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --handwriting-font: "Handwriting-8";
  --primary-color: #1a73e8;
  --ink-color: #000f55;
  --label-color: #333;
  --field-borders: #e0e0e0;
  --primary-button-bg: #1d1d1d;
  --primary-button-color: #eee;
  --font-color-delete: #dc3545;
  --delete-button-borders: #dc3545;

  width: 100%;
  overflow-x: hidden;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}
body.dark {
  --background-primary: #121212;
  --font-color-primary: #ccc;
  --elevation-background: #1d1d1d;
  --link-color: #09f;
  --label-color: #aaa;
  --field-borders: #222;
  --primary-button-bg: #eee;
  --primary-button-color: #111;
  --delete-button-borders: #e76f7b;
  --font-color-delete: #e76f7b;
}
@font-face {
  font-family: "Hindi_Font";
  src: url(../fonts/Hindi_Type.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Handwriting-1";
  src: url(../fonts/handwriting-1.otf);
  font-display: swap;
}
@font-face {
  font-family: "Handwriting-2";
  src: url(../fonts/handwriting-2.otf);
  font-display: swap;
}
@font-face {
  font-family: "Handwriting-3";
  src: url(../fonts/handwriting-3.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Handwriting-4";
  src: url(../fonts/handwriting-4.otf);
  font-display: swap;
}
@font-face {
  font-family: "Handwriting-5";
  src: url(../fonts/handwriting-5.otf);
  font-display: swap;
}
@font-face {
  font-family: "Handwriting-6";
  src: url(../fonts/handwriting-6.otf);
  font-display: swap;
}
@font-face {
  font-family: "Handwriting-7";
  src: url(../fonts/handwriting-7.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Handwriting-8";
  src: url(../fonts/handwriting-8.ttf);
  font-display: swap;
}

/* Default CSS Changes */
* {
  box-sizing: border-box;
}
body {
  background-color: var(--background-primary);
  color: var(--font-color-primary);
  font-size: 1.05rem;
  background-color: #fff;
  /* padding: 0px 50px 50px 50px; */
}
a {
  text-decoration: none;
  color: var(--link-color);
}
section {
  padding: 20px 0px;
}
button {
  border: none;
  background-color: var(--elevation-background);
  color: var(--font-color-primary);
  border-radius: 6px;
  cursor: pointer;
  padding: 10px 20px;
}

label {
  color: #000;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 5px;
}

label.block {
  display: block;
  padding-bottom: 5px;
}

select {
  background: url("../images/dropdown.svg") no-repeat;
  background-position: calc(100% - 14px) center;
  border: none;
  color: #333;
  border-radius: 4px;
  font-size: 0.9rem;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
}

option {
  color: #333;
}

body.dark select {
  background: url("../images/dropdown-white.svg") no-repeat;
  background-position: calc(100% - 14px) center;
}

input {
  padding: 8px 13px;
  border-radius: 4px;
  border: 1px solid var(--elevation-background);
  color: var(--font-color-primary);
  background-color: transparent;
  display: block;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield !important;
  -webkit-appearance: none;
  width: 100%;
}

/* global classes */
ul.info-ul {
  padding-left: 20px;
}

ul.info-ul > li {
  padding: 5px 5px;
}

.shadow {
  box-shadow: 12px 12px 24px 0 rgba(0, 0, 0, 0.2);
}
.display-flex {
  display: flex;
}
.display-flex.padded-flex > div {
  padding: 0px 10px;
}
.display-flex.padded-flex > div:first-child {
  padding-left: unset;
}
.flex-1 {
  flex: 1;
}
.padding-around {
  padding-right: 30px;
  padding-left: 30px;
}
.padding-up-down {
  padding-top: 6px;
  padding-bottom: 7px;
}

/* Other Styles */
.generate-image-section {
  padding: 10px 10px;
  font-size: 1.2rem;
  /* background-color: yellow; */
  /* border: 1px solid #ededed; */
  /* border-radius: 10px; */
}

.generate-image-button {
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  font-family: "poppins", sans-serif;
  font-weight: 500;
}

.github-corner {
  position: absolute;
  top: 0;
  z-index: 99999;
  right: 0px;
}
body.dark .github-corner {
  filter: invert(100%);
}
.imp-button {
  color: var(--font-color-primary);
  border: 1px solid var(--font-color-primary);
}
.delete-button {
  color: var(--font-color-delete);
  border: 1px solid var(--delete-button-borders);
  background-color: var(--elevation-background);
}
.customization-col {
  padding: 0px 20px !important;
}

.left-margin-and-content {
  min-height: calc(100% - 50px);
}

.sponsor-name-section {
  padding: 50px 0px;
}
.sponsor-container {
  display: inline-block;
  color: var(--font-color-primary);
}
.sponsor-title {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.page-a {
  width: 450px;
  height: calc(11.7 * 400px / 8.3); /* A4 Ratio */
  background: #fff;
  border: 1px solid var(--elevation-background);
  font-size: 14pt;
  position: relative;
  top: 0px;
  font-family: var(--handwriting-font);
  color: var(--ink-color);
  line-height: 1.5em;
  overflow-y: auto;
  scrollbar-color: transparent;
  scrollbar-width: thin;
  margin-right: 20px;
  border-radius: 5px;
}
.paper-content {
  margin: 10px;
  width: 100%;
}
.page-a.lines .paper-content {
  background-image: linear-gradient(#999 0.05em, transparent 0.1em);
  background-color: unset !important;
  background-size: 100% 1.5em;
}

.margined .paper-content {
  padding: 5px;
  margin: 0px;
  padding-left: 55px;
}

.left-margin,
.top-margin {
  display: none;
}

.margined .top-margin {
  height: 50px;
  border-bottom: 2px solid pink;
  width: 100%;
  display: block;
  overflow-y: auto;
}

.margined .left-margin {
  width: 50px;
  height: calc(100%);
  display: inline-block;
  border-right: 2px solid pink;
  top: 0px;
  padding-top: 50px;
  overflow-x: hidden;
  position: absolute;
  left: 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}

.overlay.shadows {
  display: block;
  /* background-image: linear-gradient(10deg, #000a, #0001); */
}

/* OUTPUT */
.output {
  width: 70%;
  margin: auto;
  padding: 30px;
  white-space: nowrap;
  overflow-x: auto;
  border: 2px solid black;
  margin-top: 10px;
  border-radius: 10px;
}
.output .close-button {
  position: absolute;
  right: -3px;
  top: -11px;
  border-radius: 100%;
  padding: 4px 10px;
  background-color: #333;
  color: #fff;
  font-size: 15pt;
  font-weight: bold;
}
.download-image-button {
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  background-color: #1d1d1d;
  color: #ccc;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 10px 15px;
  border-radius: 8px;
}
#download-as-pdf-button {
  display: none;
}
#download-as-pdf-button.show {
  display: inline-block;
}
#delete-all-button {
  display: none;
}
#delete-all-button.show {
  display: inline-block;
}
.output img {
  width: 300px;
  margin: 0px 10px;
}

#faq p {
  overflow-wrap: break-word;
  overflow: hidden;
  width: 100%;
}

#covid-donations ul li {
  padding: 5px 0px;
}

.donations-list {
  padding: 58px 0px;
  text-align: center;
}

@media (max-width: 768px) {
  body {
    padding: 0px 0px;
  }
  .padding-around {
    padding-left: 5px;
    padding-right: 5px;
  }
  .display-flex.responsive-flex {
    flex-direction: column;
  }
  .customization-col {
    padding: 10px 5px !important;
  }
  .page-container {
    width: 100%;
    overflow-x: scroll;
  }

  .page-container-super {
    display: flex;
    flex-direction: column;
  }

  .output img {
    width: 200px;
    margin: 0px 10px;
  }

  .project-contributors {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .contributor-profile {
    width: 7.5em;
    height: 150px;
  }

  .contributor-username {
    font-size: 9pt;
  }
}

fieldset {
  padding: 20px 20px;
  border-radius: 10px;
  border: 3px solid #000;
  margin-top: 16px;
  /* background-color: #FFD5AD; */
}

legend {
  font-size: 1.2rem;
  padding: 0px 6px;
  color: #000;
  font-weight: 700;
}

select,
input {
  width: 100%;
  border: 1px solid var(--field-borders);
  padding: 10px;
  padding-right: 30px;
  color: var(--font-color-primary);
}

input[type="file"]::-webkit-file-upload-button {
  display: none;
}

input[type="file"]::before {
  content: "Choose File";
  font-weight: bold;
  color: white;
  padding: 0.8em;
  background-color: #005cdd;
  border-radius: 5px;
  margin-left: -10px;
  margin-right: 10px;
}

.postfix-input {
  position: relative;
}
.postfix-input label {
  display: block;
  margin-bottom: 5px;
}

.postfix-input::after {
  content: attr(data-postfix);
  position: absolute;
  right: 25px;
  bottom: 12px;
  font-size: 12px;
}

.upload-handwriting-container {
  margin-top: -4px;
}

.experimental {
  opacity: 0.8;
  cursor: not-allowed;
}

.category-grid {
  display: grid;
  grid-gap: 10px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}

.fade-in-dark,
.fade-in-light {
  transition: 0.3s ease;
}

@media (max-width: 768px) {
  .category-grid {
    grid-auto-flow: row;
    grid-auto-rows: 1fr;
  }
}

/*To generate margin between download as pdf and delete button in small screens*/
@media (max-width: 430px) {
  .delete-button {
    margin-top: 10px;
  }
}

.page-container-super {
  /* background-color: red; */
  padding-left: 20px;
  border-radius: 5px;
}

.title_text {
  margin-top: 10px;
}

.main_container {
  /* background-color: blue; */
}

/* Track */
::-webkit-scrollbar {
  width: 10px; /* width of the scrollbar */
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; /* color of the scrollbar handle */
  border-radius: 5px; /* roundness of the scrollbar handle */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; /* color of the scrollbar handle on hover */
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* color of the scrollbar track */
}
/* DARK MODE SWITCH */
.dark-mode-toggle {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 150px;
  border: none;
  background: transparent;
}
body:not(.user-is-tabbing) .dark-mode-toggle:focus {
  outline: none;
}
.dark-mode-toggle .moon {
  padding: 10px;
}
.dark-mode-toggle .sun {
  padding: 5px;
}
body .dark-mode-toggle .moon {
  display: none;
}
body .dark-mode-toggle .sun {
  display: inline-block;
}
body.dark .dark-mode-toggle .moon {
  display: inline-block;
}
body.dark .dark-mode-toggle .sun {
  display: none;
}

/* Switch */
.switch-toggle {
  position: relative;
  display: block;
  margin-top: 6px;
  cursor: pointer;
  width: 50px;
  height: 25px;
  border-radius: 25px;
  background-color: var(--elevation-background);
}

.switch-toggle input {
  position: relative;
  top: 4px;
  left: 4px;
  z-index: -1;
}

.switch-toggle div {
  position: absolute;
  border-radius: 50%;
  background-color: #9994;
  transition: 0.1s ease;
}

.switch-toggle input:focus + div {
  outline: 1;
}

.switch-toggle input:checked + div {
  left: 28px;
  background-color: #999f;
}

.switch-toggle.outer div {
  width: 16px;
  height: 16px;
  top: 4px;
  left: 5px;
}

@media (max-width: 768px) {
  .dark-mode-toggle {
    right: 10px;
  }
}

/* POPUP, DRAW AND PDF-PREVIEW  */
.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 999999;
  color: #ddd;
  padding: 100px;
  display: none;
}

.popup-container.show {
  display: block;
}

.popup-container .close-button {
  position: fixed;
  top: 0px;
  right: 0px;
  padding: 20px 30px;
  cursor: pointer;
  color: #ddd;
  background-color: transparent;
  border: none;
  font-size: 50pt;
  font-weight: bold;
}

.popup-container .close-button:hover {
  color: #fff;
  transition: color 0.5s ease;
}

#diagram-canvas {
  cursor: url("../images/favicon-32x32-3.png"), crosshair;
}

.contributor-profile {
  display: inline-block;
  margin: 10px 5px;
  text-align: center;
  background-color: var(--elevation-background);
  color: var(--font-color-primary);
  padding: 10px;
  width: 130px;
  overflow: hidden;
  border-radius: 4px;
  height: 170px;
  box-shadow: 4px 3px 16px -3px #0009;
}

img.contributor-avatar {
  width: 100%;
}

.contributor-profile a {
  text-decoration: none;
  color: var(--font-color-primary);
  font-weight: bold;
  display: block;
  font-size: 10pt;
}

.contributor-username {
  margin-top: 7px;
}

.main_section {
  padding-bottom: 30px;
}

.page-container-super {
  background-color: white;
  border: 3px solid #000000;
  border-radius: 10px;
  margin: 5px;
}

.customization-col {
  background-color: white;
  border: 3px solid #000;
  border-radius: 10px;
  margin: 5px;
}

.output_section {
  background-color: white;
  border: 3px solid #000000;
  border-radius: 10px;
  margin: 15px;
}

.draw-button {
  background-color: #f7c945;
  width: 250px;
  margin-top: 30px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 20%;
  font-size: 20px;
  font-weight: 600;
  font-family: "poppins", sans-serif;
  color: black;
  border: 2px solid black;
}

.beta_text {
  font-size: 12px;
  color: white;
  font-weight: 400;
}

.title_head {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.title_para {
  font-size: 0.8rem;
  margin-top: -15px;
  color: #000;
  margin-bottom: 23px;
  text-align: center;
}

.title_custom {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-left: 200px;
}

.head_sec {
  margin-top: 20px;
}

.warning_text {
  font-size: 0.8rem;
  margin-top: 5px;
  text-align: center;
}

.output_text {
  margin-left: 20px;
  margin-bottom: 2px;
  text-align: center;
}

.output_para {
  font-size: 0.8rem;
  text-align: center;
}

.hero_image {
  margin: auto;
  display: block;
  width: 200px;
  height: 200px;
}

.hero_title {
  text-align: center;
  font-size: 2rem;
  color: black;
  font-family: "poppins", sans-serif;
}

.hero_titles {
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  font-family: "poppins", sans-serif;
  margin-top: -20px;
  color: #000;
  /* background-color: #12181b; */
  /* width: 400px; */
  margin: auto;
  margin-bottom: 40px;
  border-radius: 5px;
  width: 40%;
}

.hero_para {
  text-align: center;
  /* margin-top: 10px; */
  font-size: 1.2rem;
  font-weight: 400;
  color: black;
  padding: 10px;
  font-family: "poppins", sans-serif;
}

.hero_content {
  margin-top: 50px;
}

.footer_section {
  width: 100%;
  background-color: #24d3b2;
  padding-bottom: 30px;
}

.footer_section h1 {
  text-align: center;
  color: black;
  padding-top: 50px;
  font-size: 3.5rem;
  font-weight: 700;
  font-family: "poppins", sans-serif;
}

.wrapper {
  max-width: 1200px;
  margin: auto;
}

.footer_section p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  color: black;
  font-family: "poppins", sans-serif;
}

.footer_products {
  background-color: #f1ede9;
  padding-bottom: 30px;
  padding-top: 15px;
}

.footer_products h1 {
  text-align: center;
  color: black;
  padding-top: 20px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 15px;
  font-family: "poppins", sans-serif;
}

.footer_products p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  color: black;
  font-family: "poppins", sans-serif;
}

@media (max-width: 768px) {
  .hero_image {
    margin: auto;
    display: block;
    width: 200px;
    height: 200px;
  }

  .hero_title {
    text-align: center;
    font-size: 1.4rem;
    color: black;
    font-family: "poppins", sans-serif;
  }

  .hero_titles {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    font-family: "poppins", sans-serif;
    margin-top: -20px;
    color: #f7c945;
    background-color: #12181b;
    /* width: 400px; */
    margin: auto;
    margin-bottom: 40px;
    border-radius: 5px;
  }

  .hero_para {
    text-align: center;
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 400;
    color: black;
    padding: 10px;
    font-family: "poppins", sans-serif;
  }

  .hero_content {
    margin-top: 50px;
  }
  .title_custom {
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-left: 40px;
    margin-top: -40px;
  }
  .draw-button {
    margin-left: 23px;
  }
  .hero_titles {
    font-size: 1.8rem;
  }
  .output {
    width: 90%;
    margin: auto;
    padding: 30px;
    white-space: nowrap;
    overflow-x: auto;
    border: 1px solid black;
    margin-top: 20px;
    border-radius: 10px;
  }
  .output_para {
    font-size: 1rem;
    margin: 20px;
  }
  .footer_section h1 {
    text-align: center;
    color: black;
    padding-top: 50px;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "poppins", sans-serif;
  }
  .footer_section p {
    text-align: center;
    color: black;
    padding-top: 0px;
    font-size: 1rem;
    font-weight: 300;
    font-family: "poppins", sans-serif;
  }
  .footer_products h1 {
    text-align: center;
    color: black;
    padding-top: 20px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 10px;
    font-family: "poppins", sans-serif;
  }
  .footer_products p {
    text-align: center;
    color: black;
    padding-top: 20px;
    font-size: 1rem;
    font-weight: 400;
    font-family: "poppins", sans-serif;
  }
}

.hero_section {
  background-color: #f7c945;
  width: 1300px;
  border-radius: 100px;
  margin-top: 20px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.hero_container {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  margin-bottom: 50px;
  padding-bottom: 30px;
  padding: 30px;
}

.navbar_section {
  display: flex;
  justify-content: space-between;
  margin-top: -10px;
}

.nav_logo {
  margin-top: 10px;
}

.nav_icon {
  width: 300px;
}

.twitter_button {
  border: 1px solid #23242533;
  border-radius: 55px;
  padding: 20px 40px 20px 40px;
  font-size: 1.1rem;
  font-family: "poppins", sans-serif;
  background-color: #f7c945;
  font-weight: 700;
  color: black;
}

.twitter_button:hover {
  background-color: #23242505;
  border: 1px solid #23242566;
}

.new_hero_section {
  background-color: #07b594;
  height: 430px;
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}

.new_hero_h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
  letter-spacing: -1px;
  color: #000;
}

.new_hero_p {
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
  padding-right: 90px;
  color: black;
}

.new_hero_1 {
  width: 50%;
  margin-left: 50px;
}

.new_hero_image {
  width: 500px;
  height: 500px;
}

.ai_h1 {
  font-size: 64px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

@media (max-width: 768px) {
  .hero_section {
    background-color: #f7c945;
    width: 95%;
    border-radius: 20px;
    margin-top: 20px;
    height: 180px;
  }
  .navbar_section {
    display: block;
    margin: auto;
  }
  .nav_icon {
    width: 300px;
    margin-left: 1%;
  }

  .nav_logo {
    margin-top: 0px;
  }

  .twitter_button {
    border: 1px solid #23242533;
    border-radius: 55px;
    padding: 20px 40px 20px 40px;
    font-size: 20px;
    font-family: "poppins", sans-serif;
    background-color: #f7c945;
    font-weight: 700;
    margin-top: 20px;
    margin-left: 8%;
    color: black;
  }

  .twitter_button:hover {
    background-color: #23242505;
    border: 1px solid #23242566;
  }

  .new_hero_section {
    background-color: #07b594;
    height: 390px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
  }

  .new_hero_h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px;
    letter-spacing: -1px;
    color: #000;
    text-align: center;
  }

  .new_hero_p {
    font-size: 18px;
    line-height: 150%;
    font-weight: 300;
    padding-right: 10px;
    padding-left: 10px;
    color: black;
  }

  .new_hero_1 {
    width: 100%;
    text-align: center;
    margin-left: 0px;
  }
  .new_hero_2 {
    display: none;
  }

  .new_hero_image {
    display: none;
  }

  .ai_h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px;
    letter-spacing: -1px;
    color: #000;
    text-align: center;
  }
}

.how_section_heading {
  padding: 0px;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.how_section_heading h1 {
  font-size: 30px;
  font-weight: 700;
}

.how_section_heading p {
  font-size: 16px;
  color: blue;
  margin-top: -10px;
}

.how_to_section {
  max-width: 1300px;
  margin: auto;
  display: block;
  margin-top: -40px;
}

.hero_description_flex {
  display: flex;
  justify-content: space-evenly;
}

.hero_flex1 {
  background-color: #f5fffa;
  margin: 10px 10px 10px 0px;
  border: 1px solid #cef2e0;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  border-radius: 15px;
}
.hero_flex2 {
  background-color: #f5fffa;
  border: 1px solid #cef2e0;
  margin: 10px 0px 10px 0px;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .how_section_heading {
    padding: 0px;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    border-radius: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .how_section_heading h1 {
    font-size: 24px;
    font-weight: 700;
    color: black;
  }

  .how_section_heading p {
    font-size: 16px;
    color: blue;
    margin-top: -10px;
  }

  .how_to_section {
    max-width: 1300px;
    margin: auto;
    display: block;
    margin-top: -40px;
  }

  .hero_description_flex {
    display: block;
  }

  .hero_flex1 {
    background-color: #f5fffa;
    margin: 10px 10px 10px 0px;
    border: 1px solid #cef2e0;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    border-radius: 15px;
  }
  .hero_flex2 {
    background-color: #f5fffa;
    border: 1px solid #cef2e0;
    margin: 10px 0px 10px 0px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    border-radius: 15px;
  }

  .footer_main {
    width: 100%;
    background-color: #fff;
    margin: auto;
    justify-items: center;
    display: block;
  }

  .footer_main img {
    width: 250px;
    margin: auto;
    display: block;
    margin-top: 50px;
  }

  .footer_main p {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 400;
    color: black;
    font-family: "poppins", sans-serif;
  }

  .footer_main h2 {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 80px;
    color: #353639;
    font-family: "poppins", sans-serif;
  }

  .footer_main h3 {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 400;
    /* margin-top: 80px; */
    color: #353639;
    font-family: "poppins", sans-serif;
  }

  .footer_main ul {
    text-align: center;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    margin: auto;
    margin-bottom: 20px;
    padding-left: 0px;
  }

  .footer_main li {
    font-size: 0.7rem;
    font-weight: 400;
    color: #353639;
    font-family: "poppins", sans-serif;
  }

  .footer_main li:hover {
    font-size: 0.9rem;
    font-weight: 400;
    color: #ffb531;
    font-family: "poppins", sans-serif;
  }
}

.footer_main {
  width: 100%;
  background-color: #fff;
  margin: auto;
  justify-items: center;
  display: block;
}

.footer_main img {
  width: 250px;
  margin: auto;
  display: block;
  margin-top: 50px;
}

.footer_main p {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 400;
  color: black;
  font-family: "poppins", sans-serif;
}

.footer_main h2 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 80px;
  color: #353639;
  font-family: "poppins", sans-serif;
}

.footer_main h3 {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 400;
  /* margin-top: 80px; */
  color: #353639;
  font-family: "poppins", sans-serif;
}

.footer_main ul {
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  max-width: 500px;
  margin: auto;
  margin-bottom: 20px;
}

.footer_main li {
  font-size: 0.9rem;
  font-weight: 400;
  color: #353639;
  font-family: "poppins", sans-serif;
}

.footer_main li:hover {
  font-size: 0.9rem;
  font-weight: 400;
  color: #ffb531;
  font-family: "poppins", sans-serif;
}
