﻿@font-face {
    font-family: 'Sebastian';
    src: url('../../fonts/Sebastian.woff2') format('woff2'), url('../../fonts/Sebastian.woff') format('woff'), url('../../fonts/Sebastian.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, strong {
    font-family: 'Sebastian', sans-serif !important;
}

.error {
    color: red;
}

.btn-primary-et {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
    color: #ffffff;
    background-color: #ffad00;
    width: -moz-max-content;
    width: max-content;
    height: 60px;
    min-width: 100%;
}

.widget-input {
    box-sizing: border-box;
    border: 1px solid #c9c9c9;
    height: 60px;
    overflow: hidden !important;
    border-radius: 3px;
    font-size: 1.2rem;
    color: #000;
    text-overflow: ellipsis;
}

    .widget-input:focus {
        box-shadow: none;
        outline: 0;
        border-color: #2e7d32;
    }

    .widget-input.error {
        border-color: red;
    }

.booking-widget {
    padding: 0;
    box-shadow: 0 0.85px 3px rgba(0, 0, 0, 0.19);
    position: relative;
    margin-top: 20px !important;
}

    .booking-widget .nav-tabs {
        display: none;
    }

    .booking-widget .mob-nav-link {
        display: block;
        padding: 1.2rem 0;
        text-decoration: none;
        color: #000;
        font-size: 1.2rem;
        font-weight: 500;
    }

.nav-link.cargo-widget.active {
    color: #2e7d32 !important;
    border-top: 1px solid #517842;
    border-left: 1px solid #517842;
    border-right: 1px solid #517842 !important;
}

.shipment-track-card {
    box-shadow: 0 0.85px 3px rgba(0, 0, 0, 0.19);
    border: 1px solid #ddd;
}

.product-card {
    width: 100%;
    height: 296px;
    margin: 24px 12px 0 12px;
    background-size: 120% !important;
    background-position: center center !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: background 0.35s ease-in-out;
    -webkit-transition: background 0.35s ease-in-out;
    -moz-transition: background 0.35s ease-in-out;
    background-repeat: no-repeat !important;
}

    .product-card:hover {
        transition: background 0.35s ease-in-out !important;
        -webkit-transition: background 0.35s ease-in-out !important;
        -moz-transition: background 0.35s ease-in-out !important;
        background-size: 140% !important;
    }

    .product-card .card-title {
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.4);
        color: #f1f1f1;
        width: 100%;
        transition: .5s ease;
        opacity: 0;
        color: white;
        font-size: 20px;
        padding: 32% 0;
        text-align: center;
        opacity: 1;
        height: 100%;
        text-shadow: 2px 2px 3px #000;
        font-weight: 600;
    }

.container-header-nav {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media(min-width:498px) {
    .product-card {
        height: 370px;
    }
}

@media(min-width:768px) {
    .product-card {
        height: 240px;
    }
}

@media(min-width:992px) {
    .product-card {
        height: 265px;
    }

        .product-card .card-title {
            padding: 24% 0;
        }

    .container-header-nav {
        max-width: 1020px;
    }
}

@media(min-width:1200px) {
    .product-card {
        height: 284px;
    }

    .container-header-nav {
        max-width: 1534px;
    }
}

#flight-schedule-table tbody td {
    font-size: 16px;
}

#flight-schedule-table-container {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 10px;
}

.owl-prev span {
    font-size: 70px;
    color: #000;
}

.owl-next span {
    font-size: 70px;
    color: #000;
}

.owl-next {
    position: absolute;
    right: -23px;
    top: 70px;
    margin-right: 10px;
}

.owl-prev {
    position: absolute;
    left: -23px;
    top: 70px;
    margin-left: 10px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    outline: none;
}

@media (min-width: 1200px) {
    .owl-next {
        position: absolute;
        right: -31px;
        top: 70px;
        margin-right: 10px;
    }

    .owl-prev {
        position: absolute;
        left: -31px;
        top: 70px;
        margin-left: 10px;
    }
}

