* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* TITLE FONTS 
font-family: 'Koulen', cursive;*/


/* BRAND COLORS 
color: #a43732;
color: #366464;*/

body {
    font-family: sans-serif;
    width: 100vw;
    overflow-x:hidden;
    max-height: 1000px;
}

.body {
    background-color: #ddd
}

div a {
    text-decoration: none;
}




nav.nav-target {
    padding: 0px 30px;
}
.navbar {
    padding-left: 50px;
}
.navbar-nav {
    margin-left: 200px;
}
#nav-logo {
    width: 130px;
    height: 100px;
    position: relative;
    visibility: visible;
}
div.container-fluid {
    width: 1000px   ;
}
/* NAVBAR */
.brand {
    color: #fff;
}

.navbar-light {
    box-shadow: rgba(50, 50, 50, 0.5) 0px 3px 10px;
}

#custom-color {
    color: rgb(32, 32, 32);
    font-size: 18px;
    font-weight: 600;
    margin-right: 25px;
}
#custom-color:hover {
    transform: scale(1.12); 
    transition: 0.3s;
}
.custom-color-1, .custom-color-2, .custom-color-3, .custom-color-4 {
    color: rgb(142, 142, 142);
    font-size: 18px;
    font-weight: 600;
    margin-right: 25px;
}
/* LANDING PAGE */

.landing-page {
    width: 100vw;
    height: 110vh;
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.9),rgba(0, 0, 0, 0.1)), url(./IMG/l-page-truck1.jpg); */
    background-image:  linear-gradient(to left, rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.6)), url(./IMG/road2.jpg);
    outline: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;

}


.l-page-content {
    position: relative; 
    top: 40vh;
    width: 580px;
    margin: auto;
    color: #fff;
}

.l-page-content h1 {
    width: 580px;
    font-size: 70px;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    font-family: 'Fjalla One', sans-serif;
    font-family: 'Koulen';
}

.l-page-content h5 {
    width: 550px;
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 15px;
    /* margin: auto; */
    font-weight: 300;
}


.btn-apply:hover {
    color: #fff;
    background-color: #3e7777;
    cursor: pointer;
}

.btn-apply:active {
    background-color: #305858;
}

.nav-custom {
    background-color: #fff;
}

div.btn {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}
.btn-learn {
    padding: 12px 35px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    margin-left: 40px;
}

#r-arrow {
    font-size: 23px;
    padding-left: 10px;
    position: relative;
    top: 3px;
    left: 5px;
}

.btn-contact {
    padding: 12px 40px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #1dbf73;
    border: 2px solid #1dbf73;
    border-radius: 50px;
    margin-left: 50px;
}

.m-features-bg {
    background-color: #fff;
}
.m-features-title {
    width: 500px;
    margin: auto;
    padding-top: 50px;
}

.m-features-title h1 {
    font-size: 48px;
    color: #3d3d3d;
    font-weight: bold;
    text-align: center;
}

.m-features-title h5 {
    font-size: 27px;
    color: #124363;
    font-weight: 600;
    margin-top: 7px;
    text-align: center;
}

.m-features {
    width: 1100px;
    margin: auto;
    margin-top: 40px;
}

.line-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 330px;
}
.line-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 330px;
    margin-top: 30px;
    padding-bottom: 70px;
}
div.card {
    width: 250px;
    border: none;
}

.card-icon {
    width: 100%;
    min-height: 130px;
    text-align: center;
    font-size: 50px;
    color: #1dbf73;
    padding-top: 30px;
    margin-bottom: 5px;
}

.img-icon {
    width: 56px;
    height: 60px;
    margin-top: -2px;
}

.card-content h2 {
    font-size: 24px;
    text-align: center;
    margin-top:10px;
    /* margin-bottom: -7px; */
    color: #124363;
}

.card-content p {
    font-weight: 600;
    padding: 20px;
    text-align: justify;
}

.eld-bg {
    width: 100vw;
    height: 400px;
    background-color: #124363;
}

