    /* Colors
    00FF2A
    00FFF6 */
    
    @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
    @import url("styles/partials/_variables.css");
    html {
        scroll-behavior: smooth;
    }
    /* Dark mode preference  */
    
    @media (prefers-color-scheme:dark) {
        body {
            background-color: #222;
            color: whitesmoke;
            max-width: 100vw;
        }
        .navbar-list {
            color: #EEE !important;
            margin-left: auto;
            font-weight: 100 !important;
        }
        .navbar-toggler {
            background-color: #888;
        }
         ::-webkit-scrollbar-thumb {
            background: #EEE;
            border-radius: 4px;
            padding: 0px 2px;
            margin: 0px 3px;
            height: 10px;
        }
        h3.banner-title-text::after {
            background: whitesmoke;
            color: whitesmoke;
            background-color: whitesmoke;
        }
        .banner-title-text,
        .banner-highlight {
            color: whitesmoke;
        }
        .button:hover,
        .button:active {
            background-image: linear-gradient(90deg, #00FF2A 0%, #00FFF6 100%);
            color: black;
        }
        .section {
            color: whitesmoke;
        }
        .timeline-text h6 {
            color: whitesmoke !important;
        }
        .timeline-text span {
            color: whitesmoke !important;
        }
        .timelines h2 {
            color: whitesmoke !important;
        }
        .bg,
        .bg2,
        .bg3 {
            background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%) !important;
            opacity: 0.3 !important;
        }
        .flip-card-front {
            background-color: rgba(51, 51, 51, 0.4) !important;
            color: white !important;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        }
        .flip-card-back {
            background-color: rgb(68, 68, 68) !important;
            color: whitesmoke !important;
            transform: rotateY(180deg);
            box-shadow: 0px 4px 8px 0px rgba(0, 255, 42, 0.2);
        }
        .circle-wrap {
            background: rgba(51, 51, 51, 0.4) !important;
        }
        .circle-wrap .inside-circle {
            background: rgba(68, 68, 68, 0.4) !important;
        }
        .sm-card {
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1) !important;
        }
        .sm-card a {
            align-items: center;
            color: whitesmoke;
        }
        .projects .btn {
            background-color: rgba(255, 255, 255, 0.5) !important;
            color: black !important;
        }
        .projects .btn:hover {
            background-color: rgba(255, 255, 255, 0.8) !important;
        }
        .projects h4,
        .projects p {
            color: white !important;
        }
        .projects .content {
            background-color: #333 !important;
        }
        #name,
        #email,
        #message {
            background-color: rgba(245, 245, 245, 0.3) !important;
            color: white !important;
        }
        input::placeholder {
            color: rgba(245, 245, 245, 0.8);
        }
        input::-ms-input-placeholder {
            color: rgba(245, 245, 245, 0.8);
        }
        #submit {
            background-color: rgba(245, 245, 245, 0.3) !important;
            color: white !important;
        }
    }
    /* Dark mode preference  */
    
    body {
        overflow-x: hidden;
        z-index: 2;
    }
    /* Navbar */
    
    .bb {
        position: fixed;
        z-index: -2;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    #home {
        z-index: -1;
        min-height: 100%;
        min-width: 100%;
    }
    
    #red {
        fill: none;
        opacity: 0.3;
        stroke: #CE1B5F;
        stroke-width: 12px;
        stroke-miterlimit: 10;
        animation: show 4s;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        z-index: -2;
    }
    
    #blue {
        fill: none;
        opacity: 0.3;
        stroke: #229cb8;
        stroke-width: 12;
        stroke-miterlimit: 10;
        stroke-dasharray: 200;
        stroke-dashoffset: 800;
        animation-delay: 4s;
        animation: draw 8s;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        z-index: -2;
    }
    
    #light-blue {
        fill: none;
        opacity: 0.3;
        stroke: #71cfe4;
        stroke-width: 6;
        stroke-miterlimit: 10;
        stroke-dasharray: 200;
        stroke-dashoffset: 800;
        animation: draw 4s;
        animation-delay: 4s;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        z-index: -2;
    }
    
    @keyframes draw {
        to {
            stroke-dashoffset: 0;
        }
    }
    
    @keyframes show {
        0% {
            opacity: 0.3;
        }
        50% {
            opacity: 0.5;
        }
        100% {
            opacity: 0.3;
        }
    }
    
    #nav-bar-icon {
        height: 30px;
        width: 102px;
        padding: 3px 9px;
    }
    
    .navbar-list {
        color: #707070;
        margin-left: auto;
    }
    
    .nav-item {
        padding: 10px;
    }
    
    .header-area.main-menu.navbar.navbar-brand {
        padding: 0 2rem 0 5rem;
    }
    
    .nav-link {
        font-family: "Poppins";
        color: var(--base-color) !important;
        font-weight: 500;
        padding: 0 1.7rem;
    }
    
    .header-area .main-menu .navbar-nav .active {
        background: linear-gradient(90deg, #00FF2A 0%, #00FFF6 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    
    .nav-item a:hover {
        background: linear-gradient(90deg, #00FF2A 0%, #00FFF6 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    /* Navbar */
    /* Scroll Bar */
    /* width */
    
     ::-webkit-scrollbar {
        width: 8px;
        padding: 0px 2px;
        margin: 0px 3px;
        z-index: 3;
        background: transparent;
    }
    /* Track */
    
     ::-webkit-scrollbar-track {
        background: transparent;
        padding: 0px 2px;
        margin: 0px 3px;
    }
    /* Handle */
    
     ::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
        padding: 0px 2px;
        margin: 0px 3px;
        height: 10px;
    }
    /* Scroll Bar */
    
    @keyframes elastic-snap {
        from {
            opacity: 0;
            transform: translate3d( 210px, -145px, 0);
        }
        25% {
            opacity: 1;
            transform: translate3d( -15.6px, 4.1px, 0);
        }
        30% {
            opacity: 1;
            transform: translate3d( -10.3px, 2.7px, 0);
        }
        35% {
            opacity: 1;
            transform: translate3d( 0, 0, 0);
        }
        40% {
            opacity: 1;
            transform: translate3d( 4.5px, -1.2px, 0);
        }
        45% {
            opacity: 1;
            transform: translate3d( 2.9px, -0.8px, 0);
        }
        50% {
            opacity: 1;
            transform: translate3d( 0, 0, 0);
        }
        55% {
            opacity: 1;
            transform: translate3d( -1.3px, 0.3px, 0);
        }
        60% {
            opacity: 1;
            transform: translate3d( -0.8px, 0.2px, 0);
        }
        65% {
            opacity: 1;
            transform: translate3d( 0, 0, 0);
        }
        70% {
            opacity: 1;
            transform: translate3d( 0.4px, -0.1px, 0);
        }
        75% {
            opacity: 1;
            transform: translate3d( 0.2px, -0.1px, 0);
        }
        80% {
            opacity: 1;
            transform: translate3d( 0, 0, 0);
        }
        85% {
            opacity: 1;
            transform: translate3d( -0.1px, 0, 0);
        }
        90% {
            opacity: 1;
            transform: translate3d( -0.1px, 0, 0);
        }
        to {
            opacity: 1;
            transform: translate3d( 0, 0, 0);
        }
    }
    
    @-webkit-keyframes elastic-snap {
        from {
            opacity: 0;
            -webkit-transform: translate3d( 210px, -145px, 0);
        }
        25% {
            opacity: 1;
            -webkit-transform: translate3d( -15.6px, 4.1px, 0);
        }
        30% {
            opacity: 1;
            -webkit-transform: translate3d( -10.3px, 2.7px, 0);
        }
        35% {
            opacity: 1;
            -webkit-transform: translate3d( 0, 0, 0);
        }
        40% {
            opacity: 1;
            -webkit-transform: translate3d( 4.5px, -1.2px, 0);
        }
        45% {
            opacity: 1;
            -webkit-transform: translate3d( 2.9px, -0.8px, 0);
        }
        50% {
            opacity: 1;
            -webkit-transform: translate3d( 0, 0, 0);
        }
        55% {
            opacity: 1;
            -webkit-transform: translate3d( -1.3px, 0.3px, 0);
        }
        60% {
            opacity: 1;
            -webkit-transform: translate3d( -0.8px, 0.2px, 0);
        }
        65% {
            opacity: 1;
            -webkit-transform: translate3d( 0, 0, 0);
        }
        70% {
            opacity: 1;
            -webkit-transform: translate3d( 0.4px, -0.1px, 0);
        }
        75% {
            opacity: 1;
            -webkit-transform: translate3d( 0.2px, -0.1px, 0);
        }
        80% {
            opacity: 1;
            -webkit-transform: translate3d( 0, 0, 0);
        }
        85% {
            opacity: 1;
            -webkit-transform: translate3d( -0.1px, 0, 0);
        }
        90% {
            opacity: 1;
            -webkit-transform: translate3d( -0.1px, 0, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: translate3d( 0, 0, 0);
        }
    }
    
    @keyframes swift-left {
        0% {
            right: 0px;
        }
        100% {
            right: 100px;
        }
    }
    /* 
    -webkit-animation: elastic-snap;
    -webkit-animation-duration: 0.8s;
    animation: elastic-snap;
    animation-duration: 0.8s; 
*/
    /* Main site */
    /* section1 */
    
    .index {
        overflow-x: hidden;
        overflow-y: hidden;
    }
    
    .site-main {
        padding: 10px;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    
    .banner-title-text {
        font-weight: 300;
        font-family: "Poppins";
        padding-top: 20%;
        font-size: 28px;
    }
    
    .banner-title-text::after {
        content: "";
        height: 2px;
        width: 120px;
        background: black;
        display: inline-block;
        margin-left: 4%;
        transform: translateY(-10px);
        align-items: center;
    }
    
    .banner-name-text {
        font-weight: 400;
        font-family: "Poppins";
        padding: 2px;
        padding-left: 0px;
        font-size: 36px;
    }
    
    .banner-highlight {
        font-weight: 300;
        font-family: "Poppins";
        padding: 2px;
        font-size: 24px;
        padding: 16px 16px 16px 0px;
    }
    
    .button {
        margin-top: 4%;
        background-image: linear-gradient(45deg, #00FF2A 0%, #00FFF6 100%);
        color: white;
        font-weight: 500;
        font-family: "Poppins";
        border-radius: 8px;
        border: transparent solid 1px;
        transition: all, 500ms;
    }
    /* .download-icon {
    visibility: hidden;
} */
    
    .button:hover,
    .button:active {
        background-image: linear-gradient(90deg, #00FF2A 0%, #00FFF6 100%);
    }
    /* Main site */
    /* About Site*/
    
    .about {
        overflow-x: hidden !important;
        -ms-overflow-style: none !important;
        /* IE and Edge */
        scrollbar-width: none !important;
        /* Firefox */
    }
    
    .about::-webkit-scrollbar {
        display: none !important;
    }
    
    .section {
        width: 100%;
        min-height: 100vh;
        outline: none;
    }
    
    .section-header {
        font-size: 32px;
        font-family: "Poppins";
        text-align: center;
    }
    
    .section-header::before {
        content: "";
        position: relative;
        display: block;
        width: 120px;
        height: 1px;
        background: grey;
        top: 40px;
        left: calc(50% - 60px);
    }
    
    .section-header::after {
        content: "";
        position: relative;
        display: block;
        width: 40px;
        height: 3px;
        background: #00FF2A;
        bottom: 0;
        left: calc(50% - 20px);
    }
    
    .timeline {
        font-family: "Poppins";
        margin-top: 30px;
    }
    
    .timeline ul {
        list-style: none;
        margin: 0 !important;
    }
    
    .timeline a {
        text-decoration: none !important;
        display: inline-block;
    }
    
    .timeline img {
        max-width: 100%;
    }
    
    .timeline button:focus {
        outline: none;
    }
    
    .timeline h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: black;
        margin: 0;
        font-size: 24px;
    }
    
    .timeline p {
        font-size: 14px;
        line-height: 26px;
        margin: 0;
    }
    
    .timeline .container {
        width: 100%;
        max-width: 1140px;
        padding: 0 15px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    
    .d-flex-2 {
        display: flex;
        align-items: center;
    }
    
    .timeline-area {
        padding: 80px 0;
    }
    
    .all-timelines {
        position: relative;
    }
    
    .timelines h2 {
        text-align: center;
        color: black;
        font-weight: 600;
        margin-bottom: 40px;
    }
    
    .all-timelines::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        height: 100%;
        width: 2px;
        background: #efa22f;
        top: 20px;
    }
    
    .single-timeline {
        margin-bottom: 120px;
    }
    
    .timeline-blank {
        width: 50%;
    }
    
    .timeline-text {
        width: 50%;
        padding-left: 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }
    
    .timeline-text h6 {
        color: black;
        font-weight: 900;
        display: inline-block;
        font-size: 1rem;
    }
    
    .timeline-text span {
        color: black;
        display: block;
        width: 100%;
    }
    
    .single-timeline:nth-child(even) .timeline-text span {
        text-align: right;
    }
    
    .t-square {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        border-radius: 6px;
        left: -6px;
        background: #efa22f;
    }
    
    .single-timeline:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    
    .single-timeline:nth-child(even) .t-square {
        right: -6px;
        left: unset;
    }
    
    .single-timeline:nth-child(even) .timeline-text {
        padding-left: 0;
        padding-right: 30px;
        text-align: right;
    }
    
    @media all and (max-width: 991px) {}
    
    @media all and (max-width: 768px) {
        .all-timelines::before {
            right: unset;
            top: 0;
        }
        .single-timeline:nth-child(2n) .timeline-text {
            padding-left: 30px;
            padding-right: 0;
            text-align: left;
        }
        .single-timeline:nth-child(2n) .t-square {
            left: -6px;
            right: unset;
        }
        .timeline-blank {
            display: none;
        }
        .timeline-text {
            width: 100%;
        }
        .single-timeline:nth-child(even) .timeline-text span {
            text-align: left !important;
        }
    }
    
    @media all and (max-width: 575px) {}
    
    @media all and (max-width: 360px) {
        .all-timelines::before {
            top: 32px;
        }
    }
    
    .bg {
        animation: slide 4s ease-in-out infinite alternate;
        background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%);
        bottom: 0;
        left: -50%;
        opacity: .1;
        position: fixed;
        right: -50%;
        top: 0;
        z-index: -1;
    }
    
    .bg2 {
        animation-direction: alternate-reverse;
        animation-duration: 5s;
    }
    
    .bg3 {
        animation-duration: 6s;
    }
    
    @keyframes slide {
        0% {
            transform: translateX(-25%);
        }
        100% {
            transform: translateX(25%);
        }
    }
    /* Skill Section */
    
    .flip-card {
        background-color: transparent;
        width: 120px;
        height: 120px;
        margin: 12px;
        perspective: 1000px;
    }
    
    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
    }
    
    .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
    }
    
    .flip-card-front,
    .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    
    .flip-card-front {
        background-color: rgba(255, 255, 255, 0.4);
        color: black;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }
    
    .flip-card-back {
        background-color: rgb(238, 238, 238);
        color: black;
        transform: rotateY(180deg);
        box-shadow: 0px 4px 8px 0px rgba(255, 255, 255, 0.1);
    }
    
    .content {
        /* margin: 30% 0; */
        width: 100%;
        height: 100%;
        font-family: "Poppins";
        font-size: 22px;
        text-align: center;
        align-content: center;
        position: absolute;
    }
    
    .skill-score {
        position: absolute;
        font-family: "Poppins";
        font-size: 24px;
        text-align: center;
        margin: 35%;
    }
    
    .circular-chart {
        display: block;
        margin: 10px auto;
        max-width: 80%;
        max-height: 250px;
    }
    
    .circle {
        stroke: #00FF2A;
        fill: none;
        stroke-width: 2.8;
        stroke-linecap: round;
        animation: progress 8s ease-out forwards;
        animation-iteration-count: infinite;
    }
    
    @keyframes progress {
        0% {
            stroke-dasharray: 0 0;
        }
        20% {
            stroke-dasharray: 0 100;
        }
    }
    
    .card-container {
        align-items: justify;
        position: relative;
        margin-top: 36px;
        overflow-x: hidden;
    }
    
    .col-md-3,
    .col-sm-1 {
        margin: 12px;
        width: 140px;
    }
    
    .card-container::-webkit-scrollbar {
        height: 10px;
        padding: 0px 2px;
        margin: 0px 3px;
        z-index: 3;
    }
    /* Track */
    
    .card-container::-webkit-scrollbar-track {
        background: transparent;
        padding: 0px 2px;
        margin: 40px 0px;
    }
    /* Handle */
    
    .card-container::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
        padding: 0px 2px;
        margin: 0px 3px;
        height: 10px;
        width: 10px;
    }
    
    .skill {
        height: 65%;
        align-self: center;
        margin: 10px 10px 5px 10px;
    }
    
    .skill-img {
        height: 100px;
        margin: 10px;
    }
    /* Certification */
    /* About Site */
    /* Projects */
    
    .projects {
        overflow-x: hidden !important;
        -ms-overflow-style: none !important;
        /* IE and Edge */
        scrollbar-width: none !important;
        /* Firefox */
    }
    
    .projects::-webkit-scrollbar {
        display: none !important;
    }
    
    .pbg-1 {
        background-image: url("../images/projects-cover.jpg");
        min-width: 100vw;
        min-height: 50vh;
        position: relative;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .projects .section {
        width: 100%;
        outline: none;
        min-height: 0vh;
        background-color: transparent;
    }
    
    .experience {
        margin: 24px 0px;
    }
    
    .pavitas {
        margin-top: 36px;
        background-image: url("../images/project-spices.jpg");
        width: 100vw;
        min-height: 40vh;
        position: relative;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .img-col {
        text-align: center;
    }
    
    .text-col {
        text-align: center;
        padding: 18vh 0px;
    }
    
    h1.text {
        font-weight: 400;
        font-size: 24px !important;
    }
    
    .experience .text {
        font-family: "Poppins";
        font-size: 18px;
        font-weight: 300;
        margin: 0px 32px;
    }
    
    .experience .img {
        height: 40vh;
        margin: 18px 10vw;
    }
    
    .pinch-of-salt {
        margin-top: 36px;
        margin-bottom: 36px;
        background-image: url("../images/project-pinchofsalt.jpg");
        width: 100vw;
        min-height: 40vh;
        background-attachment: fixed;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .container-carousel {
        height: 400px;
        display: grid;
        grid-template-rows: 300px 100px;
        grid-template-columns: 1fr 30px 30px 30px 30px 30px 1fr;
        align-items: center;
        justify-items: center;
    }
    
    .other-designs .section-header {
        margin: 36px;
    }
    /* .container-carousel input {
        background-color: #00FFF6;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    } */
    
    .design-btn {
        border: none;
        position: relative;
        color: transparent;
        background-color: #00FFF6;
    }
    
    .design-img {
        height: 100%;
    }
    
    main#carousel {
        grid-row: 1 / 2;
        grid-column: 1 / 8;
        width: 100vw;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        transform-style: preserve-3d;
        perspective: 400px;
        --items: 5;
        --middle: 3;
        --position: 3;
        pointer-events: visible;
    }
    
    div.item {
        position: absolute;
        width: 300px;
        height: 300px;
        --r: calc(var(--position) - var(--offset));
        --abs: max(calc(var(--r) * -1), var(--r));
        transition: all 0.25s linear;
        transform: rotateY(calc(-10deg * var(--r))) translateX(calc(-300px * var(--r)));
        z-index: calc((var(--position) - var(--abs)));
        align-items: center;
    }
    
    div.item:nth-of-type(1) {
        --offset: 1;
        background-color: whitesmoke;
        padding: 50px 18px;
    }
    
    div.item:nth-of-type(2) {
        --offset: 2;
        background-color: #70f5ff;
        padding: 50px 50px;
    }
    
    div.item:nth-of-type(3) {
        --offset: 3;
        background-color: #ffd670;
        padding: 20px 20px;
    }
    
    div.item:nth-of-type(4) {
        --offset: 4;
        background-color: #ffffff;
    }
    
    div.item:nth-of-type(5) {
        --offset: 5;
        background-color: #e9ff70;
    }
    
    input:nth-of-type(1) {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
    
    input:nth-of-type(1):checked~main#carousel {
        --position: 1;
    }
    
    input:nth-of-type(2) {
        grid-column: 3 / 4;
        grid-row: 2 / 3;
    }
    
    input:nth-of-type(2):checked~main#carousel {
        --position: 2;
    }
    
    input:nth-of-type(3) {
        grid-column: 4 /5;
        grid-row: 2 / 3;
    }
    
    input:nth-of-type(3):checked~main#carousel {
        --position: 3;
    }
    
    input:nth-of-type(4) {
        grid-column: 5 / 6;
        grid-row: 2 / 3;
    }
    
    input:nth-of-type(4):checked~main#carousel {
        --position: 4;
    }
    
    input:nth-of-type(5) {
        grid-column: 6 / 7;
        grid-row: 2 / 3;
    }
    
    input:nth-of-type(5):checked~main#carousel {
        --position: 5;
    }
    /* .projects {
        height: 100vh;
        max-height: 600px;
        width: 100vw;
        background-color: hsla(200, 40%, 30%, .4);
        background-image: url("../images/bg1.png"), url("../images/bg2.png"), url("../images/bg3.png"), url("../images/bg4.png");
        background-repeat: repeat-x;
        background-position: 0 20%, 0 100%, 0 50%, 0 100%, 0 0;
        background-size: 2500px, 800px, 500px 200px, 1000px, 400px 260px;
        animation: 50s para infinite linear;
        z-index: -1;
    }
    
    @keyframes para {
        100% {
            background-position: -5000px 20%, -800px 95%, 500px 50%, 1000px 100%, 400px 0;
        }
    } */
    
    .projects h4 {
        color: black;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 400;
    }
    
    .projects p {
        color: black;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 200;
    }
    
    .projects .row {
        margin: 8px -16px;
    }
    /* Add padding BETWEEN each column (if you want) */
    
    .projects .row,
    .projects .row>.column {
        padding: 8px;
    }
    /* Create three equal columns that floats next to each other */
    
    .projects .column {
        display: none;
        /* Hide columns by default */
    }
    /* Clear floats after rows */
    
    .projects .row:after {
        content: "";
        display: table;
        clear: both;
    }
    /* Content */
    
    .project-img {
        margin: 10px;
    }
    
    .projects .content a {
        animation: elastic-snap 4s ease-in-out forwards;
    }
    
    .projects .content {
        background-color: #eee;
        margin: 0px 20px;
        min-width: inherit;
        min-height: inherit;
        max-height: inherit;
        max-width: 80vw;
        display: inline-block;
        border-radius: 36px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        position: relative;
    }
    /* The "show" class is added to the filtered elements */
    
    .projects .show {
        display: block;
        outline: none;
    }
    /* Style the buttons */
    
    .projects .btn {
        border: none;
        outline: none;
        padding: 4px 8px;
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.2);
        color: white;
        cursor: pointer;
        display: inline-block;
        margin: 12px 18px;
        text-decoration: none;
    }
    
    .projects #myBtnContainer {
        display: flex;
        justify-content: center;
    }
    /* Add a grey background color on mouse-over */
    
    .projects .btn:hover {
        background-color: rgba(0, 0, 0, 0.3);
    }
    /* Add a dark background color to the active button */
    
    .projects .btn.active {
        background-color: rgba(0, 0, 0, 0.3);
        color: white;
    }
    /* Contact Site */
    
    .contact::-webkit-scrollbar {
        display: none;
    }
    
    .contact {
        overflow-x: hidden;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }
    
    .d-flex {
        display: flex;
        align-items: center;
    }
    
    .contact-container {
        width: 100%;
    }
    
    .social-media {
        margin: 12px;
        padding: 4px;
    }
    
    a {
        text-decoration: none;
        outline: none;
        color: black;
    }
    
    a :visited {
        text-decoration: none;
    }
    
    a :hover {
        color: #00FFF6;
    }
    
    .sm-card {
        width: 60px;
        box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2);
        margin: 6px;
        font-family: "Poppins";
        font-size: 12px;
        align-items: center;
        text-align: center;
    }
    
    .icon {
        margin: 4px;
        padding: 4px;
    }
    
    #get-in-touch {
        font-size: 32px;
        font-family: "Poppins";
        text-align: center;
    }
    
    #get-in-touch::before {
        content: "";
        position: relative;
        display: block;
        width: 120px;
        height: 1px;
        background: grey;
        top: 50px;
        left: calc(50% - 60px);
    }
    
    #get-in-touch::after {
        content: "";
        position: relative;
        display: block;
        width: 40px;
        height: 3px;
        background: #00FF2A;
        bottom: 0;
        left: calc(50% - 20px);
    }
    
    .contact-form {
        margin: 12px;
        padding: 8px;
        outline: none;
        display: block;
    }
    
    .form {
        margin: 2px;
        padding: 4px;
        left: 35%;
    }
    
    #name {
        width: 320px;
        border-radius: 6px;
        border: 1px;
        background-color: #EEE;
    }
    
    #email {
        width: 320px;
        border-radius: 6px;
        border: 1px;
        background-color: #EEE;
    }
    
    #message {
        width: 320px;
        height: 240px;
        text-align: start;
        text-align: top;
        border-radius: 6px;
        border: 1px;
        background-color: #EEE;
    }
    
    #submit {
        margin: 4px;
        padding: 6px;
        border-radius: 6px;
        border: none;
        font-family: "Poppins";
        background-color: #EEE;
    }
    
    .background {
        z-index: -1;
    }
    
    .ball {
        position: absolute;
        border-radius: 100%;
        opacity: 0.7;
    }