#navbar {
    transition: all ease 1s;
}

#navbar.bg-dark {
    background-color: rgba(33, 37, 41, 0.9) !important;
}

a {
    color: rgb(60 137 251);
    text-decoration: none;
}

.app-video-banner {
    padding: 56.25% 0 0 0;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.app-video-banner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.app-video-banner-text {
    top: 45%;
    left: 50%;
    transform: translateY(-45%) translateX(-50%);
}

@media screen and (max-width: 767px) {
    .app-video-banner {
        height: 750px;
        padding: 0;
    }

    .app-video-banner iframe {
        display: none;
    }
}

.app-banner {
    height: 900px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.app-banner.app-banner-short {
    height: 700px;
}

.app-banner-shadow {
    background-color: rgb(37, 38, 39, 0.57);
}

.app-banner-text {
    width: 50%;
    font-size: 24px;
}

.app-banner-text h1 {
    font-size: 36px;
}


@media screen and (max-width: 960px) {
    .app-banner-text {
        width: 65%;
    }
}

.app-industry-btn-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    transition: all ease 0.6s;
}

.app-industry-btn-container .btn {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all ease 0.4s;
    transform: translateX(-100%);
}

.app-industry:hover .app-industry-btn-container {
    opacity: 1;
}

.app-industry:hover .app-industry-btn-container .btn {
    transform: translateX(0);
}

.app-product-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
}

.app-section {
    padding: 50px 0;
}

.btn {
    border-radius: 0;
}

.app-action-button {
    min-width: 200px;
}

@media screen and (min-width: 960px) {
    .app-skew-right:after {
        content: " ";
        position: absolute;
        right: -22px;
        top: 0;
        bottom: 0;
        width: 139px;
        transform: skewX(5deg);
        background-color: #212529;
        z-index: 1;
    }

    .app-skew-left:after {
        content: " ";
        position: absolute;
        right: -22px;
        top: 0;
        bottom: 0;
        width: 139px;
        transform: skewX(-5deg);
        background-color: #f8f9fa;
    }

    /* .app-skew-right:after {
        content: " ";
        position: absolute;
        right: -80px;
        top: 0;
        bottom: 0;
        width: 105px;
        transform: skewX(-5deg);
        background-color: #212529;
        z-index: 1;
    }

    .app-skew-left>div {
        margin-left: 40px;
    }

    .app-skew-left:after {
        content: " ";
        position: absolute;
        left: -115px;
        top: 0;
        bottom: 0;
        width: 139px;
        transform: skewX(5deg);
        background-color: #f8f9fa;
    } */
}

.app-stats-box-header {
    font-weight: 900;
    font-size: 78px;
    line-height: 3.75rem;
}

.app-stats-box-body {
    font-size: 32px;
}

@media screen and (max-width: 968px) {
    .app-stats-box-body {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    .app-stats-box-body {
        font-size: 32px;
    }
}

#subscribe-email-container {
    max-width: 700px;
}

#subscribe-email-container {
    max-width: 700px;
}

.app-social-icons img {
    width: 45px;
}

.app-social-icons a {
    margin: 1rem;
}

.app-instagram-icon {
    background-color: #FF0169;
    background: linear-gradient(91.23deg, #FF7A00 0%, #FF0169 50.06%, #D300C5 99.36%);
}

.app-footer-nav a {
    margin-top: 0.75rem;
    display: block;
}

.app-skew-up-down {
    padding-top: 65px;
    padding-bottom: 65px;
    margin-top: 150px;
    margin-bottom: 150px;
}

.app-skew-up-down:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 25%;
    top: -24%;
    transform: skewY(-3deg);
    transform-origin: 100% 50%;
    background-color: #212529;
}

.app-skew-up-down:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 25%;
    bottom: -24%;
    transform: skewY(3deg);
    transform-origin: 100% 50%;
    background-color: #212529;
}

@media screen and (max-width: 1400px) {
    .app-skew-up-down:before {
        height: 18%;
        top: -17%;
    }

    .app-skew-up-down:after {
        height: 18%;
        bottom: -17%;
    }
}

@media screen and (max-width: 768px) {
    .app-skew-up-down:before {
        height: 12%;
        top: -11%;
    }

    .app-skew-up-down:after {
        height: 12%;
        bottom: -11%;
    }
}

@keyframes up-down {
    from {
        transform: translateY(-6px);
    }

    to {
        transform: translateY(6px);
    }
}

.app-journey-arrow {
    animation-name: up-down;
    animation-iteration-count: infinite;
    animation-duration: 1200ms;
    font-size: 24px;
}

.app-event-year {
    font-size: 26px;
    position: absolute;
    z-index: 2;
}

.app-event-year i {
    font-size: 34px;
    z-index: 2;
}

#app-timeline {
    position: absolute;
    width: 5px;
    transition: height ease 1s;
    height: 0;
    background-color: #007fffbf;
    border-radius: 4px;
    z-index: 1;
}

.form-floating textarea.form-control {
    height: auto;
}

@media screen and (max-width: 960px) {
    .app-map {
        --bs-aspect-ratio: 100% !important;
    }
}