                    @import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Poppins:wght@300;400;500;600;700;800&display=swap');
                    @import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Playfair+Display:ital,wght@1,500&display=swap');
                    /* theme */
                    
                     :root {
                        --hue-1: 257;
                        --hue-2: 47;
                        --bg-color: hsl(var(--hue-1), 100%, 97%);
                        --ft-color: hsl(var(--hue-1), 100%, 96%);
                        --main-color-1: hsl(var(--hue-1), 100%, 60%);
                        --main-color-dark-1: hsl(var(--hue-1), 69%, 50%);
                        --main-color-2: hsl(var(--hue-2), 100%, 61%);
                        --main-color-dark-2: hsl(var(--hue-2), 82%, 55%);
                        --bg-color-1: hsl(var(--hue-1), 100%, 97%);
                        --bg-color-2: #fff;
                        --bg-color-3: hsl(var(--hue-1), 100%, 98%);
                        --bg-color-transparent: rgba(255, 255, 255, 0.6);
                        --heading-color: hsl(var(--hue-1), 61%, 24%);
                        --text-color: hsl(var(--hue-1), 17%, 63%);
                    }
                    
                    body {
                        --bg-color-1: hsl(var(--hue-1), 100%, 97%);
                        --bg-color-2: #fff;
                        --bg-color-3: hsl(var(--hue-1), 100%, 98%);
                        --bg-color-transparent: rgba(255, 255, 255, 0.6);
                        --heading-color: hsl(var(--hue-1), 61%, 24%);
                        --heading-2: hsl(var(--hue-1), 100%, 60%);
                        --text-color: hsl(var(--hue-1), 17%, 63%);
                    }
                    

                    body.dark {
                        --bg-color: hsl(var(--hue-1), 19%, 15%);
                        --ft-color: hsl(var(--hue-1), 19%, 14%);
                        --bg-color-1: hsl(var(--hue-1), 21%, 11%);
                        --bg-color-2: hsl(var(--hue-1), 23%, 19%);
                        --bg-color-3: hsl(var(--hue-1), 23%, 24%);
                        --bg-color-transparent: hslav(var(--hue-1), 23%, 19%, 0.6);
                        --heading-color: hsl(var(--hue-1), 100%, 95%);
                        --heading-2: hsl(var(--hue-1), 100%, 85%);
                        --text-color: hsl(var(--hue-1), 14%, 51%);
                    }
                    /* theme finish */
                    /* responsive */
                    /* ------------- 1000px ------------ */
                    
                    @media screen and (max-width: 600px) {
                        .hamburger-menu {
                            left: 0;
                            right: 0;
                        }
                    }
                    
                    @media (max-width: 1024px) {
                        .logo {
                            font-size: 1.5rem;
                        }
                        header .logo {
                            height: 100px;
                            line-height: 100px;
                        }
                        .heading-1 {
                            font-size: 0.85rem;
                        }
                        .heading-2 {
                            font-size: 1.5rem;
                        }
                        .text-1 {
                            font-size: 0.40rem;
                        }
                        .nav-link {
                            font-size: 0.7rem;
                        }
                        .showcase-area {
                            font-size: 0.7rem;
                            padding: 100px 0;
                            width: 100%;
                            margin: 0 20px;
                        }
                        .showcase-area .container {
                            grid-template-columns: 1fr 400px;
                        }
                        .image {
                            display: flex;
                            margin: 0 -90px;
                            width: 100%;
                            height: 300px;
                        }
                        .img-person {
                            width: 300px;
                            height: 300px;
                        }
                        .btn {
                            font-size: 0.55rem;
                        }
                        .techno {
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: center;
                            align-items: center;
                            margin: 1rem 100px;
                            width: auto;
                            height: auto;
                        }
                        .contact-form {
                            padding: 2.5rem 2rem;
                        }
                        .form-input {
                            padding: 0.8rem 1.50rem;
                            font-size: 0.8rem;
                            border-radius: 15px;
                        }
                    }
                    
                    @media (max-width: 850px) {
                        .heading-1 {
                            font-size: 0.85rem;
                        }
                        .heading-2 {
                            font-size: 1.5rem;
                        }
                        .text-1 {
                            font-size: 0.40rem;
                        }
                        .showcase-area {
                            width: 100%;
                            margin: 0 20px;
                        }
                        .image {
                            display: flex;
                            margin: 0 -120px;
                            width: 900px;
                            height: 600px;
                        }
                        .img-person {
                            width: 900px;
                            height: 900px;
                        }
                        .btn {
                            font-size: 0.55rem;
                        }
                        .techno {
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: center;
                            align-items: center;
                            margin: 1rem 100px;
                            width: auto;
                            height: auto;
                        }
                        .form-input {
                            padding: 0.8rem 1.50rem;
                            font-size: 0.8rem;
                            border-radius: 15px;
                        }
                    }
                    
                    @media (max-width: 768px) {
                        .heading-1 {
                            font-size: 0.85rem;
                        }
                        .heading-2 {
                            font-size: 1.3rem;
                        }
                        .text-1 {
                            font-size: 0.70rem;
                        }
                        .showcase-area {
                            width: 100%;
                            margin: 0 20px;
                        }
                        .btn {
                            font-size: 0.55rem;
                        }
                        .techno {
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: center;
                            align-items: center;
                            margin: 1rem 100px;
                            width: auto;
                            height: auto;
                        }
                        .image {
                            display: flex;
                            margin: 0 -90px;
                            width: 800px;
                            height: 300px;
                        }
                        .img-person {
                            width: 900px;
                            height: 600px;
                        }
                        .hamburger {
                            display: block;
                        }
                        header {
                            background-color: var(--bg-color-2);
                        }
                        .links {
                            order: 3;
                            flex-basis: 100%;
                            flex-direction: column;
                            align-items: center;
                            justify-content: center;
                            padding: 0.5rem 0.2rem;
                        }
                        .links ul {
                            flex-direction: column;
                        }
                        .nav-link {
                            margin: 1.5rem 0;
                            color: var(--heading-color);
                            font-weight: 500;
                        }
                        .contact .container {
                            grid-template-columns: 1fr;
                            row-gap: 3rem;
                        }
                    }
                    
                    @media (max-width: 425px) {
                        .toggle-btn,
                        .darkmode-btn {
                            float: left;
                        }
                        .heading-1 {
                            font-size: 0.85rem;
                        }
                        .heading-2 {
                            font-size: 1.3rem;
                        }
                        .container {
                            padding-right: 50%;
                            padding-left: 50%;
                        }
                        .img-person {
                            display: none;
                        }
                        .text-1 {
                            font-size: 0.70rem;
                        }
                        .btn {
                            font-size: 0.55rem;
                        }
                        .techno {
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: center;
                            align-items: center;
                            margin: 2rem 200px;
                            width: 100%;
                            height: auto;
                        }
                        nav.container {
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: center;
                            align-items: center;
                            margin: 1rem 100px;
                            width: auto;
                            height: auto;
                        }
                        .nav-link {
                            display: none;
                        }
                        .image.img-person {
                            margin: 0 -90px;
                            display: flex;
                            max-width: 100%;
                            max-height: 100%;
                            min-height: 100%;
                            min-width: 100%;
                        }
                        .contact .container {
                            padding: 10rem 10rem;
                        }
                        .contact-form {
                            display: flex;
                            background-color: var(--bg-color-2);
                            border-radius: 15px;
                            padding: 3.5rem 3rem;
                            display: flex;
                            flex-direction: column;
                        }
                        .form-input {
                            display: inline-block;
                            resize: none;
                            width: 100%;
                            height: 50px;
                            border-radius: 15px;
                            background: var(--bg-color-3);
                            border: 2px solid var(--bg-color-3);
                            padding: 0.85rem 1.5rem;
                            margin-bottom: 1rem;
                            outline: none;
                            font-size: 1rem;
                            font-weight: 500;
                        }
                        .contact-form .form-input {
                            margin-bottom: 1rem;
                        }
                        .contact-form .form-input:focus {
                            border: 2px solid var(--main-color-1);
                        }
                        .s-btn {
                            cursor: pointer;
                            width: 100%;
                            height: 50px;
                            border-radius: 9px;
                            border: 1px solid var(--main-color-1);
                            padding: 0.5rem;
                            margin-bottom: 1rem;
                        }
                    }
                    
                    @media (max-width: 414px) {
                        .showcase-area {
                            font-size: 0.7rem;
                            height: 800px;
                            width: 100%;
                            margin-left: 50px;
                            margin-right: 50px;
                        }
                        .toggle-btn,
                        .darkmode-btn {
                            float: left;
                        }
                    }
                    
                    @media (max-width: 375px) {
                        .darkmode-btn,
                        .toggle-btn {
                            display: none;
                        }
                        header,
                        .logo {
                            height: 100px;
                        }
                        .heading-1 {
                            font-size: 0.85rem;
                        }
                        .heading-2 {
                            font-size: 1.3rem;
                        }
                        .text-1 {
                            font-size: 0.70rem;
                        }
                        .showcase-area {
                            font-size: 0.7rem;
                            height: 800px;
                            width: 100%;
                            margin-left: 60px;
                        }
                        .about .about-p {
                            margin-left: 70px;
                        }
                        .btn {
                            font-size: 0.55rem;
                        }
                        .techno {
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: center;
                            align-items: center;
                            margin: 2rem 200px;
                            width: 400px;
                            height: auto;
                        }
                        .all {
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: center;
                            align-items: center;
                            margin-left: 900px;
                        }
                        .tech-h2 {
                            align-items: center;
                            font-size: 1.5rem;
                            margin-right: 50px;
                        }
                        nav.container {
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: center;
                            align-items: center;
                            margin: 20px 100px;
                            width: 30px;
                            height: 80px;
                        }
                        .nav-link {
                            display: none;
                        }
                        .image {
                            display: none;
                        }
                        .img-person {
                            display: none;
                        }
                        .contact .container {
                            padding: 10rem 10rem;
                        }
                        .contact-form {
                            display: flex;
                            background-color: var(--bg-color-2);
                            border-radius: 15px;
                            padding: 3.5rem 3rem;
                            display: flex;
                            flex-direction: column;
                        }
                        .form-input {
                            display: inline-block;
                            resize: none;
                            width: 100%;
                            height: 50px;
                            border-radius: 15px;
                            background: var(--bg-color-3);
                            border: 2px solid var(--bg-color-3);
                            padding: 0.85rem 1.5rem;
                            margin-bottom: 1rem;
                            outline: none;
                            font-size: 1rem;
                            font-weight: 500;
                        }
                        .contact-form .form-input {
                            margin-bottom: 1rem;
                        }
                        .contact-form .form-input:focus {
                            border: 2px solid var(--main-color-1);
                        }
                        .s-btn {
                            cursor: pointer;
                            width: 100%;
                            height: 50px;
                            border-radius: 9px;
                            border: 1px solid var(--main-color-1);
                            padding: 0.5rem;
                            margin-bottom: 1rem;
                        }
                    }
                    
                    @media (max-width: 320px) {
                        .toggle-btn.darkmode-btn {
                            display: flex;
                            float: left;
                        }
                        .hamburger-menu {
                            left: 0;
                            right: 0;
                        }
                        header.logo {
                            height: 100px;
                        }
                        .heading-1 {
                            font-size: 0.85rem;
                        }
                        .heading-2 {
                            font-size: 1.3rem;
                        }
                        .text-1 {
                            font-size: 0.70rem;
                        }
                        .showcase-area {
                            font-size: 0.7rem;
                            height: 800px;
                            width: 100%;
                            margin-left: 60px;
                        }
                        .about-h2 {
                            margin-left: 60px;
                        }
                        .about .about-p {
                            margin-left: 70px;
                            width: 100%;
                        }
                        .btn {
                            font-size: 0.55rem;
                        }
                        .techno {
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: center;
                            align-items: center;
                            margin-left: 60px;
                            width: 400px;
                            height: auto;
                        }
                        .all {
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: center;
                            align-items: center;
                            margin-left: 0px;
                        }
                        .tech-h2 {
                            align-items: center;
                            font-size: 1.5rem;
                            margin-right: 50px;
                        }
                        nav.container {
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: center;
                            align-items: center;
                            margin: 1rem 100px;
                            width: auto;
                            height: auto;
                        }
                        .nav-link {
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: center;
                            align-items: center;
                            margin: 1rem 100px;
                            width: auto;
                            height: auto;
                            font-size: 0.40rem;
                        }
                        .image {
                            display: flex;
                            margin: 0 -90px;
                            width: 800px;
                            height: 300px;
                        }
                        .img-person {
                            width: 900px;
                            height: 600px;
                        }
                        .nav-link {
                            display: none;
                        }
                        .contact .container {
                            padding: 10rem 10rem;
                        }
                        .contact-form {
                            display: flex;
                            background-color: var(--bg-color-2);
                            border-radius: 15px;
                            padding: 3.5rem 3rem;
                            display: flex;
                            flex-direction: column;
                        }
                        .form-input {
                            display: inline-block;
                            resize: none;
                            width: 100%;
                            height: 50px;
                            border-radius: 15px;
                            background: var(--bg-color-3);
                            border: 2px solid var(--bg-color-3);
                            padding: 0.85rem 1.5rem;
                            margin-bottom: 1rem;
                            outline: none;
                            font-size: 1rem;
                            font-weight: 500;
                        }
                        .contact-form .form-input {
                            margin-bottom: 1rem;
                        }
                        .contact-form .form-input:focus {
                            border: 2px solid var(--main-color-1);
                        }
                        .s-btn {
                            cursor: pointer;
                            width: 100%;
                            height: 50px;
                            border-radius: 9px;
                            border: 1px solid var(--main-color-1);
                            padding: 0.5rem;
                            margin-bottom: 1rem;
                        }
                    }
                    
                     ::-webkit-scrollbar {
                        width: 7px;
                    }
                    
                     ::-webkit-scrollbar-track {
                        background-color: var(--bg-color);
                    }
                    
                     ::-webkit-scrollbar-thumb {
                        background: var(--main-color-1);
                        border-radius: 70px;
                    }
                    
                    *,
                    *::before,
                    *::after {
                        box-sizing: border-box;
                        padding: 0;
                        margin: 0;
                    }
                    
                    html {
                        scroll-behavior: smooth;
                    }
                    
                    body {
                        overflow-x: hidden;
                        background-color: var(--bg-color);
                        font-family: 'Poppins', sans-serif;
                    }
                    
                    .wrapper {
                        display: none;
                        z-index: 2;
                        position: fixed;
                        width: 150px;
                        border-radius: 10px;
                        background-color: white;
                        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
                    }
                    
                    .wrapper.visible {
                        display: block;
                    }
                    
                    .wrapper .w-menu {
                        padding: 10px 12px;
                    }
                    
                    .w-content .w-item {
                        cursor: pointer;
                        display: flex;
                        align-items: center;
                        list-style: none;
                        font-size: 15px;
                        height: 45px;
                        border-radius: 5px;
                        margin-bottom: 2px;
                        padding: 0 7px;
                    }
                    
                    .w-content .w-item:hover {
                        background-color: #f2f2f2;
                    }
                    
                    .w-content .w-item span {
                        font-size: 15px;
                    }
                    
                    w-3 {
                        width: 0.75rem;
                    }
                    
                    h-3 {
                        height: 0.75rem;
                    }
                    
                    #statusContent {
                        cursor: default;
                    }
                    
                    .stat-text {
                        font-size: 1rem;
                        font-weight: 500;
                        color: var(--text-color);
                    }
                    
                    .bg-gray {
                        background-color: rgba(107, 114, 128);
                    }
                    
                    .bg-red {
                        background-color: red;
                    }
                    
                    .bg-green {
                        background-color: green;
                    }
                    
                    .bg-yellow {
                        background-color: yellow;
                    }
                    
                    .inline-flex {
                        display: inline-flex;
                    }
                    
                    .h-3 {
                        height: 0.75rem;
                    }
                    
                    .ml-1 {
                        margin-left: 0.25rem;
                    }
                    
                    .mr-2 {
                        margin-right: 0.5rem;
                    }
                    
                    .mr-2,
                    .mx-2 {
                        margin-right: 0.5rem;
                    }
                    
                    .ml-1,
                    .mx-1 {
                        margin-left: 0.25rem;
                    }
                    
                    a {
                        text-decoration: none;
                    }
                    
                    ul {
                        list-style: none;
                    }
                    
                    .container {
                        position: relative;
                        width: 100%;
                        max-width: 75rem;
                        padding: 0 1.5rem;
                        margin: 0 auto;
                    }
                    /* navbar */
                    
                    .hamburger-menu {
                        display: none;
                        font-size: 30px;
                    }
                    
                    header {
                        position: fixed;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100px;
                        z-index: 10;
                        transition: 0.3s;
                    }
                    
                    header.scrolled {
                        background-color: var(--bg-color-transparent);
                        box-shadow: 0 5px 5px 20px 0.1px rgba(0, 0, 0, 0.1);
                        backdrop-filter: blur(14px);
                        transition: 0.3s;
                    }
                    
                    nav.container {
                        display: flex;
                        align-items: center;
                        flex-wrap: wrap;
                    }
                    
                    .links {
                        display: flex;
                        flex: 1;
                        justify-content: space-between;
                    }
                    
                    .links ul {
                        display: flex;
                        flex-direction: row;
                        justify-content: space-between;
                        align-items: center;
                        list-style: none;
                        width: 100%;
                        padding: 0;
                        margin: 0;
                    }
                    
                    .logo {
                        font-size: 1.5rem;
                        font-weight: 800;
                        margin-right: 3.5rem;
                        height: 100px;
                        line-height: 120px;
                        color: var(--heading-color);
                        letter-spacing: 2px;
                        transition: 0.3s;
                    }
                    
                    header .logo {
                        height: 120px;
                        line-height: 120px;
                    }
                    
                    header.scrolled {
                        height: 100px;
                        line-height: 100px;
                    }
                    
                    .nav-link {
                        margin: 0 1rem;
                        font-size: 1.2rem;
                        font-weight: 600;
                        color: var(--text-color);
                        text-transform: uppercase;
                        letter-spacing: 5px;
                        padding: 0.5rem 1rem;
                        transition: all 0.3s ease;
                        border-radius: 20px;
                    }
                    
                    .nav-link:hover {
                        background-color: var(--main-color-1);
                        color: var(--bg-color-1);
                        border-radius: 20px;
                        box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.178);
                    }
                    
                    .darkmode-btn {
                        margin: 0 3rem;
                        background-color: var(--bg-color-2);
                        color: var(--heading-color);
                        border-radius: 50%;
                        min-width: 40px;
                        height: 40px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        font-size: 1.2rem;
                        cursor: pointer;
                        box-shadow: 0 0 10px 0px rgb(0, 0, 0, 0.05);
                        transition: all 0.3s ease;
                    }
                    
                    .darkmode-btn:hover {
                        background-color: var(--main-color-1);
                        color: var(--bg-color-1);
                        border-radius: 50%;
                    }
                    /* area style */
                    
                    .showcase-area {
                        padding: 220px 0;
                        width: 100%;
                        overflow: hidden;
                    }
                    
                    .showcase-area .container {
                        margin: auto;
                        display: grid;
                        grid-template-columns: repeat(2, 1fr);
                        height: calc(100vh - 120px);
                        max-height: 220px;
                    }
                    
                    .image {
                        position: relative;
                        width: 100%;
                        height: 300px;
                        padding-left: 13rem;
                        min-height: calc(100vh + 120px);
                    }
                    
                    .img-person {
                        width: 300px;
                        height: 300px;
                        border: 3px solid var(--main-color-2);
                        border-radius: 50%;
                    }
                    
                    .heading-1 {
                        color: var(--heading-color);
                        text-transform: uppercase;
                        font-size: 1rem;
                        letter-spacing: 1px;
                        border-left: 4px solid var(--main-color-2);
                        padding: 0.13rem 0.75rem;
                        margin-bottom: 0.75rem;
                        font-weight: 500;
                    }
                    
                    .heading-2 {
                        color: var(--heading-color);
                        text-transform: uppercase;
                        font-size: 1rem;
                        letter-spacing: 1px;
                        padding: 0.13rem 0.75rem;
                        margin-bottom: 0.75rem;
                        font-weight: 500;
                    }
                    
                    .heading {
                        color: var(--heading-color);
                        text-transform: uppercase;
                        font-size: 2rem;
                        letter-spacing: 1px;
                        border-left: 4px solid var(--main-color-2);
                        padding: 0.13rem 0.75rem;
                        margin-bottom: 0.75rem;
                        font-weight: 500;
                        font-family: 'Playfair Display', serif;
                        line-height: 1.3;
                    }
                    
                    .headline-info {
                        font-size: 1.5rem;
                        font-weight: 500;
                        color: var(--text-color);
                        line-height: 1.5;
                    }
                    
                    .text-1 {
                        color: var(--text-color);
                        font-size: 1.2rem;
                        letter-spacing: 1px;
                        font-weight: 500;
                        line-height: 1.5;
                        margin: 1.5rem 0;
                    }
                    
                    .cta {
                        margin-top: 1.5rem;
                        display: flex;
                        align-items: center;
                    }
                    
                    .cta .btn {
                        margin-right: 1.5rem;
                    }
                    
                    .secondary-btn {
                        margin: 0 0.5rem;
                        background-color: transparent;
                        color: var(--main-color-1);
                        font-weight: 700;
                        font-size: 1.2rem;
                        letter-spacing: 2px;
                    }
                    
                    .secondary-btn {
                        background-image: linear-gradient( transparent 0%, transparent 90%, #6D33FF 90%, #6D33FF 100%);
                        background-repeat: no-repeat;
                        background-size: 0% 100%;
                        background-position-x: right;
                        transition: background-size 300ms;
                    }
                    
                    .secondary-btn:hover {
                        background-size: 100% 100%;
                        transition: all 0.5s ease;
                    }
                    
                    .btn {
                        display: inline-block;
                        background-color: var(--main-color-1);
                        color: var(--bg-color-1);
                        border-radius: 20px;
                        padding: 0.5rem 1rem;
                        font-size: 1.2rem;
                        font-weight: 600;
                        letter-spacing: 5px;
                        transition: all 0.3s ease;
                    }
                    
                    .btn:hover {
                        background-color: var(--main-color-2);
                        color: var(--bg-color-2);
                        border-radius: 20px;
                        box-shadow: 10px 10px rgba(0, 0, 0, 0.253);
                    }
                    /* about style */
                    
                    .about-h2 {
                        color: var(--heading-color);
                        text-transform: uppercase;
                        text-align: center;
                        font-size: 2rem;
                        letter-spacing: 1px;
                        padding: 0.13rem 0.75rem;
                        margin-bottom: 0.75rem;
                        font-weight: 700;
                    }
                    
                    .about {
                        color: var(--text-color);
                        justify-content: space-between;
                        align-items: center;
                        font-size: 1.2rem;
                        letter-spacing: 1px;
                        font-weight: 500;
                        line-height: 1.5;
                        margin: 50px 0;
                    }
                    /* tech style */
                    
                    .techno {
                        margin: 2rem;
                    }
                    
                    .tech-h2 {
                        color: var(--heading-color);
                        text-transform: uppercase;
                        text-align: center;
                        font-size: 2rem;
                        letter-spacing: 1px;
                        padding: 0.13rem 0.75rem;
                        margin-bottom: 0.75rem;
                        font-weight: 700;
                    }
                    
                    .all {
                        padding: 100px;
                        padding-top: 3rem;
                        padding-bottom: 3rem;
                        width: 100%;
                        height: 100%;
                        align-items: center;
                        border-collapse: collapse;
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        margin: 1rem 0;
                        margin-bottom: 1rem;
                    }
                    
                    .htmll {
                        text-align: center;
                        font-size: 2rem;
                        font-weight: 500;
                        align-items: center;
                        width: 200px;
                        height: 50px;
                        display: block;
                        justify-content: space-between;
                        align-items: center;
                        border-radius: 9px;
                        background-color: var(--main-color-1);
                        color: var(--bg-color-1);
                        cursor: pointer;
                    }
                    
                    .htmll img {
                        width: 50px;
                        height: 50px;
                        display: flex;
                    }
                    
                    .htmll p {
                        padding: 10px 0;
                        font-size: 1.6rem;
                        font-weight: 600;
                        letter-spacing: 1px;
                        line-height: 1.5;
                        margin: -50px 0;
                    }
                    
                    .htmll:hover {
                        background-color: #7d4aff;
                        transition: all 0.3s ease;
                    }
                    
                    .css {
                        font-weight: 500;
                        font-size: 2rem;
                        text-align: center;
                        width: 200px;
                        height: 50px;
                        display: block;
                        justify-content: space-between;
                        align-items: center;
                        border-radius: 9px;
                        background-color: var(--main-color-1);
                        color: var(--bg-color-2);
                        cursor: pointer;
                    }
                    
                    .css p {
                        padding-top: 10px;
                        font-size: 1.6rem;
                        font-weight: 600;
                        letter-spacing: 1px;
                        line-height: 1.5;
                        margin: -50px 0;
                    }
                    
                    .css img {
                        width: 50px;
                        height: 50px;
                        display: flex;
                    }
                    
                    .css:hover {
                        background-color: #7d4aff;
                        transition: all 0.3s ease;
                    }
                    
                    .js {
                        padding-top: 10px;
                        font-weight: 500;
                        text-align: center;
                        align-items: center;
                        font-size: 2rem;
                        width: 200px;
                        height: 50px;
                        display: block;
                        justify-content: space-between;
                        align-items: center;
                        border-radius: 9px;
                        background-color: var(--main-color-1);
                        color: var(--bg-color-3);
                        cursor: pointer;
                    }
                    
                    .js p {
                        padding: 10px 0;
                        padding-left: 50px;
                        font-size: 1.3rem;
                        font-weight: 600;
                        letter-spacing: 1px;
                        line-height: 1.5;
                        margin: -50px;
                    }
                    
                    .js img {
                        padding: 10px 10;
                        margin: -10px;
                        width: 60px;
                        height: 50px;
                        display: flex;
                        border-radius: 12px;
                    }
                    
                    .js:hover {
                        background-color: #7d4aff;
                        transition: all 0.3s ease;
                    }
                    
                    .bootstrap {
                        padding-top: 10px;
                        font-weight: 500;
                        text-align: center;
                        align-items: center;
                        font-size: 1.4rem;
                        width: 200px;
                        height: 50px;
                        display: block;
                        justify-content: space-between;
                        align-items: center;
                        border-radius: 9px;
                        background-color: var(--main-color-1);
                        color: var(--bg-color-3);
                        cursor: pointer;
                    }
                    
                    .bootstrap p {
                        padding: 7px 0;
                        padding-left: 45px;
                        font-size: 1.5rem;
                        font-weight: 500;
                        letter-spacing: 1px;
                        line-height: 1.5;
                        margin: -50px 0;
                    }
                    
                    .bootstrap img {
                        padding: 10px 10;
                        margin: -10px;
                        width: 50px;
                        height: 50px;
                        display: flex;
                        border-radius: 9px;
                    }
                    
                    .bootstrap:hover {
                        background-color: #7d4aff;
                        transition: all 0.3s ease;
                    }
                    
                    .react {
                        padding-top: 10px;
                        font-weight: 600;
                        text-align: center;
                        align-items: center;
                        font-size: 1.4rem;
                        width: 200px;
                        height: 50px;
                        display: block;
                        justify-content: space-between;
                        align-items: center;
                        border-radius: 9px;
                        background-color: var(--main-color-1);
                        color: var(--bg-color-3);
                        cursor: pointer;
                    }
                    
                    .react p {
                        padding: 17px 0;
                        padding-left: 20px;
                        font-size: 1.5rem;
                        font-weight: 600;
                        letter-spacing: 1px;
                        line-height: 1.5;
                        margin: -50px 0;
                    }
                    
                    .react img {
                        width: 30px;
                        height: 30px;
                        margin: 0 10px;
                        display: flex;
                    }
                    
                    .react:hover {
                        background-color: #7d4aff;
                        transition: all 0.3s ease;
                    }
                    
                    .nodejs {
                        padding-top: 10px;
                        font-weight: 500;
                        text-align: center;
                        align-items: center;
                        font-size: 1.2rem;
                        width: 200px;
                        height: 50px;
                        display: block;
                        justify-content: space-between;
                        align-items: center;
                        border-radius: 9px;
                        background-color: var(--main-color-1);
                        color: var(--bg-color-3);
                        cursor: pointer;
                    }
                    
                    .nodejs p {
                        padding: 17px 0;
                        padding-left: 30px;
                        font-size: 1.5rem;
                        font-weight: 600;
                        letter-spacing: 1px;
                        line-height: 1.5;
                        margin: -50px 0;
                    }
                    
                    .nodejs img {
                        width: 30px;
                        height: 30px;
                        margin: 0 10px;
                        display: flex;
                    }
                    
                    .nodejs:hover {
                        background-color: #7d4aff;
                        transition: all 0.3s ease;
                    }
                    
                    .tailwnd {
                        padding-top: 10px;
                        font-weight: 500;
                        text-align: center;
                        align-items: center;
                        font-size: 1.2rem;
                        width: 200px;
                        height: 50px;
                        display: block;
                        justify-content: space-between;
                        align-items: center;
                        border-radius: 9px;
                        background-color: var(--main-color-1);
                        color: var(--bg-color-3);
                        cursor: pointer;
                    }
                    
                    .tailwnd p {
                        padding: 15px 0;
                        padding-left: 30px;
                        font-size: 1.3rem;
                        font-weight: 600;
                        letter-spacing: 1px;
                        line-height: 1.5;
                        margin: -50px 0;
                    }
                    
                    .tailwnd img {
                        width: 35px;
                        height: 35px;
                        margin: 0 10px;
                        display: flex;
                    }
                    
                    .tailwnd:hover {
                        background-color: #7d4aff;
                        transition: all 0.3s ease;
                    }
                    
                    .discordjs {
                        padding-top: 10px;
                        font-weight: 500;
                        text-align: center;
                        align-items: center;
                        font-size: 1.2rem;
                        width: 200px;
                        height: 50px;
                        display: block;
                        justify-content: space-between;
                        align-items: center;
                        border-radius: 9px;
                        background-color: var(--main-color-1);
                        color: var(--bg-color-3);
                        cursor: pointer;
                    }
                    
                    .discordjs:hover {
                        background-color: #7d4aff;
                        transition: all 0.3s ease;
                    }
                    
                    .github {
                        font-size: 100px;
                        padding-top: 10px;
                        font-weight: 600;
                        text-align: center;
                        align-items: center;
                        font-size: 1.2rem;
                        width: 200px;
                        height: 50px;
                        display: block;
                        justify-content: space-between;
                        align-items: center;
                        border-radius: 9px;
                        background-color: var(--main-color-1);
                        color: var(--bg-color-3);
                        cursor: pointer;
                    }
                    
                    .github:hover {
                        background-color: #7d4aff;
                        transition: all 0.3s ease;
                    }
                    
                    .figma {
                        font-size: 100px;
                        padding-top: 10px;
                        font-weight: 600;
                        text-align: center;
                        align-items: center;
                        font-size: 1.2rem;
                        width: 200px;
                        height: 50px;
                        display: block;
                        justify-content: space-between;
                        align-items: center;
                        border-radius: 9px;
                        background-color: var(--main-color-1);
                        color: var(--bg-color-3);
                        cursor: pointer;
                    }
                    
                    .figma p {
                        padding: 17px 0;
                        padding-left: 20px;
                        font-size: 1.5rem;
                        font-weight: 600;
                        letter-spacing: 1px;
                        line-height: 1.5;
                        margin: -50px 0;
                    }
                    
                    .figma img {
                        width: 40px;
                        height: 30px;
                    }
                    
                    .figma:hover {
                        background-color: #7d4aff;
                        transition: all 0.3s ease;
                    }
                    /* contact style */
                    
                    .contact .container {
                        padding: 10rem 10rem;
                    }
                    
                    .contact-form {
                        display: flex;
                        background-color: var(--bg-color-2);
                        border-radius: 15px;
                        padding: 3.5rem 3rem;
                        display: flex;
                        flex-direction: column;
                    }
                    
                    .form-input {
                        display: inline-block;
                        resize: none;
                        width: 100%;
                        height: 50px;
                        border-radius: 15px;
                        background: var(--bg-color-3);
                        border: 2px solid var(--bg-color-3);
                        padding: 0.85rem 1.5rem;
                        margin-bottom: 1rem;
                        outline: none;
                        font-size: 1rem;
                        font-weight: 500;
                    }
                    
                    .contact-form .form-input {
                        margin-bottom: 1rem;
                    }
                    
                    .contact-form .form-input:focus {
                        border: 2px solid var(--main-color-1);
                    }
                    
                    .s-btn {
                        cursor: pointer;
                        width: 100%;
                        height: 50px;
                        border-radius: 9px;
                        border: 1px solid var(--main-color-1);
                        padding: 0.5rem;
                        margin-bottom: 1rem;
                    }
                    /* project style */
                    
                    .prj-title {
                        text-align: center;
                        color: var(--heading-color);
                        font-size: 1.5rem;
                        letter-spacing: 1px;
                        padding: 0.13rem 0.75rem;
                        margin-bottom: 0.30rem;
                        font-weight: 700;
                    }
                    
                    .prj-header {
                        display: flex;
                        align-items: flex-end;
                        justify-content: space-between;
                    }
                    
                    .card {
                        cursor: pointer;
                        width: 100%;
                        height: 100%;
                        border-radius: 9px;
                    }
                    
                    .card:hover {
                        box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.253);
                        transition: all 0.3s ease-out;
                        transform: translateY(-10px);
                    }
                    
                    .p-title {
                        padding-bottom: 1rem;
                    }
                    
                    .project-image {
                        display: grid;
                        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
                        grid-gap: 2.5rem;
                    }
                    
                    .p-image img {
                        width: 100%;
                        border-radius: 9px;
                    }
                    
                    .description {
                        padding: 0.8rem;
                        margin-left: 1rem;
                        color: var(--heading-color)
                    }
                    
                    .description h2 {
                        font: size 1rem;
                        font-weight: 600;
                        color: var(--heading-color);
                    }
                    
                    .card-links {
                        display: flex;
                        justify-content: space-between;
                        padding: 0.5rem;
                        float: left;
                        font-weight: 600;
                        margin: 0 1rem;
                        margin-bottom: 0.5rem;
                        background-image: linear-gradient( transparent 0%, transparent 90%, #6D33FF 90%, #6D33FF 100%);
                        background-repeat: no-repeat;
                        background-size: 0% 100%;
                        background-position-x: right;
                        transition: background-size 300ms;
                    }
                    
                    .card-links:hover {
                        background-size: 100% 100%;
                        transition: background-size 300ms;
                    }
                    /* footer style */
                    
                    footer {
                        background-color: var(--ft-color);
                        padding: 1rem 0;
                    }
                    
                    .footer-text {
                        text-align: center;
                        color: var(--heading-color);
                        font-size: 1.2rem;
                        letter-spacing: 1px;
                        padding: 0.13rem 0.75rem;
                        margin-bottom: 0.30rem;
                        font-weight: 700;
                    }
                    
                    footer .container {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        flex-wrap: wrap;
                    }
                    
                    .info-text {
                        display: flex;
                        color: var(--text-color);
                        font-size: 1rem;
                        padding: 0.13rem 1rem;
                        text-align: center;
                        font-weight: 600;
                    }
                    
                    footer .social-media {
                        display: flex;
                    }
                    
                    .social-link {
                        width: 40px;
                        height: 40px;
                        border-radius: 50%;
                        margin-left: 1rem;
                        background-color: var(--bg-color-1);
                        color: var(--text-color);
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        transition: 0.3s;
                    }
                    
                    .social-link:hover {
                        background-color: var(--main-color-1);
                        color: var(--bg-color-1);
                        transition: 0.3s;
                    }
