@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

html,
body {
    overflow-x: hidden;
}

:root {
    --red: #ED1C24;
    --blue: #003975;
}

/* video banner  */
.hero {
    position: relative;
    height: 90vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 0;
    object-fit: cover;
    filter: brightness(0.55) saturate(1.05);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.55) 70%);
    z-index: 1;
}

.hero__content {
    position: relative;
    z-index: 2;
    text-align: left;
    max-width: 980px;
    padding: 2rem;
    margin: 0 1rem;
}

.eyebrow {
    display: inline-block;
    font-size: 0.875rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.08);
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}


h1 {
    font-size: clamp(1.6rem, 4vw, 3.2rem);
    line-height: 1.05;
    margin-bottom: 0.8rem;
    font-weight: 700;
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}


p.lead {
    font-size: clamp(1rem, 1.45vw, 1.125rem);
    margin-bottom: 1.4rem;
    color: rgba(255, 255, 255, 0.95);
    max-width: 70ch;
}

.choose_sec {
    background-image: url("img/service.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2rem 0;
}

.cta {
    display: inline-block;
    background: var(--red);
    color: #fff;
    padding: 0.9rem 1.4rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 30px rgba(3, 105, 161, 0.24);

}

.hero__content h1 {
    font-size: 3.5rem;
    font-weight: 600;
}

/* counter  */

.counters-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 60px;
}

.counter {
    text-align: center;
    width: 100%;
    padding: 30px 20px;
    border-radius: 12px;
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.counter::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

.counter-1::before {
    background: var(--red);
}

.counter img {
    height: 60px;
    width: 60px;
    padding: 0.5rem;
    border-radius: 8px;
    background-color: var(--blue);

}

.counter-value {
    font-size: 3.8rem;
    font-weight: 700;
    /* margin-bottom: 15px; */
    color: #2c3e50;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-label {
    font-size: 1.2rem;
    font-weight: 600;
    color: #4a6491;
    text-transform: capitalize;
    letter-spacing: 0.2px;
}

.trust {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 2rem;
}

.trust h5 {
    font-size: 3rem;
    text-align: center;
    font-weight: 600;

}

.trust p {
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
    color: #151B54;

}

/* why choose  */
.chose {
    height: 100%;
    width: auto;
    padding: 1.6rem 1.4rem;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
    transition: all ease-in-out 0.5s;
    box-shadow: 0px 2px 8px 0px rgba(34, 31, 60, 0.1);
}

.why_choose h2 {
    font-size: 2rem;
    font-weight: 700;
}

.chose:hover {
    transform: translateY(-10px);
}

.icon {
    background-color: var(--blue);
    padding: 0.6rem;
    border-radius: 10px;
}

.icon img {
    height: 30px;
    width: 30px;
    color: #fff;
}

.why_choose h2 {
    margin-top: 2.5rem;
    font-size: 2rem;
    font-weight: 700;
}

.why_choose span {
    color: var(--red);
}



.board {
    border-right: 2px solid var(--red);
}

#numberCard {
    color: #fff;

}

#numberCard1 {
    color: #fff;

}

#numberCard2 {
    color: #fff;

}

#numberCard3 {
    color: #fff;

}

.circle {
    height: 22rem;
    border-radius: 50%;
    width: 22rem;
    background-color: #ffe5d9;
    position: relative;
}

