:root {
    --bgc: #151725;
    --primary-color: #7d84b2;
    --secondary-color: #d1d5db;
    --text-color: #d8e0eb;
    --button-color: #d8e0eb;
    --button-hover: #5d6f83;
    --bg-color: #000000;
    --box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.01);
    --bg-color-new: #e6f2f4;
}

.nav-pills .nav-link {
    color: var(--button-hover);
}

.hover-up {
    position: relative;
    bottom: 0;
    transition: all 600ms;
    transform: scale(1);
}

/* #work_form {
    & label {
        color: var(--button-color) !important;
    }

    .btn-primary {
        color: var(--bgc);
    }
} */
#work_form label {
    color: var(--button-color) !important;
}

.btn-primary {
    color: var(--bgc);
}


.hover-up:hover {
    transform: scale(1.05);
}

.nav-pills .nav-link.active {
    background-color: var(--button-color);
    border: none;
    font-weight: 700;
    color: var(--text-color);
}

.btn-primary {
    background-color: var(--button-color);
    border: none;
    color: var(--text-color);
    font-weight: 700;
    padding: 8px 16px;
}

.btn-primary :hover {
    background-color: var(--button-hover);
}

input {
    padding: 8px 16px;
}

li {
    list-style: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* body {
    background-color: var(--bgc);
    box-sizing: border-box;
    font-family: "Lexend", sans-serif;
    overflow-x: 0 !important;
    line-height: 1.7 !important;

    & h1 {

        & span {
            color: var(--button-color)
        }
    }

    & h2 {
        font-size: 48px;
        color: var(--primary-color);
    }

    .card-text {
        color: var(--bgc)
    }

    & h3 {
        font-size: 36px;
        color: var(--button-hover);
    }

    & h4 {
        font-size: 24px;
        color: var(--text-color);
    }

    & p,
    span {
        color: var(--text-color);
    }

    & a {
        color: var(--button-hover);
        text-decoration: none;

        & :hover {
            color: var(--button-color);
        }
    }
} */

body {
    background-color: var(--bgc);
    box-sizing: border-box;
    font-family: "Lexend", sans-serif;
    overflow-x: 0 !important;
    line-height: 1.7 !important;
}

body h1 span {
    color: var(--button-color);
}

body h2 {
    font-size: 48px;
    color: var(--primary-color);
}

.card-text {
    color: var(--bgc);
}

body h3 {
    font-size: 36px;
    color: var(--button-hover);
}

body h4 {
    font-size: 24px;
    color: var(--text-color);
}

body p,
body span {
    color: var(--text-color);
}

body a {
    color: var(--button-hover);
    text-decoration: none;
}

body a:hover {
    color: var(--button-color);
}



h1,
h2,
h3,
h4,
h5,
h6 {

    font-weight: 700;
}

/* nav {
    background-color: #5d6f83e0;
    box-shadow: var(--box-shadow);

    & .navbar-nav {
        margin-left: 20px;
        gap: 30px;

        & .nav-link {
            color: var(--text-color);

            &.active {
                color: var(--primary-color);
                font-weight: 700;
            }

            &:hover {
                color: var(--primary-color);
            }
        }
    }

    & .navbar-brand {
        padding: 0 !important;
        margin: 0;
        display: flex;

        & img {
            width: 120px;
            margin-bottom: -5px;
            margin-top: -5px;
        }
    }
} */

nav {
    background-color: #5d6f83e0;
    box-shadow: var(--box-shadow);
}

.navbar-nav {
    margin-left: 20px;
    gap: 30px;
}

.navbar-nav .nav-link {
    color: var(--text-color);
}

.navbar-nav .nav-link.active {
    color: var(--primary-color);
    font-weight: 700;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

.navbar-brand {
    padding: 0 !important;
    margin: 0;
    display: flex;
}

.navbar-brand img {
    width: 120px;
    margin-bottom: -5px;
    margin-top: -5px;
}


/* .banner {
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: grayscale(0);
    transition: filter 0.2s ease-in;
    padding: 0;

    & .row {
        height: 100vh;
        align-content: center;
        width: 100%;

        & .col-lg-6 {
            height: 100%;
            display: flex;
            align-items: center;

        }

        & .bg-pic {
            background-image: url('../img/Courier-Service-1024x683-1.jpg');
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;

            &.page-about {
                background-image: url('../img/PH186226-crop005.avif');
            }

            &.page-services {
                background-image: url('../img/1675119371719.jpeg');
            }

            &.page-work {
                background-image: url('../img/3e9f09_7a0534bcaeee47a2912c3963886591de~mv2.webp');
            }

            &.page-clients {
                background-image: url('../img/Entregas\ a\ domicilio\ delivery.webp');
            }

            &.page-prohibited {
                background-image: url('../img/pi-photo-large-00006.jpg');
            }

            &.page-terms {
                background-image: url('../img/delivery-man-black-uniform-delivering-package-recipient_8087-3400.avif');
            }

            &.page-country {
                background-image: url('../img/same-day-collection-featured.jpg');
            }

            &.page-faq {
                background-image: url('../img/local-courier-service.jpeg');
            }
        }
    }

    & .wrap {

        & h1 {
            color: #fff;
            position: relative;
            z-index: 1;
            font-size: 72px;
            margin-top: 24px;
        }

        & .sub-header {
            color: var(--primary-color);
            position: relative;
            z-index: 1;
            font-weight: 700;
            font-size: 24px;
            margin-left: auto;
            width: 100%;
        }
    }


} */

.banner {
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: grayscale(0);
    transition: filter 0.2s ease-in;
    padding: 0;
}

.banner .row {
    height: 100vh;
    align-content: center;
    width: 100%;
}

.banner .row .col-lg-6 {
    height: 100%;
    display: flex;
    align-items: center;
}

.banner .row .bg-pic {
    background-image: url('../img/Courier-Service-1024x683-1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner .row .bg-pic.page-about {
    background-image: url('../img/PH186226-crop005.avif');
}

.banner .row .bg-pic.page-services {
    background-image: url('../img/1675119371719.jpeg');
}

.banner .row .bg-pic.page-work {
    background-image: url('../img/3e9f09_7a0534bcaeee47a2912c3963886591de~mv2.webp');
}

.banner .row .bg-pic.page-clients {
    background-image: url('../img/Entregas\ a\ domicilio\ delivery.webp');
}

.banner .row .bg-pic.page-prohibited {
    background-image: url('../img/pi-photo-large-00006.jpg');
}

.banner .row .bg-pic.page-terms {
    background-image: url('../img/delivery-man-black-uniform-delivering-package-recipient_8087-3400.avif');
}

.banner .row .bg-pic.page-country {
    background-image: url('../img/same-day-collection-featured.jpg');
}

.banner .row .bg-pic.page-faq {
    background-image: url('../img/local-courier-service.jpeg');
}

.banner .wrap h1 {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 72px;
    margin-top: 24px;
}

.banner .wrap .sub-header {
    color: var(--primary-color);
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 24px;
    margin-left: auto;
    width: 100%;
}



/* main {

    & .banner.sub-page {
        min-height: 70vh;

        & .row {
            height: 70vh;
        }

        & .bg-pic {
            height: 70vh;
        }
    }

    & .brown {
        background-color: var(--bg-color);
    }

    & .about {
        .container-1024 {
            max-width: 1024px;
            margin: 0 auto;
            padding: 100px 0;

            & .col-5 {
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
        }

        & .img-col {
            display: flex;
            justify-content: flex-end;

            & img {
                width: 500px;
                height: 500px;
                object-fit: cover;
                border-radius: 10%;
                box-shadow: var(--box-shadow);
            }
        }
    }

    & .solutions {

        & .container {

            & .img img {
                width: 400px;
                height: 600px;
                object-fit: cover;
                border-radius: 10%;
                margin: 20px 0;
                box-shadow: var(--box-shadow);
            }

            & ul {
                color: var(--text-color)
            }

            h4 {
                text-align: center;
            }
        }
    }

    & .container {
        padding: 100px 0;

        & .wrap {
            max-width: 512px;
            margin: 0 auto;
        }

        & .carousel {
            padding: 0 150px 70px 150px;
        }
    }

} */

main .banner.sub-page {
    min-height: 70vh;
}

main .banner.sub-page .row {
    height: 70vh;
}

main .banner.sub-page .bg-pic {
    height: 70vh;
}

main .brown {
    background-color: var(--bg-color);
}

main .about .container-1024 {
    max-width: 1024px;
    margin: 0 auto;
    padding: 100px 0;
}

main .about .container-1024 .col-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

main .about .img-col {
    display: flex;
    justify-content: flex-end;
}

main .about .img-col img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 10%;
    box-shadow: var(--box-shadow);
}

main .solutions .container .img img {
    width: 400px;
    height: 600px;
    object-fit: cover;
    border-radius: 10%;
    margin: 20px 0;
    box-shadow: var(--box-shadow);
}

main .solutions .container ul {
    color: var(--text-color);
}

main .solutions h4 {
    text-align: center;
}

main .container {
    padding: 100px 0;
}

main .container .wrap {
    max-width: 512px;
    margin: 0 auto;
}

main .container .carousel {
    padding: 0 150px 70px 150px;
}


a.btn-primary {
    color: var(--bgc)
}

blockquote {
    color: var(--secondary-color)
}


/* .pricing-section {
    background-image: url('../img/HERO_Proof_of_Delivery_Template.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;

    & .button {
        display: flex;
    }

    & a.btn {
        position: relative;
        z-index: 1;
        margin: 50px auto;
    }

    &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1;

    }

    h2 {
        position: relative;
        z-index: 1;
    }
} */


.pricing-section {
    background-image: url('../img/HERO_Proof_of_Delivery_Template.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.pricing-section .button {
    display: flex;
}

.pricing-section a.btn {
    position: relative;
    z-index: 1;
    margin: 50px auto;
}

.pricing-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.pricing-section h2 {
    position: relative;
    z-index: 1;
}


/* .container {

    & .price-card {
        border: none;
        background-color: #ffffffef;
        box-shadow: var(--box-shadow);
        z-index: 1;

        & .card-header {
            border: none;
            background-color: #fff;
        }
    }

    & .card-body {

        & .body-wrapper {
            display: none;
            transition: all 500ms;

            & .card-text {
                margin: 20px 0;
            }
        }

        & .active {
            display: block;
            padding: 20px;
        }
    }
} */

.container .price-card {
    border: none;
    background-color: #ffffffef;
    box-shadow: var(--box-shadow);
    z-index: 1;
}

.container .price-card .card-header {
    border: none;
    background-color: #fff;
}

.container .card-body .body-wrapper {
    display: none;
    transition: all 500ms;
}

.container .card-body .body-wrapper .card-text {
    margin: 20px 0;
}

.container .card-body .active {
    display: block;
    padding: 20px;
}


/* footer {
    background-color: var(--bg-color);
    padding: 100px 0 20px;

    & .btn-primary {
        color: #151725;
    }

    & .row {

        & .col-4 {
            padding: 0 30px;
        }

        & .col-3 {
            padding-right: 30px;
        }
    }

    & address {
        margin-bottom: 10px;
    }

    .bottom {
        background-color: var(--secondary-color);
        padding: 10px;
        border-radius: 10px;
        display: flex;
        align-items: center;

        & .copyright,
        a {
            font-size: 14px;
        }

        & .copyright {
            color: var(--bg-color);
            display: flex;
            justify-content: center;
        }

        & a {
            color: var(--button-color);
        }


    }
} */

footer {
    background-color: var(--bg-color);
    padding: 100px 0 20px;
}

footer .btn-primary {
    color: #151725;
}

footer .row .col-4 {
    padding: 0 30px;
}

footer .row .col-3 {
    padding-right: 30px;
}

footer address {
    margin-bottom: 10px;
}

footer .bottom {
    background-color: var(--secondary-color);
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

footer .bottom .copyright,
footer .bottom a {
    font-size: 14px;
}

footer .bottom .copyright {
    color: var(--bg-color);
    display: flex;
    justify-content: center;
}

footer .bottom a {
    color: var(--button-color);
}



/* main {

    & .banner-text h5 {
        color: var(--button-color);
        position: relative;
        z-index: 1;
    }


    & .container-768 {
        max-width: 768px;
        margin: 0 auto;

        & img {
            width: 90%;
            height: 200px;
            object-fit: cover;
            border-radius: 10%;
            box-shadow: var(--box-shadow);
        }
    }
} */


main .banner-text h5 {
    color: var(--button-color);
    position: relative;
    z-index: 1;
}

main .container-768 {
    max-width: 768px;
    margin: 0 auto;
}

main .container-768 img {
    width: 90%;
    height: 200px;
    object-fit: cover;
    border-radius: 10%;
    box-shadow: var(--box-shadow);
}

/* 
@media (max-width: 769px) {
    main {
        & .about {
            & .img-col {
                & img {
                    width: 350px;
                    height: 350px;
                }
            }
        }

        & .solutions {
            & .container {
                & .img img {
                    width: 100%;
                    height: 200px;
                }
            }
        }
    }
} */

@media (max-width: 769px) {
    main .about .img-col img {
        width: 350px;
        height: 350px;
    }

    main .solutions .container .img img {
        width: 100%;
        height: 200px;
    }
}


.disabled {
    background: grey !important;
}

/* @media (max-width: 586px) {

    body{
        overflow-x: hidden;
    }

    .banner {

        & .col-sm-12{
            height: 50%;
        }

        & .wrap {
            & h1 {
                font-size: 44px;
            }
        }

        & .bg-pic{
            height: 20vh !important;
        }
    }

    & .banner.sub-page {
        & .bg-pic {
            height: 20vh !important;
        }
    }


    .about h2 {
        margin-top: 50px;
    }

    .solutions .col-sm-4 .img {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 0;
    }

    footer {
        & .row {

            & .col-3,
            .col-6 {
                width: 100%;
            }

            & h3 {
                margin-top: 20px;
            }

            & .form-container {
                padding: 0;
            }
        }
    }

    main {
        & .container {
            & .carousel {
                padding: 0 20px 70px 20px;
            }
        }
    }
} */

@media (max-width: 586px) {
    body {
        overflow-x: hidden;
    }

    .banner .col-sm-12 {
        height: 50%;
    }

    .banner .wrap h1 {
        font-size: 44px;
    }

    .banner .bg-pic {
        height: 20vh !important;
    }

    .banner.sub-page .bg-pic {
        height: 20vh !important;
    }

    .about h2 {
        margin-top: 50px;
    }

    .solutions .col-sm-4 .img {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 0;
    }

    footer .row .col-3,
    footer .row .col-6 {
        width: 100%;
    }

    footer .row h3 {
        margin-top: 20px;
    }

    footer .row .form-container {
        padding: 0;
    }

    main .container .carousel {
        padding: 0 20px 70px 20px;
    }
}





/* main {
    & .solutions {
        & .container {
            & ul {
                color: var(--text-color);
            }
        }
    }

    & .accordion-button {
        background-color: var(--bg-color);
        color: var(--bg-color-new);
    }

    & .accordion-item {
        border: 10px solid var(--bgc);
        background-color: transparent;
    }

    .accordion-button:not(.collapsed) {
        background-color: #7d84b2;
        box-shadow: none;
        color: var(--button-color);
    }
} */

main .solutions .container ul {
    color: var(--text-color);
}

main .accordion-button {
    background-color: var(--bg-color);
    color: var(--bg-color-new);
}

main .accordion-item {
    border: 10px solid var(--bgc);
    background-color: transparent;
}

main .accordion-button:not(.collapsed) {
    background-color: #7d84b2;
    box-shadow: none;
    color: var(--button-color);
}
