﻿.header .container .logo a img {
    height: auto
}

.navbar .site-menu ul li {
    margin-right: 1.4vw;
}

.carousel-item{
    text-align:center;
}

.content-section {
    padding: 40px 0 !important;
 
}

 

.post-content img {
    height: auto !important; 
}

#modal-abonelik-text .close {
    font-size: 2.5rem;
    text-align: right;
    margin-right: 5px;
    position:absolute;
    right:0px;
    z-index:1;
    
}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

    .modal-dialog {
        max-width: 600px;
    }

    .tusidtx {
        display: block !important;
        line-height: initial !important;
        padding-top: 10px !important;
    }

    .tusidlogo {
        width: 40px;
        display: flex;
        margin: 0 auto;
        margin-bottom: 10px;
    }

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .tusidtx {
        display: block !important;
        line-height: initial !important;
        padding-top: 10px !important;
    }

    .tusidlogo {
        width: 40px;
        display: flex;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .tusidtx {
        display:inline-block !important;
     
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  
}



.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



.post-content p a, .post-content p a:visited {
    color: #60c799 !important;
    font-weight: bold;
}


.single-header{
    height:auto !important;
   
}

.hbdetaytags{
    position:absolute;
    top:20px;
}

.img-fluid{
    width:100%;
}

.habericiresim .img-fluid{
    max-height:420px;
}

/* Varsayılan olarak gizle */
.swiper2spot {
    display: none;
}

/* Ekran boyutu 576px'den küçükse */
@media (max-width: 576px) {
    .swiper2spot {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .swiper2spot .swiper-slide img {
        width: 100%;
        height: auto;
        object-fit: cover; /* Resmi kapsayıcıya sığdırır */
    }
}


/* Ekran boyutu 576px'den küçük olduğunda gizle */
@media (max-width: 576px) {
    #lgads {
        display: none; /* Mobilde gizle */
    }
}


.texas .post-content:before {
    all: unset;
}

.texas .post-content:after {
    all: unset;
}


/* .detaydeskreklam: Mobilde gizle, masaüstünde göster */
.detaydeskreklam {
    display: none;
}

@media only screen and (min-width: 769px) {
    .detaydeskreklam {
        display: block;
    }
}

/* .detaymobilreklam: Sadece mobilde göster */
.detaymobilreklam {
    display: none;
}

@media only screen and (max-width: 768px) {
    .detaymobilreklam {
        display: block;
        margin-bottom:40px;
    }
}

 