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


body {
    font-family: "Roboto", sans-serif !important;
    width: 100%;
    height: auto;
    overflow-x: hidden;
}

body a {
    text-decoration: none !important;
}

body a:hover {
    color: #F16623 !important;
}

body p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    color: #000;
}

body.home-page .main_wrapper {
    min-height: calc(100vh - 142px);
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.ptb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.field-user-password .field-icon {
	position: absolute;
	right: 30px;
	top: 44px;
	margin: 0;
}

.btn.btn-theme {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #F16623;
    border-radius: 10px;
    box-shadow: none;
    padding: 13px 40px;
    border:1px solid #F16623 !important;
}
.btn.btn-theme:hover{
    color: #F16623;
    background-color: #fff;
    border-color: #F16623 !important;
}


.title-head h6 {
    color: #F16623;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 20px 0;
}

.title-head h1 {
    color: #2C2A44;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
    margin: 0;
}

.title-head p {
    color: #2C2A44;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
}

/* Header CSS */

.header_default .navbar-toggler {
    box-shadow: none !important;
}

.header_default .navbar-toggler-icon {
    background-image: none;
}

.header_default {
    padding: 10px 0;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 9;
}

.header_default .navbar-brand {
    margin-right: 0;
}

.header_default .navbar-brand h3 {
    font-size: 26px;
    line-height: 36px;
    color: #2C2A44;
    font-weight: 700;
    margin-bottom: 0;
}

.header_default .navbar-brand img {
    width: 60px;
}

.header_default .navbar-nav li.active a,
.header_default .navbar-nav li:hover a {
    color: #F16623;
}

.header_default .navbar-nav li a {
    font-size: 14px;
    line-height: 24px;
    color: #2C2A44;
    font-weight: 500;
    padding: 0;
    font-family: "Roboto", sans-serif !important;
}


/* Banner Area CSS */

.banner-area {
    width: 100%;
    height: auto;
    background-image: url('../img/banner-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    min-height: 504px;
}

.banner-area .banner-left h6 {
    text-align: left;
    color: #666;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}

.banner-area .banner-left h1 {
    color: #2C2A44;
    font-size: 65px;
    font-weight: 600;
    line-height: 80px;
    text-transform: capitalize;
    margin: 30px 0;
}

.banner-area .banner-left p {
    color: #2C2A44;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
}

.banner-img {
    text-align: right;
}

.banner-img img {
    max-width: 100%;
}

/* Banner CSS Ends Here */


/* What we area CSS */


.what-we-area {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.what-we-area .what-box {
    width: 100%;
    height: auto;
    padding: 25px;
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
}

.what-we-area .what-box:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.what-we-area .what-box h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #2C2A44;
}

.what-we-area .what-box img {
    margin-bottom: 20px;
}

/* App Slider  */

.screen-shot-area {
    background: #fff;
}

.app-slider {
    position: relative;
}

.app-slider .swiper-pagination {
    bottom: -50px !important;
}

.app-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.app-slider .swiper-pagination-bullet-active {
    background-color: #F16623;
}

.app_slider .swiper-slide .app-screen img {
    opacity: 0.5;
    transition: all 200ms linear;
    transform: scale(0.9);
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.app_slider .swiper-slide .app-screen {
    width: 344px;
    height: 700px;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
}

.app_slider .swiper-slide-active .app-screen img {
    opacity: 1;
    transform: scale(1);
}

.app_slider .swiper-slide-active .app-screen {
    position: relative;
}

.app_slider .swiper-slide-active .app-screen:before {
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    width: 354px;
    height: 726px;
    background-image: url('../img/mobile-frame.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 99;
    display: none;
}

/* Download App CSS  */


.down-app {
    position: relative;
    overflow: hidden;
    background: #fbf8f0;
}

.down-app .down-app-img {
    position: absolute;
    top: 0;
    transform: rotate(-15deg);
}

.down-app .down-app-img img{
    width: 80%;
    max-width: 100%;
}

.down-app .down-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* Tstimonials CSS */


.testimonial-section {
    position: relative;
    background: #f4f5f8;
}

.testimonial-section:before {
    background-image: url('../img/map.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
}

.testimonial-carousel {
    overflow: hidden;
    padding: 25px 5px 25px;
    position: relative;
}


.testi-pagination {
    margin-left: -5px;
}

.testi-pagination .swiper-pagination {
    left: 5px;
    bottom: -5px;
    text-align: left;
}

.testi-pagination .swiper-pagination-bullet-active {
    background-color: #F16623;
}


.testi-item {
    background-color: #fff;
    border-radius: 2px;
    padding: 40px;
    box-shadow: 0 1px 5px rgb(0 0 0/20%);
    position: relative;
}

.testi-item p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: -0.5px;
    color: #858687;
}

.quote-icon {
    background-color: #F16623;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    font-size: 30px;
    color: #fff;
    width: 60px;
    height: 50px;
    position: absolute;
    right: 100px;
    top: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.testi-author .author-thumb img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.testi-author .author-info h3 {
    font-size: 22px;
    margin: 0;
    display: block;
    line-height: 1;
}

.testi-author .author-info h3 span {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-top: 10px;
}

.testimonial-carousel .swiper-pagination {
    text-align: left;
}

.feature-wrap {
    background-color: #F16623;
    padding: 110px 40px;
    background-image: repeating-linear-gradient(45deg,
            #f7a20f 0,
            #f7a20f 2px,
            transparent 0,
            transparent 100%);
    background-size: 10px 10px;
    margin-left: 40px;
}

.testimonial-carousel .author-thumb {
    width: 70px;
    height: 70px;
}


.taxi .Booking-features li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.taxi .Booking-features li:not(:last-of-type) {
    margin-bottom: 30px;
}

.feature-icon {
    font-size: 60px;
    color: #fff;
}

.feature-content h3 {
    color: #fff;
    font-size: 22px;
    margin: 0;
}

.feature-content p {
    margin: 0;
    color: #fafafa;
}

/* Blog CSS */

.blog-section {
    background-color: #fff;
}

.post-card {
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 1px 5px rgb(0 0 0/20%);
}

.post-card .post-thumb {
    position: relative;
    width: 100%;
    height: 256px;
}


.post-card .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-content-wrap {
    padding: 30px;
}

.post-meta {
    margin-bottom: 10px;
    padding-left: 0;
}

.post-meta li {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
    color: #666;
    display: inline-flex;
    align-items: center;
}

.post-meta li:not(:last-of-type) {
    margin-right: 10px;
}

.post-meta li i {
    color: #F16623;
    font-size: 15px;
    margin-right: 5px;
}

.post-card .post-content h3 {

    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.5px;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.post-card .post-content h3 a {
    background: linear-gradient(#F16623 0%, #F16623 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
}

.post-card .post-content h3 a:hover {
    background-size: 100% 3px;
}

.post-card .post-content h3 a {
    color: #222;
}

.post-card .post-content .read-more {
    font-family: space grotesk, sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-transform: capitalize;
    color: #666;
    position: relative;
    padding-left: 30px;
}

.post-card .post-content .read-more:before {
    background-color: #F16623;
    position: absolute;
    content: "";
    width: 25px;
    height: 3px;
    left: 0;
    top: calc(50% - 1px);
}

.post-card .post-content .read-more:hover {
    color: #F16623;
}

.classic-post .post-card .post-thumb {
    min-height: 350px;
}

.classic-post .post-card .post-thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

.classic-post .post-card:not(:last-of-type) {
    margin-bottom: 30px;
}

.post-category {
    background-color: #F16623;
    clip-path: polygon(85% 0%, 100% 30%, 100% 100%, 0 100%, 0 0);
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: space grotesk, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff !important;
    height: 35px;
    line-height: 37px;
    padding: 0 30px;
    cursor: pointer;
}

.post-category:hover{
    color:#fff !important;
}

/* CTA CSS */



.cta-section {
    background-color: #222;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cta-men {
    background-image: url(../img/cta-men.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 130px;
    bottom: -30px;
    z-index: -1;
}

.cta-content .cta-call {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}

.cta-content .cta-call p span {
    display: block;
}

.cta-content .cta-call p a {
    color: #F16623;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.cta-content .cta-call i {
    background-color: rgba(255, 153, 0, 0.1);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
    color: #F16623;
    border-radius: 2px;
}

.cta-content h2 {
    font-size: 46px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}

.cta-content h2 span {
    color: #F16623;
}

.cta-content p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}


/* Faq CSS */

.faq-wrapper {
    background-color: #fff;
}

.faq-card {
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
    transition: all ease .4s
}

.faq-wrapper .faq-card-body {
    padding: 16px 20px;
}

.faq-wrapper .faq-question {
    border: none;
    background-color: #fff;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    padding: 15px 20px;
    padding-right: 70px;
    color: #2c2a44;
}

.faq-wrapper .faq-question:after {
    content: "\2b";
    font-family: "Font Awesome";
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #F16623;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    font-size: 23px;
    position: absolute;
    top: 7px;
    right: 14px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.faq-wrapper .faq-question:not(.collapsed) {
    background-color: #fbf8f0;
    color: #2c2a44;
}

.faq-wrapper .faq-question:not(.collapsed):after {
    content: "\f068";
    font: normal normal normal 16px / 36px FontAwesome;
    background-color: #fff;
    color: #F16623;
}


@media (min-width: 992px) and (max-width: 1420px) {
    .banner-area .banner-left h1 {
        font-size: 45px;
        line-height: 55px;
    }

    .down-app .down-app-img {
        left: -20px;
    }

    .title-head h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .cta-men {
        right: 0;
    }
}

@media (max-width:991px) {
    .header_default .navbar-nav li {
        border-bottom: 0 !important;
    }

    .header_default .navbar-nav li a {
        padding: 10px 0;
        border: 0;

    }

    .post-card {
        margin-bottom: 20px;
    }

    .cta-men {
        display: none;
    }

    .testimonial-section {
        padding: 80px 0 0;
    }

    .feature-wrap {
        margin-left: 0;
        padding: 40px 20px;
    }

    .down-app .down-app-img {
        z-index: 0;
        opacity: 0.2;
    }

    .down-app .title-head,
    .down-app .down-btn {
        position: relative;
        z-index: 1;
    }

    .what-we-area .what-box {
        margin-bottom: 20px;
    }

    .banner-img {
        text-align: left;
    }

}

@media (min-width: 767px) and (max-width: 991px) {
    .post-card .post-content h3 {
        font-size: 20px;
    }
}

@media (max-width:767px) {

    .banner-area .banner-left h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .title-head h1 {
        font-size: 35px;
        line-height: 45px;
    }

    ul.taxi.Booking-features {
        padding-left: 0;
        margin: 0;
    }

    .cta-content p {
        font-size: 14px;
    }

    .cta-content h2 {
        font-size: 27px;
        line-height: 37px;
    }


}
