/* ==========================================================
   NORTHEAST VOYAGERS
   PREMIUM FOOTER
   ========================================================== */

.nv-footer {

    width: 100%;

    background: #252800;

    color: #ffffff;

    font-family:
        "Montserrat",
        Arial,
        sans-serif;

    border-top: 4px solid #f56845;
}


.nv-footer-container {

    width: 92%;

    max-width: 1400px;

    margin: 0 auto;
}


/* ==========================================================
   FOOTER MAIN
   ========================================================== */

.nv-footer-main {

    padding: 70px 0 50px;

    display: grid;

    grid-template-columns:
        1.35fr
        0.8fr
        1fr
        1.15fr;

    gap: 50px;
}


/* ==========================================================
   FOOTER ABOUT
   ========================================================== */

.nv-footer-about {

    max-width: 330px;
}


/* ==========================================================
   LOGO
   ========================================================== */

.nv-footer-logo {

    display: inline-flex;

    align-items: center;

    gap: 11px;

    margin-bottom: 20px;

    text-decoration: none;
}


.nv-footer-logo-mark {

    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #f56845;

    color: #ffffff;

    font-size: 27px;

    font-weight: 800;

    font-style: italic;

    border-radius: 5px;
}


.nv-footer-logo-text {

    display: flex;

    flex-direction: column;

    line-height: 0.9;
}


.nv-footer-logo-text strong {

    color: #ffffff;

    font-size: 23px;

    font-weight: 600;

    letter-spacing: -0.8px;
}


.nv-footer-logo-text b {

    margin-top: 5px;

    color: #f56845;

    font-size: 23px;

    font-weight: 600;

    letter-spacing: -0.8px;
}


/* ==========================================================
   ABOUT TEXT
   ========================================================== */

.nv-footer-about > p {

    margin: 0;

    color: rgba(255,255,255,0.60);

    font-size: 12px;

    line-height: 1.8;
}


/* ==========================================================
   SOCIAL BUTTONS
   ========================================================== */

.nv-footer-social {

    display: flex;

    gap: 9px;

    margin-top: 23px;
}


.nv-footer-social a {

    width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid rgba(255,255,255,0.18);

    border-radius: 4px;

    color: #ffffff;

    font-size: 15px;

    text-decoration: none;

    transition:
        all 0.25s ease;
}


.nv-social-youtube:hover {

    background: #ff0000;

    border-color: #ff0000;

    color: #ffffff;
}


.nv-social-instagram:hover {

    background: #e1306c;

    border-color: #e1306c;

    color: #ffffff;
}


.nv-social-facebook:hover {

    background: #1877f2;

    border-color: #1877f2;

    color: #ffffff;
}


/* ==========================================================
   FOOTER COLUMNS
   ========================================================== */

.nv-footer-column h3,
.nv-footer-facebook h3 {

    margin: 3px 0 20px;

    color: #ffffff;

    font-size: 13px;

    font-weight: 700;

    position: relative;

    padding-bottom: 11px;
}


.nv-footer-column h3::after,
.nv-footer-facebook h3::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 30px;

    height: 2px;

    background: #f56845;
}


/* ==========================================================
   FOOTER COLUMN LINKS
   ========================================================== */

.nv-footer-column ul {

    margin: 0;
    padding: 0;

    list-style: none;
}


.nv-footer-column li {

    margin-bottom: 10px;
}


.nv-footer-column a {

    display: inline-flex;

    align-items: center;

    color: rgba(255,255,255,0.60);

    font-size: 12px;

    line-height: 1.4;

    text-decoration: none;

    transition:
        color 0.2s ease,
        padding-left 0.2s ease;
}


/* Font Awesome arrow */

.nv-footer-column a::before {

    content: "\f105";

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    margin-right: 8px;

    color: #f56845;

    font-size: 12px;

    transition:
        transform 0.2s ease;
}


.nv-footer-column a:hover {

    color: #ffffff;

    padding-left: 4px;

    text-decoration: none;
}


.nv-footer-column a:hover::before {

    transform: translateX(3px);

    color: #f56845;
}


/* ==========================================================
   FACEBOOK
   ========================================================== */

