a {
    color: inherit;
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

html,
body {
    color: #ffffff !important;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 102%;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 130%;
    font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-weight: bold;
}

.btn:not(.btn-light):not(.rounded):not(.rounded-pill){
    border-radius: 0 !important;
    color: #fff !important;
    transition: opacity .25s, background-color .25s;
}
.nav-link, .btn.toggler{
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: bold;
    opacity: 0.6;
    letter-spacing: 0.1rem;
    transition: opacity .2s;
}
.nav-link:hover{
    opacity: 1;
}
.nav-link.active{
    opacity: 1;
}
.nav-link, .navbar-toggler{
    color: #fff !important;;
}

.bg-dark{
    background: #11151C !important;
}

.navbar{
    position: fixed;
    width: 100%;
    transition: transform .25s;
    background: rgba(26, 31, 40, 0.7) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    z-index: 1000;
}
.navbar.hidden{
    transform: translateY(-100px);
}

.hero-img{
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.position-absolute.h-100.w-100{
    top: 0;
    left: 0;
}
.border-semi{
    border-color: rgba(255,255,255,0.1) !important;
}
.bg-card{
    background: radial-gradient(81.59% 81.59% at 50% 18.41%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 88.54%), #181E28;
}
.btn-warning{
    background:  #E78A00;
}
.text-gold, .page-item:not(.active) > .page-link{
    color: #E78A00 !important;
}

.page-link{
    border-radius: 0 !important;
}
.bg-gold, .active>.page-link, .page-link.active{
    background-color: #E78A00 !important;
    border-color: #E78A00 !important;
}
strong{
    font-weight: bold;
}

@media (min-width: 992px) {
    .navbar-expand-lg .btn.btn-dark.toggler {
        display: none !important;
    }
}

.btn.opacity-75:hover{
    opacity: 1 !important;
}
.opacity-35{
    opacity: .35 !important;
}

.hero-img:after{
    content: "";
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, rgba(17, 21, 28, 0.00) 0%, #11151C 76.56%);
}

.hero-img.flip:after{
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: linear-gradient(0deg, rgba(17, 21, 28, 0.00) 0%, #11151C 100%);
}

.py-6{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.overflow-hidden{
    overflow: hidden;
}

.dropdown-divider {
    margin: 0.1rem 0 !important;
}
.dropdown-header{
    font-weight: 400;
}

img.position-absolute.w-100.h-100.z-0{
    object-fit: cover;
    pointer-events: none;
}

.card-animate{
    transition: filter .2s, transform .2s;
}
.card-animate:hover, .card-animate:focus{
    filter: brightness(1.15);
    transform: translateY(-3px);
}
footer{
    font-size: 0.9rem;
}
.text-sm{
    font-size: 0.8rem;
}
.text-md{
    font-size: 0.9rem;
}
.departure-arrow{
    position: absolute;
    top: 40px;
    right: -11px;
    z-index: 10;
    font-size: 0.8rem;
    box-shadow: 0 0 0 5px white;
    background: white;
    transform: translate(-50%, -50%);
}

.dropdown-toggle:not(.nav-link){
    position: relative;
    text-align: start;
    padding-right: 10px;
}

.dropdown-toggle:not(.nav-link)::before{
    content: "";
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    right: 0;
}

.dropdown-toggle:not(.nav-link)::after{
    position: absolute;
    right: 10px;
    top: 15px;
}
@media only screen and (min-width: 1200px) {
    .border-bottom.to-xl{
        border-bottom-width: 0 !important;
    }
}
@media only screen and (max-width: 1200px) {
    .border-end.xl{
        border-right-width: 0 !important;
    }
}
@media only screen and (max-width: 766px) {
    .departure-arrow{
        top: unset;
        bottom: -40px;
        right: unset;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .article-img{
        height: 150px !important;
    }
}
@media only screen and (min-width: 766px){
    .border-end.to-xl{
        border-right-width: 0 !important;
    }
    .flex-md-nowrap{
        flex-wrap: nowrap;
    }
}
@media only screen and (min-width: 992px){

    .form-select.time{
        --bs-form-select-bg-img: none;
        padding-right: 10px !important;
    }

}
@media only screen and (max-width: 767px) {


    .card-cover-img{
        height: 200px;
    }


    .max-w-50vw{
        max-width: 50vw;
    }

    .border-end.to-xl {
        border-right-width: 0 !important;
    }

    .border-end.md {
        border-right-width: 0 !important;
    }
}

img.cover{
    object-fit: cover;
}

img.contain{
    object-fit: contain;
}
p{
    line-height: 150%;
}

.form-select.cst-time{
    background-position: right 0.3rem center;
}
.pt-time{
    padding-top: 0.4rem;
}

.accordion-item {
    background: transparent;
}
.accordion {
    --bs-accordion-btn-icon: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23E78A00"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z" /%3e%3c/svg%3e') !important;
    --bs-accordion-btn-active-icon: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23ffffff"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z" /%3e%3c/svg%3e') !important;
}
.accordion-button:not(.collapsed) {
    background-color: #252d3c;
}

.bg-faq.collapsed{
    background-color: #1b222f;
}
input.max-w-50vw{
    height: 40px;
}
.date-overlay{
    position: absolute;
    top:1px;
    left: 1px;
    width: calc(100% - 70px);
    pointer-events: none;
    font-size: 1rem;
    color: black;
    padding-top: 5px;
}
#datePicker{
    height: 40px;
    width: 150px;
}
#hourPicker{
    width: 50px;
    max-width: 50px
}
#minutePicker{
    width: 75px;
    max-width: 75px
}
#passengersSelect{
    max-width: 75px;
}
.route-border{
    border-top-style: dashed !important;
    border-width: 2px !important;
    position: relative;
}

.route-border > i {
    position: absolute;
    right: -10px;
    top: -8px;
}

.card-popup-label{
    top: -15px;
    right: -10px;
}


ul li::marker {
    font-size: 0.7em;
}

.bg-semi{
    background-color: rgba(255,255,255,0.05) !important;
}

.accordion-body .bg-semi{
    background-color: rgb(45 55 72 / 30%) !important;
}

.accordion-body.bg-semidark{
    background-color: #0c0f15 !important;
}

input.bg-semi, select.bg-semi, textarea.bg-semi{
    color: white !important;
    border-color: rgba(255,255,255,0);
    background-color: rgba(255,255,255,0.05) !important;
    padding: 0.8rem 1rem;
}

input.bg-semi::placeholder, select.bg-semi::placeholder, textarea.bg-semi::placeholder{
    color: rgba(255,255,255,0.3) !important;
}

input.bg-semi::-ms-input-placeholder, select.bg-semi::-ms-input-placeholder, textarea.bg-semi::-ms-input-placeholder{ /* Edge 12 -18 */
    color: rgba(255,255,255,0.3) !important;
}

input.bg-semi:focus, select.bg-semi:focus{
    border-color: rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.1);
}

