/* =========================================
   GETTING PAGE
========================================= */


/* =========================================
   HERO
========================================= */

.getting {
    position: relative;

    width: 100%;

    text-align: center;
    color: white;

    overflow: hidden;
}


.getting-us-img {
    display: block;

    width: 100%;
    height: 550px;

    object-fit: cover;
    object-position: center;
}


/* Centered hero text */

.getting-us-text {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 90%;
    max-width: 900px;

    text-align: center;
}


/* Hero title */

.title-getting {
    font-size: 5rem;
    line-height: 1.1;

    text-shadow: 2px 2px 4px #000000;
}


/* Hero subtitle */

.under-title-getting {
    margin-top: 10px;

    font-size: 2rem;
    line-height: 1.4;

    text-shadow: 2px 2px 4px #000000;
}


/* =========================================
   JOURNEY SECTION
========================================= */

.title-journey {
    text-align: center;

    font-size: 3rem;
    line-height: 1.2;

    margin-top: 50px;
}


.title-journey-second {
    width: 90%;
    max-width: 800px;

    text-align: center;

    font-size: 1.2rem;
    line-height: 1.6;

    margin: 10px auto 50px;
}


/* =========================================
   JOURNEY CARDS
========================================= */

.journey-card {
    min-height: 300px;

    width: 90%;
    max-width: 1000px;

    display: flex;
    flex-direction: row;

    align-items: flex-start;

    background-color: #fff;

    padding: 45px 50px 30px;

    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;

    border-radius: 10px;

    box-shadow:
        0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* Journey icon container */

.div-image-card-journey {
    height: 70px;
    width: 80px;

    min-width: 80px;

    border-radius: 10px;

    background-color: #0A5A8F;

    padding: 5px;
}


/* Journey icon */

.image-card-journey {
    height: 60px;
    width: 60px;

    display: block;

    margin: 0 auto;
}


/* Journey card content */

.journey-card-inside {
    margin-left: 20px;

    flex: 1;
}


/* Journey card title */

.journey-card-inside-title {
    font-size: 1.6rem;
    line-height: 1.3;
}


/* Journey card subtitle */

.journey-card-inside-under-title {
    margin-top: 8px;

    font-size: 1.1rem;
    line-height: 1.5;
}


/* Journey list */

.journey-card-list {
    margin-top: 25px;

    list-style-type: none;
}


.journey-card-list-element {
    margin-top: 10px;

    font-size: 1rem;
    line-height: 1.5;
}


/* Check icon */

.check {
    height: 20px;
    width: 20px;

    margin-top: 5px;
}


/* =========================================
   ALTERNATIVE + IMPORTANT
========================================= */

.alternative-important {
    width: 90%;
    max-width: 1300px;

    min-height: 500px;

    display: flex;
    flex-direction: row;

    gap: 20px;

    margin: 60px auto 0;
}


/* Icons */

.alternative-img,
.important-img {
    height: 60px;
    width: 60px;

    margin-bottom: 20px;
}


/* Alternative card */

.alternative {
    min-height: 300px;

    width: 50%;

    background-color: #03273F;

    color: #fff;

    padding: 45px 50px;

    border-radius: 10px;
}


/* Important card */

.important {
    min-height: 300px;

    width: 50%;

    background-color: #fff;

    padding: 45px 50px;

    border-radius: 10px;

    box-shadow:
        0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* Card titles */

.title-alternative,
.title-important {
    font-size: 1.5rem;
    line-height: 1.3;

    margin-bottom: 10px;
}


.title-alternative {
    text-shadow: 2px 2px 4px #000000;
}


/* Card text */

.importnat-list-element,
.text-alternative {
    font-size: 1rem;
    line-height: 1.6;
}


.importnat-list-element {
    margin-left: 20px;
    margin-bottom: 10px;
}


/* =========================================
   ESSENTIAL SECTION
========================================= */

.essential {
    width: 90%;
    max-width: 1200px;

    min-height: 250px;

    padding: 40px 50px;

    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;

    box-shadow:
        0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);

    font-size: 1rem;
    line-height: 1.6;
}


/* Essential title */

.essential-title {
    text-align: center;

    font-size: 2rem;
    line-height: 1.3;

    margin-bottom: 20px;
}


/* Essential columns */

.essential-inside {
    display: flex;
    flex-direction: row;

    justify-content: center;

    gap: 40px;
}


/* Essential list items */

.essential-right-element,
.essential-left-element {
    list-style-type: none;

    margin-bottom: 15px;
}


/* =========================================
   HELP SECTION
========================================= */

.help {
    width: 90%;
    max-width: 1000px;

    min-height: 300px;

    background-color: #03273F;

    color: #fff;

    padding: 45px 50px;

    border-radius: 10px;

    margin: 60px auto 80px;
}


/* Help title */

.title-help {
    text-shadow: 2px 2px 4px #000000;

    color: #fff;

    text-align: center;

    font-size: 3rem;
    line-height: 1.2;
}


/* Help text */

.text-help {
    margin-top: 10px;

    font-size: 1.2rem;
    line-height: 1.6;

    color: #fff;

    text-align: center;

    text-shadow: 2px 2px 4px #000000;
}


/* Contact cards container */

.help-inside {
    margin-top: 25px;

    display: flex;
    flex-direction: row;

    justify-content: center;

    gap: 40px;
}


/* Contact card */

.help-inside-contact {
    min-height: 100px;

    width: 300px;
    max-width: 100%;

    background-color: #355971;

    border-radius: 20px;

    padding: 15px;
}


/* Contact labels */

.email,
.phone {
    font-size: 1.3rem;

    color: #fff;

    text-align: center;
}


/* Contact details */

.email-line,
.phone-line {
    margin-top: 5px;

    font-size: 1rem;

    color: #fff;

    text-align: center;
}


/* Copy indicator */

.email-line::after,
.phone-line::after {
    content: " 📋";

    font-size: 0.9rem;

    opacity: 0.8;
}


/* =========================================
   TABLET & MOBILE ≤900px
========================================= */

@media (max-width: 900px) {

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }


    html,
    body {
        width: 100%;
        max-width: 100%;

        overflow-x: hidden;
    }


    /* =========================================
       HERO
    ========================================= */

    .getting-us-img {
        height: 400px;

        object-fit: cover;
    }


    .title-getting {
        font-size: 3rem;
    }


    .under-title-getting {
        font-size: 1.4rem;
    }


    /* =========================================
       PLAN JOURNEY
    ========================================= */

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


    .title-journey-second {
        width: 90%;

        margin: 10px auto 40px;

        font-size: 1rem;
    }


    /* =========================================
       JOURNEY CARDS
    ========================================= */

    .journey-card {
        width: 80%;

        height: auto;
        min-height: 0;

        flex-direction: column;

        align-items: center;

        padding: 30px;

        gap: 20px;
    }


    .div-image-card-journey {
        margin: 0 auto;
    }


    .journey-card-inside {
        margin-left: 0;

        width: 100%;

        text-align: center;
    }


    .journey-card-inside-title {
        font-size: 1.4rem;
    }


    .journey-card-inside-under-title {
        font-size: 1rem;
    }


    .journey-card-list {
        margin-top: 20px;

        text-align: left;
    }


    .journey-card-list-element {
        font-size: 1rem;
    }


    /* =========================================
       ALTERNATIVE + IMPORTANT
    ========================================= */

    .alternative-important {
        width: 100%;
        max-width: 100%;

        height: auto;
        min-height: 0;

        display: flex;
        flex-direction: column;

        gap: 24px;

        margin: 40px auto;

        padding: 0 16px;

        box-sizing: border-box;
    }


    .alternative,
    .important {
        width: 100%;
        max-width: 100%;

        height: auto;
        min-height: 0;

        margin: 0;

        padding: 25px;

        box-sizing: border-box;
    }


    .title-alternative,
    .title-important {
        font-size: 1.4rem;
    }


    .text-alternative {
        font-size: 1rem;
    }


    .importnat-list-element {
        font-size: 1rem;
    }


    /* =========================================
       ESSENTIAL
    ========================================= */

    .essential {
        width: 80%;

        height: auto;

        padding: 30px;

        font-size: 1rem;
    }


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


    .essential-inside {
        flex-direction: column;

        gap: 20px;
    }


    /* =========================================
       HELP
    ========================================= */

    .help {
        width: 80%;

        height: auto;

        padding: 30px;
    }


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


    .text-help {
        font-size: 1rem;
    }


    .help-inside {
        flex-direction: column;

        margin-left: 0;

        align-items: center;
    }


    .help-inside-contact {
        width: 90%;
        max-width: 350px;
    }


    .email,
    .phone {
        font-size: 1.2rem;
    }


    .email-line,
    .phone-line {
        font-size: 1rem;
    }
}


