/*header.masthead {
  background: url("../assets/IMG1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}*/

.masthead {
    position: relative;
    overflow: hidden;
    padding: 0px !important;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.masthead-content {
    position: relative;
    /*z-index: 1;*/
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* The semi-transparent overlay */
    padding-top: calc(10rem + 55px); /* Move padding here */
    padding-bottom: 10rem;
}
.navbar-custom {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

.trackingbox {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 60px;
    margin-left: 40px;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.7);
}

.trackingbox h3 {
    font-weight: 500;
    font-size: 40px;
}

.masthead-subheading {
    line-height: 70px;
    font-size: 60px !important;
}
.tracksearch {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    padding: 3px;
}

.tracking-inbox {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
}

.tracking-inbox:focus {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
    color: #fff;
}

.navbar-custom .navbar-brand img {
    height: 45px;
}

.navbar-custom {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-link {
    color: #4b4b4d;
}

.button-login {
    background-color: #313132;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 3px;
    border: solid 1px #313132;
}

.button-signup {
    padding: 10px 16px !important;
    border-radius: 3px;
    border: solid 1px #313132;
}

.btn-start-now {
    padding: 10px 30px !important;
    border-radius: 3px;
    /*border: solid 1px #313132;*/
    color: #313132;
    font-weight: 600;
    background-color: #fff;
}

.btn-start-now:hover {
    background-color: #00aef0 !important;
}

.btn-track {
    color: #fff;
    font-weight: 600;
    background-color: #00aef0;
}

.btn-track:hover {
    background-color: #313132 !important;
}

.display-4 {
    font-weight: 600;
}

.p1 {
    color: #4b4b4d !important;
    opacity: 0.7;
}

.display-3 {
    font-weight: 800;
    font-size: 50px;
}

.highlight {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 30px 40px;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(75, 75, 77, 0.4);
    z-index: 200;
    position: relative;
    z-index: 1;
}

.section-about {
    position: relative;
    overflow: hidden; /* optional: hides overflow if image moves too far out */
}

.section-services {
    position: relative;
    overflow: hidden;
}

.section-image-wrapper {
    position: absolute;
    bottom: -300px;
    right: -100px;
    z-index: 0; /* make sure it's behind everything else */
    pointer-events: none; /* so it doesn't block clicks */
}

.section-floating-img {
    max-width: 580px; /* adjust size as needed */
    z-index: 0;
}

.section-image-wrapper2 {
    position: absolute;
    top: -280px;
    right: -100px;
    z-index: 0; /* make sure it's behind everything else */
    pointer-events: none; /* so it doesn't block clicks */
}

.section-floating-img2 {
    max-width: 580px; /* adjust size as needed */
    z-index: 0;
}

.img-highlight {
    width: 70px;
    height: 70px;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 200px;
    background-color: #424242;
}

.img-highlight img {
    width: 30px;
}

.service-card {
    background: url("../assets/img1.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 30px 40px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.img-service {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    margin-bottom: 70px;
    width: 80px;
    padding: 20px;
    border-radius: 200px;
}

.img-service img {
    width: 30px;
}

.service-detail {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    padding: 20px 40px 30px 40px;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: -30px;

    border-radius: 0px 0px 10px 10px;
}

.air-cargo-service {
    background: url("../assets/2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.delivery-service {
    background: url("../assets/delivery.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.clearance-service {
    background: url("../assets/clearance.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.tracking-inbox::placeholder {
    color: #fff;
}

.tracking-inbox {
    color: #fff;
}

.section-sea-cargo {
    background-color: rgba(181, 179, 179, 0.1);
    position: relative;
}

.img-sea-cargo {
    position: absolute;
    top: 0;
}

.img-sea-cargo img {
    width: 630px;
}

.store-box {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 50px 40px;
    border-radius: 7px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(75, 75, 77, 0.4);
    margin-bottom: 15px;
    min-height: 152px;
}

.store-box img {
    height: 50px !important;
}

.how-to-box {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);

    border-radius: 7px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(75, 75, 77, 0.2);
    position: relative;
    z-index: 2;
}

.img-how-to {
    background: url("../assets/img/signupnow.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    border-radius: 7px 7px 0px 0px;
}

.text-how-to {
    padding: 35px 35px;
}

.section-how-to {
    position: relative;
    overflow: hidden;
}
.section-shopping {
    position: relative;
    overflow: hidden;
}

.section-image-how-to {
    top: -120px;
    right: -100px;
}

.section-image-how-to img {
    max-width: 500px;
}

.section-image-how-to-bottom {
    bottom: -380px;
    right: -100px;
    position: absolute;
    pointer-events: none;
}

.section-image-how-to-bottom img {
    max-width: 500px;
}

.img-how-to-shopping {
    background: url("../assets/img/shopping.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.img-how-to-package {
    background: url("../assets/delivery.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-contact {
    background-color: rgb(33, 37, 41);
}

.btn-contact {
    /*background-color: #fff;*/
    background-color: #25d366;
    padding: 10px 20px;
    font-weight: 600;
}

.btn-contact img {
    width: 30px;
}

.btn-contact:hover {
    /*background-color: #00aef0;*/
    background-color: #fff;
}

.p-footer {
    padding: 20px 0px 5px 0px;
}

footer {
    background-color: rgb(33, 37, 41) !important;
}

.footer-line {
    border-top: solid 1px #fff;
    padding-bottom: 20px;
}

.footer-text {
    color: #fff;
    opacity: 0.5;
}

.footer-text a {
    color: #fff;
    text-decoration: none;
}

.footer-text a:hover {
    color: #00aef0;
}

.hr-footer {
    border-color: rgb(255, 255, 255);
    margin-top: -3rem;
    margin-bottom: 3rem;
}

.navbar-toggler-icon {
    width: 1.1em;
    height: 1.1em;
}

.masthead-login {
    min-height: 100vh;
}

.masthead-content-login {
    min-height: 100vh;
}

header.masthead-login {
    background: url("../assets/img1.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.login-field {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    padding: 3px;
}

.store-box:hover {
    border: solid 1px #00aef0;
}

.div-delivery-section {
    position: absolute;
    bottom: 0;
}

.div-delivery-section img {
    width: 200px;
}

.text-black {
    color: #313132 !important;
}

@media (max-width: 991.98px) {
    .trackingbox {
        margin-left: 0px;
        padding: 25px 25px;
        margin-bottom: 20px;
    }

    .trackingbox h3 {
        font-size: 20px;
    }

    .masthead-subheading {
        line-height: 50px;
        font-size: 40px !important;
    }
    .btn-start-now {
        margin-bottom: 50px;
    }
    .highlight {
        margin-bottom: 20px;
    }

    .section-floating-img2 {
        max-width: 420px;
    }

    .section-floating-img {
        max-width: 420px;
    }

    .section-image-wrapper {
        bottom: -160px;
        right: -280px;
    }

    .section-image-wrapper2 {
        top: -261px;
        right: -280px;
    }

    .img-sea-cargo {
        display: none;
    }
    .how-to-box {
        margin-bottom: 20px;
    }
    .navbar-custom .navbar-brand img {
        height: 35px;
    }
    .navbar-custom {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .masthead-content {
        padding-top: calc(3rem + 55px);
        padding-bottom: 2rem;
    }

    .div-delivery-section {
        position: relative;
    }

    .div-delivery-section img {
        margin-bottom: 30px;
    }
}
