/* detay Css Start */

.img-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: var(--white);
}

.img-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 2;
}

.detay-content {
    position: relative;
    z-index: 3;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 10px;
    text-align: center;
    padding: 20px;
    width: 70%;
}

.site-map {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left;
    align-items: start;
    color: var(--white);
    gap: 10px;
}
.site-map a {
    color: var(--white);
    text-wrap: nowrap;
}
.site-map a:hover {
    color: var(--main);
}

.detay-content h1 {
    font-size: max(3.021vw, 50px);
    font-family: 'Poppins-Light';
    font-weight: 100;
    text-align: left;
}

/* ===================================================== */

/* icerik area Start */

.icerik-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 0;
    margin: 30px 0px;
    z-index: 4;
}

.icerik-inside {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    width: 70%;
    min-width: 270px;
    position: relative;
    min-height: 130px;
    transition: all 1s ease;
    gap: 30px;
    z-index: 4;
    margin-top: -130px;
}

.icerik-left {
    flex: 1 0 60%;
    max-width: 100%;
    box-sizing: border-box;
    min-width: 170px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 30px;
    z-index: 4;
}

.icerikBoxbg {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 4px;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    z-index: 4;
    width: 100%;
}

.bgColor1 {
    background-color: var(--lightBox);
    width: 70%;
    font-size: 24px;
    padding: 30px;
}

.bgColor1-r {
    background-color: var(--lightBox);
    width: 100%;
    padding: 20px;
}

.colorPhone {
    background-color: var(--blue-4);
    color: var(--white);
    width: 100%;
    padding: 20px;
    gap: 10px;
}
.colorPhone a {
    color: var(--white) !important;
    font-size: 18px !important;
}

.link-area {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.icerik-left a {
    width: max-content;
    color: var(--blue-3);
    font-weight: bold;
    border-bottom: 2px solid transparent;
    max-width: 100%;
}
.icerik-left a:hover {
    transform: translateX(10px);
    border-color: var(--blue-3);
}

.icerik-right {
    flex: 1 0 40%;
    max-width: 320px;
    box-sizing: border-box;
    min-width: 170px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    border-radius: 10px;
    height: max-content;
    gap: 30px;
    z-index: 4;
}

.icerikRightBoxbg {
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    z-index: 4;
}

.colorR1 {
    background-color: #00334e;
    color: var(--white);
}

.bgnone {
    background-color: transparent !important;
}

.icerikRightBoxbg a {
    color: var(--white);
    font-size: 15px;
    padding: 5px 0px;
    font-weight: 100 !important;
    font-family: 'Poppins-Light';
}
.icerikRightBoxbg a:hover {
    color: var(--main);
    transform: translateX(10px);
}

.icerikRightBoxbg a.active {
    font-weight: bolder;
    font-family: 'Poppins-bold';
}

.w-100 {
    width: 100% !important;
}

.followUs {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.followUs a {
    color: var(--blue-3);
}
.followUs a:hover {
    color: var(--blue-3);
    transform: translateY(-10px);
}

.followUs i {
    font-size: 30px;
}

.p-0 {
    padding: 0px !important;
}

.newsArea a {
    color: var(--blue-3);
    font-size: 15px;
}
.newsArea a:hover {
    transform: translateX(10px);
    text-decoration: underline;
}

.newsArea img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
}

.col-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

/* icerik area End */

/* ===================================================== */

/* full yellow area Start */

.yellow-area {
    display: flex;
    overflow: hidden;
    width: 100%;
    background-color: var(--main);
}

.image-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-section-inside {
    width: 60%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 50px;
    color: var(--blackText);
}

.text-section h2 {
    margin-top: 0;
    font-size: 34px;
}

.text-section p {
    font-size: 18px;
}

/* full yellow area End */

/* ===================================================== */

/* we do area Start */

.sistemMain {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    position: relative;
    padding: 30px 20px;
}

.sistemMain swiper-container {
    width: 100%;
    height: 100%;
}
.sistemMain swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    position: relative;
    margin-bottom: 30px;
    min-width: 300px;
}

.bgweDo1 {
    background-color: #2E2E2E;
    min-width: 300px;
}
.bgweDo2 {
    background-color: var(--blue-3);
    min-width: 300px;
}
.bgweDo3 {
    background-color: #D2B48C;
    min-width: 300px;
}
.bgweDo4 {
    background-color: #013220;
    min-width: 300px;
}

/* we do area End */

/* ===================================================== */

.visionBox {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 30px 20px;
}

.graybg {
    background-color: var(--lightBox);
}

