/*navbar*/
header {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
	top:0;
}

.menu-container {
    padding: 0;
}

.collapse {
    justify-content: end;
    padding-right: 120px;
    position: relative;
}

.navbar {
    padding: 85px 0 0 0;
}

.navbar-brand img {
    max-height: 90px;
}

.navbar-nav {
    display: flex;
    gap: 36px;
}

.navbar-nav .nav-link {
    color: #333;
    font-weight: 600;
    margin: 0 0;
    transition: all 0.5s;
}

.navbar-nav .nav-link:hover {
    color: #0095A5 !important;
    transition: all 0.5s;
}

.nav-right {
    gap: 16px;
    margin-right: 40px;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    font-size: 18px !important;
    font-weight: 400 !important;
}


.mobilmenu-open {
    position: absolute;
    width: 64px;
    height: 128px;
    background: #0095A5;
    right: 0;
    top: -93px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    gap: 5px;
    padding-bottom: 23px;
    padding-right: 20px;
	border: none;
}

.mobilmenu-open .line1 {
    background: white;
    height: 1px;
    width: 18px;
    transition: all 0.5s;
}


.mobilmenu-open .line2 {
    background: white;
    height: 1px;
    width: 25px;
    transition: all 0.5s;
}

.mobilmenu-open .line3 {
    background: white;
    height: 1px;
    width: 12px;
    transition: all 0.5s;
}

.mobilmenu-open:hover .line1 {
    width: 9px;
    transition: all 0.5s;
}

.mobilmenu-open:hover .line2 {
    width: 18px;
    transition: all 0.5s;
}

.mobilmenu-open:hover .line3 {
    width: 15px;
    transition: all 0.5s;
}




.mobilmenu-open-mobil {
    position: absolute;
    width: 64px;
    height: 100px;
    background: #0095A5;
    right: 60px;
    top: 0;
    display: none;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    gap: 5px;
    padding-bottom: 23px;
    padding-right: 20px;
	border: none;
}

.mobilmenu-open-mobil .line1 {
    background: white;
    height: 1px;
    width: 18px;
    transition: all 0.5s;
}


.mobilmenu-open-mobil .line2 {
    background: white;
    height: 1px;
    width: 25px;
    transition: all 0.5s;
}

.mobilmenu-open-mobil .line3 {
    background: white;
    height: 1px;
    width: 12px;
    transition: all 0.5s;
}

.mobilmenu-open-mobil:hover .line1 {
    width: 9px;
    transition: all 0.5s;
}

.mobilmenu-open-mobil:hover .line2 {
    width: 18px;
    transition: all 0.5s;
}

.mobilmenu-open-mobil:hover .line3 {
    width: 15px;
    transition: all 0.5s;
}



@media (max-width: 1000px) {
    .menu-container {
        padding-left: 75px !important;
    }

    .navbar-brand img {
        width: 185px;
    }

    .navbar {
        padding: 73px 0 0 0;
    }

    .mobilmenu-open-mobil {
        display: flex;
    }
}


/*aÃ§Ä±lÄ±r menu*/
.acilir-menu {
    position: fixed;
    right: -400px;
    z-index: 99;
    background: #1A2644;
    top: 0;
    bottom: 0;
    width: 400px;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    transition: right 0.3s ease;
}

.acilir-menu.open {
    right: 0;
}

.acilir-menu .closte-btn-div {
    display: flex;
    justify-content: end;
    margin-top: 30px;
}

.acilir-menu .closte-btn-div a {
    color: white !important;
    text-align: end;
    text-decoration: none;
    transition: all 0.3s;
}

.acilir-menu .closte-btn-div a:hover {
    color: #5d677f !important;
    transition: all 0.3s;
}

.acilir-menu .ust-bolum {
    margin-top: 5vh;
}

.acilir-menu .ust-bolum img {
    width: 75%;
}

.acilir-menu .ust-bolum ul {
    padding-left: 0;
    margin-top: 40px;
    list-style: none;
}

.acilir-menu .ust-bolum li {
    margin-bottom: 24px;
    transition: all 0.4s;
}

.acilir-menu .ust-bolum li:hover {
    margin-left: 10px;
    transition: all 0.4s;
}

.acilir-menu .ust-bolum a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.acilir-menu .alt-bolum {
    margin-top: 22vh;
}

