body, html {
    font-family: "GT Eesti Pro Display";
}

body {
    display: flex;
    flex-direction: column;
    background: black;
    overflow-x: none !important;
    overflow-y: scroll !important;
}

.fleur-bg {
    position: relative;
    overflow: hidden;
}

.fleur-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/static/img/backgrounds/Fleur-De-Lys.png');
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    opacity: 0.20;
    z-index: 1;
}

.fleur-bg .p-4,
.fleur-bg > * {
    position: relative;
    z-index: 3;
}

.fleur-overlay {
    position: relative;
    z-index: 2;
}

.fleur-overlay {
    backdrop-filter: blur(2px);
}

.index-marquee {
    font-size: 1rem;
    padding: 10px 0;
    color: #000000;
    font-weight: 500;
    background-color: #ff0051;
}

#cv-sidebar {
    position: sticky;
}

a {
    transition: 0.15s ease-in-out;
    color: #fdfdfd !important;
    text-decoration: none !important;
}

a:hover,
a:focus {
    color: #ff0051 !important;
    text-decoration: none !important;
}

h1 {
    font-family: 'Cinzel' !important;
    color: #ffffff;
}

h2, h3, h4, h5, h6 {
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'GT Eesti Pro Display' !important;
}

.swal2-container h1,
.swal2-container h2,
.swal2-container h3,
.swal2-container h4,
.swal2-container h5,
.swal2-container h6 {
    font-family: inherit !important;
    color: inherit !important;
    font-weight: normal !important;
}

.swal2-popup {
    border-radius: 15px !important;
    color: #fdfdfd !important;
    border: solid 1px #2f2f2f !important;
    background-color: black !important;
}

p, a, li, span, div {
    color: #d5d5d5;
    font-weight: 300 !important;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 0;
    margin: 0;
}

#live-clock {
    font-weight: 200 !important;
    font-size: 55px;
}

#scroll-progress-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #0d0d0d;
    z-index: 99999;
}

#scroll-progress-bar {
    height: 100%;
    width: 0%;
    background: #ff0051;
    transition: width .1s linear;
}

#header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#header-nav {
    padding: 0;
}

#header nav ul li {
    position: relative;
}

#header nav ul li a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 0.75rem 0;
    transition: color .3s ease;
}

#header nav ul li a:hover {
    color: #ff3575;
}

#header nav ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 3px;
    background: #ff0051;
    border-radius: 3em;
    transition: width .25s ease;
}

#header,
#header-mobile {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #0000009a;
    backdrop-filter: blur(30px);
}

#header nav ul li:hover::after {
    width: 100%;
}

#header nav ul li.active::after {
    width: 100% !important;
}

#header nav ul li.active a {
    color: #ff3575 !important;
}

#header-mobile nav ul li.active a {
    color: #ff0051 !important;
}

#header-mobile nav ul li:hover a,
#header-mobile nav ul li:focus a {
    color: #ff0051 !important;
}

footer {
    background: #0000009a;
    padding: 40px 0;
    text-align: center;
    backdrop-filter: blur(30px);
}

.footer-icons a {
    text-decoration: none !important;
}

#mainCarousel .carousel-item img {
    height: 750px;
    object-fit: cover;
}

.news-card {
    transition: all .25s ease;
    position: relative;
    background: #000000;
}

.news-icon {
    font-size: 20px;
    color: #888;
}

.news-date {
    font-size: 0.85rem;
    color: #666;
    position: relative;
    display: flex;
    width: -webkit-fill-available;
    justify-content: end;
    margin-top: 15px;
}

.news-icon-badge {
    position: absolute;
    bottom: 5px;
    left: 18px;
    color: #666;
}

#stars {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000;
}

.project-card strong {
    color: #dbdbdb !important;
}