/* From Uiverse.io by JkHuger */
@keyframes astronaut {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.astronaut {
    width: 250px;
    height: 300px;
    /* position: absolute; */
    z-index: 11;
    top: calc(50% - 150px);
    left: calc(50% - 125px);
    animation: astronaut 5s linear infinite;
}

.schoolbag {
    width: 100px;
    height: 150px;
    position: absolute;
    z-index: 1;
    top: calc(50% - 75px);
    left: calc(50% - 50px);
    background-color: #94b7ca;
    border-radius: 50px 50px 0 0 / 30px 30px 0 0;
}

.head {
    width: 97px;
    height: 80px;
    position: absolute;
    z-index: 3;
    background: -webkit-linear-gradient(
        left,
        #e3e8eb 0%,
        #e3e8eb 50%,
        #fbfdfa 50%,
        #fbfdfa 100%
    );
    border-radius: 50%;
    top: 34px;
    left: calc(50% - 47.5px);
}

.head:after {
    content: "";
    width: 60px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 30px);
    background: -webkit-linear-gradient(
        top,
        #15aece 0%,
        #15aece 50%,
        #0391bf 50%,
        #0391bf 100%
    );
    border-radius: 15px;
}

.head:before {
    content: "";
    width: 12px;
    height: 25px;
    position: absolute;
    top: calc(50% - 12.5px);
    left: -4px;
    background-color: #618095;
    border-radius: 5px;
    box-shadow: 92px 0px 0px #618095;
}

.body {
    width: 85px;
    height: 100px;
    position: absolute;
    z-index: 2;
    background-color: #fffbff;
    border-radius: 40px / 20px;
    top: 105px;
    left: calc(50% - 41px);
    background: -webkit-linear-gradient(
        left,
        #e3e8eb 0%,
        #e3e8eb 50%,
        #fbfdfa 50%,
        #fbfdfa 100%
    );
}

.panel {
    width: 60px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: calc(50% - 30px);
    background-color: #b7cceb;
}

.panel:before {
    content: "";
    width: 30px;
    height: 5px;
    position: absolute;
    top: 9px;
    left: 7px;
    background-color: #fbfdfa;
    box-shadow:
        0px 9px 0px #fbfdfa,
        0px 18px 0px #fbfdfa;
}

.panel:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 9px;
    right: 7px;
    background-color: #fbfdfa;
    border-radius: 50%;
    box-shadow: 0px 14px 0px 2px #fbfdfa;
}

.arm {
    width: 80px;
    height: 30px;
    position: absolute;
    top: 121px;
    z-index: 2;
}

.arm-left {
    left: 30px;
    background-color: #e3e8eb;
    border-radius: 0 0 0 39px;
}

.arm-right {
    right: 30px;
    background-color: #fbfdfa;
    border-radius: 0 0 39px 0;
}

.arm-left:before,
.arm-right:before {
    content: "";
    width: 30px;
    height: 70px;
    position: absolute;
    top: -40px;
}

.arm-left:before {
    border-radius: 50px 50px 0px 120px / 50px 50px 0 110px;
    left: 0;
    background-color: #e3e8eb;
}

.arm-right:before {
    border-radius: 50px 50px 120px 0 / 50px 50px 110px 0;
    right: 0;
    background-color: #fbfdfa;
}

.arm-left:after,
.arm-right:after {
    content: "";
    width: 30px;
    height: 10px;
    position: absolute;
    top: -24px;
}

.arm-left:after {
    background-color: #6e91a4;
    left: 0;
}

.arm-right:after {
    right: 0;
    background-color: #b6d2e0;
}

.leg {
    width: 30px;
    height: 40px;
    position: absolute;
    z-index: 2;
    bottom: 70px;
}

.leg-left {
    left: 76px;
    background-color: #e3e8eb;
    transform: rotate(20deg);
}

.leg-right {
    right: 73px;
    background-color: #fbfdfa;
    transform: rotate(-20deg);
}

.leg-left:before,
.leg-right:before {
    content: "";
    width: 50px;
    height: 25px;
    position: absolute;
    bottom: -26px;
}

.leg-left:before {
    left: -20px;
    background-color: #e3e8eb;
    border-radius: 30px 0 0 0;
    border-bottom: 10px solid #6d96ac;
}

