/* about us */

.aboutus {
    background-image: url(../Images/logistics/transport\ about\ us.svg);
    background-position: center;
    background-size: cover;
    display: flex;
    text-align: center;
    align-items: center;
    min-height: 441px;
    overflow: hidden;
    position: relative;
}

.aboutus::before {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 50%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.aboutcontent h1 {
    position: relative;
    font-family: 'LeagueGothic-Regular';
    font-size: 50px;
    line-height: 51px;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.aboutcontent ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.aboutcontent a {
    position: relative;
    font-family: 'Lato-Regular';
    font-size: 20px;
    font-weight: bold;
    line-height: 21px;
    color: #ffffff;
    text-decoration: none;
}

.aboutcontent a:hover {
    color: #6569cd;
}

.aboutcontent a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #6569cd;
    transition: 0.3s ease;
}

.aboutcontent a:hover::after {
    width: 100%;
}

.aboutcontent li {
    position: relative;
    font-family: 'Lato-Regular';
    font-size: 20px;
    line-height: 21px;
    color: #ffffff;
    text-decoration: none;
}

/* aboutsection */

.aboutsection {
    padding: 60px 0 90px 0;
    overflow: hidden;
    background-color: #f2f2f2;
    position: relative;
}

.aboutsectioncontainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-bg {
    position: relative;
}

.about-bg::before {
    content: '';
    position: absolute;
    left: 28%;
    top: 60%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(../Images/logistics/about.svg);
    background-repeat: no-repeat;
}

.aboutsectioncontent {
    position: absolute;
    z-index: 2;
    background-color: #ffffff;
    padding: 30px;
    border-bottom-right-radius: 100px;
    width: 65%;
    top: 75%;
    left: 67%;
    transform: translate(-50%, -50%);
    max-width: 750px;
}

.aboutsectioncontent h2 {
    font-family: 'LeagueGothic-Regular';
    font-size: 50px;
    line-height: 46px;
    color: #000000;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.aboutsectioncontent p {
    font-family: 'Lato-Regular';
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 50px;
}

.about-btn {
    padding: 14px 35px;
    background-color: #251e44;
    border: none;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
}

.about-btn a {
    font-family: 'Lato-Semibold';
    font-size: 16px;
    line-height: 16px;
}


/* vision-mission */

.vision-mission {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}

.vision-mission-container {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-direction: row;
    position: relative;
    align-items: flex-start;
}

.vision {
    background-color: #251e44;
    color: #FFFFFF;
    width: 50%;
    max-width: 671px;
    border-radius: 0 100px 0 100px;
    padding: 60px;
    margin-top: 0;
}

.mission {
    background-color: #F2F2F2;
    color: #000000;
    width: 50%;
    max-width: 671px;
    border-radius: 0 100px 0 100px;
    padding: 60px;
    margin-top: 385px;
}

.vision h2,
.mission h2 {
    font-family: 'LeagueGothic-Regular';
    font-size: 50px;
    line-height: 46px;
    margin-bottom: 5px;
    letter-spacing: 2px;

}

.vision p,
.mission p {
    font-family: 'Lato-Regular';
    font-size: 18px;
    line-height: 40px;
}

/* list */

.projectlist {
    background-color: #251e44;
    padding: 60px 0;
    overflow: hidden;
}

.bottomlist ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    color: #FFFFFF;
    gap: 120px;
    padding: 0;
    margin: 0;
}

.bottomlist li {
    position: relative;
    text-align: center;
}

.bottomlist ul li span {
    font-family: 'Lato-Regular';
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
    display: block;
}

.bottomlist ul li .number {
    font-family: 'Lato-Regular';
    font-size: 80px;
    font-weight: 200;
    line-height: 66px;
    margin-bottom: 15px;
    /* letter-spacing: 2px; */
    display: block;
}

.bottomlist ul li p {
    font-family: 'Lato-Regular';
    font-size: 22px;
    line-height: 24px;
}

.bottomlist ul li:nth-child(2)::before,
.bottomlist ul li:nth-child(3)::before,
.bottomlist ul li:nth-child(4)::before {
    content: '';
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    height: 180px;
    border-left: 2px solid #ffffff;
}

/* leader */

.leader {
    padding: 60px 0;
    overflow: hidden;
}

.leaderheader h2 {
    font-family: 'LeagueGothic-Regular';
    font-size: 50px;
    line-height: 46px;
    text-align: center;
    letter-spacing: 2px;
}

