@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

@font-face {
    font-family: ark-antelope;
    src: url(/font/Ark_antelope-Regular.ttf);
}

body {
    margin: 0px;
    line-height: 1.6em;
    color: #454545;
}

h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
}


.main-btn {
    padding: 0.8rem 2rem;
    border-radius: 20px;
    border: none;
    background-color: hsl(234, 100%, 64%);
    color: white;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

    .main-btn:hover {
        background-color: hsl(234, 100%, 54%);
        transform: translateY(-5%)
    }

.google-btn {
    border: none;
    width: 100%;
    background-color: white;
    font-weight: 600;
    color: #454545;
    padding: 0.8em;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
}

    .google-btn:hover {
        background-color: hsl(0, 0%, 99%);
        transform: translateY(-5%)
    }

    .google-btn img {
        height: 20px;
    }


.content {
    padding: 0px !important;
}

.container {
    margin-bottom: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 4em;
    padding-right: 4em;
}

section {
    margin-bottom: 8em;
}

.jumbotron-fluid {
    background-color: black;
    color: white;
    position: relative;
    min-height: 36rem;
    margin-bottom: 7em;
    display: flex;
    align-content: center;
}

    .jumbotron-fluid::after {
        content: "";
        background: url(https://i.imgur.com/fjbyFO8.jpg);
        background-size: cover;
        opacity: 0.7;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: 1;
    }

.hero-content {
    color: white;
    position: absolute;
    margin: 8rem 4rem;
    z-index: 3;
}

.hero h1 {
    max-width: 36rem;
}

.hero h3 {
    font-weight: 300;
    font-size: 1.4rem;
    max-width: 40rem;
    margin: 0 0 3rem;
}

.bg-light {
    background-color: white;
}

nav {
    display: flex;
    justify-content: space-between !important;
    padding: 0 20px;
    column-gap: 20px;
}

.form-inline {
    flex-grow: 2;
}

nav a {
    text-decoration: none;
    font-weight: 500;
    text-decoration: none;
}

.navbar-brand {
    font-weight: 600;
    margin: 0 !important;
}

.nav-left {
    display: flex;
    justify-content: flex-start;
}

.navbar-collapse {
    flex-grow: 0;
}

.mac {
    position: relative;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

    .mac img {
        height: 400px;
        border-radius: 10px;
        margin: 0 auto;
        left: 160px;
    }

.nav-vert-spacer {
    margin-top: 6px;
    margin-left: 8px;
    margin-right: 8px;
    height: 30px;
    width: 1px;
    background-color: #d1d1d1;
}

.card-img-top {
    border-radius: 35px 35px 0 0;
    height: 13em;
    object-fit: cover;
}

.feature-container {
    margin-top: 4em;
}

.feature {
    border: none;
    padding: 1em 1em;
    border-left: 1px solid #d3d3d3;
}

    .feature:nth-child(2) {
        border-top: 1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3;
    }

    .feature h5 {
        line-height: 2em;
        padding: 0.1em 0.7em 0 0.7em;
        font-size: 1.4em;
        font-weight: 600;
    }

    .feature p {
        padding: 0 1em 0.6em 1em;
    }

#guide {
    width: 100%;
}

    #guide button {
        margin-top: 1.4em;
    }

.video-column {
    padding-left: 3em;
    padding-top: 1.4em;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.signup {
    margin-top: 10em;
    background-color: white;
}

#signup-form {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 60px 80px;
    border-radius: 25px;
}

    #signup-form h1 {
        text-align: center;
    }

    #signup-form h5 {
        font-size: 1.6em;
        text-align: center;
        font-weight: 700;
    }

    #signup-form h6 {
        text-align: center;
        font-weight: 300;
        font-size: 1.1em;
        line-height: 2em;
        color: #777;
    }

    #signup-form label {
        margin-top: 1.2em;
        margin-bottom: 0.4em;
        font-weight: 600;
    }

    #signup-form input {
        width: 100%;
        margin: 0 auto;
    }

input[type=text] {
    padding: 0.4em 0.6em;
    border-radius: 15px;
    border: 2px solid #C6C3C3;
}

input[type=email] {
    padding: 0.4em 0.6em;
    border-radius: 15px;
    border: 2px solid #C6C3C3;
}

input[type=search] {
    padding: 0.4em 0.6em;
    max-width: 800px;
    width: 100%;
    border-radius: 15px;
    border: none;
    background-color: #E7E7E7;
    font-size: 0.9em;
}

.checkboxes {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    word-wrap: break-word;
}

.divider {
    margin: 0 auto;
    margin-top: 2em;
    margin-bottom: 2em;
    background-color: #E6E6E6;
    height: 1px;
    width: 18em;
}

.bottom-align-text {
    font-size: 0.8rem;
    opacity: 0.7;
    position: absolute;
    margin-left: 2em;
    bottom: 0;
}

