﻿

@import url('../content/bootstrap-grid.min.css');

.main-footer {
    position: relative;
    background: #1e2129;
    margin-top:30px;
}

.footer-content {
    position: relative;
    padding: 85px 0px 80px 0px;
}

    .footer-content:before {
        position: absolute;
        content: '';
      /*  background: url();*/
        width: 744px;
        height: 365px;
        top: 50px;
        right: 0px;
        background-size: cover;
        background-repeat: no-repeat;
        animation-name: float-bob;
        animation-duration: 30s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        -webkit-animation-name: float-bob;
        -webkit-animation-duration: 30s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: float-bob;
        -moz-animation-duration: 30s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        --ms-animation-name: float-bob;
        --ms-animation-duration: 30s;
        --ms-animation-iteration-count: infinite;
        --ms-animation-timing-function: linear;
        -o-animation-name: float-bob;
        -o-animation-duration: 30s;
        -o-animation-iteration-count: infinite;
        -o-animation-timing-function: linear;
    }

    .footer-content .logo-widget {
        position: relative;
        margin-top: -5px;
    }

        .footer-content .logo-widget .footer-social li {
            position: relative;
            display: inline-block;
            margin-right: 9px;
            
        }

            .footer-content .logo-widget .footer-social li:last-child {
                margin-right: 0px;
              
            }

            .footer-content .logo-widget .footer-social li a {
                position: center;
                display: inline-block;
                width: 42px;
                height: 42px;
                line-height: 42px;
                background: #2e3138;
                color: #9ea0a9;
                text-align: center;
                border-radius: 50%;
               
               
            }

                .footer-content .logo-widget .footer-social li a:hover {
                    color: #ffffff;
                    background: none;                                  
                    
                }

        .footer-content .logo-widget .logo-box {
            margin-bottom: 25px;
            background-color: none;
            border-bottom: none;
        }

        .footer-content .logo-widget .text p {
            color: #9ea0a9;
            margin-bottom: 32px;            
        }

    .footer-content .footer-title {
        position: relative;
        font-size: 24px;
        line-height: 35px;
        font-family: 'Playfair Display', serif;
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 27px;
    }

    .footer-content .service-widget .list li {
        display: block;
        margin-bottom: 12px;
    }

        .footer-content .service-widget .list li a {
            position: relative;
            display: inline-block;
            color: #9ea0a9;
        }
        
        .footer-content .service-widget .list li a:hover {
            color: #ff5e14;
        }

    .footer-content .contact-widget p {
        color: #9ea0a9;
        margin-bottom: 15px;
        font-size: 15px;
         align-items: center; /* Dikeyde ortalama */
    }

    .footer-content .contact-widget {
        margin-left: 90px;
    }

        .footer-content .contact-widget .footer-title {
            margin-bottom: 29px;
        }


.contact-info-container {
    display: flex;
    flex-direction: column; /* Veya row, ihtiyaca göre */
}

.contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px; /* Aralarındaki boşluğu ayarlamak için */
}

.contact-icon {
    margin-right: 10px; /* İkon ve metin arasındaki boşluk */
    width:25px;
    height:25px;
}

.contact-link {
    text-decoration: none;
    color: #9ea0a9;
 }

/* Responsive design için: */
@media (max-width: 768px) {
    .contact-info-container {
        flex-direction: column; /* Küçük ekranlarda dikey hizalama */
    }
}




/** footer-bottom **/

.footer-bottom {
    position: relative;
    background: #13151a;
    padding: 25px 0px 22px 0px;
}

    .footer-bottom .copyright,
    .footer-bottom .copyright a,
    .footer-bottom .footer-nav li a {
        position: relative;
        color: #9ea0a9;
    }

        .footer-bottom .copyright a:hover,
        .footer-bottom .footer-nav li a:hover {
            color: #ff5e14;
        }

    .footer-bottom .footer-nav {
        position: relative;
        text-align: right;
    }

        .footer-bottom .footer-nav li {
            position: relative;
            display: inline-block;
            margin-left: 29px;
        }

            .footer-bottom .footer-nav li:first-child {
                margin-left: 0px;
            }

            .footer-bottom .footer-nav li:before {
                position: absolute;
                content: '';
                background: #9ea0a9;
                width: 1px;
                height: 14px;
                top: 7px;
                left: -18px;
            }

            .footer-bottom .footer-nav li:first-child:before {
                display: none;
            }

.logo-box img {
    max-width: 220px;
}

li:hover {
    background-color: none;
    border-bottom:none;
}

