/* home */

.home {
    width: 100%;
    overflow: hidden;
}

.homecontent {
    /* max-width: 404px; */
    width: 41%;
}

.homecontent-wrapper {
    padding-left: 150px;
}

.homecontent h1 {
    font-family: 'LeagueGothic-Regular';
    font-size: 70px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 60px;
    letter-spacing: 2px;
}

.homecontent p {
    font-family: 'Lato-Semibold';
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
    line-height: 24px;
}

.homecontent .home-btn a {
    font-family: 'Lato-Regular';
    font-size: 16px;
    line-height: 12px;
    color: #000000;
    text-decoration: none;
    border-radius: 30px;
    border: none;
    background-color: #ffffff;
    padding: 13px 19px;
    display: inline-block;
}

.homecontent .mail {
    font-family: 'Lato-Regular';
    margin-top: 15px;
    font-size: 20px;
    line-height: 16px;
    color: #000000;
    text-decoration: none;
    display: block;
}

.home .owl-carousel .slide {
    height: 100vh;
}

.slide {
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.home .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.home .owl-carousel .owl-nav button.owl-prev,
.home .owl-carousel .owl-nav button.owl-next {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border: none;
    font-size: 32px;
    color: #11426B;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform: translateY(-50%);
}

.home .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    margin-left: 50px;
}

.home .owl-carousel .owl-nav button.owl-next {
    right: 0;
    margin-right: 50px;
}


/* about */

.about {
    padding: 60px 0px;
    overflow: hidden;
    background-color: #f2f2f2;
}

.aboutcontainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aboutleft {
    width: 40%;
    margin-right: 60px;
}

.aboutleft img {
    width: 100%;
    height: auto;
}

.aboutright {
    width: 60%;
}

