@import "/css/reset.css";
.flickity-page-dots {
    display: none !important;
}

@media only screen and (max-width: 5000px) and (min-width: 991px) {
    .container {
        float: left;
        max-width: 1280px !important;
        margin-left: calc(50% - 640px);
        padding: 0px !important;
    }
    .ortala {
        float: left;
        width: 1280px;
        margin-left: calc(50% - 640px);
    }
    .pcdegizle {
        display: none !important;
    }
    .sliderarkaplan {
        float: left;
        width: 100%;
        height: 80vh;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
        overflow: unset;
    }
    .swiper-slide {
        float: left;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .slideryazi {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        display: flex;
        height: 403px;
        background: linear-gradient(rgba(128, 128, 128, 0) 0%, #323c8d 100%);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 150px;
    }
    .slideryazi b {
        float: left;
        width: 100%;
        font-weight: bold;
        font-size: 34px;
        text-align: center;
        color: #fff;
        line-height: normal;
    }
    .slideryazi span {
        float: left;
        width: 100%;
        font-weight: bold;
        font-size: 17px;
        text-align: center;
        color: #fff;
        line-height: normal;
    }
    .asagibuton {
        float: left;
        margin-top: 10px;
    }
    .about-area {
        float: left;
        width: 100%;
    }
    .about {
        float: left;
        width: 45%;
        margin: 119px 0px;
    }
    .about span {
        float: left;
        font-weight: bold;
        font-size: 18px;
        text-align: left;
        color: #323c8d;
        line-height: normal;
    }
    .about b {
        float: left;
        font-weight: bold;
        font-size: 32px;
        text-align: left;
        color: #272525;
        line-height: normal;
        margin: 10px 0px;
    }
    .about div {
        float: left;
        height: 298px;
        font-weight: normal;
        font-size: 18px;
        line-height: 32px;
        text-align: left;
        color: #272525;
        margin-bottom: 30px;
        overflow: hidden;
    }
    .about a {
        float: left;
        width: 241px;
        height: 71px;
        border-radius: 4px;
        background: #151d60;
        box-shadow: 5px 3px 15px rgba(0, 0, 0, 0.06);
        font-weight: bold;
        font-size: 18px;
        text-align: left;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .about-image {
        position: absolute;
        width: 50%;
        height: 703px;
        right: 0;
    }
    .about-image img {
        float: left;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .services-title-areas {
        float: left;
        width: 100%;
        height: 341px;
        background: #151d60;
    }
    .services-title-areas b {
        float: left;
        font-weight: bold;
        font-size: 40px;
        text-align: left;
        color: #fff;
        margin-top: 79px;
        line-height: normal;
    }
    .services-title-areas span {
        float: left;
        width: 70%;
        font-weight: normal;
        font-size: 18px;
        line-height: 32px;
        text-align: left;
        color: #fff;
        clear: both;
        margin-top: 10px;
    }
    .services-areas {
        float: left;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .services {
        float: left;
        width: 100%;
        height: 477px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        padding-bottom: 37px;
        text-transform: uppercase;
    }
    .services:hover {
        padding-bottom: 90px;
    }
    .services b {
        float: left;
        width: 100%;
        font-weight: bold;
        font-size: 28px;
        text-align: center;
        color: #fff;
        line-height: normal;
    }
    .services svg {
        float: left;
        margin-top: 20px;
    }
    .about-area2 {
        float: left;
        width: 100%;
    }
    .about-area2 .about {
        float: right;
    }
    .about-area2 .about-image {
        left: 0 !important;
        height: 547px;
    }
    .reference-title {
        float: left;
        width: 100%;
        font-weight: bold;
        font-size: 40px;
        text-align: left;
        color: #272525;
        line-height: normal;
    }
    .referansalani {
        float: left;
        width: 100%;
        display: none !important;
    }
    .referanslar {
        float: left;
        width: 100%;
        margin-top: 29px;
        padding: 0px 9%;
    }
    .referans {
        float: left;
        width: 100%;
        height: 129px;
        border-radius: 5px;
        background: #fff;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .referans img {
        float: left;
        width: 159px !important;
    }
}

@media only screen and (max-width: 1599px) and (min-width: 1300px) {
    .container {
        float: left;
        max-width: 100% !important;
        margin-left: 0;
        padding: 0px 15px !important;
    }
}

@media only screen and (max-width: 1299px) and (min-width: 991px) {
    .sliderarkaplan {
        height: 650px;
    }
    .slideryazi b {
        font-size: 30px;
    }
    .slideryazi span {
        font-size: 30px;
    }
    .container {
        max-width: 100% !important;
        margin-left: 0px;
        padding: 0px 15px !important;
    }
    .about {
        margin: 55px 0px;
    }
    .foterikincialansag {
        width: 39% !important;
    }
    .foterenalt b {
        margin: 25px 0px !important;
    }
    .foterenalt img {
        float: right !important;
        margin: 16px 0px;
    }
    .foterenalt {
        height: 72px !important;
        padding-bottom: 0px !important;
    }
}

@media only screen and (max-width: 990px) and (min-width: 0px) {
    .ortala {
        float: left;
        width: 100%;
        padding: 0px 10px;
    }
    .container {
        float: left;
        max-width: 100%;
        padding: 0px 10px;
    }
    .mobildegizle {
        display: none !important;
    }
    .sliderarkaplan {
        float: left;
        width: 100%;
        height: 470px;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        float: left;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .slideryazi {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        display: flex;
        height: 250px;
        background: linear-gradient(rgba(128, 128, 128, 0) 0%, #323c8d 100%);
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding-bottom: 25px;
    }
    .slideryazi b {
        float: left;
        width: 100%;
        font-weight: bold;
        font-size: 18px;
        line-height: normal;
        text-align: center;
        color: #fff;
    }
    .slideryazi span {
        float: left;
        width: 100%;
        font-weight: normal;
        font-size: 16px;
        line-height: normal;
        text-align: center;
        color: #fff;
        margin-bottom: 20px;
    }
    .about-area {
        float: left;
        width: 100%;
    }
    .about {
        float: left;
        width: 100%;
        margin: 50px 0px;
    }
    .about span {
        float: left;
        width: 100%;
        font-weight: bold;
        font-size: 16px;
        text-align: left;
        color: #323c8d;
        line-height: normal;
    }
    .about b {
        float: left;
        font-weight: bold;
        font-size: 26px;
        text-align: left;
        color: #272525;
        line-height: normal;
    }
    .about div {
        float: left;
        font-weight: normal;
        font-size: 16px;
        line-height: 32px;
        text-align: left;
        color: #272525;
        margin-bottom: 30px;
    }
    .about a {
        float: left;
        width: 241px;
        height: 50px;
        border-radius: 4px;
        background: #151d60;
        box-shadow: 5px 3px 15px rgba(0, 0, 0, 0.06);
        font-weight: bold;
        font-size: 16px;
        text-align: left;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .about a svg {
        float: left;
        margin-right: 10px;
    }
    .about-image {
        float: left;
        width: 100%;
        height: 350px;
    }
    .about-image img {
        float: left;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .services-title-areas {
        float: left;
        width: 100%;
        padding: 30px 0px;
        background: #151d60;
    }
    .services-title-areas b {
        float: left;
        font-weight: bold;
        font-size: 26px;
        text-align: left;
        color: #fff;
        line-height: normal;
    }
    .services-title-areas span {
        float: left;
        width: 100%;
        font-weight: normal;
        font-size: 16px;
        line-height: 32px;
        text-align: left;
        color: #fff;
        clear: both;
        margin-top: 10px;
    }
    .services-areas {
        float: left;
        width: 100%;
        margin-bottom: 50px;
    }
    .services {
        float: left;
        width: 100%;
        height: 300px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        padding-bottom: 20px;
        text-transform: uppercase;
    }
    .services b {
        float: left;
        width: 100%;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        color: #fff;
        line-height: normal;
    }
    .services svg {
        float: left;
        margin-top: 20px;
    }
    .reference-title {
        float: left;
        width: 100%;
        font-weight: bold;
        font-size: 26px;
        text-align: left;
        color: #272525;
        line-height: normal;
        margin-top: 50px;
    }
    .referansalani {
        float: left;
        width: 100%;
        display: none !important;
    }
    .referanslar {
        float: left;
        width: 100%;
        margin-top: 29px;
        padding: 0px 15px;
    }
    .referans {
        float: left;
        width: 100%;
        height: 129px;
        border-radius: 5px;
        background: #fff;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .referans img {
        float: left;
        width: 159px !important;
    }
}