:root {
    --background: #0c1618;
    --primary-color: #007670;
    --text-color: #faf4d3;
}
/* :root {
    --text-color: #0c1618;
    --primary-color: #007670;
    --background: #faf4d3;
} */
html {
    width: 100% !important;
    height: 100% !important;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
::-webkit-scrollbar {
display: none;
}
body {
    background-color: var(--background);
    padding: 0;
    margin: 0;
    opacity: 0.8;
    width: 100% !important;
    height: 100% !important;
    background-image:
    linear-gradient(to right, #00767038, transparent, var(--background)),
    radial-gradient(
        circle,
        var(--primary-color) 0.01px,
        transparent 0.01px
    );
    /* background-image: linear-gradient(to right, #0c1618, #000a0b), radial-gradient(var(--primary-color) 0.01px, var(--background) 0.01px); */
    background-size: auto, 15px 15px;
    /* background-repeat: no-repeat, repeat !important; */
    color: var(--text-color);
}

.text-white {
    color: var(--text-color) !important;
}

section {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    scroll-snap-margin-top: 0;
}

.container-fluid {
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

hr {
    background-image: linear-gradient(to right, var(--primary-color), var(--background)) !important;
    border: 0;
    margin-top: 0 !important;
    height: 3px !important;
}

.rhr {
    background-image: linear-gradient(to left, var(--primary-color), var(--background)) !important;
}

.fhr {
    background-image: linear-gradient(to left, var(--background), var(--primary-color),  var(--background)) !important;
}

.text-muted {
    color: var(--text-color) !important;
}

.text-dark {
    color: var(--text-color) !important;
}

.border-primary {
    border-color: var(--primary-color) !important;
}
#particle-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
}

.title {
    font-size: 4rem !important;
    font-family: "Archivo Black", sans-serif;
}

.active {
    background-color: var(--primary-color);
    color: var(--background) !important;
    border-radius: 30px 0 0 30px;
    padding-left: 40px !important;
}

.text-danger {
    color: var(--primary-color) !important;
}
.skill-badge {
    border-color: #6d6d6d49 !important;
}

.skill-badge:hover {
    background-color: var(--primary-color) !important;
    color: var(--text-color);
}

.text-primary {
    color: var(--primary-color) !important;
}

.btn-primary {
    background-color: var(--primary-color) !important;
}

.sidebar {
    position: fixed !important;
    width: auto;
    right: 0;
    /* z-index: -1; */
    /* wid/ */
}

.profile-card {
    width: 300px;
    border-radius: 15px;
    color: var(--text-color) !important;
    background: rgba(0, 118, 112, 0.3);
    border-radius: 16px;
    box-shadow: 0 0px 4px 0 rgba(0, 118, 112, 0.3);
    backdrop-filter: blur(150px) !important;
    -webkit-backdrop-filter: blur(76px) !important;
}

.profile-card img {
    border-radius: 15px !important;
    /* width: 200px; */
    margin: 0 auto !important;
}

.profile-card .small {
    font-size: 0.7rem;
}

.profile-card .card-title {
    color: var(--text-color) !important;
}

.card * {
    color: var(--text-color);
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

#latest-commit {
    background-color: #00767053 !important;
    box-shadow: 0 0 0px 0 var(--primary-color) !important;
}

.copy-input {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1); /* dark modern bg */
    border: 1px solid #1e293b;
    border-radius: 10px;
    padding: 6px 10px;
}

.copy-input input {
    flex: 1;
    background: transparent;
    border: none;
    width: 100%;
    outline: none;
    /* color: #e5e7eb; */
    color: var(--text-color);
    font-size: 0.95rem;
    cursor: default;
}

.copy-input button {
    background: transparent;
    border: none;
    color: #94a3b8;
    font-size: 1.1rem;
    cursor: pointer;
    
    /* padding-left: 8px; */
}

.copy-input button:hover {
    color: #38bdf8;
}

.project-card {
    background-color: transparent;
    box-shadow: 0 4px 10px rgba(0, 118, 112, 0.4);
}

.project-card img {
    height: 50px !important;
    width: auto !important;
}

.active-project-card * {
    color: var(--text-color) !important;
}


.experience-line {
    height: 100%;
    width: 3px;
    background-color: var(--primary-color);
}

.timeline {
    width: 100%;
    position: relative !important;
}

.timeline-container {
    height: 80vh;
    overflow: scroll;
    scrollbar-width: none;        /* Firefox */
    -ms-overflow-style: none;     /* IE/Edge */
}

.timeline-container::-webkit-scrollbar {
    display: none;                /* Chrome, Safari */
}


.timeline-content {
    height: 80vh;
    overflow: scroll;
    scrollbar-width: none;        /* Firefox */
    -ms-overflow-style: none;     /* IE/Edge */
}

.timeline-content::-webkit-scrollbar {
    display: none;                /* Chrome, Safari */
}

.timeline::after {
    content: "";
    position: absolute;
    width: 5px;
    background-image: linear-gradient(transparent, #007670, #007670, transparent);
    left: 50%;
    margin-left: -2.5px;
    height: 100%;
    top: 0;
}


.timeline .left {
    position: relative;
    left: 0;
    /* position: absolute; */
}

.timeline > .col-6 {
    min-height: 100px !important;
    /* box-shadow: 0 7.5px 5px -5px var(--primary-color); */
    /* border: 1px solid white; */
}

.timeline .left::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12.5px;
    background-color: var(--primary-color);
    box-shadow: 0px 1px 5px 3px var(--primary-color);
    /* border: 4px solid #FF9F55; */
    top: calc(50% - 12.5px);
    border-radius: 50%;
    z-index: 1;
}

.timeline .right::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: -12.5px;
    background-color: var(--primary-color);
    box-shadow: 0px 1px 5px 3px var(--primary-color);
    /* border: 4px solid #FF9F55; */
    /* top: 15px; */
    top: calc(50% - 12.5px);
    border-radius: 50%;
    z-index: 1;
}

