/*
| Valo Parcel
*/
/* Imported Google Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Raleway", sans-serif;
    color: #2c2c2c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Merriweather", serif;
}

.custom__curve {
    border-radius: 8px;
}

/*................
 ====> Navbar
 .................*/
.site__navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    font-weight: bold;
    margin: 0 15px;
    padding: 8px 5px;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
}

.site__navbar .navbar-nav .nav-item .nav-link.active {
    background-color: #444444;
    padding: 8px 15px;
    color: #fff;
    border-bottom: 2px solid #444444;
    border-top: 2px solid #444444;
    border-radius: 8px;
}

.site__navbar .navbar-nav .nav-item .nav-link:hover {
    border-bottom: 2px solid #444444;
    border-top: 2px solid #444444;
    background-color: #fff;
    color: #00abb3;
}

.login__button {
    border: 2px solid #444444;
    border-radius: 8px;
}

.login__button:hover {
    border: 2px solid #444444;
    background-color: #444444;
    color: #fff;
}
/*................
 ====> Navbar
 .................*/
header {
    background-image: url(../images/home_bg_3.jpg);
    background-size: cover;
    background-position: center;
    height: 60vh;
}
.top__header {
    margin-bottom: 20px;
}
.jumbotron {
    background: none;
    border-radius: 0;
    margin-bottom: 0;
    padding-top: 90px;
}
.jumbotron p {
    font-size: 22px;
}

/*................
 ====> Our Service
 .................*/
.our__services {
    text-align: center;
    padding: 80px 0;
}
.our__services h3 {
    margin-bottom: 30px;
}
.our__services .card {
    border-top: 3px solid red;
    border-radius: 8px;
}
.our__services .card .card-img-top {
    text-align: center;
}
.our__services .card .card-body .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-body a {
    text-decoration: none;
}

/*................
 ====> Our Service
 .................*/
/*................
 ====> Covered Areas
 .................*/
.covered__areas {
    padding: 100px 0;
    background-image: url(../images/sign_up_merchant_bg.png);
    background-size: cover;
    background-position: center;
}
/*................
 ====> Covered Areas
 .................*/
/*................
 ====> Footer
 .................*/
footer {
    overflow: hidden;
    background: #1791A6;
    /* background: #16222a;
    background: -webkit-linear-gradient(59deg, #3a6073, #16222a);
    background: linear-gradient(59deg, #3a6073, #16222a); */
    color: white;
    padding: 20px;
}

.main__footer .main__footer--items {
    padding: 40px 0;
}

footer a {
    color: #fff;
    font-size: 16px;
    transition-duration: 0.2s;
}

footer a:hover {
    color: #00abb3;
    text-decoration: none;
}

.copy {
    font-size: 14px;
    padding: 10px;
    border-top: 1px solid #444444;
}

.main__footer--middle {
    padding-top: 2em;
    color: white;
}

.social__icon {
    font-size: 25px;
    margin: 0 5px;
}

.social__icon .fa-facebook-f {
    background-color: #3b5998;
    border: 1px solid #3b5998;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}

.social__icon .fa-square-instagram {
    background-color: #c32aa3;
    border: 1px solid #c32aa3;
    padding: 5px 5px;
    border-radius: 5px;
    color: #fff;
}

.social__icon .fa-linkedin-in {
    background-color: #0a66c2;
    border: 1px solid #0a66c2;
    padding: 5px;
    border-radius: 5px 5px;
    color: #fff;
}

.social__icon .fa-twitter {
    background-color: #1da1f2;
    border: 1px solid #1da1f2;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
}
/*................
 ====> Footer
 .................*/
/*................
 ====> Testimonials Slider Area
 .................*/
#portfolio {
    overflow: hidden;
}
.portfolio {
    padding: 60px 0;
}
.portfolio-testimonials {
    position: relative;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .portfolio-testimonials {
        margin-top: 20px;
    }
}
.portfolio-testimonials h2 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.portfolio-testimonials .owl-stage-outer {
    padding: 30px 0;
}
.portfolio-testimonials .owl-nav {
    display: none;
}
.portfolio-testimonials .owl-dots {
    text-align: center;
}
.portfolio-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #01b0f8;
    margin: 0 5px;
}
.portfolio-testimonials .owl-dots .active {
    box-shadow: none;
}
.portfolio-testimonials .owl-dots .active span {
    background: #01b0f8;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}
.portfolio-testimonials .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
}
.portfolio-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
}
.portfolio-testimonials .card h5 {
    color: #01b0f8;
    font-size: 21px;
    line-height: 1.3;
}
.portfolio-testimonials .card h5 span {
    font-size: 18px;
    color: #666666;
}
.portfolio-testimonials .card p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
}
.portfolio-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}
.portfolio-testimonials .center {
    opacity: 1;
}
.portfolio-testimonials .center h5 {
    font-size: 24px;
}
.portfolio-testimonials .center h5 span {
    font-size: 20px;
}
.portfolio-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: 0;
}
/*................
 ====> Testimonials Slider Area
 .................*/
