:root {
    --primary: #00A27B;
    ;
    --white: #ffffff;
}

body {
    overflow-x: hidden;
}

* {
    font-family: 'Helvetica Neue', sans-serif;
}

.container {
    max-width: 1300px;
}

.bg-primary {
    background-color: var(--primary);
}

.btn-primary-sm {
    background-color: var(--primary);
    padding: 10px 20px;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
    font-size: 14px;
}

.text-primary {
    color: var(--primary);
    ;
}

.primary-btn {
    padding: 18px 60px;
    font-weight: 600;
}

.btn-outline {
    border: 1px solid #00A27B80;
    border-radius: 100px;
    color: #191825;
    padding: 12px 28px;
    font-weight: 700;
    height: max-content;
    transition: all 0.5s ease;
}

.btn-outline:hover {
    background-color: var(--primary);
    color: #fff;
}


/* utilities*/

.section-space {
    padding: 100px 0;
}

.section-bottom-space {
    padding-bottom: 100px;
}

.section-heading {
    margin-bottom: 40px;
}

.short-title {
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
}

.section-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.section-title-bottom {
    font-weight: 400;
    color: #475467;
    font-size: 20px;
}

.inner-content {
    background-color: #F6FFFD;
}

.border-1 {
    border-color: #DDDDDD;
}

.max-content {
    width: max-content;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1202px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}


/* Banner */

