body{
    margin: 0;
}

#futer_footer{
    width: 99.5%;
    background-color: black;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    border: 1px solid transparent;
}

#main_footer_div{
    width: 90%;
    margin: auto;
}

#footer_hr_upper{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

#footer_hr_upper>div:nth-child(1){
    display: flex;
    gap: 45px;
}

.social_img{
    width: 35px;
    height: 35px;
    background-color: gray;
    border-radius: 80%;
}

.social_img:hover{
    background-color: white;
}

#footer_hr_lower{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.find_a_store_footer{
    margin-bottom: 0;
    margin-top: 10px;
    font-size: small;
}

#footer_location_india{
    font-size: x-small;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

#footer_location_pin_image{
    width: 20px;
    height: 20px;
    float: left;
}

#footer_get_help_h3, #footer_about_nike_h3{
    font-size: small;
}

#footer_get_help_p, #footer_about_nike_p{
    font-weight: lighter;
    color: rgb(190, 190, 190);
    font-size: smaller;
}

@media only screen and (min-width: 415px) and (max-width: 820px){
    #futer_footer{
        width: 100%;
        background-color: black;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    #main_footer_div{
        width: 95%;
        margin: auto;
    }
    
    #footer_hr_upper{
        display: flex;
        justify-content: space-between;
        padding-top: 10px;
    }
    
    .find_a_store_footer{
        font-size: x-small;
    }
    
    #footer_hr_upper>div:nth-child(1){
        display: flex;
        gap: 45px;
    }

    #footer_get_help_h3, #footer_about_nike_h3{
        font-size: x-small;
    }

    #footer_get_help_p, #footer_about_nike_p{
        font: x-small;
        margin-top: 0px;
    }

    #footer_hr_lower{
        display: flex;
    }

    #footer_location_india{
        font-size: x-small;
    }
    
    #footer_location_pin_image{
        width: 20px;
        height: 20px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 414px){
    #futer_footer{
        width: 100%;
        background-color: black;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    #main_footer_div{
        width: 100%;
        margin: auto;
    }
    
    #footer_hr_upper{
        display: block;
        justify-content: space-between;
        padding-top: 10px;
        padding-left: 20px;
    }
    
    #footer_hr_upper>div:nth-child(1){
        display: block;
        gap: 45px;
        margin-left: 5%;
    }
    
    .social_img{
        margin-top: 20px;
    }

    #footer_get_help_h3, #footer_about_nike_h3{
        margin-top: 10%;
        text-decoration: underline;
    }

    #footer_get_help_p, #footer_about_nike_p{
        display: none;
    }

    #footer_hr_lower{
        display: block;
        justify-content: space-between;
        margin-bottom: 20px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    #footer_location_india{
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: small;
    }
    
    #footer_location_pin_image{
        width: 17px;
        height: 17px;
    }
};

