/* codes for top bg starts here */
.homepage_video_container_1 {
    position: relative;
}

.homepage_video_container_1 img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.video-overlay-1 {
    width: 82%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0);
    padding: 20px;
    border-radius: 10px;
}

.video-overlay-1 h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}

.video-overlay-1 p {
    font-size: 16px;
    color: white;
    max-width: 600px;
    margin: 0 auto;
}

.top_bg_container {
    position: relative;
}

.top_bg_container .top_bg_img {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 20px;
}

.top_bg_container_content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: black;
    background: rgba(0, 0, 0, 0);
    padding: 20px;
    border-radius: 10px;
}


/* codes for top bg ends here */

/* codes for footer bg starts here */
.button_black {
    background-color: black;
    color: #fff;
    font-size: 13px;
    padding: 9px 40px;
    border-radius: 2rem;
    font-weight: 600;
    text-decoration: none;
    /* margin-right: 10px; */
}

.button_black:hover {
    border: 1px solid rgb(166, 246, 166);
    background-color: transparent;
    color: #000;
    font-weight: 600;
    transition: 0.3s;
}

/* button animation codes starts here  */
.button_black.animate-slide-in {
    opacity: 0;
    transform: translateX(50px);
    transition: transform 1s ease-out, opacity 0.8s ease-out;
    will-change: transform, opacity;
    display: inline-block;
}

.button_black.animate-slide-in.visible {
    opacity: 1;
    transform: translateX(0);
}

.homepage_video_container {
    position: relative;
}

.homepage_video_container img {
    width: 100%;
}

.video_container {
    border: 2px solid white;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.video-overlay {
    position: absolute;
    top: 51%;
    left: 51%;
    transform: translate(-50%, -50%);
    color: black;
    padding: 20px;
    border-radius: 10px;
    width: 87%;
}

.video-overlay span {
    font-size: 24px;
    font-weight: bold;
}

.video-overlay p {
    margin-bottom: 20px;
    font-size: 15px;
    color: black;
}

.top_bg_content_1 {
    margin: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(205, 205, 205);
}

/* codes for footer bg ends here */

/* Footer Code starts here */
.boman_footer_content {
    font-size: 14px;
    width: 80%;
    margin-top: 3px;
}

.footer_content ul li a {
    font-size: 14px;
    color: black;
    font-weight: 400;
}

.footer_content ul li span {
    color: black;
    font-size: 14px;
    font-weight: 400;
}


.pages_content {
    padding-left: 20px !important;
}

.system_overview {
    width: 75%;
}

.integrations_card{
    padding: 0 1rem;
}

/* Footer Code ends here */




/* Mobile Responsive Code Starts */
@media only screen and (max-width: 1050px) {
    .top_bg_content_1 {
        display: block;
    }

    .top_bg_content_1 div {
        width: 100%;
    }

    .top_bg_container .top_bg_img {
        height: 1035px;
    }



    .video-overlay {
        display: block;
    }

    .video-overlay div {
        width: 100%;
        text-align: center;
    }

    .homepage_video_container img {
        height: 250px;
    }

    .homepage_video_container_1 img {
        height: 250px;
    }

    .video-overlay-1 h1 {
        font-size: 20px;
    }

    .video-overlay-1 h4 {
        font-size: 18px;
    }

    .integrations_card h3 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
    }

    .main_footer_container {
        display: block !important;
    }

    .footer_all_content {
        text-align: center !important;
        width: 100% !important;
        margin-bottom: 10px;
    }

    .boman_footer_content {
        text-align: center !important;
        font-size: 14px !important;
        width: 100%;
        margin: 0 auto;
    }

    .footer_all_content_head {
        display: block !important;
        text-align: center !important;
    }

    .footer_all_content_head {
        font-size: 16px !important;
    }

    .pages_content {
        padding-left: 0px !important;
    }

    .video-overlay span {
        font-size: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .video-overlay-1 h1 {
        font-size: 14px;
        font-weight: 400;
    }

    .video-overlay-1 {
        width: 100%;
    }

    .video-overlay-1 h4 {
        font-size: 15px;
    }

    .integrations_card h3 {
        font-size: 18px;
    }

    .top_bg_content_1 p {
        font-size: 14px;
    }

    .video-overlay span {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .video-overlay p {
        font-size: 13px;
    }

    .button_black {
        padding: 4px 20px;
    }

    .system_overview {
        width: 100%;
    }

    .video-overlay div {
        width: 100%;
        margin-bottom: 10px;
    }

    .top_bg_content_1 {
        margin: 0px 0px;
    }

    .top_bg_container .top_bg_img {
        height: 1150px;
    }

    .integrations_card{
        padding: 0px 0px;
    }

    .top_bg_container_content{
        padding: 19px !important;
    }
}