.aboutright h2 {
    font-family: 'LeagueGothic-Regular';
    font-size: 50px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.aboutright p {
    font-family: 'Lato-Semibold';
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 45px;
}

.about-btn {
    font-family: 'Lato-Semibold';
    padding: 15px 35px;
    background-color: #251e44;
    color: #ffffff;
    font-size: 20px;
    line-height: 16px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
}



/* service */

.service {
    padding: 60px 0;
    overflow: hidden;
    background-color: #251e44;
    width: 100%;
}

.servicetop {
    text-align: center;
}

.servicetop h2 {
    font-family: 'LeagueGothic-Regular';
    font-size: 50px;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.servicetop p {
    max-width: 622px;
    margin: 0 auto;
    font-family: 'Lato-Semibold';
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 30px;
}

.servicecard {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.card {
    width: calc(33.33% - 30px);
    background-color: white;
    padding: 19px 20px;
}

.cardimg img {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
}

.cardinfo h3 {
    font-family: 'Lato-Semibold';
    font-size: 23px;
    color: #000000;
    line-height: 18px;
    margin-top: 20px;
}

.cardinfo p {
    font-family: 'Lato-Semibold';
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    margin-top: 10px;
}

/* whychooseus */

.whychooseus {
    padding: 60px 0;
    overflow: hidden;
    background-color: #ffffff;
}

.choosetop h2 {
    font-family: 'LeagueGothic-Regular';
    font-size: 50px;
    line-height: 40px;
    color: #000000;
    text-align: center;
    margin-bottom: 80px;
    letter-spacing: 2px;
}

.choosebottom {
    width: 100%;
}


.bottomcontent,
.bottomcontentbottom,
.bottomcontentcenter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.bottomimg,
.bottomimgbottom,
.bottomimgcenter {
    background-color: #251e44;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    min-height: 300px;
    padding: 50px;
}

.bottomimg,
.bottomimgbottom {
    border-radius: 100px 100px 0 100px;
}

.bottomimgcenter {
    border-radius: 100px 100px 100px 0;
}

.bottomimg img,
.bottomimgbottom img,
.bottomimgcenter img {
    width: 100%;
    object-fit: cover;
}

.bottominfo,
.bottominfobottom {
    width: 50%;
    padding-left: 30px;
}

.bottominfocenter {
    width: 50%;
    padding-right: 30px;
    text-align: right;
}


.bottominfo h2,
.bottominfobottom h2,
.bottominfocenter h2 {
    font-family: 'lato-bold';
    font-size: 28px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 33px;
    position: relative;
}

.bottominfo h2::after {
    content: '';
    position: absolute;
    display: block;
    margin-top: 10px;
    left: -75px;
    width: 600px;
    height: 8px;
    background-image: url('../Images/logistics/sector1.svg');
}


.bottominfobottom h2::after {
    content: '';
    position: absolute;
    display: block;
    margin-top: 10px;
    left: -75px;
    width: 468px;
    height: 8px;
    background-image: url('../Images/logistics/sector3.svg');
}

.bottominfocenter h2::after {
    content: '';
    position: absolute;
    display: block;
    margin-top: 10px;
    right: -80px;
    width: 325px;
    height: 8px;
    background-image: url('../Images/logistics/sector2.svg');
}

.bottominfo p,
.bottominfobottom p,
.bottominfocenter p {
    font-family: 'Lato-Regular';
    font-size: 18px;
    line-height: 32px;
    color: #000000;
}

.curveimg,
.curveimgcenter {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.curveimg img,
.curveimgcenter img {
    width: auto;
    max-width: 150px;
}



/* sector */

.sector {
    padding: 60px 0;
    overflow: hidden;
    background-color: #f2f2f2;
}

.sectortop h3 {
    font-family: 'LeagueGothic-Regular';
    text-align: center;
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.sectorcontainer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.sectortopimg,
.sectorbottomimg {
    display: flex;
    justify-content: center;
    width: 100%;
}


.sectorimg,
.sectorimgcontent {
    padding: 30px;
    background-color: #ffffff;
    width: 16.66%;
    /* max-width: 200px; */
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.sectorgap {
    width: 16.66%;
    /* max-width: 200px; */
}

.sectorimg {
    border-top-left-radius: 50px;
}

.sectorimgcontent {
    border-bottom-right-radius: 50px;
}

.sectorrow {
    width: 120px;
    height: 120px;
}

.sectorrow img {
    width: 100%;
    height: 100%;

}

.sectorimg h2 {
    font-family: 'Lato-Semibold';
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
    text-align: center;
    color: #000000;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.5);
}

.sectorimg h3,
.sectorimgcontent h3 {
    font-family: 'Lato-Semibold';
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
    text-align: center;
}

/* feedback */

.feedback {
    padding: 60px 0;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
}

.feedbacktop h2 {
    position: relative;
    font-family: 'LeagueGothic-Regular';
    font-size: 50px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.feedbacktop h2::after {
    content: '';
    display: block;
    width: 600px;
    height: 8px;
    background-image: url('../Images/logistics/feedback\ underline.svg');
    margin: 0 auto;
    margin-top: 3px;
}

.feedbacktop p {
    font-family: 'Lato-Semibold';
    font-size: 18px;
    line-height: 32px;
    color: #747272;
    text-align: center;
    /* letter-spacing: 2px; */
    margin-bottom: 60px;
}

.feedbackbottom {
    position: relative;
    display: flex;
    justify-content: center;
}

.feedbackcontent {
    background-color: #251e44;
    border-radius: 20px;
    padding: 60px 30px 50px 120px;
    max-width: 806px;
    width: 70%;
    position: relative;
    color: white;
    z-index: 1;
}

.feedbackcontent::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    background-image: url('../Images/logistics/rabbit.svg');
    z-index: 2;
}

.feedbackcontent .topparagraph {
    font-family: 'Lato-Regular';
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 30px;
}

.feedbackcontent h3 {
    font-family: 'lato-bold';
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
}

.feedbackcontent .bottomparagraph {
    font-family: 'Lato-Regular';
    font-size: 18px;
    line-height: 13px;
    color: #ffffff;
}

.feedback .owl-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(50%);
    display: flex;
    gap: 40px;
    margin-left: 205px;
}

.feedback .owl-nav button.owl-prev,
.feedback .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border: none;
    font-size: 28px;
    color: #11426B;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.feedback .owl-nav button.owl-prev:hover,
.feedback .owl-nav button.owl-next:hover {
    background-color: #ffffff;
    color: #11426B;
}


@media only screen and (max-width:991px) {

    .homecontent-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    .homecontent {
        width: 100%;
        text-align: justify;
    }

    .homecontent h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .homecontent .home-btn a {
        padding: 10px 16px;
        font-size: 14px;
        line-height: 10px;
    }



    .homecontent .mail {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
    }

    .home .owl-carousel .owl-nav button.owl-prev,
    .home .owl-carousel .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .home .owl-carousel .owl-nav button.owl-prev {
        margin-left: 20px;
    }

    .home .owl-carousel .owl-nav button.owl-next {
        margin-right: 20px;
    }

    /* about */

    .about {
        padding: 50px 0px;
    }

    .aboutleft {
        width: 50%;
        margin-right: 30px;
    }

    .aboutright {
        width: 50%;
    }

    .aboutright h2 {
        font-size: 40px;
        line-height: 30px;
    }

    .aboutright p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .about-btn {
        font-size: 18px;
        line-height: 14px;
    }


    /* service */

    .service {
        padding: 50px 0;
    }

    .servicetop h2 {
        font-size: 40px;
        line-height: 35px;
        letter-spacing: 3px;
    }

    .servicetop p {
        font-size: 16px;
        line-height: 30px;
    }

    .card {
        width: calc(50% - 30px);
    }

    .cardinfo h3 {
        font-size: 19px;
        line-height: 28px;
    }

    /* whychooseus */

    .whychooseus {
        padding: 50px 0;
    }

    .choosetop h2 {
        font-size: 40px;
        line-height: 35px;
        letter-spacing: 3px;
    }


    .bottomimg,
    .bottomimgbottom,
    .bottomimgcenter {
        width: 30%;
        padding: 40px;
        min-height: 250px;
    }

    .bottomimg img,
    .bottomimgbottom img,
    .bottomimgcenter img {
        width: 150px;
        height: 150px;
    }

    .bottomimg,
    .bottomimgbottom {
        border-radius: 70px 70px 0 70px;
    }

    .bottomimgcenter {
        border-radius: 70px 70px 70px 0;
    }

    .bottominfo,
    .bottominfobottom {
        width: 40%;
        padding-left: 20px;
    }

    .bottominfocenter {
        width: 40%;
        padding-right: 20px;
    }

    .bottominfo h2,
    .bottominfobottom h2,
    .bottominfocenter h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .bottominfo h2::after {
        left: -75px;
        width: 600px;
    }

    .bottominfo p,
    .bottominfobottom p,
    .bottominfocenter p {
        font-size: 16px;
        line-height: 25px;
    }

    .bottominfo h2::after,
    .bottominfobottom h2::after {
        width: 300px;
    }



    /* sector */

    .sector {
        padding: 50px 0;
    }

    .sectortop h3 {
        font-size: 40px;
        line-height: 35px;
        letter-spacing: 3px;
    }

    .sectorimg,
    .sectorimgcontent,
    .sectorgap {
        padding: 15px;
    }

    .sectorrow {
        width: 80px;
        height: 80px;
    }

    .sectorimg {
        border-top-left-radius: 30px;
    }

    .sectorimgcontent {
        border-bottom-right-radius: 30px;
    }

    .sectorimg h2,
    .sectorimg h3,
    .sectorimgcontent h3 {
        font-size: 18px;
        line-height: 20px;
    }

    /* feedback */

    .feedback {
        padding: 50px 0;
    }

    .feedbacktop h2 {
        font-size: 40px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .feedbacktop h2::after {
        width: 500px;
    }

    .feedbacktop p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .feedbackcontent {
        padding: 30px 20px 30px 120px;
    }

    .feedbackcontent .topparagraph {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .feedbackcontent h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }


    .feedbackcontent .bottomparagraph {
        font-size: 16px;
        line-height: 10px;
    }

    .feedback .owl-nav {
        left: 50%;
        margin-left: 0;
    }
}

@media only screen and (max-width:767px) {

    .homecontent h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .homecontent p {
        font-size: 14px;
        line-height: 18px;
    }

    .homecontent .home-btn a{
        font-size: 14px;
        line-height: 10px;
        padding: 10px 15px;
    }


    /* about */

    .about {
        padding: 40px 0px;
    }

    .aboutcontainer {
        flex-direction: column;
    }

    .aboutleft {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .aboutright {
        width: 100%;
    }

    .aboutright h2 {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .aboutright p {
        font-family: 'Lato-Semibold';
        font-size: 14px;
        line-height: 22px;
    }

    .about-btn {
        padding: 10px 25px;
        font-size: 16px;
        line-height: 14px;
    }

    /* service */

    .service {
        padding: 40px 0;
    }

    .servicetop h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .servicetop p {
        font-size: 14px;
        line-height: 28px;
    }

    .card {
        width: 100%;
    }

    .cardinfo h3 {
        font-size: 16px;
        line-height: 26px;
        font-weight: bold;
    }

    .cardinfo p {
        font-size: 14px;
        line-height: 25px;
    }


    /* whychooseus */

    .whychooseus {
        padding: 40px 0;
    }

    .choosetop h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .bottomcontent,
    .bottomcontentbottom {
        flex-direction: column;
        margin-top: 20px;
    }

    .bottomcontentcenter {
        flex-direction: column-reverse;
        margin-top: 20px;
    }

    .bottomimg,
    .bottomimgbottom,
    .bottomimgcenter {
        width: 100%;
    }

    .bottominfo,
    .bottominfobottom {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .bottominfocenter {
        width: 100%;
        padding-right: 0;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .bottomimgcenter {
        border-radius: 70px 70px 0 70px;
    }

    .bottominfo h2,
    .bottominfobottom h2,
    .bottominfocenter h2 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .bottominfo h2::after,
    .bottominfobottom h2::after,
    .bottominfocenter h2::after {
        display: none;
    }

    .bottominfo p,
    .bottominfobottom p,
    .bottominfocenter p {
        font-size: 14px;
        line-height: 22px;
    }

    .curveimg,
    .curveimgcenter {
        display: none;
    }

    /* sector */

    .sector {
        padding: 40px 0;
    }

    .sectortop h3 {
        font-size: 30px;
        line-height: 30px;
    }

    .sectortopimg,
    .sectorbottomimg {
        flex-direction: column;
    }

    .sectorimg,
    .sectorimgcontent {
        width: 100%;
        padding: 20px;
    }

    .sectorimg {
        border-top-left-radius: 50px;
    }

    .sectorimgcontent {
        border-bottom-right-radius: 50px;
    }

    .sectorrow {
        width: 200px;
        height: 200px;
    }

    /* feedback */

    .feedback {
        padding: 40px 0;
    }

    .feedbacktop h2 {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }


    .feedbacktop h2::after {
        display: none;
        margin-top: 0;
    }

    .feedbacktop p {
        font-size: 14px;
        line-height: 28px;
    }

    .feedbackcontent {
        width: 100%;
        padding: 30px;
    }


    .feedbackcontent::before {
        top: 17%;
        left: 50%;
    }

    .feedbackcontent .topparagraph {
        font-size: 14px;
        line-height: 20px;
        margin-top: 180px;
    }

    .feedbackcontent h3 {
        font-size: 20px;
    }

    .feedbackcontent .bottomparagraph {
        font-size: 14px;
        line-height: 10px;
    }

    .feedback .owl-nav {
        left: 45%;
        gap: 20px;
    }

    .feedback .owl-nav button.owl-prev,
    .feedback .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
    }
}