footer {
    background-color: #111;
    width: 100%;
    margin: 0 !important;
    padding: 2em;
    height: 8em;
}

.add-shadow {
    box-shadow: 0px 10px 24px 0px rgba(62,66,66,0.09), rgba(0, 0, 0, 0.05) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

@media (max-width: 575.98px) {
    .hero-content {
        color: white;
        position: absolute;
        margin: 6rem 2rem !important;
        z-index: 3;
    }

    .jumbotron-fluid {
        background-color: black;
        color: white;
        position: relative;
        min-height: 34rem;
        margin-bottom: 7em;
        display: flex;
        align-content: center;
    }

        .jumbotron-fluid h1 {
            font-size: 2.6em !important;
        }

        .jumbotron-fluid h3 {
            font-size: 1.3em !important;
        }
}

@media (max-width: 992px) {
    .mac {
        position: relative;
        border-radius: 10px;
        display: flex;
        align-items: center;
        margin-bottom: 4em;
    }

    section {
        margin-bottom: 6em;
    }

    .signup {
        margin-top: 6em;
    }

    .feature-container {
        margin-top: 2em;
    }

    .feature {
        border: none;
        padding: 1em 1em;
    }

        .feature:nth-child(2) {
            border-top: 1px solid #d3d3d3;
            border-bottom: 1px solid #d3d3d3;
        }
}

@media (max-width: 767.98px) {
    .card-img-top {
        border-radius: 25px 25px 0 0;
        height: 13em;
        object-fit: cover;
    }

    .mac {
        position: relative;
        border-radius: 10px;
        display: flex;
        align-items: center;
        margin-bottom: 4em;
    }

    .feature-container {
        justify-content: space-around;
    }

    .feature {
        border: none;
        margin-top: 2em;
        padding: 0;
    }

        .feature h5 {
            line-height: 2em;
            padding: 0.1em 0.7em 0 0.7em;
            font-size: 2em;
            font-weight: 600;
        }

        .feature p {
            padding: 0 1em 0.6em 1em;
        }

    .jumbotron-fluid h1 {
        font-size: 2.6em;
    }

    .jumbotron-fluid h3 {
        font-size: 1.2em;
    }

    .hero-content {
        color: white;
        position: absolute;
        margin: 8rem 4rem;
        z-index: 3;
    }

    .jumbotron-fluid {
        background-color: black;
        color: white;
        position: relative;
        min-height: 35rem;
        margin-bottom: 7em;
        display: flex;
        align-content: center;
    }
}

a, a > span {
    position: relative;
    color: inherit;
    text-decoration: none;
    line-height: 24px;
}

    a:before, a:after, a > span:before, a > span:after {
        content: "";
        position: absolute;
        transition: transform 0.5s ease;
    }

.effect-4 {
    padding: 10px;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    color: white;
}

    .effect-4:before, .effect-4:after {
        left: 0;
        width: 100%;
        height: 4px;
        background: #0883a4;
    }

    .effect-4:before {
        bottom: 0;
        transform: translateX(-100%);
    }

    .effect-4:after {
        top: 0;
        transform: translateX(100%);
    }

    .effect-4:hover:before, .effect-4:hover:after {
        transform: translateX(0);
    }

    /*horizontol time line*/
/* Import */

/* Variables */
/* Base */

#timeline-content {
    margin-top: 50px;
    text-align: center;
    background-color: black;
}
/* Timeline */
.timeline {
    border-left: 4px solid #004ffc;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.8);
    font-family: 'ark-antelope', sans-serif;
    margin: 50px auto;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    font-weight: 100;
    max-width: 30%;
}

    .timeline h1 {
        font-family: 'Saira', sans-serif;
        letter-spacing: 1.5px;
        font-weight: 100;
        font-size: 1.4em;
    }

    .timeline h2,
    .timeline h3 {
        font-family: 'ark-antelope', sans-serif;
        letter-spacing: 1.5px;
        font-weight: 400;
        font-size: 1.4em;
    }

    .timeline .event {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
        padding-bottom: 25px;
        margin-bottom: 50px;
        position: relative;
    }

        .timeline .event:last-of-type {
            padding-bottom: 0;
            margin-bottom: 0;
            border: none;
        }

        .timeline .event:before,
        .timeline .event:after {
            position: absolute;
            display: block;
            top: 0;
        }

        .timeline .event:before {
            left: -217.5px;
            color: rgba(255, 255, 255, 0.4);
            content: attr(data-date);
            text-align: right;
            font-weight: 100;
            font-size: 0.9em;
            min-width: 120px;
            font-family: 'Saira', sans-serif;
        }

        .timeline .event:after {
            box-shadow: 0 0 0 4px #004ffc;
            left: -57.85px;
            background: #313534;
            border-radius: 50%;
            height: 11px;
            width: 11px;
            content: "";
            top: 5px;
        }