.circle_one {
    border-radius: 50%;
    height: 8rem;
    width: 8rem;
    position: absolute;
    top: -44px;
    background-color: #eb2939;
    border: 3px solid #fff;
    left: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle_two {
    border-radius: 50%;
    height: 8rem;
    width: 8rem;
    position: absolute;
    left: -61px;
    background-color: #eb2939;
    border: 3px solid #fff;
    bottom: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle_three {
    border-radius: 50%;
    height: 8rem;
    width: 8rem;

    position: absolute;
    background-color: #eb2939;
    border: 3px solid #fff;
    right: -40px;
    top: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle_four {
    border-radius: 50%;
    height: 8rem;
    width: 8rem;
    bottom: -51px;

    position: absolute;
    background-color: #eb2939;
    border: 3px solid #fff;
    left: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle_one p,
.circle_two p,
.circle_three p,
.circle_four p {
    color: #fff;
}

.carousel-item h5 {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.carousel-item h1 {
    width: 70%;
    font-size: 4rem;
    font-weight: 700;
    text-transform: capitalize;
}

.carousel-item p {
    width: 50%;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.bt {
    padding: 1rem 2.5rem;
    color: #fff;
    font-weight: 400;
    border: none;
    background-color: var(--red);


}

.button_blue {
    background-color: var(--blue);
    border-radius: 10px;
    width: 100%;
    padding: 0.8rem 1rem !important;
}

.bt-1 {
    background-color: var(--red);
    border-radius: 10px;
}

.bt-2 {
    background-color: #05103b;
}

.fa-map-pin {
    color: var(--red);
}

.navbar-nav li a {
    color: #000;

}

.btnn {
    border: none;
    color: #000;
    font-weight: bold;
}

.navbar {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}


.about {
    margin-top: 5rem !important;
}

.about h3 {
    margin-bottom: 1.4rem;
    color: var(--red);
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
}

.about h2 {
    margin-bottom: 2rem;
    text-transform: capitalize;
    font-size: 2rem;
    width: 60%;
    font-weight: 700;
}

.logis h2 {
    margin-top: 3rem;
    text-transform: capitalize;
    font-size: 2.4rem;
    font-weight: 700;
}

.navbar-nav {
    gap: 1rem;
}

.navbar-nav .nav-item {
    font-size: 16px;
}


.form_track {
    gap: 1rem;
    margin-left: 10px;
    font-size: 18px;
}

.about span {
    color: var(--red);

}

.icon-box span {
    font-size: 3rem;
}

.icon-box .fa-phone {
    font-size: 3rem;
}

.icon-box h3 {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 5px;
    color: #000;

}

.icon-box p {
    font-size: 1rem;
    text-transform: capitalize;
    color: rgb(85, 80, 80);

}

.quote {
    font-size: 2rem;
    font-weight: 700;
    color: var(--red);
}

.a_quote{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.a_quote h2 {
    font-size: 2.4rem;
    font-weight: 700;
}

.a_quote h4 {
    font-size: 2.4rem;
    margin-top: 5rem;
    font-weight: 700;
}

.request {
    background-color: #fafafa;
    border-radius: 15px;
    width: 80%;
    box-shadow: 0px 2px 8px 0px rgba(34, 31, 60, 0.1);

}
.single-mission img{
    mix-blend-mode: multiply;
}

.powered{
    color: #c5c5c571;
}

.vision {
    background-color: #c5c5c5bd;
    border: none !important;
    height: 100%;
    color: #000000;
    padding: 1rem 2rem;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    line-height: 24px;
}

.single-mission:hover {
    transform: scale(1.089);
}

.contact_section .second_col {
    background-color: #fff;
    padding: 1.9rem 1.7rem;
    border-radius: 0 15px 15px 0;
}

.contact-Form .form-control {
    background-color: #fafafa;
}

.contact-Form .form-select {
    background-color: #fafafa;
}

.contact-us {
   margin-top: -4%;
   margin-bottom: 2rem;
}

.contact_section {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 15px;
}

.contact_section .first_col {

    background-color: #fafafa;
    border-radius: 15px 0 0 15px;
    padding: 2rem 1.7rem;
}

.map iframe{
    width: 100%;
    height: 400px;
}
.footer_map iframe{
    width: 100%;
    height: 250px;
}


.social_icon {
    background-color: var(--blue);
    padding: 0.4rem 0.5rem;
    row-gap: 8px;
    border-radius: 50%;
}

.icon {
    color: #fff;
}

.vision img {
    mix-blend-mode: multiply;
}

.request {
    margin-top: 5rem;
}

.fa-square-phone {
    font-size: 5rem;
}

.facts h2 {
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: capitalize;

}

.qury {
    color: var(--red);
    font-size: 1rem;
    font-weight: 800;
}

.no {
    color: #000;
    font-weight: 800;
    font-size: 1.5rem;
}

.border-botm {
    /* background-color: #05103b; */
    border-bottom: 1px solid !important;
    border-left: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
}

.inline_div {
    border-radius: 50%;
    width: 80px;
}

.inline_name {
    font-size: 1.1rem !important;
    font-weight: 400;
}

.inline_star {
    color: var(--red);
    font-size: 1rem;
    margin-bottom: 29px;
}

.txt {
    color: #fff;
}

.inline_h {
    font-size: 1.3rem !important;
    font-weight: 300;
}

.all_icon {
    color: #fff;
}

.frm {
    padding: 1rem 2rem;
}

.btnn {
    padding: 0.375rem 0.75rem;
    color: #000000;
    font-weight: bold;
}

.fa-phone {
    font-weight: 700;
    font-size: 1.2rem;
}

.social_icons {
    border: 1px solid #fff;
    padding: 0.4rem 0.5rem;
    row-gap: 8px;
    border-radius: 50%;
}

.footer {
    background-color: #060314;
    padding: 1.5rem;
}


.inline_para {
    width: 100% !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
}

.border-botm::placeholder {
    font-weight: 600;
}

option {
    background-color: #fafafa !important;
}

.facts h4 {
    color: var(--red);
    font-weight: 700;
}

.service h4 {
    color: var(--red);
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.service h2 {
    font-size: 2rem;
    font-weight: 700;
}

.service .card {
    border-radius: 1rem;
    border: 0;
    background-color: #fafafa;
    color: #000;
    box-shadow: 0px 2px 8px 0px rgba(34, 31, 60, 0.1);

}

.card {
    transition: all .5s ease-in-out;
}

.card:hover {
    transform: scale(1.012);
}

.skill .our_skill {
    font-weight: 600;
    font-size: 1rem;
}

.skill h3 {
    font-size: 2.2rem;
    font-weight: 600;
    width: 70%;
}


.contact_section h2 {
    color: var(--blue);
}

.sub {
    width: 100%;
    background-color: var(--red) !important;
    margin-top: 1rem;
    font-size: 1.2rem !important;
    font-weight: 800;
    padding: 14px 2px !important;
}

.query {
    row-gap: -3rem;
}

.progress {
    border-radius: 0 !important;
}

.prog-span {
    margin-top: 3rem;
}

.prog-span span {
    color: #000;
    font-weight: 600;
}

.prog-bar {
    background-color: var(--red) !important;
}

.slide1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials {
    background: #f8f8f8;
    padding: 3rem 0;
}

.testimonial_box {
    column-gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #c9c9c9c7;
    backdrop-filter: blur(20px);
    min-height: 390px !important;
    width: 350px;
    padding: 1.5rem 1rem;
    border-radius: 10px;
    transition: all ease-in-out 0.5s;
}

.testimonial_box p {
    color: #000000d0;
    font-size: 16px;
    font-weight: 400;
}

.testimonial_box h4 {
    color: var(--blue);
    font-size: 1.5rem;
    font-weight: 600;
}

.testimonial_box:hover {
    border-color: var(--blue);
}

.testimonial_box img {
    height: 18px;
    width: auto;
}

.image {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.image p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    background-color: var(--red);
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    padding: 1rem;

}

.log {
    height: 25px;
    width: 25px;
}

.imggg {
    width: 350px;
}

.card-subtitle {
    font-size: 2rem;
    font-weight: 600;
}

.facts span {
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
}

.orange {
    background-color: var(--red);
}

.red {
    background-color: #dc3545;
}

.blue {
    background-color: #05103b;
}

.somefacts {
    background-color: #f7f7f7;
    padding: 60px 0;
}

.chooseus {
    padding: 40px 0;
    background-color: #f7f7f7;
}

/* about us  */

.Breadcrumb-section {
    background-image: linear-gradient(To top, #000000c5, #00000073), url("img/breadcrum.webp");
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: center;
    background-size: cover;
}

.title-box .page-title-heading h1 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 44px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 0;
}

.wrapper-content {
    display: inline-block;
    padding: 8px 20px;
    margin-top: 15px;
    border-radius: 20px;
}

.servive_column {
    border-radius: 15px;
    /* padding: 1.5rem 2rem; */
    background: #003975d5;
    color: white;
}

.breadcrumb-wrapper span {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 22px;
    color: var(--red);
    display: inline-block;
}

.sec-title img {
    height: 40px;
    width: 40px;
}

.section-title h6 {
    color: var(--red);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.mission-section {
    margin-top: 60px;
}

.single-mission {
    padding: 1rem 2rem;
    border-radius: 15px;
    border: 1px dotted var(--blue);
    height: 100%;
    line-height: 24px;
    transition: all ease-in-out 0.5s;
}

.main-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;

}

.footer-top {
    background-image: linear-gradient(to right, var(--blue), #ffffff4f), url("img/logistic-cta.webp");
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;

}

.btn-box a {
    background-color: var(--red);
    color: #fff;
}

.contact-us .card i {
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    background: var(--blue);
    color: #fff;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
}

.contact-us .card {
    background-color: #fafafa;
}


/* .branch_locations  */
.branch_locations {
    padding: 5rem 0;
}

.branch_locations h1 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--red);
    text-transform: capitalize;
}

.branch_locations img {
    border-radius: 1rem;
}

.branch_locations p {
    font-size: 14px;
    margin-bottom: 4px;
}

.location {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #d8d8d8;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    color: #555;
    border-radius: 50%;
    font-size: 1.2rem;
    top: 20px;
    right: 20px;
}

.location:hover {
    background-color: var(--red);
    color: #fff;
}

.table .main-row th {
    background-color: var(--red);
    color: #fff;
}

.align-baseline {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 15px 0 #00000026;
}

.table>tbody>.align-baseline:hover {
    background-color: #ec2b319f;
    color: #fff;
}

.flight_data table {
    border-spacing: 0 20px !important;
    border-collapse: initial;
}


.pointers {
    margin-bottom: 15px;
    background-color: #ececec;
    width: 100%;
    border-radius: 15px;
    color: #000000;
    padding: 1rem 0.8rem;
}

.pointer-img {
    width: 30px;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.page-404{
    height: 500px;
    width: 500px;
}

