/* Satellit kommunikation */

/* Animationer */
@import url('/resources/scripts/aos/2.3.1/aos.css');

/* ==========================================================================
Generellt
========================================================================== */
:root {
    /* 	Colors */
    --primary-color: 3, 135, 201;
    --primary-dark-color: 0, 28, 57;

    --black-color: 17, 17, 17;
    --gray-dark-color: 58, 58, 58;
    --gray-color: 220, 220, 220;
    --gray-light-color: 247, 246, 246;
    --white-color: 255, 255, 255;

    /* 	Layout  */
    --col-padding: 5rem;
    --menu-height: 8.5rem;
    --menu-height-scrolled: 7.5rem;
    --section-width: 150rem;

    /* 	Typography */
    --base-size: 1.6rem;

    /* 	Mobile nav */
    --activate-mobile-menu: 1024;
    --mobile-menu-height: 6rem;
    --mobile-menu-bg: var(--white-color);
    --menu-color: var(--black-color);
}

@media only screen and (max-width: 580px) {
    :root {
        --base-size: 1.5rem;
    }
}

/* Layout
========================================================================== */
.LayoutPage {
    overflow-x: clip;
}

.section-block {
    padding: 8rem 5rem;
}

/* Paddings */
.p-0 .section-block,
.p-0:not(.section-wrapper) {
    padding: 0;
}

.p-2 .section-block,
.p-2:not(.section-wrapper) {
    padding: 2rem;
}

.p-4 .section-block,
.p-4:not(.section-wrapper) {
    padding: 4rem;
}

.pb-0 .section-block,
.pb-0:not(.section-wrapper) {
    padding-bottom: 0;
}

.pb-2 .section-block,
.pb-2:not(.section-wrapper) {
    padding-bottom: 2rem;
}

.pb-5 .section-block,
.pb-5:not(.section-wrapper) {
    padding-bottom: 5rem;
}

.pl-0 .section-block,
.pl-0:not(.section-wrapper) {
    padding-left: 0;
}

.pr-0 .section-block,
.pr-0:not(.section-wrapper) {
    padding-right: 0;
}

/* Margins */
.mb-3 {
    margin-bottom: 3rem;
}
.mt-5 {
    margin-top: 5rem;
}

/* Bredder */
.mw-none .section-block-wrapper {
    max-width: none;
}

.mw-900 .section-block-wrapper {
    max-width: 90rem;
}

@media only screen and (max-width: 1024px) {
    .section-block {
        padding: 8rem 3rem;
    }
}

@media only screen and (max-width: 580px) {
    .section-block {
        padding: 5rem 2rem;
    }
}

/* Text och typsnitt
========================================================================== */
body {
    font-family: 'Montserrat', sans-serif;
}

/* Rubriker */
.section-title {
    padding-bottom: .4em;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.3;
}

.small-title {
    padding-bottom: .5em;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4;
}

.text-label {
    padding-bottom: .5em;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
}

.ingress {
    font-size: calc(var(--base-size)* 1.5);
}

/* Brodtext och lankar */
p,
li {
    color: rgb(var(--gray-dark-color));
}

/* Listor */
ul {
    padding-left: 2rem;
}

li::marker {
    color: rgb(var(--primary-color));
}

/* Ovriga klasser */
.text-block {
    max-width: 70rem;
}

