.footer-bg{
    background-color: #444141;
    padding-top: 30px;
    padding-bottom: 15px;
}
.contact-txt{
    font-family: FiraSans-Bold,sans-serif;
    font-size: 17px;
    color: white;
}
.contact-subtext{
    font-family: FiraSans-Book,sans-serif;
    font-size: 17px;
    color: white;
}
.email-footer,.email-footer:focus{
    border: none;
    outline: none;
    background-color: white;
    border-radius: 8px;
    padding-left: 12px;
    height: 35px;
}
.footer-subscribe,.footer-subscribe:hover{
    font-family: FiraSans-Bold,sans-serif;
    font-size: 13px;
    background-color: #F26B5C;
    border-radius: 8px;
    border: none;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 33px;
}
.social-media-div{
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.social-media-circle{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 53px;
    height: 53px;
    font-size: 23px;
    color: white;
}
.social-media-circle.fb{
    background-color: #3B5999;
}
.social-media-circle.youtube{
    background-color: #F0190C;
}
.social-media-circle.twitter{
    background-color: #43A9F4;
}
.social-media-circle.instagram{
    background-image: linear-gradient( 215deg, rgb(148,0,175) 0% , rgb(217,47,119) 30%, rgb(221,172,62) 84%);
}
.social-media-circle.linkedin{
    background-color: #2F77B7;
}
.social-media-circle.tiktok{
    background-color: white;
}
.social-media-triangle{
    position: absolute;
    left: -5px;
    bottom: 1px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 12px solid transparent;
    transform: rotate(90deg);
}
.social-media-triangle.fb{
    border-bottom: 12px solid #3B5999;
}
.social-media-triangle.youtube{
    border-bottom: 12px solid #F0190C;
}
.social-media-triangle.twitter{
    border-bottom: 12px solid #43A9F4;
}
.social-media-triangle.instagram{
    border-bottom: 12px solid rgb(221, 172, 62);
}
.social-media-triangle.linkedin{
    border-bottom: 12px solid #2F77B7;
}
.social-media-triangle.tiktok{
    border-bottom: 12px solid white;
}
.tiktok-img{
    width: 25px;
}
.social-link{
    display: block;
}
.social-media-title{
    font-family: FiraSans-Regular,sans-serif;
    font-size: 14px;
    color: white;
}
.copy-right{
    font-family: FiraSans-Regular,sans-serif;
    font-size: 17px;
    color: white;
}


@media (max-width: 900px){
    .social-media-div{
        width: 100%;
    }
    .social-media-circle{
        width: 40px;
        height: 40px;
    }
    .social-media-title{
        font-size: 12px;
    }
    .footer-subscribe{
        margin: auto;
    }
}
