h1 {
    color: #000000fd !important;
    font-weight: 400 !important;
    font-size: 18pt !important;
    margin-top: 5px !important;
}

video {
    pointer-events: none;
}

#intro {
    padding: 10px 0px 0px 0px;
    height: 100vh;
    overflow: hidden;
}

#intro h3 {
    margin: 10px 0px;
    color: #444;
    font-size: 14pt;
    font-weight: normal;
}

#introDetails {
    padding: 40px;
}

#introDetails p {
    color: #fff;
    font-size: 16pt;
    margin: 5px;
}

#videoSection a {
    padding: 0px 15px 0px 15px;
    display: block;
}

#videoSection span {
    color: #ffff00;
    font-weight: bolder;
}

#videoSection a span {
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: -25px;
    width: 100%;
    text-align: center;
}

#comingSoonInfo h3 {
    color: #000;
    margin: auto;
    padding-bottom: 10px;

}

/* Mobile: keep it a bit larger than <p> */
@media screen and (max-width: 1000px) {
    #comingSoonInfo h3 {
        font-size: 20px !important;
        /* force this on mobile */
    }
}

#comingSoonInfo2 {
    margin-bottom: 20px;
}

#comingSoonInfo2 p {
    color: #000;
    margin: auto;
    width: 80%;
    line-height: 1.6;
}

#comingSoonHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
    margin: 0px 0;
}

#comingSoonHeader .logo {
    width: 100%;
    max-width: 230px;
    /* 25% larger */
    height: auto;
}

#comingSoonHeader h2 {
    color: #ae0000;
    font-size: 48px;
    /* 25% larger */
    line-height: 1;
    margin: 0;
    display: inline-block;
}

/* ===== MOBILE BREAKPOINT FIX ===== */
@media (max-width: 800px) {
    #comingSoonHeader {
        gap: 8px;
        /* tighter spacing */
    }

    #comingSoonHeader .logo {
        max-width: 150px;
        /* smaller so it fits */
    }

    #comingSoonHeader h2 {
        font-size: 36px;
        /* smaller to prevent line break */
    }
}

.black {
    color: #000 !important;
}

.white-background {
    background-color: #fff !important;
    color: #000 !important;
}

.white-background p {
    color: #000 !important;
}

.light-gray-background {
    background-color: #ddd !important;
}

.logo-formal {
    width: 100%;
    max-width: 225px;
    margin: -6px;
    height: auto;
    padding-bottom: 3px;
}

.logo {
    width: 100%;
    max-width: 175px;
    margin: -5px;
    height: auto;
}

.slogan {
    color: #000000fd;
    font-size: 13pt;
    font-weight: normal;
    margin: 0px 5px 10px 5px;

}

.slogan b {
    font-weight: bold;
    color: #db313f;
}

#intro .overlay,
.introBg {
    background: none white;
    margin: 0px;
}

#intro .container {
    width: 100% !important;
}

.os-logos {
    /*position: absolute;
    top: 85vh;
    right: 50px;
    z-index: 100;*/
    text-align: center;
    padding: 20px 0px 50px 0px;
}

.os-logos img {
    height: 24px;
    margin: 0px 2px 0px 2px;
}

#backgroundStrip {
    background: url(../images/ribalta-intro-crowd-bg.jpg) no-repeat #000;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 0px;
    transition: top .8s ease;
    z-index: 98;
    position: absolute;
    left: 0px;
    top: 200vh;
    margin-top: 16px;
}

#introMobileWrapper {
    width: 100%;
    opacity: 0;
    z-index: 99;
}

#introMobileVideo {
    width: 100%;
}

#photoFromPhoneVideoWrapper,
#phoneGalleryVideoWrapper {
    background-image: url(../images/iphone13.png);
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    transition: left .8s ease;
    z-index: 99;
}

#photoFromPhoneVideoWrapper {
    left: -200%;
}

#phoneGalleryVideoWrapper {
    left: 300%;
}

#pictureToScreenVideoWrapper {
    background-image: url(../images/tv.png);
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    left: 200%;
    transition: left .8s ease;
    z-index: 99;
}

/* top/bottom info */
.top-info {
    margin: 20px 0px 10px 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.top-info img {
    height: 24px;
    margin: 5px;
}

.top-info a,
.bottom-info a {
    margin: 0px 5px 0px 5px;
    text-decoration: none !important;
}

.intro-btn {
    width: auto !important;
    font-size: 13pt !important;
    padding: 7px 28px 4px 28px;
    margin-top: -15px !important;
}

.solid {
    background-color: #ea2f46;
    color: #fff !important;
}

#rightArrow {
    position: absolute;
    top: 200vh;
    transition: top .8s ease;
    width: 70px;
    z-index: 99;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
    -webkit-filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
    margin-top: 25px;
}

.close {
    font-size: 50px;
    position: absolute;
    top: 6px;
    right: 10px;
}

input {
    margin-bottom: 10px;
}

.compatible-with {
    vertical-align: middle;
}

/* right bounce */
@-webkit-keyframes bounceRight {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

@-moz-keyframes bounceRight {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(-30px);
    }

    60% {
        transform: translateX(-15px);
    }
}

@keyframes bounceRight {

    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    60% {
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

/* assign bounce */
.fa-arrow-right {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
    float: right;
}

@media only screen and (max-width : 830px) {
    #comingSoonInfo2 p {
        line-height: 1.2;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 830px) {

    .logo-formal {
        padding: -10px 30px 0px 30px;
    }

    .logo {
        padding: -10px 30px 0px 30px;
    }

    h1 {
        font-size: 16pt !important;
    }

    #intro .container {
        margin: 0px !important;
        padding: 0px !important;
    }

    #intro h3 {
        font-size: 10pt;
    }

    .intro-btn {
        font-size: 9pt;
        width: 100px;
        padding: 10px !important;
    }

    #startText {
        display: none;
    }

    .os-logos {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        position: relative;
        right: auto;
        top: auto;
    }
}

@media only screen and (max-width : 767px) {
    .compatible-with {
        font-size: 8pt;
    }
}

/* Smaller devices */
@media only screen and (max-width : 661px) {

    .logo-formal {
        max-width: 225px;
    }

    .logo {
        max-width: 275px;
    }

    .slogan {
        font-size: 13pt
    }
}

/* Smaller devices */
@media only screen and (max-width : 560px) {
    .logo {
        max-width: 250px;
    }

    h1 {
        font-size: 14pt !important;
    }

    .slogan {
        font-size: 12pt
    }
}

/* Smaller devices */
@media only screen and (max-width : 450px) {
    h1 {
        font-size: 11pt !important;
    }
}

/* Smaller devices */
@media only screen and (max-width : 375px) {
    h1 {
        font-size: 10pt !important;
    }

    .intro-btn {
        font-size: 9pt !important;
    }
}