
    body {
        margin: 0; padding: 0; background-color:#000;
        animation: fadeInAnimation ease 3s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }
    a:hover {
        cursor: pointer;
    }
    @keyframes fadeInAnimation {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }
    h1 {
        margin:0;
        padding:0;
        font-size: 40px;
    }

    p {
        margin: 0;
        padding: 6px;
        font-size: 24px;
    }

    .img-fluid {
        width: 100%;
        height: auto;
    }

    .headlineFont {
        font-family: "Outfit", sans-serif; font-optical-sizing: auto; font-style: normal; color: #fff;
    }
    .copyFont {
        font-family: "Outfit", sans-serif; font-optical-sizing: auto; font-weight: 100; font-style: normal; color: #fff;
    }

    .about {
        margin: 24px; display: flex; justify-content: center; padding:0 48px 24px 48px;
    }

    a:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        transition: transform .125s ease-in;
        font-weight: 800;
    }

    .scale:hover {
        transform: scale(1.05);
        transition: transform .125s ease-in;
        font-weight: 800;
    }
    .iconButton {
        width: auto;
        height:auto;
        background-color: transparent;
        cursor: pointer;
        border: 0;
        text-align:center;
    }
    .navButton {
        color: #fff;
        font-family: Outfit;
        font-size:24px;
        width:auto;
        height: 100px;
        background-color: transparent;
        cursor: pointer;
        text-align: center;
        padding: 24px;
        border: 0;
    }
    .mobileHead {
            display: none;
            justify-content: center;
            background-color:rgba(100, 2, 98, 0.5);
            mix-blend-mode: multiply;
            width: 100%;
            position: sticky;
            top:0;
            flex-wrap: wrap;
            z-index: 100;
        }
    .mobileButton {
        background-color: transparent;
        cursor: pointer;
        border: 0;
        padding-bottom: 24px;
    }
    .projectButton {
        margin-left: 12px;
    }
    .moreExamples {
        font-family: "Outfit", sans-serif; font-optical-sizing: auto; font-weight: 100; font-style: normal;
        background-color: transparent;
        border-radius: 12px;
        font-size: 24px;
        border: solid 1px #fff;
        width: auto;
        height: auto;
        padding: 6px 12px 6px 12px;
        margin-bottom: 24px;
        color: #fff;
    }

    .mobileIcon {
        width:100%;
    }

    .top-div {   
        width: 100%; margin: auto; padding: 24px; background-color:rgba(67, 0, 66, 0.75); mix-blend-mode: multiply; position:fixed; top: 0;display:flex; justify-content: center;"
    }

    .sticky-div {        
        position: sticky;         
        top: 0;
        padding: 0;
        margin: 0;                
    }

    .scrolling-div {
        opacity: 1; transition: opacity 1s ease; /* Smooth transition for opacity */
    }

    .purple01 {
        width: 48%; height: 48%; background-color: magenta; border-radius:48%; position:fixed; bottom:0; right:0; z-index: -5;filter: blur(400px); -webkit-filter: blur(400px);
    }

    .purple02 {
        width: 24%; height: 24%; background-color: magenta; border-radius:24%; position:fixed; bottom:0; right:0; z-index: -5;filter: blur(200px); -webkit-filter: blur(200px);
    }

    .blue01 {
        width: 24%; height: 24%; background-color: #00fbff; border-radius:24%; position:fixed; bottom:0; left:0; z-index: -7;filter: blur(200px); -webkit-filter: blur(200px);
    }

    .blue02 {
        width: 12%; height: 12%; background-color: #00fbff; border-radius:12%; position:fixed; bottom:0; left:0; z-index: -7; filter: blur(50px); -webkit-filter: blur(2100px);
    }


    .landing {            
        width: 100%; margin: auto; display: flex; justify-content: center;
    }

    .caseStudy {
        display: flex; align-items: flex-start; justify-content:center; align-self: start; transition: filter 0.3s ease; margin: auto; padding-bottom: 48px; clear:both;
    }

    .projectDescription {        
        width: 400px; padding: 24px; margin: 0 2%;
    }

    .projectExamples {
        margin: auto; display: flex; flex-wrap:wrap; justify-content: center;
    }
    .mainExample-container {
        margin-bottom: 12px;
        position: relative;
        display: flex; 
        width: 100%; 
        padding-bottom: 56.25%; 
        height: 0; 
        overflow: hidden; 
    }
    .example-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    .additionalExamples {
        overflow: hidden; /* Hide the part of the image that scales beyond the div */
        position: relative;
        margin: 0 12px 12px 12px; width: 348px; height: 100px;
    }
    .additionalExamples img{
        overflow: hidden;
        width: auto;/* Ensure the image maintains the aspect ratio within the div */
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease; /* Smooth scaling effect */
    }
    
    .additionalExamples:hover img{
        transform: scale(1.2); /* Scale the image on hover */
    }
    .blurFilter {
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }

    .footer {
        width:100%; margin: auto; display: flex; justify-content: center;
        padding: 24px 0 24px 0;
        background-color:rgba(67, 0, 66, 0.75);
        mix-blend-mode: multiply;
    }
    .footerIcons {
        width: 100px; height: auto; display: flex; justify-content: center; font-family: Outfit; font-weight: 200px; font-size: 24px; color:#fff; text-align: center; padding: 12px;
    }

    #currentYear {
        padding-bottom: 12px; width: 100%; margin: auto; background-color:rgba(67, 0, 66, 0.75); mix-blend-mode: multiply; text-align: center;
    }

    @media screen and (max-width: 1658px) {
        .additionalExamples {
            width: 300px;
        }
    }

    @media screen and (max-width: 1467px) {
        .additionalExamples {
            width: 275px;
        }
    }
    @media screen and (max-width: 1400px) {
        .additionalExamples {
            width: 220px;
        }
    }
    @media screen and (max-width: 1180px) {
        .caseStudy {
            flex-direction:column;
        }
        .projectDescription {
            width: 100%;
            margin: auto;
            padding:0;                
        }

        .additionalExamples {
            margin: 2% auto;
            width: 90%;
        }

        .headlineFont {
            padding: 18px 18px 0 18px;
        }

        .copyFont {
            padding: 0 18px 18px 18px;
        }
    }

    @media screen and (max-width: 824px) {
        .navButton {
            color: #fff;
            font-size: 18px;
            width:auto;
            height: 100px;
            background-color: transparent;
            cursor: pointer;
            border: 0;
            text-align: center;
            padding: 12px;
        }

        .profile {
            flex-direction: column;
            width: 100%;
        }        
    }
    @media screen and (max-width: 813px) {
        .mobileHead {
            display: flex;
        }
        .sticky-div {
            display: none;
        }
        .top-div {
            display: none;
        }

        .additionalExamples {
            width: 600px;
            margin: 2% auto;
        }
    }
    @media screen and (max-width: 601px) {
        .headlineFont {
            font-size: 24px;
            padding: 18px 18px 0 18px;
        }
        .copyFont {
            font-size: 18px;
            padding: 0 18px 24px 18px;
        }
        .navButton {
            height: 50px;
        }

        .additionalExamples {
            width: 400px;
            margin: 2% auto;
        }
        
    }
