.foot_video {
    background-color: #3b3b4b;
    padding: 50px 0;
    padding-bottom: 10px;
    margin-top: 358px;
}

.footer_row {
    margin-top: -280px;
    align-items: baseline;
    justify-content: center;
}

.footer_video_sec {
    height: 550px;
    border-radius: 70px;
    /* background-color: #ccc; */
    position: relative;
    top: -350px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background:url(../../images/index/footer_bnr.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:100%;
}
.footer_video_sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #000, transparent);
    width: 100%;
    height: 100%;
    border-radius: 70px;
}
.footer_video_sec img{
    width:100px;
    position: relative;
    z-index:1;
    filter: invert(1) brightness(20) contrast(20);
}
.foot_logo img {
    width: 350px;
}

.foot_insd_text h3 {
    font-size: 25px;
    font-weight: bold;
    color: var(--white);
}

.foot_insd_text hr {
    margin: 10px 0;
    width: 60px;
    opacity: 1;
    height: 5px;
    background-color: var(--gold);
    border-radius: 20px;
}

.foot_insd_text2,
.foot_insd_img_para_sec {
    display: flex;
    gap: 15px;
    margin-top: 40px;
    align-items: center;
}

.foot_insd_img_para_sec img {
    width: 80px;
    filter: invert(1);
}

.foot_insd_img_para_sec p {
    font-size: 18px;
    color: var(--white);
    display: contents;
}

.social_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.social_icon figure {
    width: 45px;
    padding: 13px;
    border-radius: 50%;
    border: solid 2px var(--white);
    height: 45px;
    display: flex;
    align-items: center;
}

.social_icon img {
    filter: invert(1);
}

.foot_insd_text2 {
    align-items: center;
    gap: 10px;
    /* margin-left: 30px; */
    margin-top: 30px;
}

.foot_insd_text2 h3 {
    font-size: 20px;
}

.line_up {
    position: relative;
}

.line_up::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 15px;
    background-color: var(--white);
    width: 2px;
    height: 35px;
    border-radius: 40px;
}

.footer-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--blue);
    padding: 5px 0;
}

.footer-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copy p {
    font-size: 15px;
    color: var(--white);
    text-align: left;
    margin: 0;
}

.footer-copy span {
    text-align: end;
    font-size: 15px;
    color: var(--white);
    text-align: left;
    margin: 0;
}

.footer-copy a {
    color: var(--white);
}