.box{
    overflow: hidden;
    position:relative;
    border-radius: 5px;
    width: fit-content;
}

.box .box-img:before{
    content: "";
    position: absolute;
    top: 5%;
    left: 4%;
    width: 92%;
    height: 90%;
    opacity: 0;
    z-index:1;
    transform: scale(0,1);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition:all 0.90s ease 0s;
    border-radius: 10px;
}
.box .box-img:after{
    content: "";
    position: absolute;
    width: 92%;
    height: 90%;
    top: 5%;
    left: 4%;
    opacity: 0;
    transform: scale(1,0);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-radius: 10px;
    transition:all 0.90s ease 0s;
}
.box:hover .box-img:before,
.box:hover .box-img:after{
    opacity:1;
    transform: scale(1);
}
.box .box-img .over-layer{
    position: absolute;
    display:block;
    width:100%;
    height:100%;
    opacity:0;
    background: rgb(230 120 23);
    transition:all 0.90s ease 0s;
}
.box:hover .over-layer{
    opacity:1;
}
.box .over-layer ul{
    list-style: none;
    position: relative;
    top: 30%;
    padding: 0;
    text-align: center;
    z-index: 1;
    transition:all 0.6s ease 0s;
}
.box:hover .over-layer ul{
    top: 42%;
}
.box .over-layer ul li{
    display: inline-block;
}
.box .over-layer ul li a{
    border: 2px solid #fff;
    display: inline-block;
    width: 45px;
    height: 45px;
    padding-top: 5px;
    border-radius: 50%;
    color:#fff;
    font-size: 15px;
    margin-right: 10px;
    transition: all 0.5s ease 0s;
}
.box .over-layer ul li a:hover{
    background: #fff;
    color:#333;
}
.fa-search{
    padding-top: 7px;
}
@media only screen and (max-width: 990px) {
    .box{
        margin-bottom:20px;
    }
}

.sn_resimler_anasayfa_yazi h1{
  font-size:18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

.sn-resimgaleri-yukleniyor {
    display: inline-block;
}

.sn-resimgaleri-yukleniyor:not(.sn-resim-yukle) {
    background: url('/Sayfalar/Resimler/sn-yukleniyor.gif')  no-repeat center;
}

.sn_resimler_anasayfa_altbaslik{
    font-weight: normal;font-size: 15px;text-align: center;margin-bottom: 10px;
}

.sn_resimler_anasayfa_yazi_baslik{
   font-size: 15px;text-align: center; 
   font-weight: bold;  
}


.btn{
    background: rgba(114, 124, 182,0.8);
    border: 1px solid rgba(114, 124, 182,0.8);
}
.btn:hover{
    border: 1px solid rgba(114, 124, 182,0.8);
    background: #fff;
}
.btn i{
    font-size: 18px;
}

.badge-danger{
  background: rgb(230 120 23);  
  border: 1px solid rgb(230 120 23);
  color: #000;
}
.badge-danger:hover{
  color: rgba(114, 124, 182,0.8);  
  border: 1px solid rgba(114, 124, 182,0.8);
  background: #fff;
}

.btn-block{
  background: rgba(114, 124, 182,0.8);  
  border: 1px solid rgba(114, 124, 182,0.8);
}
.btn-block:hover{
  color: rgba(114, 124, 182,0.8);  
  border: 1px solid rgba(114, 124, 182,0.8);
  background: #fff;
}

.page-item.active .page-link {
    z-index: 2;
    color: #000;
    background: rgb(230 120 23);
    border: 1px solid rgb(230 120 23);
}
.page-link:hover {
    color: rgba(114, 124, 182,0.8);
}