.leg-right:before {
    right: -20px;
    background-color: #fbfdfa;
    border-radius: 0 30px 0 0;
    border-bottom: 10px solid #b0cfe4;
}

/* From Uiverse.io by JkHuger */
.rocket {
    position: absolute;
    top: 20%;
    width: 80px;
    left: calc(50% - 40px);
}

.rocket .rocket-body {
    width: 80px;
    left: calc(50% - 50px);
    animation: bounce 0.5s infinite;
}

.rocket .rocket-body .body {
    background-color: #dadada;
    height: 180px;
    left: calc(50% - 50px);
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top: 5px solid #f5f5f5;
}

.rocket .rocket-body:before {
    content: "";
    position: absolute;
    left: calc(50% - 24px);
    width: 48px;
    height: 13px;
    background-color: #554842;
    bottom: -13px;
    border-bottom-right-radius: 60%;
    border-bottom-left-radius: 60%;
}

.rocket .window {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #a75248;
    left: calc(50% - 25px);
    top: 40px;
    border: 5px solid #b4b2b2;
}

.rocket .fin {
    position: absolute;
    z-index: -100;
    height: 55px;
    width: 50px;
    background-color: #a75248;
}

.rocket .fin-left {
    left: -30px;
    top: calc(100% - 55px);
    border-top-left-radius: 80%;
    border-bottom-left-radius: 20%;
}

.rocket .fin-right {
    right: -30px;
    top: calc(100% - 55px);
    border-top-right-radius: 80%;
    border-bottom-right-radius: 20%;
}

