@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";

.vertical-timeline * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.vertical-timeline {
  width: 95%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  padding: 2em 0
}

.vertical-timeline:after {
  content: "";
  display: table;
  clear: both
}

.vertical-timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: var(--line-color)
}

.vertical-timeline.vertical-timeline--one-column-right:before {
  right: 18px;
  left: unset
}

@media only screen and (min-width:1170px) {
  .vertical-timeline.vertical-timeline--two-columns {
    width: 90%
  }

  .vertical-timeline.vertical-timeline--two-columns:before {
    left: 50%;
    margin-left: -2px
  }
}

.vertical-timeline-element {
  position: relative;
  margin: 2em 0
}

.vertical-timeline-element>div {
  min-height: 1px
}

.vertical-timeline-element:after {
  content: "";
  display: table;
  clear: both
}

.vertical-timeline-element:first-child {
  margin-top: 0
}

.vertical-timeline-element:last-child {
  margin-bottom: 0
}

@media only screen and (min-width:1170px) {
  .vertical-timeline-element {
    margin: 4em 0
  }

  .vertical-timeline-element:first-child {
    margin-top: 0
  }

  .vertical-timeline-element:last-child {
    margin-bottom: 0
  }
}

.vertical-timeline-element-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, .08), 0 3px 0 4px rgba(0, 0, 0, .05);
  box-shadow: 0 0 0 4px #fff, inset 0 2px #00000014, 0 3px 0 4px #0000000d
}

.vertical-timeline--one-column-right .vertical-timeline-element-icon {
  right: 0;
  left: unset
}

.vertical-timeline-element-icon svg {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px
}

@media only screen and (min-width:1170px) {
  .vertical-timeline--two-columns .vertical-timeline-element-icon {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px
  }
}

.vertical-timeline-element-icon {
  /* -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden; */
  transform: translateZ(0);
  backface-visibility: hidden;
}

