:root{        
    --imgw: calc(100vh - 450px);
    --imgh: calc(100vh - 450px);
    --right:calc(100% - 100px) /2;

    --imgwafter: calc(100% - 100px);
    --imghafter: calc(100% - 100px);
    --rightafter:calc(100% - 100px) /2; 

    --imagew: calc(100% - 100px);
    --imageh: calc(100% - 100px);
    --imager: calc(100% - 100px) /2; 
}
@media (max-width: 767px)
{
    .header {
        height: var(--headerh);  
    }
    .header .logo {
        width: 130px;
        height: 82px;
    }
    .main {
        margin-top: var(--headerh);  
    }
    /*search*/
    #msearch {
        display: flex;
        align-items: center;
        justify-content: center;        
        margin-right: 15px;
        width: 50px;
        height:50px; 
        border-radius: 11px;
        background-color: var(--lightgray);
    }
    .mobilkayitol {
        background-color: #fff !important;
        border-radius: 100px;
        margin-top: 30px; 
        text-align: center; 
    }
    .mobilkayitol a{
        text-align: center;        
        color: var(--darkgray) !important;
        justify-content: center !important;

    }
    #msearch img{
        width: 20px;
    }
    .searcharea {      
        padding: 50px;
    }
    .mobilmenubtn {
        display: flex;
        align-items: center;
        justify-content: center;      
        width: 50px;
        height:50px;
        border-radius: 11px;
        background-color: var(--lightgray);
        padding: 0;
    }
    .header .navbar .navs {
        display: inline-block;       
        vertical-align: middle;
    }
    .header .navbar .navs:hover {
        cursor: pointer;
    }
    .header .navbar .navs span {
        display: block;
        background: var(--secondary);
        width: 32px;
        height: 2px;
    }
    .header .navbar .navs span:nth-child(1) {
        width: 23px;
    }
    .header .navbar .navs span:nth-child(2) {
        margin: 8px 0;
    }
    .header .navbar .navs span:nth-child(3) {
        width: 15px;
    }

    .titles {        
        font-size: 30px;
        line-height: 30px;
        width: 100%;
    }
    .titles.middle::after { 
        width: 50%;
        height: 18px; 
        background: transparent url(../images/title-alt.png) no-repeat center left;
        background-size: 70%;
        top: 35px;
    }
    .titles::after {
        content: '';
        position: absolute;
        width: 100%;
        height:18px;
        left: 0;
        background: transparent url(../images/title-alt.png) no-repeat left bottom;
        background-size: 70%;
        top: 25px;
    }
    .firstslide {
        height: 350px;
    }
    .mySwiper {
        height: 100%;
    }

    .mySwiper .container-lg {
       padding: 0 30px;
    } 
    .mySwiper .title {
        font-size: 30px;
        line-height: 40px;
        text-align: left; 
        width: 100%;
        text-align: center;
    } 
    .mySwiper .text p {
        width: 100%;
        color: #fff; 
        font-size: 16px;
        line-height:20px;  
        width: 100%;
    }
    .mySwiper .text .button {
        display: none;       
    }
    .mySwiper .text .slidesol {
        float: left;
        width: 100%;
        height: auto;        
        text-align: center;
        padding-top: 30px;
    }

    .mySwiper .text .slidesag {
        position: relative;
        float: left;
        width: 100%;
        height: 100vw;
        margin-top: 0;
        overflow: visible;
    }
    .mySwiper .text .slidesag::before {
        content: '';
        position: absolute;
        top: auto;
        right: auto;
        width: calc(100% - 15px);
        height:calc(100vw - 15px); 
        background: transparent url(../images/sbg.png) no-repeat center center;
        /*background: linear-gradient(180deg, rgba(255,102,0,1) 0%, rgba(255,102,0,1) 100%);*/
        border-radius:100%; 
        background-size: cover;
        z-index: -1;  
     }
    .mySwiper .text .slidesag::after {    
       display: none;
       content: '';
       position: absolute;
       top: 20px;
       right: var(--rightafter);
       width: var(--imgwafter);
       height: var(--imghafter);
       background: rgb(255,102,0);
        background: linear-gradient(180deg, rgba(255,102,0,1) 0%, rgba(255,177,0,.9) 5%);
       border-radius:100%; 
       background-size: contain; 
       z-index: -1;              
    }
    
    .mySwiper .text .slidesag .sagimg {  
        position: relative;
        top: auto;    
        width: calc(100% - 85px);
        height:calc(100vw - 85px); 
        border-radius: 100%;
        z-index: 999;           
    }
    .mySwiper .text .slidesag .sagimg img{        
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 100%;        
    }
    .mySwiper .navigation {       
        text-align: center;
    }
    .mySwiper .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        position: relative;
        text-align: left;
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        bottom: auto;
        top: 8px;
        left: 0;
        margin: 0;
        padding: 0;
        height: 45px;
        margin-top: 15px;
    }
    .markaSwiper {     
        height: 350px;     
        padding: 0;
        padding-bottom: 50px;    
    } 
    .markaSwiper .swiper-slide img {      
        height: 100%;
    }

    .markaSwiper .bottombutton {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: start;
        justify-content: center;
        height: 30px;
    }

    .markaSwiper .swiper-slide::after {    
        height: 100%; 
        bottom: 0; 
    }
    .markaSwiper .swiper-slide a {       
        height: 100%;
        bottom: 0;
    }
    .markaSwiper .swiper-horizontal>.swiper-pagination-bullets, .markaSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,.markaSwiper .swiper-pagination-custom,.markaSwiper .swiper-pagination-fraction {    
        position: relative;
        text-align: center; 
        width: 100%;
        display: inline-flex;
        align-items: center; 
        bottom: 0;
        top: auto;
        left: 0;     
        padding: 0;
        height: auto;        
    }
    
    .markaSwiper .swiper-pagination-bullet { 
        border-radius: 0;
        outline: none;
        border: 0;        
        width: 28px;
        height: 13px;
        transition: 0.2s;    
        border-radius: 100px;
        background-color:var(--primary);
        opacity: .6;  
        margin: 0 7px !important;   
    }
    .markaSwiper .swiper-pagination-bullet-active {
        background-color:var(--primary);
        width: 40px;   
        opacity: 1; 
    } 

    .homebottom .baslik {
        font-size: 21px;
          
    }
    .breader .title {
        font-size: 15px;
        line-height: 21px;
    }
