:root{--modum-basecolor:#600600;}

body {
    font-family: 'Source Sans Pro', sans-serif;
    color:#6a6a6a;
}

h2 {
    text-transform: uppercase;
    color: #454545;
    font-weight: 700;
}

h3 {
    color: #454545;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125rem;
}

h2 span {
    color: rgba(96, 6, 0, 0.8);
}

a {
    color: var(--modum-basecolor);
    text-decoration: none !important;
}

a:hover, a:focus, a:active {
    color: #505050;
}

*:focus {
    outline: none !important;
}

.slider {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.slider h1 {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
}

@media(min-width: 992px) {
    .slider h1 {
        font-size: 4rem;
    }
}

.slider  video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.slider  .container {
    position: relative;
    z-index: 2;
    padding-top: 125px;
}

.slider  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    background-image: url('../img/banner-pattern.png');
    opacity: 0.5;
    z-index: 1;
}


.header {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 99;
}

.header .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.3);
}

.header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header.fixed {
    position: fixed;
    top: 0;
    background: rgba(0,0,0,0.8);
}


.header-top {
    background: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1.125rem;
}

.header-top .socials a {
    color: #fff;
}

.header-top .flags a{
    opacity: 0.3;
}

.header-top .flags a:hover,
.header-top .flags a:focus,
.header-top .flags a.active{
    opacity: 1;
}

.navbar {
    padding: 0;
}

.navbar .nav-link {
    color: #fff;

    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    border-left: 0;
}

@media (min-width:992px) {
    .navbar .nav-link {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
    border-left: 2px solid  #fff;
    color: #fff;
}


@media (min-width:992px) {
    .navbar .nav-link {
        padding-left: 0;
    }

    .navbar .nav-link:hover,
    .navbar .nav-link:focus,
    .navbar .nav-link.active {
        border-left: 0;
        border-bottom: 2px solid #fff;
    }
}

.call-to-action {
    background: var(--modum-basecolor);
    color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.call-to-action h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}


@media (min-width:768px) {
    .call-to-action h2 {
        font-size: 1.6rem;
    }

}

@media (min-width:992px) {
    .call-to-action h2 {
        font-size: 1.8rem;
    }

}



.footer-top {
    background: rgb(52, 54, 62);
    color: #fff;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.section-heading {
    text-align: center;
    padding-bottom: 2rem;
}

@media (min-width:1200px) {
    .section-heading {
        padding-left: 15rem;
        padding-right: 15rem;
    }
}

.footer-top .list-group .list-group-item {
    background: none;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    border-color: #3e4752;
}

.footer-top h4:after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #6a6a6a;
    margin: 8px 0 25px;
}

.footer-top .list-group i {
    margin-right: 0.25rem;
}

.footer-top a {
    color: #fff;
}

.footer-top a:hover, .footer-top a:focus, .footer-top a:active {
    color: #bcbcbc;
}

a:hover, a:focus, a:active {
    color: var(--modum-basecolor);
}

.copyright {
    background: #272930;
    color: #6a6a6a;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.copyright a {
    color: #c7c7c7;
}

.copyright a:hover, .copyright a:focus, .copyright a:active {
    color: #ffffff;
}

.services {
    background: #e4e7f3
}

.services h2{
    text-align: center;
}

.services .service-section {
    text-align: center;
    margin-bottom: 2rem;
}

.services .service-section h3 {
    position:relative;
    padding-bottom: 0.75rem;
    margin-top: 1rem;
}

.services .service-section h3:after {
    background: #848486;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 41px;
}

.services.direction-services .service-section h3:after {
    display: none;
}


.section-padding {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.section-padding h2 {
    font-size: 2.25rem;
}

.products .card-header {
    position: relative;
}
.products .card-header {
    position: relative;
}

.products .card{
    border: 0;
}
.products {
    background-size: cover;
    background-image: url('/img/map.png');
    background-position: center;
}

.products .card-header {
    border-bottom: 0;
}

.products .card-header h3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(96, 6, 0, 0.8);
    color: #fff;
    padding: 1rem 0.5rem;
    text-align: center;
}


.products .card-body {
    background: #34363e;
    color: #fff;
}

.inner-sub-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    height: 400px;
    padding: 99px 0 0;
    position: relative;
    padding-top: 125px;
}

.inner-sub-header:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(193, 193, 193, 0.28) url(../img/banner-pattern.png) repeat;
    z-index: 0;
}

.inner-sub-header .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
}

.inner-sub-header h1 {
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 30px;
    margin: 0 0 35px;
}

@media(min-width: 992px) {
    .inner-sub-header h1 {
        font-size: 3rem;
    }

    .inner-sub-header {
        height: 500px;
    }
}

.inner-sub-header h1:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 170px;
    width: 62%;
}

.inner-sub-header h1 strong {
    font-weight: bold;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.4);
}

