main p {
    color: #000;
}

.about_team_img {
    border: 2px solid white;
    height: 402px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.about_team_img_small {
    height: 191px;
    width: 270px;
}

.about_team_img_small:first-child {
    margin-bottom: 20px;
}

.bottom_about_img {
    height: 191px;
    width: 280px;
    margin-bottom: 0px !important;
}

.bottom_about_img_1 {
    width: 306px;
    height: 191px;
    margin-bottom: 0px !important;
}


/* .bottom_about_img:last-child {
    width: 272px;
}

.bottom_about_img:first-child {
    margin-right: 17px;
} */


/* 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;
}

.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: 23px;
    font-weight: bold;
}

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

/* codes for footer bg ends here */

/* 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: 43%;
    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: 32px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 25px;
}

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

/* codes for top 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 */

/* button animation codes starts here  */
.button_black.animate-slide-in {
    opacity: 0;
    transform: translateX(150px);
    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);
}

/* Smooth infinite scroll */
@keyframes infiniteScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Initial hidden state */
.scroll-content {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Animate to visible */
.scroll-content.show {
    opacity: 1;
    transform: translateY(0);
}

/* button animation codes ends here  */


.our_team {
    text-align: center;
}

.our_team img {
    height: 300px;
    width: 242px;
    object-fit: cover;
    object-position: 50% 50%;
    border: 2px solid white;
    border-radius: 8px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}



.mobile_client {
    display: none !important;
}

.pc_client {
    display: block !important;
}

/* client carousal */
.client-carousel {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 20px 0;
}

.carousel-track {
    display: flex;
    gap: 30px;
    width: max-content;
    animation: infiniteScroll 20s linear infinite;
}

.pc_team_photos {
    display: block;
}

.mobile_team_photos {
    display: none;
}

/* Smooth infinite scroll */
@keyframes infiniteScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.sumeru_design_content_h3 {
    width: 75%;
    margin-left: 15%;
}


@media only screen and (max-width: 1280px) {
    .sumeru_design_content_h3 {
        width: 75%;
        margin-left: 10%;
    }

    .homepage_video_container img {
        height: 250px;
    }
}

@media only screen and (max-width: 780px) {
    .button_black {
        padding: 4px 20px;
    }

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

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

    .homepage_video_container_1 img {
        height: 250px;
    }

    .sumeru_design_container {
        display: block !important;
    }

    .our_team_card {
        width: 100% !important;
    }

    .sumeru_design_content_h3 {
        text-align: center;
    }

    .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 {
        text-align: center;
        display: block !important;
    }

    .about_bg_bottom_content {
        width: 100% !important;
    }

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

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

    .homepage_video_container img {
        height: 250px;
    }

    .pc_team_photos {
        display: none !important;
    }

    .mobile_team_photos {
        display: block !important;
    }

    .bottom_about_img{
        width: 306px;
    }
    
    .about_team_img_small{
        width: 306px;
    }

    .mobile_heading p{
        font-size: 13px !important;
    }

    .mobile_heading {
        text-align: center;
    }
}