/* Slider */
.landingPageVideo {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.videoTextOverlay {
    position: absolute;
    top: 30%;
    margin-left: 70px;
}

.bi-slider {
    font-size: 35px;
    color: #a70c12;
}

.deco-container {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: -100%;
    left: -150%;
    /*transition: [property] [duration] [timing-function] [delay];*/
    transition: left 1s ease;
    overflow: hidden;
}

    .deco-container img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .deco-container.show {
        top: 27%;
        left: -25%;
        max-height: 470px;
    }

.deco2-container {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: -100%;
    left: -150%;
    /*transition: [property] [duration] [timing-function] [delay];*/
    transition: left 1s ease;
    overflow: hidden;
}

    .deco2-container img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .deco2-container.show {
        top: 27%;
        left: -25%;
        max-height: 470px;
    }

.deco3-container {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: auto;
    left: 200%;
    /*transition: [property] [duration] [timing-function] [delay];*/
    transition: left 1s ease;
    overflow: hidden;
}

    .deco3-container img {
        width: 40%;
        height: auto;
        max-width: 500px;
    }

    .deco3-container.show {
        left: 80%;
    }

/* Card */
.card {
    margin-left: 15px;
    height: fit-content;
    max-height: 210px;
    width: 340px;
    border-radius: 0%;
    border-top: 6px solid #a70c12;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
}

.card-body {
    padding: 15px;
    margin-bottom: 10px;
}

/* Inquire */
.inquireSection {
    background-color: rgb(216, 216, 216);
    position: relative;
    width: 100%;
}

.btn-inquire {
    border: 2px solid black;
    font-size:20px;
    padding:7px 45px; 
    background-color: #a70c12;
    height: 65px;
    width: 300px;
    margin-top: 25px;
    font-size: 25px;
    margin-right: 190px;
}

.bi-caret-right-fill {
    font-size: 25px;
}

/* What We Do */
.TotalLogisticContainer {
    width: 150px;
    height: 170px;
    background-color: #a70c12;
    color: white;
    position: relative;
    padding-right: 20px;
    clip-path: polygon(0 0, 100% 0, 105px 100%, 0 100%);
}

.TotalLogisticTitle {
    width: 105px;
    margin-top: 45%;
    font-size: 23px;
}

.AddedValueServicesContainer {
    width: 150px;
    height: 170px;
    background-color: #a70c12;
    color: white;
    position: relative;
    padding-left: 40px;
    clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%);
}

.AddedValueServicesTitle {
    width: 100px;
    margin-top: 50%;
    font-size: 23px;
}

.imageContainerShape {
    height: 230px;
    width: 120px;
    overflow: hidden;
    transform: skewX(-15deg);
    position: relative;
    text-align: center;
}

    .imageContainerShape img {
        height: 170px;
        position: relative;
    }

.imageTitleBack {
    height: fit-content;
    width: 100%;
    /*background-color: rgba(0,0,0,0.9);*/
}

.imageTitle {
    color: black;
    font-size: 12px;
}

.airFreightImg {
    transform: translateX(-30%) skewX(15deg);
}

.seaFreightImg {
    transform: translateX(-35%) skewX(15deg);
}

.crossBorderImg {
    transform: translateX(-30%) skewX(15deg);
}

.cClearanceImg {
    transform: translateX(-35%) skewX(15deg);
}

.warehousingImg {
    transform: translateX(-35%) skewX(15deg);
}

.dataManagementImg {
    transform: translateX(-34%) translateY(-5%) skewX(15deg);
}

.oneStopImg {
    transform: translateX(-35%) skewX(15deg);
}

.AddedValurServiceTitle {
    height: 170px;
    width: 120px;
    background-color: #a70c12;
    top: 36%;
    left: 80%;
    text-align: center;
    align-items: center;
    position: relative;
}

    .AddedValurServiceTitle h1 {
        width: 100px;
        text-align: center;
        padding-top: 100px;
        left: 40%;
        position: absolute;
    }

    .AddedValurServiceTitle::after {
        content: '';
        position: absolute;
        border-left: 100px solid transparent;
        border-right: 125px solid transparent;
        border-bottom: 351px solid white;
        left: -33.2%;
        top: 0;
        width: 0;
        height: 0;
    }

