body {
    font-family: "Open Sans", sans-serif;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-150 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}

@media (min-width: 1400px) {
    .container.md {
        max-width: 93.75vw !important;
    }

    .container.xl {
        max-width: 76.5vw !important;
    }
}

.hakkimizda-text {
    color: #949494;
    font-size: 16px;
    font-weight: 400;
}

.hakkimizda-img img {
    width: 100%;
}

.main-title {
    color: #0F0C0C;
    font-size: 40px;
    font-weight: 400;
    line-height: 55px;
    text-transform: uppercase;
    font-family: "Archivo", sans-serif;
}

.main-title span {
    color: #2A95ED;
}

.menu-button {
    font-family: "Nunito", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 40px;
    border-radius: 5px;
    background: #1F1F1F;
    border: none;
}

.menu-button.white {
    background-color: #fff;
    color: rgb(19, 37, 92);
}

header {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(31, 31, 31, 0.1);
}

.blog-title {
    color: #0F0C0C;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
    font-family: "Archivo", sans-serif;
}

.blog-img {
    width: 100%;
}

.blog-img img {
    width: 100%;
    max-width: 100%;
}

.blog-text {
    color: #0F0C0C;
    font-size: 18px;
    font-weight: 400;
}

.blog-content .title {
    font-size: 20px;
    font-weight: 600;
    color: #0F0C0C;
    line-height: 30px;
}

.blog-content .text {
    font-size: 16px;
    font-weight: 400;
    color: #0F0C0C;
    line-height: 30px;
}

.tumunu-gor {
    padding: 10px 80px;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 700;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #1F1F1F;
}

.tumunu-gor.proje {
    border-color: #fff;
    color: #fff;
}

.border-blog {
    border-left: 1px solid rgba(31, 31, 31, 0.1);
}

.title-main {
    color: #13255C;
    font-family: Archivo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
}

.title-main span {
    color: #2A95ED;
    font-family: Archivo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    /* 137.5% */
    text-transform: uppercase;
}

.blog-card.lg .image-box {
    height: 410px;
}

.blog-card .image-box {
    width: 100%;
}

.blog-card .image-box img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card .date {
    color: rgba(31, 31, 31, 0.7);
    font-size: 15px;
    font-weight: 500;
    font-family: "Nunito", sans-serif;
}

.blog-card .title {
    color: #1F1F1F;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 54px;
    font-weight: 600;
}

.blog-card .incele {
    color: #1F1F1F;
    font-size: 15px;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
}

.blog-card .incele::after {
    content: "";
    width: 30px;
    height: 4px;
    background-color: #1F1F1F;
    position: absolute;
    left: -45px;
}

.main-bg-photo {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    margin-top: 100px;
}

.main-bg-photo img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-width: 100%;
}

.absolute-photo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 110px;
    max-width: 640px;
    width: 640px;
}

.absolute-photo .title {
    color: #FFF;
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
    text-transform: uppercase;
    font-family: "Archivo", sans-serif;
}

.absolute-photo .text {
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
}

.absolute-photo .paylas-button {
    border-radius: 5px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 52px;
    padding: 0 70px;
}

