html{
    font-size: 20px;
}
li a{
    text-decoration: none;
}
.second_footer_container{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #484848;
    height: 5.063rem;
    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: 0.938rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sub_second_footer img{
    width: 2.25rem;
    height: 2.25rem; 
}
/* footer****************************************************************************************** */
.footer_sub{
    display: flex;
    justify-content:space-between;
    gap: 2rem;
    border-bottom: 0.063rem solid white;
}
.footer_main_container{
    display: flex;
    justify-content:center;
    align-items: center;
    background-color: #000;
    padding-top: 4.063rem;
    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: 6.738rem;
    height: 6.125rem;
}
.play_store_image {
    gap: 15%;
}
.play_store_image img{
    width: 1.5rem;
}
.footer_links_container{
    gap: 7rem;
}
.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.001rem solid #858181; 
    padding-bottom: 0.313rem;
}
.copyright{
    width: 80%;

}
.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) {
    html{
        font-size: 19px;
    }
    .sub_second_footer{
        width: 59rem;
    }
    .second_footer_container{
        height: 5.063rem;
    }
    .footer-common-text{
        font-size: 0.938rem;
    }
    .sub_second_footer img{
        width: 2.25rem;
        height: 2.25rem; 
    }
    .footer_main_container{
        padding-top: 4.063rem;
        padding-bottom: 3rem;
        gap: 10%;
    }
    .footerlogo{
        width: 6.738rem;
        height: 6.125rem;
    }
    .play_store_image {
        gap: 15%;
    }
    .play_store_image img{
        width: 1.5rem;
    }
    .footer_links_container h2{
        font-size: 1.1rem;
        padding-bottom: 0.313rem;
    } 
}
@media (max-width: 1400px) {
    html{
        font-size: 18px;
    }
    .sub_second_footer{
        width: 54rem;
    }
    .second_footer_container{
        height: 4.688rem;
    }
    .footer-common-text{
        font-size: 0.813rem;
    }
    .sub_second_footer img{
        width: 2.063rem;
        height: 2.063rem; 
    }
    .footer_main_container{
        padding-top: 3.438rem;
        padding-bottom: 3rem;
        gap: 10%;
    }
    .footerlogo{
        width: 6.125rem;
        height: 5.625rem;
    }
    .play_store_image {
        gap: 15%;
    }
    .play_store_image img{
        width: 1.4rem;
    }
    .footer_links_container{
        gap: 6rem;
    }
    .footer_links_container h2{
        font-size: 0.9rem;
        padding-bottom: 0.313rem;
    } 
}

@media (max-width: 1200px) {
    html{
        font-size: 17px;
    }
    .sub_second_footer{
        width: 48rem;
    }
    .second_footer_container{
        height: 4.688rem;
    }
    .footer-common-text{
        font-size: 0.75rem;
    }
    .sub_second_footer img{
        width: 1.875rem;
        height: 1.875rem; 
    }
    .footer_main_container{
        padding-top: 3.438rem;
        padding-bottom: 2rem;
        gap: 10%;
    }
    .footerlogo{
        width: 5.625rem;
        height: 5.125rem;
    }
    .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: 0.313rem;
    } 
    
}

@media (max-width: 993px) {
    html{
        font-size: 16px;
    }
    .sub_second_footer{
        width: 40rem;
    }
    .second_footer_container{
        height: 4.5rem;
    }
    .footer-common-text{
        font-size: 0.688rem;
    }
    .sub_second_footer img{
        width: 1.688rem;
        height: 1.688rem; 
    }
    .footer_main_container{
        padding-top: 2.5rem;
        padding-bottom: 2rem;
        gap: 10%;
    }
    .footerlogo{
        width: 5.313rem;
        height: 4.813rem;
    }
    .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: 0.313rem;
    } 
}

@media (max-width: 768px) {
    html{
        font-size: 15px;
    }
    .footer_sub{
        flex-direction: column;
        align-items: center;
    }
    .sub_second_footer{
        width: 90%;
    }
    .sub_second_footer img{
        width: 1.25rem;
        height: 1.25rem; 
    }
    .footer_main_container{
        padding-top: 2.5rem;
        padding-bottom: 2rem;
        gap: 10%;
    }
    .footerlogo{
        width: 4.688rem;
        height: 4.375rem;
    }
    .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: 0.313rem;
    } 
    .text-pos{
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
    }
    .copyright{
        width: 90%;
    }
}

@media (max-width: 576px) {
    html{
        font-size: 14px;
    }
    .sub_second_footer{
        width: 100%;
    }
    .sub_second_footer{
        height: 3.125rem;
        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: 0.313rem;
    } 
    .footer-common-text{
        font-size: 0.625rem;
    }
    .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;
    }
}