/* Bootstrap css */
@import "https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css";

/* Google Material Icons */
@import "https://fonts.googleapis.com/icon?family=Material+Icons";

/* Propeller CSS */
/* @import "dist/css/propeller.min.css"; */

/* Owl Carousel CSS */
@import "https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/assets/owl.carousel.min.css";

/* Propeller Carousel */
/* @import "carousel/css/pmd-carousel.css"; */

.item {
    padding-left: 10px;
    padding-right: 10px;
}

.img-fluid {
    border-radius: 16.5957px;
}

.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}



#padding-carousel {
    animation: slide-from-left 4s;
    -webkit-animation: slide-from-left 4s;
    -moz-animation: slide-from-left 4s;
    -o-animation: slide-from-left 4s;
    -ms-animation: slide-from-left 4s;
}

@keyframes slide-from-left {
    0% {
        /* 
        transform: translateY(90%); */
        opacity: 0;
        transform: translate3d(-800px, 0px, 0px)
    }

    100% {
        /* transform: translateY(0); */
        opacity: 1;
        transform: translate3d(0px, 0px, 0px)
    }
}

hr {
    margin-bottom: 0px;
}

.card-body {
    position: absolute;
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    pointer-events: none;
}

.card-body-soon {
    position: absolute;
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    pointer-events: none;
}

.pmd-card-media {
    pointer-events: none;
}


.coming {
    text-align: center !important
}

.card-text.soon {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140.02%;
    /* identical to box height, or 21px */
    letter-spacing: 0.335em;
    width: 100%;
    pointer-events: none;

}


.owl-item {
    filter: blur(2px);
}

.owl-item.active {
    filter: blur(0);
}

.itemoffset {
    position: absolute;
}

.card {
    border: none;
    pointer-events: none;
}

.card-text {
    color: white !important;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
    letter-spacing: 0;
    color: #FFFFFF;
    pointer-events: none;
    padding-right: 10px;
    padding-left: 10px;
}


.card-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    padding-left: 2px;
    letter-spacing: 0;
    pointer-events: none;
    /* identical to box height, or 84% */
    color: white !important;
}

.btn-enter-panorama {
    margin-top: 5px !important;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    height: 44px !important;
    justify-content: center;
    letter-spacing: 0.065em;
    line-height: 32px !important;
    display: flex;
}

.owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
}

.fade-in {
    animation: fadeIn 1s;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



@media (orientation: landscape) {
    @media only screen and (max-width: 800px) {

        .owl-item {
            filter: blur(0px) !important;
        }
    }

}