footer,
footer p,
main {
    display: flex;
}

body,
footer {
    width: 100vw;
}

strong {
    font-weight: 500;
}

.section.about,
.whats-pricing {
    border-left: 5px solid #ffde21;
}

.section.contact,
.whats-pricing {
    border-right: 5px solid #ffde21;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden
}

main {
    padding-left: 20em;
    padding-right: 20em;
    flex-direction: column;
    padding-bottom: 50px;
}

footer {
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    z-index: 999;
    justify-content: center;
    overflow: hidden;
}

footer p {
    color: #fff;
    font-size: 1em;
    font-family: Lora, serif;
    align-items: center;
}

footer a {
    display: inline-flex;
    margin-left: 1em;
    transition: transform .3s, filter .3s
}

footer a:hover {
    transform: scale(1.1);
    filter: brightness(1.5)
}

.hero .hero-content {
    position: relative;
    background-color: #0009;
    width: 100vw;
    height: 100vh
}

.hero .hero-content .hero-text {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.hero .hero-content .hero-text .hero-title {
    font-size: 4em;
    font-family: Lora, serif
}

.hero .hero-content .hero-text .hero-button,
.hero .hero-content .hero-text p {
    font-size: 1.5em;
    font-family: 'Source Sans Pro', sans-serif
}

.hero .hero-content .hero-text .hero-button {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: .2em .5em;
    margin-top: 1em;
    color: #fff;
    margin-bottom: 1em;
    cursor: pointer;
    transition: .3s
}

.hero .hero-content .hero-text .hero-button:hover {
    background-color: #fff;
    color: #000;
    transition: .3s
}

.whats-pricing-list-item {
    font-size: 18px
}

@media screen and (max-width:879.98px) {
    .section-content.whats-pricing-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width:561px) and (max-width:991.98px) {
    header {
        background-position-x: calc(50% - 20em) !important
    }

    main {
        padding: 5em 5em 50px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    main {
        padding: 3em 3em 50px
    }
}

@media (min-width:1200px) and (max-width:1399.98px) {
    main {
        padding-left: 10em;
        padding-right: 10em;
        padding-bottom: 50px
    }
}

@media (max-width:560.98px) {
    .hero .hero-content .hero-text {
        top: 30%;
        left: 50%;
        transform: translate(-50%, -30%);
        width: 80%
    }

    header {
        background-position-x: calc(50% - 20em) !important
    }

    .hero .hero-content .hero-text .hero-title {
        font-size: 2em
    }

    main {
        padding: 1em 1em 50px
    }

    .section .section-title {
        font-size: 1.5em;
        text-align: center
    }

    .section-content.whats-pricing-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-content.whats-pricing-content .whats-pricing-img {
        width: 200px;
        height: auto;
        margin-left: auto
    }

    .section-content.whats-pricing-content .whats-pricing-list {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

.section {
    margin-top: 2em;
    margin-bottom: 2em
}

.section::after,
.section::before {
    content: "";
    display: block;
    height: 5px;
    background-color: #ffde21;
    width: 33%
}

.section::after {
    width: 16%
}

.section-title {
    font-family: Lora, serif;
    font-size: 2em;
    font-weight: 700;
    text-align: start;
    color: #333;
    margin-left: 1em
}

.contact-icon,
.contact-link {
    cursor: pointer;
    font-weight: 700 !important;
    transition: .3s;
    color: #333
}

.section-content {
    display: flex;
    flex-direction: column;
    padding: 1em;
    width: 80%;
    text-align: start;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1em;
    line-height: 1.5em;
    color: #333
}

.section-content::first-letter {
    font-size: 1.2em;
    font-weight: 700
}

.section.about {
    text-align: start
}

.section.about::after {
    width: 43%;
    margin-right: auto
}

.section.about::before {
    width: 87%;
    margin-right: auto
}

.section-content.about-content {
    align-items: start;
    justify-content: center;
    width: 90%
}

.whats-pricing {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 0
}

.whats-pricing::after {
    width: 30%;
    margin-left: auto
}

.whats-pricing::before {
    margin-right: auto;
    width: 30%
}

.whats-pricing-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0;
    padding-bottom: 1em
}

.whats-pricing-content .whats-pricing-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: fit-content;
    list-style: none
}

.whats-pricing-content .whats-pricing-list li {
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 0.3em;

    button {
        margin-left: 1em;
        padding: 0.5em 1em;
        background-color: #ffde21;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 700;
        color: #333;
        transition: .3s;
        text-decoration: none;

        &:hover {
            /* Linear slide effect */
            background-color: #ffde21;
            color: #333;
            transform: translateX(10px);
            transition: .3s;
            text-decoration: none;
        }
    }
}

.whats-pricing-content .whats-pricing-list li::before {
    content: "✓";
    display: flex;
    color: #ffde21;
    margin-right: 1em;
    font-weight: 700
}

.section.contact .section-content.contact-content {
    justify-content: end;
    align-items: end;
    text-align: end;
    font-size: 1em
}

.section.contact .section-content.contact-content::first-letter {
    font-size: 1em
}

.contact-icon {
    padding: 0;
    margin-left: 1em;
    width: 1.5em
}

.contact-link {
    position: relative;
    text-decoration: none;
    display: inline-flex;
    align-items: end;
    justify-content: end;

    @media screen and (max-width: 575.98px) {
        span {
            font-size: 0.9em;
        }
    }
}

.contact-link:hover .contact-icon {
    transition: .3s;
    filter: brightness(0) saturate(100%) invert(40%) sepia(32%) saturate(1530%) hue-rotate(323deg) brightness(94%) contrast(101%);
    transform: scale(1.1)
}

.contact-link::after {
    content: "";
    display: flex;
    position: absolute;
    bottom: -.5em;
    right: 0;
    width: 0;
    height: 2px;
    background: #333;
    transition: width .3s
}

.contact-link i {
    padding: 0;
    margin-bottom: 1em
}

.contact-link:hover::after {
    width: 100%
}

.section.contact::after {
    width: 43%;
    margin-left: auto
}

.section.contact::before {
    width: 87%;
    margin-left: auto
}

.lazy-loading {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .5s ease-in-out, transform .5s ease-in-out
}

.lazy-loading.loaded {
    opacity: 1;
    transform: translateY(0)
}

.contact-content p a {
    font-family: 'Surce Sans Pro', sans-serif;
    font-size: 1.1em;
    line-height: 1.5em;
    text-decoration: none;
    color: #333
}

@supports (-webkit-appearance:none) {
    ::-webkit-scrollbar {
        width: 10px
    }

    ::-webkit-scrollbar-track {
        background-color: #f1f1f1
    }

    ::-webkit-scrollbar-thumb {
        background-color: #ffde21;
        border-radius: 5px
    }
}

@supports (-moz-appearance:none) {
    * {
        scrollbar-width: thin;
        scrollbar-color: #FFDE21 #f1f1f1
    }
}