/* =========================================
   VERY SMALL SCREENS ≤500px
========================================= */

@media (max-width: 500px) {

    /* =========================================
       HERO
    ========================================= */

    .getting-us-img {
        height: 260px;
    }


    .title-getting {
        font-size: 2.2rem;
    }


    .under-title-getting {
        font-size: 1.1rem;
    }


    /* =========================================
       TITLES
    ========================================= */

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


    .title-journey-second {
        font-size: 0.95rem;
    }


    /* =========================================
       JOURNEY CARDS
    ========================================= */

    .journey-card {
        width: 90%;

        padding: 20px;
    }


    .journey-card-inside-title {
        font-size: 1.3rem;
    }


    .journey-card-inside-under-title {
        font-size: 0.95rem;
    }


    .journey-card-list-element {
        font-size: 0.95rem;
    }


    /* =========================================
       ESSENTIAL
    ========================================= */

    .essential {
        width: 90%;

        padding: 25px 20px;

        font-size: 0.95rem;
    }


    .essential-title {
        font-size: 1.7rem;
    }


    /* =========================================
       ALTERNATIVE / IMPORTANT
    ========================================= */

    .alternative,
    .important {
        padding: 20px;
    }


    .title-alternative,
    .title-important {
        font-size: 1.3rem;
    }


    .text-alternative {
        font-size: 0.95rem;
    }


    .importnat-list-element {
        font-size: 0.95rem;
    }


    /* =========================================
       HELP
    ========================================= */

    .help {
        width: 90%;

        padding: 25px 20px;
    }


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


    .text-help {
        font-size: 0.95rem;
    }


    .email,
    .phone {
        font-size: 1.2rem;
    }


    .email-line,
    .phone-line {
        font-size: 0.95rem;
    }
}