.row1 {
    background: white !important;
}

.row2 {
    background: #f8fbfd !important;
}

/* Top Banner */
header.alt-bg {
    background: url(../images/onlycat/photos/background.jpg) no-repeat center center;
    background-size: cover;
}

.alt-bg .top-banner {
    background: rgba(0, 0, 0, 0.3);
    background: linear-gradient(0deg, rgba(0,0,0,0.33) 0%, rgba(0,0,0,0.66) 30%, rgba(0,0,0,0.66) 70%, rgba(0,0,0,0.33) 100%);
    text-shadow: 0 0 30px black;
}

.alt-bg .top-banner .container {
    width: 90%;
}

.top-banner h2 {
    font-size: 48px;
}

@media (max-width: 767px) {
    .top-banner h2 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .top-banner h2 {
        font-size: 32px;
    }
}

@media (max-width: 1399px) {
    .alt-bg .top-banner {
        min-height: 600px;
        padding-top: 140px;
    }
}

@media (max-width: 992px) {
    .top-banner .split-header {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.alt-bg .top-banner {
    font-weight: 400 !important;
}

.video.btn img {
    width: 40px;
    height: 40px;
}

.play-video-block .video-thumb {
    border: 3px solid white;
    border-radius: 14px;
    max-height: 420px;
    margin: auto;
}

.play-video-block .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 106px;
    height: 80px;
    margin-top: -40px;
    margin-left: -53px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.play-video-block a:after {
    background: transparent;
}

.intro p:not(:last-of-type) {
    margin-bottom: 8px;
}

.intro a {
    font-weight: 500;
    color: #0084ff;
}

.intro a:hover {
    color: #ff6622;
}

/* Join Waitlist */
.newsletter {
    background: black;
}

.newsletter .btn {
    margin: 14px 0 0 0;
    width: 100%;
}

.newsletter .btn-indiegogo {
    color: white;
    padding: 0 45px;
    border-radius: 60px;
    font: 500 22px/65px "Poppins", sans-serif;
    background: #eb1478;
}

.newsletter .btn-indiegogo img {
    margin-left: 4px;
    margin-top: -2px;
}

.newsletter.top {
    padding: 24px 0 24px;
}

.newsletter h2 {
    color: white !important;
}

.newsletter h2 small {
    font-size: 12px;
}

@keyframes pulse {
    0% {
        color: white;
    }

    50% {
        color: #0084ff;
    }

    100% {
        color: #white;
    }
}

.newsletter h2 {
    animation: pulse 1s linear infinite;
}

@media (max-width: 1199px) {
    .newsletter.top h2 {
        font-size: 170%;
    }
}

@media (max-width: 575px) {
    .newsletter h2 {
        font-size: 150%;
    }

    .newsletter h4, .newsletter .section-header p {
        font-size: 100%;
    }

    .newsletter .btn-indiegogo {
        font-size: 18px;
    }

    .newsletter .btn-indiegogo img {
        width: 100px;
    }
}

.newsletter h4 {
    font-weight: normal;
    color: #969da3 !important;
}

.newsletter #respect {
    color: #969da3 !important;
}

/* Split Columns */
.split-column .image video {
    width: 100%;
    display: block;
}

/* The Benefits 2 - Left / Right Contents */
.left-right-contents img {
    margin: 60px 12px 12px 0;
}

/* Meet the Team */
@media (min-width: 992px) {
    .team_members {
        margin-left: 120px;
        margin-right: 120px;
    }
}

/* Social Icons */
.social-links a .fa {
    transform: translateY(-2px);
}

/* Reserve Popup */
#js-subscribe-result .help-block {
    margin-bottom: 1em;
}

#reserve-popup #js-reserve-success .description {
    padding: 12px 0 0 0;
    border-bottom: none;
}

#reserve-popup #js-reserve-success .description p {
    margin-bottom: 1em;
}

#reserve-popup #js-reserve-success .description ins {
    color: #ff6622;
    text-decoration: none;
    font-weight: bold;
}

#reserve-popup #js-reserve-success .description .vip-upsell p {
    color: black;
    font-size: 16px;
}

#reserve-popup #js-reserve-success .description .vip-upsell .pricing__price {
    margin: 20px 0;
}

#reserve-popup #js-reserve-success .submit-area-2 {
    padding-top: 0;
}