        * {
            margin: 0%;
            padding: 0%;
            box-sizing: border-box;
        }
        
        body {
            background-color: #f9f9f9;
            font-family: "Playfair Display", serif;
        }
        
        html {
            scroll-behavior: smooth;
        }
        
        section {
            scroll-margin-top: 100px;
        }
        
        header {
            background-image: radial-gradient(#f9f9f9, #f9f7f9);
        }
        
        .hero-section {
            background-image: linear-gradient(to right, rgba(0, 0, 0, 0.04) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
            background-size: 80px 80px;
        }
        
        header {
            z-index: 5;
            position: fixed;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 40px 0 60px;
            height: 80px;
            position: fixed;
            background-color: #f9f9f9;
        }
        
        .logo {
            font-size: 30px;
        }
        
        .right-nav {
            width: 600px;
            display: flex;
            justify-content: space-evenly;
            text-align: center;
            line-height: 34px;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
        }
        
        .right-nav a {
            all: unset;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            background-color: #f9f9f9;
        }
        
        .right-nav a:hover {
            color: rgb(47, 144, 236);
            transform: scale(1.2);
        }
        
        .hire {
            color: #f9f9f9;
            width: 100px;
            height: 36px;
            border-radius: 20px;
            background-color: black;
            text-align: center;
            line-height: 34px;
        }
        
        .hire {
            width: 100px;
            height: 36px;
            background-color: black;
            color: white;
            border: none;
            border-radius: 8px;
            cursor: pointer;
        }
        
        .hire button {
            width: 100px;
            height: 36px;
            background-color: black;
            color: rgb(255, 255, 255);
            border: none;
            border-radius: 10px;
            cursor: pointer;
        }
        /* hero section */
        
        .hero-section {
            width: 100%;
            height: 1000px;
        }
        
        .hero {
            padding: 90px 80px;
        }
        
        .hero h1 {
            font-family: "Playfair Display", serif;
            font-size: 100px;
            width: 1200px;
            font-weight: 600;
            padding-left: 200px;
        }
        
        .hey {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .my-img {
            width: 100%;
            z-index: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            transition-property: none;
        }
        
        .my-img img {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            z-index: 2;
        }
        
        .circle-motion {
            z-index: 2;
            width: 100%;
            height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .circle-motion img {
            width: 400px;
            padding-top: 10px;
            animation-name: circle;
            animation-duration: 6s;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
        }
        
        @keyframes circle {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }
        
        .hero-button {
            display: flex;
            align-items: center;
            justify-content: center;
            padding-right: 50px;
        }
        
        .hero-button pre {
            color: black;
        }
        
        .work-get {
            padding-right: 50px;
            color: #f9f9f9;
            background-color: black;
            display: flex;
            align-items: center;
            padding-left: 40px;
            height: 60px;
            border-radius: 80px;
            margin: 100px 500px 0 0;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        .work-get:hover {
            background-color: #353434fe;
            box-shadow: 2px 4px 10px rgba(255, 0, 0, 0.75);
            transform: scale(1.1);
            cursor: pointer;
        }
        
        .get-in-touch {
            color: black;
            background-color: white;
            display: flex;
            align-items: center;
            padding-left: 40px;
            height: 60px;
            width: 180px;
            border-radius: 80px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            margin: 150px 0 50px 0;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
        }
        
        .get-in-touch:hover {
            box-shadow: 2px 4px 10px rgba(255, 0, 0, 0.75);
            background-color: #efe7e7de;
            transform: scale(1.1);
            cursor: pointer;
        }
        /* its project section define in this  */
        
        .work {
            background-color: #f9f9f9;
            width: 100px;
            height: 1000px;
        }
        
        .select-work {
            margin-top: 100px;
            width: 800px;
            margin-left: 100px;
        }
        
        .selected {
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            font-size: 16px;
        }
        
        .p-top {
            font-size: 96px;
        }
        
        .p-down {
            font-size: 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: rgba(151, 151, 151, 0.781);
            font-weight: 100;
        }
        
        .selected,
        .p-top,
        .p-down,
        .details,
        .video,
        .details-1,
        .video-1,
        .details-2,
        .video-2 {
            animation: move linear;
            animation-timeline: view();
            animation-range: entry 0% cover 40%;
        }
        
        @keyframes move {
            from {
                opacity: 0;
                scale: 0.5;
            }
            to {
                opacity: 1;
                scale: 1;
            }
        }
        
        .project-1 {
            display: grid;
            margin-left: 100px;
            grid-template-columns: 600px 400px;
            gap: 200px;
            margin-top: 100px;
        }
        
        .video {
            width: 700px;
            height: 400px;
            border-radius: 10px;
            background-image: url(project-1-vid.png);
            background-size: cover;
            cursor: pointer;
        }
        
        .video:hover {
            background-image: url(portfolio-1.gif);
            background-size: 700px 400px;
        }
        
        .details {}
        
        .details h1 {
            font-family: "Playfair Display", serif;
            font-weight: lighter;
            padding: 20px;
        }
        
        .details pre {
            white-space: wrap;
            font-size: 16px;
            line-height: 25px;
        }
        
        .details p {
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
            height: 30px;
            width: 100px;
            border-radius: 20px;
            border: 2px solid black;
            text-align: center;
            padding: 5px;
            font-weight: lighter;
            margin-left: 100px;
        }
        
        .details button {
            border: none;
            height: 50px;
            width: 110px;
            border-bottom: 2px solid black;
            background-color: #f9f7f9;
            margin-top: 70px;
            margin-left: 70px;
        }
        
        .details button:hover {
            cursor: pointer;
            transform: scale(1.2);
        }
        
        .project-2 {
            display: grid;
            margin-left: 150px;
            grid-template-columns: 400px 600px;
            gap: 200px;
            margin-top: 100px;
        }
        
        .details-1 {}
        
        .details-1 h1 {
            font-family: "Playfair Display", serif;
            font-weight: lighter;
            padding: 20px 20px 20px 40px;
        }
        
        .details-1 pre {
            white-space: wrap;
            font-size: 16px;
            line-height: 25px;
        }
        
        .details-1 p {
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
            height: 30px;
            width: 100px;
            border-radius: 20px;
            border: 2px solid black;
            text-align: center;
            padding: 5px;
            font-weight: lighter;
            margin-left: 100px;
        }
        
        .details-1 button {
            border: none;
            height: 50px;
            width: 110px;
            border-bottom: 2px solid black;
            background-color: #f9f7f9;
            margin-top: 70px;
            margin-left: 70px;
        }
        
        .details-1 button:hover {
            cursor: pointer;
            transform: scale(1.2);
        }
        
        .video-1 {
            width: 700px;
            height: 400px;
            border-radius: 10px;
            background-image: url(project-2-pic.png);
            background-size: cover;
            cursor: pointer;
        }
        
        .video-1:hover {
            background-image: url(project-2.gif);
            background-size: 700px 400px;
        }
        
        .project-3 {
            display: grid;
            margin-left: 100px;
            grid-template-columns: 600px 400px;
            gap: 200px;
            margin-top: 100px;
        }
        
        .video-2 {
            width: 700px;
            height: 400px;
            border-radius: 10px;
            background-image: url(osw-website.png);
            background-size: cover;
            cursor: pointer;
        }
        
        .video-2:hover {
            background-image: url(project-3.gif);
            background-size: 700px 400px;
        }
        
        .details-2 {}
        
        .details-2 h1 {
            font-family: "Playfair Display", serif;
            font-weight: lighter;
            padding: 20px;
        }
        
        .details-2 pre {
            white-space: wrap;
            font-size: 16px;
            line-height: 25px;
        }
        
        .details-2 p {
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
            height: 30px;
            width: 100px;
            border-radius: 20px;
            border: 2px solid black;
            text-align: center;
            padding: 5px;
            font-weight: lighter;
            margin-left: 100px;
        }
        
        .details-2 button {
            border: none;
            height: 50px;
            width: 110px;
            border-bottom: 2px solid black;
            background-color: #f9f7f9;
            margin-top: 70px;
            margin-left: 70px;
        }
        
        .details-2 button:hover {
            cursor: pointer;
            transform: scale(1.2);
        }
        
        .git-button-1:hover {
            box-shadow: 0 0 50px 15px #b8babc;
            transform: scale(1.2);
        }
        
        .git-button-2:hover {
            box-shadow: 0 0 50px 15px #b8babc;
            transform: scale(1.2);
        }
        
        .git-button-3:hover {
            box-shadow: 0 0 50px 15px #b8babc;
            transform: scale(1.2);
        }
        
        .git-button-1,
        .git-button-2,
        .git-button-3 {
            height: 50px;
            width: 50px;
            border-radius: 50%;
        }
        /* About - section */
        
        .about-detail {
            margin-top: 900px;
            background-color: #FAFAF9;
        }
        
        .about-section {
            background-color: #f9f9f9;
            width: 100px;
            height: 600px;
        }
        
        .about-container {
            margin-top: 100px;
            width: 800px;
            margin-left: 100px;
        }
        
        .text-about-me {
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            font-size: 16px;
        }
        
        .about-heading {
            font-size: 96px;
            width: 1000PX;
        }
        
        .about-p {
            font-size: 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: rgba(151, 151, 151, 0.781);
            font-weight: 100;
        }
        /* detail about - experience,education,achievments */
        
        .cards {
            display: grid;
            grid-template-columns: 320px 320px 320px;
            gap: 60px;
            align-items: center;
            justify-content: center;
            margin-bottom: 100px;
            font-family: Arial, Helvetica, sans-serif;
        }
        
        .card1 {
            width: 320px;
            height: 500px;
            background-color: #FFFFFF;
            border-radius: 20PX;
            border: 2PX solid rgba(223, 223, 223, 0.616);
            padding: 30PX;
        }
        
        .card2 {
            width: 320px;
            height: 500px;
            background-color: #FFFFFF;
            border-radius: 20PX;
            border: 2PX solid rgba(223, 223, 223, 0.616);
            padding: 30PX;
        }
        
        .card3 {
            width: 320px;
            height: 500px;
            background-color: #FFFFFF;
            border-radius: 20PX;
            border: 2PX solid rgba(223, 223, 223, 0.616);
            padding: 30PX;
        }
        
        .card-logo img {
            height: 48px;
            width: 48px;
            margin-bottom: 20PX;
        }
        
        .card-heading H3 {
            margin-bottom: 20px;
        }
        
        .card-detail-1 {
            margin-bottom: 20px;
            line-height: 24px;
            padding-left: 15px;
            border-left: 3px solid rgba(200, 198, 198, 0.714);
        }
        
        .card-detail-2 {
            margin-bottom: 20px;
            line-height: 24px;
            padding-left: 15px;
            border-left: 3px solid rgba(200, 198, 198, 0.714);
        }
        
        .card-detail-3 {
            margin-bottom: 20px;
            line-height: 24px;
            padding-left: 15px;
            border-left: 3px solid rgba(200, 198, 198, 0.714);
        }
        /* quote - section */
        
        .quote {
            height: 400px;
            margin-left: 370px
        }
        
        .quote-detail {
            background-color: #FFFFFF;
            width: 300px;
            width: 700px;
            padding: 50px;
            border-radius: 20px;
            border: 2px solid rgba(216, 210, 210, 0.219);
        }
        
        .quote-detail p {
            font-size: 60px;
            padding-left: 250px;
            color: rgba(185, 185, 185, 0.58);
        }
        
        .quote-detail h2 {
            padding-left: 20px;
        }
        
        .quote-detail pre {
            font-size: 20px;
            margin-top: 40px;
            padding-left: 200px;
        }
        /* contact - section */
        
        .contact-section {
            height: 1000px;
        }
        
        .contact-header {
            height: 200px;
            margin: 100px;
            line-height: 80px;
        }
        
        .contact-header h1 {
            font-size: 72px;
        }
        
        .text1 {
            margin-left: 400px;
        }
        
        .text2 {
            margin-left: 300px;
        }
        
        .contact-header pre {
            font-size: 20px;
        }
        
        .contact-header p {
            font-size: 14px;
            margin-left: 500px;
            font-size: 20px;
            font-family: Georgia, 'Times New Roman', Times, serif;
        }
        
        .enter-name {
            width: 450px;
            height: 100px;
        }
        
        .email {
            display: flex;
            line-height: 30px;
            font-family: Arial, Helvetica, sans-serif;
            width: 450px;
            height: 100px;
            padding: 24px;
            margin-bottom: 30px;
            border-radius: 20px;
            background-color: #FFFFFF;
            border: 2px solid rgba(219, 219, 219, 0.438);
        }
        
        .email-image img {
            height: 50px;
            margin-right: 10px;
        }
        
        .contact-section a {
            all: unset;
            display: flex;
            cursor: progress;
            width: 100%;
            height: 100%;
        }
        
        .LINKDIN {
            display: flex;
            line-height: 30px;
            font-family: Arial, Helvetica, sans-serif;
            width: 450px;
            height: 100px;
            padding: 24px;
            margin-bottom: 30px;
            border-radius: 20px;
            background-color: #FFFFFF;
            border: 2px solid rgba(219, 219, 219, 0.217);
        }
        
        .linkdin-image img {
            height: 50px;
            margin-right: 10px;
        }
        
        .location {
            display: flex;
            line-height: 30px;
            font-family: Arial, Helvetica, sans-serif;
            width: 450px;
            height: 100px;
            padding: 24px;
            margin-bottom: 30px;
            border-radius: 20px;
            background-color: #FFFFFF;
            border: 2px solid rgba(219, 219, 219, 0.368);
        }
        
        .location-logo img {
            height: 60px;
            margin-right: 10px;
        }
        /* form - section */
        
        .form-details {
            width: 450PX;
            height: 550px;
            padding: 34px;
            background-color: #FFFFFF;
            border-radius: 20px;
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
        }
        
        .enter-name {
            width: 390px;
            height: 80px;
            margin-bottom: 10px;
        }
        
        .enter-name input {
            background-color: #FAFAF9;
            padding: 12px 16px;
            width: 100%;
            border-radius: 10px;
            border: 1px solid rgba(185, 185, 185, 0.527);
        }
        
        .enter-email {
            width: 390px;
            height: 80px;
            margin-bottom: 10px;
        }
        
        .enter-email input {
            background-color: #FAFAF9;
            padding: 12px 16px;
            width: 100%;
            border-radius: 10px;
            border: 1px solid rgba(185, 185, 185, 0.527);
        }
        
        .enter-message {
            width: 390px;
            margin-bottom: 20px;
        }
        
        .enter-message textarea {
            background-color: #FAFAF9;
            height: 170px;
            padding: 12px 16px;
            width: 100%;
            border-radius: 10px;
            border: 1px solid rgba(185, 185, 185, 0.527);
            resize: none;
        }
        
        .submit-button {
            border: none;
            height: 60px;
            width: 380px;
            border-radius: 20px;
            padding: 16px 32px;
            background-color: black;
            color: white;
        }
        
        .submit-button:hover {
            transform: scale(1.1);
        }
        
        .contact-section-form {
            display: flex;
            padding: 100px 200px;
            justify-content: space-between;
            gap: 150px
        }
        
        .email-linkdin-location {
            display: flex;
            flex-direction: column;
        }
        /* footer - section */
        
        .footer-box {
            padding: 64px 0;
            height: 400px;
        }
        
        .footer-container {
            padding: 0 24px;
            margin: 0 90px;
        }
        
        .footer-cards {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 40px;
            margin-bottom: 40px;
            align-items: center;
            justify-content: center;
        }
        
        .footer-links {
            display: flex;
            flex-direction: column;
        }
        
        .footer-links a {
            all: unset;
            margin-top: 10px;
        }
        
        .footer-links a:hover {
            cursor: grab;
        }
        
        .footer-last {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-top: 2px solid black;
            padding-top: 40px;
        }
        
        .footer-logo img {
            height: 40px;
            width: 40px;
            margin-left: 10px;
        }
        
        .footer-logo img:hover {
            transform: scale(1.1);
        }
        /* media for mobile responsive */
        
        @media (max-width: 768px) {
            /* main headings */
            header {
                padding: 0 20px;
                height: 70px;
            }
            .right-nav {
                width: auto;
                gap: 14px;
                font-size: 14px;
            }
            .right-nav a {
                font-size: 14px;
            }
            section {
                scroll-margin-top: 80px;
            }
            /* hero - section */
            .hero-section {
                height: auto;
                padding-top: 80px;
            }
            .hero {
                padding: 20px;
                text-align: center;
            }
            .circle-motion {
                order: 1;
                height: auto;
                margin-top: 30px;
            }
            .circle-motion img {
                width: 220px;
            }
            .hero h1 {
                order: 2;
                font-size: 36px;
                width: 100%;
                padding-left: 0;
                margin-top: 20px;
            }
            .name {
                font-size: 40px;
            }
            .hero-button {
                flex-direction: column;
                gap: 20px;
                padding-right: 0;
                margin-top: 40px;
            }
            .work-get,
            .get-in-touch {
                margin: 0;
                width: 100%;
                justify-content: center;
            }
            /* ---------- PROJECT SECTION ---------- */
            .work {
                width: 100%;
                height: auto;
            }
            .select-work {
                width: 100%;
                margin: 40px 20px;
            }
            .p-top {
                font-size: 48px;
            }
            .p-down {
                font-size: 16px;
            }
            /* project - section */
            .project-1,
            .project-2,
            .project-3 {
                grid-template-columns: 1fr;
                gap: 30px;
                margin: 50px 20px;
            }
            .video,
            .video-1,
            .video-2 {
                width: 100%;
                height: 220px;
                background-size: cover;
            }
            .details,
            .details-1,
            .details-2 {
                text-align: center;
            }
            .details h1,
            .details-1 h1,
            .details-2 h1 {
                font-size: 26px;
            }
            .details pre,
            .details-1 pre,
            .details-2 pre {
                font-size: 14px;
                line-height: 22px;
            }
            /* About - section */
            .about-detail {
                margin-top: 200px;
            }
            .about-container {
                width: 100%;
                margin: 20px;
            }
            .about-heading {
                font-size: 42px;
                width: 100%;
            }
            .about-p {
                font-size: 16px;
            }
            .cards {
                grid-template-columns: 1fr;
                gap: 30px;
                padding: 0 20px;
            }
            /* contact-section */
            .contact-section-form {
                flex-direction: column;
                padding: 40px 20px;
                gap: 40px;
            }
            .email,
            .LINKDIN,
            .location,
            .form-details {
                width: 100%;
            }
            .enter-name,
            .enter-email,
            .enter-message {
                width: 100%;
            }
            .submit-button {
                width: 100%;
            }
            /* footer - section */
            .footer-cards {
                grid-template-columns: 1fr;
                text-align: center;
            }
            .footer-last {
                flex-direction: column;
                gap: 20px;
                text-align: center;
            }
        }