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

@media only screen and (max-width: 5000px) and (min-width: 1600px) {
    .ortala {
        width: 1600px !important;
        margin-left: calc(50% - 800px) !important;
    }
}

@media only screen and (max-width: 5000px) and (min-width: 1200px) {
    .detayicerik {
        font-size: 16px;
        font-weight: 400;
        color: #606060;
        line-height: 26px;
    }
    .detayicerik strong {
        font-weight: 700;
    }
    .ortala {
        float: left;
        width: 1280px;
        margin-left: calc(50% - 640px);
    }
    .pcdegizle {
        display: none !important;
    }
    .flex-ortala {
        float: left;
        width: 100%;
        height: 64px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .evpaylas {
        float: right;
        width: 95px;
        height: 45px;
        border: 1px solid #144f6d;
        border-radius: 5px;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 0.02em;
        text-align: left;
        color: #144f6d;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .evpaylas svg {
        float: left;
        margin-right: 10px;
    }
    .altanabaslik {
        float: left;
        width: 100%;
        height: 106px;
        background-color: #e7edef;
    }
    .altanabaslik h1 {
        float: left;
        width: 100%;
        font-weight: bold;
        font-size: 28px;
        text-align: left;
        color: #3a3a3a;
        line-height: normal;
        padding-top: 36px;
    }
    .altsayfabaslik {
        float: left;
        width: 100%;
        height: 400px;
        background: rgba(14, 52, 141);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .govde {
        float: left;
        width: 100%;
    }
    .detayicerik {
        float: right;
        width: 50%;
        margin-top: 50px;
    }
    .detaybaslik {
        float: left;
        width: 50%;
        margin-top: 50px;
    }
    .detaybaslik b {
        float: left;
        width: 100%;
        color: #606060;
        line-height: 28px;
        font-size: 24px;
        font-weight: 700;
    }
    .detaybaslik span {
        float: left;
        width: 100%;
        font-weight: 500;
        font-size: 18px;
        text-align: left;
        color: #0a1170;
        margin-top: 10px;
    }
    .detaybaslik div {
        float: left;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 400;
        color: #606060;
        line-height: 24px;
        margin-top: 20px;
    }
    .detaybaslik div img {
        float: left;
        width: 50px;
        margin-right: 10px;
    }
    .iletisimalani {
        float: right;
        width: 60.8%;
        margin-top: 50px;
    }
    .iletisimalani b {
        float: left;
        width: 100%;
        font-weight: 500;
        font-size: 28px;
        text-align: left;
        color: #2e2e2e;
        line-height: normal;
    }
    .iletisimalani span {
        float: left;
        width: 100%;
        font-weight: 500;
        font-size: 14px;
        line-height: 28px;
        text-align: left;
        color: #4d4848;
        margin-top: 10px;
    }
    .iletisiminput {
        float: left;
        width: 48%;
        margin-right: 23px;
        margin-bottom: 23px;
    }
    .iletisiminput:nth-child(2n+0) {
        margin-right: 0px !important;
    }
    .iletisiminput input {
        float: left;
        width: 100%;
        height: 76px;
        border-radius: 4px;
        background: #fff;
        border: 1px solid #d8d8d8;
        font-weight: 500;
        font-size: 16px;
        line-height: 32px;
        text-align: left;
        color: #b1a6a6;
    }
    .iletisiminput textarea {
        float: left;
        width: 100%;
        height: 251px;
        border-radius: 4px;
        background: #fff;
        border: 1px solid #d8d8d8;
        font-weight: 500;
        font-size: 16px;
        line-height: 32px;
        text-align: left;
        color: #b1a6a6;
    }
    .iletisimbuton input {
        float: left;
        width: 162px;
        height: 57px;
        border-radius: 10px;
        background: #0a1170;
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        color: #fff;
    }
    .iletisimbuton input:hover {
        background-color: #4b4949;
    }
    .harita {
        float: left;
        width: 100%;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 0px) {
    .detayicerik {
        font-size: 16px;
        font-weight: 400;
        color: #606060;
        line-height: 26px;
    }
    .govde {
        float: left;
        width: 100%;
    }
    .altanabaslik {
        float: left;
        width: 100%;
        height: 106px;
        background-color: #e7edef;
    }
    .altanabaslik h1 {
        float: left;
        width: 100%;
        font-weight: bold;
        font-size: 28px;
        text-align: left;
        color: #3a3a3a;
        line-height: normal;
        padding-top: 36px;
    }
    .altsayfabaslik {
        float: left;
        width: 100%;
        height: 210px;
        /* margin-bottom: 25px; */
        background: rgba(14, 52, 141);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ortala {
        float: left;
        width: 100%;
        padding: 0px 20px;
    }
    .mobildegizle {
        display: none !important;
    }
    .evpaylas {
        float: right;
        width: 63.59px;
        height: 70px;
        border-radius: 5px;
        background: #ffc033;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -52px;
    }
    .govde {
        float: left;
        width: 100%;
    }
    .detayicerik {
        float: left;
        width: 100%;
    }
    .detaybaslik {
        float: left;
        width: 100%;
    }
    .detaybaslik b {
        float: left;
        width: 100%;
        color: #606060;
        line-height: 28px;
        font-size: 18px;
    }
    .detaybaslik span {
        float: left;
        width: 100%;
        font-weight: 500;
        font-size: 16px;
        text-align: left;
        color: #ff5613;
        margin-top: 10px;
    }
    .detaybaslik div {
        float: left;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        color: #1b1e4a;
        line-height: 24px;
        margin-top: 20px;
        font-size: 13px;
    }
    .detaybaslik div img {
        float: left;
        width: 50px;
        margin-right: 10px;
    }
    .iletisimalani {
        float: right;
        width: 100%;
        margin-top: 25px;
    }
    .iletisimalani b {
        float: left;
        width: 100%;
        font-weight: 500;
        font-size: 18px;
        text-align: left;
        color: #2e2e2e;
        line-height: normal;
    }
    .iletisimalani span {
        float: left;
        width: 100%;
        font-weight: 500;
        font-size: 13px;
        line-height: 28px;
        text-align: left;
        color: #4d4848;
        margin-top: 10px;
    }
    .iletisiminput {
        float: left;
        width: 100%;
        margin-bottom: 23px;
    }
    .iletisiminput input {
        float: left;
        width: 100%;
        height: 76px;
        border-radius: 4px;
        background: #fff;
        border: 1px solid #d8d8d8;
        font-weight: 500;
        font-size: 16px;
        line-height: 32px;
        text-align: left;
        color: #b1a6a6;
    }
    .iletisiminput textarea {
        float: left;
        width: 100%;
        height: 251px;
        border-radius: 4px;
        background: #fff;
        border: 1px solid #d8d8d8;
        font-weight: 500;
        font-size: 16px;
        line-height: 32px;
        text-align: left;
        color: #b1a6a6;
    }
    .iletisimbuton input {
        float: left;
        width: 100%;
        height: 57px;
        border-radius: 10px;
        background: #ff5613;
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        color: #fff;
    }
    .iletisimbuton input:hover {
        background-color: #4b4949;
    }
    .harita {
        float: left;
        width: 100%;
        margin-top: 25px;
    }
}