@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');


/* =========================================================
   LOGO
========================================================= */

.arrival-logo {

    width: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 35px 20px;

    box-sizing: border-box;

}

.arrival-logo img {

    width: 100%;

    max-width: 520px;

    height: auto;

    display: block;

    opacity: 0.95;

}

/* TOP */

.arrival-logo.top {

    padding-top: 40px;
    padding-bottom: 20px;

}

/* BOTTOM */

.arrival-logo.bottom {

    padding-top: 70px;
    padding-bottom: 20px;

}

/* MOBILE */

@media (max-width: 768px) {

    .arrival-logo {

        padding: 25px 15px;

    }

    .arrival-logo img {

        max-width: 320px;

    }

}


/* =========================================================
   WRAPPER
========================================================= */

.arrival-guide {

    --primary: #53bfab;
    --text: #606061;
    --light: #f5f5f3;

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

    margin: 0 auto;
    padding-bottom: 80px;

    background: #fff;

    font-family: 'Montserrat', sans-serif;

    color: var(--text);

    overflow: hidden;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}


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

.arrival-property {

    text-align: center;

    padding: 0 20px 20px;

    margin-top: 30px;

    font-size: 40px;

     line-height: 2;

    font-weight: 500;

    font-style: italic;

    text-transform: uppercase;

    letter-spacing: -2px;

    color: #606061;

}

.arrival-property img {

    width: 100%;
    height: auto;

    display: block;

    margin-top: 25px;

}


/* =========================================================
   MAIN TITLE
========================================================= */

.arrival-guide > h1 {

    position: relative;

    max-width: 900px;

    margin: 0 auto 80px;

    padding: 0 140px 0 40px;

    text-align: left;

    font-size: 70px;

    line-height: 1.2;

    font-weight: 500;

    font-style: italic;

    text-transform: uppercase;

    

    color: var(--primary);

}

/* ARROW ONLY FOR MAIN TITLE */

.arrival-guide > h1::after {

    content: "↓";

    position: absolute;

    right: 20px;
    top: 50%;

    transform: translateY(-50%);

    font-size: 180px;

    line-height: 1;

    font-weight: 500;

    color: #7d7d7f;

}


/* =========================================================
   OTHER H1 INSIDE CONTENT
========================================================= */

.arrival-content h1{

    max-width: 760px;

    margin: 70px auto 20px;

    padding: 0 20px;

    text-align: center;

    font-size: 40px;

    line-height: 0.95;

    font-weight: 500;

    font-style: italic;

    text-transform: uppercase;

    letter-spacing: -2px;

   

}

/* REMOVE ARROWS */

.arrival-guide h1:not(:first-of-type)::after {

    display: none;

}


/* =========================================================
   H2
========================================================= */

.arrival-guide h2 {

    max-width: 760px;

    margin: 65px auto 18px;

    padding: 0 20px;

    text-align: center;

    font-size: 28px;

    line-height: 1;

    font-weight: 500;

    font-style: italic;

    text-transform: uppercase;

    letter-spacing: -1px;

    color: #606061;

}


/* =========================================================
   TEXT
========================================================= */

.arrival-guide p {

    max-width: 760px;

    margin: 0 auto 24px;

    padding: 0 20px;

    text-align: center;

    font-size: 21px;

    line-height: 1.55;

    font-weight: 400;

    letter-spacing: -0.2px;

    color: #606061;

}


/* =========================================================
   STRONG
========================================================= */

.arrival-guide strong,
.arrival-guide b {

    font-weight: 600;

    color: #4f4f50;

}


/* =========================================================
   IMAGES
========================================================= */

.arrival-image {

    margin: 45px 0;

    overflow: hidden;

}

.arrival-image img {

    width: 100%;
    height: auto;

    display: block;

}


/* =========================================================
   LISTS
========================================================= */

.arrival-guide ul,
.arrival-guide ol {

    max-width: 760px;

    margin: 20px auto 30px;

    padding: 0 40px;

}

.arrival-guide li {

    text-align: center;

    font-size: 20px;

    line-height: 1.6;

    margin-bottom: 10px;

    color: #606061;

}


/* =========================================================
   LINKS
========================================================= */

.arrival-guide a {

    color: var(--primary);

    text-decoration: none;

}

.arrival-guide a:hover {

    opacity: 0.8;

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    /* =========================================================
    LOGO
    ========================================================= */

    .arrival-logo {

        width: 100%;

        display: flex;

        justify-content: center;

        align-items: center;

        padding: 10px 5px;

        box-sizing: border-box;

    }

    .arrival-logo img {

        width: 100%;

        max-width: 80%;

        height: auto;

        display: block;       

    }

    .arrival-property {

        font-size: 32px;

        padding-bottom: 30px;        

    }

    .arrival-guide > h1 {

        margin-bottom: 30px;

        padding: 0 90px 0 18px;

        font-size: 38px;

        line-height: 0.9;

        letter-spacing: -3px;

    }

    .arrival-content h1{

    max-width: 760px;

   
    padding: 0 20px;

    text-align: center;

    font-size: 30px;

    line-height: 1.2;

    font-weight: 500;

    font-style: italic;

    text-transform: uppercase;

    

}

    .arrival-guide > h1::after {

        right: 10px;

        font-size: 70px;

    }

    .arrival-guide h1:not(:first-of-type) {

        font-size: 32px;

        margin: 45px auto 15px;

    }

    .arrival-guide h2 {

        font-size: 22px;

        margin: 45px auto 15px;

    }

    .arrival-guide p,
    .arrival-guide li {

        font-size: 18px;

        line-height: 1.55;

        padding: 0 18px;

    }

}
