:root {
    --oz-orange: rgb(249,164,86);
    --oz-ifr-premium: rgb(237, 166, 100);
    --oz-vfr-premium: rgb(25, 32, 95);
    --oz-vfr-standard: rgb(109, 110, 113);
}

body {
    font-family: 'Raleway', sans-serif !important;
}

.navbar-nav li:hover .dropdown-menu {
    display: block;
}

.oz-brand-image {
    width: 325px;
}

.container-fluid > .full-width {
    margin-bottom: 0;
}

.oz-max-content {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

div[class=full-width] {
    margin-bottom: 30px;
}

.top-banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    background-position: center;
    padding: 20px;
    overflow: hidden;
}
.top-banner .col-md-5 img {
    max-height: 430px;
    width: auto;
}

.carousel .item img {
    max-height: 400px;
    min-width: auto;
}

.btn-primary {
    background-color: var(--oz-orange);
    border-color: var(--oz-orange);
    border-radius: 15px;
    text-transform: uppercase;
    padding-left: 1rem;
    padding-right: 1rem;
}

a.btn-primary:hover {
    background-color: var(--oz-orange);
    border-color: var(--oz-orange);
}

.btn-oz-featured,
.btn-oz-featured:hover,
.btn-oz-featured:focus,
.btn-oz-featured:active,
a.btn-oz-featured,
a.btn-oz-featured:hover,
a.btn-oz-featured:focus,
a.btn-oz-featured:active {
    background-color: #d7d6e3;
    border: 3px solid #1c1f60;
    border-radius: 50px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #1c1f60;
    box-shadow: none;
}

.btn-oz-featured:hover,
a.btn-oz-featured:hover {
    background-color: #c8c7d4;
}

.card-img-top[src*="app-store"],
.card-img-top[src*="play-en"] {
    height: 50px;
    width: auto;
    object-fit: contain;
}

.store-badges {
    justify-content: center;
    gap: 1rem;
    margin-top: 0 !important;
    padding-bottom: 2.5rem;
}

.store-badges .col-md {
    flex: 0 0 auto;
    width: auto;
}

.store-badges .card {
    border: none;
    background: transparent;
}

.store-badges .card-body {
    display: none;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--oz-orange);
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--oz-orange);
}

.navbar-light .navbar-nav>.nav-link, .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link
{
    font-weight: bold;
    padding: 0;
    margin: 8px 8px 8px 8px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link
{
    color: var(--oz-orange);
    font-weight: bold;
    border-bottom: var(--oz-orange) 2px solid;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--oz-orange);
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--oz-orange);
}

.navbar-dark .navbar-nav>.nav-link, .navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link
{
    font-weight: bold;
    padding: 0;
    margin: 8px 8px 8px 8px;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link
{
    color: var(--oz-orange);
    font-weight: bold;
    border-bottom: var(--oz-orange) 2px solid;
}


nav {
    margin: 20px 0 20px 0;
}

.oz-middle {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.oz-banner-text {
    color: white;
    text-align: center;
    font-size: 20px;
}

.oz-banner-text .btn-primary {
    font-size: 24px;
    border-radius: 15px;
}

h1 {
    font-size: 60px;
    font-weight: 800;
}

h2 {
    font-size: 48px;
    font-weight: 800;
}


.oz-max-content .card {
    border-radius: unset;
    border: 0;
}

.oz-max-content .card-body {
    text-align: center;
    padding: 15px 10px 15px 10px;
}

h5 {
    font-weight: 800;
}

.oz-pricing-table {
    border-spacing: 9px;
    border-collapse: separate;
}

.oz-pricing-table td {
    border: 0;
    font-size: 13px;
    padding: 0.6rem;
}

.light {
    background: #f8f9fa;
    border-radius: 15px;
    border-radius: 15px;
    height: 100%;
    padding-bottom: 25px;
}

.pricing {
    text-align: center;
}
.pricing b {
    font-size: 18px;
}

.oz-ifr-premium-header {
    background: var(--oz-ifr-premium);
    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    width: 100%;
}

.oz-vfr-premium-header {
    background: var(--oz-vfr-premium);
    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    width: 100%;
}

.oz-vfr-standard-header {
    background: var(--oz-vfr-standard);
    text-align: center;
    color: white;
    padding: 15px;
    border-radius: 15px;
    width: 100%;
}

.oz-ifr-premium-footer {
    background: var(--oz-ifr-premium);
}

.oz-vfr-premium-footer {
    background: var(--oz-vfr-premium);
}

.oz-vfr-standard-footer {
    background: var(--oz-vfr-standard);

}
.oz-footer {
    color: white;
    padding: 15px;
    text-align: center;
    border-radius: 15px;
    height: 80px;
    transform: translatey(-80px);
}

.oz-collapsible-details > * {
    margin-bottom: 0;
}

.oz-collapsible-details {
    padding: 0 16px 0;
    overflow: hidden;
    margin: 0;
}
details {
    font-size: 13px;
    border: none;
}

summary {
    font-size: 15px;
    list-style: none;
    border: none;
    margin: 0 0 -.5em;
    padding: .35em 0.35em;
}

/*Remove this when Apple fixes their browser*/
summary::-webkit-details-marker {
    display: none;
}

details[open] summary {
    list-style: none;
    margin-bottom: .5em;
}


details  summary:before {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 5px;
}

details[open] > summary:before {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

td .active:before {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.oz-prev-features {
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    padding: 1px 4px;

    margin: 0;
}

html {
    scroll-behavior: smooth;
}

@media (max-width: 767.98px) {

    .oz-brand-image {
        width: 270px;
    }

    .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    nav {
        margin: 5px 0 5px 0;
    }

    .oz-banner-text {
        color: white;
        text-align: center;
        font-size: 18px;
    }
    .oz-banner-text .btn-primary {
        font-size: 20px;
        border-radius: 15px;
    }

    h1 {
        font-size: 40px;
        font-weight: 800;
    }

    h2 {
        font-size: 36px;
        font-weight: 800;
    }

    .oz-right-text {
        text-align: center;
        padding: 15px 10px 15px 10px;
    }

    .oz-left-text {
        text-align: center;
        padding: 15px 10px 15px 10px;
    }

    .oz-video {
        height: 250px;
        max-height: 250px;
    }

    .video-button {
        position:absolute;
        bottom:0;
        right:10px;
    }
}

@media (max-width: 1023.98px) {
    .oz-video {
        height: 450px;
        max-height: 450px;
    }
    --bs-navbar-toggler-border-color: rgb(255,255,255);
}

.jumbotron {
    position: relative;
    overflow: hidden;
    background-color:black;
    padding: 0;
}
.jumbotron video {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 650px;
    /*  object-fit is not supported on IE  */
    object-fit: cover;
    opacity:0.8;
}
.jumbotron .container {
    z-index: 2;
    position: relative;
}

.jumbotron .nav-item a {
    color: white !important;
}

.jumbotron a.dropdown-item {
    color: black !important;
}

.jumbotron .bg-white {
    background: transparent !important;
}

.video-button {
    position:absolute;
    bottom:50px;
    right:25px;
    font-size: 12px;
}