.image-section-inside1 {
    width: 60%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ===================================================== */

/* leftrigthBox area Start */

.leftrigthBox {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 0px;
    gap: 30px;
}

.newsHeader {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.newsHeader i {
    color: var(--main);
    font-size: 40px;
}

.news-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.news-container a:hover {
    transform: translateY(-10px);
}

.news-item {
    flex: 1;
    min-width: 350px;
    background-color: var(--cardbg);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.news-item .date {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 10px;
}

.news-item h3 {
    font-size: 16px;
    color: var(--blue-1);
    margin: 0;
}

/* leftrigthBox area End */

/* ===================================================== */

/* actionArea area Start */

.actionArea {
    background: 
        linear-gradient(
            rgba(0, 0, 0, 0.5), 
            rgba(0, 0, 0, 0.5)
        ), 
        url(../img/aboutUs/green.jpg);
    font-size: 18px;
    color: var(--white);
}

.text-center {
    width: 70%;
    text-align: center;
    margin-bottom: 20px;
}

.hoverNone:hover {
    transform: scale(1);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}

.bgWhite {
    background-color: var(--white);
}

.newMargin {
    margin: 0px !important;
    padding: 40px 0px;
}
.mt-0 {
    margin-top: 0px;
}
.newMargin h2 {
    text-align: center;
    width: 100%;
}

.flex-start {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.newsizes .valuesImg {
    width: 100px;
    background-color: var(--blue-1);
    height: 100%;
    border-radius: 0px 10px 10px 0px;
}

.values {
    flex: 0;
    min-width: 320px;
    width: 100% !important;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.values h3 {
    padding: 20px;
}

.valuesImg {
    width: 200px;
    background-color: var(--blue-1);
    height: 100%;
    border-radius: 0px 10px 10px 0px;
}
.valuesImg img {
    width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: scale-down;
}

.bgmain {
    background-color: transparent !important;
}

.flex-wrap {
    flex-wrap: wrap;
    justify-content: center;
}

.mainBoxs {
    min-width: 320px;
    max-width: 33%;
}

.yellow-box {
    background-color: var(--main);
    margin-bottom: 30px;
    padding: 10px;
}

.ablue {
    color: var(--blue-3);
    border-bottom: 2px solid transparent;
}
.ablue:hover {
    border-bottom: 2px solid var(--blue-3);
}

.newsSearch {
    width: 100%;
    padding: 10px 20px;
    border-radius: 8px;
    outline: none;
    border: 2px solid var(--border);
    transition: 0.3s;
}
.newsSearch:focus {
    border: 2px solid var(--main);
}

/* actionArea area End */

/* ===================================================== */

.docImg {
    height: 300px !important;
    width: 100% !important;
    object-fit: scale-down !important;
}

.maxw {
    max-width: max-content;
}

.font-italic {
    font-family: 'Poppins-Italic';
    color: var(--gray);
}

.form-container {
    border-radius: 8px;
    max-width: 100%;
    width: 100%;
}
.form-group {
    margin-bottom: 15px;
    flex: 1;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid var(--border);
    border-radius: 4px;
    outline: none;
    transition: 0.3s;
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    border: 2px solid var(--blue-4);
}

.f1 {
    flex: 1 !important;
}

.resizeImg {
    max-width: 100px;
}

/* Responsive area Start */

@media (max-width: 1200px) {
    .aboutAyar, .text-center, .yellow-box {
        width: 80%;
    }
}
@media (max-width: 1024px) {
    .aboutAyar, .text-center, .yellow-box {
        width: 90%;
    }
}

@media (max-width: 1249px) {
    .icerik-right {
        flex: 1 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .icerik-inside, .detay-content, .text-center {
        width: 90%;
    }
}

@media (max-width: 500px) {
    .detay-content h1 {
        font-size: max(3.021vw, 40px);
    }
    .site-map {
        flex-direction: column;
        align-items: start;
    }
    .bgColor1 {
        width: 100%;
    }
}

@media (max-width: 374px) {
    .detay-content h1 {
        margin-top: 25px;
        font-size: max(3.021vw, 35px);
    }
}


@media (max-width: 1100px) {
    .image-section-inside {
        width: 80%;
        height: 80%;
    }
}
@media (max-width: 900px) {
    .yellow-area {
        flex-direction: column;
    }
    .image-section-inside {
        width: 100%;
        height: 350px;
        padding: 50px;
        padding-bottom: 0px;
    }
    .image-section-inside1 {
        width: 100%;
        height: 80%;
        display: flex;
        justify-content: flex-start;
        align-items: start;
        padding-left: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 420px) {
    .sistemMain swiper-slide {
        min-width: 200px;
    }
    
    .bgweDo1, .bgweDo2, .bgweDo3,.bgweDo4 {
        min-width: 200px;
    }
    
    .mainBoxs {
        min-width: 250px;
    }
}

@media (max-width: 733px) {
    .mainBoxs {
        min-width: 270px;
    }
    .values {
        min-width: 100%;
    }
}
@media (max-width: 623px) {
    .mainBoxs {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 300px) {
    .mainBoxs {
        min-width: 200px;
    }
}
/* icerik area Start */

/* ===================================================== */