.rocket .exhaust-flame {
    position: absolute;
    top: 90%;
    width: 28px;
    background: linear-gradient(to bottom, transparent 10%, #f5f5f5 100%);
    height: 150px;
    left: calc(50% - 14px);
    animation: exhaust 0.2s infinite;
}

.rocket .exhaust-fumes li {
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
    list-style: none;
    position: absolute;
    border-radius: 100%;
}

.rocket .exhaust-fumes li:first-child {
    width: 200px;
    height: 200px;
    bottom: -300px;
    animation: fumes 5s infinite;
}

.rocket .exhaust-fumes li:nth-child(2) {
    width: 150px;
    height: 150px;
    left: -120px;
    top: 260px;
    animation: fumes 3.2s infinite;
}

.rocket .exhaust-fumes li:nth-child(3) {
    width: 120px;
    height: 120px;
    left: -40px;
    top: 330px;
    animation: fumes 3s 1s infinite;
}

.rocket .exhaust-fumes li:nth-child(4) {
    width: 100px;
    height: 100px;
    left: -170px;
    animation: fumes 4s 2s infinite;
    top: 380px;
}

.rocket .exhaust-fumes li:nth-child(5) {
    width: 130px;
    height: 130px;
    left: -120px;
    top: 350px;
    animation: fumes 5s infinite;
}

.rocket .exhaust-fumes li:nth-child(6) {
    width: 200px;
    height: 200px;
    left: -60px;
    top: 280px;
    animation: fumes2 10s infinite;
}

.rocket .exhaust-fumes li:nth-child(7) {
    width: 100px;
    height: 100px;
    left: -100px;
    top: 320px;
}

.rocket .exhaust-fumes li:nth-child(8) {
    width: 110px;
    height: 110px;
    left: 70px;
    top: 340px;
}

.rocket .exhaust-fumes li:nth-child(9) {
    width: 90px;
    height: 90px;
    left: 200px;
    top: 380px;
    animation: fumes 20s infinite;
}

.star li {
    list-style: none;
    position: absolute;
}

.star li:before,
.star li:after {
    content: "";
    position: absolute;
    background-color: #f5f5f5;
}

.star li:before {
    width: 10px;
    height: 2px;
    border-radius: 50%;
}

.star li:after {
    height: 8px;
    width: 2px;
    left: 4px;
    top: -3px;
}

.star li:first-child {
    top: -30px;
    left: -210px;
    animation: twinkle 0.4s infinite;
}

.star li:nth-child(2) {
    top: 0;
    left: 60px;
    animation: twinkle 0.5s infinite;
}

.star li:nth-child(2):before {
    height: 1px;
    width: 5px;
}

.star li:nth-child(2):after {
    width: 1px;
    height: 5px;
    top: -2px;
    left: 2px;
}

.star li:nth-child(3) {
    left: 120px;
    top: 220px;
    animation: twinkle 1s infinite;
}

.star li:nth-child(4) {
    left: -100px;
    top: 200px;
    animation: twinkle 0.5s ease infinite;
}

.star li:nth-child(5) {
    left: 170px;
    top: 100px;
    animation: twinkle 0.4s ease infinite;
}

.star li:nth-child(6) {
    top: 87px;
    left: -79px;
    animation: twinkle 0.2s infinite;
}

.star li:nth-child(6):before {
    height: 1px;
    width: 5px;
}

.star li:nth-child(6):after {
    width: 1px;
    height: 5px;
    top: -2px;
    left: 2px;
}

@keyframes fumes {
    50% {
        transform: scale(1.5);
        background-color: transparent;
    }

    51% {
        transform: scale(0.8);
    }

    100% {
        background-color: #f5f5f5;
        transform: scale(1);
    }
}

@keyframes bounce {
    0% {
        transform: translate3d(0px, 0px, 0);
    }

    50% {
        transform: translate3d(0px, -4px, 0);
    }

    100% {
        transform: translate3d(0px, 0px, 0);
    }
}

@keyframes exhaust {
    0% {
        background: linear-gradient(to bottom, transparent 10%, #f5f5f5 100%);
    }

    50% {
        background: linear-gradient(to bottom, transparent 8%, #f5f5f5 100%);
    }

    75% {
        background: linear-gradient(to bottom, transparent 12%, #f5f5f5 100%);
    }
}

@keyframes fumes2 {
    50% {
        transform: scale(1.1);
    }
}

@keyframes twinkle {
    80% {
        transform: scale(1.1);
        opacity: 0.7;
    }
}

/* From Uiverse.io by Praashoo7 */
.card {
    width: 17em;
    height: 22.5em;
    background: #1e293b;
    transition: 1s ease-in-out;
    clip-path: polygon(
        30px 0%,
        100% 0,
        100% calc(100% - 30px),
        calc(100% - 30px) 100%,
        0 100%,
        0% 30px
    );
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    flex-direction: column;
}

.card span {
    color: #fff;
    text-align: center;
    display: block;
}

.card .name {
    font-weight: bold;
    font-size: 2rem;
    color: white;
}

.card .job {
    font-size: 1rem;
    color: white;
}

.card .info {
    font-weight: 400;
    color: #f5b041;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    margin: 1em;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
}

.card .img {
    width: 10rem;
    height: 10rem;
    background: white;
    border-radius: 15px;
    margin: auto;
}

.card img {
    width: inherit;
    height: inherit;
    margin: inheirt;
    border-radius: inherit;
}

.card .share {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    gap: 1em;
}

.card a {
    color: #fff;
    transition: 0.4s ease-in-out;
}

.card a:hover {
    color: red;
}

.card button {
    padding: 0.8em 1.7em;
    display: block;
    margin: auto;
    border-radius: 25px;
    border: none;
    font-weight: bold;
    background: #ffffff;
    color: rgb(0, 0, 0);
    transition: 0.4s ease-in-out;
}

.card button:hover {
    background: red;
    color: white;
    cursor: pointer;
}

/* From Uiverse.io by mahiatlinux */
.container {
    width: 300px;
    height: 300px;
    background: #1e1e1e;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.terminal_toolbar {
    display: flex;
    height: 35px;
    align-items: center;
    padding: 0 15px;
    background: #2d2d2d;
    justify-content: space-between;
}

.butt {
    display: flex;
    align-items: center;
}

.btn {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    margin-right: 8px;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.btn:hover {
    transform: scale(1.1);
}

.btn-color:nth-child(1) {
    background: #ff5f56;
}
.btn-color:nth-child(2) {
    background: #ffbd2e;
}
.btn-color:nth-child(3) {
    background: #27c93f;
}

.add_tab {
    border: none;
    color: #ffffff;
    background: #3a3a3a;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.add_tab:hover {
    background: #4a4a4a;
}

.user {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.terminal_body {
    background: #1e1e1e;
    height: calc(100% - 35px);
    padding: 15px;
    font-family: "Consolas", monospace;
    font-size: 14px;
    line-height: 1.5;
    overflow-y: auto;
}

.terminal_promt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.terminal_promt span {
    margin-right: 5px;
}

.terminal_user {
    color: #00ff9c;
}
.terminal_location {
    color: #0066ff;
}
.terminal_bling {
    color: #ff00ff;
}

.terminal_cursor {
    display: inline-block;
    width: 8px;
    height: 18px;
    background: #ffffff;
    animation: blink 1s step-end infinite;
}

@keyframes blink {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
/* From Uiverse.io by JulanDeAlb */
.hamburger {
    cursor: pointer;
}

.hamburger input {
    display: none;
}

.hamburger svg {
    /* The size of the SVG defines the overall size */
    height: 3em;
    /* Define the transition for transforming the SVG */
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
    fill: none;
    stroke: #f5b041;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    /* Define the transition for transforming the Stroke */
    transition:
        stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
    stroke-dasharray: 12 63;
}

.hamburger .active + svg {
    transform: rotate(-45deg);
}

.hamburger .active + svg .line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42;
}
/* From Uiverse.io by ilkhoeri */
.cardAlt {
    padding: 1rem;
    overflow: hidden;
    border: 1px solid #c5c5c5;
    border-radius: 12px;
    background-color: #d9d9d92f;
    backdrop-filter: blur(8px);
    width: 100%;
}
.wrapAlt {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    z-index: 10;
    border: 0.5px solid #525252;
    border-radius: 8px;
    overflow: hidden;
}
.terminalAlt {
    display: flex;
    flex-direction: column;

    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}
.headAlt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    min-height: 40px;
    padding-inline: 12px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #202425;
}
.title {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 2.5rem;
    user-select: none;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #8e8e8e;
}
.title > svg {
    height: 18px;
    width: 18px;
    margin-top: 2px;
    color: #006adc;
}
.copy_toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
    border: 0.65px solid #c1c2c5;
    margin-left: auto;
    border-radius: 6px;
    background-color: #202425;
    color: #8e8e8e;
    cursor: pointer;
}
.copy_toggle > svg {
    width: 20px;
    height: 20px;
}
.copy_toggle:active > svg > path,
.copy_toggle:focus-within > svg > path {
    animation: clipboard-check 500ms linear forwards;
}
.bodyAlt {
    display: flex;
    flex-direction: column;
    position: relative;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow-x: auto;
    padding: 1rem;
    line-height: 19px;
    color: white;
    background-color: black;
    white-space: nowrap;
}
.pre {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-wrap: nowrap;
    white-space: pre;
    background-color: transparent;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
}
.pre code:nth-child(1) {
    color: #575757;
}
.pre code:nth-child(2) {
    color: #e34ba9;
}
.cmd {
    height: 19px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.cmd::before {
    content: attr(data-cmd);
    position: relative;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    animation: inputs 8s steps(22) infinite;
}
.cmd::after {
    content: "";
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    background-color: transparent;
    border-right: 0.15em solid #e34ba9;
    animation:
        cursor 0.5s step-end infinite alternate,
        blinking 0.5s infinite;
}

@keyframes blinking {
    20%,
    80% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(0);
    }
}
@keyframes cursor {
    50% {
        border-right-color: transparent;
    }
}
@keyframes inputs {
    0%,
    100% {
        width: 0;
    }
    10%,
    90% {
        width: 58px;
    }
    30%,
    70% {
        width: 215px;
        max-width: max-content;
    }
}
@keyframes clipboard-check {
    100% {
        color: #fff;
        d: path(
            "M 9 5 H 7 a 2 2 0 0 0 -2 2 v 12 a 2 2 0 0 0 2 2 h 10 a 2 2 0 0 0 2 -2 V 7 a 2 2 0 0 0 -2 -2 h -2 M 9 5 a 2 2 0 0 0 2 2 h 2 a 2 2 0 0 0 2 -2 M 9 5 a 2 2 0 0 1 2 -2 h 2 a 2 2 0 0 1 2 2 m -6 9 l 2 2 l 4 -4"
        );
    }
}
/* From Uiverse.io by satyamchaudharydev */
.navButton {
    width: 140px;
    height: 56px;
    overflow: hidden;
    border: none;
    color: #fff;
    background: none;
    position: relative;
    padding-bottom: 2em;
    cursor: pointer;
}

.navButton > div,
.navButton > svg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
}

.navButton:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: bottom right;
    background: currentColor;
    transition: transform 0.25s ease-out;
}

.navButton:hover:before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.navButton .clone > *,
.navButton .text > * {
    opacity: 1;
    font-size: 1.3rem;
    transition: 0.2s;
    margin-left: 4px;
}

.navButton .clone > * {
    transform: translateY(60px);
}

.navButton:hover .clone > * {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.navButton:hover .text > * {
    opacity: 1;
    transform: translateY(-60px);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.navButton:hover .clone > :nth-child(1) {
    transition-delay: 0.15s;
}

.navButton:hover .clone > :nth-child(2) {
    transition-delay: 0.2s;
}

.navButton:hover .clone > :nth-child(3) {
    transition-delay: 0.25s;
}

.navButton:hover .clone > :nth-child(4) {
    transition-delay: 0.3s;
}
/* icon style and hover */
.navButton svg {
    width: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-50deg);
    transition: 0.2s ease-out;
}

.navButton:hover svg {
    transform: translateY(-50%) rotate(-90deg);
}

/* From Uiverse.io by elijahgummer */
.button-with-icon {
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d32f2f;
    font-family: "Istok Web", sans-serif;
    letter-spacing: 1px;
    padding: 0 12px;
    text-align: center;
    width: 120px;
    height: 40px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 3px;
    outline: none;
    user-select: none;
    cursor: pointer;
    transform: translateY(0px);
    position: relative;
    box-shadow:
        inset 0 30px 30px -15px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3),
        inset 0 1px 20px rgba(0, 0, 0, 0),
        0 3px 0 #d32f2f,
        0 3px 2px rgba(0, 0, 0, 0.2),
        0 5px 10px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.1);
    background: #e53935;
    color: white;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    transition: 150ms all ease-in-out;
}

.button-with-icon .icon {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    transition: all 0.5s ease-in-out;
}

.button-with-icon:active {
    transform: translateY(3px);
    box-shadow:
        inset 0 16px 2px -15px rgba(0, 0, 0, 0),
        inset 0 0 0 1px rgba(255, 255, 255, 0.15),
        inset 0 1px 20px rgba(0, 0, 0, 0.1),
        0 0 0 #d32f2f,
        0 0 0 2px rgba(255, 255, 255, 0.5),
        0 0 0 rgba(0, 0, 0, 0),
        0 0 0 rgba(0, 0, 0, 0);
}

.button-with-icon:hover .text {
    transform: translateX(220px);
}

.button-with-icon:hover .icon {
    transform: translate(60px);
    scale: 1.2;
}

.text {
    transition: all 0.5s ease-in-out;
}

/* From Uiverse.io by satyamchaudharydev */
/* inspired form gumroad website */
.button {
    --bg: white;
    --hover-bg: #f5b041;
    --hover-text: #000;
    color: #000;
    cursor: pointer;
    border: 1px solid var(--bg);
    border-radius: 4px;
    padding: 0.8em 2em;
    background: var(--bg);
    transition: 0.2s;
}

.button:hover {
    color: var(--hover-text);
    transform: translate(-0.25rem, -0.25rem);
    background: var(--hover-bg);
    box-shadow: 0.25rem 0.25rem var(--bg);
}

.button:active {
    transform: translate(0);
    box-shadow: none;
}

.footer {
    font-size: 1rem;
    color: white;
    margin: 1rem;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    font-family: "Poppins", sans-serif;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    justify-content: center;
    background: #10182f;
    align-items: center;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.features-list {
    font-size: large;
    text-decoration: none;
    list-style: none;
}

.features-list li {
    margin-bottom: -0.5rem;
}

.main-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90vw;
}

.header {
    width: 105%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    z-index: 999;
    position: sticky;
    top: 0;
    background: #10182f;
}

.header img {
    width: 72px;
    height: 72px;
}

.header a {
    text-decoration: none;
    color: #f5b041;
    transition: all 300ms;
}

.navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    font-size: large;
    z-index: 999;
}

