.footer-back {
    background: #272727;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 0;
    bottom: 0%;
    z-index: 1;
    margin-top: 70px;
    padding: 160px 0 25px 0;
}

.products p {
    color: #747474;
    font-size: 16px;
}

.products h1 {
    color: #ffe400;
    font-size: 30px;
    text-align: left;
}

.footer-img {
    width: 90px;
    height: auto;
}

.social {
    border: none;
    float: right;
}

.social ul li {
    display: block;
    padding: 8px 0;
}

.products p:hover {
    color: #ffe400;
    opacity: 0.7;
}

.social-icon1,
.social-icon2 {
    width: 23px;
}

.social-icon1 {
    display: block;
}

.social-icon2 {
    display: none;
}

.social ul li:hover .social-icon1 {
    display: none;
}

.social ul li:hover .social-icon2 {
    display: block;
}

.end-footer {
    width: 100%;
    float: left;
}

.end-footer p {
    color: #747474;
    font-size: 16px;
    font-family: 'Courier New', Courier, monospace;

}

.company-name h4 {
    color: gray;
    font-size: 28px;
}

.end-bottom p {
    color: gray;
    font-size: 20px;
}


.button {
    text-align: center;
    margin: 0px auto 0 auto!important;
}

/* effect button for submit*/

footer ul li {
    display: inline-block;
}

.products-footer {
    vertical-align: middle;
    float: left;
    margin-left:0px;
}

.social-head {
    left: 20px;
}

footer h1 {
    font-family: 'anton';
    color: #fff;
    position: relative;
    display: inline;
}

#accaunt-modal2 {
    margin-top: 40px;
}

.accaunt-modal2 a {
    text-decoration: none;
    color: inherit;
}

.button-submit {
    max-width: 335px;
}

.button {
    display: block;
    margin-right: 20px;
}

.cta {
    position: relative;
    margin: auto;
    padding: 19px 22px;
    transition: all 0.2s ease;
    float: right;
    margin-top: 30px;
    cursor: pointer;
}

.cta:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    background: rgba(68, 209, 47, 0.1);
    width: 56px;
    height: 56px;
    transition: all 0.3s ease;
}

.cta span {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    font-family: 'Courier New', Courier, monospace;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    vertical-align: middle;
    color: #747474;
}

.cta svg {
    width: 13px;
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.cta svg path,
.cta svg polyline {
    vertical-align: middle;
}

.cta:hover:before {
    width: 100%;
    background: #44D62C;
}

.cta1:hover::before {
    clip-path: polygon(52% 14%, 52% -73%, 88% 100%, 0 77%);
}

.cta2:hover::before {
    clip-path: polygon(46% 1%, 71% 18%, 62% 118%, 0 11%);
}

.cta3:hover::before {
    clip-path: polygon(18% -32%, 45% -1%, 113% 166%, 29% 125%);
}

.cta4:hover::before {
    clip-path: polygon(57% -26%, 82% 0%, 57% 91%, 0 84%);
}

.cta5:hover::before {
    clip-path: polygon(196% -27%, 78% 0%, 25% 90%, 0 13%);
}

.cta:hover svg {
    transform: translateX(0);
}

.cta:hover span {
    color: white;
}

.cta:active {
    transform: scale(0.96);
}


/*circle butttons*/

.social ul {
    margin: 60px 0 0 0px;
}


/* .social ul li {
    margin-bottom: 20px;
} */

.social-text-logo {
    z-index: 2;
    color: #fff;
    position: absolute;
    font-size: 22px;
    font-family: 'Courier New', Courier, monospace;
    padding: 0px 0;
    margin-top: 16px;
    margin-left: -17px;
    animation-name: mymove;
    animation-duration: 0.5s;
}

.circle-footer-social {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    background: #353434;
    z-index: 1;
    position: relative;
    left: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.social1 {
    top: 0px;
    left: 0px;
}

.social2 {
    top: 0px;
    left: 0px;
}

.social3 {
    top: 0px;
    left: 0px;
}

.social-img {
    display: none;
    width: 27px;
    top: 20px;
    left: 21px;
    height: auto;
    z-index: 3;
    position: absolute;
}

@keyframes mymove {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.flex-container {
    display: flex;
    flex-flow: row wrap;
    font-weight: bold;
    text-align: left;
    height: 100%;
}
.circle-footer-social:hover {
    background: radial-gradient(circle, #747474 10%, #272727 100%);
}

.circle-footer-social:hover .social-img {
    display: block;
}

.circle-footer-social:hover .social-text-logo {
    display: none;
}


/*responsive*/
 @media (max-width: 992px) {
    .products-footer {
        vertical-align: middle;
        float: left;
        margin-bottom: 70px;
    }
    .social-head {
        left: 0px;
    }
    .social ul {
        margin: 30px 0 0 0px;
    }
    .social ul li {
        display: inline-block;
        padding: 8px 0;
        margin-right: 90px;
    }
    .end-footer {
        margin-top: 60px;
    }
    .social ul {
        margin: 30px 0 0 -20px;
    }
    .social {
        width: 100%;
        border: none;
        float: left;
    }
}
@media (max-width: 600px) {
    
    .end-footer p {
        font-size: 14px;
    }
    .social ul li {
        margin-right: 15%;
    }
    .card-adv {
        height: 160px;
    }
    .card-adv p {
        padding: 45px 0 0 73px;
        font-size: 19px;
    }
}
@media (max-width: 542px) {
    .social ul li {
        margin-right: 15%;
    }
}
@media (max-width: 431px) {
    .circle-footer-social {
        height: 40px;
        width: 40px;
    }
    .social-text-logo {
        font-size: 15px;
        padding: 0px 0;
        margin-top: 10px;
        margin-left: -15px;
    }
    .cta span {
        font-size: 12px;
        line-height: 18px;
    }
    .cta:before {
        top: 7px;
        left: 6px;
        width: 40px;
        height: 40px;
    }
    .logo {
        width: auto;
        height: 65px;
        float: right;
    }
}