.eld-content {
    position: relative;
    top: -350px;
    width: 1000px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.t-card {
    width: 500px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 2px 15px 21px 10px #0000001a;
    padding: 30px;
}

.eld-text h1 {
    color: #fff;
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 40px;
}

.eld-content p {
    display: inline;
}

.eld-textline {
    margin-bottom: 15px;
}

.eld-t-icon {
    color: #1dbf73;
}

.fa-circle-xmark {
    color: red;
}

#mini-card {
    margin-top: 40px;
}

.wave {
    width:100vw;
    height: 500px;
    position: relative;
    top: -300px;
}

.wave-cards {
    width: 1000px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: relative;
    top: -750px;
}

.w-card {
    width: 450px;
    height: 450px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 15px 21px 10px #0000001a;
    padding: 30px;
    text-align: center;
}

.w-icon {
    width: 100%;
    height: 150px;
    padding-top: 20px;
}

.daily-log {
    width: 1100px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    top: -620px;
}

.d-log-img img {
    width: 600px;
    height: 300px;
    box-shadow: 2px 15px 21px 10px #0000001a;
    border-radius: 20px;
}

.d-log-text {
    width: 400px;
    padding-top: 30px;
}

.d-log-text h1 {
    font-size: 30px;
    color: #124363;
}

.d-log-text p {
    font-size: 20px;
    color: #333;
    padding-top: 30px;
}
.bg-correction {
    width: 100vw;
    height: 200px;
    position: relative;
    top: -780px;
    background-color: #ddd;
    z-index: -1;
}

.eld-mac {
    width: 1100px;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
    top: -680px;
}

.mac-img img {
    width: 600px;
    margin-top: -50px;
}

.eld-mac-text {
    width: 440px;
}

.eld-mac-text h1 {
    font-size: 25px;
    color: #124363;
}

.eld-mac-text p {
    display: inline;
}

.mac-margin {
    margin-top: 20px;
}

.mac-icon {
    color: #1dbf73;
}

.footer {
    width: 100vw;
    height: 350px;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: relative;
    top: -670px;
}
.f-logo img {
    width: 400px;
}

.contacts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 80px;
    font-size: 21px;
    font-weight: 600;
    color: #333;
    width: 550px;
}

.menu p:hover{
    font-size: 22px;
    cursor: pointer;
    transition: 0.4s;
}

.menu a {
    color: #333;
    text-decoration: underline;
}

.contact {
    margin-left: 80px;
}
.contact p {
    display: inline-block;
}

.contact .fa-solid {
    color: #1dbf73;
    padding-right: 6px;
}

.contact .fa-file-invoice {
    padding-left: 4px;
    padding-right: 8px;
}

.contact .fa-location-dot {
    position: relative;
    top: -30px;
    padding-right: 8px;
    padding-left: 4px;
}

#address {
    width: 300px;
}

@media screen and (min-width: 1499.98px) {

    div.container-fluid {
        width: 1200px;
    }
    .navbar-nav {
        margin-left: 350px;
    }
    .l-page-content {
        width: 650px;
    }
    .l-page-content h1 {
        width: 650px;
        font-size: 85px;
    }
    .l-page-content h5 {
        width: 710px;
        font-size: 30px;
    }

    .btn-learn, .btn-contact {
        margin-left: 60px;
        font-size: 22px;
    }
    .m-features-title h1 {
        font-size: 55px;
    }
    .m-features-title h5 {
        font-size: 35px;
    }

    .m-features {
        width: 1300px;
        height: 760px;
    }
    .card-icon {
        font-size: 60px;
    }
    .card-content h2 {
        font-size: 28px;
    }
    .card-content p {
        font-size: 20px;
    }
    div.card {
        width: 300px;
    }

    .eld-bg {
        height: 500px;
    }
    .eld-content {
        width: 1200px;
    }
    .t-card {
        width: 650px;
        height: 400px;
        padding: 60px;
        font-size: 20px;
    }
    #mini-card {
        height: 170px;
    }
    .eld-img{
        width: 400px;
    }
    .wave-cards {
        width: 1300px;
    }
    .w-card {
        width: 550px;
        height: 550px;
        padding: 40px;
    }
    .w-icon img {
        height: 120px;
        width: 120px;
    }
    .w-icon {
        height: 200px;
    }
    .w-text h1 {
        font-size: 50px;
        padding-bottom: 30px;
    }
    .w-text p {
        font-size: 22px;
    }
    .bg-correction {
        top: -950px;
        height: 400px;
    }
    .daily-log {
        width: 1300px;
    }
    .d-log-img img {
        width: 750px;
        height: 400px;
    }
    .d-log-text {
        width:500px;
    }
    .d-log-text h1 {
        font-size: 40px;
    }
    .d-log-text p {
        font-size: 24px;
    }

    .eld-mac {
        width: 1300px;
    }
    .mac-img img  {
        width: 700px;
    }

    .eld-mac-text {
        width: 500px;
    }
    .eld-mac-text h1 {
        font-size: 32px;
        padding-bottom: 20px;
    }
    
    .eld-mac-text p {
        font-size: 22px;
    }

    .contacts {
        font-size: 23px;
    }

    /* #nav-logo {
        width: 140px;
        height: 115px;
    } */
}   

