:root {
    --color-black: #000000;
    --primary-color: #d70006;
    --light-red: #fcf1f1;
    --white: #ffffff;
    --light-grey: #dadada;
    --dark-sky: #313c44;
}
body {
    font-family: 'Poppins'; 
}
/* poppins font family start */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} 
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* poppins font family close */
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
li {
    list-style: none;
}
h1 { 
    font-size: 48px; 
    line-height: 52px; 
}
h2 { 
    font-size: 38px; 
    line-height: 42px; 
}
h3 { 
    font-size: 32px; 
    line-height: 34px; 
}
h4 { 
    font-size: 28px; 
    line-height: 32px; 
}
h5 {
    font-size: 24px; 
    line-height: 28px; 
}
h6 {
    font-size: 18px;
    line-height: 24px;
}
p {
    font-size: 14px;
    line-height: 20px;
}
.highlight-text {
    color: var(--primary-color);
    font-weight: bold; 
    display: block;
    font-size: 18px;
}
.primary-btn {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    display: inline-block;
    padding: 8px 34px;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
}
.primary-btn:hover {
    background: unset;
    color: var(--primary-color);
}
.secondary-btn {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    display: inline-block;
    padding: 10px 24px;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
}
.secondary-btn:hover{
    background: var(--primary-color);
    color: var(--white);
}
.spacer-Y {
    padding: 60px 0;
}
.spacer-T {
    padding-top: 60px
}
.spacer-B {
    padding-bottom: 60px
}
.spacer-Bottom {
    padding-bottom: 40px;
}
.text-primary-color {
    color: var(--primary-color);
}
/* header css start */
    header.main-header {
        box-shadow: 0 -4px 6px 1px var(--color-black);
    }
    .header-logo img {
        width: 80px;
    }
    .header-logo:before {
        content: "";
        position: absolute;
        top: 0;
        left: -100000px;
        bottom: 0;
        right: 0px;
        border-bottom: 114px solid var(--primary-color);
        border-right: 60px solid transparent;
        z-index: -1;
    }
    .address-info {
        display: flex;
    }
    .address-info li {
        margin-left: 36px;
    }
    .address-info li a {
        height: 50px;
        font-size: 16px;
    }
    .address-info li:nth-child(1) {
        margin-left: 0;
        padding-right: 36px;
        border-right: 2px solid var(--primary-color);
    }  
    .main-header_top { 
        padding: 0px 0px 0px 170px;
    }
    .main-header_inner nav.navbar.navbar-expand-lg {
        padding: 0;
    }
      .header-logo {
        width: 190px;
        height: 114px; 
        padding-left: 28px;
        z-index: 1; 
        display: flex;
        position: absolute;
    }
    .icon-info { 
        width: 32px;
        height: 32px;
        background: var(--primary-color); 
        margin-right: 10px;
    } 
    .main-header-bottom .navbar-nav li a.nav-link {
        padding: 20px 26px;
        font-size: 16px;
        font-weight: 400;
        color: var(--color-black);
    }
    .social-icon li {
        background-color: var(--primary-color);
        padding: 8px 14px;
        margin-right: 3px;
        border: 1px solid var(--primary-color);
    }
    .social-icon li:hover {
        background-color: unset;
    }.social-icon li:hover i {
        color: var(--primary-color);
    }
    .social-icon li a i {
        font-size: 16px;
    }
    .social-icon li:last-child {
        margin: 0;
    } 
    #navbarSupportedContent ul.navbar-nav {
        margin-right: 20px;
    }
    .main-header-bottom .navbar-nav li a.nav-link.active {
        background: var(--light-red);
        position: relative;
    }
    .main-header-bottom .navbar-nav li a.nav-link.active:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: var(--primary-color);
    } 
    li.content-button {
        background: var(--primary-color);
        width: 240px;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
    }
    .content-button a i {
        padding-right: 8px;
    }
    .content-button a {
        font-size: 18px;
        line-height: 22px;
    }
    .main-header-bottom .navbar-nav li a.nav-link:hover {
        background: var(--light-red);
        position: relative;
    }
    .main-header-bottom .navbar-nav li a.nav-link:hover::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: var(--primary-color);
    }
    .logo-responsive {
        display: none;
    }
    ul.social-icon {
        padding: 0;
    }