.text-block-center {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.text-bold {
    font-weight: 700;
}

.text-italic {
    font-style: italic;
}

@media only screen and (max-width: 1300px) {
    .section-title {
        font-size: 3.5rem;
    }

    .small-title {
        font-size: 2rem;
    }

    .ingress {
        font-size: calc(var(--base-size)* 1.3);
    }
}

@media only screen and (max-width: 580px) {
    .section-title {
        font-size: 2.8rem;
    }

    .small-title {
        font-size: 1.8rem;
    }

    .ingress {
        font-size: calc(var(--base-size)* 1.15);
    }
}

/* Knappar och speciella lankar
========================================================================== */
.btn-wrapper {
    margin-top: 2rem;
}

.btn-wrapper.center {
    text-align: center;
}

/* Knappar */
.btn,
.ContactSubmit {
    min-width: 15rem;
    padding: 1.2rem 2.5rem;
    margin: 1rem 2rem 0 0;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 5px;
    transition: all .4s ease;
}

.btn::after,
.arrow-link::after {
    content: ' \f061';
    display: inline-block;
    margin-left: 1rem;
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    color: rgb(var(--primary-color));
    transition: transform .4s ease;
}

.btn:hover::after,
.arrow-link:hover::after {
    transform: translateX(5px);
    transition: transform .4s ease;
}

.btn-white-filled{
    color: rgb(var(--black-color));
    border-color: rgb(var(--white-color));
    background-color: rgb(var(--white-color));
}

.btn-primary-filled,
.ContactSubmit {
    color: rgb(var(--white-color));
    border-color: rgb(var(--primary-color));
    background-color: rgb(var(--primary-color));
}
.ContactSubmit:hover {
    color: rgb(var(--primary-color));
    border-color: rgb(var(--primary-color));
    background-color: transparent;
}

.btn-primary-filled::after {
    color: rgb(var(--white-color));
}

/* Arrow link */
.arrow-link {
    margin: 1rem 2rem 0 0;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

/* Cirkelikon */
.circle-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin: .5rem;
    font-size: 0;
    border-radius: 50%;
    color: rgb(var(--white-color));
    background-color: rgb(var(--primary-color));
    text-decoration: none;
    transition: .3s ease;
}

.circle-icon:hover {
    background-color: rgb(var(--gray-dark-color));
}

.circle-icon em:before,
.circle-icon i:before {
    font-size: 1.4rem;
}

/* Animation knapp */
.bouncing-btn::after {
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(10px);
    }

    60% {
        transform: translateX(5px);
    }
}

/* Farger
========================================================================== */
/* Bakgrunder */
.bg-black {
    background-color: rgb(var(--black-color));
}

.bg-gray-dark {
    background-color: rgb(var(--gray-dark-color));
}

.bg-gray {
    background-color: rgb(var(--gray-color));
}

.bg-gray-light {
    background-color: rgb(var(--gray-light-color));
}

.bg-primary {
    background-color: rgb(var(--primary-color));
}

.bg-primary-dark {
    background-color: rgb(var(--primary-dark-color));
}

.bg-primary-transparent {
    background-color: rgb(var(--primary-dark-color), .8);
}

/* Text */
.text-primary {
    color: rgb(var(--primary-color));
}

.text-primary-dark {
    color: rgb(var(--primary-dark-color));
}

.text-white {
    color: rgb(var(--white-color));
}

/* Grafiska element
========================================================================== */
/* Border radius */
.br-0-5 {
    border-radius: 0 5px 5px 0;
}

.br-5-0 {
    border-radius: 5px 0 0 5px;
}

/* Borders */
.border-primary-dark {
    border: 2px solid rgb(var(--primary-dark-color));
}

.border-gray-light-color {
    border: 2px solid rgb(var(--gray-light-color))
}

/* Box shadow */
.box-shadow {
    box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
}

/* Badge */
.badge-wrapper {
    position: relative;
}

.badge {
    position: absolute;
    z-index: 2;
    top: 1rem;
    left: 0;
    padding: .5rem 1.5rem;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0 5px 5px 0;
    color: rgb(var(--white-color));
    background-color: rgb(var(--primary-color));
}

@media only screen and (max-width: 750px) {
    .br-0-5,
    .br-5-0 {
        border-radius: unset;
    }
}

/* Bakgrundsbilder och videos
========================================================================== */
.bg-image,
.bg-video {
    position: relative;
    overflow: hidden;
}