/* MOBILE */
@media screen and (max-width: 775.98px) {
    .offcanvas-header img {
        height: 100px;
        width: 130px;
        margin-top: 20px;
    }
    button.btn-close {
     position: relative;
     left: -10px;
     background-color: rgb(103, 142, 232);
    }
    .offcanvas-body ul {
        position: relative;
        left: -180px;
    }
    .nav-item {
        width: 150px;
    }
    nav {
        width: 100vw;
        margin: 0;
        padding: 0;
    }
    nav.nav-target {
        padding: 0px 0px;
    }
    div.container-fluid {
        width: 350px   ;
        padding: 0;
    }

    div.l-page-content {
        width: 350px;
    }
.l-page-content h1 {
        width: 350px;
        font-size: 45px;
        text-align: center
    }

    .l-page-content h5 {
        width: 350px;
        text-align: center
    }
    div.btn {
        flex-direction: column;
        height: 150px;
        justify-content: space-between;
    }
    .btn-learn, .btn-contact {
        width: 250px;
        margin: auto;
    }
    .m-features-title {
        width: 350px;
    }
    .m-features-title h1 {
        font-size: 38px;
    }
    .m-features-title h5 {
        font-size: 22px;
    }
    div.m-features {
        width: 350px;
        position: relative;
        min-height: 2900px;

    }
    div.line-1 {
        flex-direction: column;
        /* top: 700px; */
        min-height: 1400px;
    }
    div.line-2 {
        flex-direction: column;
        min-height: 1400px;
    }
    div.card {
        width: 320px;
        margin: auto;
    }
    .card-icon {
        margin-bottom: 0;
        min-height: 110px;
    }

    .eld-content {
        flex-direction: column;
        width: 350px;
        top: -780px;
        margin: auto;
        text-align: center;
    }

    .t-card {
        width: 350px;
    }
    .eld-bg {
        height: 800px;
    }
    .eld-text h1{
        font-size: 40px;
        margin-top: 30px;
    }
    .wave {
        height:0px;
    }
      .wave-cards {
        width: 350px;
        flex-direction: column;
        justify-content: space-between;
        height: 720px;
    }
    .w-card {
        width: 320px;
        margin: auto;
        height: 320px;
    }
    .daily-log {
        width: 350px;
        flex-direction: column;
    }
    .d-log-img img {
        width: 350px;
        height: 210px;
        margin-bottom: 40px;
    }
    /* .bg-correction {
        height: 900px;
        top: -1500px;
    } */

    .d-log-text {
        width: 350px;
    }
    .d-log-text p {
        width: 350px;
    }

    .d-log-text h1 {
        width: 350px;
    }

    .eld-mac {
        width: 350px;
        flex-direction: column;
    }
    .mac-img img {
        width: 350px;
    }
    .eld-mac-text {
        width: 350px;
        margin-bottom: 30px;
    }

    .footer {
        height: 750px;
        flex-direction: column;
    }

    .f-logo img{
        width: 350px;
        margin: auto;
        margin-left: 3vw;

    }
    .contacts {
        flex-direction: column;
        width: 350px;
        height: 400px;
        padding-top: 0px;
        font-size: 18px;
        justify-content: space-around;
        padding-left: 20px;
        /* text-align: center; */
        /* margin: auto; */
    }

    p#address {
        width: 250px;
    }

    .contact {
        margin-left: 0;
    }
}