.One_Stop_Marketing_image_transform {
    height: 170px;
    width: 120px;
    overflow: hidden;
    transform: skewX(20deg);
    position: absolute;
    top: 194.3%;
    left: 70%;
}

    .One_Stop_Marketing_image_transform img {
        max-height: 50%;
        position: relative;
        top: 15%;
        transform: translateY(20%) translateX(-30%) skewX(-20deg);
    }

.One_Stop_Marketing_Content {
    width: 180px;
    position: absolute;
    color: black;
    top: 248%;
    left: 74.5%;
    text-align: center;
}

.Process_Data_image_transform {
    height: 170px;
    width: 120px;
    overflow: hidden;
    transform: skewX(20deg);
    position: absolute;
    top: 194.3%;
    left: 57.4%;
}

    .Process_Data_image_transform img {
        max-height: 50%;
        position: relative;
        top: 15%;
        transform: translateY(20%) translateX(-30%) skewX(-20deg);
    }

.Process_Data_Content {
    width: 180px;
    position: absolute;
    color: black;
    top: 248%;
    left: 60.5%;
    text-align: center;
}


.whatwedoBackground {
    position: absolute;
    height: 4000px;
    width: auto;
    top: 135%;
    left: -30%;
    z-index: -1;
}

    .whatwedoBackground img {
        position: relative;
        height: 1000px;
        top: 15%;
    }

/* Statistic */
.statisticForm {
    max-width: 250px;
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
    display: flex;
    margin: 20px auto;
    box-shadow: 0px 4px 7px 0px #3d3d3d;
    overflow: hidden;
}

    .statisticForm .formContent {
        padding: 20px 45px;
        position: relative;
        width: 100%;
    }

.redContainer {
    width: auto;
    max-width: 310px;
    height: auto;
    margin: 0px auto -40px auto;
    position: relative;
    z-index: 1;
}

.portCall {
    width: auto;
    max-width: 320px;
    height: auto;
    margin: 20px auto -60px auto;
    position: relative;
    z-index: 1;
}

.satisfication {
    width: auto;
    max-width: 310px;
    height: auto;
    margin: 0px auto -45px auto;
    position: relative;
    z-index: 1;
}

/* Why Choose Us */
.whyChooseUsImg {
    width: auto;
    max-width: 250px;
    height: auto;
    margin: 0px auto -45px auto;
    position: relative;
    z-index: 1;
}

.whyChooseUsFont {
    font-size: 15px;
}

/* FAQ */
.accordion-itembox {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-question {
    font-size: 15px;
    text-align: center;
}

.accordion-answer {
    font-size: 14px;
}

/* Our partners */
@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }  
}

.logos {
    overflow: hidden;
    padding: 30px 0;
    background-color: transparent;
    white-space:nowrap;
    position: relative;
}

.logos::before,
.logos::after {
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    content: "";
    z-index: 2;
}

.logos::before {
    left: 0;
    background:linear-gradient(to left, rgba(255,255,255,0),white);
}

.logos::after {
    right: 0;
    background:linear-gradient(to right, rgba(255,255,255,0),white);
}

.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
}


.logos-slide img {
    height: 100px;
    margin: 0px 25px;
}

@media(max-width:991px) {
    html{
        font-size: 80%;
    }
}
@media (max-width:768px) {
    .Statistic{
        grid-template-columns: repeat(1,1fr);
        grid-row-gap: 3rem;
    }
}
@media (max-width:450px) {
    html{
        font-size: 50%;
    }
    .Statistic{
        grid-template-columns: 1fr;
    }
    
}

/* Responsive Styles */
@media (max-width: 767px) {
    .videoTextOverlay {
        padding: 0 20px;
    }

    .videotext h1 {
        font-size: 1.5em;
    }
}
