body {
    padding: 0;
    margin: 0;
    background: #1c1c1c;
}

.main-banner {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgb(92,38,38);
    background: radial-gradient(circle at center bottom, rgba(92,38,38,1) 0%, rgba(0,15,36,1) 100%);
    z-index: -1;
}

a {
    text-decoration: none;
    color: white;
}

.main-banner > canvas {
    position: absolute;
    z-index: 1;
}

.main-banner > svg {
    display: none;
}

.main-banner > img {
    height: 60%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

@-webkit-keyframes squiggly-anim {
    0% { filter: url("#squiggly-0");}
    25% {filter: url("#squiggly-1");}
    50% {filter: url("#squiggly-2");}
    75% {filter: url("#squiggly-3");}
    100% {filter: url("#squiggly-4");}
}

@keyframes squiggly-anim {
    0% {filter: url("#squiggly-0");}
    25% {filter: url("#squiggly-1");}
    50% {filter: url("#squiggly-2");}
    75% {filter: url("#squiggly-3");}
    100% {filter: url("#squiggly-4");}
}

.main-banner > h1 {
    -webkit-animation: squiggly-anim 0.8s linear infinite;
    animation: squiggly-anim 0.8s linear infinite;
    font-family: 'Fredericka the Great';
    font-size: 5rem;
    font-weight: 400;
    margin: 10px;
    color: white;
}

.content {
    width: 100%;
    margin-top: 100vh;
    box-shadow: 0px -20px 20px -10px #0000002e;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgb(28,30,35);
    background: linear-gradient(0deg, rgba(28,30,35,0.8) 40%, rgba(0,0,0,0.2) 100%);
    color: white;
    border-radius: 16px 16px 0 0;
}

.content-container {
    max-width: 800px;
    margin: auto;
    padding: 80px;

    display: flex;
    align-items: center;
    flex-direction: column;
}

.me-box {
    width: fit-content;
    background-color: #1616162e;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    justify-content:space-between;
    gap: 40px;
    border: solid 1px #ffffff14;
    box-shadow: 0 0 40px 0px #0000002e;
}

.font-ftg {
    font-family: 'Fredericka the Great';
    font-weight: 200;
    font-size: 1.2em;
}

.bigger-text {
    display: block;
    font-size: 20px;
    margin-bottom: 4px;
}

.me-box img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
}

h2 {
    font-family: 'Fredericka the Great';
    font-weight: 400;
}

.lp-bold-dark {
    font-weight: 600;
}

.me-box h2 {
    font-family: 'Fredericka the Great';
    font-weight: 400;
    font-size: 3rem;
    margin: 0;
}

.me-box p {
    font-family: 'Special Elite';
    margin-bottom: 4px;
    margin-top: 4px;
}

.seperator {
    width: 1px;
    background-color: #ffffff14;
}

.mt16 {
    margin-top: 16px;
}

.v-sperator {
    height: 1px;
    width: 100%;
    background-color: #ffffff14;
    margin-top: 80px;
    margin-bottom: 80px;
}

p {
    margin: 0;
}

p, ul, li, a, td, span {
    font-family: 'Delius';
    font-weight: lighter;
}

.quote > span {
    font-family: 'Special Elite';
    display: block;
    text-shadow: 0 0 20px black;
}

.author {
    margin-top: 10px;
}

.small-img {
    width: 80%;
    max-width: 400px;
    margin: auto;
    translate: 0% -55%;
    opacity: 50%;
}

.quote {
    text-align: center;
    width: 80%;
    margin: auto;
    margin-top: 250px;
    font-size: 17px;
}

.flex-section {
    display: flex;
    justify-content: space-between;
}

.flex-section > div {
    width: 50%;
}

.lp-text-table td:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 5px;
    padding-left: 0;
}

.lp-text-table td {
    padding: 0;
}

.margin-spacer {
    height: 64px;
}

.card-content {
    display: none;
}

.card.active > .card-content{
    display: block;
}

.card h1 {
    font-family: 'Fredericka the Great';
    font-weight: 20;
    font-size: 36px;
    margin: 0 0 1px 0;
}

.card h4 {
    font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 16px;
    font-family:'Special Elite';
    font-weight: 200;
    margin: 0 0 16px 0;
}

.card p {
    font-size: 14px;
}

.card tr {
    font-size: 14px;
}

.card {
    background: #201e24b0;
    padding: 32px;
    flex: 35%;
    margin: 16px;
    box-shadow: 0 0 20px 0px #0000002e;
    position: relative;
    background-clip: padding-box; 
    border: solid 1px transparent;
    border-radius: 16px;
}

.card.active {
    flex: 50%;
}


.card::before {
    content: '';
    position: absolute;
    top: 0px; right: 0; bottom: 0; left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit; 
    background-color: #4d8dcd;
    background: linear-gradient(45deg, rgb(64,64,64, 0.0) 0%, rgb(255, 146, 121) 50%, rgba(48,161,255,1) 100%);
    background-size: 1000% 100%;
    background-position: 0% 0%;
    transition: background-position 0.8s;
}

.card:hover::before {
    background-position: 100% 100%;
}


.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card-button {
    margin-top: 32px;
    background-color: transparent;
    border: none;
    color: white;
    font-family: 'Delius';
}

.card-button:hover {
    text-decoration:underline;
}

.image {
    max-height: 80vh;
    border: solid 1px #ffffff14;
    box-shadow: 0 0 40px 0px #00000056;
    border-radius: 16px;
    transition: box-shadow 0.8s, transform 0.8s ease-in-out;
    position: relative;
    transform: scale(1);
}

.image:hover {
    box-shadow: 0 0 40px 0px #000000a1;
    transform: scale(1.01);
}

footer {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 32px;
    color:white;
}

.center-container {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(28,30,35,0.8) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: white;
}

.dd {
   align-items: flex-start;
}

.mg-top {
    margin-top: 100px;
}

@media (max-width: 812px) {
    .me-box h2 {
        font-size: 2.5em;
    }

    .me-box img {
        margin: auto;
        width: 180px;
        height: 180px;
    }

    .seperator {
        width: 100%;
        height: 1px;
    }

    .me-box {
        flex-direction: column;
        gap: 40px;
    }

    .content-container {
        padding: 30px;
    }

    .flex-section {
        display: block;
    }

    .flex-section > div {
        width: 100%;
    }

    .card-container {
        display: block;
    }

    .card-content h2 {
        margin: 0;
        margin-top: 20px;
    }

    .image {
        max-width: 80vw;
    }

    .main-banner > h1 {
        font-size: 3rem;
    }

    .card {
        margin-left: 0;
        margin-right: 0;
    }
}