.border-luxury{
    border-color: #E78A00 !important;
}
.border-roundtrip{
    border-color: #8baeda !important;
}
.border-roundtrip-lux{
    border-color: #0d6efd !important;
}
.border-private{
    border-color: #777 !important;
}

.auto-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 15%, rgba(255, 255, 255, 0.20) 99.99%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 0;
}
.accordion-body.car ul {
    padding-left: 0.8rem;
}

option{
    color: #0c0f15 !important;
}

li.country {
    color: #0c0f15;
}

.svg-inline--fa{
    display: inline-block !important;
}

.svg-inline--fa.fa-chevron-right.position-absolute{
    right:-2px;
    top:-7px;
}



a.whatsapp-float-icon{
    z-index: 1001;
    position: fixed;
    bottom: 10px;
    width: 56px;
    height: 56px;
    background-color: #191F26;
    border-radius: 50%;
    min-height: 0px;
    min-width: 0px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    right: 10px;
    -webkit-transition: background 1s;
    transition: background 1s;
}

a.whatsapp-float-icon:hover{
    background: #ccc;
}

a.whatsapp-float-icon.booknow-icon{
    background-color: #ffc107;
    color: #000;
    width: auto;
    height: auto;
    padding: 4px 10px;
    border-radius: 25px;
    bottom: 24px;
    right: 16px;
}
a.whatsapp-float-icon.booknow-icon i{
    margin-right: 6px;
}
a.whatsapp-float-icon.booknow-icon b{
    font-size:13px;
    font-weight:bold;
}
a.whatsapp-float-icon.booknow-icon:hover{
    background-color: #E78A00;
    color: #fff;
}

.TA_cdsratingsonlywide .cdsROW{
    width:400px !important;
}
.TA_cdsratingsonlywide .cdsROW.wide {
    height: 49px !important;
}


@media only screen and (max-width: 360px) {
    .TA_cdsratingsonlywide .cdsROW {
        width: 328px !important;
    }
}
.TA_cdsratingsonlywide .cdsROW .cdsLocName{
    width:100% !important;
    max-width: 100px !important;
}

.TA_cdsratingsonlywide .cdsROW .logo img{
    max-width: 200px !important;
}

.datepicker .datepicker-controls .view-switch{
    font-size:1.05em;
    color: darkorange;
}
.datepicker .datepicker-main{
    border-top: 1px solid #aaa;
}
.datepicker .datepicker-main .datepicker-view .days-of-week{
    background-color: #eee;
    padding: 4px 0px;
}