.vertical-timeline--animate .vertical-timeline-element-icon.is-hidden {
  visibility: hidden
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-1 .6s;
  animation: cd-bounce-1 .6s
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.vertical-timeline-element-content {
  position: relative;
  margin-left: 60px;
  background: #fff;
  border-radius: .25em;
  padding: 1em;
  -webkit-box-shadow: 0 3px 0 #ddd;
  box-shadow: 0 3px #ddd
}

.vertical-timeline--one-column-right .vertical-timeline-element-content {
  margin-right: 60px;
  margin-left: unset
}

.vertical-timeline-element--no-children .vertical-timeline-element-content {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.vertical-timeline-element-content:after {
  content: "";
  display: table;
  clear: both
}

.vertical-timeline-element-content h2 {
  color: #303e49
}

.vertical-timeline-element-content .vertical-timeline-element-date,
.vertical-timeline-element-content p {
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 500
}

.vertical-timeline-element-content .vertical-timeline-element-date {
  display: inline-block
}

.vertical-timeline-element-content p {
  margin: 1em 0 0;
  line-height: 1.6
}

.vertical-timeline-element-title,
.vertical-timeline-element-subtitle {
  margin: 0
}

.vertical-timeline-element-content .vertical-timeline-element-date {
  float: left;
  padding: .8em 0;
  opacity: .7
}

.vertical-timeline-element-content-arrow {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #fff
}

.vertical-timeline--one-column-right .vertical-timeline-element-content-arrow {
  content: "";
  position: absolute;
  top: 16px;
  right: unset;
  left: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-left: 7px solid #fff
}

.vertical-timeline--one-column-right .vertical-timeline-element-content:before {
  left: 100%;
  border-left: 7px solid #fff;
  border-right: unset
}

.vertical-timeline-element--no-children .vertical-timeline-element-content:before {
  display: none
}

.vertical-timeline-element--no-children .vertical-timeline-element-content-arrow {
  display: none
}

@media only screen and (min-width:768px) {
  .vertical-timeline-element-content h2 {
    font-size: 20px;
    font-size: 1.25rem
  }

  .vertical-timeline-element-content p {
    font-size: 16px;
    font-size: 1rem
  }

  .vertical-timeline-element-content .vertical-timeline-element-date {
    font-size: 14px;
    font-size: .875rem
  }
}

@media only screen and (min-width:1170px) {
  .vertical-timeline--two-columns .vertical-timeline-element-content {
    margin-left: 0;
    padding: 1.5em;
    width: 44%
  }

  .vertical-timeline--two-columns .vertical-timeline-element-content-arrow {
    top: 24px;
    left: 100%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  .vertical-timeline--two-columns .vertical-timeline-element-content .vertical-timeline-element-date {
    position: absolute;
    width: 100%;
    left: 124%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem
  }

  .vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content,
  .vertical-timeline--two-columns .vertical-timeline-element:nth-child(even):not(.vertical-timeline-element--left) .vertical-timeline-element-content {
    float: right
  }

  .vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content-arrow,
  .vertical-timeline--two-columns .vertical-timeline-element:nth-child(even):not(.vertical-timeline-element--left) .vertical-timeline-element-content-arrow {
    top: 24px;
    left: auto;
    right: 100%;
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  .vertical-timeline--one-column-right .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content-arrow,
  .vertical-timeline--one-column-right .vertical-timeline-element:nth-child(even):not(.vertical-timeline-element--left) .vertical-timeline-element-content-arrow {
    top: 24px;
    left: 100%;
    right: auto;
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  .vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content .vertical-timeline-element-date,
  .vertical-timeline--two-columns .vertical-timeline-element:nth-child(even):not(.vertical-timeline-element--left) .vertical-timeline-element-content .vertical-timeline-element-date {
    left: auto;
    right: 124%;
    text-align: right
  }
}

.vertical-timeline--animate .vertical-timeline-element-content.is-hidden {
  visibility: hidden
}

.vertical-timeline--animate .vertical-timeline-element-content.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-2 .6s;
  animation: cd-bounce-2 .6s
}

@media only screen and (min-width:1170px) {

  .vertical-timeline--two-columns.vertical-timeline--animate .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content.bounce-in,
  .vertical-timeline--two-columns.vertical-timeline--animate .vertical-timeline-element:nth-child(even):not(.vertical-timeline-element--left) .vertical-timeline-element-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse .6s;
    animation: cd-bounce-2-inverse .6s
  }
}

@media only screen and (max-width:1169px) {
  .vertical-timeline--animate .vertical-timeline-element-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2-inverse .6s;
    animation: cd-bounce-2-inverse .6s
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px)
  }

  to {
    -webkit-transform: translateX(0)
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translate(-100px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translate(20px)
  }

  to {
    -webkit-transform: translateX(0);
    transform: translate(0)
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px)
  }

  to {
    -webkit-transform: translateX(0)
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translate(100px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translate(-20px)
  }

  to {
    -webkit-transform: translateX(0);
    transform: translate(0)
  }
}

*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb
}

:before,
:after {
  --tw-content: ""
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal
}

body {
  margin: 0;
  line-height: inherit
}

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;
  text-decoration: inherit
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0
}

button,
select {
  text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
  /* -webkit-appearance: button; */
  appearance: button;
  background-color: transparent;
  background-image: none
}

:-moz-focusring {
  outline: auto
}

:-moz-ui-invalid {
  box-shadow: none
}

progress {
  vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  /* -webkit-appearance: textfield; */
  appearance: textfield;
  outline-offset: -2px
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0
}

fieldset {
  margin: 0;
  padding: 0
}

legend {
  padding: 0
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0
}

textarea {
  resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af
}

button,
[role=button] {
  cursor: pointer
}

:disabled {
  cursor: default
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* vertical-align: middle; */
  /* vertical-align: middle; */
}

img,
video {
  max-width: 100%;
  height: auto
}

[hidden] {
  display: none
}

*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia:
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia:
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px
}

.bottom-32 {
  bottom: 8rem
}

.right-0 {
  right: 0px
}

.top-0 {
  top: 0px
}

.top-20 {
  top: 5rem
}