.hero {
    height: 70vh;
    display: flex;
    justify-content: center;
    justify-items: center;
    width: 65%;
}

.hero-img {
    display: flex;
    align-items: center;
}

.hero-img img {
    width: 55%;
    z-index: 99;
}
.team-section {
    width: 80vw;
}

.team-section h1,
.project-section h1,
.video-section h1 {
    font-size: 40px;
    text-align: center;
    color: #f5b041;
}

.project-section h2 {
    font-size: 30px;
    text-align: center;
    color: #f5b041;
}

/* From Uiverse.io by ArturCodeCraft */
/* <reset-style> ============================ */
.navbar a {
    text-decoration: none;
    margin-right: 2.8rem;
    font-weight: 500;
    font-size: larger;
}
/* <main-style> ============================ */
.menu__link {
    color: #f5b041;
    line-height: 2;
    position: relative;
}

.menu__link::before {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #f5b041;
    position: absolute;
    bottom: -0.25rem;
    right: 0;
    transition:
        right 0.4s,
        width 0.4s,
        left 0.4s;
}

.menu__link:hover::before {
    width: 100%;
    left: 0;
}

.team-members {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.card span,
.card .info {
    font-size: 0.9rem;
}

.team-members .card {
    margin-right: 1rem;
    margin-left: 1rem;
}

.project-section {
    width: 100%;
}

/* From Uiverse.io by bhaveshxrawat */
.hero-card {
    background: #1e293b;
    position: relative;
    display: flex;
    place-content: center;
    place-items: center;
    overflow: hidden;
    border-radius: 20px;
}

.hamburger {
    display: none;
}

.hero-card h2 {
    z-index: 1;
    color: #f5b041;
    font-size: 72px;
}

.hero-card::before {
    content: "";
    position: absolute;
    width: 100px;
    background-image: linear-gradient(
        180deg,
        rgb(245, 176, 65),
        rgb(245, 176, 65)
    );
    height: 530%;
    animation: rotBGimg 3s linear infinite;
    transition: all 0.2s linear;
}

@keyframes rotBGimg {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.hero-card::after {
    content: "";
    position: absolute;
    background: #1e293b;
    inset: 5px;
    border-radius: 15px;
}

/* .card:hover:before {
  background-image: linear-gradient(180deg, rgb(81, 255, 0), purple);
  animation: rotBGimg 3.5s linear infinite;
} */

.tech-stack {
    display: flex;
    align-items: center;
}

.logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 1rem;
    justify-items: center;
    align-items: center;
    margin: 0 1rem;
}

.logos img {
    width: 64px;
}

/* From Uiverse.io by multihexagon */
.card-terminal {
    width: 60%;
    background-color: #1e293b;
    border-radius: 10px;
    z-index: 1;
}

.card-terminal h3 {
    color: white;
}

.card-terminal .tools {
    display: flex;
    align-items: center;
    padding: 9px;
}

.card-terminal .circle {
    padding: 0 4px;
}

.card-terminal .box {
    display: inline-block;
    align-items: center;
    width: 10px;
    height: 10px;
    padding: 1px;
    border-radius: 50%;
}

.card-terminal .red {
    background-color: #ff605c;
}

.card-terminal .yellow {
    background-color: #ffbd44;
}

.card-terminal .green {
    background-color: #00ca4e;
}

.project-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2rem;
    margin-left: 10%;
}