.timeline .right {
    position: relative;
    left: 50%;
    /* float: right; */
}

.stats-box {
    /* background-color: #00767021; */
    box-shadow: 0px 0px 10px 0px #00767051;
    /* box-shadow: 0 0 10px 0 var(--primary-color); */

    backdrop-filter: blur(150px) !important;
}

.stats-left {
    position: relative;
    left: 0;
    /* position: absolute; */
}

.stats-right {
    position: relative;
    left: 50%;
    /* float: right; */
}

.left-stats-icon {
    position: absolute;
    font-size: 1.5rem !important;
    left: calc(100% - 1.5rem);
    width: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 1.5rem);
    z-index: 1;
    height: 3rem;
    border-radius: 50%;
    background-color: var(--primary-color);
    box-shadow: 0 0 20px 0 var(--primary-color);
    color: #faf4d3 !important;
}

.right-stats-icon {
    position: absolute;
    font-size: 1.5rem !important;
    /* left: calc(100% - 1.5rem); */
    left: -1.5rem;
    width: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 1.5rem);
    z-index: 1;
    height: 3rem;
    border-radius: 50%;
    background-color: var(--primary-color);
    box-shadow: 0 0 20px 0 var(--primary-color);
    color: #faf4d3 !important;
}

.stats-small {
    /* display: none !important; */
}

.stats-left>div:nth-child(1):hover .stats-small {
    display: initial !important;
}

.stats-right>div:nth-child(2):hover .stats-small {
    display: initial !important;
}

.cta {
    background-image: linear-gradient(to right, #007670, #00514d, #007670);
    /* box-shadow: 0 0 10px 0 var(--primary-color); */
}

.contact-card {
    background-color: #0076701f;
    box-shadow: 0 0 2px 0 var(--primary-color);
    transition: background 0.5s ease !important;
}

.contact-icon {
    background-color: #00767036;
}

.contact-card:hover {
    cursor: pointer;
    background-color: #00767036;
}

.cta-sticky {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.cta-sticky a {
    border-radius: 20px !important;
}

.footer {
    background-color: #0076701f;
}

.logo {
    font-family: "Lavishly Yours", cursive;
    font-weight: 400;
    font-style: normal;
    position: fixed;
    top: 10px;
    right: 10px;
}

@media (max-width: 768px) {
    .title {
        font-size: 2rem !important;
    }
    .profile-card {
        width: 50%;
    }
    #skills h5 {
        font-size: 1rem;
    }
    .timeline-container {
        height: 100%;
    }
}

@media (max-width: 600px) {
    .profile-card {
        width: 100% !important;
    }

    .skill-badge {
        font-size: 0.8rem !important;
    }

    #skills h5 {
        font-size: 0.8rem;
    }
}

.scroll {
    position: absolute !important;
    bottom: -30px !important;
}