.top-\[120px\] {
  top: 120px
}

.z-0 {
  z-index: 0
}

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.z-\[-1\] {
  z-index: -1
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem
}

.-mt-20 {
  margin-top: -5rem
}

.mb-4 {
  margin-bottom: 1rem
}

.ml-3 {
  margin-left: .75rem
}

.ml-5 {
  margin-left: 1.25rem
}

.mt-1 {
  margin-top: .25rem
}

.mt-12 {
  margin-top: 3rem
}

.mt-2 {
  margin-top: .5rem
}

.mt-20 {
  margin-top: 5rem
}

.mt-3 {
  margin-top: .75rem
}

.mt-4 {
  margin-top: 1rem
}

.mt-5 {
  margin-top: 1.25rem
}

.mt-7 {
  margin-top: 1.75rem
}

.flex {
  display: flex
}

.table {
  display: table
}

.hidden {
  display: none
}

.h-10 {
  height: 2.5rem
}

.h-16 {
  height: 4rem
}

.h-28 {
  height: 7rem
}

.h-3 {
  height: .75rem
}

.h-40 {
  height: 10rem
}

.h-5 {
  height: 1.25rem
}

.h-9 {
  height: 2.25rem
}

.h-\[230px\] {
  height: 230px
}

.h-\[28px\] {
  height: 28px
}

.h-\[350px\] {
  height: 350px
}

.h-\[60\%\] {
  height: 60%
}

.h-\[64px\] {
  height: 64px
}

.h-auto {
  height: auto
}

.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.min-h-\[200px\] {
  min-height: 200px
}

.min-h-\[300px\] {
  min-height: 300px
}

.w-1 {
  width: .25rem
}

.w-10 {
  width: 2.5rem
}

.w-16 {
  width: 4rem
}

.w-28 {
  width: 7rem
}

.w-3 {
  width: .75rem
}

.w-5 {
  width: 1.25rem
}

.w-9 {
  width: 2.25rem
}

.w-\[28px\] {
  width: 28px
}

.w-\[35px\] {
  width: 35px
}

.w-\[60\%\] {
  width: 60%
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content
}

.w-full {
  width: 100%
}

.min-w-\[180px\] {
  min-width: 180px
}

.max-w-6xl {
  max-width: 72rem
}

.max-w-7xl {
  max-width: 80rem
}

.flex-1 {
  flex: 1 1 0%
}

.flex-\[0\.75\] {
  flex: .75
}

.grow {
  flex-grow: 1
}

.cursor-pointer {
  cursor: pointer
}

.list-disc {
  list-style-type: disc
}

.list-none {
  list-style-type: none
}

.flex-row {
  flex-direction: row
}

.flex-col {
  flex-direction: column
}

.flex-col-reverse {
  flex-direction: column-reverse
}

.flex-wrap {
  flex-wrap: wrap
}

.items-start {
  align-items: flex-start
}

.items-center {
  align-items: center
}

.justify-end {
  justify-content: flex-end
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.justify-evenly {
  justify-content: space-evenly
}

.gap-1 {
  gap: .25rem
}

.gap-10 {
  gap: 2.5rem
}

.gap-2 {
  gap: .5rem
}

.gap-4 {
  gap: 1rem
}

.gap-5 {
  gap: 1.25rem
}

.gap-7 {
  gap: 1.75rem
}

.gap-8 {
  gap: 2rem
}

.space-y-2>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
}

.overflow-hidden {
  overflow: hidden
}

.rounded-2xl {
  border-radius: 1rem
}

.rounded-3xl {
  border-radius: 1.5rem
}

.rounded-\[20px\] {
  border-radius: 20px
}

.rounded-full {
  border-radius: 9999px
}

.rounded-lg {
  border-radius: .5rem
}

.rounded-xl {
  border-radius: .75rem
}

.border-4 {
  border-width: 4px
}

.border-none {
  border-style: none
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(170 166 195 / var(--tw-border-opacity))
}

.bg-Ceder-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 13 37 / var(--tw-bg-opacity))
}

