@import url('https://fonts.googleapis.com/css2?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');

* {
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: poppins;
    color: #212529;
}

.org-btn a {
    text-decoration: none;
    background-color: #ef6614;
    font-family: poppins;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 24px;
    margin-left: -11px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
}

.d-flex {
    display: flex;
}

.justify-content-space-between {
    justify-content: space-between;
}

.mt-20 {
    margin-top: 20px;
}

.gap-3 {
    gap: 3px;
}

.align-items-center {
    align-items: center;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
    ;
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
    ;
}

.gap-6 {
    gap: 6px;
}

.w-25 {
    width: 25%;
}

.w-33 {
    width: 32.333%;
}

.w-50 {
    width: 48.5%;
}

.gap-15 {
    gap: 15px;
}

.outstation-cab {
    margin-top: 50px;
}

.cab_outstation {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/cab-outstation.png");
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0px 30px;
    border-radius: 20px;
}

    .cab_outstation::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(246, 246, 228, 0.22);
        /* background: rgb(0,0,0); */
        background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.2) 100%);
        border-radius: 20px;
        background: o;
    }

.title-text {
    padding-top: 30px;
    position: relative;
    z-index: 1;
}

    .title-text h5 {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
        border-bottom: 1px solid #fff;
        display: inline-block;
    }

    .title-text h2 {
        color: #fff;
        font-size: 35px;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .title-text p {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0px;
    }
    .title-text h2 {
        color: #fff;
        font-size: 35px;
        font-weight: 700;
        margin-bottom: 0px;
    }

.org-btn div {
    text-decoration: none;
    background-color: #ef6614;
    font-family: poppins;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 24px;
    margin-left: -10px;
}

.org-btn a:hover {
    background-color: #da5200;
}

.cab-btn {
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

._polrdestnbx {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
    ;
}

.ecpl_rbx {
    width: 32.333%;
    /* From https://css.glass */
    /* From https://css.glass */
    /* From https://css.glass */
    background: rgba(246, 246, 228, 0.22);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.7px);
    -webkit-backdrop-filter: blur(2.7px);
    border-radius: 10px;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mgdestn {
    width: 20%;
    height: 70px;
}

    .mgdestn img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

._pckgdscrptn {
    width: 76%;
    display: flex;
    flex-flow: column;
}

    ._pckgdscrptn h5 {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
    }

.htlnking {
    font-size: 13px;
    color: #fff;
}

    .htlnking a {
        color: #fff;
        text-decoration: none;
        position: relative;
    }

        .htlnking a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: 0px;
            background: #2196f3;
            visibility: hidden;
            border-radius: 5px;
            transition: .25s linear;
            transform: scaleX(0);
        }

        .htlnking a:hover:before {
            visibility: visible;
            transform: scaleX(1);
        }

.ali-trans {
    position: relative;
    z-index: 1;
}

.airport-transfer-wrap {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/airport-transfer.png");
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0px 30px;
    border-radius: 20px;
}

    .airport-transfer-wrap::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgb(0,0,0);
        background: -moz-linear-gradient(126deg, rgba(0,0,0,0.74) 27%, rgba(0,0,0,0.36738445378151263) 80%);
        background: -webkit-linear-gradient(126deg, rgba(0,0,0,0.74) 27%, rgba(0,0,0,0.36738445378151263) 80%);
        background: linear-gradient(126deg, rgba(0,0,0,0.74) 27%, rgba(0,0,0,0.36738445378151263) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
        border-radius: 20px;
    }

#state-list-wrap1 .state-list {
    margin-bottom: 60px;
}

.airport-transfer .title {
    max-width: 495px;
}

    .airport-transfer .title h3 {
        margin-bottom: 0px;
    }

.ecpl_rbx ._city_bx {
    display: flex;
    align-items: center;
    color: unset;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    justify-content: space-between;
}

a {
    text-decoration: none;
}

#state-list-wrap1 .owl-next {
    top: 35%;
}

.popular-state .title h3 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
}

.popular-state .title span {
    color: #2196F3;
}

.popular-state .title p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0px;
    max-width: 870px;
}

.state-list .text p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0px;
}

.iamge-text img {
    width: 100%;
    display: block;
}

.state-list .iamge-text {
    margin: 0px 10px;
    position: relative;
}

.state-list .image img {
    border-radius: 20px;
    max-width: 100%;
}

.outstation-cab .cab-btn {
    margin-bottom: 50px;
    margin-top: 10px;
    overflow: unset;
}

.airport-transfer .cab-btn {
    margin-bottom: 50px;
    margin-top: 10px;
    overflow: unset;
}
/* .state-list .image::after {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.2) 100%);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
} */
.state-list .image::after {
    content: "";
    position: absolute;
    border-radius: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #A0A0A000 37%, #71717100 48%, #3C3C3C77 62%, #252525AB 83%, #000000 100%) 0% 0% no-repeat padding-box;
}

.state-list .image {
    position: relative;
}

#state-list-wrap .state-list .text {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

