body {
    --w-accent: #fb7185;
    --w-accent-hover: #f43f5e;
    --w-bg-light: #ffe4e6;
    --w-box-shadow: #fecdd3;
    --bs-body-color: #1e293b;
}

.btn-primary {
    box-shadow: 5px 5px 0px var(--w-box-shadow);
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.btn-primary:hover {
    box-shadow: none;
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

/* Header */
.site-header {
    padding: 10px 15px;
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 1000;
}

.site-title {
    font-size: 14px;
    line-height: 1.2;
    color: var(--bs-body-color);
    text-decoration: none;
}

/* Sec Hero */
.sec-hero {
    padding-top: 60px;
    /* Nav */
    padding-bottom: 0;
    margin-bottom: 100px;
    background: rgb(226, 232, 240);
    background: linear-gradient(45deg, rgba(226, 232, 240, 1) 0%, rgba(248, 250, 252, 1) 50%, rgba(226, 232, 240, 1) 100%);
}

.poster-wrap {
    margin-bottom: -100px;
}

.ge4-poster {
    border: 3px solid #000;
    border-radius: 16px;
    box-shadow: 8px 8px 0px var(--w-box-shadow);
}

.tagline {
    padding: 1rem 0;
    background: #FB7185;
    background: linear-gradient(to right, #FB7185 0%, #F43F5E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.3;
}

/* Sec Angel */
.sec-angel {
    padding: 50px 0 50px;
}

.small-profile {
    width: 100px;
    height: 100px;
    border-radius: 15px;
}

.angel-img {
    border: 3px solid #000;
    border-radius: 16px;
    box-shadow: 8px 8px 0px var(--w-box-shadow);
    overflow: hidden;
}

/* Sec GE4 */
.sec-ge4 {
    padding: 50px 0 100px;
}

.ge4-img {
    border: 3px solid #000;
    border-radius: 16px;
    box-shadow: 8px 8px 0px var(--w-box-shadow);
}

.ge4-youtube {
    border: 3px solid #000;
    border-radius: 16px;
    box-shadow: 8px 8px 0px var(--w-box-shadow);
    overflow: hidden;
}

/* Sec Quote */
.quote-pic {
    position: relative;
    max-height: 70vh;
    overflow: hidden;
}

.quote-pic img {
    width: 100%;
}

.quote-fade {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.quote-content {
    padding-top: 30px;
    padding-bottom: 100px;
    background: rgb(0, 0, 0);
}

.ig-grid {
    display: flex;
    gap: 15px;
}

.ig-profile {
    min-width: 50px;
    max-width: 100px;
}

.ig-img {
    border-radius: 50%;
    border: 2px solid var(--w-accent);
}

.ig-message {
    padding: 30px;
    border-radius: 15px;
    background-color: #fff;
}

/* Sec Vote */
.sec-vote {
    padding: 100px 0;
}

.vote-badge {
    background-color: #10b981;
    color: #fff;
    font-size: 1em;
}

.block-vote {
    margin: 30px 0;
    padding: 30px;
    border-radius: 15px;
    background-color: #f1f5f9;
    border: 2px solid #f1f5f9;
    box-shadow: 8px 8px 0px #e2e8f0;
    transition: ease 0.3s;
}

.block-vote:hover {
    border: 2px solid #e2e8f0;
}

/* 29/11/2023 */
.twitter-tweet-rendered iframe {
    width: 100% !important;
}

.ct-time {
    display: flex;
    gap: 10px;
    text-align: center;
    line-height: 1;
    margin-bottom: 1em;
}

.ct-time small {
    font-size: 12px;
}


/* Sec Projects */
.sec-project {
    padding: 50px 0;
    background-color: var(--w-bg-light);
    margin-top: 150px
}

.ge-row {
    display: grid;
    gap: 24px;
    grid-auto-flow: column;
    overflow-x: auto;
}

.ge-row::-webkit-scrollbar-track {
    border-radius: 12px;
    background-color: #fff1f2;
}

.ge-row::-webkit-scrollbar {
    height: 12px;
    background-color: transparent;
}

.ge-row::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: #fda4af;
}

.ge-item {
    padding-bottom: 60px;
    position: relative;
    font-size: 14px;
    min-width: 180px;
    width: 100%;
    padding-top: 5px;
}

.ge-item a {
    text-decoration: none;
}

.ge-item a:hover {
    text-decoration: underline;
}

.ge-item img {
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 10px;
    border: 4px solid #fff;
}

.ge-item .project-cta {
    position: absolute;
    bottom: 24px;
    width: 100%;
}

@media(max-width: 991px) {
    .sec-result {
        padding-top: 58px;
    }
}

.sec-result .quote-pic {
    max-height: calc(100vh - 58px);
}

.sec-result .quote-fade {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 3%, rgba(0, 0, 0, 0) 100%);
}

.sec-result .quote-content {
    position: relative;
    margin-top: -5px;
    background-color: #fff;
}

@media(min-width: 992px) {
    .sec-result .quote-content .container {
        margin-top: -25vh;
    }
}