.nv-facebook-title {

    margin: -8px 0 14px;

    color: rgba(255,255,255,0.55);

    font-size: 9px;

    line-height: 1.5;
}


.nv-facebook-box {

    width: 100%;

    max-width: 340px;

    min-height: 250px;

    overflow: hidden;

    background: #ffffff;

    border-radius: 5px;
}


.nv-facebook-box iframe {

    display: block;

    width: 100%;

    max-width: 340px;

    border: 0;
}


/* ==========================================================
   CONTACT STRIP
   ========================================================== */

.nv-footer-contact-strip {

    min-height: 82px;

    padding: 17px 25px;

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 20px;

    align-items: center;

    background: rgba(255,255,255,0.045);

    border-top: 1px solid rgba(255,255,255,0.08);

    border-bottom: 1px solid rgba(255,255,255,0.08);

    border-radius: 5px;
}


.nv-footer-contact-item {

    display: flex;

    align-items: center;

    gap: 13px;
}


.nv-footer-contact-item > i {

    width: 38px;

    height: 38px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(245,104,69,0.12);

    border-radius: 50%;

    color: #f56845;

    font-size: 14px;
}


.nv-footer-contact-item div {

    display: flex;

    flex-direction: column;

    gap: 4px;
}


.nv-footer-contact-item small {

    color: rgba(255,255,255,0.40);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.3px;
}


.nv-footer-contact-item a,
.nv-footer-contact-item span {

    color: #ffffff;

    font-size: 12px;

    font-weight: 600;

    text-decoration: none;
}


.nv-footer-contact-item a:hover {

    color: #f56845;

    text-decoration: none;
}


/* ==========================================================
   FOOTER BOTTOM
   ========================================================== */

.nv-footer-bottom {

    min-height: 65px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;
}


.nv-footer-copyright,
.nv-footer-managed {

    color: rgba(255,255,255,0.45);

    font-size: 12px;

    line-height: 1.5;
}


.nv-footer-copyright strong {

    color: rgba(255,255,255,0.75);

    font-weight: 600;
}


.nv-footer-managed {

    text-align: right;
}


.nv-footer-managed strong {

    color: #f56845;

    font-weight: 700;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1050px) {

    .nv-footer-main {

        grid-template-columns:
            1fr 1fr;

        gap: 40px;
    }


    .nv-footer-about {

        max-width: 100%;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 600px) {

    .nv-footer {

        border-top-width: 3px;
    }


    .nv-footer-container {

        width: 90%;
    }


    .nv-footer-main {

        padding: 50px 0 35px;

        grid-template-columns: 1fr;

        gap: 35px;
    }


    .nv-footer-about {

        max-width: 100%;
    }


    .nv-footer-logo-mark {

        width: 43px;

        height: 43px;

        font-size: 24px;
    }


    .nv-footer-logo-text strong,
    .nv-footer-logo-text b {

        font-size: 20px;
    }


    .nv-footer-about > p {

        font-size: 12px;

        line-height: 1.75;
    }


    .nv-footer-column h3,
    .nv-footer-facebook h3 {

        margin-bottom: 17px;
    }


    .nv-footer-column li {

        margin-bottom: 9px;
    }


    .nv-footer-column a {

        font-size: 12px;
    }


    /* Facebook */

    .nv-facebook-box {

        max-width: 100%;

        width: 100%;
    }


    .nv-facebook-box iframe {

        width: 100%;

        max-width: 100%;
    }


    /* Contact */

    .nv-footer-contact-strip {

        padding: 20px 17px;

        grid-template-columns: 1fr;

        gap: 15px;
    }


    .nv-footer-contact-item > i {

        width: 35px;

        height: 35px;
    }


    /* Bottom */

    .nv-footer-bottom {

        padding: 18px 0 90px;

        flex-direction: column;

        align-items: center;

        justify-content: center;

        gap: 8px;

        text-align: center;
    }


    .nv-footer-managed {

        text-align: center;
    }

}


/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 380px) {

    .nv-footer-main {

        gap: 30px;
    }


    .nv-footer-social a {

        width: 36px;

        height: 36px;
    }

}