/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .top-\[8\.2\%\] {
    top: 8.2%;
  }
  .top-\[10\%\] {
    top: 10%;
  }
  .top-\[29\.13\%\] {
    top: 29.13%;
  }
  .top-\[51\.9\%\] {
    top: 51.9%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[10\%\] {
    right: 10%;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[34\%\] {
    bottom: 34%;
  }
  .-left-\[10\%\] {
    left: calc(10% * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[4\.7\%\] {
    left: 4.7%;
  }
  .left-\[9\.2\%\] {
    left: 9.2%;
  }
  .z-10 {
    z-index: 10;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-\[13\.56\%\] {
    height: 13.56%;
  }
  .h-\[28px\] {
    height: 28px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[60\%\] {
    height: 60%;
  }
  .h-\[84px\] {
    height: 84px;
  }
  .h-\[92px\] {
    height: 92px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .w-\[10\%\] {
    width: 10%;
  }
  .w-\[20\%\] {
    width: 20%;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[81\.3\%\] {
    width: 81.3%;
  }
  .w-\[90\.5\%\] {
    width: 90.5%;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[266px\] {
    max-width: 266px;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .border-b-3 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 3px;
  }
  .bg-\[\#303243\] {
    background-color: #303243;
  }
  .bg-\[\#EFDFE4\] {
    background-color: #EFDFE4;
  }
  .bg-\[\#F3E388\] {
    background-color: #F3E388;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-20 {
    padding-inline: calc(var(--spacing) * 20);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .text-\[\#221E36\] {
    color: #221E36;
  }
  .text-\[\#471A8E\] {
    color: #471A8E;
  }
  .text-white {
    color: var(--color-white);
  }
  .md\:right-\[10\%\] {
    @media (width >= 48rem) {
      right: 10%;
    }
  }
  .md\:h-\[78px\] {
    @media (width >= 48rem) {
      height: 78px;
    }
  }
  .md\:h-screen {
    @media (width >= 48rem) {
      height: 100vh;
    }
  }
  .md\:min-h-\[1021px\] {
    @media (width >= 48rem) {
      min-height: 1021px;
    }
  }
  .md\:w-\[277px\] {
    @media (width >= 48rem) {
      width: 277px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:max-w-\[869px\] {
    @media (width >= 48rem) {
      max-width: 869px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .md\:leading-\[48px\] {
    @media (width >= 48rem) {
      --tw-leading: 48px;
      line-height: 48px;
    }
  }
  .lg\:top-\[16\.9\%\] {
    @media (width >= 64rem) {
      top: 16.9%;
    }
  }
  .lg\:top-\[52\.8\%\] {
    @media (width >= 64rem) {
      top: 52.8%;
    }
  }
  .lg\:bottom-\[49\%\] {
    @media (width >= 64rem) {
      bottom: 49%;
    }
  }
  .lg\:left-\[21\.1\%\] {
    @media (width >= 64rem) {
      left: 21.1%;
    }
  }
  .lg\:left-\[27\.23\%\] {
    @media (width >= 64rem) {
      left: 27.23%;
    }
  }
  .lg\:left-\[59\.3\%\] {
    @media (width >= 64rem) {
      left: 59.3%;
    }
  }
  .lg\:mb-14 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }
  .lg\:mb-16 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[23\.4\%\] {
    @media (width >= 64rem) {
      height: 23.4%;
    }
  }
  .lg\:h-\[38\%\] {
    @media (width >= 64rem) {
      height: 38%;
    }
  }
  .lg\:h-\[44px\] {
    @media (width >= 64rem) {
      height: 44px;
    }
  }
  .lg\:h-\[84px\] {
    @media (width >= 64rem) {
      height: 84px;
    }
  }
  .lg\:h-\[92px\] {
    @media (width >= 64rem) {
      height: 92px;
    }
  }
  .lg\:w-\[34\.3\%\] {
    @media (width >= 64rem) {
      width: 34.3%;
    }
  }
  .lg\:w-\[44\%\] {
    @media (width >= 64rem) {
      width: 44%;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:px-20 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .lg\:py-7 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 7);
    }
  }
  .lg\:pt-40 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 40);
    }
  }
  .xl\:left-\[5\%\] {
    @media (width >= 80rem) {
      left: 5%;
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: 'DIN Condensed';
  src: url('../DIN/DINCond-Medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "DIN Condensed", sans-serif;
  background: linear-gradient(180deg, #000240 8.31%, #331D75 44.95%, #8447B9 85.18%);
  color: ##221E36;
}
header {
  background: #4B39D4;
  opacity: .45;
  position: relative;
  top: calc(var(--spacing) * 0);
  z-index: 50;
  width: 100%;
  opacity: 45%;
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.header__logo {
  height: calc(var(--spacing) * 9);
  width: auto;
}
#hambahaldjas {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  pointer-events: none;
  will-change: transform;
}
.intro {
  background-image: url("../images/intro-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.text-bg {
  display: flex;
  height: 69px;
  width: 248px;
  align-items: center;
  justify-content: center;
  background-image: url(../images/text-bg-mobile.png);
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 24px;
  --tw-leading: 28px;
  line-height: 28px;
  @media (width >= 48rem) {
    height: 78px;
  }
  @media (width >= 48rem) {
    width: 689px;
  }
  @media (width >= 48rem) {
    background-image: url(../images/text-bg.png);
  }
  @media (width >= 48rem) {
    font-size: 40px;
  }
  @media (width >= 48rem) {
    --tw-leading: 48px;
    line-height: 48px;
  }
}
.text-bg2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: calc(var(--spacing) * 2);
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 24px;
  --tw-leading: 28px;
  line-height: 28px;
  @media (width >= 48rem) {
    height: 524px;
  }
  @media (width >= 48rem) {
    width: 597px;
  }
  @media (width >= 48rem) {
    background-image: url(../images/text-bg2.png);
  }
  @media (width >= 48rem) {
    padding: calc(var(--spacing) * 9);
  }
  @media (width >= 48rem) {
    font-size: 40px;
  }
  @media (width >= 48rem) {
    --tw-leading: 48px;
    line-height: 48px;
  }
}
.price-list {
  display: flex;
  justify-content: center;
  background-image: url(../images/pricelist-bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-block: calc(var(--spacing) * 10);
  @media (width >= 48rem) {
    padding-top: calc(var(--spacing) * 40);
  }
}
.text-bg3 {
  background-image: url("../images/text-bg3.png");
  display: flex;
  height: 368px;
  width: 250px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 2);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: calc(var(--spacing) * 8);
  text-align: center;
  font-size: 24px;
  --tw-leading: 28px;
  line-height: 28px;
  @media (width >= 48rem) {
    height: 642px;
  }
  @media (width >= 48rem) {
    width: 433px;
  }
  @media (width >= 48rem) {
    padding-top: calc(var(--spacing) * 12);
  }
  @media (width >= 48rem) {
    font-size: 38px;
  }
  @media (width >= 48rem) {
    --tw-leading: 48px;
    line-height: 48px;
  }
}
.history-list {
  display: flex;
  flex-direction: column;
}
.history-list a {
  display: block;
  padding-inline: calc(var(--spacing) * 4);
  font-size: 24px;
  --tw-leading: 28px;
  line-height: 28px;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      background-color: #D1AF20;
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-black);
    }
  }
  @media (width >= 48rem) {
    font-size: 40px;
  }
  @media (width >= 48rem) {
    --tw-leading: 48px;
    line-height: 48px;
  }
  @media (width >= 64rem) {
    padding-inline: calc(var(--spacing) * 6);
  }
  @media (width >= 64rem) {
    padding-block: calc(var(--spacing) * 2);
  }
}
[data-aos="zoom-in-up"] {
  transform: translateY(200px) scale(0.8);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos="zoom-in-up"].aos-animate {
  transform: translateY(0) scale(1);
  opacity: 1;
}
@keyframes gentle-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.animate-gentle-bounce {
  animation: gentle-bounce 1s ease-in-out infinite;
}
@keyframes gentle-sway {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
}
.animate-gentle-sway {
  animation: gentle-sway 1s ease-in-out infinite;
}
.scroll-wrapper {
  position: relative;
  height: 100%;
}
.up {
  right: calc(-49px - 25px);
  position: absolute;
  top: calc(var(--spacing) * 0);
  height: 34px;
  width: 62px;
}
.down {
  right: calc(-49px - 25px);
  position: absolute;
  bottom: calc(var(--spacing) * 0);
  height: 34px;
  width: 62px;
}
.custom-scrollbar {
  position: absolute;
  top: 50px;
  right: calc(-37px - 25px);
  width: 37px;
  height: calc(100% - 100px);
  background: #221E36;
  border-radius: 0;
  overflow: hidden;
  border: 2px solid #221E36;
}
.scroll-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #C6C6C6;
  border-radius: 0px;
}
#box::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
#box {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-duration: initial;
    }
  }
}