.bg-image-wrapper,
.bg-video-wrapper {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Parallax
========================================================================== */
.parallax {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.parallax .section-block {
    min-height: 40rem;
    background-color: rgb(var(--black-color), .4)
}

/* Bilder */
.parallax-satellit {
    background-image: url('/assets/images/satellit-kommunikation-2000px.jpg');
}

@media only screen and (hover:none) {
    .parallax {
        background-attachment: scroll;
        background-position: center center;
    }
}

/* Cards
========================================================================== */
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}

.cards-wrapper .card-item {
    text-decoration: none;
}

/* Bredder */
.cards-wrapper.w-25 .card-item {
    width: calc((100% / 4) - 2rem);
    margin: 1rem;
}

.cards-wrapper.w-33 .card-item {
    width: calc((100% / 3) - 2rem);
    margin: 1rem;
}

.cards-wrapper.w-50 .card-item {
    width: calc((100% / 2) - 2rem);
    margin: 1rem;
}

.cards-wrapper.w-100 .card-item {
    width: calc(100% - 2rem);
    margin: 1rem;
}

/* Card grow */
.cards-grow .card-item {
    display: flex;
    flex-direction: column;
}

.cards-grow .card-body {
    flex-grow: 1;
}

/* Ovriga klasser */
.cards-wrapper.space-between .card-item,
.cards-wrapper.flex-end .card-item {
    position: relative;
    display: flex;
    flex-direction: column;
}

.cards-wrapper.space-between .card-item {
    justify-content: space-between;
}

.cards-wrapper.flex-end .card-item {
    justify-content: flex-end;
}

@media only screen and (max-width: 1300px) {
    /* Bredder */
    .cards-wrapper.w-25 .card-item {
        width: calc((100% / 2) - 2rem);
    }
}

@media only screen and (max-width: 1124px) {
    /* Bredder */
    .cards-wrapper.w-33 .card-item {
        width: calc((100% / 2) - 2rem);
    }
}

@media only screen and (max-width: 750px) {
    .cards-wrapper {
        margin: 0;
    }

    /* Bredder */
    .cards-wrapper.w-25 .card-item,
    .cards-wrapper.w-33 .card-item,
    .cards-wrapper.w-50 .card-item,
    .cards-wrapper.w-100 .card-item {
        width: 100%;
        margin: 0 0 2rem;
    }

    /* Paddings */
    .cards-wrapper .p-4 {
        padding: 2rem;
    }
}

/* Card 2-1 */
.card-2-1 a.card-item:hover {
    background: rgb(var(--primary-light-color));
}

.card-2-1 .card-header {
    margin-bottom: 2rem;
    font-size: 5rem;
}

/* Card 2-4 */
.card-2-4 .card-item {
    display: flex;
    margin-bottom: 0;
    border-radius: 5px;
}

.card-2-4 a.card-item:hover {
    background: rgb(var(--primary-color), .3);
}

.card-2-4 .card-header {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 7rem;
    height: 7rem;
}

.card-2-4 .card-header i {
    font-size: 3rem;
}

.card-2-4 .card-body {
    flex: 1 1 0px;
    padding: 0 2rem;
    margin: auto;
}

.card-2-4 .text-small {
    font-size: 1.4rem;
}

@media only screen and (max-width: 420px) {
    .card-2-4 .card-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .card-2-4 .card-body {
        padding: 1rem;
        margin: 0;
    }
}

/* Card 3-5 */
.card-3-5 .card-item {
    overflow: hidden;
    border-radius: 5px;
}

.card-3-5 .image-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30rem;
    padding: 6rem 4rem 3rem;
    background-color: rgb(var(--white-color));
}

.card-3-5 .image-wrapper img {
    max-height: 20rem;
}
.card-3-5 .image-wrapper.big img {
    max-height: 30rem;
}


.card-3-5 .image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--black-color), .15);
}

.card-3-5 .card-body {
    padding: 4rem 3rem;
}

