@import url(https://fonts.googleapis.com/css?family=montserrat);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

.readb:hover {
    background: rgb(218, 218, 218);
    ;
}

.reada:hover {
    background: rgb(104, 104, 104);
    ;
}

.readb {
    padding: 0.9rem 1.5rem;
    background-color: rgb(255, 255, 255);
    border: solid white 0.1rem;
    color: black;
    border-radius: 0;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.reada {
    padding: 0.9rem 1.5rem;
    background-color: rgb(0, 0, 0);
    border: solid white 0.1rem;
    color: rgb(255, 255, 255);
    border-radius: 0;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}


/*navbar and home*/

li,
a,
button {
    font-weight: 500;
    font-size: 1.6rem;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.ctb {
    padding: 0.9rem 2.5rem;
    background-color: rgb(150, 150, 150);
    border: none;
    border-radius: 5rem;
    cursor: pointer;
    color: rgb(255, 255, 255);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.4rem;
    display: flex;
    padding: 2.4rem;
    z-index: 100;
    background: white;
    justify-content: flex-end;
    align-items: center;
    margin: 0px;
    transition: all 0.5s;
}

.header img {
    margin-right: auto;
}

.nav_links {
    list-style: none;
}

.nav_links li {
    display: inline-block;
    padding: 0rem 2rem;
}

.nav_links li a {
    transition: all 0.3s ease 0s;
    font-family: 'Montserrat', sans-serif;
    color: rgb(0, 0, 0);
}

.nav_links li a:hover {
    padding: 0.9rem 2.5rem;
    background-color: rgb(0, 0, 0);
    border: none;
    border-radius: 5rem;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    color: rgb(255, 255, 255);
}

button {
    padding: 0.9rem 2.5rem;
    background-color: rgb(0, 0, 0);
    border: none;
    border-radius: 5rem;
    cursor: pointer;
}

.dropbtn {
    background-color: transparent;
    color: rgb(0, 0, 0);
    padding: 0;
    font-size: 1.6rem;
    border: none;
    transition: all 0.3s ease 0s;
    font-family: 'Montserrat', sans-serif;
}

.dropbtn:hover {
    padding: 0.9rem 2.5rem;
    background-color: rgb(0, 0, 0);
    border: none;
    border-radius: 5rem;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    color: white;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 16rem;
    box-shadow: 0rem 0.8rem 1.6rem 0rem rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 1.2rem 1.6rem;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.pra {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(0, 0, 0);
    font-family: 'Montserrat', sans-serif;
    font-size: 9rem;
}

.cont {
    position: relative;
    text-align: center;
    color: white;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 6.4rem;
    line-height: 9.6rem;
    font-weight: 700;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cont img {
    height: 100vh;
}

.im {
    background-color: black;
}

.header.activ {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.4rem;
    display: flex;
    padding: 2.4rem;
    z-index: 100;
    background: rgb(218, 218, 218);
    justify-content: flex-end;
    align-items: center;
    margin: 0px;
}

.mob {
    width: 4rem;
    height: 4rem;
    color: black;
}

.mobilei {
    background-color: transparent;
    display: none;
    cursor: pointer;
}

.mob[name="close-outline"] {
    display: none;
}


/*end of navbar and home*/


/*vision*/

.para {
    width: 35%;
    padding: 0rem;
    padding-top: 0rem;
    padding-left: 0rem;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
}

.picture {
    width: 50%;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.picture img {
    width: 100%;
}

.secs {
    display: flex;
    border-left: solid 0.1rem rgb(255, 255, 255);
    padding: 0rem;
    color: white;
}

.sec {
    padding: 15rem;
    background-color: black;
    margin-top: 0rem;
}

#h6 {
    padding: 2.5rem;
    font-size: 1.4rem;
    font-weight: 40rem;
    letter-spacing: 0.2rem;
}

p {
    padding: 2.5rem;
    letter-spacing: 0.8;
    font-family: 'Montserrat', sans-serif;
}

#headings {
    font-size: 2.4rem;
    line-height: 2.9rem;
    padding: 2.5rem;
    border-left: solid 3px rgb(255, 255, 255);
    letter-spacing: 0.1rem;
}


/*end of vision*/


/*start of logistics*/

.logicontent {
    width: 35%;
    padding-top: 0rem;
    padding-right: 0rem;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
}

.logipicture {
    width: 50%;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.logipicture img {
    width: 100%;
}

.logistics1 {
    display: flex;
    border-right: solid 0.1rem rgb(0, 0, 0);
    padding: 0rem;
    color: rgb(0, 0, 0);
}

.logistics {
    padding: 15rem;
    background-color: rgb(255, 255, 255);
    margin-top: 0rem;
}

#logipara {
    padding: 2.5rem;
    letter-spacing: 0.8;
    font-family: 'Montserrat', sans-serif;
    line-height: 2.9rem;
}

#logititle {
    font-size: 4rem;
    line-height: 6rem;
    padding: 2.5rem;
    border-right: solid 0.3rem rgb(0, 0, 0);
    letter-spacing: 0.1rem;
}


/*end of logistics*/


/*start of IT*/

.ITcontent {
    width: 35%;
    padding: 5rem;
    padding-top: 0rem;
    padding-left: 0rem;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
}

.ITpicture {
    width: 50%;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.ITpicture img {
    width: 100%;
}

.IT1 {
    display: flex;
    border-left: solid 0.1rem rgb(255, 255, 255);
    padding: 0rem;
    color: rgb(255, 255, 255);
}

.IT {
    padding: 15rem;
    background-color: rgb(0, 0, 0);
    margin-top: 0rem;
}

#ITpara {
    padding: 2.5rem;
    letter-spacing: 0.8;
    font-family: 'Montserrat', sans-serif;
    line-height: 2.9rem;
}

#ITtitle {
    font-size: 4rem;
    line-height: 6rem;
    padding: 2.5rem;
    border-left: solid 0.3rem rgb(255, 255, 255);
    letter-spacing: 0.1rem;
}


/*end of IT*/


/*start of why*/

.whycontent {
    padding: 5rem;
    padding-top: 0rem;
    padding-left: 0rem;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
}

.why1 {
    display: flex;
    border-left: solid 0.1rem rgb(255, 255, 255);
    padding: 0rem;
    color: rgb(255, 255, 255);
}

.why2 {
    width: 40%;
    background-color: black;
    padding: 3rem;
    border-radius: 3rem;
}

.why {
    background-image: url("assets/why.jpg");
    background-size: cover;
    padding: 15rem;
    background-color: rgb(255, 255, 255);
    margin-top: 0rem;
}

#whypara {
    font-size: 2.4rem;
    line-height: 2.9rem;
    padding: 25px;
    border-left: solid 0.3rem rgb(255, 255, 255);
    letter-spacing: 0.1rem;
}

#whytitle {
    padding: 2.5rem;
    font-size: 1.9rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
}