.acilir-menu .alt-bolum .iletisim-btn-2 {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: white;
    gap: 19px;
    border: 1px solid white;
    height: 48px;
    width: 190px;
    border-radius: 30px;
    padding-left: 25px;
    text-decoration: none;
    transition: all 0.3s;
}

.acilir-menu .alt-bolum .iletisim-btn-2 i {
    font-size: 8px;
}

.acilir-menu .alt-bolum .iletisim-btn-2:hover {
    background-color: white;
    width: 195px;
    transition: all 0.3s;
    color: var(--primary-color);
}

.acilir-menu .alt-bolum .iletisim {
    display: flex;
    flex-direction: column;
    width: 67%;
    margin-top: 35px;
    gap: 15px;
}

.acilir-menu .alt-bolum .iletisim a {
    font-size: 13px;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}

.acilir-menu .alt-bolum .iletisim a:hover {
    color: #5d677f;
    transition: all 0.3s;
}




/*slider*/


.main-slider {
    position: relative;
    top: 0;
    z-index: 2;
}

.owl-carousel .item {
    position: relative;
    padding: 30px;
}

.owl-carousel .carousel-content {
    position: absolute;
    top: 290px;
    left: 235px;
    padding-right: 45%;
}

.anasayfa-slider .owl-item img {
    border-radius: 30px;
}


.owl-carousel .carousel-content h1 {
    font-size: 60px;
    color: white;
}

.owl-carousel .carousel-content p {
    font-size: 20px;
    color: white;
    font-weight: normal;
    margin-top: 25px;
}

.owl-carousel .carousel-content a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    color: white;
    border: 1px solid white;
    border-radius: 30px;
    width: 215px;
    height: 53px;
    font-weight: bold;
    font-size: 16px;
    margin-top: 65px;
    text-decoration: none;
    padding: 0 20px;
    transition: all 0.3s;
}

.owl-carousel .carousel-content a i {
    font-size: 8px !important;
}

.owl-carousel .carousel-content a:hover {
    background-color: var(--primary-color);
    width: 220px;
    transition: all 0.3s;
    border: 1px solid var(--primary-color);
}


.owl-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 10px;
    position: relative;
    z-index: 10;


}

.owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px;
    background: #DEDEDE;
    display: inline-block;
    border-radius: 50%;
    transition: 0.3s ease;

}

.owl-dot.active span {
    background: #8E8E8E;
}

.owl-dot:focus {
    outline: none;
}



/*slider mobil*/

.mobil-slider {
    display: none !important;
}

.mobil-slider {
    position: relative;
    top: 0;
    z-index: 2;
}

@media (max-width: 1000px) {
    .mobil-slider {
        display: block !important;
    }

    .anasayfa-slider {
        display: none !important;
    }

    .mobil-slider .carousel-content {
        position: absolute !important;
        top: 180px !important;
        left: 64px !important;
        padding-right: 90px !important;
    }

    .mobil-slider .carousel-content h1 {
        font-size: 32px !important;
        color: white !important;
        line-height: 32px !important;
    }

    .mobil-slider .carousel-content p {
        font-size: 14px !important;
        color: white !important;
        font-weight: normal !important;
        margin-top: 25px !important;
        line-height: 19px !important;
		        width: 85%;
    }

    .mobil-slider .carousel-content a {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 15px !important;
        color: white !important;
        border: 1px solid white !important;
        border-radius: 30px !important;
        width: 185px !important;
        height: 45px !important;
        font-weight: bold !important;
        font-size: 13px !important;
        margin-top: 65px;
        text-decoration: none !important;
        padding: 0 17px !important;
        transition: all 0.3s !important;
    }

}


.mobil-slider .owl-item img {
    height: 800px;
    object-fit: cover;
    border-radius: 30px;
}

.kaydir {
    position: relative;
    top: -45px;
	    min-height: 60px;
}

.kaydir-col {
    display: flex;
    justify-content: space-between;
}

.kaydir .asagi-kaydir {
    position: relative;
    z-index: 9;

}

.kaydir .wp-mail {
    position: relative;
    z-index: 9;
    display: flex;
    gap: 35px;
    align-items: center;

}

.kaydir .asagi-kaydir a {
    display: flex;
    align-items: center;
    color: #3d3c3c;
    gap: 5px;
    text-decoration: none;
    font-size: 13px;
}

.kaydir .asagi-kaydir a i {
    font-size: 33px;
}

