    /* CSS HEX *
    --cultured: #f2f2f2;
    --medium-candy-apple-red: #df1a2d;
    --bordeaux: #95010f;
    --gainsboro: #dddddd;
    --eerie-black: #191919;


     SCSS RGB
    $cultured: rgba(242, 242, 242, 1);
    $medium-candy-apple-red: rgba(223, 26, 45, 1);
    $bordeaux: rgba(149,1,15,1);
    $gainsboro: rgba(221, 221, 221, 1);
    $eerie-black: rgba(25, 25, 25, 1);

    font-family: 'Scarecrow';
    font-family: 'Poppins';
    font-family: 'Raleway';
    */

    .footer {
        position: relative;
        padding-top: 10rem;
        padding-bottom: 6rem;
        background: rgb(218,218,218);
        background: -moz-linear-gradient(270deg, rgba(218,218,218,0.6) 5%, rgba(154,8,22,0.6) 49%, rgba(34,0,3,0.6) 100%);
        background: -webkit-linear-gradient(270deg, rgba(218,218,218,0.6) 5%, rgba(154,8,22,0.6) 49%, rgba(34,0,3,0.6) 100%);
        background: linear-gradient(270deg, rgba(218,218,218,0.6) 5%, rgba(154,8,22,0.6) 49%, rgba(34,0,3,0.6) 100%);
    }
    .footer .footer-bg {
        /* background-image: url(../img/index/bg-index-body.jpg);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover; */
        position: absolute;
        bottom: 0;
        left: 0;
        width: 101vw;
        height: 100%;
        filter: blur(3px);

    }
    .footer .footer-box {
        z-index: 1;
        background-color: rgba(25, 25, 25, 0.8);
        border-radius: 20px;
        border: 4px solid transparent;
        text-align: center;
        margin:auto;
        background: linear-gradient(135deg, rgba(25, 25, 25, 1) 0%, rgba(25, 25, 25, 1) 100%) padding-box,
                    linear-gradient(135deg, rgba(242,242,242,1) 21%, rgba(150,1,14,1) 44%) border-box;
    }
    .footer .footer-box .footer-logo{
        border-right: 2px solid rgba(149,1,15,0.8);
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;

    }
    .footer .footer-box .footer-logo img{
        height: 80px;
    }
    .footer .footer-box .footer-info{
        position: relative;
    }
    .footer .footer-box .footer-info .row-mail{
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 2rem;
        padding-bottom: 0.25rem;
    }
    .footer .footer-box .footer-info .row-mail a{
        cursor: pointer;
    }

    .footer .footer-box .footer-info .policy-term{
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .footer .footer-box .footer-info h6{
        color: #f6f6f6;
        font-size: 12px;
        font-weight: 400;
        font-family: 'Poppins';


    }
    .footer .footer-box .footer-info a {
        text-decoration: none;
        color: inherit;
        cursor: pointer;
        font-family: 'Poppins';

    }
    .footer .footer-box .footer-info a:hover {
        cursor: pointer;
    }
    .footer .footer-box .footer-info .row-copyright{
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .footer .footer-box .footer-social {
        border-left: 2px solid rgba(149,1,15,0.8);
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        position: relative;
    }
    .footer .footer-box .row-social {
        margin-top: 1rem;
    }
    .footer .footer-box .footer-social img{
        max-height: 50px;
    }
    .footer .footer-box .footer-social a{
        height: 100%;
    }