/* header css close */
/* hero css start */ 
    img.air-icon {
        position: absolute;
        top: 0;
        width: 180px;
        animation: moveing 4s infinite linear;
    }
    @keyframes moveing {
        0% {
            transform: translateY(-1px);
        }
        50% {
            transform: translateY(48px);
        }
        100% {
            transform: translateY(-1px);
        }
    }
    .hero-image1 img.round-image {
        width: 80%;
    }
    .highlight img {
        width: 26px; 
        animation: moveing-arrow 4s infinite linear;
    } 
    @keyframes moveing-arrow {
        0% {
            transform: translateX(-1px);
        }
        50% {
            transform: translateX(24px);
        }
        100% {
            transform: translateX(-1px);
        }
    } 
    .hero-image1 {
        display: flex;
        justify-content: end; 
    } 
    .hero-image1 img.round-image1 {
        position: absolute;
        bottom: 0px;
        width: 200px;
        left: 60px;
        box-shadow: 9px 16px 4px 0px var(--primary-color);
    }
    .hero-image1 img.round-image1:hover {
        box-shadow: -9px 16px 4px 0px var(--primary-color);
    }
    .hero-content h1 , .hero-content p { 
        margin-bottom: 20px;
    }
    .hero-content {
        padding-right: 90px;
    }
    .hero-btn {
        gap: 20px;
    }
/* hero css close */
/* about css start */
    div#counter {
        display: flex;
        width: 52%;
        box-shadow: 0 1px 4px 0 var(--color-black);
        padding: 0px 30px;
        border-radius: 10px;
        position: absolute;
        bottom: -40px;
        text-align: center;
        left: 50%;
        transform: translate(-50%, 0);
        height: 110px;
        justify-content: center;
    }
    .counterValue-outer {
        width: 50%;
        border-right: 1px dashed var(--color-black);
        padding-left: 24px;
    }
    .counterValue-outer:last-child {
        border-right: 0;
    }
    .counterValue-outer:nth-child(1) {
        padding-left: 0;
    }
    .counter-value::before {
        content: "";
        background: var(--primary-color);
        height: 24px;
        position: absolute;
        width: 6px;
        right: -20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .counter-value:after {
        background: var(--primary-color);
        content: "";
        height: 6px;
        right: -29px;
        position: absolute;
        top: 50%;
        width: 24px;
        transform: translateY(-50%);
    }
    .about-image img {
        border-radius: 10px;
    }
    .about-content ul{
        display: flex;
        gap: 30px;
    }
    .about-content ul:before {
        content: "";
        position: absolute;
        top: 18px;
        left: 0;
        width: 70%;
        height: 1px;
        border: 1px dashed var(--primary-color);
    }
    .about-content ul li a h6 {
        margin-bottom: 2px;
    }
    .about-content ul li a p {
        font-size: 14px;
        line-height: 20px;
    }
    .about-content h2 {
        margin-bottom: 12px;
    }
    .about-content p {
        margin-bottom: 20px;
    }
    .about-content {
        margin-left: 40px;
    }
    .user {
        width: 36px;
        height: 36px; 
        margin-bottom: 10px; 
        box-shadow: 0 0 4px -2px var(--color-black);
    } 
    .arrow-animation img {
        animation: moveing-arrow 4s infinite linear;
        width: 42px;
        position: absolute;
        top: 20px;
        left: 120px;
    }  
/* about css close */
/* supply start */
section.supply {
    background: var(--light-red); 
    margin-top: 102px;
} 
.supply-img {
    gap: 20px;
}
.supplyImg-item {
    width: 50%; 
}
.supplyImg-item img {
    border-radius: 10px; 
}
.supply-content h2 {
    margin-bottom: 14px; 
}
.supplyImg-item ul { 
    padding: 16px 20px;
    border-radius: 16px;
    justify-content: space-between;
    gap: 20px; 
    margin-bottom: 0; 
    box-shadow: 0 0px 14px -8px var(--primary-color);
    display: flex;
    margin-top: 20px;
}
.supplyImg-item ul li {
    width: 50%;
}
.star {
    width: 40%; 
}
ul.trust-score { 
    margin-bottom: 16px;
}
ul.trust-score li {
    width: 100%;
}
.supply-icon img {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 140px; 
}
/* supply close */
/* delivery css start */
.delivery-row {
    width: 40%; 
}
.text-stroke {
    color: transparent;
    -webkit-text-stroke: 1px var(--primary-color);
}
.slider-item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    background: #0000005c;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.slider-item h3 {
    color: transparent;
    -webkit-text-stroke: 1px var(--white);
}
.slider-item p {
    color: var(--white);
}
.highlight-arrow::before {
    content: "";
    position: absolute;
    top: 12px;
    width: 20%;
    height: 1px;
    border: 1px dashed var(--primary-color);
    left: 50%;
    transform: translateX(-50%);
}
.highlight-arrow img {
    width: 26px; 
    animation: moveing-arrow 4s infinite linear;
}
.service-point-row {
    padding-top: 30px;
}
.service-point-row h5 {
    padding-bottom: 26px;
}
    .flip-card {
        background-color: transparent;
        width: 100%;
        height: 200px;
        perspective: 1000px;
    }
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .flip-card-front {
        background-color: var(--white);
        color: var(--color-black);
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    } 
    .flip-card-back {
        background-color: var(--primary-color); 
        transform: rotateY(180deg);
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 40px 60px;
    }