.card-3-5 .btn-wrapper {
    padding: 0 3rem 4rem;
    margin: 0;
}

/* Card 3-6 */
.card-3-6 {
    justify-content: space-between;
}

.card-3-6.w-50 .card-item {
    position: relative;
    min-height: calc(70vh / 2 - 2rem);
}

.card-3-6 .card-item.mh-70 {
    min-height: 70vh;
}

.card-3-6 .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-3-6 .image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--black-color), .5);
}

.card-3-6 .card-body,
.card-3-6 .card-footer {
    z-index: 1;
    position: relative;
    padding: 5rem;
}

@media only screen and (max-width: 750px) {
    .card-3-6 .card-body,
    .card-3-6 .card-footer {
        padding: 2rem;
    }
}

/* Split wrapper
========================================================================== */
.split-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.split-wrapper.reverse {
    flex-direction: row-reverse;
}

.split-content {
    width: 50%;
    padding: 8rem;
}

.split-image {
    width: 50%;
    border-radius: 5px;
}

/* Centrera content */
.split-wrapper .align-center {
    align-self: center;
}

/* Overlay */
.split-image.overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--black-color), .2);
}

/* Text i split-image */
.split-image .text-block {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 4rem;
}

.split-image .text-block .small-title {
    font-size: 3.2rem;
}