.project-info img {
    width: 256px;
    height: 256px;
    border-radius: 1rem;
    margin: 0 2rem;
}

.card__content {
    padding: 2rem;
}

.card__content h3 {
    font-size: 1.5rem;
}

.card__content p {
    color: #f5b041;
    margin-top: 1rem;
    font-size: 1rem;
}

.video-section {
    margin-top: 2rem;
}

.button-with-icon {
    z-index: 99;
    width: fit-content;
    margin-top: -2rem;
}

.hero-items {
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card {
    width: 100%;
    height: 30rem;
}

.team-members {
    width: 90vw;
    margin-left: -5vw;
}

/* media queries */

@media (min-width: 320px) and (max-width: 768px) {
    .main-container {
        width: 100vw;
        padding: 0 1rem;
    }

    .hero {
        width: 100%;
        justify-content: center;
        justify-items: center;
        height: fit-content;
        /* height: 90vh; */
    }

    .hero-card h2 {
        font-size: 36px;
    }

    .hero-card {
        padding-bottom: 2rem;
    }

    .team-members {
        width: 100%;
        margin-left: 0;
    }

    .hero-img,
    .hero-items,
    .team-members,
    .project-info,
    .tech-stack,
    .project-section {
        flex-direction: column;
        align-items: center;
    }

    .card,
    .card-terminal {
        width: 100%;
    }

    .logos {
        margin-top: 2rem;
    }

    #p-info-1 img {
        margin-top: -2rem;
    }

    #p-info-3 img,
    #p-info-2 img {
        margin-bottom: 2rem;
    }

    #p-info-3,
    #p-info-1 {
        flex-direction: column-reverse;
    }

    .team-members .card {
        margin-bottom: 1.5rem;
    }

    br {
        display: none;
    }

    .hero-img img {
        width: 100%;
        max-width: 400px;
        margin-bottom: -2rem;
    }

    iframe {
        width: 120%;
        margin-left: -10%;
        height: 250px;
    }

    .header {
        width: 105%;
        padding: 0;
        top: -2px;
        position: sticky;
    }
    .navbar__menu .menu__link {
        margin-left: 2rem;
        font-size: 24px;
    }
    .project-info {
        margin-left: 0;
    }

    .navbar-container {
        margin-left: 5%;
    }
}