.kaydir .wp-mail .kaydir-mail {
    color: #3d3c3c;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
}

.kaydir .wp-mail .kaydir-mail:hover {
    color: #616161;
    transition: all 0.3s;
}

.kaydir .wp-mail .kaydir-wp {
    display: flex;
    gap: 40px;
    color: #FFFFFF;
    background: #00C21A;
    width: 165px;
    height: 48px;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    padding: 0 16px;
    text-decoration: none;
    transition: all 0.3s;
}

.kaydir .wp-mail .kaydir-wp:hover {
    background: #03a219;
    transition: all 0.3s;
}

.kaydir .wp-mail .kaydir-wp i {
    font-size: 23px;
}

@media (max-width: 1000px) {

    .kaydir .wp-mail {
        display: none;
    }

    .kaydir-col {
        justify-content: center;
    }

    .kaydir {
        top: 0;
    }


}


/*hakkÄ±mÄ±zda*/

.anasayfa-aboutus {
    margin-top: 45px;
    position: relative;
    margin-bottom: 90px;
    min-height: 685px;
}

.anasayfa-aboutus .anasayfa-aboutus-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 70px 0 60px 0px;
    backdrop-filter: blur(10px);
    z-index: 3;
    border: 1px solid #DEDEDE;
    border-radius: 50px;
}


.anasayfa-aboutus .anasayfa-aboutus-content img {
    width: 300px;
    height: 40px; 
    object-fit: contain; 
    display: block; 
}

.anasayfa-aboutus .anasayfa-aboutus-content h1 {
    font-size: 72px;
    font-weight: 500;
    line-height: 72px;
    text-align: center;
    color: #1A2644;
    margin: 0; 
}

.anasayfa-aboutus .anasayfa-aboutus-content p {
    font-size: 24px;
    text-align: center;
    color: #8E8E8E;
    width: 74%;
    margin: 0; 
}

.anasayfa-aboutus .anasayfa-aboutus-content a {
    margin-top: 55px;
    text-decoration: none;
    color: #1A2644;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #1A2644;
    padding: 13px 20px 11px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21px;
    border-radius: 30px;
    transition: all 0.3s;
    min-width: 140px;
}

.anasayfa-aboutus .anasayfa-aboutus-content a:hover {
    padding-right: 30px;
    background-color: #1A2644;
    color: #FFFFFF;
    transition: all 0.3s;
}

.anasayfa-aboutus .anasayfa-aboutus-content i {
    font-size: 8px;
}


.anasayfa-aboutus .bg-logo-1 {
    position: absolute;
    top: 80px;
    left: 200px;
    width: 125px;
    height: 125px;
}

.anasayfa-aboutus .bg-logo-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.anasayfa-aboutus .bg-logo-2 {
    position: absolute;
    bottom: 91px;
    right: 92px;
    width: 324px;
    height: 324px;
}

.anasayfa-aboutus .bg-logo-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