/* delivery css close */
/* faq start here */
.faq-images {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((100% - -47px) / 2);  
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 21% 100%);
    z-index: 1;
}
.testimonials-content h2 {
    margin-bottom: 30px;
} 
section#review {
    height: 600px; 
}
section#review .accordion-button:not(.collapsed) {
    background-color: var(--light-red);
}
section#review .accordion-button span {
    padding-right: 8px;
}
section#review .accordion-button:focus {
    box-shadow: unset !important;
}
/* faq close here */
/* our team css start */
.team-slider .owl-dot {
    position: relative;
}
.team-slider .owl-dot.active span {
    width: 32px !important;
    transition: 0.4s !important;
    border-radius: 0 !important;
    transform: skewX(-17deg);
    -webkit-transform: skewX(-17deg);
    background: var(--primary-color) !important;
    z-index: -1;
    height: 6px !important;
}
.team-slider .owl-dot span {
    width: 20px !important;
    transition: 0.4s !important;
    border-radius: 0 !important;
    transform: skewX(-17deg);
    -webkit-transform: skewX(-17deg);
    background: var(--light-grey) !important;
    z-index: -1;
    height: 6px !important;
    margin: 0 3px !important;
}
.team-slider .item img {
    width: 120px !important;
    height: 120px;
    border-radius: 100px;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 6px 4px 0px 0 var(--primary-color);
}
.team-slider .item img:hover {
    box-shadow: -4px 6px 0px 0 var(--primary-color);
} 
.team-inner {
    background: var(--light-red);
    padding: 76px 40px 20px 40px;
    border-radius: 18px;
}
.team-inner h6 , .team-inner p , .team-inner span {
    margin-bottom: 4px;
}
.team-inner span , .team-inner a {
    font-size: 14px; 
} 
.team-inner a i {
    padding-left: 6px;
}
.team-inner .owl-dots {
    margin-top: 20px !important;
}
/* our team css close */

/* map css start here */
.map {
    margin-top: 60px;
}
.Google-map {
    height: 756px; 
}
.shipper-row {
    margin: 20px 80px 0 80px
}
#ShipperModel .modal-header button.btn-close , #carrerModel .modal-header button.btn-close {
    background: var(--primary-color);
    opacity: unset;
    padding: 11px 17px;
    margin: unset;
    border-radius: 0px 10px 0 0px;
    font-size: 24px;
    line-height: 28px;
}
#ShipperModel .modal-header button.btn-close:focus , #carrerModel .modal-header button.btn-close:focus {
    box-shadow: unset;
}
#ShipperModel .modal-content , #carrerModel .modal-content {
    border-radius: 11px;
}
#carrerModel .modal-body form label {
    font-size: 14px;
}
#carrerModel .modal-body form input {
    border: 1px solid var(--color-black);
    border-radius: 6px;
    padding: 4px 9px;
    width: 100%;
}
#carrerModel .modal-body form input::placeholder {
    color: var(--color-black);
    font-size: 12px;
}
#carrerModel .modal-body form input:focus {
    border: 1px solid var(--primary-color);
}
#carrerModel .modal-footer {
    padding: 0px 0 12px 0;
}
#carrerModel .modal-body form input:focus-visible {
    outline: unset;
}
/* map css close here */

