    /* This style css is for the squiggly svg. Previous dev seperated this from main css file in a-img folder. Idk why :-/ */
    @font-face {
        font-family: "NeueMontreal Regular";
        src: url("./NeuMontreal/NeueMontreal-Regular.otf") format("opentype");
    }

    @font-face {
        font-family: "NeueMontreal Bold";
        src: url("./NeuMontreal/NeueMontreal-Bold.otf") format("opentype");
    }

    @font-face {
        font-family: Akzidenz-Grotesk Next;
        src: url("./NeuMontreal/AkzidGrtskNext-Bold.ttf") format("truetype");
    }

    /* 
   .about-me {

      height: 100vh;
      overflow-y: auto;
      scroll-behavior: smooth;
      scrollbar-width: none;

      -ms-overflow-style: none;

    }

    .about-me::-webkit-scrollbar {
      display: none;
    } */
    .vertical-single-slide-11 {
        z-index: 100;
        background-color: transparent;
    }

    .about-section {
        height: 100vh;
        overflow-y: auto;
        position: relative;
        z-index: 130;

        scroll-behavior: smooth;
        scrollbar-width: none;
        width: 100%;

        background-image: url('../a-img/dot.png');
        font-family: "NeueMontreal Regular", sans-serif !important;
        max-height: 5197px;
        /* opacity: 0; */
        /* transition: opacity 1s; */
    }

    .about-section._watcher-view {
        /* opacity: 1;
        transition: opacity 1s; */
    }

    /* .safari .about-section {
        opacity: 0;
    }

    .safari .about-section.show {
        opacity: 1;
    } */

    /* .a-footer,
    .a-experience,
    .squiggle {
        opacity: 0 !important;
        transition: opacity 1s;
    }

    ._watcher-view .a-footer,
    ._watcher-view .a-experience,
    ._watcher-view .squiggle {
        opacity: 1 !important;
    } */


    html {
        font-display: swap;
    }

    .about-section svg.squiggle {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        min-height: 100%;
        will-change: height;
        z-index: 1;
    }


    .about-section h1,
    .about-section h2,
    .about-section h3 {
        font-family: "NeueMontreal Regular", sans-serif;
    }

    .glass-card {
        background: rgba(222, 220, 220, 0.1);
        border-radius: 22px;
        width: fit-content;
        text-align: center;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .nav {
        position: sticky;
        top: 10px;
        z-index: 100;

        padding: 1rem 5rem;
        border: 2px solid white;
        display: flex;
        flex-direction: row;
        gap: 3rem;
        margin: auto;
    }

    .nav a {
        color: black;
        text-decoration: none;
        font-size: 18px;
    }

    .a-intro,
    .a-services,
    .a-education,
    .a-experience,
    .a-footer {
        overflow: hidden;
        position: relative;
        scroll-behavior: smooth;
        z-index: 30;
        width: 100%;


    }

    .a-intro {
        padding-top: 1rem;
        top: -60px;
    }

    .a-services {
        margin: 10rem 0 15rem 0;
    }

    .a-education {
        margin-bottom: 15rem;
    }

    .a-experience {
        margin-bottom: 25rem;
    }

    .top-left {
        top: -60px;
        left: -120px;
    }

    .top-left-2 {

        top: 0;
        left: -120px;
        text-align: right;
    }

    .top-right {
        top: 0;
        right: -50px
    }

    .top-right-2 {
        top: 40px;
        right: -330px
    }

    .raul {
        font-family: "NeueMontreal Bold" !important;
        font-size: 350px;
        line-height: 262px;
        font-weight: 700;
        position: absolute;
        z-index: -1;
        margin: 0;
        pointer-events: none;
        background: linear-gradient(180deg, rgb(234, 232, 232),rgba(238, 238, 238, 0.09));
        -webkit-background-clip: text;
        color: transparent;
    }

    .raul.duplicate {
        background: none;
        color: #FFF3FF;
        --xpercent: 50%;
        --ypercent: 50%;
        mask-image: radial-gradient(circle at var(--xpercent) var(--ypercent),
                rgba(0, 0, 0, 0.6) 25%, transparent 30%);
        mask-repeat: no-repeat;
        opacity: 0;
        /* Hidden by default */
        transition: opacity 0.4s ease-out;
    }



    .e-top-right {
        position: absolute;
        opacity: 0.8;
        top: 0;
        right: 0;
    }

    .intro-div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .intro-box {
        margin-bottom: 2rem;
        width: 80%;
        max-width: 800px;
        text-align: center;
        border-radius: 22px;
        padding: 1.5rem 2rem;

        background: linear-gradient(135deg, rgba(222, 220, 220, 0.4), rgba(204, 204, 204, 0.3));
        border: 3px solid #ffffff;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
        position: relative;
        z-index: 120;
    }

    .intro-box h2 {
        font-weight: 600;
        margin: 1rem 0;
        text-transform: capitalize;
        font-size: clamp(1.6rem, 4.5vw, 4.25rem); /* ~25px → ~68px */
        line-height: 1.1;
    }


    .profile-vector {
        width: 90%;
        max-width: 620px;
        margin-bottom: -1.15rem;
        margin-top: 10%;
        margin-right: 4rem;
        aspect-ratio: 1/1;
    }

    .buttons {
        display: flex;
        flex-direction: row;
        gap: 20px;
        margin-top: 1.5rem;
        justify-content: center;
    }

    .btn-common {
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: center;
        justify-content: center;
        padding: 0.8rem 1.5rem;
        border: none;
        border-radius: 12px;
        cursor: pointer;
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        width: fit-content;
    }

    .btn-black {
        background-color: black;
        color: white;

    }

    .btn-black:hover {
        color: white !important;

    }

    .btn-white {
        background-color: white;
        color: black;
    }

    .a-service {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 90%;
        margin: 0 auto;

    }

    .a-service h2 {
        text-transform: capitalize;
        width: 80%;
        max-width: 600px;

        font-size: 64px;
        line-height: 58px;

        font-weight: 500;
        margin: 5rem 0 6rem 5rem;
    }

    .s-boxes {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        justify-content: center;
        width: 100%;
        margin: 0 auto 2rem 0;
    }

    .s-box {
        cursor: pointer;
        position: relative;
        border-radius: 48px;
        padding: 1.5rem;
        width: 90%;
        max-width: 400px;
        display: flex;
        flex-direction: column;
        gap: 1rem;

        /* background: linear-gradient(45deg, rgb(255, 255, 255, 0.8), rgb(240, 240, 240, 0.7));
        box-shadow: inset 16px 2px 12px rgba(0, 0, 0, 0.03),
            inset -1px 1px 3px rgba(0, 0, 0, 0.005);
         transition: border 0.4s ease, box-shadow 0.4s ease;  */


        background: linear-gradient(135deg, rgba(222, 220, 220, 0.15), rgba(204, 204, 204, 0.3));
        border: 3px solid #ffffff;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);

        transition: all 0.4s ease;
    }

    /* .s-box:hover{
         background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 1));
    } */

    .s-box::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
        z-index: 0;
        border-radius: 48px;
        opacity: 0;
        z-index: -1 !important;
        transform: translateZ(0);
        will-change: opacity;

        transition: opacity 0.3s ease;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.95));
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);

    }

    .s-box:hover::before {
        opacity: 1;
        z-index: -1 !important;
    }

    /* .s-box:hover {

        box-shadow: inset 16px 2px 20px rgba(0, 0, 0, 0.4),
            inset -1px 1px 6px rgba(255, 255, 255, 0.1);
    } */

    .s-box>* {
        position: relative;
        z-index: 1;
    }

    .s-box:hover h3 {
        color: white !important;
        z-index: 10;
    }

    .s-box:hover {
        color: white !important;
    }

    .s-box:hover p {
        z-index: 10;
        color: rgba(255, 255, 255, 0.6) !important;
    }

    .s-box h3 {
        text-transform: capitalize;
        font-size: 38px;
        line-height: 48px;
        font-weight: 500;
        margin-top: 55%;
        margin-left: 1rem;
        margin-bottom: 0.5rem;
        transition: color 0.3s ease;
        will-change: color;

    }

    .s-box p {
        font-size: 20px;
        line-height: 28px;
        margin: 0 3rem 1.5rem 1rem;
        transition: color 0.3s ease;
        will-change: color;

    }

    .icon-box {

        display: flex;
        align-items: center;
        justify-content: center;
        padding: 25px;
        background: linear-gradient(90deg, white, rgb(225, 224, 224, 0.6));
        border: 2px solid rgb(255, 255, 255);
        border-radius: 32px;
        width: fit-content;
        text-align: center;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transform: translateZ(0);
        will-change: background-color, border-color;

        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    }

    .s-box:hover .icon-box {
        background: rgba(0, 0, 0, 0.4);
        border: 2px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
    }

    .icon-link {
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: space-between;

    }

    .icon-box svg {
        width: 48px;
        height: 48px;


        cursor: pointer;
    }

    .stroke {
        stroke: black;
        transition: stroke 0.3s ease;
        will-change: stroke;
    }

    .s-box:hover .stroke {
        stroke: white;
    }

    .fill {
        fill: black;
        transition: fill 0.3s ease;
        will-change: fill;
    }

    .s-box:hover .fill {
        fill: white;
    }

    .a-edu {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 88%;
        margin: 0 auto;
    }

    .edu-boxes {
        display: flex;
        flex-direction: column;
        gap: 5rem;
        margin-top: 0;
        width: 55%;
    }

    .edu-icons {
        width: 40%;
    }

    .edu-icon {
        height: fit-content;
        width: fit-content;
        background: linear-gradient(90deg, rgb(255, 255, 255, 0.8), rgb(225, 224, 224, 0.4));

        border: 2px solid rgb(255, 255, 255);
        border-radius: 22px;
        width: fit-content;
        text-align: center;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        padding: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .edu-icon svg {
        width: 48px;
        height: 48px;
    }

    .edu-box {
        display: flex;
        flex-direction: row;
        gap: 25px;
    }

    .edu-text {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .edu-box-3 {
        align-items: end;
        justify-content: flex-end;
        margin-bottom: 2rem;
    }

    .edu-box-2 {
        margin: -5rem 0 2rem -3rem;
    }

    .edu-box-1 {
        justify-content: flex-start;
        margin: 0 0 110px 0;
    }

    .edu-box-1 .edu-text h3 {
        margin-top: 110px;
    }

    .edu-box-2 .edu-text h3 {
        margin-top: 0;
    }

    .edu-box-3 .edu-text h3 {
        margin-top: 0;

    }

    .edu-box-3 .edu-text p {
        margin-bottom: 110px;

    }

    .edu-text h3 {
        text-transform: capitalize;
        font-weight: 400;
        font-size: 38px;
        line-height: 48px;
        letter-spacing: -2%;
        margin-bottom: 0;
    }

    .edu-text p {
        color: #5c5c5c;
        display: flex;
        align-items: center;
        gap: 10px;
        font-style: Regular;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 2%;

    }

    .i-box {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-bottom: 5.5rem;
    }

    div.i-box-2 {
        justify-content: space-between;
    }

    .i-box .edu-icon svg {
        width: auto !important;
        height: auto !important;

    }

    .ex-boxes {
        display: flex;
        flex-direction: column;
        gap: 6rem;
        margin: 0 8rem 0 auto;
        width: 70%;
    }

    .a-exp {
        width: 88%;
        margin: auto;
    }

    .ex-box {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: flex-end;
    }

    .ex-box-1 {
        margin-right: 3rem;
    }

    .ex-box-2 {
        margin-right: -4rem;
    }

    .ex-box-4 {
        margin-right: 18rem;
    }

    .ex-box h3 {
        text-transform: capitalize;
        font-weight: 500;
        font-size: 38px;
        line-height: 48px;
        text-align: right;
        margin: 0;
    }

    .ex-box p {

        font-weight: 400;
        font-style: Regular;
        font-size: 20px;
        color: #7a7a7a;
        line-height: 28px;
        letter-spacing: 2%;
        text-align: right;
        margin: 0;
    }

    .a-footer {

        width: 100%;
        height: fit-content;
        justify-content: space-between;
        display: flex;
        flex-direction: row;
        align-items: flex-end;


    }

    .f-text {
        width: 65%;
    }

    .f-text h2 {
        font-family: Akzidenz-Grotesk Next;
        color: black;
        font-weight: 700;

        /* font-size: clamp(1.5rem, -1.147rem + 5.52vw, 4.375rem); */
        /* font-size: clamp(2rem, -1.067rem + 10.44vw, 9.375rem); */
        font-size: 150px;

        line-height: 140px;

        text-transform: uppercase;
        margin: 0;
    }

    .f-info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 1rem 3rem 1rem 1rem;
        align-items: flex-end;
    }

    .f-mail {
        text-decoration: none;
        color: black;

        font-weight: 400;
        font-style: Regular;
        font-size: 38px;

        line-height: 48px;
        letter-spacing: -2%;
        text-align: right;

    }

    .sc-links {
        display: flex;
        flex-direction: row;
        gap: 20px;
        margin-top: 1rem;
        justify-content: end;
    }

    .sc-links a svg {
        height: 78px;
        width: 78px;
    }

    .f-links {
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
        margin-top: 30%;
        justify-content: end;
    }

    .f-links a {
        text-decoration: none;
        color: black;
        font-size: 16px;
    }

    .e-right-down {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;

    }

    svg.squiggle {
        position: absolute;
        transform: translateX(-50%) translateZ(0);
        top: 0;
        left: 50%;
        width: 90%;
        height: 100%;
        z-index: 5;
        pointer-events: none;
        display: block;
        visibility: visible !important;
        opacity: 1;
        will-change: transform;
    }

    .squiggle {
        position: absolute;
        transform: translateX(-50%) translateZ(0);
        top: 0;
        left: 50%;
        width: 90%;
        height: 100%;
        z-index: 5;
        pointer-events: none;
        display: block;
        visibility: visible !important;
        opacity: 1;
        will-change: transform;
    }

    /* .safari svg.squiggle {
        height: 5000px;
    } */

    #visible-path {
        stroke: black;
        stroke-width: 3;
        fill: none;
        stroke-dasharray: 10 10;
        stroke-linecap: round;
        will-change: stroke-dashoffset;
    }

    #mask-path {
        stroke: white;
        stroke-width: 5;
        fill: none;
        stroke-linecap: round;
        will-change: stroke-dashoffset;
        transform: translateZ(0);
    }

    #visible-path,
    #mask-path {
        will-change: opacity, transform;
        /* safe properties */
    }

    @media (max-width: 992px) {

        .raul {
            font-size: 250px;
            line-height: 186px;

        }

        .e-top-right,
        .e-right-down {
            width: 50%;
        }

        .intro-box h1 {
            font-size: 50px;
            line-height: 60px;

        }

        .s-boxes {
            flex-direction: column;
            gap: 2rem;
            align-items: center;
        }

        .a-education {
            margin-bottom: 0;
        }

        .a-edu {

            flex-direction: column;
            width: 90%;
            margin: 5rem auto 0 auto;
            align-items: center;
            gap: 5rem;
        }

        .edu-boxes {
            gap: 3rem;
            width: 100%;
        }

        div.edu-box {
            justify-content: flex-start;
            align-items: flex-start;
            margin: auto;
        }

        div.edu-text h3 {
            margin-top: 0 !important;
        }

        .edu-icons {
            width: 100%;
        }

        .a-experience {
            margin: 0 0 5rem 0;
        }

        .ex-boxes {
            width: 100%;
        }

        div.ex-box {
            margin-right: 2rem;
        }

        .a-footer {
            margin-top: 7rem;
            gap: 3rem;
            flex-direction: column;
            align-items: flex-end;
        }



        .f-text {
            width: 100%;
        }

        .f-text h2 {
            font-size: 120px;
            line-height: 105px;
        }

        svg.squiggle {
            display: none;
        }
    }

    @media (max-width: 768px) {
        .nav {
            padding: 1rem 2rem;
            gap: 1.5rem;
        }

        .intro-box h1 {
            font-size: 40px;
            line-height: 48px;

        }

        .raul {
            font-size: 200px;
            line-height: 150px;
        }

        .profile-vector {
            margin-top: 20%;
            margin-right: 0;
        }

        .a-service {

            margin: 3rem auto;
        }

        .a-service h2 {
            font-size: 50px;
            line-height: 58px;
            margin: 2rem 0 4rem 5rem;
        }

        .a-services {
            margin: 5rem 0 2rem 0;
        }

        .edu-text h3,
        .ex-box h3 {
            font-size: 35px;
            line-height: 42px;

        }

        .edu-icon,
        .icon-box {
            padding: 15px;
        }

        .icon-box {
            border-radius: 20px;
        }

        .s-box,
        .s-box::before {
            border-radius: 25px;
        }

        .edu-icon svg,
        .icon-box svg {
            width: 35px;
            height: 35px;
        }

        .top-right-2 {
            top: 0;
            right: -202px;
        }

        .top-left-2 {
            top: 0;
            left: -92px;
            text-align: right;
        }

        .a-exp {

            margin: 5rem auto;
        }



        .f-text h2 {
            font-size: 95px;
            line-height: 90px;
        }

        .f-mail {
            font-size: 35px;
            line-height: 40px;
        }

        .sc-links a svg {
            height: 65px;
            width: 65px;
        }

        .f-links {
            margin-top: 4rem;
        }

        .f-info {
            padding: 1rem;
        }
    }

    @media (max-width: 580px) {
        .profile-vector {

            margin-bottom: -0.9rem;

        }

        .top-left-2 {

            left: -141px;
        }

        .f-text h2 {
            font-size: 80px;
            line-height: 75px;
        }

        .f-links {
            flex-direction: column;
            align-items: end;
        }
    }

    @media (max-width: 500px) {
        .nav {
            padding: 1rem;
            gap: 1rem;
        }

        .intro-box h1 {
            font-size: 25px;
            line-height: 43px;
        }

        .buttons {
            flex-direction: column;
            align-items: center;
        }

        .raul {
            font-size: 157px;
            line-height: 121px;
        }

        .top-left {
            top: -16px;
            left: -120px;
        }

        .a-service h2 {
            font-size: 40px;
            line-height: 50px;
            margin: 2rem auto;
        }

        .top-right {
            top: 0;
            right: -20px;
        }

        .edu-text h3,
        .ex-box h3 {
            font-size: 30px;
            line-height: 38px;
        }

        .f-text h2 {
            font-size: 40px;
            line-height: 50px;
        }
    }

    .fix-zi {
        z-index: -1;
    }

    /* @media (min-width: 1700px) {
        .a-footer {
            transform: translateY(120px);
            margin-bottom: -120px;
        }
    }

    @media (min-width: 2200px) {
        .a-footer {
            margin-bottom: -150px;
            transform: translateY(150px);
        }
    } */

    @media (min-width:540px) {
        .fix-class .s-b {
            opacity: 0;
            transform: translate(100%, 50%) rotate(0.001deg);
            /* transition: all 0.3s; */
        }

        .fix-class .s-l {
            opacity: 0;
            transform: translate(-100%, 50%) rotate(0.001deg);
            /* transition: all 0.3s; */
        }

        .fix-class._watcher-view .s-b {
            opacity: 1;
            transform: translate(0px, 0%);
            transition: all 0.8s;
        }

        .fix-class._watcher-view .s-b.s-r {
            opacity: 1;
            transform: translate(100%, -50%) rotate(0.001deg);
            transition: all 0.8s;
        }

        .fix-class._watcher-view .s-b.s-l {
            opacity: 1;
            transform: translate(-100%, -50%) rotate(0.001deg);
            transition: all 0.8s;
        }

        .fix-class._watcher-view .s-b:nth-child(1),
        .fix-class._watcher-view .s-l:nth-child(1) {
            transition-delay: 0s;
        }

        .fix-class._watcher-view .s-b:nth-child(2),
        .fix-class._watcher-view .s-l:nth-child(2) {
            transition-delay: 0.05s;
        }

        .fix-class._watcher-view .s-b:nth-child(3),
        .fix-class._watcher-view .s-l:nth-child(3) {
            transition-delay: 0.1s;
        }

        .fix-class._watcher-view .s-b:nth-child(4),
        .fix-class._watcher-view .s-l:nth-child(4) {
            transition-delay: 0.15s;
        }

        .fix-class._watcher-view .s-b:nth-child(5),
        .fix-class._watcher-view .s-l:nth-child(5) {
            transition-delay: 0.05s;
        }
    }

    .safari svg.squiggle {
        display: none !important;
    }
