@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,600&family=Open+Sans:ital,wght@1,300&display=swap');


* {
    box-sizing: border-box;
}

body {

    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    color:#4a4a4a;
}

nav {
    box-shadow: 0 0 5px 0px #80808036;
}

a {
    text-decoration: none;
}

.nav-link {
    font-size: 1rem;
    /* font-weight: 600; */
    color: #6d6d6d;
    text-transform: uppercase;
    font-weight:600;
}

.navbar-nav .nav-link.active {
    color:#0044ca;
}

.nav-link:hover {
    color: #0044ca;
}

.btn-primary {
    --bs-btn-bg: #0044ca;
    --bs-btn-border-color: #0044ca;
}

.btn-light {
    --bs-btn-bg: #fedf00;
    --bs-btn-border-color: #fedf00;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fedf00;
    --bs-btn-hover-border-color: #fedf00;
}

.bg-frieght {
    background: linear-gradient(to right, #00000082, #00000000), url(../assets/freight-bg.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 700px;
}

.bg-solution {
    background-image: url('../assets/sol.png');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    height: 600px;
}

.bg-contact {
    background-image: url('../assets/contact-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
  
    height: 600px;
}

.bg-pharma {
    background-image: url('../assets/storage.png');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height:600px;
}

.bg-cold {
    background-image: url('../assets/temp.png');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height:600px;
}

.bg-about {
    background-image: url('../assets/about.png');
    background-size: cover;
    background-position: 10%;
    background-repeat: no-repeat;
   
    height:600px;
}

.bg-grey {
    background-color:#0050780d;
}

.bg-yellow {
    background-color:#fedf00 ;
}

.bg-blue {
    background-color:#0033ad;
}

.w-80 {
    width:80%;
    margin:auto;
}

.div-center {
    position:relative;
    top:30%;
}

.bg-text {
    font-size:4rem;
}

.text-blue {
    color:#0033ad;
}

.text-yellow {
    color:#fedf00 !important;
}

.text-orange {
    color:#fca700
}

.title {
    font-size:3rem;
    font-weight:600;
    color:#333333;
}

.sub-title {
    font-size:1.4rem;
    font-weight:600;
    font-style: italic;
    margin-bottom:0;
}

.sub {
    font-size:1.2rem;
    font-weight:600;
    
    margin-bottom:0;
}

.img-block {
    border-radius: 2pc;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.img-top {
    position:relative; 
    top:-5rem;
    border-top-right-radius: 5pc;
}

.img-overflow {
    filter: contrast(1.1);
}


.ps-m-0 {
    padding-left:3rem;
}

.py-s-5 {
    padding-top:3rem;
    padding-bottom:3rem;
}

.my-m-4 {
    margin-top:1.5rem;
    margin-bottom:1.5rem;
}


.fw-600 {
    font-weight:600;
}

.icons {
    color:#0044ca;
    font-size:3.5rem;
    margin-bottom:0.5rem;
}

.c-tabs .tab-row {
    border-top:1px solid #0044ca;
}

.c-tabs .tab-row .col-md-6 .active {
    border-top:2px solid #0044ca !important;
    background-color: #f5f5f5;
} 

.form-control, .input-text {
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
}

.error {
    color:#d91d28;
    
    display: block;
    width: 100%;
    padding-top: 1%;
}

.error-border {
    border:2px solid #d91d28 !important;
}

#success-mail,#error-mail {
    display:none;
}


footer {
    padding:0.8rem 0;
}

footer p {
    font-size:0.8rem;
    font-weight:600;
}

footer ul {
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}

footer ul li {
    padding-right:2rem;
    font-size:0.9rem;
    position:relative;
}

footer ul li:not(:last-child)::after  {
    position:absolute;
    content:"";
    height:100%;
    width: 1px;
    right: 16%;
    top: 0;
    background-color: #757575;
}


@media only screen and (max-width: 768px) {
    .bg-text {
        font-size: 2.5rem;
    }

    .title {
        font-size:1.9rem;
    }

    .bg-solution , .bg-contact {
        background-position: 70%;
        height: 400px;
    }

    .bg-frieght {
        height: 500px;
        background-size: cover !important;
        background: linear-gradient(#00000082, #00000082), url(../assets/1.png);
    }

    .bg-about {
        background-position:20%;
        height: 400px; 
    }

    .bg-pharma {
        height:450px;
    }

    .bg-cold {
        background-position:30%; 
    }

    .pt-m {
        padding-top:1rem !important;
    }

    .pt-m-2 {
        padding-top:2rem;
    }

    .pb-m {
        padding-bottom:2rem;
    }

    .ps-m-0 {
        padding-left:1rem;
    }

    .my-m-4 {
        margin-top:0;
        margin-bottom:0;
    }

    .px-s {
        padding-left:1rem !important;
        padding-right:1rem !important;
    }

    .text-s-justify {
        text-align:justify;
    }

    .img-block {
        height:auto;
        border-radius:1pc;
    }

    .img-overflow {
        height: 210px;
        object-fit: cover;
        object-position: 90%;
        overflow: visible
    }

   .py-s-5 {
        padding-top:0;
        padding-bottom:0;
   }

    .w-80 {
        width:100%;
    }

    footer p {
        text-align:center;
        padding-top:0.5rem;
    }

    footer ul {
        justify-content: center;
        padding: 0.5rem 0;
    }
}


