/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* Segoe UI Font Family - Local Files */
@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI.woff2') format('woff2'),
         url('fonts/SegoeUI.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Light.woff2') format('woff2'),
         url('fonts/SegoeUI-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Semibold.woff2') format('woff2'),
         url('fonts/SegoeUI-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Bold.woff2') format('woff2'),
         url('fonts/SegoeUI-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Italic.woff2') format('woff2'),
         url('fonts/SegoeUI-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-BoldItalic.woff2') format('woff2'),
         url('fonts/SegoeUI-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: 'Segoe UI', sans-serif !important;
}

.home-hero-text h2 {
    font-size: 64px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}


.footer-menus ul {
    padding: 0 !important;
    margin: 0 !important;
}
.footer-menus ul li {
    list-style: none !important;
}

.footer-menus .widgettitle {
    font-weight: 400 !important;
    font-size: 16px !important;
    margin-bottom: 5px !important;
    line-height: 1.5 !important;
    color: #e1e1e1 !important;
}

.footer-logos img {
    max-width: 160px !important;
}

@media (max-width: 1024px) {
    .footer-logos img {
        max-width: 80px !important;
    }
}

.footer-menus ul li a {
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
    color: #fff !important;
    font-size: 16px !important;
}

.footer-menus ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.4s ease-out;
}

.footer-menus ul li a::after {
    height: 1px;
}

/* Hover Durumu */
.footer-menus ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.ie-copyright {
    font-size: 13px !important;
    color: #e1e1e1 !important;
}