@media screen and (max-width: 1024px) {
    .split-wrapper,
    .split-wrapper.reverse {
        flex-direction: column;
    }

    .split-content {
        width: 100%;
        padding: 2rem;
    }

    .split-image {
        width: 100%;
    }

    /* Centrera content */
    .split-wrapper .align-center {
        align-self: flex-start;
    }

    /* Split i full-width sektion */
    .mw-none.pl-0 .split-content {
        padding: 0 3rem 3rem;
    }

    /* Text i split-image */
    .split-image .text-block {
        padding: 3rem;
    }

    .split-image .text-block .small-title {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 580px) {
    .split-content,
    .split-content.pl-0 {
        padding: 3rem .5rem;
    }

    /* Split i full-width sektion */
    .mw-none.pl-0 .split-content {
        padding: 0 2rem 3rem;
    }

    /* Text i split-image */
    .split-image .text-block {
        padding: 2rem;
    }

    .split-image .text-block .small-title {
        font-size: 2rem;
    }
}

/* Header / Navigation
========================================================================== */
/* Ta bort klick */
body:not(.EditMode) .TemplateMenu a[href="/17/4/pa-land/"],
body:not(.EditMode) .TemplateMenu a[href="/17/10/till-sjoss/"] {
    pointer-events: none;
}

header {
    border-bottom: 1px solid rgb(var(--gray-light-color));
}

header .container {
    max-width: none;
}

header:not(.scrolled) {
    background-color: transparent;
    border-bottom: 1px solid transparent;
}

/* Logo */
.header-logo {
    margin: 0 auto 0 0;
}

.header-logo img {
    max-width: 30rem;
}

.header-logo a {
    font-size: 3rem;
    color: rgb(var(--white-color));
    text-decoration: none;
    transition: .3s ease;
}

header.scrolled .header-logo a {
    font-size: 2.5rem;
    color: rgb(var(--black-color));
}

/* Nav */
.TemplateMenu a {
    font-size: 1.4rem;
    font-weight: 400;
    color: rgb(var(--black-color));
}

.TemplateMenu .expandable-li i {
    margin-left: 1rem;
}

header:not(.scrolled, .mobile-menu) .TemplateMenu>li>a:not(:hover) {
    color: rgb(var(--white-color));
}

/* CTA  */
.header-cta-wrapper {
    z-index: 9;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin: 0 0 0 4rem;
    list-style: none;
}

.header-cta-wrapper .btn {
    min-width: unset;
    padding: 1rem 2rem;
    margin: 0;
    line-height: 1;
    white-space: nowrap;
}

header.scrolled .header-cta-wrapper .btn,
header.active-menu .header-cta-wrapper .btn {
    color: rgb(var(--white-color));
    border-color: rgb(var(--black-color));
    background: rgb(var(--black-color));
}

/* Mobilmeny */
.mobile-menu .TemplateMenu {
    text-align: center;
}

@media only screen and (max-width: 580px) {
    /* CTA  */
    .header-cta-wrapper .btn {
        padding: 0.7rem 1.5rem;
    }

    /* Header logo */
    .header-logo a,
    header.scrolled .header-logo a {
        font-size: 1.6rem;
    }
}

/* ==========================================================================
Startsida
========================================================================== */

/* Top-section
========================================================================== */
.top-section {
    margin-top: calc(-1 * var(--menu-height));
    background-color: rgb(var(--black-color), .5);
}

.top-section .section-block {
    display: flex;
    align-items: flex-end;
    min-height: 100vh;
    padding: 13rem 4rem;
    background: linear-gradient(to bottom right,
            rgb(var(--white-color), .4) 0%,
            transparent 50%,
            rgb(var(--white-color), .1) 100%);
}

.top-section .section-block-wrapper {
    width: 100%;
}

.top-section .text-block {
    max-width: 65rem;
}

.top-section .section-title {
    font-size: 4.5rem;
    font-weight: 600;
}

.top-section p {
    max-width: 65rem;
}

@media only screen and (max-width: 1024px) {
    .top-section .section-block {
        padding: 10rem 3rem 8rem 3rem;
    }

    .top-section .section-title {
        font-size: 2.8rem;
    }
}

@media only screen and (max-width: 1024px) {
    .top-section .section-block {
        padding: 10rem 2rem;
    }

    .top-section .section-title {
        font-size: 2.3rem;
    }
}

/* Text-divider
========================================================================== */
.section-text-divider .col-1 {
    align-content: center;
}

/* Utbud
========================================================================== */
.section-offer .section-block {
    padding: 3rem 0;
}

@media only screen and (max-width: 580px) {
    .section-offer .section-block {
        padding: 0;
    }

    .section-offer .card-3-6.w-50 .card-item {
        margin: 0;
    }
}

/* ==========================================================================
Undersidor
========================================================================== */

/* Hero - Grundkod
========================================================================== */
.hero {
    display: flex;
    min-height: 50vh;
    padding-top: var(--menu-height);
    margin-top: calc(-1 * var(--menu-height));
    background-color: rgb(var(--black-color), .5);
}

.hero .section-block {
    width: 100%;
    align-content: center;
    margin-top: calc(-1 * var(--menu-height));
    background: linear-gradient(to bottom right,
            rgb(var(--white-color), .4) 0%,
            transparent 50%,
            rgb(var(--white-color), .1) 100%);
}

.hero .section-title {
    font-size: 6rem;
    color: rgb(var(--white-color));
}

@media only screen and (max-width: 1300px) {
    .hero .section-title {
        font-size: 4.5rem;
    }
}

@media only screen and (max-width: 580px) {
    .hero {
        min-height: 40vh;
    }

    .hero .section-block {
        padding-top: calc(var(--menu-height) + 5rem);
    }

    .hero .section-title {
        font-size: 3.3rem;
    }
}

/* ==========================================================================
Undersida: Om oss
========================================================================== */

/* Timeline */
.timeline-wrapper {
    position: relative;
    margin-top: 6rem;
}

.timeline-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background-color: rgb(var(--white-color));
}

.timeline-item {
    position: relative;
    width: 40%;
}

.timeline-item.item-left {
    margin: 0 0 0 auto;
}

.timeline-item:before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 122%;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: rgb(var(--primary-color));
    border: 4px solid rgb(var(--white-color));
    transform: translateY(-50%);
}

.item-left.timeline-item:before {
    left: -27.6%;
}

