@-webkit-keyframes leftarrow {
    0% { -webkit-transform: translateX(0) rotate(-135deg); opacity: 0.4 }
    100% { -webkit-transform: translateX(0.9em) rotate(-135deg); opacity: 0.9 }
}
.left {
    -webkit-animation: leftarrow 0.6s infinite alternate ease-in-out;
}
.journey-audios {
    margin: 20px auto;
}
.the-journey-qr-img img{
    max-width: 350px;
}
.the-journey-qr-img {
    display: flex;
    justify-content: center;
}
.arrow-5 {
    /* more triangle */
    position: relative;
    height: 0px; width: 0px;
    border: 12px solid;
    border-color: 
        #058090
        #058090
        transparent
        transparent;
    transform: rotate(-135deg); 
}

.arrow-5:before {
    content: '';
    position: absolute;
    top: 0px; right: 0px;
    display: block;
    height: 12px; width: 16px;
    background-color: #058090;
    transform: 
        rotate(-45deg) 
        translate(2px, 1px);
}

.journey-slider.owl-carousel .owl-nav {
    opacity: 1 !important;
    visibility: visible !important;
}

.journey-slider.owl-carousel .owl-nav button.owl-prev,
.journey-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%; 
    font-size: 30px; 
    line-height: 20px;
    text-align: center;
    z-index: 1000;
}

.journey-slider.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.journey-slider.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}
.journey_page h1{
    font-family: "circular-std-black";
    font-weight: 700 !important;
    text-transform: uppercase!important;
    color: rgba(0, 0, 0, 0.75);
}
#headingOne {
    font-family:Khand, Helvetica, Arial, sans-serif!important;

}
#collapseOne{
    font-family: "Open Sans"!important;
    color: #000000de;
}
@media only screen and (max-width:490px){
    .the-journey-qr-img img{
        max-width: 290px;
    }
}
.shadow.rounded-lg.bg-white.text-center > h1.text-\[25px\].font-bold.mb-6 {
    text-transform: uppercase !important;
}
.journey_page .mx-auto p:last-of-type {
    margin-top: 30px !important;
}
.container-fluid.my-8 > .container > .shadow.rounded-lg.bg-white.px-4.py-10.text-center > .mx-auto > h2.text-\[50px\].font-bold.mb-6 {
    text-transform: uppercase !important;
    font-family: 'Khand', Helvetica, Arial, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    color: rgba(0, 0, 0, 0.75) !important;
    font-size: 50px !important;
    line-height: 53px !important;
}