.bg-Ceder-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 3 37 / var(--tw-bg-opacity))
}

.bg-\[\#919eff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(145 158 255 / var(--tw-bg-opacity))
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(5 8 22 / var(--tw-bg-opacity))
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(170 166 195 / var(--tw-bg-opacity))
}

.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(21 16 48 / var(--tw-bg-opacity))
}

.bg-hero-pattern {
  background-image: url(./herobg-ecbfddc8.png)
}

.bg-cover {
  background-size: cover
}

.bg-center {
  background-position: center
}

.bg-no-repeat {
  background-repeat: no-repeat
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.p-10 {
  padding: 2.5rem
}

.p-2 {
  padding: .5rem
}

.p-5 {
  padding: 1.25rem
}

.p-6 {
  padding: 1.5rem
}

.p-8 {
  padding: 2rem
}

.p-\[1px\] {
  padding: 1px
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.pb-14 {
  padding-bottom: 3.5rem
}

.pl-1 {
  padding-left: .25rem
}

.text-center {
  text-align: center
}

.text-\[12px\] {
  font-size: 12px
}

.text-\[14px\] {
  font-size: 14px
}

.text-\[16px\] {
  font-size: 16px
}

.text-\[17px\] {
  font-size: 17px
}

.text-\[18px\] {
  font-size: 18px
}

.text-\[20px\] {
  font-size: 20px
}

.text-\[24px\] {
  font-size: 24px
}

.text-\[30px\] {
  font-size: 30px
}

.text-\[40px\] {
  font-size: 40px
}

.text-\[48px\] {
  font-size: 48px
}

.font-bold {
  font-weight: 700
}

.font-medium {
  font-weight: 500
}

.font-semibold {
  font-weight: 600
}

.uppercase {
  text-transform: uppercase
}

.leading-\[30px\] {
  line-height: 30px
}

.tracking-wider {
  letter-spacing: .05em
}

.text-\[\#919eff\] {
  --tw-text-opacity: 1;
  color: rgb(145 158 255 / var(--tw-text-opacity))
}

.text-\[\#dfd9ff\] {
  --tw-text-opacity: 1;
  color: rgb(223 217 255 / var(--tw-text-opacity))
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(170 166 195 / var(--tw-text-opacity))
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.text-white-100 {
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity))
}

.shadow-card {
  --tw-shadow: 0px 35px 120px -15px #211e35;
  --tw-shadow-colored: 0px 35px 120px -15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-primary {
  --tw-shadow-color: #050816;
  --tw-shadow: var(--tw-shadow-colored)
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
  scroll-behavior: smooth;
  color-scheme: dark
}

.hash-span {
  margin-top: -100px;
  padding-bottom: 100px;
  display: block
}

.Ceder-gradient {
  background: #000000;
  background: linear-gradient(to right, #434343, #000000)
}

.violet-gradient {
  background: #804dee;
  background: linear-gradient(-90deg, #804dee 0%, rgba(60, 51, 80, 0) 100%);
  background: -webkit-linear-gradient(-90deg, #804dee 0%, rgba(60, 51, 80, 0) 100%)
}

.green-pink-gradient {
  background: "#00cea8";
  background: linear-gradient(90.13deg, #00cea8 1.9%, #bf61ff 97.5%);
  background: -webkit-linear-gradient(-90.13deg, #00cea8 1.9%, #bf61ff 97.5%)
}

.orange-text-gradient {
  background: #f12711;
  background: linear-gradient(to top, #f12711, #f5af19);
  /* -webkit-background-clip: text; */
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.green-text-gradient {
  background: #11998e;
  background: linear-gradient(to top, #11998e, #38ef7d);
  /* -webkit-background-clip: text; */
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.blue-text-gradient {
  background: #56ccf2;
  background: linear-gradient(to top, #2f80ed, #56ccf2);
  /* -webkit-background-clip: text; */
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.pink-text-gradient {
  background: #ec008c;
  background: linear-gradient(to top, #ec008c, #fc6767);
  /* -webkit-background-clip: text; */
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.canvas-loader {
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0)
}

@keyframes mulShdSpin {

  0%,
  to {
    box-shadow: 0 -2.6em #fff, 1.8em -1.8em #fff3, 2.5em 0 #fff3, 1.75em 1.75em #fff3, 0 2.5em #fff3, -1.8em 1.8em #fff3, -2.6em 0 #ffffff80, -1.8em -1.8em #ffffffb3
  }

  12.5% {
    box-shadow: 0 -2.6em #ffffffb3, 1.8em -1.8em #fff, 2.5em 0 #fff3, 1.75em 1.75em #fff3, 0 2.5em #fff3, -1.8em 1.8em #fff3, -2.6em 0 #fff3, -1.8em -1.8em #ffffff80
  }

  25% {
    box-shadow: 0 -2.6em #ffffff80, 1.8em -1.8em #ffffffb3, 2.5em 0 #fff, 1.75em 1.75em #fff3, 0 2.5em #fff3, -1.8em 1.8em #fff3, -2.6em 0 #fff3, -1.8em -1.8em #fff3
  }

  37.5% {
    box-shadow: 0 -2.6em #fff3, 1.8em -1.8em #ffffff80, 2.5em 0 #ffffffb3, 1.75em 1.75em #fff, 0 2.5em #fff3, -1.8em 1.8em #fff3, -2.6em 0 #fff3, -1.8em -1.8em #fff3
  }

  50% {
    box-shadow: 0 -2.6em #fff3, 1.8em -1.8em #fff3, 2.5em 0 #ffffff80, 1.75em 1.75em #ffffffb3, 0 2.5em #fff, -1.8em 1.8em #fff3, -2.6em 0 #fff3, -1.8em -1.8em #fff3
  }

  62.5% {
    box-shadow: 0 -2.6em #fff3, 1.8em -1.8em #fff3, 2.5em 0 #fff3, 1.75em 1.75em #ffffff80, 0 2.5em #ffffffb3, -1.8em 1.8em #fff, -2.6em 0 #fff3, -1.8em -1.8em #fff3
  }

  75% {
    box-shadow: 0 -2.6em #fff3, 1.8em -1.8em #fff3, 2.5em 0 #fff3, 1.75em 1.75em #fff3, 0 2.5em #ffffff80, -1.8em 1.8em #ffffffb3, -2.6em 0 #fff, -1.8em -1.8em #fff3
  }

  87.5% {
    box-shadow: 0 -2.6em #fff3, 1.8em -1.8em #fff3, 2.5em 0 #fff3, 1.75em 1.75em #fff3, 0 2.5em #fff3, -1.8em 1.8em #ffffff80, -2.6em 0 #ffffffb3, -1.8em -1.8em #fff
  }
}

.placeholder\:text-secondary::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(170 166 195 / var(--tw-text-opacity))
}

.placeholder\:text-secondary::placeholder {
  --tw-text-opacity: 1;
  color: rgb(170 166 195 / var(--tw-text-opacity))
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 450px) {
  .xs\:bottom-10 {
    bottom: 2.5rem
  }

  .xs\:w-\[250px\] {
    width: 250px
  }

  .xs\:w-\[320px\] {
    width: 320px
  }

  .xs\:text-\[20px\] {
    font-size: 20px
  }

  .xs\:text-\[40px\] {
    font-size: 40px
  }

  .xs\:text-\[50px\] {
    font-size: 50px
  }
}

@media (min-width: 640px) {
  .sm\:block {
    display: block
  }

  .sm\:flex {
    display: flex
  }

  .sm\:hidden {
    display: none
  }

  .sm\:h-80 {
    height: 20rem
  }

  .sm\:w-\[360px\] {
    width: 360px
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .sm\:text-\[18px\] {
    font-size: 18px
  }

  .sm\:text-\[26px\] {
    font-size: 26px
  }

  .sm\:text-\[50px\] {
    font-size: 50px
  }

  .sm\:text-\[60px\] {
    font-size: 60px
  }
}

@media (min-width: 768px) {
  .md\:h-\[550px\] {
    height: 550px
  }

  .md\:text-\[60px\] {
    font-size: 60px
  }
}

@media (min-width: 1024px) {
  .lg\:text-\[30px\] {
    font-size: 30px
  }

  .lg\:text-\[80px\] {
    font-size: 80px
  }

  .lg\:leading-\[40px\] {
    line-height: 40px
  }

  .lg\:leading-\[98px\] {
    line-height: 98px
  }
}

@media (min-width: 1280px) {
  .xl\:mt-12 {
    margin-top: 3rem
  }

  .xl\:h-auto {
    height: auto
  }

  .xl\:flex-1 {
    flex: 1 1 0%
  }

  .xl\:flex-row {
    flex-direction: row
  }
}

.hovercard:hover {
  transform: scale(1.08) rotateY(45deg);
  transition-duration: 1s;
  cursor: pointer;
  /* transform: rotate(8deg); */
}

.hovercardg:hover {
  transform: scale(1.08);
  transition-duration: 1s;
  cursor: pointer;
  /* transform: rotate(8deg); */
}

/* 🌊 Animated Gradient Wave Background */
.bg-hero-pattern {
  position: relative;
  background: linear-gradient(-45deg, #0f1020, #16142b, #1e1b3a, #2b2460);
  background-size: 400% 400%;
  animation: gradientWave 3s ease infinite;
  /* overflow: hidden; */
}

/* ✨ Stars Layer */
.bg-hero-pattern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: transparent;
  background-image:
    radial-gradient(2px 2px at 20% 30%, #ffffff 60%, transparent 100%),
    radial-gradient(2px 2px at 80% 70%, #ffffff 60%, transparent 100%),
    radial-gradient(1.5px 1.5px at 50% 20%, #ffffff 60%, transparent 100%),
    radial-gradient(1.5px 1.5px at 40% 80%, #ffffff 60%, transparent 100%),
    radial-gradient(2px 2px at 10% 60%, #ffffff 60%, transparent 100%);
  animation: starShine 4s infinite alternate;
  opacity: 0.7;
}

/* 🌊 Moving Waves Layer */
.bg-hero-pattern::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 200%;
  height: 200px;
  background: url("https://raw.githubusercontent.com/afuh/css-waves/main/wave.svg");
  background-size: 50% 100%;
  animation: moveWaves 10s linear infinite;
  opacity: 0.3;
}

/* Gradient Wave Motion */
@keyframes gradientWave {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* 🌟 Stars Twinkle Animation */
@keyframes starShine {

  0%,
  100% {
    opacity: 0.3;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

/* 🌊 Wave Scrolling Animation */
@keyframes moveWaves {
  from {
    background-position-x: 0;
  }

  to {
    background-position-x: -100%;
  }
}

/* ✨ Smooth Page Load */
body {
  opacity: 0;
  animation: bodyFadeIn 1.2s ease forwards;
}

@keyframes bodyFadeIn {
  to {
    opacity: 1;
  }
}

/* 🧭 Navbar subtle blur + glow */
nav.bg-primary {
  backdrop-filter: blur(10px);
  background-color: rgba(25, 25, 35, 0.85);
  box-shadow: 0 2px 20px rgba(145, 158, 255, 0.15);
  transition: background-color 0.3s ease;
}

nav.bg-primary:hover {
  background-color: rgba(25, 25, 40, 0.95);
}

/* 🌈 Violet Gradient Line */
.violet-gradient {
  background: linear-gradient(180deg, #919eff 0%, #b37bff 100%);
  animation: pulseGlow 3s ease-in-out infinite;
}

@keyframes pulseGlow {

  0%,
  100% {
    opacity: 0.7;
    box-shadow: 0 0 10px #919eff;
  }

  50% {
    opacity: 1;
    box-shadow: 0 0 20px #b37bff;
  }
}

/* 💫 Fade, Slide & 3D Rotate for Hero Section */
section {
  opacity: 0;
  transform: translateY(40px) rotateX(15deg);
  animation: fadeSlideRotate 1.4s ease-out forwards;
  animation-delay: 0.3s;
  transform-origin: bottom;
  perspective: 1000px;
}

@keyframes fadeSlideRotate {
  0% {
    opacity: 0;
    transform: translateY(40px) rotateX(15deg) scale(0.95);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0deg) scale(1);
  }
}

/* 🚀 Floating Animation for 3D Image */
section img.object-contain {
  animation: float 6s ease-in-out infinite, rotateSubtle 8s ease-in-out infinite;
  transform-origin: center;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }
}

/* 🌀 Subtle 3D Rotation for Floating Image */
@keyframes rotateSubtle {

  0%,
  100% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(8deg);
  }
}

/* 🌟 Glowing Text Animation for Name */
/* .text-[#919eff] {
  animation: glowText 3s ease-in-out infinite;
} */

@keyframes glowText {

  0%,
  100% {
    text-shadow: 0 0 8px #919eff, 0 0 20px #b37bff;
  }

  50% {
    text-shadow: 0 0 16px #b37bff, 0 0 32px #919eff;
  }
}

/* Container for the text (optional) */
.text-container {
  position: relative;
  perspective: 1000px;
  margin-top: -15px !important;
  /* Adds depth to the 3D effect */
}

.letter {
  display: inline-block;
  /* margin-top: 3px !important; */
  font-size: 3rem;
  /* Adjust as needed */
  color: #fff;
  /* Set text color */
  transform-style: preserve-3d;
  /* Ensures 3D transformations are visible */
  animation: zoomInOut 3s infinite alternate ease-in-out;
  /* Apply the animation */
}

/* 3D animation for zooming */
@keyframes zoomInOut {
  0% {
    transform: scale(1) rotateY(0deg);
    /* Normal state */
  }



  50% {
    transform: scale(1.5) rotateY(-45deg);
    /* Zoom in and rotate */
  }



  100% {
    transform: scale(1) rotateY(0deg);
    /* Back to normal */
  }
}

body {
  margin: 0;
  /* overflow: hidden; */
  background: #000;
  /* base color */
}

.pattern-background {
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.15) 1px, transparent 1px),
    radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px;
  animation: movePattern 10s linear infinite;
  transform-style: preserve-3d;
  perspective: 800px;
  z-index: -1;
}

@keyframes movePattern {
  0% {
    transform: rotateX(30deg) rotateZ(0deg) translateZ(0);
    background-position: 0 0, 25px 25px;
  }

  50% {
    transform: rotateX(45deg) rotateZ(180deg) translateZ(50px);
    background-position: 50px 50px, 75px 75px;
  }

  100% {
    transform: rotateX(30deg) rotateZ(360deg) translateZ(0);
    background-position: 0 0, 25px 25px;
  }
}

/* Keep scrolling enabled */
body {
  margin: 0;
  background: #000;
  /* overflow-x: hidden; */
  /* Allow vertical scroll but prevent horizontal */
  color: white;
  font-family: sans-serif;
}

/* Fixed 3D animated background */
.pattern-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.15) 1px, transparent 1px),
    radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px;
  animation: movePattern 10s linear infinite;
  transform-style: preserve-3d;
  perspective: 800px;
  z-index: -1;
  /* Keeps it behind the content */
}

/* 3D pattern animation */
@keyframes movePattern {
  0% {
    transform: rotateX(30deg) rotateZ(0deg) translateZ(0);
    background-position: 0 0, 25px 25px;
  }

  50% {
    transform: rotateX(45deg) rotateZ(180deg) translateZ(50px);
    background-position: 50px 50px, 75px 75px;
  }

  100% {
    transform: rotateX(30deg) rotateZ(360deg) translateZ(0);
    background-position: 0 0, 25px 25px;
  }
}

/* Main content (scrollable) */
.content {
  position: relative;
  z-index: 1;
  padding: 2rem;
}


body {
  margin: 0;
  background: #000;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

/* Each section takes full screen */
.scroll-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  transform-style: preserve-3d;
  transform: translateY(100px) scale(0.9) rotateX(10deg);
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
}

/* Active section (in view) */
.scroll-section.active {
  transform: translateY(0) scale(1) rotateX(0deg);
  opacity: 1;
}

/* Optional: section background colors for visual contrast */
.scroll-section:nth-child(1) {
  background: linear-gradient(135deg, #001, #111);
}

.scroll-section:nth-child(2) {
  background: linear-gradient(135deg, #112, #223);
}

.scroll-section:nth-child(3) {
  background: linear-gradient(135deg, #223, #334);
}

.scroll-section:nth-child(4) {
  background: linear-gradient(135deg, #334, #445);
}

.backphoto {
  background-image: url(./assets/img/3d-portfolio.png);
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background: var(--tw-bg-opacity(0.5rem)); */
  background-color: var(--tw-backdrop-brightness) !important;
  opacity: 0.65 !important;
  /* background-image: var(--tw-bg-opacity(1.-mt-20)) !important; */
}

/* .navitem {
  height: 80px !important;
} */

.getresume {
  background-color: linear-gradient(-90deg, #632cda 0%, rgba(25, 14, 48, 0) 100%) !important;
  padding: 8px !important;


}

.getresume:hover {
  /* color: #050816 !important; */
  /* background-color: linear-gradient(-90deg, #804dee 0%, rgba(60, 51, 80, 0) 100%) !important; */
  color: #919eff !important;
}

.gradient {
  background: linear-gradient(90deg, #ff00cc, #00ffff, #ffcc00);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 600;
  display: inline-block;
  /* animation: typing 22s steps(26) infinite; */
  /* total letters = 26 */
}




body {
  margin: 0;
  /* height: 100vh; */
  /* display: flex; */
  justify-content: center;
  align-items: center;
  background: #000;
}

/* Container setup */
.typing-container {
  display: inline-block;
  overflow: hidden;
  border-right: 3px solid rgba(255, 255, 255, 0.75);
  /* Cursor effect */
  white-space: nowrap;
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  /* animation: blinkCursor 0.8s step-end infinite; */
}



.introduction {
  position: relative;
  margin-top: 120px !important;
  margin-left: -210px !important;
  font-size: large;

  color: linear-gradient(90deg, #ff00cc, #00ffff, #ffcc00) !important;
  background-clip: text;
  /* -webkit-background-clip: text;
  color: transparent;
  font-weight: 600;
  display: inline-block;
  animation: typing 22s steps(26) infinite; */
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 600;
  /* display: inline-block; */
  background-size: 200% auto;
  animation: typingSmooth 10s ease-in-out infinite,
    gradientShift 5s linear infinite;

}

.profile-intro {
  /* display: inline-block; */
  overflow: hidden;
  border-right: 3px solid rgba(255, 255, 255, 0.7);
  /* blinking cursor */
  white-space: nowrap;
  font-family: 'Poppins', sans-serif;
  /* font-size: 2.5rem; */
  animation: blinkCursor 0.8s step-end infinite;
}

.typing-text {
  /* background: linear-gradient(90deg, #ff00cc, #00ffff, #ffcc00);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 600;
  display: inline-block;
  animation: typing 22s steps(26) infinite;
} */

  background: linear-gradient(90deg, #00ffff, #ffcc00, #ff00cc);
  background-size: 200% auto;
  /* for moving gradient */
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 600;
  display: inline-block;

  animation: typingSmooth 10s ease-in-out infinite,
    gradientShift 5s linear infinite;
}


@keyframes gradientShift {
  0% {
    /* background-position: 0% 50%; */
    background-position: 200% 50%;
  }

  100% {
    /* background-position: 200% 50%; */
    background-position: 0% 50%;
  }
}

/* Blinking cursor animation */
@keyframes blinkCursor {

  0%,
  50% {
    /* border-color: rgba(255, 255, 255, 0.7); */
    border-color: transparent;
  }

  51%,
  100% {
    border-color: transparent;
  }
}

.footer {
  /* font-size: ; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}