/* contact us start here */ 
    .contact-form {
        background-color: var(--light-red);
        padding: 60px 60px 60px 170px;
        margin: 0 0px 0 240px;
    }
    .contact-left {
        position: absolute;
        top: 50%;
        left: 4%;
        transform: translateY(-50%);
    }
    .contact-left ul {
        background-color: var(--white);
        box-shadow: 1px 1px 10px var(--color-black);
        width: 100%;
        padding: 30px 40px; 
    }
    .contact-left ul li i {
        padding-right: 10px;
    }
    .contact-left h4 , .contact-left ul li p {
        margin-bottom: 30px;
    }
    /* section.contact-form:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: #00000057;
        width: 100%;
        height: 100%;
    } */
    .contact-left h6 {
        margin-bottom: 10px;
    } 
    .contact-left i {
        padding-right: 10px;
        font-size: 24px;
    } 
    .form-row .form-item {
        width: 50%;
    }
    .contact-form .form-item {
        margin-bottom: 16px;
    }
    .contact-form .form-item input , .form-item textarea {
        background: unset;
        border: unset;
        border-bottom: 1px solid var(--color-black);
        width: 100%;
        font-size: 14px;
        padding: 14px 0px;
    }
    .contact-form .form-item input:focus , .form-item textarea:focus {
        outline: unset;
    }
    .contact-form a.primary-btn {
        margin-top: 10px;
    }
    .contact-form .row {
        padding: 0 220px;
    }
    .contact-form .form-item input::placeholder {
        color: var(--color-black);
    }
    .form-row {
        gap: 40px;
        display: flex;
    }
/* contact us close here */
/* footer css start */
.footer-item img {
    margin-bottom: 20px;
    width: 80px;
}
.footer-item ul li a {
    color: var(--white);
    font-size: 14px;
    line-height: 22px;
    display: block;
    margin-bottom: 10px;
}
.footer-item ul li a:hover {
    color: var(--primary-color);
}
.footer-item ul li a i {
    padding-right: 6px;
}
.footer-item h4 {
    padding-bottom: 16px;
    margin-bottom: 12px;
}
.footer-item h4:before {
    content: "";
    height: 4px;
    width: 60px;
    border-radius: 0;
    position: absolute;
    left: 3px;
    bottom: 0;
    transform: skewX(-43deg);
    -webkit-transform: skewX(-43deg);
    background: var(--primary-color);
}
.follow li {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: var(--dark-sky);
    border-radius: 40px;
}  
.footer-item .follow li a i {
    padding-right: 0;
    font-size: 16px;
}
.follow {
    display: flex;
    gap: 12px;
}
.footer-item h6 {
    margin-bottom: 12px;
}
.icon-feature:hover {
    background: var(--white);
}
.icon-feature {
    width: 50px;
    height: 50px;
    border: 1px dashed var(--primary-color); 
    margin-bottom: 10px;
}
.icon-feature i {
    color: var(--primary-color);
    font-size: 20px;
}
.footer-top.spacer-B {
    border-bottom: 1px solid var(--dark-sky);
    margin-bottom: 60px;
}
.footer-top .footer-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%; 
    transition: 0.4s;
    border-radius: 0;
    transform: skewX(-17deg);
    -webkit-transform: skewX(-17deg);
    background: var(--primary-color);
    z-index: -1;
} 
.footer-top .footer-item a {
    padding: 14px 30px; 
    font-size: 18px; 
    display: table;
} 
.footer-item span {
    margin-top: 20px;
    font-size: 18px;
}
.footer-bottom {
    border-top: 1px solid var(--dark-sky);
    padding: 20px;
}
.footer-bottom a:hover {
    color: var(--primary-color);
}
/* footer css close */