/*................
 ====> Service Area
 .................*/
.our_services {
    padding: 100px 0;
}
.our_services .card {
    border-radius: 8px;
}
.our_services .card h6 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.our_services .card .card__custom__image {
    height: 150px;
    width: 150px;
}
.card .card__custom__image__advertisement {
    height: 200px;
    width: 100%;
}

/*................
 ====> Service Area
 .................*/

/*................
 ====> Covered Areas
 .................*/
.charge__list {
    padding: 100px 0;
}
/*................
 ====> Covered Areas
 .................*/
/*................
 ====> Parcel tracking
 .................*/
.parcel__tracker {
    padding: 80px 0;
    /* border: 1px solid #00abb3; */
}

.parcel__tracker form {
    width: 500px;
    background-color: #f1f1f1;
    padding: 70px 25px;
    border-radius: 8px;
    box-shadow: 2px 2px 2px 1px rgba(39, 39, 39, 0.2);
}

.parcel__tracker form input {
    border-radius: 8px;
    border: 1px solid #00abb3;
    margin-bottom: 20px;
}

.parcel__tracker form .btn {
    width: 100%;
    border-radius: 8px;
    background-color: #00abb3;
    border: 1px solid #00abb3;
    color: #fff;
}

.parcel__tracker form .btn:hover {
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #00abb3;
    color: #00abb3;
}

.tracking__report {
    padding: 50px 0;
}

.tracking__report .root {
    border-radius: 5px;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 50px;
}

.tracking__report figure {
    display: flex;
}

.tracking__report figure img {
    width: 8rem;
    height: 8rem;
    border-radius: 15%;
    border: 1.5px solid #00abb3;
    margin-right: 1.5rem;
    padding: 1rem;
}

.tracking__report figure figcaption {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.tracking__report .tracking__report figure figcaption h4 {
    font-size: 1.4rem;
    font-weight: 500;
}

.tracking__report .tracking__report figure figcaption h6 {
    font-size: 1rem;
    font-weight: 300;
}

.tracking__report .tracking__report figure figcaption h2 {
    font-size: 1.6rem;
    font-weight: 500;
}

.tracking__report .order-track {
    margin-top: 2rem;
    padding: 0 1rem;
    border-top: 1px dashed #2c3e50;
    padding-top: 2.5rem;
    display: flex;
    flex-direction: column;
}

.tracking__report .order-track-step {
    display: flex;
    height: 7rem;
}

.tracking__report .order-track-step:last-child {
    overflow: hidden;
    height: 4rem;
}

.tracking__report
    .order-track-step:last-child
    .order-track-status
    span:last-of-type {
    display: none;
}

.tracking__report .order-track-status {
    margin-right: 1.5rem;
    position: relative;
}

.tracking__report .order-track-status-dot {
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: #00abb3;
}

.tracking__report .order-track-status-line {
    display: block;
    margin: 0 auto;
    width: 2px;
    height: 7rem;
    background: #00abb3;
}

.tracking__report .order-track-text-stat {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 3px;
}

.tracking__report .order-track-text-sub {
    font-size: 1rem;
    font-weight: 300;
}

.tracking__report .order-track {
    transition: all 0.3s height 0.3s;
    transform-origin: top center;
}
/*................
 ====> parcel tracking
 .................*/

/*................
 ====> Custom Button
 .................*/
.custom__border {
    border-bottom: 2px solid #00abb3;
    width: 130px;
    text-align: center;
    margin: 0 45%;
}
.button__style__one {
    background-color: #00abb3;
    padding: 8px 40px;
    color: #fff;
    border: 1px solid #00abb3;
    border-radius: 8px;
    font-weight: bold;
}
.button__style__one:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #00abb3;
}

.button__style__two {
    background-color: #2c8182;
    padding: 8px 40px;
    color: #fff;
    border: 1px solid #2c8182;
    border-radius: 8px;
    font-weight: bold;
}
.button__style__two:hover {
    background-color: #fff;
    border: 1px solid #2c8182;
    color: #00abb3;
}

/*................
 ====> Custom Button
 .................*/

/*................
 ====> Merchant Register
 .................*/
