@media (min-width:767px) {

    .footer {
        /* position:fixed; */
        /* bottom: 0; */
        margin: 0 auto;
        height: 150px;
        width: fit-content;
        
        /* margin-top: 800px; */
        /* margin-bottom: -100px; */
        /* background: #010101; */
        /* color: white !important; */
        display: flex;
        font-size: 16px !important;
        font-family: Arial, Helvetica, sans-serif !important;
        gap: 30px;
        /* position:initial; */
        /* z-index: 1; */
    }

    .socials {
        /* margin-right: 20px */
        gap: 20px;
        display: flex;
        flex-direction: row;
        /* font-size: 12px; */
    }

    .socials a {
        width: 20px;
        padding: 2px;
        border-radius: 5px;
        text-align: center;
        font-size: 25px !important;
    }

    .socials a i {
        margin: 0 auto;
        /* color: rgb(0, 0, 0.1); */

    }



    .fsec1 {
        display: flex;
        /* margin-left: 15px; */
        /* color: black; */
        margin-top: 10px;
        font-size: 20px;
    }

    .f-container{
        display: block;
    }

    .brand-names {
        margin-top: 10px;

    }

    .ft-title {
        font-size: 20px;
        margin-left: 5px;
        /* color: white !important; */

    }

    .ft-subtitle {
        display: none;
        font-size: 10px;
    }

    .fsec2 {
        margin-left: auto;
        display: flex;
        margin-right: 30px;
        margin-top: 5px;
        gap:50px;
    }

    .fsec2 ul {
        list-style: none;
        gap: 50px;
    }


    .fsec2 ul li {
        margin-top: 10px;
        width: 110%;
    }

    .fsec2 ul li a {
        text-decoration: none;
        color: black;
        /* color: white !important; */

    }

    .fsec2 ul li a:hover {
        text-decoration: underline;
    }

    .newshint-footer-logo {
        /* border-radius: 10px; */
        height: 30px;
    }



    .socials a:nth-child(1) {
        color: #FF4500;
        /* Reddit color */
        border-color: #ff723e;
        background: white;
        width: inherit;

        /* Adjust border color as needed */
    }

    .socials a:nth-child(1):hover {
        color: white !important;
        background: #FF4500;
        /* Reddit color on hover */
    }

    .socials a:nth-child(2) {
        color: #1877F2;
        border-color: #b7d4fb;
        background: white;
    }

    .socials a:nth-child(2):hover {
        background: #1877F2;
        color: white !important;
        width: inherit;


    }

    .socials a:nth-child(3) {
        color: #0088cc;
        border-color: #b3e6ff;
        background: white;
    }

    .socials a:nth-child(3):hover {
        background: #0088cc;
        color: white !important;
        width: inherit;


    }
}

@media (max-width: 480px) {
    body{

        overflow-x: hidden;
    }
    .footer {
        display: none !important; 
        /* overflow-x: hidden !important; */
        /* padding:20px; */
        /* display: flex; */
        position:static;
        left: 0;
        /* bottom: 0; */
        height: 100px;
        width: 100%;
        background: #010101;
        display: flex;
        font-size: 10px !important;
        font-family: Arial, Helvetica, sans-serif !important;
    }

    .socials {
        /* margin-right: 20px */
        gap: 10px;
        display: flex;
        flex-direction: row;
        /* font-size: 12px; */
    }

    .socials a {
        width: 25px;
        padding: 2px;
        border-radius: 5px;
        text-align: center;
    }

    .socials a i {
        margin: 0 auto;
        width: 20px;
        height: 50px;
        /* font-size: 50px; */
    }

    .fsec1 {
        display: flex;
        margin-left: 15px;
        color: white;
        margin-top: 10px;
        font-size: 17px;
    }

    .brand-names {
        margin-top: 10px;

    }

    .ft-title {
        font-size: 20px;
        margin-left: 5px;
    }

    .ft-subtitle {
        display: none;
        font-size: 10px;
    }

    .fsec2 {
        margin-left: auto;
        display: flex;
        margin-right: 30px;
        margin-top: 5px;
    }

    .fsec2 ul {
        list-style: none;
    }


    .fsec2 ul li {
        margin-top: 10px
    }

    .fsec2 ul li a {
        text-decoration: none;
        color: white;
    }

    .fsec2 ul li a:hover {
        text-decoration: underline;
    }

    .newshint-footer-logo {
        border-radius: 20px;
    }



    .socials a:nth-child(1) {
        color: #FF4500;
        /* Reddit color */
        border-color: #ff723e;
        background: white;

        /* Adjust border color as needed */
    }

    .socials a:nth-child(1):hover {
        color: white !important;
        background: #FF4500;
        /* Reddit color on hover */
    }

    .socials a:nth-child(2) {
        color: #1877F2;
        border-color: #b7d4fb;
        background: white;
    }

    .socials a:nth-child(2):hover {
        background: #1877F2;
        color: white !important;

    }

    .socials a:nth-child(3) {
        color: #0088cc;
        border-color: #b3e6ff;
        background: white;
    }

    .socials a:nth-child(3):hover {
        background: #0088cc;
        color: white !important;

    }

}



/* TAB */
@media (min-width: 481px) and (max-width: 767px) {

    .footer{
        display: none;
    }
}