/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/

.break {
    white-space: nowrap;
}

.banner-shape-inner .shape {
    z-index: -1;
}

.row .user-interact-image {
    width: 700px;
    margin-left: -100px;
}

.banner-text-inner .btn.btn-discover {
    background: transparent;
    border-color: #5b39c9;
    color: #5b39c9;
    margin-left: 10px;
}

.banner-text-inner .btn.btn-discover:hover {
    background: #36324a;
    border-color: #36324a;
    color: #fff;
}

.banner-inner-area {
    min-height: 1000px;
}

.socials a {
    color: inherit;
}

.socials li:hover {
    color: #f77ade;
}

.widget-header h5.social-profile-name {
    margin-bottom: 26px;
}

.widget-header h5 .social-profile-img {
    border-radius: 50%;
    height: 40px;
}

.owl-carousel .owl-item img {
    border-radius: 50%;
}

.single-counter small {
    font-size: 60%;
}

#bgVideo {
    min-width: 100vw;
    min-height: 100%;
    object-fit: cover;
    object-position: left center;
}

section {
    overflow: hidden;
}

section.app-video {
    background: none !important;
    display: grid;
}

section.app-video > div {
    grid-column: 1;
    grid-row: 1;
}

section.app-video:before {
    background: none !important;
}

.app-video .partner-carousel .single-partner img {
    opacity: 1;
}

.app-video .partner-carousel .single-partner img:hover {
    transform: scale(1.1);
}

.app-video .single-author-comment p {
    color: #302f37;
}

.video-container {
    min-width: 100%;
}

.video-overlay>section {
    position: relative;
}

.video-overlay {
    z-index: 28;
    width: 100vw;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.vid-overlay-vertical {
    background: #f7f6f9ab;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border: 4px solid #5b39c9;
    border-radius: 10px;
}

@media (min-width: 576px) {
    .video-overlay {
        max-width: 760px;
    }
}

@media (min-width: 768px) {
    .video-overlay {
        max-width: 940px;
    }
}

@media (min-width: 992px) {
    .video-overlay {
        max-width: 1180px;
    }
}

@media (min-width: 1200px) {
    .video-overlay {
        max-width: 1360px;
    }
}