@media only screen and (max-width: 980px) {
    .timeline-wrapper::before {
        left: 1rem;
    }

    .timeline-item {
        width: 100%;
        padding: 5rem 7rem;
    }

    .timeline-item:before,
    .item-left.timeline-item:before {
        left: -.5rem;
    }
}

@media only screen and (max-width: 680px) {
    .timeline-wrapper {
        margin-top: 3rem;
    }

    .timeline-item {
        padding: 2rem 0 2rem 4rem;
    }
}

@media only screen and (max-width: 580px) {
    .section-about .text-center {
        text-align: left;
    }
}

/* ==========================================================================
Undersida: System for satellitkommunikation
========================================================================== */
.section-system .split-image {
    display: flex;
    min-height: 30vh;
}

.section-system .split-image img {
    width: 70%;
    margin: auto;
}

@media only screen and (max-width: 1024px) {
    .section-system .split-wrapper {
        flex-direction: column-reverse;
    }
}

/* ==========================================================================
Undersida: Kontakt
========================================================================== */
.section-contact .col-0{
    padding: 4rem;
        box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
}
.section-contact .cards-wrapper,
.section-map .cards-wrapper {
    flex-direction: column;
    border-radius: 5px;
}
.ContactForm input[type="text"]:not(.illegal),
.ContactForm select:not(.illegal),
.ContactForm input[type="email"]:not(.illegal),
.ContactForm input[type="tel"]:not(.illegal),
.ContactForm textarea:not(.illegal){
    border-radius: 0.5rem;
}
.ContactForm select.illegal{
background-color: #FFECEC;
}

@media only screen and (max-width: 980px) {
    .section-map .section-block {
        padding-top: 3rem;
    }

    .section-contact .section-block {
        padding-top: 0;
        padding-bottom: 2rem;
    }

    .section-contact .section-block-wrapper {
        flex-direction: column-reverse;
    }

    .section-contact .border-gray-light-color {
        border: none;
        padding-top: 3rem;
    }
}

@media only screen and (max-width: 580px) {
    .section-map .section-block,
    .section-contact .section-block {
        padding: 0;
    }

    .section-contact .cards-wrapper,
    .section-map .cards-wrapper {
        border-radius: unset;
    }
}

/* ==========================================================================
Footer
========================================================================== */
footer {
    padding: 0;
    background: rgb(var(--gray-light-color));
}

.footer-container {
    max-width: unset;
}

/* Footer top */
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8rem 5rem;
}

.footer-menu {
    width: 20%;
}

.footer-menu-large {
    width: 50%;
}

.footer-submenu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu-large .section-title {
    max-width: 50rem;
}

.footer-top .btn-wrapper {
    margin-top: 1rem;
}

.footer-top a {
    text-decoration: none;
    transition: .2s ease;
}

.footer a:not(.circle-icon, .arrow-link):hover {
    color: rgb(var(--primary-color));
}

.footer .socials {
    text-align: right;
}

.footer .socials img {
    filter: invert();
    width: 50%;
}

/* Footer bottom */
.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 5rem;
    border-top: 1px solid rgb(var(--black-color), .5);
}

.footer-bottom p,
.footer-bottom a {
    font-size: 1.2rem;
    line-height: 1.6;
}

/* WebbEss Stamp  */
.footer .webbess-stamp {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.webbess-stamp img {
    width: 2.5rem;
    margin-left: 1rem;
    opacity: .6;
}

@media only screen and (max-width: 1024px) {
    .footer-top {
        padding: 8rem 3rem;
    }

    .footer-menu {
        width: 48%;
        margin: 0 0 5rem;
    }

    .footer-menu-large {
        width: 100%;
    }

    .footer-bottom {
        padding: 2rem 3rem;
    }
}

@media only screen and (max-width: 580px) {
    .footer-top {
        padding: 5rem 2rem;
    }

    .footer-bottom {
        padding: 2rem;
    }
}