.inner-sub-header .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.4);
}

.inner-sub-header .breadcrumb-item a:hover,
.inner-sub-header .breadcrumb-item a:focus,
.inner-sub-header .breadcrumb-item a:active {
    color: rgba(255, 255, 255, 0379.8);
}

.form-control {
    background-color: #eceef6;
    border: 1px solid #eceef6;
    border-radius: 0;
    color: #6a6a6a;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.form-control:hover,
.form-control:focus {
    border-color: #cccccc;
    background-color: #eceef6;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(242 103 103 / 25%)
}
textarea.form-control {
    resize: none;
}

.contact-form textarea.form-control {
    height: 300px;
}

#map {
    --bs-aspect-ratio: 50%
}

@media(min-width: 1200px) {
    #map {
        --bs-aspect-ratio: 30%;
    }
}

@media(min-width: 1400px) {
    #map {
        --bs-aspect-ratio: 20%;
    }
}

.btn.btn-branded {
    background: var(--modum-basecolor);
    color: #fff;
    border-radius: 0;

    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    position: relative;
    -webkit-transition: all linear 400ms;
    transition: all linear 400ms;
}

.btn.btn-branded:before {
    background: #fff;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 51%;
    -ms-transform-origin: 51%;
    transform-origin: 51%;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: none;
}
.btn.btn-branded:hover,
.btn.btn-branded:focus,
.btn.btn-branded:active {
    color: var(--modum-basecolor);
}

.btn.btn-branded:hover:before, .btn.btn-branded:focus:before, .btn.btn-branded:active:before {
    -webkit-transform: scaleX(1.05);
    -ms-transform: scaleX(1.05);
    transform: scaleX(1.05);
}


.btn.btn-branded-light {
    background: #fff;
    color: var(--modum-basecolor);
    border: 2px solid #fff;
    border-radius: 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    position: relative;
    -webkit-transition: all linear 400ms;
    transition: all linear 400ms;
}

.btn.btn-branded-light:before {
    background: var(--modum-basecolor);
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 51%;
    -ms-transform-origin: 51%;
    transform-origin: 51%;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: none;
}
.btn.btn-branded-light:hover,
.btn.btn-branded-light:focus,
.btn.btn-branded-light:active {
    color: #fff;
}

.btn.btn-branded-light:hover:before, .btn.btn-branded-light:focus:before, .btn.btn-branded-light:active:before {
    -webkit-transform: scaleX(1.05);
    -ms-transform: scaleX(1.05);
    transform: scaleX(1.05);
}

.grecaptcha-badge {
    z-index: 50;
}

.direction-features {
    background: #e4e7f3;
    padding: 1rem 2rem;
    border: 1px solid #e4e4e7;
}

.direction-features h4 {
    color: #454545;
}

.direction-features .list-group .list-group-item {
    background: none;
    padding-left: 0;
    padding-right: 0;
}

.direction .section-heading {
    text-align: left;
    padding: 0;
}

.owl-carousel .item img{
    height: 250px;
}


.why-us {
    background: #e4e7f3;
}

.contact-details {
    background: #e4e7f3;
}


.direction-services {
    background: #e4e7f3;
}

.transport-carousel .card{
    padding: 1rem 1rem;
}

.direction-carousel .card,
.direction-carousel .card .list-group .list-group-item{
    background: #ced2e0;
}

.direction-carousel .card .list-group .list-group-item{
    padding-left: 0;
    padding-right: 0;
}

.transport-carousel .card .list-group .list-group-item{
    padding-left: 0;
    padding-right: 0;
}

.transport-carousel .card,
.transport-carousel .card .list-group .list-group-item{
    background: #ced2e0;
}

.cargo-truck .txt {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
}

@media (min-width:576px) {
    .cargo-truck .txt {
        position: absolute;
        top: 25%;
        font-size: 1.2rem;
        color: #454545;
        font-weight: 700;
        left: 50px;
    }
}
@media (min-width:768px) {
    .cargo-truck .txt {
        top: 25%;
        font-size: 1.2rem;
        color: #454545;
        font-weight: 700;
        left: 45px;
    }
}
@media (min-width:992px) {
    .cargo-truck .txt {
        top: 25%;
        font-size: 1.5rem;
        color: #454545;
        font-weight: 700;
        left: 40px;
    }
}
@media (min-width:1200px) {
    .cargo-truck .txt {
        top: 25%;
        font-size: 1.8rem;
        color: #454545;
        font-weight: 700;
        left: 60px;
    }
}
@media (min-width:1400px) {
    .cargo-truck .txt {
        top: 25%;
        font-size: 2rem;
        color: #454545;
        font-weight: 700;
        left: 80px;
    }
}
.cargo-truck {
    position: relative;
}

.cargo-truck .btn {
    display: block;
}


