﻿.new_footer_area {
    background-image: url(../../dosyalar/uys/bgpattern.png);
    background-image: url(../images/doku_pattern_beyaz.png);
    background-color: #fbfbfd;
    color: var(--kurumsal-logo-mavi);
    background-attachment: fixed;
    background-size: var(--pattern-width) var(--pattern-height);
}

.new_footer_top {
    padding: 40px 0px 10px;
    position: relative;
    overflow-x: hidden;
}

.new_footer_area .footer_bottom {
    padding-top: 5px;
    padding-bottom: 10px;
}

.footer_bottom {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0px;
}

.new_footer_top .company_widget p {
    font-size: 16px;
    font-weight: 300;
    color: rgb(0, 47, 92);
    margin-bottom: 20px;
}

.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px;
}

.btn_get_two:hover {
    background: transparent;
    color: rgb(0, 47, 92);
}

.btn_get:hover {
    color: #fff;
    background: rgb(0, 47, 92);
    border-color: rgb(0, 47, 92);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
    text-decoration: none;
    outline: none;
}



.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: rgb(255, 211, 0);
}

.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px;
}

.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
}

.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}

.f_widget.about-widget .f_list {
    margin-bottom: 0px;
}

.new_footer_top .f_social_icon a {
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: transparent;
    border: 1px solid #e2e2eb;
    font-size: 24px;
}

.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 300;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn_get_two {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgb(0, 47, 92);
    border-color: rgb(0, 47, 92);
    color: #fff;
}

    .btn_get_two:hover {
        background: transparent;
        color: rgb(0, 47, 92);
    }

.new_footer_top .f_social_icon a:hover {
    background: rgb(0, 47, 92);
    border-color: rgb(0, 47, 92);
    ;
    color: white;
}

.new_footer_top .f_social_icon a + a {
    margin-left: 4px;
}

.new_footer_top .f-title {
    margin-bottom: 30px;
    color: rgb(0, 47, 92);
    ;
}

.f_600 {
    font-weight: 600;
}

.f_size_18 {
    font-size: 18px;
}

.new_footer_top .f_widget.about-widget .f_list li a {
    color: rgb(0, 47, 92);
}


.new_footer_top .footer_bg {
    position: relative;
    height: 250px; /* Gerekiz büyük olmasını engelle */
    bottom: 0;
    width: 100%;
    height: 500px;
    background:  url("https://www.uludag.edu.tr/dosyalar/kutuphane_yol.png") no-repeat scroll center bottom;
    background-size: cover;
    background-position: center bottom;
    margin-top: 10px;
    border-top: 5px solid var(--kurumsal-logo-turkuaz);
    border-bottom: 5px solid var(--kurumsal-logo-turkuaz);
}

    .new_footer_top .footer_bg .footer_bg_one {
        background: url("https://www.uludag.edu.tr//dosyalar/volks.gif") no-repeat center center;
        width: 180px;
        height: 70px;
        background-size: 100%;
        position: absolute;
        bottom: 0;
        left: 30%;
        -webkit-animation: myfirst 22s linear infinite;
        animation: myfirst 22s linear infinite;
    }

    .new_footer_top .footer_bg .footer_bg_two {
        background: url("https://www.uludag.edu.tr//dosyalar/cyclist.gif") no-repeat center center;
        width: 44px;
        height: 50px;
        background-size: 100%;
        bottom: 0;
        left: 38%;
        position: absolute;
        -webkit-animation: myfirst 30s linear infinite;
        animation: myfirst 30s linear infinite;
    }



@-moz-keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

@-webkit-keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

@keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}
