@import url('https://fonts.googleapis.com/css2?family=Carrois+Gothic+SC&family=Comfortaa:wght@300..700&family=Mate+SC&family=Orbitron:wght@400..900&family=Red+Rose:wght@300..700&family=Tourney:ital,wght@0,100..900;1,100..900&display=swap');
.footer-section .container .footer-container .row .footer-col .footer-content-1 h2{
    color: white;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: "Red Rose", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.footer-section .container .footer-container .row .footer-col .footer-content-1 p{
    font-size: 17px;
    color: #999999;
    margin-bottom: 40px;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.footer-section .container .footer-container .row .footer-col .footer-content-1 .footer-social-share-links
.footer-links-bg{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: all;
    transition-duration: 0.2s;
    cursor: pointer;
    background-color: #232323;
    margin-right: 7px;
}
.footer-section .container .footer-container .row .footer-col .footer-content-1 .footer-social-share-links
.footer-links-bg:hover{
    background-color: #ffc107;
    cursor: pointer;
}
.footer-section .container .footer-container .row .footer-col .footer-content-1 .footer-social-share-links
.footer-links-bg a i{
    color: #ffc107;
}
.footer-section .container .footer-container .row .footer-col .footer-content-1 .footer-social-share-links
.footer-links-bg:hover i{
    color: #fff;
}
.footer-section .container .footer-container .row .footer-col .footer-content-2 h2{
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: "Red Rose", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.footer-section .container .footer-container .row .footer-col .footer-content-2 .footer-links ul li{
    list-style: none;
}
.footer-section .container .footer-container .row .footer-col .footer-content-2 .footer-links ul li a{
    color: #999999;
    text-decoration: none;
    font-size: 17px;
    font-family: "Carrois Gothic SC", sans-serif;
    font-weight: 400;
    font-style: normal
}
.footer-section .container .footer-container .row .footer-col .footer-content-2 .footer-links ul li i{
    color: #ffc107;
    margin-right: 10px;
    font-size: 22px;
}
.footer-section .container .footer-container .row .footer-col .footer-content-3 h2{
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: "Red Rose", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.footer-section .container .footer-container .row .footer-col .footer-content-3 ul li{
    list-style: none;
    display: flex;
}
.footer-section .container .footer-container .row .footer-col .footer-content-3 ul li span{
    color: #ffc107;
    margin-right: 10px;
    margin-top: 7px;
}
.footer-section .container .footer-container .row .footer-col .footer-content-3 ul li a{
    color: #999999;
    text-decoration: none;
    font-size: 17px;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    
}
.footer-section .container .footer-container .row .footer-col .footer-content-3 ul li p{
    color: #999999;
}
.copyright-section{
    background-color: #000;
}
.copyright-section .copyright-container{
    width: 100%;
    margin: 20px 0 20px 0;
}
.copyright-section .copyright-container .copyright-text{
    width: 350px;
}
.copyright-section .copyright-container .copyright-text p{
    color: #fff;
}
.copyright-section .copyright-container .copyright-text p a{
    color: #ffc107;
    text-decoration: none;
}

/* ======= responsive here ======= */

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 100px) and (max-width : 320px) {
    .footer-section{
        position: static;
        margin-top: 50px;
        bottom: 0;
        background-color: #000;
    }
}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 320px) and (max-width : 480px) {
    .footer-section{
        position: static;
        margin-top: 50px;
        bottom: 0;
        background-color: #000;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width : 480px) and (max-width : 768px) {
    .footer-section{
        position: static;
        margin-top: 50px;
        bottom: 0;
        background-color: #000;
    }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 768px) and (max-width : 992px) {
    .footer-section{
        position: static;
        margin-top: 100px;
        bottom: 0;
        background-color: #000;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 992px) and (max-width : 2560px) {
    .footer-section{
        position: static;
        margin-top: 100px;
        bottom: 0;
        background-color: #000;
    }
}