/* 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(80px);
    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_1 img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.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;
}

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


.video-overlay-1 h1 {
    color: #fff;
    font-size: 42px;
}

.video-overlay-1 p {
    color: #fff;
    font-size: 24px;
}

/* 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;
    font-weight: 400;
    color: black;
}

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

/* Footer Code ends here */
/* Our Team Code Starts */
.team_container {
    padding: 20px;
    width: 47% !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.team_container_1 {
    margin-right: 2%;
}

.our_team img {
    height: 192px;
    width: 178px;
    object-fit: cover;
    object-position: 50% 50%;
}

.top_container {
    margin-top: 8%;
}

.everything_content p {
    font-size: 24px;
}

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

.pc_partners {
    display: block;
}

.mobile_partners {
    display: none;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.box-shadow p {
    color: black !important;
}

/* .our_team_1 img {
    object-fit: contain !important;
} */


@media only screen and (max-width: 860px) {
    .video-overlay {
        display: block !important;
    }

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

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

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

    .homepage_video_container_1 img {
        height: 250px;
    }

    .slider_container {
        display: block;
    }

    .trust_companies {
        display: block;
    }

    .trust_companies div {
        width: 100%;
    }

    .integrations_card_container {
        display: block;
    }

    .integrations_card {
        text-align: center;
    }

    .integrations_card_container div {
        width: 100%;
    }

    .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;
    }

    .about_bg_bottom_container {
        display: block !important;
    }

    .about_bg_bottom_content {
        width: 100% !important;
    }

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

    .homepage_video_container img {
        height: 250px;
    }

    .about_bg_bottom_content {
        text-align: center;
    }

    .scroll-content {
        display: block !important;
    }

}

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

    .mobile_feature_content {
        width: 100% !important;
    }

    .homepage_video_container_1 img {
        height: 250px;
    }

    .everything_content {
        width: 100% !important;
        margin: 0 20px !important;
        font-size: 20px !important;
    }

    .homepage_video_container img {
        height: 200px;
    }

    .everything_content p {
        font-size: 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;
    }
}

@media only screen and (max-width: 640px) {

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

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

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

    .integrations_card h4 {
        font-size: 16px;
    }

    .integrations_card p {
        font-size: 13px;
    }

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

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

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

    .button_black {
        padding: 4px 20px;
    }

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

    .pc_partners {
        display: none !important;
    }

    .mobile_partners {
        display: block !important;
    }

    .everything_content p {
        margin: 0 14px;
    }

    .box-shadow p {
        font-size: 13px;
    }

}