@media screen and (max-width: 360px) {
    .navbar-container {
        margin-left: 12%;
    }
}

@media (max-width: 375px) {
    .button-with-icon {
        margin-top: -1.2rem;
    }

    .team-section h1,
    .project-section h1,
    .video-section h1 {
        font-size: 25px;
    }

    .project-section h2 {
        font-size: 20px;
    }

    .hero-card {
        margin-top: -2rem;
        height: 75vh;
        flex-direction: column;
    }

    iframe,
    .project-info img {
        width: 340px;
        height: 340px;
    }

    iframe {
        margin-left: 0;
        height: 250px;
    }
}

@media (min-width: 540px) and (max-width: 540px) {
    .hero {
        height: 100vh;
        width: 100%;
    }

    iframe {
        width: 480px;
        height: 270px;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .hero {
        height: fit-content;
        width: 100%;
    }

    .team-members {
        width: 100%;
        margin-left: 0;
    }
    .hero-img {
        flex-direction: row;
    }

    .hero-img img {
        width: 60%;
    }

    br {
        display: block;
    }

    .hero-img h2 {
        font-size: 56px;
    }

    .team-section {
        width: 100%;
        margin-left: -2rem;
    }

    .team-members {
        display: grid;
        grid-template-columns: 2fr 2fr;
        gap: 2rem;
    }

    #p-info-1,
    #p-info-2,
    #p-info-3 {
        flex-direction: row;
    }

    #p-info-1 img {
        margin-top: 0;
    }

    #p-info-3 img,
    #p-info-2 img {
        margin-bottom: 0;
    }

    iframe {
        width: 640px;
        height: 360px;
        margin-left: 0;
    }
    .project-info {
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .project-info {
        margin-left: 4%;
    }
    .hero-img {
        margin-top: 1rem;
    }
}