#state-list-wrap .owl-item {
    margin: 0px;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-prev {
    background: #fff !important;
    position: absolute;
    top: 35%;
    left: -15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    height: 40px;
    width: 40px;
}

    .owl-prev::after {
        content: "";
        background-image: url("../img/right-arrow.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        width: 21px;
        height: 11px;
        /* position: absolute; */
        /* padding: 20px 0px; */
        margin-left: 10px;
    }


.owl-next span {
    display: none;
}

.owl-next {
    background: #fff !important;
    position: absolute;
    top: 35%;
    right: -15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    height: 40px;
    width: 40px;
}

    .owl-next::after {
        content: "";
        background-image: url("../img/left-arrow.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        width: 21px;
        height: 11px;
        /* position: absolute; */
        margin-left: 10px;
    }

.owl-prev::before {
    display: none;
}

.owl-next::before {
    display: none;
}

.ttl-text h5 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
}

.ttl-text p {
    font-size: 13px;
    color: #52545E;
    font-weight: 400;
    margin-bottom: 0px;
}

#state-list-wrap .state-list .text a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    display: block;
}

.ttl-text .img img {
    max-width: 100%;
}

.state-list .book-wrap {
    border-top: 1px solid #eeeeee;
    padding: 10px 0px;
}

.book-wrap .book p {
    font-size: 13px;
    color: #52545E;
    font-weight: 400;
    margin-bottom: 0px;
}

    .book-wrap .book p span {
        font-size: 20px;
        color: #000;
        margin-bottom: 0px;
        font-weight: 700;
    }

.book-link span {
    text-decoration: none;
    color: #FF5522;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
    display: inline-flex;
    align-items: center;
}
/* .ttl-text-book {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #F9F4F0;
    border-radius: 10px;
    box-shadow: 2px 2px 8px -6px rgba(0, 0, 0, 0.75);
} */
#state-list-wrap1 .state-list .text {
    /* position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 89%; */
    margin: 0px 30px;
    border: 1px solid #F9F4F0;
    border-radius: 10px;
    box-shadow: 2px 2px 8px -6px rgba(0, 0, 0, 0.75);
    background: #fff;
    border-radius: 15px;
    padding: 10px 15px;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
}

#state-list-wrap .owl-prev, .owl-next {
    top: 45%;
}

.book-link span img {
    max-width: 100%;
    width: auto;
    height: 8px;
}

.book-link span {
    display: inline-flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

#state-list-wrap1 .ttl-text-book p {
    font-size: 13px !important;
    color: #52545E !important;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: left;
}

.ttl-text {
    padding-bottom: 10px;
}

.bg-title {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
}

    .bg-title span {
        color: #2196F3;
    }

.benifit-cab .icon {
    margin-bottom: 10px;
}

    .benifit-cab .icon img {
        max-width: 100%;
    }

.benifit-cab .text h5 {
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.benifit-cab .text p {
    margin-bottom: 0px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

.blue-info {
    background: rgb(25,153,255);
    background: linear-gradient(100deg, rgba(25,153,255,1) 0%, rgba(0,100,180,1) 100%);
    border-radius: 15px;
    padding: 30px;
    padding-bottom: 0px;
}

.blue-text-wrap .text h4 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
}

.blue-text-wrap .text p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
}

.blue-img img {
    max-width: 100%;
    width: 430px;
}

.blue-img {
    margin-bottom: -8px;
    text-align: right;
}

.book-airport-wrap {
    background-color: #F6FBFF;
    padding: 30px 0px;
}

    .book-airport-wrap .bg-title {
        margin-bottom: 15px;
    }

.load-more {
    margin-top: 20px;
}

    .load-more a {
        text-decoration: none;
        color: #2196F3;
        font-weight: 400;
        font-size: 16px;
    }

.scnd-cnt2 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.mgt15 {
    margin-top: 15px;
}

.accordion__item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.accordion__item__header {
    padding: 7px 0;
    cursor: pointer;
    position: relative;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

    .accordion__item__header::before {
        height: 10px;
        width: 10px;
        position: absolute;
        right: 10px;
        top: 18px;
        transition: .5s all;
        content: url('../img/black-arrow.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        transform: translateY(-50%);
        transform: rotate(-180deg);
        display: flex;
        justify-content: center;
        align-items: center;
    }

.accordion__item__content {
    overflow-y: hidden;
    padding: 0;
    display: none;
    color: #2B2B2B;
    margin-bottom: 10px;
}

    .accordion__item__content p {
        font-size: 16px;
        color: #2B2B2B;
        font-weight: 400;
        width: 90%;
    }

.accordion__item__header.active::before {
    transform: rotate(0deg);
    top: 18px;
}

.book-airport-wrap {
    margin-bottom: 0px;
}

.airport-ride .image img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.airport-ride .images {
    text-align: center;
}

.infi-bx {
    width: 100%;
    background: #3B3F51;
    padding: 15px;
    border-radius: 10px;
    margin-top: 100px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.benifit-cab .icon img {
    max-width: 50px;
}

.img-ico {
    width: 30%;
    position: relative;
    margin: auto 10%;
}

    .img-ico img {
        position: absolute;
        top: -125px;
        width: 100%;
        max-width: unset;
    }

.info-ttl {
    width: 70%;
    margin: auto;
    position: relative;
}

    .info-ttl p {
        margin: auto;
        font-size: 30px;
        color: #fff;
        font-weight: 600;
        float: left;
        width: 100%;
        display: flex;
        line-height: 50px;
        align-items: center;
    }

.lft-p {
    top: -70px;
    font-size: 20px !important;
    position: absolute;
    font-weight: 500 !important;
    color: #000 !important;
}

.info-ttl .icon {
    color: #fff;
    width: 30px;
    text-align: center;
    margin-right: 10px;
}

.icon img {
    width: 100%;
}

.info-ttl p {
    margin: auto;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    float: left;
    width: 100%;
    display: flex;
    line-height: 50px;
    align-items: center;
}

.airport-book h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}