p {
    padding: 2.5rem;
    letter-spacing: 0.8;
    font-family: 'Montserrat', sans-serif;
    line-height: 2.9rem;
    font-size: 1.5rem;
}


/*end of why*/

.foot1 {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.footer img {
    padding-bottom: 7rem;
    padding-top: 10rem;
}

.footer {
    padding-bottom: 4rem;
}

.footrow {
    display: flex;
    flex-wrap: wrap;
}

.footcol1 {
    padding: 0 8rem;
}

.footadd {
    padding-left: 15rem;
    margin-left: 10rem;
}

.footadd ul li {
    margin-bottom: 3.5rem;
}

.footadd a {
    color: rgb(0, 0, 0);
    font-size: 1.6rem;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 300;
    display: block;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.footcol ul li {
    margin-bottom: 3.5rem;
}

.footcol1 ul li {
    margin-bottom: 3.5rem;
}

.footcol a {
    color: rgb(0, 0, 0);
    font-size: 1.6rem;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 300;
    display: block;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.footcol1 a {
    color: rgb(0, 0, 0);
    font-size: 1.6rem;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 300;
    display: block;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.copyright {
    margin-top: 12rem;
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
}

.footcol ul {
    margin-left: 2rem;
}

#location {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
}

.fa {
    padding-right: 1.5rem;
}

@media(max-width:1024px) {
    html {
        font-size: 55%;
    }
    .picture {
        width: 100%;
    }
    .para {
        width: 100%;
    }
    .picture img {
        width: 100%;
    }
    .sec {
        padding: 12rem;
    }
    /*end*/
    /*services*/
    .logistics {
        padding: 12rem;
    }
    .logicontent {
        padding: 0;
        width: 100%;
    }
    .logipicture {
        width: 100%;
    }
    .logipicture img {
        width: 100%;
    }
    /*end*/
    /*logi*/
    .IT {
        padding: 12rem;
    }
    .ITcontent {
        width: 100%;
    }
    .ITpicture {
        padding: 0;
        width: 100%;
    }
    .ITpicture img {
        width: 100%;
    }
    /*end*/
    /*why*/
    .why {
        padding: 12rem;
    }
    .why2 {
        width: 100%;
    }
    .whycontent {
        padding: 0;
    }
    /*end*/
    /*about*/
    .footadd {
        padding-left: 1rem;
        margin-left: 0rem;
    }
    .footcol {
        padding-left: 5rem;
    }
    .footcol1 {
        padding-right: 5rem;
    }
    .foot1 img {
        margin-left: 5rem;
    }
    .copyright {
        margin-left: 5rem;
    }
}

@media(max-width:770px) {
    html {
        font-size: 45%;
    }
    .picture {
        width: 100%;
    }
    .para {
        width: 100%;
    }
    .picture img {
        width: 100%;
    }
    .sec {
        padding: 12rem;
    }
    /*end*/
    /*services*/
    .logistics {
        padding: 12rem;
    }
    .logicontent {
        padding: 0;
        width: 100%;
    }
    .logipicture {
        width: 100%;
    }
    .logipicture img {
        width: 100%;
    }
    /*end*/
    /*logi*/
    .IT {
        padding: 12rem;
    }
    .ITcontent {
        width: 100%;
    }
    .ITpicture {
        padding: 0;
        width: 100%;
    }
    .ITpicture img {
        width: 100%;
    }
    /*end*/
    /*why*/
    .why {
        padding: 12rem;
    }
    .why2 {
        width: 100%;
    }
    .whycontent {
        padding: 0;
    }
    /*end*/
    /*about*/
    .footadd {
        padding-left: 1rem;
        margin-left: 0rem;
    }
    .footcol {
        padding-left: 5rem;
    }
    .footcol1 {
        padding-right: 5rem;
    }
    .foot1 img {
        margin-left: 5rem;
    }
    .copyright {
        margin-left: 5rem;
    }
}

@media(max-width:426px) {
    html {
        font-size: 45%;
    }
    /*nav*/
    .mobilei {
        display: block;
        z-index: 999;
    }
    .header {
        position: relative;
    }
    nav {
        width: 100%;
        height: 100vh;
        background-color: rgb(255, 255, 255);
        position: absolute;
        top: 0;
        right: 0;
        transform: translateX(100%);
        transition: all 0.5s linear;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    .nav_links {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20rem;
    }
    .nav_links li {
        margin-top: 5rem;
    }
    .active nav {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .active .mobilei .mob[name="close-outline"] {
        display: block;
    }
    .active .mobilei .mob[name="menu-outline"] {
        display: none;
    }
    /*end*/
    /*head*/
    .cont h1 {
        font-size: 5rem;
        line-height: 7.6rem;
    }
    /*vision*/
    .picture {
        width: 100%;
    }
    .picture img {
        width: 100%;
    }
    .secs {
        flex-direction: column;
    }
    .sec {
        padding: 2rem;
    }
    /*end*/
    /*services*/
    .logistics {
        padding: 2rem;
    }
    .logicontent {
        padding: 0;
        width: 100%;
    }
    .logipicture {
        width: 100%;
    }
    .logipicture img {
        width: 100%;
    }
    .logistics1 {
        flex-direction: column;
    }
    /*end*/
    /*logi*/
    .IT {
        padding: 2rem;
    }
    .ITcontent {
        width: 100%;
    }
    .ITpicture {
        padding: 0;
        width: 100%;
    }
    .ITpicture img {
        width: 100%;
    }
    .IT1 {
        flex-direction: column;
    }
    /*end*/
    /*why*/
    .why {
        padding: 5rem;
    }
    .why2 {
        width: 100%;
    }
    .whycontent {
        padding: 0;
    }
    /*end*/
    /*about*/
    .footadd {
        padding-left: 1rem;
        margin-left: 0rem;
    }
    .footadd ul li {
        display: inline-block;
        margin-left: 2rem;
    }
    .foot1 {
        width: 100%;
    }
    .foot1 img {
        margin-left: 5rem;
    }
    .foot1 img {
        margin-left: 5rem;
    }
    .copyright {
        margin-left: 5rem;
    }
}