.leadercontent {
    display: flex;
    margin-top: 60px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.leadercontent.right {
    justify-content: flex-end;
    position: relative;
}


.top,
.middle,
.bottom {
    background-color: #251e44;
    width: 50%;
    padding: 80px;
    position: relative;
}

.leadercontent.left img {
    width: 207px;
    height: 207px;
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    border-radius: 50%;
}

.leadercontent.right img {
    width: 207px;
    height: 207px;
    background-color: #FFFFFF;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    padding: 5px;
    border-radius: 50%;
}

.top h3,
.middle h3,
.bottom h3 {
    font-family: 'Lato-Regular';
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 46px;
    letter-spacing: 2px;
}


@media only screen and (max-width:991px) {

    /* aboutsection */

    .aboutsection {
        padding: 50px 0;
    }

    .aboutsectioncontainer {
        flex-wrap: wrap;
    }

    .about-bg {
        width: 100%;
    }

    .about-bg {
        min-height: 310px;
        position: relative;
    }

    .about-bg img {
        display: none;
    }

    .about-bg::before {

        transform: none;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        /* height: 100%; */
    }

    .aboutsectioncontent {
        width: 100%;
        max-width: 100%;
        transform: none;
        top: 0;
        left: 0;
        position: relative;
    }
       



    /* vision-mission */

    .vision-mission {
        padding: 50px 0;
    }

    .vision-mission-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .vision {
        width: 100%;
        padding: 50px;
        max-width: 600px;
    }

    .mission {
        width: 100%;
        padding: 50px;
        margin-top: 0;
        max-width: 600px;
    }

    .vision h2,
    .mission h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .vision p,
    .mission p {
        font-size: 16px;
        line-height: 36px;
    }

    /* list */

    .projectlist {
        padding: 50px 0;
    }

    .bottomlist ul {
        gap: 80px;
    }

    .bottomlist ul li span {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 15px;
    }

    .bottomlist ul li .number {
        font-size: 50px;
        line-height: 55px;
    }

    .bottomlist ul li p {
        font-size: 16px;
        line-height: 20px;
    }


    .bottomlist ul li:nth-child(2)::before,
    .bottomlist ul li:nth-child(3)::before,
    .bottomlist ul li:nth-child(4)::before {
        left: -40px;
    }

    /* leader */

    .leader {
        padding: 50px 0;
    }


    .leaderheader h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .leadercontent {
        margin-top: 40px;
    }

    .top,
    .middle,
    .bottom {
        width: 65%;
    }

    .leadercontent.left img {
        left: 65%;
    }

    .leadercontent.right img {
        right: 65%;
    }

    .top h3,
    .middle h3,
    .bottom h3 {
        font-size: 20px;
    }
}


@media only screen and (max-width:767px) {

    .aboutus {
        min-height: 350px;
    }

    .aboutcontent h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 5px;
    }

    .aboutcontent a,
    .aboutcontent li{
        font-size: 16px;
        line-height: 18px;
    }

    /* aboutsection */

    .aboutsection {
        padding: 40px 0;
    }

    .aboutsectioncontainer {
        flex-wrap: wrap;
    }

    .about-bg {
        width: 100%;
    }

    .about-bg img {
        width: 100%;
        opacity: 0;
    }

    .about-bg::before {
        transform: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .aboutsectioncontent {
        width: 100%;
        max-width: 100%;
        transform: none;
        top: 0;
        left: 0;
        position: relative;
    }

    .aboutsectioncontent h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .aboutsectioncontent p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .about-btn {
        padding: 14px 25px;
    }

    /* vision-mission */

    .vision-mission {
        padding: 40px 0;
    }

    .vision {
        border-radius: 30px;
        padding: 30px;
    }

    .mission {
        border-radius: 30px;
        padding: 30px;
    }

    .vision h2,
    .mission h2 {
        font-size: 35px;
        line-height: 50px;
    }

    .vision p,
    .mission p {
        font-size: 14px;
        line-height: 25px;
    }

    /* list */

    .projectlist {
        padding: 40px 0;
    }

    .bottomlist ul {
        flex-direction: column;
        gap: 50px;
    }

    .bottomlist ul li:nth-child(2)::before,
    .bottomlist ul li:nth-child(3)::before,
    .bottomlist ul li:nth-child(4)::before {
        border: none;
    }


    /* leader */

    .leader {
        padding: 40px 0;
    }

    .leaderheader h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .top,
    .middle,
    .bottom {
        width: 70%;
        padding: 40px;
    }

    .leadercontent.left img {
        left: 65%;
    }

    .leadercontent.right img {
        right: 65%;
    }

    .top h3,
    .middle h3,
    .bottom h3 {
        font-size: 12px;
        letter-spacing: 1px;

    }

    .leadercontent.left img {
        width: 130px;
        height: 130px;
        left: 72%;
    }

    .leadercontent.right img {
        width: 130px;
        height: 130px;
        right: 72%;
    }
}