.absolute-photo .paylas-button-two {
    border-radius: 5px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 52px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer {
    background-color: rgb(28, 28, 28);
    padding: 60px 130px;
}

footer .bulten-title {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

footer .bulten-text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

footer .footer-input {
    border-radius: 5px;
    border: 1px solid #FFF;
    padding: 10px 12px;
    background-color: transparent;
    font-size: 14px;
    width: 100%;
}

footer .footer-input:focus {
    outline: none;
}

footer .input-button {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

footer .footer-left {
    width: 310px;
}

footer .footer-title {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

footer .footer-text {
    color: #6F6F6F;
    font-size: 16px;
    font-weight: 400;
}

footer .copyright {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26.495px;
}

.blog-card-two .image-box {
    width: 460px;
    height: 180px;
}

.blog-card-two .image-box img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.blog-card-two .date {
    font-family: "Nunito", sans-serif;
    color: rgba(31, 31, 31, 0.7);
    font-size: 15px;
    font-weight: 500;
}

.blog-card-two .title {
    color: #1F1F1F;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-two .incele {
    color: #1F1F1F;
    font-size: 15px;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
}

.small-title {
    color: #13255C;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.proje-small-title {
    color: #13255C;
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
}

.proje-title {
    color: #0F0C0C;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
    font-family: "Archivo", sans-serif;
}

.proje-tumu {
    color: #13255C;
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
}

.proje-tumu::after {
    content: "";
    width: 50px;
    height: 4px;
    background-color: rgb(19, 37, 92);
    position: absolute;
    left: -70px;
}

.proje-card.two .title {
    color: #FFF !important;
    font-family: Nunito !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    text-transform: uppercase !important;
}

.proje-card.two .text {
    color: rgba(255, 255, 255, 0.8) !important;
    font-family: "Open Sans" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 37px !important;
    /* 231.25% */
    text-transform: capitalize !important;
}

.proje-card .image-box {
    position: relative;
    width: 100%;
}

.proje-card .image-box img {
    mix-blend-mode: luminosity;
}

.proje-card .image-box .image-wrapper.active {
    transition: 0.6s;
}

.proje-card .image-box .image-wrapper.active img {
    mix-blend-mode: unset;
}

.proje-card .image-box img {
    width: 100%;
    max-width: 100%;
}

.proje-card .title {
    color: #1F1F1F !important;
    font-family: "Nunito", sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.proje-card .text {
    color: rgba(31, 31, 31, 0.8) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 37px !important;
    text-transform: capitalize !important;
}

.proje-detay-img {
    width: 100%;
}

.proje-detay-img img {
    width: 100%;
    max-width: 100%;
}

.proje-detay-img .detay-absolute {
    background-color: #1F1F1F;
    padding: 30px 100px;
    position: absolute;
    bottom: -30px;
    right: -750px;
    gap: 100px;
}

.proje-detay-img .detay-absolute .title {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 600;
}

.proje-detay-img .detay-absolute .text {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.proje-detail-title {
    color: #1F1F1F;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}

.proje-detail-text {
    color: rgba(31, 31, 31, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
}

.detay-yazi p {
    color: rgba(31, 31, 31, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
}

.proje-detail-button {
    position: absolute;
    right: -3rem;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
}

.contact-page {
    width: 100%;
}

.contact-page img {
    width: 100%;
}

.contact-page .contact-absolute {
    margin-top: -80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-page .section {
    background-color: #fff;
    padding: 70px;
}

.contact-page .section .title {
    color: rgba(15, 12, 12, 0.8);
    font-size: 30px;
    font-weight: 500;
    line-height: 55px;
    text-transform: uppercase;
    font-family: "Archivo", sans-serif;
}

.contact-page .section .title span {
    color: #2A95ED;
    font-weight: 700;
}

.contact-page .section .text {
    color: rgba(15, 12, 12, 0.8);
    font-family: "Archivo", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}

.contact-page .contact-form-wrapper {
    background-color: #FBFBFB;
    padding: 100px;
}

.contact-page .contact-form-wrapper .title {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 38px;
    font-family: "Archivo", sans-serif;
}

.contact-page .contact-form-wrapper .input-text {
    color: rgba(15, 12, 12, 0.8);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Nunito", sans-serif;
}

.contact-page .contact-form-wrapper .contact-input {
    border: 1px solid #EEE;
    border-radius: 3px;
    background-color: #fff;
    padding: 10px 15px;
    color: rgba(15, 12, 12, 0.5);
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    line-height: 28px;
}

.contact-page .contact-form-wrapper .contact-input:focus {
    outline: none;
}

.iti--inline-dropdown {
    width: 100%;
}

.mesaj-gonder {
    background: #13255C;
    border-radius: 5px;
    padding: 15px 70px;
    border: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.mesaj-gonder-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #13255C;
    border-radius: 5px;
    border: none;
}

.bg-header {
    padding-bottom: 100px;
    background-size: cover;
    height: 100vh;
}

.pt-50 {
    padding-top: 50px;
}

.referans-bg-content {
    background: #2A95ED;
    padding: 30px 7.5vw;
    width: 75%;
    position: absolute;
    bottom: 0;
    left: 0;
    gap: 35px;
}

.referans-bg-content.anasayfa {
    padding: 0 0 0 7.5vw;
}

.referans-bg-content .text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 400;
    width: 425px;
    font-family: "Nunito", sans-serif;
    max-width: 425px;
}

.referans-bg-content .title {
    color: #FFF;
    font-size: 36px;
    font-weight: 400;
    font-family: "Archivo", sans-serif;
    line-height: 60px;
}

.referans-bg-content .title.anasayfa {
    line-height: 40px;
    width: 320px;
    max-width: 320px;
    font-size: clamp(17px, 1.5vw, 24px);
}

.content-logo {
    padding: 20px;
    background-color: #fff;
    width: 298px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.content-logo img {
    width: 97px;
}

.ref-card .image-box {
    border-radius: 5px;
    border: 1px solid #D4D4D4;
    width: 230px;
    height: 230px;
    padding: 30px;
}

.ref-card .image-box img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.ref-card .name {
    color: #0F0C0C;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.hakkimizda-small-title {
    color: #0F0C0C;
    font-size: 16px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
}

.hakkimizda-title-two {
    color: #2A95ED;
    font-size: 30px;
    font-weight: 400;
    font-family: "Archivo", sans-serif;
}

.hakkimizda-text-two {
    color: #0F0C0C;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.hizmet-section-two {
    padding: 40px 120px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.hizmet-section-one {
    padding: 0 120px 40px 120px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.hizmet-section-one .small-title {
    color: #2A95ED;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Archivo", sans-serif;
}

.hizmet-section-one .xl-title {
    color: #1C1C1C;
    font-family: "Archivo", sans-serif;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 4.2px;
    text-transform: capitalize;
}

.hizmet-section-one .hizmet-text {
    color: rgba(31, 31, 31, 0.8);
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    width: 670px;
    max-width: 670px;
}

.hizmet-section-one .sm-text {
    color: rgba(31, 31, 31, 0.8);
    font-family: "Archivo", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.hizmet-card {
    display: flex;
    gap: 120px;
}

.hizmet-card.border-right-hizmet {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.hizmet-card .content {
    width: 410px;
    max-width: 410px;
}

.hizmet-card .number {
    -webkit-text-stroke-width: 2;
    -webkit-text-stroke-color: #13255C;
    font-size: 40px;
    font-weight: 400;
}

.hizmet-card .title {
    color: #13255C;
    font-size: 24px;
    font-weight: 700;
}

.hizmet-card .text {
    color: rgba(31, 31, 31, 0.8);
    font-size: 16px;
    font-weight: 400;
}

.hizmet-line {
    background: rgba(0, 0, 0, 0.1);
    width: 1px;
    height: 60px;
}

.main-hizmet-card .name {
    color: #13255C;
    font-size: 20px;
    font-weight: 700;
}

.main-hizmet-card .number {
    font-family: "Inter", sans-serif;
    -webkit-text-stroke-width: thin;
    -webkit-text-stroke-color: #13255C;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: white;
}

.main-hizmet-card:hover .hidden-content {
    visibility: visible;
    opacity: 1;
    transition: 0.6s;
}

.main-hizmet-card .hidden-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 60px 40px;
    border-radius: 5px;
}

.main-hizmet-card .hidden-content .text {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

.main-hizmet-card .hidden-content .button-incele {
    color: rgb(19, 37, 92);
    border-radius: 5px;
    background: #FFF;
    color: #13255C;
    font-size: 16px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    padding: 7px 40px;
}

.anasayfa-yazi {
    color: #0F0C0C;
    font-size: 16px;
    font-weight: 400;
    width: 630px;
    max-width: 630px;
}

.anasayfa-yazi.two {
    width: 780px;
    max-width: 780px;
}

.devamini-gor {
    color: #13255C;
    font-size: 16px;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
}

.devamini-gor::before {
    content: "";
    background: #13255C;
    width: 72px;
    height: 10px;
    position: absolute;
    left: -85px;
}

.hikayemiz-card {
    border-radius: 5px;
    background: #13255C;
    padding: 30px 100px;
}

.hikayemiz-card .section .number {
    color: #FFF;
    font-size: 36px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
}

.hikayemiz-card .section .text {
    color: #FFF;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.guven-card {
    border-radius: 5px;
    background: #FBFBFB;
    padding: 80px 0;
    position: relative;
}

.guven-card::before {
    content: "";
    position: absolute;
    left: -80px;
    top: 40px;
    width: 440px;
    height: 8px;
    background: #13255C;
}

.urundetay-tabs {
    border: none !important;
    gap: 100px;
}

.urundetay-tabs .nav-item .tabs-items {
    border: none;
    background-color: transparent;
    color: rgba(19, 37, 92, 0.37);
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    position: relative;
}

.urundetay-tabs .nav-item .tabs-items::before {
    content: "";
    width: 26px;
    height: 4px;
    position: absolute;
    left: -35px;
    background: rgba(19, 37, 92, 0.5);
    top: 50%;
    transform: translateY(-50%);
}

.urundetay-tabs .nav-item .tabs-items.active {
    color: #13255C;
    font-weight: 700;
}

.urundetay-tabs .nav-item .tabs-items.active::before {
    background: rgb(19, 37, 92);
}

.kalite-title {
    color: #1F1F1F;
    font-family: "Archivo", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.kalite-text {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 400;
}

.one-cikan-projeler {
    background: #1C1C1C;
    padding: 70px 0;
}

.one-cikan-projeler .sm-title {
    color: #FFF;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.one-cikan-projeler .title {
    color: #FFF;
    font-family: Archivo;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    text-transform: uppercase;
}

.one-cikan-projeler .title span {
    color: #2A95ED;
    font-weight: 700;
}

.one-cikan-projeler .one-cikan-gap {
    gap: 120px;
}

.one-cikan-projeler .one-cikan-gap .title-two {
    color: rgba(255, 255, 255, 0.7);
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
}

.one-cikan-projeler .one-cikan-gap .title-two::before {
    content: "";
    width: 50px;
    height: 4px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
}

.header-menu {
    background-size: cover;
    padding: 200px 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: 0.6s;
    z-index: 99999999;
    margin-left: -100vw;
}

.header-menu.active {
    visibility: visible;
    margin-left: 0;
}

.header-menu .close-button {
    position: absolute;
    top: 40px;
    background-color: transparent;
    border: none;
    right: 40px;
}

.header-menu .accordion {
    background-color: transparent;
    border: none;
}

.header-menu .accordion-item {
    background-color: transparent;
    border: none;
}

.header-menu .menu-border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.header-menu .sm-items {
    color: #FFF;
    font-family: Archivo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header-menu .sm-items:hover {
    color: #F00;
}

.header-menu .items {
    color: #FFF;
    font-family: Archivo;
    font-size: 45px;
    font-style: normal;
    padding: 0;
    font-weight: 400;
    line-height: normal;
    background-color: transparent;
    border: none;
}

.header-menu .items:hover {
    color: #F00;
}

.header-menu .teklif-alin {
    color: rgba(255, 255, 255, 0.6);
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

.header-menu .teklif-alin::before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 990px) {
    .proje-card .text {
        line-height: 25px !important;
    }

    .header-menu .close-button {
        right: 10px;
        top: 10px;
    }

    .header-menu .menu-border-right {
        border: none;
    }

    .header-menu .items {
        font-size: 25px;
    }

    .hikayemiz-card .section {
        width: 50%;
    }

    .footer-logo {
        margin-bottom: 30px;
        height: 150px;
    }

    .footer-logo img {
        height: 100%;
    }

    .tumunu-gor-proje-div {
        margin-top: 40px;
        width: 100%;
    }

    .tumunu-gor-proje-div .tumunu-gor {
        width: 100%;
        text-align: center;
        display: block;
    }

    .tumunu-gor.proje {
        display: block;
        width: 100%;
        text-align: center;
    }

    .one-cikan-projeler .one-cikan-gap .title-two::before {
        display: none;
    }

    .one-cikan-projeler .one-cikan-gap {
        flex-wrap: wrap;
        gap: 30px;
    }

    .one-cikan-projeler .title {
        font-size: 22px;
        line-height: 35px;
    }

    .one-cikan-projeler .sm-title {
        font-size: 14px;
    }

    .misyon-img {
        width: 100%;
    }

    .misyon-img img {
        width: 100%;
        max-width: 100%;
    }

    .hikayemiz-card {
        padding: 20px;
        flex-wrap: wrap;
    }

    .anasayfa-yazi {
        width: 100%;
    }

    .content-logo {
        display: none;
    }

    .referans-bg-content.anasayfa {
        padding: 15px;
    }

    .referans-bg-content .title.anasayfa {
        width: 100%;
    }

    .mt-mobil-40 {
        margin-top: 40px !important;
    }

    .hizmet-section-one .xl-title {
        letter-spacing: unset;
        font-size: 40px;
    }

    .hizmet-section-one .hizmet-text {
        width: 100%;
    }

    .hizmet-section-two {
        padding: 0;
        border: none;
    }

    .hizmet-section-one {
        padding: 0;
        border: none;
    }

    .border-right-hizmet {
        border: none;
    }

    .hizmet-line-div {
        display: none !important;
    }

    .mt-70 {
        margin-top: 30px;
    }

    .hizmet-card {
        flex-wrap: wrap;
        gap: 30px;
    }

    .hizmet-card .image-box {
        width: 100%;
    }

    .hizmet-card .image-box img {
        width: 100%;
    }

    .mt-150 {
        margin-top: 70px;
    }

    .contact-page .contact-form-wrapper {
        padding: 20px;
    }

    .iti--show-flags {
        width: 100%;
    }

    .contact-page .section .title {
        text-align: center;
    }

    .contact-page .section .text br {
        display: none;
    }

    .contact-page .contact-absolute {
        width: 100% !important;
        margin-top: 10px;
    }

    .contact-page .section {
        width: 100% !important;
        padding: 20px;
    }

    .proje-detail-button {
        display: none;
    }

    .proje-detail-title {
        font-size: 25px;
    }

    .proje-detail-text {
        line-height: 25px;
    }

    .proje-detay-img .detay-absolute {
        flex-wrap: wrap;
        gap: 15px;
        width: 100%;
        position: unset;
        padding: 30px;
    }

    .absolute-content {
        width: 100%;
        align-items: center;
    }

    .proje-tumu::after {
        display: none;
    }

    .mt-100 {
        margin-top: 50px;
    }

    .blog-card-two .image-box {
        height: auto;
    }

    .main-title {
        font-size: 25px;
        line-height: 35px;
    }

    .main-title br {
        display: none;
    }

    .title-main {
        font-size: 25px;
        line-height: 35px;
    }

    .title-main br {
        display: none;
    }

    .mt-80 {
        margin-top: 40px;
    }

    .blog-card.lg .image-box {
        height: auto;
    }

    .absolute-photo {
        width: auto;
        right: 0;
        left: 0;
        padding: 0 10px;
    }

    .main-bg-photo {
        height: 65vh;
        margin-top: 30px;
    }

    .absolute-photo .text {
        font-size: 18px;
        line-height: 27px;
    }

    footer {
        padding: 12px;
    }

    .absolute-photo .title {
        font-size: 25px;
        line-height: 35px;
    }

    .absolute-photo .paylas-button {
        width: 100%;
        padding: 15px;
        line-height: normal;
    }

    .ref-card .image-box {
        width: 100%;
        padding: 10px;
        height: 150px;
    }

    .referans-bg-content {
        padding: 30px;
        width: 100%;
        flex-wrap: wrap;
    }

    .referans-bg-content .text {
        width: auto;
    }

    .hakkimizda-img {
        width: 100%;
    }

    .hakkimizda-img img {
        width: 100%;
    }
}

.one-cikan-projeler .one-cikan-gap .title-two:hover {
    color: #2A95ED;
}

.politika-text,
.politika-list {
    color: #7A7A7A;
    font-size: 14px;
}

.politika-title {
    color: #1e293b;
    font-size: 20px;
}

.misyon-img {
    width: 100%;
}

.misyon-img img {
    width: 100%;
    max-width: 100%;
}

@media (min-width:1000px) {
    .anasayfa-yazi.two {
        width: 100%;
    }

    .urundetay-tabs {
        padding-left: 40px;
    }

    .one-cikan-projeler .one-cikan-gap .title-two::before {
        display: none;
    }

    .one-cikan-projeler .one-cikan-gap {
        gap: 50px;
    }

    .tumunu-gor {
        text-wrap: nowrap;
        padding: 8px 40px;
    }

    .footer-logo {
        width: 150px;
    }

    .footer-logo img {
        width: 100%;
        max-width: 100%;
    }

    .small-screen {
        gap: 30px;
    }
}

.sm-sub-items {
    color: #FFF;
    font-size: 18px;
    font-family: Archivo;
}

.sm-sub-items:hover {
    color: #F00;
}

.hak-wrap {
    width: 80%;
    margin-left: auto;
}

.hak-right-wrap {
    padding-right: 50px;
}

.hak-right-wrap .main-title{
    margin-left: auto !important;
    text-align: right;
}

@media (max-width:991px) {
    .hak-wrap {
        width: 100%;
        padding: 24px;
    }

    .hak-right-wrap {
        width: 100%;
        padding: 24px;
    }

    .hak-right-wrap .main-title {
        text-align: center;
    }
}