@media (min-width: 992px) {
    .booking-widget .nav-item .nav-link {
        padding: 1rem !important;
        border-right: 1px solid #ddd;
    }
}

@media (min-width: 768px) {
    .booking-widget .nav-tabs {
        display: flex;
        justify-content: space-evenly;
        border: 0;
    }

    .booking-widget .nav-item {
        width: 25%;
        background-color: #f9fafc;
    }

        .booking-widget .nav-item .nav-link {
            padding: 1rem;
            font-size: 1.2rem;
            font-weight: 500;
            color: #000;
            text-align: center;
        }

    .booking-widget .card {
        border: none;
    }

        .booking-widget .card .card-header {
            display: none;
        }

        .booking-widget .card .collapse {
            display: block;
        }
}

@media (max-width: 767px) {
    .booking-widget {
        padding: 1rem;
        background: white;
    }

        .booking-widget .tab-pane {
            margin-bottom: 15px;
            background: #f9fafc;
        }

        .booking-widget .tab-pane {
            display: block !important;
            opacity: 1;
        }
}

.responsive-tabs {
    padding: 1rem;
}

    .responsive-tabs .nav-tabs {
        display: none;
    }

@media (min-width: 768px) {
    .responsive-tabs .nav-tabs {
        display: flex;
    }

    .responsive-tabs .card {
        border: none;
    }

        .responsive-tabs .card .card-header {
            display: none;
        }

        .responsive-tabs .card .collapse {
            display: block;
        }
}

@media (max-width: 767px) {
    .responsive-tabs .tab-pane {
        display: block !important;
        opacity: 1;
    }
}

.input-date-icon {
    position: absolute;
    top: 45px;
    right: 30px;
    font-size: 25px;
    cursor: pointer;
}

#ui-datepicker-div {
    box-shadow: 0 2px 6px rgba(0,0,0,.52);
    border-radius: 0;
    border: 0;
    width: 18.5em;
    padding: 1em .5em 1em .5em;
}

.ui-datepicker-calendar {
    border-spacing: 4px;
}

div.ui-widget-header {
    border: 0;
    background: #fff;
}

span.ui-icon-circle-triangle-w {
    background-position: -97px 0;
}

span.ui-icon-circle-triangle-e {
    background-position: -32px 0;
}

a.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover {
    background-color: #dbdbdb !important;
    border: 0;
    right: 2px;
    top: 2px;
    cursor: pointer;
    border-radius: 9px;
}

a.ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover {
    background-color: #dbdbdb !important;
    border: 0;
    left: 2px;
    top: 2px;
    cursor: pointer;
    border-radius: 9px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border-radius: 4px;
    text-align: center;
    background: #fff !important;
    border-radius: 9px;
    border-color: #fff !important;
    height: 2.6em;
    width: 2.6em;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .ui-state-default:hover {
        background: #dbdbdb !important;
    }

td.ui-datepicker td {
    padding-bottom: 5px;
}

.ui-state-default.ui-state-highlight {
    border: 1px solid #2e7d32 !important;
    background: #fff !important;
    color: #2e7d32 !important;
}

.ui-state-default.ui-state-active {
    border: 1px solid #2e7d32 !important;
    background: #2e7d32 !important;
    color: #fff !important;
}

.ui-widget-header {
    color: #2e7d32;
    font-weight: 700;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}

.cargo-tracking-widget, .cargo-schedule-widget {
    box-shadow: 0 0.85px 3px rgba(0, 0, 0, 0.19);
}

.js-video-lead {
    position: relative !important;
    cursor: pointer;
}

    .js-video-lead iframe {
        width: 100%;
        height: 650px;
    }

    .js-video-lead .video-thumbnail {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 650px;
        object-position: right;
    }

@media(max-width:678px) {
    .js-video-lead iframe {
        height: 400px;
    }

    .js-video-lead .video-thumbnail {
        height: 400px !important;
    }
}

.carousel-next-prev:hover {
    background: green;
    color: white;
    padding: 20px;
}