/* ANIMATION */
.pulse {
    animation: pulse 10s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
       -webkit-transform: scale(0.8);
       transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
       transform: scale(1);
    }
}

.background-s9g-purple {
    background-color: #2b2d42;
}

.spacer {
    height: 80px;
}

.spacer-h-20 {
    margin-left: 10px;
    margin-right: 10px;
}

.logo {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
}

.ipad-video-container {}

.ipad-video {
    height: 256px;
}

.dark-text * {
    color: #100f11 !important;
}

.dark-text .btn-bordered-light {
    border: 2px solid #100f11;
}

.media-pack-screen-shots {
    padding-bottom: 30px;
}

.hr-spacer {
    border: 0;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    height: 2px;
}

.media-pack-logo {
    max-width: 60% !important;
    min-width: 60% !important;
    margin: 0 auto !important;
}

.media-pack-footer {
    background: #2b2d42 !important;
}

.media-pack-footer-logo {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

.screenshot {
    width: 100%;
    height: auto;
}

.form-title {
    display: none;
}

.copyright {
    font-size: 10px !important;
    text-align: center !important;
}

.semi-transparent-black {
    background-color: rgba(1, 1, 1, 0.6);
}

.contact-form {
    margin-bottom: 50px;
}

.thumbnail {
    padding: 0;
}

.thumbnail:hover {
    transform: scale(1.01); 
}

.loading-spinner {
    width: 20px;
    height: 20px;
}

.btn-primary {
    background-color: #d90429 !important;
    border: none;
}

.jarallax-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.fab {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
}

.s9g-snackbar {
    background-color: #d90429;
    color: #fff;
}

.mat-snack-bar-container.s9g-snackbar {
    background-color: none !important; /* Custom background color */
    color: #fff; /* Custom text color */
}