.merchant__register__section {
    background-image: url(../images/bg-2.png);
    background-size: cover;
    background-position: center;
    height: 70vh;
}
.merchant__register {
    background-color: rgba(255, 255, 255, 1);
    padding: 25px 10px;
    margin: -70px 10px 15px 80px;
    border-radius: 8px;
}
.merchant__register h3 {
    font-size: 24px;
}
.merchant__register input {
    border-radius: 8px;
}
.merchant__register button {
    background-color: #00abb3;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
}
.merchant__register button:hover {
    color: #fff;
    border-radius: 8px;
}
/*................
 ====> Merchant Register
 .................*/

/*................
 ====> Responsive @media queries
 .................*/
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
    /* Actor signup form  */
    .merchant__register {
        margin: -60px 30px 30px 30px;
    }
    .top__header .jumbotron .top__rider__button {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .top__header .jumbotron .top__rider__button {
        display: none;
    }
}
@media only screen and (max-width: 640px) {
    .top__header .jumbotron .top__rider__button {
        display: none;
    }
    .merchant__register__section {
        padding-top: 30px;
        height: 90vh;
    }
}
@media only screen and (max-width: 575px) {
    .custom__border {
        width: 140px;
        margin: 0 35%;
    }
    .top__header {
        background-size: auto;
    }
    header {
        height: 50vh;
    }
    .jumbotron {
        padding-top: 10px;
    }
    .jumbotron p {
        font-size: 16px;
    }
    .jumbotron h1 {
        font-size: 30px;
        font-weight: bold;
    }
    .button__style__one {
        margin-bottom: 10px;
        display: block;
    }

    .our_services {
        padding: 50px 0;
    }
    .covered__areas {
        padding: 50px 0;
    }
    .portfolio {
        padding: 10px 0;
    }
    .portfolio-testimonials h2 {
        font-size: 24px;
        padding: 0 20px;
        margin-bottom: 30px !important;
    }
    .main__footer--middle {
        padding-top: 0;
    }
    .main__footer--middle {
        text-align: center;
    }

    .main__footer--middle img {
        height: 90px;
        width: auto;
    }
    .main__footer--middle h4 {
        margin: 25px !important;
    }
    footer {
        padding: 0;
    }

    /* Actor signup form  */
    .merchant__register {
        margin: 10px 0px 0px 0px;
    }
    .top__header .jumbotron .top__rider__button {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .custom__border {
        border-bottom: 2px solid #00abb3;
        width: 130px;
        text-align: center;
        margin: 0 30%;
    }

    .top__header {
        background-size: auto;
    }
    .jumbotron {
        padding-top: 10px;
    }
    .jumbotron p {
        font-size: 16px;
    }
    .jumbotron h1 {
        font-size: 30px;
        font-weight: bold;
    }
    .button__style__one {
        margin-bottom: 10px;
        display: block;
    }

    .our_services {
        padding: 50px 0;
    }
    .covered__areas {
        padding: 50px 0;
    }
    .portfolio {
        padding: 10px 0;
    }
    .main__footer--middle {
        text-align: center;
    }

    .main__footer--middle img {
        height: 90px;
        width: auto;
    }
    .main__footer--middle h4 {
        margin: 25px !important;
    }
    footer {
        padding: 0;
    }
    .merchant__register {
        margin: 10px 0px 0px 0px;
    }
    .tracking__report {
        padding: 30px 0;
    }
    .top__header .jumbotron .top__rider__button {
        display: none;
    }
}
@media only screen and (max-width: 360px) {
    .custom__border {
        border-bottom: 2px solid #00abb3;
        width: 130px;
        text-align: center;
        margin: 0 30%;
    }

    .top__header {
        background-size: auto;
    }
    .jumbotron {
        padding-top: 10px;
    }
    .jumbotron p {
        font-size: 16px;
    }
    .jumbotron h1 {
        font-size: 30px;
        font-weight: bold;
    }
    .button__style__one {
        margin-bottom: 10px;
        display: block;
    }

    .our_services {
        padding: 50px 0;
    }
    .covered__areas {
        padding: 50px 0;
    }
    .portfolio {
        padding: 10px 0;
    }
    .main__footer--middle {
        text-align: center;
    }

    .main__footer--middle img {
        height: 90px;
        width: auto;
    }
    .main__footer--middle h4 {
        margin: 25px !important;
    }
    footer {
        padding: 0;
    }
    .merchant__register {
        margin: 10px 0px 0px 0px;
    }
    .tracking__report {
        padding: 30px 0;
    }
    .top__header .jumbotron .top__rider__button {
        display: none;
    }
}