@media (min-width:576px) {
    .cargo-truck .btn {
        position: absolute;
        top: 23%;
        font-size: 0.9rem;
        left: 40px;
        right: 120px;
    }

    .cargo-truck.reverse .btn {
        left: 120px;
        right: 40px;
    }
}


@media (min-width:768px) {
    .cargo-truck .btn {
        top: 25%;
        font-size: 1rem;
        left: 60px;
        right: 160px;
    }

    .cargo-truck.reverse .btn {
        left: 160px;
        right: 60px;
    }
}

@media (min-width:992px) {
    .cargo-truck .btn {
        top: 20%;
        font-size: 1rem;
        left: 35px;
        right: 105px;
    }

    .cargo-truck.reverse .btn {
        left: 105px;
        right: 35px;
    }
}

@media (min-width:1200px) {
    .cargo-truck .btn {
        top: 22%;
        font-size: 1rem;
        left: 45px;
        right: 130px;
    }

    .cargo-truck.reverse .btn {
        left: 130px;
        right: 45px;
    }
}

@media (min-width:1400px) {
    .cargo-truck .btn {
        top: 24%;
        font-size: 1rem;
        left: 50px;
        right: 150px;
    }

    .cargo-truck.reverse .btn {
        left: 150px;
        right: 50px;
    }
}


@-webkit-keyframes wheel-spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes wheel-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.wheel-spin {
    -webkit-animation: wheel-spin 2s linear infinite;
    animation: wheel-spin 2s linear infinite;
    transform-box: fill-box;
    transform-origin: center;
}

.cargo-truck.reverse img {
    transform: scale(-1,1);
    transform-box: fill-box;
    transform-origin: center;
}

#priceModal .form-control {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#priceModal .btn {
    border-radius: 0;
}

#footer-map {
    --bs-aspect-ratio: 50%
}

.country-list img {
    margin-bottom: -1rem;
}

.country-list {
    background-size: cover;
    background-image: url(/img/map.png);
    background-position: center;
}


.direction-cargo-truck {
    position: relative;
}

.country-list .item {
    padding: 1.5rem 0.5rem 1rem;
    font-size: 16px;
}


.country-list .item a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.country-list .item .fi {
    margin-right: 5px;
}

.country-list .item h4 {
    margin-bottom: 0;
}

.direction-cargo-truck .flag-carousel {
    position: absolute;
    padding-right: 80px;
    top: 0%;
    padding-left: 30px;
}


@media (min-width: 380px) {
    .direction-cargo-truck .flag-carousel {
        top: 8%;
        padding-right: 88px;
    }
}


@media (min-width: 480px) {
    .direction-cargo-truck .flag-carousel {
        top: 10%;
        padding-left: 40px;
        padding-right: 110px;
    }

    .direction-cargo-truck .item {
        font-size: 18px;
    }
}


@media (min-width: 530px) {
    .direction-cargo-truck .flag-carousel {
        top: 15%;
        padding-right: 125px;
    }
}

@media (min-width:576px) {
    .country-list .item a {
        display: block;
    }

    .country-list .item .fi {
        margin-right: 0;
    }

    .direction-cargo-truck .flag-carousel {
        top: 35px;
        padding-right: 115px;
        padding-left: 35px;
    }

    .country-list .item {
        padding: 0 2.5rem 0 1.5rem;
    }
}


@media (min-width:768px) {

    .direction-cargo-truck .flag-carousel {
        top: 45px;
        padding-left: 50px;
        padding-right: 165px;
    }

    .country-list .item {
        padding: 1rem;
    }
}

@media (min-width:992px) {
    .country-list .item {
        font-size: 40px;
        padding: 0.75rem;
    }

    .direction-cargo-truck .flag-carousel {
        top: 55px;
        padding-left: 65px;
        padding-right: 210px;
    }

}

@media (min-width:1200px) {
    .direction-cargo-truck .flag-carousel{
        padding-right: 265px;
        top: 85px;
        padding-left: 90px;
    }


    .direction-cargo-truck .flag-carousel {
        top: 70px;
    }


    .country-list .item {
        padding: 0.75rem 0.5rem;
        font-size: 45px;
    }

}

@media (min-width:1400px) {
    .country-list .item {
        padding: 2rem 0.5rem;
        border-radius: 0.5rem;
    }

    .country-list .item {
        padding: 1.5rem 0.5rem;
        font-size: 60px;
    }

    .direction-cargo-truck .flag-carousel{
        padding-right: 295px;
    }
}


.direction-section {
    background: #e4e7f3
}

.direction-section ul {
    list-style: none;
    position: relative;
}

.direction-section ul li::before {
    position: absolute;
    color: var(--modum-basecolor);
    left: 0;
    font-size: 1.5rem;
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    margin-top: -0.5rem;
}


.contact-info ul {
    list-style: none;
    padding-left: 1rem;
}