@media (max-width: 1200px) {
    .anasayfa-aboutus .anasayfa-aboutus-content img {
        width: 250px;
        height: 33px;
    }
    
    .anasayfa-aboutus .anasayfa-aboutus-content h1 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (max-width: 1000px) {
    .anasayfa-aboutus .anasayfa-aboutus-content img {
        width: 200px;
        height: 26px;
    }
    
    .anasayfa-aboutus .anasayfa-aboutus-content h1 {
        font-size: 48px;
        line-height: 48px;
    }
    
    .anasayfa-aboutus .anasayfa-aboutus-content p {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .anasayfa-aboutus .anasayfa-aboutus-content img {
        width: 154px;
        height: 20px;
    }
    
    .anasayfa-aboutus .anasayfa-aboutus-content h1 {
        font-size: 32px;
        line-height: 32px;
    }
    
    .anasayfa-aboutus .anasayfa-aboutus-content p {
        font-size: 16px;
    }
    
    .anasayfa-aboutus .anasayfa-aboutus-content a {
        margin-top: 32px;
    }
    
    .anasayfa-aboutus .bg-logo-1 {
        top: 25px;
        left: -60px;
        width: 100px;
        height: 100px;
    }
    
    .anasayfa-aboutus .bg-logo-2 {
        bottom: -85px;
        right: -115px;
        width: 250px;
        height: 250px;
    }
}


@supports not (backdrop-filter: blur(10px)) {
    .anasayfa-aboutus .anasayfa-aboutus-content {
        background-color: rgba(255, 255, 255, 0.9);
    }
}


.anasayfa-aboutus .anasayfa-aboutus-content img[src=""] {
    background-color: #f0f0f0;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}







/*projeler*/

.anasayfa-projects {
    position: relative;
    z-index: 4;
    background: white;
    margin: 0 30px;
    height: 1030px;
    border-radius: 30px;
    box-shadow: 0px -5px 20px rgb(0 0 0 / 11%);
    padding-top: 60px;
}

.anasayfa-projects .slider-container {
    max-width: 100%;
    padding-right: 0;

}

.anasayfa-projects .anasayfa-projects-title h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #1A2644;
}

.anasayfa-projects .anasayfa-projects-title p {
    font-size: 16px;
    margin-bottom: 60px;
}



.proje-carousel .item {
    padding: 0;
}

.proje-carousel .item .zoom-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    transition: transform 0.5s ease;
}


.proje-carousel .item img {
    width: 100%;
    max-width: 690px;
    height: auto;
    border-radius: 30px;
    transition: transform 0.5s ease;
}

.proje-carousel .item img:hover {
    transition: transform 0.5s ease;
    transform: scale(1.08);
}


.proje-carousel .item .project-item-btn {
    font-size: 12px;
    background: white;
    color: black;
    width: 70px;
    height: 70px;
    display: flex;
    position: absolute;
    bottom: 30px;
    right: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    opacity: 0;
    transition: transform 0.5s ease, right 0.5s ease, opacity 0.5s ease;

}

.proje-carousel .item .zoom-img:hover .project-item-btn {
    opacity: 1;
    right: 30px;
    transition: transform 0.5s ease, right 0.5s ease, opacity 0.5s ease;

}


.proje-carousel .item h3 {
    color: #1A2644;
    font-size: 20px;
    margin-top: 25px;
}

.proje-carousel .item p {
    font-size: 13px;
    color: #3d3c3c;
    margin-top: 15px;
    margin-bottom: 0;
}


.anasayfa-projects .projectslider-btn {
    display: flex;
    justify-content: end;
    gap: 20px;
    margin-top: 45px;
}

.anasayfa-projects .projectslider-btn button {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    background: none;
    border: 1px solid #8E8E8E;
    transition: all 0.3s;
}

.anasayfa-projects .projectslider-btn button:hover {
    background-color: #8E8E8E;
    color: white;
    transition: all 0.3s;
}

.anasayfa-projects .projectslider-btn button:focus {
    outline: none;
}

.project-tumunugor-div {
    display: flex;
    justify-content: center;
}

.anasayfa-projects .project-tumunugor {
    margin-top: 55px;
    text-decoration: none;
    color: #1A2644;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #1A2644;
    padding: 13px 20px 11px 20px;
    display: flex;
    align-items: center;
    gap: 21px;
    border-radius: 30px;
    justify-content: space-between;
    transition: all 0.3s;
}

.anasayfa-projects .project-tumunugor:hover {
    padding-right: 30px;
    background-color: #1A2644;
    color: #FFFFFF;
    transition: all 0.3s;
}

.anasayfa-projects .project-tumunugor i {
    font-size: 8px;
}

.anasayfa-projects .owl-carousel .owl-stage-outer {
    overflow: visible !important;
}




@media (min-width: 1000px) {
    .proje-carousel .owl-stage-outer {
        transition: margin-left 0.5s ease;
    }

    .proje-carousel.offset-initial .owl-stage-outer {
        margin-left: 220px;

    }

    .proje-carousel.offset-shifted .owl-stage-outer {
        margin-left: -57vh;
    }



}


@media (max-width: 1000px) {

    .anasayfa-projects .anasayfa-projects-title h2 {
        text-align: center;
        font-size: 32px;
    }

    .anasayfa-projects .anasayfa-projects-title p {
        font-size: 14px;
        text-align: center;
    }

    .anasayfa-projects .projectslider-btn {
        justify-content: center;
        margin-bottom: 40px;
    }

    .proje-carousel .item h3 {
        text-align: center;
    }

    .proje-carousel .item p {
        text-align: center;
    }


    .anasayfa-projects {
        height: max-content;
        padding-bottom: 60px;
    }

    .proje-carousel .item img {
        width: 272px;
        height: 272px;
        object-fit: cover;
    }

    .proje-carousel .item-group {
        margin-bottom: 0 !important;
    }


    .proje-carousel .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 35px;
    }

    .anasayfa-projects .project-tumunugor {
        margin-top: 0;
    }

    .anasayfa-projects .projectslider-btn {
        margin-top: 0;
    }


}



