: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 .logo {
        width: 100%;
        height: auto;
    }

    /*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: rgba(255, 255, 255, .1);*/
        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: calc(100vh - 93px);
    }

    .mySwiper {
        height: 100%;
    }

    .mySwiper .text {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        width: 100%;
        height: 100%;
        background: #fff url(../images/slidebg.png) no-repeat center center;
        background-size: cover;
    }

    .mySwiper .text .container {
        padding: 0;
    }

    .mySwiper .text .content {
        width: 89%;
    }

    .mySwiper .text .title {
        font-size: 40px;
        line-height: 40px;
        text-align: center;
        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 .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;
    }

    .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;
    }

}