.banner {
    background-color: var(--primary);
    min-height: 100vh;
    padding: 90px 0;
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.banner-img {
    position: absolute;
    right: -50px;
    bottom: -4.4cm;
    width: 60%;
    height: auto;
    z-index: 1;
}

.banner-content {
    background-color: #fff;
    border-radius: 50px 270px 50px 50px;
    padding: 60px;
}

.banner-logo {
    height: 64px;
    width: auto;
}

img.vert-move {
    position: absolute;
    right: -20px;
   -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    max-height: 300px;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

img.hor-move {
    position: absolute;
    right: 50px;
    -webkit-animation: mover1 5s infinite alternate;
    animation: mover1 5s infinite alternate;
}

img.hor-move {
    -webkit-animation: mover1 5s infinite alternate;
    animation: mover1 5s infinite alternate;
}

@keyframes mover1 {
    0% {
        right: -100px;
    }
    100% {
        right: 100%;
    }
}

@-webkit-keyframes mover1 {
    0% {
        right: -100px;
    }
    100% {
        right: 100%;
    }
}

.section-banner {
    padding: 18px 0;
    background-color: var(--primary);
}

.enjoy-journey {
    background-color: #F4F3F3;
}

.why-choose {
    background: url('images/map-bg-1.png');
    background-size: cover;
    background-position: center center;
}

.search-wrap {
    max-width: 420px;
    margin-left: auto;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 10px #0000000c;
    padding: 24px;
}

.input-group-1,
.input-group-2 {
    background-color: #F7F7F9;
    padding: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 4px;
}

.input-group-2 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.input-group-1 img,
.input-group-2 img {
    height: 24px;
}

.input-group-1 input,
.input-group-2 input {
    background-color: transparent;
}

.border-right {
    width: 1px;
    height: 100%;
    background-color: #DFDFDF;
    margin: auto;
}

.track {
    position: relative;
    padding: 50px 0 200px 0;
    min-height: 920px;
}

.track:after {
    content: "";
    position: absolute;
    background: url(images/tracking-icon.png);
    width: 22%;
    height: 50%;
    bottom: 0;
    background-repeat: no-repeat !important;
    right: -19px;
    background-size: contain;
}

.track img {
    position: absolute;
    top: 0;
    right: 100px;
    height: 100%;
}

.track-1 img {
    right: 0;
}

.track-1::after {
    right: auto;
    left: 0;
    top: 0;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.track--1::after {
    background: url(images/tracking-1.png);
    left: 10px;
    width: 27%;
}

.swiper-button-prev,
.swiper-button-next {
    display: none !important;
}

.client img {
    max-height: 120px;
}

.our-partners {
    background-color: #F6F6F6;
    padding: 60px 40px;
    border-radius: 25px;
}

.booking-service {
    background-image: url('images/1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 60px 40px;
    border-radius: 25px;
}

.online-ticket {
    background-image: url('images/bus.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.online-ticket .bus-type {
    padding: 12px 16px;
    background-color: #F1F3F4;
    color: #010409;
    border-radius: 100px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.online-ticket .bus-type.selected {
    background-color: var(--primary);
    color: #fff;
}

.bus-type .bus-highlights {
    font-size: 12px;
    color: #fff;
    background-color: var(--primary);
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 100px;
    margin-left: 10px;
}

.advantages li {
    color: #475467;
    font-size: 18px;
    margin-bottom: 20px;
}

.pop-rout ul a {
    font-weight: 600;
    color: var(--primary);
}

.pop-rout ul li {
    margin-bottom: 12px;
}

.booking-app {
    /*background: url('../images/booking-app.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    position: relative;
    padding-bottom: 0;
}

.booking-app .section-title {
    font-size: 24px;
    color: #fff;
}

.rating-text {
    color: #fff;
}

.booking-app:before {
    content: "";
    background-color: #1E1E1E;
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    z-index: -1;
}

.booking-app-highlights {
    display: flex;
    flex-wrap: wrap;
}

.booking-app-highlights-list {
    display: flex;
    width: 45%;
    color: #fff;
    margin: 0 16px;
    margin-bottom: 30px;
}

.booking-app-highlights-list h5 {
    font-size: 16px;
    font-weight: 500;
}

.booking-app-highlights-list p {
    font-size: 14px;
    margin-bottom: 0;
}

.booking-app-highlights-list img {
    margin-right: 20px;
    display: inline-block;
    max-width: 20px;
}

.direction-icon {
    width: 40px;
    height: 40px;
    background: #E9E9E9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    /* left: calc(30% - 20px); */
    top: 78px;
    right: 40px;
}

.cta {
    background-color: #F9FAFB;
    padding: 60px 0;
}

.footer-bottom {
    background-color: var(--primary);
}

.social-links li {
    margin: 0 12px;
}

.footer {
    color: #fff;
    padding-top: 200px;
}

.subscription {
    position: relative;
    width: 80%;
}

.add-email {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100px;
}

.add-email::placeholder {
    color: #fff;
}

.add-email {
    padding: 12px 24px;
    width: 100%;
}

.submit-email {
    position: absolute;
    right: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
    background-color: #fff;
    padding: 11px 24px;
    border-radius: 100px;
    top: 3px;
    right: 3px;
}

.footer-left {
    width: 48%;
}

.footer-right {
    width: 50%;
}


/* Booking Header */

.booking-header {
    color: #fff;
}

.booking-header i {
    color: #fff;
}

.booking-header-list {
    opacity: 0.42;
    width: max-content;
}

.booking-header-list .icon-wrap {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7F7F96B;
    border-radius: 50%;
    margin-right: 24px;
}

.booking-header-list.active {
    opacity: 1;
}

.booking-header-list.active i {
    color: #000;
}

.booking-header-list.active .icon-wrap {
    background-color: #fff;
}

.date-choose.active,
.date-choose:hover {
    background-color: var(--primary);
    color: #fff;
}

.booking-date {
    width: 83%;
    overflow-x: hidden;
    white-space: nowrap;
}

.booking-calendar {
    width: 14%;
}


/* filter Sidebar*/

.filter-sidebar {
    width: 37%;
    border: 1px solid #DDDDDD;
    background-color: #fff;
    padding: 24px;
    border-radius: 16px;
}

.filter-sidebar .divider {
    border-color: #DDDDDD;
    margin: 12px 0;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #FF8811;
    margin-right: 8px;
}

.price-starts {
    font-size: 14px;
    font-weight: 500;
}

.price-starts span {
    font-size: 8px;
}

.bus-operator-list-right {
    width: 22%;
    margin-left: auto;
}

.seats-wrap {
    background-color: #00000008;
    border-radius: 8px;
    padding: 8px;
}

.bus-operator-list {
    position: relative;
}

.bus-operator-list:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #F6FFFD;
    top: 32px;
    left: -12px;
}

@media only screen and (max-width: 768px) {
    .section-space {
        padding: 60px 0;
    }
    .section-bottom-space {
        padding-bottom: 60px;
    }
    .short-title {
        font-size: 14px;
    }
    .section-title {
        font-size: 24px;
    }
    .section-title-bottom {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .primary-btn {
        padding: 12px 32px;
        font-size: 16px;
    }
    .btn-outline {
        padding: 6px 12px;
        font-size: 14px;
    }
    .banner-logo {
        height: 40px;
        width: auto;
        margin-bottom: 24px;
        margin-top: 0;
    }
    .border-right {
        width: 100%;
        height: 1px;
    }
    .track:after {
        display: none;
    }
    .client img {
        max-height: 90px;
    }
    .footer-left {
        width: 100%;
    }
    .footer-right {
        width: 100%;
        margin-top: 40px;
    }
    .why-choose-list img {
        max-width: 70px;
        max-height: 70px;
    }
    .banner-title {
        font-size: 24px;
        line-height: 1.4;
    }
    .banner-content {
        border-radius: 50px 125px 50px 50px;
    }
    .banner {
        padding-bottom: 140px;
    }
    .banner-img {
        right: 0;
        bottom: -60px;
        width: 100%;
    }
    .search-wrap {
        flex-direction: column;
    }
    .input-group-1,
    .input-group-2 {
        width: 100%;
        border-radius: 0;
        margin-bottom: 6px;
        padding: 16px;
    }
    .input-group-3 {
        padding: 16px;
    }
    .input-group-4 {
        background-color: transparent;
        margin-top: 10px;
        padding: 0;
    }
    .book-ticket-list {
        padding: 24px 16px 24px 32px;
    }
    .bus-name,
    .location {
        font-size: 14px;
    }
    .bus-type,
    .time {
        font-size: 13px;
    }
    .why-choose-list h5,
    .why-choose-text {
        font-size: 16px;
    }
    .why-choose-list p {
        font-size: 13px;
    }
    .our-partners {
        padding: 20px;
    }
    .booking-service {
        background-position: top;
    }
    .online-ticket {
        background: none;
    }
    .advantages li {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .adv-img {
        max-width: 70%;
        margin: auto;
    }
    .faq p {
        font-size: 14px;
    }
    .booking-app-highlights-list {
        width: 100%;
    }
    .social-links {
        justify-content: center;
        margin-top: 12px;
    }
    .bus-operator-list-right {
        width: 100%;
    }
    .mobile-booking-header .arrow-icon:before {
        color: #000;
    }
    .mobile-booking-header .icon-wrap {
        margin-right: 16px;
    }
    .mobile-booking-header .booking-calendar {
        width: 30%;
    }
    img.vert-move {
        max-height: 150px;
        bottom: 15px;
    }
    .hor-move {
        max-height: 65px;
    }
}


/* testimonial Slider */

.creative-testimonial--slider {
    padding: 350px 90px 10px 0;
    position: relative;
}

.testimonial-left--thumb img,
.testimonial-right--thumb img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    margin-top: 7%;
}

.testimonial-left--thumb {
    position: absolute;
    display: inline-block;
    left: 50px;
}

.testimonial-right--thumb {
    position: absolute;
    display: inline-block;
    right: 50px;
    top: 0px;
}

.creative-testimonial--slider .slider-row {
    max-width: 100%;
    margin: auto;
}

.slider-row .swiper {
    width: 80%;
    max-width: 650px;
    margin: 0 auto;
}

.slider-row .swiper-slide {
    text-align: right;
}

.testimonial-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.testimonial-wrap--inner {
    text-align: right;
}

.quote-icon {
    margin-bottom: 30px;
    border-radius: 50%;
    margin-right: 100px;
    width: 220px;
    height: 220px;
}

.testimonial-heading {
    color: #fff;
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0px;
    padding-left: 100px;
    text-align: left;
}

.testimonial-user {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 32px;
}

.slider-custom-image-pagination .swiper-pagination-bullet {
    width: 100px;
    height: 100px;
    background-size: cover;
    margin: 0 60px !important;
    transition: 0.3s;
    border-radius: 50%;
    opacity: .4;
}

.slider-custom-image-pagination .swiper-pagination-bullet-active {
    filter: grayscale(0);
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.creative-testimonial--slider .slider-row .swiper-pagination {
    margin-top: 35px;
    top: 0;
}

.client-img {
    max-width: 220px;
}

.testimonial-content {
    position: relative;
}

.quote-top {
    position: absolute;
    top: -24px;
}

.quote-bottom {
    margin-left: auto;
    transform: rotate(180deg);
    margin-top: 20px;
}


/* ================= RESPONSIVE IPAD PRO ====================== */

@media only screen and (max-width: 1024px) {
    .testimonial-left--thumb,
    .testimonial-right--thumb {
        display: none;
    }
    .testimonial-heading {
        margin-bottom: 15px;
        font-size: 18px;
        padding-left: 0;
        text-align: center;
    }
    .testimonial-user {
        text-align: center;
    }
    .slider-custom-image-pagination .swiper-pagination-bullet {
        margin: 0 !important;
    }
    .quote-icon,
    .client-img {
        margin: auto;
        max-width: 100px;
        margin-bottom: 40px;
        height: auto;
        width: auto;
    }
    .testimonial-heading {
        margin-top: 40px;
    }
    .quote-top,
    .quote-bottom {
        max-width: 40px;
    }
    .swiper-fade .swiper-slide-active,
    .slider-row .swiper-slide {
        min-width: 340px !important;
    }
    .footer {
        padding-top: 100px;
    }
    .track {
        padding: 50px 0 100px 0;
        min-height: auto;
    }
    .track img,
    .track-1 img {
        position: static;
    }
    .track-wrapper .swiper-wrapper {
        padding: 50px 0 50px 0;
    }
    .track:after {
        content: "";
        position: absolute;
        background: url(images/tracking-icon.png);
        width: 22%;
        height: 50%;
        bottom: 0;
        background-repeat: no-repeat !important;
        right: -19px;
        background-size: contain;
    }
    .track .swiper-pagination {
        display: none !important;
    }
}


/* ================= RESPONSIVE IPHONE ====================== */

@media only screen and (max-width: 480px) {
    .slider-row .swiper {
        width: 100%;
        max-width: 100%;
    }
    .slider-custom-image-pagination .swiper-pagination-bullet {
        width: 70px;
        height: 70px;
    }
    .testimonial-heading {
        margin-bottom: 15px;
        font-size: 18px;
        padding-left: 0;
    }
    .creative-testimonial--slider .slider-row .swiper-pagination {
        margin-top: 15px;
    }
    .creative-testimonial--slider {
        padding: 0;
        position: relative;
    }
    .swiper-wrapper {
        padding-top: 350px;
    }
    .track-wrapper .swiper-wrapper {
        padding: 50px 0 50px 0;
    }
}

.odd {
    transform: translateY(100px);
}