/*dijital cÃ¶zÃ¼mler*/
.digital-cozumler-sec {
    background: #1A2644;
    padding-top: 637px;
    margin-top: -500px;
    position: relative;
    z-index: 3;
    border-radius: 25px;
    padding-bottom: 80px;
    margin-bottom: 50px;
}

.digital-cozumler-sec .digital-col {
    margin-bottom: 10px;
}


.digital-cozumler-sec .digital-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;

}

.digital-cozumler-sec .digital-title h2 {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    width: 50%;
    color: white;

}

.digital-cozumler-sec .digital-title p {
    font-size: 16px;
    text-align: center;
    width: 58%;
    color: white;
    margin-bottom: 65px;
}

.digital-cozumler-sec .digital-cozum-div {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 25px;
    height: 340px;
    padding: 0px 35px;

}

.digital-cozumler-sec .digital-cozum-div img {
	    max-width: 259px;
    max-height: 250px;
    width: 100%;
}

.digital-cozumler-sec .digital-cozum-div h3 {
    font-size: 32px;
    font-weight: bold;
}

.digital-cozumler-sec .digital-cozum-div p {
    font-size: 16px;
    color: #3d3c3c;
}



.digital-cozumler-sec .digital-col .digital-btn {
    position: relative;
    bottom: 55px;
    left: 30px;
    opacity: 0;
    text-decoration: none;
    color: #1A2644;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.5s;
    width: 140px;
}

.digital-cozumler-sec .digital-col:hover .digital-btn {
    opacity: 1;
    left: 47px;
    transition: all 0.5s;
}

.digital-cozumler-sec .digital-col a i {
    font-size: 8px;
}

.digital-cozumler-sec .digital-text {
    padding-left: 0;
    transition: all 0.5s;
}

.digital-cozumler-sec .digital-col:hover .digital-text {
    padding-left: 10px;
    transition: all 0.5s;
}


@media (max-width: 1000px) {

    .digital-cozumler-sec .digital-title h2 {
        font-size: 32px;
        width: 100%;
    }

    .digital-cozumler-sec .digital-title p {
        font-size: 14px;
    }

    .digital-cozumler-sec .digital-cozum-div {
        height: 464px;
        padding: 40px 35px;
        flex-direction: column;
    }

    .digital-cozumler-sec .digital-cozum-div p {
        display: none;
    }

    .digital-cozumler-sec .digital-col .digital-btn {
        opacity: 1;
        left: 37%;
    }

}










/*Dijital KÃ¼tÃ¼phane*/

.anasayfa-kutuphane {
    margin: 10vh 0;
}

.anasayfa-kutuphane h2 {
    font-size: 64px;
    font-weight: bold;
    color: #1A2644;
}

.anasayfa-kutuphane .library-left {
    width: 90%;
    height: 100%;
    border-right: 1px solid #DEDEDE;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.anasayfa-kutuphane .library-left .left-txt {
    width: 85%;
}

.anasayfa-kutuphane .library-left a {
    text-decoration: none;
    color: #1A2644;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 207px;
    height: 48px;
    border: 1px solid #1A2644;
    border-radius: 30px;
    padding: 0 14px;
    margin-top: 45px;
    padding-top: 3px;
    justify-content: space-between;
    transition: all 0.5s;
}

.anasayfa-kutuphane .library-left a:hover {
    width: 215px;
    background-color: #1A2644;
    color: #FFFFFF;
    transition: all 0.5s;
}

.anasayfa-kutuphane .library-left a i {
    font-size: 8px;
}

.anasayfa-kutuphane p {
    font-size: 16px;
    color: #1A2644;
    width: 85%;
}

.kutuphane-item {
    display: flex;
    flex-direction: column;
    min-height: 485px;
    justify-content: space-between;
}


.kutuphane-item img {

	border-radius: 30px;
	    margin-bottom: 35px;
}

.kutuphane-item h3 {
    font-size: 24px;
    font-weight: bold;
}

.kutuphane-item a{
	text-decoration: none;
    color: #1A2644;
}

