/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}

::before,
::after {
    --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
    -webkit-tap-highlight-color: transparent;
    /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-feature-settings: normal;
    /* 2 */
    font-variation-settings: normal;
    /* 3 */
    font-size: 1em;
    /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-feature-settings: inherit;
    /* 1 */
    font-variation-settings: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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;
}

/*
Reset default styling for dialogs.
*/

dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
    display: none;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease-in-out;
}

*,
::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-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --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 / 0.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-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --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 / 0.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: ;
}

.container {
    width: 100%;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.-left-\[20px\] {
    left: -20px;
}

.bottom-0 {
    bottom: 0px;
}

.left-1\/2 {
    left: 50%;
}

.left-\[21px\] {
    left: 21px;
}

.top-1\/2 {
    top: 50%;
}

.top-\[135px\] {
    top: 135px;
}

.top-\[14px\] {
    top: 14px;
}

.top-\[70px\] {
    top: 70px;
}

.z-0 {
    z-index: 0;
}

.z-10 {
    z-index: 10;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mb-\[10px\] {
    margin-bottom: 10px;
}

.mb-\[30px\] {
    margin-bottom: 30px;
}

.mb-\[493px\] {
    margin-bottom: 493px;
}

.mb-\[50px\] {
    margin-bottom: 50px;
}

.mt-\[100px\] {
    margin-top: 100px;
}

.mt-\[50px\] {
    margin-top: 50px;
}

.mt-\[70px\] {
    margin-top: 70px;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-10 {
    height: 2.5rem;
}

.h-20 {
    height: 5rem;
}

.h-5 {
    height: 1.25rem;
}

.h-8 {
    height: 2rem;
}

.h-9 {
    height: 2.25rem;
}

.h-\[160px\] {
    height: 160px;
}

.h-\[180px\] {
    height: 180px;
}

.h-\[190px\] {
    height: 190px;
}

.h-\[250px\] {
    height: 250px;
}

.h-\[300px\] {
    height: 300px;
}

.h-\[350px\] {
    height: 350px;
}

.h-\[408px\] {
    height: 408px;
}

.h-\[40px\] {
    height: 40px;
}

.h-\[450px\] {
    height: 450px;
}

.h-\[476px\] {
    height: 476px;
}

.h-\[70px\] {
    height: 70px;
}

.h-\[800px\] {
    height: 800px;
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}

.h-full {
    height: 100%;
}

.h-max {
    height: -moz-max-content;
    height: max-content;
}

.max-h-\[567px\] {
    max-height: 567px;
}

.max-h-\[665px\] {
    max-height: 665px;
}

.min-h-screen {
    min-height: 100vh;
}

.w-1\/2 {
    width: 50%;
}

.w-10 {
    width: 2.5rem;
}

.w-20 {
    width: 5rem;
}

.w-5 {
    width: 1.25rem;
}

.w-9 {
    width: 2.25rem;
}

.w-\[161px\] {
    width: 161px;
}

.w-\[200px\] {
    width: 200px;
}

.w-\[220px\] {
    width: 220px;
}

.w-\[325px\] {
    width: 325px;
}

.w-\[35\%\] {
    width: 35%;
}

.w-\[350px\] {
    width: 350px;
}

.w-\[450px\] {
    width: 450px;
}

.w-\[550px\] {
    width: 550px;
}

.w-\[580px\] {
    width: 580px;
}

.w-\[603px\] {
    width: 603px;
}

.w-\[608px\] {
    width: 608px;
}

.w-\[650px\] {
    width: 650px;
}

.w-\[660px\] {
    width: 660px;
}

.w-\[70px\] {
    width: 70px;
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.w-full {
    width: 100%;
}

.w-max {
    width: -moz-max-content;
    width: max-content;
}

.max-w-\[1130px\] {
    max-width: 1130px;
}

.max-w-\[471px\] {
    max-width: 471px;
}

.flex-none {
    flex: none;
}

.shrink-0 {
    flex-shrink: 0;
}

.grow {
    flex-grow: 1;
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1\/2 {
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes slideToB {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

.animate-\[slideToB_30s_linear_infinite\] {
    animation: slideToB 30s linear infinite;
}

@keyframes slideToR {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.animate-\[slideToR_50s_linear_infinite\] {
    animation: slideToR 50s linear infinite;
}

@keyframes slideToT {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.animate-\[slideToT_30s_linear_infinite\] {
    animation: slideToT 30s linear infinite;
}

@keyframes slide {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.animate-\[slide_25s_linear_infinite\] {
    animation: slide 25s linear infinite;
}

@keyframes slide {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.animate-\[slide_50s_linear_infinite\] {
    animation: slide 50s linear infinite;
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flex-col {
    flex-direction: column;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.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;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-\[100px\] {
    gap: 100px;
}

.gap-\[10px\] {
    gap: 10px;
}

.gap-\[2px\] {
    gap: 2px;
}

.gap-\[30px\] {
    gap: 30px;
}

.gap-\[50px\] {
    gap: 50px;
}

.gap-\[6px\] {
    gap: 6px;
}

.gap-\[70px\] {
    gap: 70px;
}

.overflow-hidden {
    overflow: hidden;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-\[12px\] {
    border-radius: 12px;
}

.rounded-\[20px\] {
    border-radius: 20px;
}

.rounded-\[30px\] {
    border-radius: 30px;
}

.rounded-\[50px\] {
    border-radius: 50px;
}

.rounded-full {
    border-radius: 9999px;
}

.border {
    border-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-t-\[10px\] {
    border-top-width: 10px;
}

.border-\[\#585867\] {
    --tw-border-opacity: 1;
    border-color: rgb(88 88 103 / var(--tw-border-opacity));
}

.border-portto-purple {
    --tw-border-opacity: 1;
    border-color: rgb(73 32 229 / var(--tw-border-opacity));
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#F4F5F8\] {
    --tw-bg-opacity: 1;
    background-color: rgb(244 245 248 / var(--tw-bg-opacity));
}

.bg-\[\#FFFFFF33\] {
    background-color: #ffffff33;
}

.bg-portto-black {
    --tw-bg-opacity: 1;
    background-color: rgb(11 11 27 / var(--tw-bg-opacity));
}

.bg-portto-green {
    --tw-bg-opacity: 1;
    background-color: rgb(18 187 116 / var(--tw-bg-opacity));
}

.bg-portto-light-gold {
    --tw-bg-opacity: 1;
    background-color: rgb(255 231 194 / var(--tw-bg-opacity));
}

.bg-portto-purple {
    --tw-bg-opacity: 1;
    background-color: rgb(73 32 229 / var(--tw-bg-opacity));
}

.bg-portto-red {
    --tw-bg-opacity: 1;
    background-color: rgb(230 77 86 / var(--tw-bg-opacity));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\.\.\/assets\/images\/Ellipse\.svg\'\)\] {
    background-image: url("../assets/images/Ellipse.svg");
}

.bg-\[url\(\'\.\.\/assets\/images\/background\/background1\.png\'\)\] {
    background-image: url("../assets/images/background/background1.png");
}

.bg-\[url\(\'\.\.\/assets\/images\/background\/side-image\.png\'\)\] {
    background-image: url("../assets/images/background/side-image.png");
}

.bg-\[url\(\.\.\/assets\/images\/icons\/arrow-down\.svg\)\] {
    background-image: url(../assets/images/icons/arrow-down.svg);
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#FFEDD3\] {
    --tw-gradient-from: #ffedd3 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 237 211 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#FFCD83\] {
    --tw-gradient-to: #ffcd83 var(--tw-gradient-to-position);
}

.bg-\[length\:400px_400px\] {
    background-size: 400px 400px;
}

.bg-\[length\:540px\] {
    background-size: 540px;
}

.bg-contain {
    background-size: contain;
}

.bg-cover {
    background-size: cover;
}

.bg-\[91\%\] {
    background-position: 91%;
}

.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-5 {
    padding: 1.25rem;
}

.p-\[10px\] {
    padding: 10px;
}

.p-\[14px_30px\] {
    padding: 14px 30px;
}

.p-\[30px\] {
    padding: 30px;
}

.p-\[30px_40px\] {
    padding: 30px 40px;
}

.p-\[50px\] {
    padding: 50px;
}

.p-\[8px_10px\] {
    padding: 8px 10px;
}

.px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
}

.px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
}

.px-\[65px\] {
    padding-left: 65px;
    padding-right: 65px;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-\[100px\] {
    padding-bottom: 100px;
}

.pb-\[150px\] {
    padding-bottom: 150px;
}

.pb-\[190px\] {
    padding-bottom: 190px;
}

.pb-\[200px\] {
    padding-bottom: 200px;
}

.pb-\[50px\] {
    padding-bottom: 50px;
}

.pl-\[30px\] {
    padding-left: 30px;
}

.pl-\[70px\] {
    padding-left: 70px;
}

.pr-\[54px\] {
    padding-right: 54px;
}

.pt-5 {
    padding-top: 1.25rem;
}

.pt-\[100px\] {
    padding-top: 100px;
}

.pt-\[180px\] {
    padding-top: 180px;
}

.pt-\[190px\] {
    padding-top: 190px;
}

.pt-\[30px\] {
    padding-top: 30px;
}

.pt-\[50px\] {
    padding-top: 50px;
}

.text-center {
    text-align: center;
}

.font-poppins {
    font-family: Poppins;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-\[20px\] {
    font-size: 20px;
}

.text-\[22px\] {
    font-size: 22px;
}

.text-\[26px\] {
    font-size: 26px;
}

.text-\[32px\] {
    font-size: 32px;
}

.text-\[40px\] {
    font-size: 40px;
}

.text-\[50px\] {
    font-size: 50px;
}

.text-\[80px\] {
    font-size: 80px;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.leading-\[30px\] {
    line-height: 30px;
}

.leading-\[32px\] {
    line-height: 32px;
}

.leading-\[33px\] {
    line-height: 33px;
}

.leading-\[34px\] {
    line-height: 34px;
}

.leading-\[36px\] {
    line-height: 36px;
}

.leading-\[38px\] {
    line-height: 38px;
}

.leading-\[39px\] {
    line-height: 39px;
}

.leading-\[40px\] {
    line-height: 40px;
}

.leading-\[48px\] {
    line-height: 48px;
}

.leading-\[60px\] {
    line-height: 60px;
}

.leading-\[70px\] {
    line-height: 70px;
}

.leading-\[75px\] {
    line-height: 75px;
}

.leading-\[90px\] {
    line-height: 90px;
}

.text-\[\#878C9C\] {
    --tw-text-opacity: 1;
    color: rgb(135 140 156 / var(--tw-text-opacity));
}

.text-\[\#A0A0AC\] {
    --tw-text-opacity: 1;
    color: rgb(160 160 172 / var(--tw-text-opacity));
}

.text-\[\#BABABC\] {
    --tw-text-opacity: 1;
    color: rgb(186 186 188 / var(--tw-text-opacity));
}

.text-portto-black {
    --tw-text-opacity: 1;
    color: rgb(11 11 27 / var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-0 {
    opacity: 0;
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}

.ring-\[\#E4E5E8\] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(228 229 232 / var(--tw-ring-opacity));
}

.backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur)
        var(--tw-backdrop-brightness) var(--tw-backdrop-contrast)
        var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate)
        var(--tw-backdrop-invert) var(--tw-backdrop-opacity)
        var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
        var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
        var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
        var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
        var(--tw-backdrop-sepia);
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.group\/projects:hover .group-hover\/projects\:pause-animate {
    animation-play-state: paused;
}

.group\/slider:hover .group-hover\/slider\:pause-animate {
    animation-play-state: paused;
}

.placeholder\:text-base::-moz-placeholder {
    font-size: 1rem;
    line-height: 1.5rem;
}

.placeholder\:text-base::placeholder {
    font-size: 1rem;
    line-height: 1.5rem;
}

.placeholder\:font-normal::-moz-placeholder {
    font-weight: 400;
}

.placeholder\:font-normal::placeholder {
    font-weight: 400;
}

.placeholder\:text-\[\#878C9C\]::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(135 140 156 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#878C9C\]::placeholder {
    --tw-text-opacity: 1;
    color: rgb(135 140 156 / var(--tw-text-opacity));
}

.invalid\:font-normal:invalid {
    font-weight: 400;
}

.invalid\:text-\[\#878C9C\]:invalid {
    --tw-text-opacity: 1;
    color: rgb(135 140 156 / var(--tw-text-opacity));
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:font-semibold:hover {
    font-weight: 600;
}

.hover\:text-portto-black:hover {
    --tw-text-opacity: 1;
    color: rgb(11 11 27 / var(--tw-text-opacity));
}

.hover\:text-portto-light-gold:hover {
    --tw-text-opacity: 1;
    color: rgb(255 231 194 / var(--tw-text-opacity));
}

.hover\:opacity-100:hover {
    opacity: 1;
}

.hover\:shadow-\[0_10px_20px_0_\#4920E5\]:hover {
    --tw-shadow: 0 10px 20px 0 #4920e5;
    --tw-shadow-colored: 0 10px 20px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-\[0_10px_20px_0_\#FFE7C280\]:hover {
    --tw-shadow: 0 10px 20px 0 #ffe7c280;
    --tw-shadow-colored: 0 10px 20px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:ring:hover {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}

.hover\:ring-2:hover {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}

.hover\:ring-\[3px\]:hover {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}

.hover\:ring-portto-black:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(11 11 27 / var(--tw-ring-opacity));
}

.hover\:ring-portto-purple:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(73 32 229 / var(--tw-ring-opacity));
}

.focus\:ring-\[3px\]:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-portto-green:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(18 187 116 / var(--tw-ring-opacity));
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}

@keyframes wave {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(14deg);
    }
    20% {
        transform: rotate(-8deg);
    }
    30% {
        transform: rotate(14deg);
    }
    40% {
        transform: rotate(-4deg);
    }
    50% {
        transform: rotate(10deg);
    }
    60% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.animate-wave {
    animation: wave 2s infinite;
    transform-origin: 70% 70%;
}
