@import url(/assests/css/color.css);
@import url(/assests/css/style.css);
@import url(/assests/css/nav.css);

/* ======== Footer ========= */

.footer {
    background: var(--header-color);
    margin-top: 5%;
    padding: 3% 0;
}
.footer_logo{
    margin-bottom: 15px;
}
.footer_logo img{
    height: 80px;
}

.footer_element_title_desc {
    margin: 0;
    font-family: 'Philosopher', sans-serif;
    font-size: 35px;
    color: #f2fbfe;
}

.footer_icon_list {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer_icons,
.social {
    color: #fff;
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    display: flex;
    padding: 5px;
    text-decoration: none;
    font-size: 20px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}
.footer_icons:hover,
.social:hover{
    background-color: transparent;
    color: var(--primary-color);
}




.footer_element_title{
    margin-bottom: 25px;
}

.footer_menu {
    padding: 0;
    list-style: none;
    margin: 0;
}
.footer_menu li{
    margin-bottom: 5px;
    line-height: 20px;
}
.footer_link {
    text-decoration: none;
    font-size: 17px;
    font-family: 'Raleway', sans-serif !important;
    color: #f2fbfe;
    transition: all 0.3s ease-in-out;
}
.footer_link:hover{
    color: #fff;
}
.suppot_element_bx {
    display: flex;
    align-items: center;
    gap: 10px;
}

.suppurt_icon i {
    font-size: 36px;
    color: #343637;
}

.suppurt_icon i {
    font-size: 36px;
    color: #fff;
}
.support_desc strong {
    font-family: 'Raleway', sans-serif !important;
    color: #fff;
    font-size: 17px;
}
.support_desc span {
    font-family: 'Raleway', sans-serif !important;
    color: #f5f5f5;
    font-size: 15px;
}
span {
    font-family: 'Raleway', sans-serif !important;
    color: #f5f5f5;
    font-size: 15px;
}

.copy {
    background: #444;
    height: 40px;
}
.cory_desc {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy_txt {
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.copy_link {
    color: var(--primary-color) !important;
    text-decoration: none;
    text-transform: uppercase;
  }










@media screen and (max-width: 768px){
    .row.container_footer_row {
        flex-direction: column;
    }
    .container_footer_row .col-4 {
        width: 100%;
        margin-bottom: 25px;
    }
    .footer_icon_list {
        margin-top: 15px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .footer_element_title_desc {
        margin: 0;
        font-family: 'Philosopher', sans-serif;
        font-size: 20px;
        color: #f2fbfe;
    }
    .footer_element_title {
        margin-bottom: 10px;
    }
}









