@import url('https://fonts.googleapis.com/css2?family=Judson:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Judson", serif;
}

h2 {
    font-size: 3rem;
}

/* Header */
.top-header {
    padding: 10px 0;
}

.top-header i {
    color: #ed2427;
    margin: 0 5px;
}

.head-inner {
    padding: 0;
    margin: 0;
}

.head-inner a {
    color: #222;
    font-weight: 400;
}

.head-inner a:hover {
    color: #222;
}

.head-inner li {
    display: inline-block;
    padding: 5px 15px;
    color: #222;
}

.top-header-list li {
    display: inline-block;
    padding: 8px 12px;
    color: #222;
}

.header-login {
    background: #ed2427;
    padding: 8px 16px !important;
}

.header-login a {
    text-decoration: none !important;
    color: #fff !important;
}

.header-login i {
    color: #fff;
}

.header-section .navbar-toggler {
    position: absolute;
    right: 0;
    top: 50%;
    color: #fff;
}

/*  Bottom-Header  */
.bottom-header {
    background: url(../images/header-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 0;
}

.bottom-header .navbar-logo {
    position: absolute;
    top: -82px;
    left: 59%;
    transform: translateX(-50%);
}

.navbar-logo img {
    width: 110px;
    background: #fff;
    padding: 10px;
    border-radius: 15px;
}

.bottom-header .bottom-header-list {
    padding: 0;
    margin: 0;
}

.bottom-header-list li {
    list-style-type: none;
    padding: 10px 30px;
}

.bottom-header-list li a {
    text-decoration: none;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    text-transform: capitalize;
}

.bottom-header-list li a:hover,
.bottom-header-list i {
    color: #f2d474;
    font-weight: bold;
}

/* title-section */
.section-title {
    color: #fdcd31;
}

.section-highlight {
    color: #ed2124;
}

.section-text {
    line-height: 1.7;
    color: #00000098;
    text-align: justify;
}

/* slider-panel */
.slider-panel {
    background: url(../images/slider-bg.png) no-repeat;
    background-size: 100% 100%;
}

.slider-inner {
    background: url(../images/slider-img.png) repeat-x bottom;
    padding: 50px 0 20rem;
    position: relative;
    animation: slider-bg 40s infinite linear;
    transition: 1s ease-in-out;
}

@keyframes slider-bg {
    0% {
        background-position-x: 0
    }

    100% {
        background-position-x: -60rem;
    }
}

.slider-truck {
    position: absolute;
    bottom: 0;
}

.slider-subtitle {
    color: #3686c4;
    font-weight: bold;
    text-align: right;
}

.booking-section {
    background: #8bb9dd;
    border-radius: 10px;
    padding: 15px;
}

.book-form {
    background: #fff;
    border-radius: 10px;
    padding: 0px 0px 0px 35px;
}

.book-form .book-control {
    background-color: #fff !important;
    width: 100%;
    min-height: 40px !important;
    border: none !important;
    outline: none;
    border-bottom: 1px solid #000 !important;
    margin: 10px 0;
    box-shadow: none !important;
    border-radius: 0;
}

.book-form .book-group {
    position: relative;
    margin: 0 25px;
}

.field-img {
    position: absolute;
    left: -37px;
    top: 7px;
}

.book-form .book-control:focus {
    border-bottom: 1px solid #d94639 !important;
}

.book-form .book-button {
    background: #ed2124;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.8px;
    font-weight: 500;
    padding: 30px 40px;
    border-radius: 0;
}

/* feature-section */
.feature-section {
    padding: 60px 0;
}

.feature-card {
    padding: 20px;
    text-align: center;
    background: #1a75bc;
    color: #fff;
    border-radius: 20px;
    margin: 5px 0;
    transition: .6s ease;
}

.feature-icon {
    display: inline-block;
    background: url(../images/feature-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px;
    transition: .6s ease;
}

.feature-card p {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 13px;
}

.feature-card:hover {
    background: #ed2124;
    transition: 1s ease;
}

/* about-section */
.about-section {
    padding: 60px 0;
    background: #1a75bc;
    color: #fff;
}

/* service-section */
.service-section {
    padding: 80px 0;
}

.service-card {
    text-align: center;
    color: #222;
    padding: 15px 15px 0;
    background: #fff;
    border: 3px solid #fff;
    transition: .6s ease;
    margin: 5px 0;
    border-radius: 40px 0 40px 0;
}

.service-icon {
    display: inline-block;
    background: #fff;
    padding: 20px;
    border-radius: 40px 0 40px 0;
}

.service-card p {
    text-align: center;
    color: inherit;
    margin: 0;
    font-size: 13px;
}

.service-title {
    margin: 12px 0;
    transition: .6s ease;
}

.service-card:hover {
    background: #fdcd31;
    transition: 1s ease;
}

.service-card:hover h6 {
    color: #1a75bc;
    transition: 1s ease;
}

.service-card img {
    transition: .6s ease;
}

/* route-section */
.route-section {
    padding: 60px 0 30px;
    background: url(../images/route-truck.png) no-repeat bottom right / auto 65%;
    overflow: hidden;
}

.route-inner {
    margin: 15px;
    position: relative !important;
}

.route-title {
    background: #1a75bc;
    padding: 10px;
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
    margin: 10px;
    position: absolute;
    bottom: 0;
    border-radius: 10px;
    width: 90%;
}

.route-slider .slick-current img {
    filter: drop-shadow(6px 6px 0px #ed2124);
}

/* footer-section */
.footer-section {
    background: #1a75bc;
}

.footer-top {
    padding: 50px 0;
}

.footer-top h5 {
    color: #fdcd31;
    margin: 20px 0;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
}

.footer-top p,
.footer-top a {
    color: #fff;
    line-height: 2;
    padding-left: 6px;
    font-size: 13px;
    position: relative;
    margin: 0;
}

.footer-top i {
    color: #fdcd31;
    position: absolute;
    left: -10px;
    top: 9px;
}

/* footer-bottom */

.footer-bottom {
    padding: 15px 0;
}

.footer-bottom .container {
    background: #fff;
    padding: 30px;
    border-radius: 60px;
}

.footer-bottom a,
.footer-bottom p {
    color: #000;
    margin: 0;
}

/* media */

@media (max-width: 992px) {
    .bottom-header {
        background: #1b76bc;
    }

    .bottom-header .navbar-logo,
    .slider-truck {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: translateX(0);
    }

    .slider-inner,
    .feature-section,
    .about-section,
    .service-section,
    .route-section,
    .footer-top {
        padding: 20px 0;
    }
}