*,
*::before,
*::after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}
html {
    font-size: 62.5%;
    overflow-x: hidden;
    font-family: "Roboto Condensed", sans-serif;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    min-width: 350px;
    width: 100%;
}

header {
    padding: 5rem 1rem 8rem 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 2rem;
}

header .logo {
    height: 3.2rem;
    display: flex;
    align-items: center;
}

.nav-links {
    display: flex;
    gap: 1rem;
    list-style: none;
    align-items: center;
    justify-content: center;
}

.dot {
    color: #8e008e;
    font-size: 2rem;
}

.nav-links a {
    text-decoration: none;
    font-size: 1.5rem;
    color: #000;
    cursor: pointer;
    font-weight: 500;
    position: relative;
}

.container {
    width: 100%;
    margin: 2rem 0;
    text-align: center;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

main {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: fit-content;
    gap: 2rem;
}

h1 {
    margin: 5rem 2rem 7rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.word {
    display: block;
    line-height: 0.9;
    font-size: 70px;
    font-weight: 100;
    text-align: center;
}

.word:nth-child(3) {
    font-weight: 500;
}

.social-sidebar a svg path {
    stroke: black;
    fill: white;
    stroke-width: 1.5;
    margin-bottom: 4rem;
}

.social-sidebar {
    width: 100%;
    padding: 1rem 0 1rem 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
}
.scroll-down {
    display: none;
}

.subscription-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 900px;
}

#email-input {
    flex: 85%;
    padding: 0 0 0 4rem;
    font-size: 1.6rem;
    border: none;
    background-color: #000;
    color: #fff;
    height: 60px;
    outline: none;
    max-width: 900px;
}
.email-input:focus {
    outline: none;
    border: 1px solid #fff;
}

#email-input::placeholder {
    color: #6e6e6e;
    font-size: 2.1rem;
}
#email-input-desktop {
    display: none;
}
.submit-button-desktop {
    display: none;
}
.submit-button {
    flex: 15%;
    background-color: #8e008e;
    border: none;
    color: #fff;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-section {
    width: 100%;
    text-align: center;
}

.content-header h2 {
    font-size: 4.8rem;
    color: #000;
    font-weight: 800;
    margin-top: 4rem;
}

.content-header .brand-name {
    color: #8e008e;
    font-weight: 700;
}

.content-info p {
    font-size: 2rem;
    color: #000;
    font-weight: 500;
    margin: 3rem 5rem 3rem 5rem;
}

