.titan-MC {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url(./img/background-image.jpg);
    background-size: cover;
    background-position: center;}

.titan-MC .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 80px 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;}
    @media (max-width: 768px) {
        .titan-MC .container {
            padding: 40px 20px;
        }
    }
.titan-MC .logo {
    position: relative;
    max-width: 400px;
    width: 100%;
    max-height: 400px;
    aspect-ratio: 1;
    object-fit: cover;}
    @media (max-width: 768px) {
        .titan-MC .logo {
            max-width: 240px;
            width: 100%;
            height: auto;
        }
    }
.titan-MC .info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;}
.titan-MC .title {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: "Rubik-Medium", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;}
    @media (max-width: 768px) {
        .titan-MC .title {
            font-size: 24px;
        }
    }
.titan-MC .description {
    position: relative;
    font-family: "Rubik-Regular", Helvetica;
    font-weight: 400;
    color: #ffffffe6;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: 28.8px;
    max-width: 620px;}
    @media (max-width: 768px) {
        .titan-MC .description {
            font-size: 14px;
        }
    }
.titan-MC .buttons-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;}
.titan-MC .join-discord-button {
    display: inline-flex;
    max-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    overflow: hidden;
    border: none;
    box-shadow: 0px 4px 38px -12px #87e9fc;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 63, 104, 0.6) 0%, rgba(0, 29, 48, 0.8) 100%);}
.titan-MC .join-discord-button::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 8px;
    background: linear-gradient(151deg, rgba(6, 191, 247, 1) 0%, rgba(179, 248, 254, 1) 54%, rgba(6, 191, 247, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none;}
.titan-MC .img-wrapper {
    width: 28px;
    height: 28px;
    margin-bottom: -10.00px;
    position: relative;
    margin-top: -10.00px;}
.titan-MC .discord-icon {
    position: absolute;
    width: 100%;
    height: 76.21%;
    top: 11.90%;
    left: 0;}
.titan-MC .text-wrapper {
    width: fit-content;
    margin-bottom: -6.00px;
    font-family: "Rubik-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    position: relative;
    margin-top: -10.00px;}
    @media (max-width: 768px) {
        .titan-MC .text-wrapper {
            font-size: 18px;
        }
    }
    
.titan-MC .copy-invite-link {
    display: inline-flex;
    max-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    border: none;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 63, 104, 0.2) 0%, rgba(0, 29, 48, 0.4) 100%);}
.titan-MC .copy-invite-link::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 8px;
    background: linear-gradient(151deg, rgba(6, 191, 247, 0.6) 0%, rgba(179, 248, 254, 0.6) 54%, rgba(6, 191, 247, 0.6) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none;}
.titan-MC .link-icon {
    position: absolute;
    width: 82.14%;
    height: 81.00%;
    top: 9.50%;
    left: 8.93%;}
.titan-MC .community-members {
    position: relative;
    align-self: stretch;
    font-family: "Rubik-SemiBold", Helvetica;
    font-weight: 400;
    color: transparent;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: 28.8px;}
    @media (max-width: 768px) {
        .titan-MC .community-members {
            font-size: 14px;
        }
    }
.titan-MC .span {
    font-weight: 600;
    color: #ffffff;}
.titan-MC .text-wrapper-2 {
    font-family: "Rubik-Regular", Helvetica;
    color: #ffffff;}
.titan-MC .text-wrapper-3 {
    font-family: "Rubik-Regular", Helvetica;
    color: #ffffffcc;}
.titan-MC .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 32px 20px;
    width: 100%;
    flex: 0 0 auto;
    position: relative;
    align-self: stretch;}
.titan-MC .footer-text {
    margin-top: -1.00px;
    font-family: "Rubik-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff66;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    position: relative;
    align-self: stretch;}
    @media (max-width: 768px) {
        .titan-MC .footer-text {
            font-size: 14px;
        }
    }
.titan-MC {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url(./img/background-image.jpg);
    background-size: cover;
    background-position: 50% 50%;
    min-height: 100vh;}
.titan-MC .buttons-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    flex-wrap: wrap;}
.titan-MC .join-discord-button {
    display: inline-flex;
    max-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    overflow: hidden;
    border: none;
    box-shadow: 0px 4px 38px -12px #87e9fc;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 63, 104, 0.6) 0%, rgba(0, 29, 48, 0.8) 100%);
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;}
    @media (max-width: 768px) {
        .titan-MC .join-discord-button {
            width: 100%;
            max-width: 280px;
        }
    }
.titan-MC .join-discord-button:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 42px -10px #87e9fc;}
.titan-MC .join-discord-button:active {
    transform: translateY(0);}
.titan-MC .img-wrapper {
    width: 28px;
    height: 28px;
    margin-bottom: -10.00px;
    position: relative;
    margin-top: -10.00px;
    display: flex;
    align-items: center;
    justify-content: center;}
.titan-MC .copy-invite-link {
    display: inline-flex;
    max-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    border: none;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 63, 104, 0.2) 0%, rgba(0, 29, 48, 0.4) 100%);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;}
    @media (max-width: 768px) {
        .titan-MC .copy-invite-link {
            width: 100%;
            max-width: 280px;
        }
    }
.titan-MC .copy-invite-link:hover {
    transform: translateY(-2px);
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 63, 104, 0.3) 0%, rgba(0, 29, 48, 0.5) 100%);}
.titan-MC .copy-invite-link:active {
    transform: translateY(0);}