img {
    max-width: 100%;
    height: auto;
    display: block;
    border: 0;
    vertical-align: middle;
}

.no-break {
    white-space: nowrap;
}

body {
    font-family: "Space Mono", monospace;
    margin: 0;
    padding: 0;
    font-size: 18px;
    background-color: #1a1a1a;
    color: white;
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 16px;
    }
}

.container {
    max-width: 650px;
    margin: 20px auto;
    padding: 0 20px;
}

section {
    margin-bottom: 100px;
}

h1, h2, h3, h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
}

a {
    color: white;
}

mark {
    background-color: yellowgreen;
}

.run {
    font-family: "Montserrat", sans-serif;
    font-size: 2em;
    font-weight: 900;
}

h1 {
    margin-bottom: 50px;
}

main {
    padding-top: 50px;
}

main ul {
    list-style-type: square;
    padding-left: 20px;
}

footer {
    padding: 50px 0;
    color: #444;
}

@media only screen and (max-width: 768px) {
    footer {
        padding: 0;
    }
}

footer a {
    color: #444;
}

a.cta-button {
    display: block;
    border: none;
    background-color: white;
    color: black;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 40px;
    margin-top: 50px;
    border-radius: 5px;
}

.book-call-button-wrapper {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .book-call-button-wrapper {
        width: 100%;
    }
}

.about-us-metrics {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
}

.about-us-metrics .metric {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .about-us-metrics {
        row-gap: 10px;
    }

    .about-us-metrics .metric {
        width: 100%;
    }
}

.about-us-metrics .metric .metric-value {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 52px;
}

.tech-stack .tech-stack-row {
    margin-bottom: 40px;
}

.tech-stack .tech-stack-row:last-child {
    margin-bottom: 0;
}

.tech-stack .tech-stack-row .tech-stack-row-header {
    margin-bottom: 10px;
}

.tech-stack .tech-stack-row span {
    border-bottom: 1px solid white;
}

.testimonials .testimonial {
    margin-bottom: 50px;
}

.testimonials .testimonial p {
    border-left: 5px solid white;
    padding-left: 20px;
}

.projects {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
    margin-left: -100px;
    margin-right: -100px;
}

@media only screen and (max-width: 1200px) {
    .projects {
        margin-left: 0;
        margin-right: 0;
    }
}

.projects .project {
    width: 100%;
    margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
    .projects .project {
        width: 100%;
    }
}

.projects .project .project-preview {
    margin-bottom: 15px;
}

.projects .project .project-preview video {
    width: 100%;
}

.projects .project .project-preview img,
.projects .project .project-preview video {
    border-radius: 5px;
}

.projects .project .project-name,
.projects .project .project-description {
    margin: 0 100px;
}

@media only screen and (max-width: 1200px) {
    .projects .project .project-name,
    .projects .project .project-description {
        margin: 0;
    }
}


.projects .project .project-name a {
    text-decoration: none;
    font-weight: bold;
}

.projects .project .project-description {
    margin-top: 5px;
}

.projects .project .project-description ul {
    list-style-type: none;
    padding: 0;
}

.subscription {
    padding: 20px;
    border: 5px solid white;
    max-width: 350px;
    margin: 50px auto 0 auto;
}

.subscription .subscription-price {
    margin-bottom: 50px;
}

.subscription .subscription-price .subscription-price-amount {
    display: block;
    font-size: 42px;
    font-family: "Montserrat", sans-serif;
}

.subscription .subscription-price .subscription-price-period {
    display: block;
}

.subscription .subscription-fetaures ul {
    list-style-type: none;
    padding-left: 0;
}

.subscription .subscription-fetaures ul li::before {
    content: "✓";
    margin-right: 10px;
}

.mail-link-wrapper {
    margin-top: 20px;
}

.mail-link-wrapper a {
    text-decoration: none;
}