.content-divider {
    font-size: 2rem;
    color: #000;
    margin: 2rem 0;
    letter-spacing: 0.5rem;
}
.started-date {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.we-started {
    width: 250px;
    height: 60px;
}
.date {
    display: flex;
    flex-direction: row;
    font-size: 10.5rem;
    font-weight: 800;
}

.sep {
    color: #8e008e;
    letter-spacing: -0.8rem;
}
.day24 {
    color: #000;

    letter-spacing: -1.7rem;
}
.fingerprints {
    margin: 3rem;
}

.fingerprints-section h2 {
    font-size: 4.8rem;
    font-weight: 800;
    margin-top: 4rem;
}
.first-card-section {
    display: flex;
    flex-direction: column;
    background-color: black;
    color: white;
    height: 48rem;
    position: relative;
}
.first-card-section h3 {
    font-size: 9.6rem;
    font-weight: 400;
    text-align: left;
    padding: 2rem;
}
.first-card-section .p1 {
    color: #e5e5e5;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 1rem;
    text-align: left;
    margin-left: 2.5rem;
}
.first-card-section .p2 {
    color: #e5e5e5;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 1rem;
    text-align: left;
    margin-left: 2.5rem;
    margin: 2rem 2rem 0 2rem;
}
.first-card-section a {
    align-self: flex-end;
    position: absolute;
    right: 0.5rem;
    bottom: 1rem;
    max-height: fit-content;
}
.first-card-section a svg {
    margin-right: 1rem;
    stroke: #cf00cf;
    fill: black;
}

.blog-card-section {
    display: flex;
    flex-direction: column;
    background-color: #8e008e;
    color: white;
    height: 48rem;
    margin-top: 0;
    position: relative;
}
.blog-card-section h3 {
    font-size: 9.6rem;
    font-weight: 400;
    text-align: left;
    padding: 2rem;
}
.blog-card-section .p1 {
    color: #e5e5e5;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 1rem;
    text-align: left;
    margin-left: 2.5rem;
}
.blog-card-section .p2 {
    color: #e5e5e5;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 1rem;
    text-align: left;
    margin-left: 2.5rem;
    margin: 2rem;
}
.blog-card-section a {
    align-self: flex-end;
    position: absolute;
    right: 0.5rem;
    bottom: 1rem;
}
.blog-card-section a svg {
    margin-right: 1rem;
    stroke: black;
    fill: none;
}

.blog-highlights-section {
    margin: 4rem 2rem;
    text-align: left;
}

.blog-highlights-title {
    margin-bottom: 3rem;
}

.blog-title {
    display: block;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1.1;
    padding: 0.5rem 1rem;
}

.share-blog {
    display: none;
}

.highlights-title {
    background-color: #000;
    width: 100%;
    padding: 0.5rem 0 0.5rem 1rem;
}
.highlights-title span {
    font-size: 4.8rem;
    font-weight: 800;
    color: white;
    padding-left: 0rem;
}

.blog-highlights {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.blog-card {
    padding: 2rem;
    text-align: left;
}

.blog-card h3 {
    font-size: 1.8rem;
    font-weight: 400;
    background-color: #000;
    color: white;
    display: inline-block;
    padding: 1rem 7rem 1rem 1.5rem;
    margin-bottom: 1.5rem;
}

.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.tags-container span {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0.3rem 0.5rem;
    text-decoration: underline;
}

.tag-one {
    background-color: transparent;
}

.tag-two,
.tag-three,
.tag-four {
    background-color: transparent;
}

.blog-card .description-title {
    font-size: 3.6rem;
    font-weight: 400;
}

.blog-card .description {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    padding: 1rem;
}
.more-on-blog {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    width: 100%;
    text-align: center;
}

.points-line {
    font-size: 1.6rem;
    color: #000;
    text-decoration: none;
    width: 100%;
}
.points-line-desktop {
    display: none;
}

.blog-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 120px;
}


.more-blog {
    font-size: 1.4rem;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    flex: 3;
}
.more-blog:hover {
    color: #8e008e;
}

.share-more-blog {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.share-more-blog svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #8e008e;
}


.footer {
    background-color: #d9d9d9;
    padding: 4rem 0 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}
.footer-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.divider-line {
    display: inline-block;
    vertical-align: middle;
    border-left: 2px solid #a9a9a9;
    margin-right: 1.5rem;
    height: 2.5rem;
}
.footer-social-icons {
    display: flex;
    margin: 0;
    gap: 1rem;

    align-items: center;
}
.footer-social-icons a svg path {
    stroke: black;
    fill: none;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2.5rem 0 2.5rem 0;
    list-style: none;
    align-items: center;
}
.footer-link {
    color: black;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 400;
}

.footer-message {
    font-size: 2.4rem;
}
.footer-dot {
    display: none;
}

.cta-button {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 1.7rem;
    margin-bottom: 2rem;
    text-decoration: none;
    text-align: center;
}
.cta-button:hover {
    background-color: #8e008e;
    transition: background-color 0.3s ease;
    
}

.copyright {
    text-align: center;
    font-size: 1.4rem;
    color: black;
}
.popup-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ededed;
    z-index: 1000;
    width: 100%;
    height: fit-content;
    padding: 2rem;
    align-items: center;
}

.popup-content {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    width: fit-content;
    margin: 0 auto;
    padding: 0 2rem;
    padding-left: 4rem;
}

.popup-content h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    text-align: left;
}

#popup-message {
    margin: 0 auto;
    padding: 5px 8px;
    font-size: 1.6rem;
    color: #000;
    background-color: #00bf0d3a;
}
.msg-btn {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
}