.w-sm-100 {width: 100% !important;}
    .duyurular.sol {
        display: inline-block;
        margin-bottom: 15px;
    }
    .duyurular.sol .img {                
        height: 220px;        
        margin-bottom:15px;
    }
    .duyurular.sol .content .title {
        font-size: 20px;
        line-height: 1.4;
        font-weight: 600;
        margin: 0 0 5px;  
    }
    .duyurular.sol .content p {
        font-size: 14px;
        line-height: 20px;
        height: auto;
    }

    .duyurular.sag  {                
        padding: 0 8px;
    }
    .duyurular.sag .img {                
        height: 120px;      
    }
    .duyurular.sag .content .title {
        font-size: 18px;
        line-height: 1.3;
        font-weight: 600;
        margin: 0 0 5px;  
    }
    .duyurular.sag .content p {
        font-size: 14px;
        line-height: 20px;
        height: auto;
    }
    .allbutton {
        background-color: var(--primary);
        color: #fff !important;
        font-size: 16px;
        line-height: 18px;
        font-weight: 100;
        letter-spacing: 1px;
        border-radius: 10px;
        padding: 16px 36px;
    }

    .spacex {
        padding:0 20px;
    }

    .rounded-big{
        border-radius: 30px !important;
    }

    .haberler.sol .content .title {
        font-size: 20px;
        line-height: 1.4;
        font-weight: 600;
        margin: 0 0 5px;  
    }
    .haberler.sol .content p {
        font-size: 14px;
        line-height: 20px;
        height: auto;
    }

    .blogyazilari .content .title {
        font-size: 20px;
        line-height: 1.4;
        font-weight: 600;
        margin: 0 0 5px; 
    }
    .blogyazilari.sol .content p {
        font-size: 14px;
        line-height: 20px;
        height: auto;
    }

    .infotitle {
        font-size: 27px;
        line-height: 34px;  
    }

    .hedefler .title {
        font-size: 13px;
        line-height: 17px; 
    }

    .hedefler img {
        width: 30px;
       
    }

    .hedefler .allbutton2 {
        background-color: var(--primary);
        color: #fff !important;
        font-size: 16px;
        line-height: 18px;
        font-weight: 100;
        letter-spacing: 1px;
        border-radius: 10px;
        padding: 16px 36px;
    }

    .rounded-big-copy {
        border-radius: 25px;
    }
    .gototop {    
        bottom: 105px;
        right: 50px; 
    }

    .slide-menu {    
        background-color: var(--secondary);
        z-index: 999999999999;
        position: fixed;
        width: 100vw;
        max-width: 100%;
        height: 100vh;
        top: 0;
        right: 0; 
        display: none; 
        box-sizing: border-box;
        transform: translateX(100%);
        overflow: hidden;    
        visibility:hidden; 
    }
    .slide-menu {
        visibility:visible;
    }
    .slide-menu, .slide-menu a {
        font-size: 16px; 
        line-height: 16px;
    }
    .slide-menu a { 
        text-decoration: none;
        color: #fff;
    }
    .slide-menu a:hover {
        color: #ffffff;
    }
    .slide-menu .controls {
        display: flex; 
    }
    .slide-menu .btn {
        padding: 0;
        flex: 1 0 auto;
        font-size: 20px;
        color: #fff;
        padding: 20px 30px;            
    }
    .slide-menu .btn i.fa-close{
        padding: 9px 11px;
        border-radius: 100%;
        font-size: 15px;
        background-color: rgba(255, 255, 255, 0.08);
    }
    .slide-menu .btn:first-of-type {
        text-align: left
    }
    .slide-menu .btn:last-of-type {
        text-align: right
    }                
    .slide-menu .slide-menu__backlink {            
        font-weight:500;
        text-transform: uppercase;
    } 
    .slide-menu, .slide-menu .slide-menu__slider {
        transition: transform .3s ease-in-out;
        will-change: transform
    }
    .slide-menu .slide-menu__slider {
        margin-top: 30px;
        width: 100%;
        transform: translateX(0)
    }
    .slide-menu ul { 
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        padding: 0 30px;
    }
    .slide-menu ul li{
        min-height:40px;
        display:flex;
        justify-content:space-between;
    }
    .slide-menu ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        display: none
    }
    .slide-menu ul a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width:100%;
        color: #fff !important;
    }
    .slide-menu ul ul a {
        justify-content: start;
    }
    .slide-menu a {
        cursor: pointer
    }
    .slidemenu-right {
        margin-left: 1em; 
        font-size: 15px;
        color:#fff; 
        float:right;
    }
    .slidemenu-left {
        margin-right: 1em; 
        font-size: 15px;
        color:#fff;
        float:left;
        margin-top:1px;
    }
    .slide-menu .bottom{
        position: absolute;
        width: 100%;
        bottom: 15%;
        left: 0;
        padding: 20px 30px 30px 30px; 
        color: #fff;
        font-size: 14px;
    }
    .border-right {border-right: 1px solid rgba(0,0,0,.1);}
    
    .btn-mobil-arama {
        float: left;
        width: 100%;
        text-align: left;
        background-color: #f4f4f4;
        color: #000;
        border-radius: 8px;
        padding: 6px;
        border: none !important;
        padding-left: 35px;
        z-index: 9999999
    }
    
        .btn-mobil-arama:hover {
            cursor: default !important;
        }
    
        .btn-mobil-arama:focus {
            border: none;
            outline: none !important
        }
    
    .mobil-arama-icon {
        position: fixed;
        top: 62px;
        left: 23px;
        color: #777;
        z-index: 9999999
    }
    
    .mobil-top-right-menu {
        list-style: none;
        float: right;
        margin: 0;
        padding: 0;
    }
    
        .mobil-top-right-menu li {
            list-style-type: none;
            display: inline-block;
            margin-left: 20px;
            line-height: 38px;
        }
    
            .mobil-top-right-menu li a {
                font-size: 22px;
                color: #666;
            }
    
                .mobil-top-right-menu li a i {
                    font-size: 24px;
                    color: #666;
                }
    
    .mobil-sayfa-menu {
        float: left;
        width: 100%;
        text-align: center;
        padding: 8px 5px 8px 5px;
        color: #333333;
        background-color: #fff
    }
    
    .mobil-container1 {
        width: 100%;
       /*
        border-top: 10px solid #f7f7f7;
        border-bottom: 10px solid #f7f7f7;
        */
    }
    
        .mobil-container1 .btn1 {
            float: left;
            width: 100%;
            text-align: center;
            padding: 15px 5px 15px 5px;
            color: #333333;
            background-color: #fff;
        }
    
        .mobil-container1 .btn2 {
            float: left;
            width: 100%;
            text-align: center;
            padding: 8px 5px 8px 5px;
            color: #fff;
            background-color: #80ad34;
            border-radius: 50px;
        }
            .mobil-container1 .btn2:hover, mobil-container1 .btn2:focus {           
                color: #fff;
                background-color: #80ad34;           
            }
    
    .bg-light-grey {
        background-color: #f7f7f7 !important;
    }
     
    
    .mobil-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height:auto;
        overflow: hidden;
        background-color: #fff;
        z-index: 9999;
    } 
    
    .blog-kategori-agaci {
        list-style: none;
        margin: 11px 0 0 0;
        padding: 11px 15px 11px 15px;
        overflow: auto;
        white-space: nowrap;
        padding-bottom: 5px;
        background-color: #fff;
        border-top: 1px solid rgba(153, 153, 153, 0.2);
        border-bottom: 1px solid rgba(153, 153, 153, 0.2);
        min-height: 49px;
    }
    
        .blog-kategori-agaci li {
            list-style-type: none;
            display: inline-block;
            margin: 0;
            padding: 0;
            border-right: 1px solid #ebebeb;
            padding-right: 15px;
            padding-left: 10px
        }
    
            .blog-kategori-agaci li:first-child {
                padding-left: 0
            }
    
            .blog-kategori-agaci li:last-child {
                border-right: 0
            }
    
            .blog-kategori-agaci li h2 {
                margin: 0;
                padding: 0;
                font-weight: 400
            }
    
            .blog-kategori-agaci li a, .blog-kategori-agaci li a h2 {
                font-size: 16px;
            }
                .blog-kategori-agaci li a.active, .blog-kategori-agaci li a h2.active {
                    color: #80ad34;
                }

}