﻿.position-relative { position: relative !important; }
.page-top-line {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #03275a;
}
.page-top-number {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #03275a !important;
    font-size: 36px;
    font-weight: 500;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    border: 1px solid #03275a;
    background: #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

}

.m-top-1 { margin-top: 0px; }
.m-top-2 { margin-top: 0px; }
.m-top-3 { margin-top: 75px; }

@media (min-width: 601px) and (max-width: 768px) {

    .page-top-number {
        width: 80px;
        height: 80px;
        line-height: 80px;
        top: -40px;
        margin-left: -40px;
        font-size: 30px;
    }
    .m-top-2 { margin-top: 50px; }

}

@media (min-width: 0px) and (max-width: 600px) {

    .page-top-number {
        width: 60px;
        height: 60px;
        line-height: 60px;
        top: -30px;
        margin-left: -30px;
        font-size: 22px;
    }
    .m-top-2 { margin-top: 25px; }
    .m-top-3 { margin-top: 50px; }

}
#owl-homepage-slider .owl-item div{
    padding:5px;
}
#owl-homepage-slider .owl-item img{
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.swal-text {
    text-align: center;
}
.signuptext {
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    background-color: #E55B62;
    color: white;
    margin-bottom: 10px;
}
.punset {
    font-size: unset !important;
    line-height: unset !important;
    font-family: unset !important;
    font-weight: unset !important;
    letter-spacing: unset !important;
}
.modal-body-kvkk{
    overflow-y:auto;
    height:calc(100vh - 200px);
    padding: 25px !important;
}
.modal-header .close-kvvk{
    margin-top: -22px;
}
.pagination .prev a, .pagination .next a {
    background: #004b87;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 5px;
    margin: 0 10px;
}

.pagination .prev a:hover, .pagination .next a:hover {
    background: #002f55;
    color: #fff;
    text-decoration: none;
}

.pagination .prev {
    float: left;
}

.pagination .next {
    float: right;
}
.archive-item-box {
    background: url(/assets/images/arsiv-bg-2.png) no-repeat; 
    width: 360px;
    height: 360px;
    border: 2px solid #ebebeb;
    border-radius: 20px;
}
.archive-item-box-info {
    position: absolute;
    bottom: 1px;
    font-size: 20px;
    border-radius: 16px;
    border-right: 1px solid #ebebeb;
    font-family: 'Exo';
    font-weight: 600;
    border-top: none;
    border-bottom: 1px solid #ebebeb;
    border-left: none;
    margin-top: 2px;
    background: #04275a;
    color: #fff;
    width: 360px;
    text-align: center;
    height: 55px;
    line-height: 55px;
}
.archive-list {
    margin-top: 30px;
    margin-bottom: 10px;
}
a.archive-item:hover {
    opacity: clamp(0.5, 0.7, 0.9);
} 