.popup-content button {
    color: #000;
    border: none;
    padding: 8px 10px;
    font-size: 1.6rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.popup-content button:hover {
    background-color: #d9ebdc;
}
@media screen and (min-width: 900px) {
    header {
        padding: 6rem 3rem 11rem 3rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 1200px;
        margin: auto;
    }

    .logo {
        flex: 10%;
        height: 4.2rem;
    }

    nav {
        flex: 90%;
        display: flex;
        justify-content: center;
    }
    .nav-links {
        display: flex;
        gap: 2rem;
        list-style: none;
        margin-right: 18rem;
    }
    .nav-links li {
        display: flex;
        align-items: center;
    }
    .nav-links a {
        font-size: 1.6rem;
    }
    .nav-links a::after {
        content: "";
        position: absolute;
        width: 0;
        height: 3px;
        bottom: -5px;
        left: 0;
        background-color: #8e008e;
        transition: width 0.3s ease;
    }

    .nav-links a:hover::after {
        width: 100%;
    }

    .nav-links a.active::after {
        width: 0;
    }

    .nav-links a.active:hover::after {
        width: 100%;
    }

    .dot {
        font-size: 2rem;
    }

    .container {
        display: grid;
        grid-template-columns: 1fr minmax(0, 900px) 1fr;
        grid-template-rows: auto;
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;

        align-items: start;
    }

    main {
        grid-column: 1/4;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        max-width: 900px;

        margin: auto;
    }

    h1 {
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .word {
        font-size: 115px;
        line-height: 1;
        text-align: left;
    }

    .word:nth-child(3) {
        font-weight: 600;
    }

    .social-sidebar {
        display: flex;
        flex-direction: column;
        width: 70px;
        min-width: 70px;
        padding: 1.5rem 0;
        align-items: center;
        justify-content: center;
        background-color: #000;
        height: 460px;
        margin-left: 2rem;
    }

    .social-sidebar a svg path {
        stroke-width: 1.8;
        stroke: white;
        fill: black;
    }

    .scroll-down {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 9rem;
        margin-bottom: 6rem;
        padding-bottom: 1.5rem;
        grid-column: 2;
    }
    .scroll-down:hover {
        opacity: 0.7;
    }
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        transition: background-color 5000s ease-in-out 0s,
        color 5000s ease-in-out 0s;
        -webkit-text-fill-color: #fff !important;
        background-color: #000 !important;
        box-shadow: 0 0 0px 1000px #000 inset !important;
    }
    .subscription-form {
        grid-column: 2;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        gap: 1rem;
    }

    #email-input-desktop {
        display: flex;
        flex: 100%;
        padding: 0;
        font-size: 3rem;
        border: none;
        background-color: #000;
        color: #fff;
        height: 80px;
        outline: none;
    }

    #email-input {
        display: none;
    }

    #email-input-desktop::placeholder {
        color: #454545;
        font-size: 2.4rem;
        font-weight: 100;
    }

    .submit-button {
        display: none;
    }
    .submit-button-desktop {
        grid-column: 3;
        background-color: #8e008e;
        border: none;
        color: #fff;
        width: 160px;
        height: 160px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .submit-button-desktop:hover {
    background-color: #000;
    transition: ease background-color 0.3s;
}
    .black-box {
        display: flex;
        grid-row: 3;
        justify-self: end;
        background-color: #000;
        height: 80px;
        width: 160px;
    }

    .content-section {
        grid-column: 2;
        display: flex;
        flex-direction: row;
        max-width: 900px;
        margin: 0;
        position: relative;
        margin-bottom: 4rem;
    }

    .content-header {
        flex: 60%;
        text-align: right;
        padding-right: 2rem;
    }

    .content-header h2 {
        font-size: 5.4rem;
        font-weight: 700;
    }

    .content-info {
        flex: 40%;
        background-color: #000;
        color: #fff;
        height: 400px;
        text-align: left;
        margin: 0;
        display: flex;
        flex-direction: column;
        padding: 3rem;
        padding-top: 6rem;
    }

    .content-info p {
        flex: 80%;
        font-size: 1.8rem;
        font-weight: 450;
        color: #fff;
        line-height: 1.3;
        margin: 0;
        margin-bottom: 3rem;
        padding: 0 1rem;
    }

    .content-divider {
        flex: 20%;
        color: #fff;
        text-align: center;
        font-weight: 200;
        letter-spacing: 0.3rem;
        margin-top: 1rem;
    }
    .started-date {
        grid-column: 2;
        display: grid;
        padding: 1rem;
        justify-content: center;
        margin-top: 4rem;
        margin-bottom: 5rem;
    }
    .we-started {
        grid-row: 2;
        width: 800px;
        height: 100px;
        margin-bottom: 5rem;
    }

    .date {
        margin: 0 auto;
        margin-right: 9rem;
        margin-bottom: -2rem;
        font-size: 10rem;
        grid-row: 1;
        justify-content: end;
        align-items: flex-end;
    }
    .fingerprints-section {
        grid-column: 1/4;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .fingerprints-section h2 {
        font-size: 6.4rem;
        font-weight: 800;
        text-align: left;
        margin-bottom: 4rem;
        margin-right: auto;
        margin-left: auto;
        width: calc(100% - 3rem);
        max-width: 900px;
    }
    .fingerprints {
        display: flex;
        flex-direction: row;
        width: 730px;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        margin-top: 4rem;
    }
    .first-card-section {
        flex: 50%;
        margin: 0;
    }
    .blog-card-section {
        flex: 50%;
        margin: 0;
    }
    .blog-highlights-section {
        grid-column: 1/4;
        margin-top: 12rem;
        margin-bottom: 4rem;
        text-align: left;
        width: calc(100% - 5rem);
        max-width: 900px;
        margin-right: auto;
        margin-left: auto;
    }

    .blog-highlights-title {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 3rem;
        max-width: 900px;
        min-width: 800px;
    }

    .blog-title {
        font-size: 6.4rem;
        font-weight: 800;
        color: #000;
        line-height: 1.1;
        padding: 0.5rem 1rem 0.5rem 0;
    }

    .highlights-title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        font-size: 6.4rem;
        font-weight: 800;
        color: white;
        padding: 0.5rem 1rem;
        margin-top: 0.5rem;
        background-color: black;
    }

    .blog-highlights {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: calc(8rem - 2rem);
        margin-top: 12rem;
        row-gap: 2rem;
        max-width: 900px;
        min-width: auto;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .blog-card {
        padding: 2rem 0;
        text-align: left;
        width: 400px;
    }

    .blog-card h3 {
        font-size: 1.6rem;
        margin-bottom: 0;
    }

    .tags-container {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        margin-bottom: 4rem;
        padding: 0.5rem 0 0.5rem 1rem;
        background-color: #d9d9d9;
        width: 100%;
    }

    .tags-container span {
        font-size: 1.4rem;
        font-weight: 400;
        padding: 0.3rem 0.5rem;
        text-decoration: underline;
        color: #000;
        background-color: transparent;
    }

    .blog-card .description-title {
        font-size: 3.2rem;
        font-weight: 400;
        color: #000;
        margin-bottom: 1rem;
    }

    .blog-card .description {
        font-size: 1.6rem;
        line-height: 1.5;
        color: #000;
        padding: 1rem 0;
    }

    .more-on-blog {
        display: grid;
        grid-template-rows: 1fr;
        align-items: center;
        margin-top: 2rem;
        text-align: center;
        width: 900px;
        gap: 1rem;
    }

    .points-line {
        display: none;
    }
    .points-line-desktop {
        grid-row: 1;
        grid-template-rows: 90%;
        display: block;
        font-size: 1.5rem;
    }

    .blog-actions {
        grid-row: 1;

        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0;
        width: 125px;
    }

    .more-blog {
        grid-row: 1;
        grid-template-rows: 10%;
        font-size: 1.4rem;
        color: #000;
        text-decoration: none;
        font-weight: 500;
    }
    .share-blog {
        display: flex;
        flex-direction: row;
        width: 125px;
        align-items: center;
        justify-content: end;
    }

    .share-more-blog {
        flex: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .share-more-blog svg {
        width: 24px;
        height: 24px;
        fill: none;
        stroke: #fff;
    }

    .footer {
        grid-column: 8;
        display: grid;
        flex-direction: row;
        grid-template-columns: auto;
        padding: 2rem 0 2rem 0;
        height: 180px;
        gap: 0px;
        margin: auto;
        min-width: 900px;
        max-width: 1200px;
    }
    .footer-wrapper {
        background-color: #d9d9d9;
        width: 100%;
        border-top: 1px solid #000;
    }

    .footer-logo {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: 2rem;
    }
    .divider-line {
        display: inline-block;
        vertical-align: middle;
        border-left: 2px solid #a9a9a9;
        margin-right: 1.5rem;
        height: 2.5rem;
    }
    .footer-social-icons {
        display: flex;
        margin: 0;
        gap: 1rem;

        align-items: center;
    }
    .footer-social-icons a svg path {
        stroke: black;
        fill: none;
    }

    .footer-links {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        margin: 2rem 0 2rem 0;
        justify-content: center;
        align-items: center;
        list-style: none;
    }

    .footer-dot {
        display: contents;
        color: #8e008e;
        font-size: 3rem;
        list-style: none;
    }
    .footer-link {
        color: black;
        text-decoration: none;
        font-size: 1.6rem;
        font-weight: 400;
    }

    .footer-message {
        display: flex;
        font-size: 2.4rem;
        margin-bottom: 0;
        justify-content: flex-end;
        margin-top: 3rem;
        margin-right: 2rem;
    }

    .cta-button {
        grid-column: 3;
        justify-self: end;
        background-color: black;
        color: white;
        border: none;
        padding: 10px 25px;
        cursor: pointer;
        font-size: 1.9rem;
        width: 125px;
        margin-right: 2rem;
    }

    .copyright {
        text-align: left;
        font-size: 1.4rem;
        color: black;
        margin-left: 2rem;
    }

    .popup {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #ededed;
        z-index: 1000;
        width: 100%;
        height: 12rem;
        padding: 2rem;
        align-items: center;
    }

    .popup-content {
        display: none;
        flex-direction: column;
        transform: translateY(40%);
        align-items: flex-start;
        gap: 1rem;
        width: fit-content;
        margin: 0 auto;
    }

    .popup-content h3 {
        margin: 0;
        font-size: 18px;
        color: #333;
        font-weight: 600;
        text-align: left;
    }

    #popup-message {
        margin: 0 auto;
        padding: 5px 8px;
        font-size: 1.6rem;
        color: #000;
        background-color: #00bf0d3a;
    }
    .msg-btn {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
    }

    .popup-content button {
        color: #000;
        border: none;
        padding: 8px 10px;
        font-size: 1.6rem;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .popup-content button:hover {
        background-color: #d9ebdc;
    }
}

@media screen and (max-width: 1050px) {
    main {
        justify-content: space-around;
    }
}