.kutuphane-item .anasayfa-kutuphane-btn {
    text-decoration: none;
    color: #1A2644;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #1A2644;
    width: 130px;
    height: 48px;
    border-radius: 30px;
    padding: 0px 20px;
    font-weight: bold;
    padding-top: 2px;
    justify-content: space-between;
    transition: all 0.5s;
}

.kutuphane-item .anasayfa-kutuphane-btn:hover {
    width: 135px;
    background-color: #1A2644;
    color: #FFFFFF;
    transition: all 0.5s;
}

.kutuphane-item a i {
    font-size: 8px;
}


.anasayfa-kutuphane .digitalkutuphane-txt {
    font-size: 32px;
    line-height: 43px;
    color: #1A2644;
    margin-bottom: 60px;
    width: 55%;
}


@media (max-width: 1000px) {
    .anasayfa-kutuphane .library-left {
        border: none;
        align-items: center;
        width: 100%;
    }

    .anasayfa-kutuphane h2 {
        font-size: 44px;
        text-align: center;
    }

    .anasayfa-kutuphane .library-left .left-txt {
        width: 100%;
        text-align: center;
    }

    .anasayfa-kutuphane .library-left a {
        margin-bottom: 30px;
    }

    .kutuphane-item {
        align-items: center;
    }

    .kutuphane-item h3 {
        text-align: center;
    }

    .kutuphane-item p {
        text-align: center;
    }

    .kutuphane-item a {
        margin-bottom: 35px;
    }

    .anasayfa-kutuphane .digitalkutuphane-txt {
        font-size: 28px;
        width: 100%;
    }
	
	.kutuphane-item img {
    width: 100%;
	
}

}



.home-mid-contact {
    margin: 10vh 0;
}



.home-mid-contact .bg-container {
    background-color: #0095A5;
    border-radius: 20px;
}

.home-mid-contact .row {
    padding: 45px;
}

.home-mid-contact .home-mid-contact-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-mid-contact img {
    width: 93%;
}

.home-mid-contact h3 {
    font-size: 48px;
    font-weight: bold;
    color: white;
}

.home-mid-contact p {
    font-size: 16px;
    color: white;
    width: 65%;
}

