.sayfa-banner{
    height: 244px;
    object-fit: cover;
}
.sayfa-border{
    padding: 24px;
    margin-top: -2rem;
    border: 1.5px solid #FFFFFF;
    background: #ffffff00;
    backdrop-filter: blur(8px);
    border-radius: 25px 25px 0px 0px;
}
.galeri-title{
    margin-top: 4rem;
    margin-bottom: 2rem;
    font-family: Urbanist;
font-size: 26px;
font-weight: 600;
line-height: 31.2px;
color: #14241C;
}

.carousel-wrap {
    position: relative;
  }
  .fancybox-custom-size .fancybox-content {
    width: 80% !important;
    height: 80% !important;
    max-width: 800px !important;
    max-height: 600px !important;
}
  /* fix blank or flashing items on carousel */
  .owl-carousel .item {
    position: relative;
    z-index: 100; 
    -webkit-backface-visibility: hidden; 
  }
  .fancybox-image{
    border-radius: 1rem !important;
  }
  /* end fix */
  .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
  }
  .owl-nav{
    display: block !important;
  }
  
  .owl-nav i {
    font-size: 20px;
  }
  
  .owl-nav .owl-prev {
    display: none !important;
    left: -30px;
  }
  
  .owl-nav .owl-next {
    border-radius: 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FCDC2A !important;
    color: rgb(0, 0, 0) !important;
    right: -21px;
  }
  .item img{
    border-radius: 24px !important;
  }