li a{
    text-decoration: none;
}
.second_footer_container{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #484848;
    height: 81px;
    width: 100%;
}
.sub_second_footer{
    display: flex;
    justify-content: space-between;
    width: 75rem;
}
.footer-common-text{
    color: var(--reply-bg, #FFF);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sub_second_footer img{
    width: 36px;
    height: 36px; 
}
/* footer****************************************************************************************** */
.footer_sub{
    display: flex;
    justify-content:space-between;
    width: 75rem;
    gap: 2rem;
    border-bottom: 1px solid white;
}
.footer_main_container{
    display: flex;
    justify-content:center;
    align-items: center;
    background-color: #000;
    padding-top: 65px;
    padding-bottom: 3rem;
    gap: 10%;
}
.footer_img_cont{
    display: flex;
    justify-content: center;
}
.footer_left_container{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.play_store_image{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
}

.footerlogo{
    width: 107.8px;
    height: 98px;
}
.play_store_image {
    gap: 15%;
}
.play_store_image img{
    width: 1.5rem;
}
.footer_links_container{
    gap: 10rem;
}
.footer_links_container ul {
    list-style: none;
    max-width: 10rem;
    padding-left: 0; 
}
.footer_links_container h2{
    color: #FFF;
    font-family: Poppins;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 0.02px solid #858181; 
    padding-bottom: 5px;
}
.copyright{
    width: 76rem;

}
.text-pos{
    display: flex;
    justify-content: center;
    align-items: center;
}
.copyright-section{
    display: flex;
    justify-content: space-between;
    margin-top: 0.7rem;
    padding: 0.5rem;
}
.footer-social-media-icons{
    display: flex;
    gap: 0.7rem;
}
@media (max-width: 1600px) {
    .sub_second_footer{
        width: 59rem;
    }
    .footer_sub{
        width:59rem;
    }
    .second_footer_container{
        height: 81px;
    }
    .footer-common-text{
        font-size: 15px;
    }
    .sub_second_footer img{
        width: 36px;
        height: 36px; 
    }
    .footer_main_container{
        padding-top: 65px;
        padding-bottom: 3rem;
        gap: 10%;
    }
    .footerlogo{
        width: 107.8px;
        height: 98px;
    }
    .play_store_image {
        gap: 15%;
    }
    .play_store_image img{
        width: 1.5rem;
    }
    .footer_links_container{
        gap: 10rem;
    }
    .footer_links_container h2{
        font-size: 1.1rem;
        padding-bottom: 5px;
    } 
    .copyright{
        width: 80%;
        /* width: 72rem; */
    
    }
}
@media (max-width: 1400px) {
    .sub_second_footer{
        width: 54rem;
    }
    .footer_sub{
        width:54rem;
    }
    .second_footer_container{
        height: 75px;
    }
    .footer-common-text{
        font-size: 13px;
    }
    .sub_second_footer img{
        width: 33px;
        height: 33px; 
    }
    .footer_main_container{
        padding-top: 55px;
        padding-bottom: 3rem;
        gap: 10%;
    }
    .footerlogo{
        width: 98px;
        height: 90px;
    }
    .play_store_image {
        gap: 15%;
    }
    .play_store_image img{
        width: 1.4rem;
    }
    .footer_links_container{
        gap: 8rem;
    }
    .footer_links_container h2{
        font-size: 0.9rem;
        padding-bottom: 5px;
    } 
    .copyright{
        width: 80%;
        /* width: 62rem; */
    }
}

@media (max-width: 1200px) {
    .sub_second_footer{
        width: 48rem;
    }
    .footer_sub{
        width:48rem;
    }
    .second_footer_container{
        height: 75px;
    }
    .footer-common-text{
        font-size: 12px;
    }
    .sub_second_footer img{
        width: 30px;
        height: 30px; 
    }
    .footer_main_container{
        padding-top: 55px;
        padding-bottom: 2rem;
        gap: 10%;
    }
    .footerlogo{
        width: 90px;
        height: 82px;
    }
    .play_store_image {
        gap: 15%;
    }
    .play_store_image img{
        width: 1.3rem;
    }
    .footer_links_container{
        gap: 5rem;
    }
    .footer_links_container h2{
        font-size: 0.8rem;
        padding-bottom: 5px;
    } 
    .copyright{
        width: 80%;
        /* width: 54rem; */
    }
}

@media (max-width: 993px) {
    .sub_second_footer{
        width: 40rem;
    }
    .footer_sub{
        width:40rem;
    }
    .second_footer_container{
        height: 72px;
    }
    .footer-common-text{
        font-size: 11px;
    }
    .sub_second_footer img{
        width: 27px;
        height: 27px; 
    }
    .footer_main_container{
        padding-top: 40px;
        padding-bottom: 2rem;
        gap: 10%;
    }
    .footerlogo{
        width: 85px;
        height: 77px;
    }
    .play_store_image {
        gap: 15%;
        margin-top: 0.4rem;
    }
    .play_store_image img{
        width: 1.2rem;
    }
    .footer_links_container{
        gap: 5rem;
    }
    .footer_links_container h2{
        font-size: 0.8rem;
        padding-bottom: 5px;
    } 
    .copyright{
        width: 80%;
        /* width: 44rem; */
    }
}

@media (max-width: 768px) {
    .footer_sub{
        flex-direction: column;
        align-items: center;
    }
    .sub_second_footer{
        width: 90%;
    }
    .footer_sub{
        width:90%;
    }
    .sub_second_footer img{
        width: 20px;
        height: 20px; 
    }
    .footer_main_container{
        padding-top: 40px;
        padding-bottom: 2rem;
        gap: 10%;
    }
    .footerlogo{
        width: 75px;
        height: 70px;
    }
    .play_store_image{
        margin-top: 0.1rem;
    }
    .play_store_image img{
        width: 1.2rem;
    }
    .footer_links_container{
        gap: 5rem;
        width: 100%;
        justify-content: space-between;
    }
    .footer_links_container h2{
        font-size: 0.8rem;
        padding-bottom: 5px;
    } 
    .text-pos{
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
    }
    .copyright{
        width: 90%;
    }
}

@media (max-width: 576px) {
    .sub_second_footer{
        width: 100%;
    }
    .footer_sub{
        width:100%;
    }
    .sub_second_footer{
        height: 50px;
        justify-content: space-between;
        align-items: center;
    }
    .footer_links_container{
        gap: 1rem;
        justify-content: space-between;
        width: 100%;
    }
    .footer_links_container h2{
        font-size: 0.7rem;
        padding-bottom: 5px;
    } 
    .footer-common-text{
        font-size: 10px;
    }
    .footer_links_container{
        justify-content: space-between;
    }
    .sub_second_footer span{
        text-align: start !important;
    }
    .sub_second_footer img{
        width: 0.8rem;
        height: 0.8rem;
    }
    /* .footer_verified,.footer_matches_profiles,.footer_privacy_profile{
        
        padding: 0.5rem 0rem;
        padding-left: 33%;
    } */
    .sub_second_footer{
        width: 100%;
    }
    .second_footer_container{
        height: auto;
    }
    .footer_left_container{
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 0.5rem;
    }
    .footerlogo{
        height: 3rem;
        width: 3rem;
    }
    .play_store_image{
        margin-top: 0rem;
    }
    .play_store_image img{
        width: 1rem;
        height: 1rem;
    }
    .text-pos{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .copyright-section{
        flex-direction: column;
        justify-content: center;
        gap: 0.7rem;
    }
    .footer-social-media-icons{
        justify-content: center;
        gap: 1.2rem;
    }
}