.home-mid-contact .home-mid-contact-contact-btn {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.home-mid-contact .home-mid-contact-contact-btn .tel {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 225px;
    height: 48px;
    border: 1px solid white;
    border-radius: 30px;
    padding: 0 15px;
    transition: all 0.3s;
}

.home-mid-contact .home-mid-contact-contact-btn .tel:hover {
    width: 233px;
    background-color: #1A2644;
    transition: all 0.3s;
    border: none;
}

.home-mid-contact .home-mid-contact-contact-btn .tel:hover .ok-icon {
    margin-left: 23px;
    transition: all 0.3s;
}

.home-mid-contact .home-mid-contact-contact-btn .tel .tel-icon {
    margin-right: 4px;
}

.home-mid-contact .home-mid-contact-contact-btn .tel .ok-icon {
    font-size: 8px;
    margin-left: 15px;
}


.home-mid-contact .home-mid-contact-contact-btn .mail {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 310px;
    height: 48px;
    border: 1px solid white;
    border-radius: 30px;
    padding: 0 15px;
    transition: all 0.3s;
}

.home-mid-contact .home-mid-contact-contact-btn .mail:hover {
    width: 318px;
    background-color: #1A2644;
    border: none;
    transition: all 0.3s;
}

.home-mid-contact .home-mid-contact-contact-btn .mail:hover .ok-icon {
    margin-left: 23px;
    transition: all 0.3s;
}

.home-mid-contact .home-mid-contact-contact-btn .mail .mail-icon {
    margin-right: 10px;

}

.home-mid-contact .home-mid-contact-contact-btn .mail .ok-icon {
    font-size: 8px;
    margin-left: 15px;
}

.home-mid-contact .home-mid-contact-contact-btn .wp {
    display: flex;
    gap: 40px;
    color: #FFFFFF;
    background: #00C21A;
    width: 165px;
    height: 48px;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    padding: 0 16px;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 14px;
    transition: all 0.5s;
}




.home-mid-contact .home-mid-contact-contact-btn .wp:hover {
    background: #03a219;
    transition: all 0.3s;
}

.home-mid-contact .home-mid-contact-contact-btn .wp i {
    font-size: 24px;
}


@media (max-width: 1000px) {

    .home-mid-contact {
        padding: 0px 15px;
    }

    .home-mid-contact .home-mid-contact-right {
        align-items: center;
    }

    .home-mid-contact h3 {
        text-align: center;
    }

    .home-mid-contact p {
        font-size: 14px;
        text-align: center;
        width: 100%;
    }

    .home-mid-contact .home-mid-contact-contact-btn {
        flex-direction: column;
        align-items: center;
    }


}



.home-bottom-txt {
    margin: 100px 0;
}

.home-bottom-txt .txt-div {
    margin-bottom: 50px;
}

.home-bottom-txt h3 {
    font-size: 20px;
    font-weight: bold;
    color: #1A2644;
}

.home-bottom-txt p {
    font-size: 20px;
    color: #1A2644;
    line-height: 36px;
}

.home-bottom-txt .bottom-txt {
    font-size: 24px;
    color: #1A2644;
}











/*Footer*/

footer {
    padding-top: 72px;
    padding-bottom: 60px;
    background: #1A2644;
    position: relative;
}

footer .yukari-kaydir {
    position: absolute;
    top: -35px;
    background: #0095A5;
    right: 27vh;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    font-size: 14px;
    z-index: 98;
	border: none;
}

footer .yukari-kaydir i {
    transition: all 0.5s;
}

footer .yukari-kaydir:hover i {
    margin-bottom: 10px;
    transition: all 0.5s;
}

footer .footer-logo {
    margin-bottom: 50px;
}

footer .footer-logo img {
    max-width: 308px;
    width: 100%;
}

footer .footer-iletisim-col {
    display: flex;
    justify-content: center;
    height: 175px;
    align-items: center;
    border-left: 1px solid #8E8E8E;
}


footer .iletisim {
    display: flex;
    flex-direction: column;
    width: 88%;
    gap: 10px;
}

footer .iletisim a {
    font-size: 13px;
    color: #DEDEDE !important;
    text-decoration: none;
    transition: all 0.5s;
}

footer .iletisim a:hover {
    color: #767676 !important;
    transition: all 0.5s;
}


footer .footer-mid {
    font-size: 16px;
    text-align: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

footer .footer-mid p {
    font-size: 16px;
    text-align: center;
    margin: 0;
    color: #FFFFFF;
}

footer .footer-mail {
    display: flex;
    align-items: center;
    justify-content: center;
}



footer .footer-mail a {
    font-size: 24px;
    text-decoration: none;
    color: #FFFFFF;
    transition: all 0.5s;
}

footer .footer-mail a:hover {
    color: #0095a5;
    transition: all 0.5s;
}

footer .footer-btn {
    display: flex;
    align-items: center;
}

footer .footer-btn a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: white;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid white;
    border-radius: 30px;
    width: 190px;
    height: 49px;
    padding: 0px 20px;
    padding-top: 2px;
    justify-content: space-between;
    transition: all 0.5s;
}

footer .footer-btn a i {
    font-size: 8px;
}

footer .footer-btn a:hover {
    width: 200px;
    background-color: #FFFFFF;
    transition: all 0.5s;
    color: #1A2644;
    ;
}

footer .footer-bottom {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}

footer .footer-bottom .left p {
    font-size: 12px;
    color: #A1A1A1;
}

footer .footer-bottom .right .footer-menu {
    display: flex;
    gap: 36px;
}

footer .footer-bottom .right .footer-menu a {
    font-size: 15px;
    color: #A1A1A1;
    text-decoration: none;
    transition: all 0.5s;
}


footer .footer-bottom .right .footer-menu a:hover {

    color: #838383;
    transition: all 0.5s;
}


@media (max-width: 1000px) {

    .logo-col {
        display: flex;
        justify-content: center;
    }

    footer .footer-iletisim-col {
        margin-bottom: 50px;
    }

    footer .iletisim {
        padding: 35px 0;
        border-bottom: 1px solid #8E8E8E;
    }

    footer .iletisim a {
        font-size: 16px;
        text-align: center;
    }

    footer .footer-mid p {
        font-size: 19px;
        text-align: center;
    }

    footer .footer-mail {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    footer .footer-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 35px;
    }

    footer .footer-bottom .left p {

        text-align: center;
    }

    footer .footer-bottom .right .footer-menu {
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 80px;
    }

    footer .yukari-kaydir {
        bottom: 40px;
        top: auto;
        right: 43%;
    }

    footer .footer-bottom {
        flex-direction: column;
    }

}