: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)
{
    h1 {font-size: 25px; line-height: 30px; margin-bottom: 0;}
    .header .logo {        
        height:55px;
    }
    /*search*/
     
    .homebottom {
        display: block;
        align-items: center;
        position: relative;
        height: auto; 
    }
    .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(--primary);
        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: calc(100vh - 250px); 
    }
    .mySwiper {
        height: 100%;
    }

    .mySwiper .container-lg {
       padding: 0 30px;
    } 
    
    .mySwiper .title {
        font-size: 40px;
        line-height: 46px;
        text-align: left; 
        width: 100%;
    } 
    .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 .slide-logo {
        position: absolute;
        bottom: 2rem;
        left: 0;
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important; 
        object-fit:none;
        z-index: 3 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        
    }
    .mySwiper .slide-logo img{
        width: 220px;
    }
    .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 .swiper-button-next, .mySwiper .swiper-button-prev { 
        width:50px;
        height:50px;
        top: auto;
        bottom: 20% !important;
        transition: all 200ms linear;
    }
    .mySwiper .swiper-button-next, .mySwiper .swiper-rtl .swiper-button-prev {
        right: 3rem; 
        border: 1px solid #fff;
        border-radius: 100%;
        background: url(../images/icons/right.png) no-repeat center center;
        background-size: 40px; 
    }
    .mySwiper .swiper-button-prev, .mySwiper .swiper-rtl .swiper-button-next {
         left: 3rem;
         border: 1px solid #fff;
         border-radius: 100%;
         opacity: 1;
         background: url(../images/icons/left.png) no-repeat center center;
         background-size: 40px; 
    } 
    .mySwiper .swiper-button-next:after, .mySwiper .swiper-button-prev:after{    
        content: '';
        margin-left: 50px;
        color: #fff;    
    } 
    .mySwiper .swiper-button-next:hover, .mySwiper .swiper-button-prev:hover {       
         border: 1px solid rgba(227, 6, 19, .8);
    }
    
    .markaSwiper .swiper-button-next, .markaSwiper .swiper-rtl .swiper-button-prev {
        right:auto;
        left: 45px;
    }
    .markaSwiper .swiper-button-prev, .markaSwiper .swiper-rtl .swiper-button-next {
        left: 0;
        right: auto;
    } 

    /*logoSwiper*/ 
    .logoSwiper {          
       padding: 30px 0;
    }
.logoSwiper .swiper-horizontal>.swiper-pagination-bullets, .logoSwiper .swiper-pagination-bullets.swiper-pagination-horizontal, .logoSwiper .swiper-pagination-custom, .logoSwiper .swiper-pagination-fraction {
    bottom: -10px !important;
    top: auto;
    height: 45px;   
    align-items: center;
    justify-content: center;
}

.logoSwiper .swiper-horizontal>.swiper-pagination-bullets, .logoSwiper .swiper-pagination-bullets.swiper-pagination-horizontal, .logoSwiper .swiper-pagination-custom, .logoSwiper  .swiper-pagination-fraction {                     
    bottom: 0;
    top: auto;        
    height: 45px; 
}

.logoSwiper .swiper-pagination-bullet { 
    border-radius: 0;
    outline: none;
    border: 0;        
    width: 28px;
    height: 10px;    
    transition: 0.2s;    
    border-radius: 100px;
    background-color:rgba(0, 0, 0, .5);
    opacity: 1;     
}
.logoSwiper .swiper-pagination-bullet-active {
    background-color:#000;
    width: 40px;    
}
/*logoSwiper END*/
.urunSwiper {     
    height: 350px;     
    padding: 0;    
} 
    .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;
    }

    .breader .title {
        font-size: 25px;
        line-height: 25px;
        letter-spacing: 3px; 
        margin-bottom: 5px;
        font-weight: 500;
        color: var(--black);
    }
    .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; 
    }

    .sidemenu {
        position: relative;
        margin: 0; 
        padding: 0;
        padding-left: 15px;
        border-top: 1px solid rgba(0, 0, 0, .1); 
        border-bottom: 1px solid rgba(0, 0, 0, .1); 
        overflow: auto;
        white-space:nowrap;  
        margin-top: 5px;      
    }
    .sidemenu li { 
        display: inline-flex;
        list-style-type:none;
        border: 0;
        padding:10px 5px;   
        color: var(--black); 
        border-bottom: 0px solid rgba(0, 0, 0, .1); 
    }
    .sidemenu li:last-child {border: 0;}
    .sidemenu li a {
        position: relative;
        text-decoration: none;
        border: 0;
        font-weight: 500;
        font-size: 15px;
        line-height: 15px; 
        display: flex;
        align-items: center;
        color: var(--black);
        transition: all 200ms linear; 
         
    }
    .sidemenu li a::before {
        content: '';
        position: absolute;
        width: 0;
        height: 0; 
        color:var(--primary); 
        left: 0; 
        transition: all 200ms linear;
    } 
    .sidemenu li.active a { 
         padding-left: 0;
         color: var(--primary);
    }
    .sidemenu li.active a::before {   
        width: 7px; 
        background-color:var(--primary); 
    } 
    .sidemenu li a:hover::before {
        content: '';
        position: absolute;
        width: 7px;
        height: 7px;
        background-color:var(--primary); 
        left: 0; 
    }
    .sidemenu li a:hover {
        padding-left: 30px; 
        color: var(--primary);
    }
    .iletisimicon {
        background-color: var(--primary);
        border-radius: 500px;
        padding: 5px;
    }
    
    .sidemenu.category li { 
        list-style-type:none;
        border: 0;
        padding:20px 0px;   
        color: var(--black);  
    }
    .sidemenu.category li a {
        position: relative;
        text-decoration: none;
        border: 0;
        font-weight: 200;
        font-size: 15px;
        line-height: 15px; 
        display: flex;
        align-items: center;
        color: var(--white);
        transition: all 200ms linear; 
         
    } 
    .sidemenu.category li a:hover::before {
        
        background-color:var(--white); 
        left: 0; 
    }
 
    .breader.urundetay .navigationf li { 
        padding-right: 0px;   
        padding-left: 0; 
    } 

    .footer-logo {
        width: 90%;
    }
    .footernav li { 
        padding: 3px 0;
        padding-left: 22px;
        transition: all 200ms linear;    
    }
    .gototop { 
        bottom:100px;
        right: calc(50% - 30px); 
    }
    .gototop i{     
        color: var(--primary);
        font-size: 20px; 
        transition: all 200ms linear;
    }

}