html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

.home-section{
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 78%;
}

.logo {
    width: 8em;
}

.bg-g {
    background-image: linear-gradient(to right, #f3f3f300, #fdcab6ad);
}

.third-img {
    bottom: 60px;
    right: 0;
}

.heading-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.line {
    border: 1px solid black;
    width: 10em;
    margin-top: 32px;
}

.header {
    width: 100%;
    padding: 20px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.navbar a {
    position: relative;
    font-size: 18px;
    color: black;
    font-weight: 500;
    text-decoration: none;
}

.navbar a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: black;
    transition: .3s;

}

.navbar .active::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100% !important;
    height: 2px;
    background-color: black;
    transition: .3s;
}

.navbar a:hover::before {
    width: 100%;
}

.showcase {
    height: 100vh;
}

.show-title {
    font-size: 55px;
    line-height: 74px;
}

.show-img {
    margin-left: 14em;
}

.container-fluid {
    padding: 0px 8em 0px 8em;
}

.logo-name {
    font-size: 27px;
    font-weight: 600;
    margin-left: -13px;
    margin-bottom: 0;
}

.light {
    color: #03c2d5;
    ;
}

.orange {
    color: #fa7d45;
}

.logistics-bg {
    background-image: linear-gradient(to right, #f3f3f300, #fdcab65e);
    border-radius: 28px;
}

.navbar-nav {
    display: flex;
    flex-direction: inherit;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-around;
    gap: 49px;
}

.bigger-font {
    line-height: 32px;
    font-size: 24px;
}

.info-font {
    font-size: 18px;
    line-height: 28px;
}

.supply {

    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.layer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.w-80 {
    width: 80%;
}

.w-60 {
    width: 60%;
}

.text-direction {
    text-align: start;
    margin-left: 77px;
}

.w-67 {
    width: 67%;
}

.w-80 {
    width: 80%;
}

.p-6 {
    padding: 5.5rem !important;
}

.contact {
    height: 100%;
    min-height: 91vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.color-1 {
    color: #360f00 !important;
}

.color-2 {
    color: #7d6157 !important;
}

.color-3 {
    color: #001f24 !important;
}

@media(max-width:38rem) {
    .reverse-col {
        flex-direction: column-reverse;
        row-gap: 50px;
    }

    .container-fluid {
        padding: 0 12px !important;
        margin-right: 8px;
    }

    .show-title {
        font-size: 43px;
        line-height: 60px;
    }

    .first-text {
        width: auto !important;
    }

    .third-img {
        display: none;
    }

    /* .showcase {
        display: flex;
    align-items: center;
    padding: 169px 0 !important;

    } */

    * {
        text-align: center !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .mt-sm-44 {
        margin-top: 44px !important;
    }

    .bigger-font {
        font-size: 20px;
    }

    .button-sm {
        font-size: small;
    }

    .p-smm-3 {
        padding: 1.5em !important;
    }

    .ml-sm-auto {
        margin-left: auto !important;
    }

    .d-smm-block {
        display: block !important;
    }

    .w-sm-82 {
        width: 82%;
    }
}

@media (max-width: 76.7rem) {
    .third-img {
        display: none;

    }

    /* .showcase {
        height: auto;
    } */

    .show-img {
        margin-left: 0em;
        width: 100% !important;
    }

    .show-title {
        font-size: 45px;
        line-height: 55px;
    }

    .container-fluid {
        padding: 0px 2em 0px 2em;
    }

}