@media (min-width: 1440px) {
    .project-info {
        margin-left: 15%;
    }
    .hero-card h2 {
        font-size: 80px;
    }
}

.card .img {
    width: 8rem;
    height: 8rem;
    background: white;
    border-radius: 15px;
    margin: auto;
}

.navbar__menu {
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
}

@media screen and (max-width: 960px) {
    .hamburger {
        display: block;
    }
    .navbar__menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 2rem;
        padding-bottom: 4rem;
        width: 100%;
        position: absolute;
        left: 0;
        top: -1000px;
        opacity: 0;
        transition: all 0.5s ease;
        background: #10182f;
        z-index: -1;
    }

    .navbar__menu.active {
        background: #10182f;
        top: 95%;
        width: 100vw;
        margin-left: -4%;
        opacity: 1;
        transition: all 0.5s ease;
        z-index: 99;
        height: 25vh;
        font-size: 1.6rem;
        border-bottom: 2px solid #f5b041;
    }

    .navbar-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-evenly;
        align-items: center;
        height: 100%;
    }

    .navbar__toggle .bar {
        width: 25px;
        height: 3px;
        margin: 5px auto;
        transition: all 0.3s ease-in-out;
        background: #f5b041;
    }

    #mobile-menu {
        position: absolute;
        top: 20%;
        right: 5%;
        transform: translate(5%, 20%);
    }

    .navbar__toggle .bar {
        display: block;
        cursor: pointer;
    }

    #mobile-menu.is-active .bar:nth-child(2) {
        opacity: 0;
    }

    #mobile-menu.is-active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    #mobile-menu.is-active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    .navbar__menu.active {
        margin-left: -2%;
        width: 101vw;
    }
}
@media (min-width: 820px) and (max-width: 960px) {
    .navbar__menu.active {
        margin-left: -4%;
        width: 105vw;
    }
}
