@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* =============================================================================================================== */


     /* footer Section */

     .footer_heading {
        font-size: 160%;
        color: white;
        font-weight: 500;
        overflow: hidden;
     }

     .footer_para {
        font-size: 90%;
        color: white;
        font-weight: 200;
     }

     .footer_contact {
        font-size: 90%;
        color: white;
        font-weight: 200;
     }

     .social_footer_icon a {
        padding-right: 5px;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
     }
     
      .social_footer_icon img {
          width:40px;
          height:40px;
      }
     .social_footer_icon a img:hover {
        transform: scale(1.1);
     }

     .aniideaz_links_line {
        border-left: 2px #1a1a1a solid;
     }

     .footer_site_heading {
        color: white;
        overflow: hidden;
        font-weight: 400;
        font-size: 120%;
     }

     .footer_site_links .footer_insite_links a{
        text-decoration: none;
        font-size: 90%;
        color: white;
        font-weight: 200;
        line-height: 2;
     }
     
     .contact_links_footer {
      display: flex;
      flex-direction: column;
     }