﻿/* SITE CONTENT */


body {
    font-family: 'argedebook';
}

a{
    color:black;
    text-decoration:none;
}

#myHeaderScroll {
    position: fixed;
}


.biz-argedeyiz {
    background-image: url(../../../../images/devre.svg);
    background-position: unset;
    object-fit: cover;
    background-size: 17%;
    background-repeat-x: no-repeat;
    padding-top: 3rem;
}

   /* .biz-argedeyiz img 
    {
        padding-top: 1px;
    }*/

    .biz-argedeyiz-yazi {
        padding-left: 16%;
        padding-right: 7%;
        padding-top: 8%;
    }



.biz-argedeyiz-title
{
    font-family: argedebold;
    font-size: 48px;
}
.biz-argedeyiz-description
{
    font-size: 20px;
    margin-top: 2rem;
    
}
    .biz-argedeyiz-span {
        font-size: 16px;
        margin-top: 2rem;
    }


.cozumler-mini-title {
    color: #004B89;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
}
.cozumler-title {
    color: #363738;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 5px;
}
.cozumler-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    width: 40%;
    margin: auto;
    margin-bottom: 30px;
}

.arge-mini-title {
    color: #004B89;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
}
.arge-title {
    color: #363738;
    font-weight: 700;
    font-size: 35px;
}

.arge-title p
{
    margin-bottom: 0;
}

.blogs .arge-title p {
    margin-bottom: 4rem;
}

.cozumler-nav-tabs {
    margin-top: 15px;
}

.arge-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    width: 60%;
    margin: auto;
}

.argede {
    position: relative;
    padding-top: 6rem;
}

    .argede .vr {
        position: absolute;
        top: 1rem;
        min-height: 5rem;
        margin-left: 50%;
        background-color: #C4C8CC;
    }


.cozumler {
    position: relative;
    padding-top: 8rem;
}

    .cozumler .vr {
        position: absolute;
        top: 1rem;
        min-height: 6rem;
        margin-left: 50%;
        background-color: #C4C8CC;
    }

.arge {
    position: relative;
    padding-top: 5rem;
}

    .arge .vr {
        position: absolute;
        top: 5rem;
        min-height: 4rem;
        margin-left: 50%;
        background-color: #10487C;
    }



    .nav-tabs
    {
        border: 0;
    }
        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #10487C !important;
            background-color: #fff;
            font-size: 20px;
            font-weight: 700;
            border-bottom: 3px solid;
        }


        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            isolation: isolate;
        }
        .nav-tabs .nav-link {
            color: #000;
            font-size: 24px;
            border: unset;
        }

.nav-tab-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    padding-top: 4%;
    word-break: break-word;
}

    .nav-tab-title p {
        margin: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
.nav-tab-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    height: 270px;
}

.nav-tab-image {
    height: 100%;
    object-fit: cover;
}

.nav-tab-image img
{
    height: 100%;
    object-fit: cover;
}

.nav-tab-description p {
    margin-bottom: 10px;
}

    .nav-tab-description p:last-child {
        margin-bottom: 0;
    }

.nav-tab-button {
    margin-top: 2rem;
}

    .nav-tab-button button {
        padding-left: 0;
    }
    .nav-tab-button span {
        color: #10487C;
        font-weight: 700;
        font-size: 20px;
    }

.cozumler-nav-tabs .tab-pane {
    margin-top: 0%;
}

.blog-container {
    background: #F1F1F1;
    margin-top: 3rem;
    padding: 4rem 0rem;
}

.blogs {
    /*padding-top: 11rem;*/
    position: relative;
}

.blog-container .vr {
    position: absolute;
    top: 2rem;
    min-height: 7rem;
    margin-left: 49.5%;
    background-color: #10487C;
}
.blog-container-mini-title {
    color: #004B89;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
}
.blog-container-title {
    color: #363738;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 30px;
}
.blog-container-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    width: 60%;
    margin: auto;
}


.blog-container .card
{
    background-color: transparent;
    border: none;
}

    .blog-container .card .card-body .card-title {
        position: relative;
        font-size: 21px;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        word-break: break-word;
        -webkit-box-orient: vertical;
    }

    .blog-container .card .card-body .card-description {
        margin-top: 1.5rem;
        font-size: 16px;
        font-weight: 400;
        color: #5D5F61;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        word-break: break-word;
        -webkit-box-orient: vertical;
    }

.blog-container .card .card-body
{
    padding: 1.5rem;
}

    .blog-container .card .card-body .card-title .vr {
        position: absolute;
        top: 5%;
        min-height: 1.5rem;
        margin-left: -6%;
        width: 1px;
        background-color: #004B89;
    }

.blog-container .tumunu-gor {
    border: 1px solid #BFBFC4;
    width: 18%;
    padding: .6%;
    font-size: 16px;
    font-weight: 400;
    margin: auto;
    cursor: pointer;
}

.tumunu-gor-button a 
{
    color: #000;
    text-decoration: none;
}

    .sp-img {
    }
/*.carousel-inner .card-img-overlay {
    background: linear-gradient(88.7deg, #020C15 -15.09%, rgba(7, 42, 71, 0.824639) 21.77%, rgba(13, 70, 117, 0) 71.9%), radial-gradient(121.64% 121.64% at 50% 100%, rgba(0, 0, 0, 0.37) 0%, rgba(0, 0, 0, 0) 43.01%);
}*/

.blog-slider a
{
    color: #000;
    text-decoration: none;
}

.blog-slider img
{
    aspect-ratio: 1/1;
    object-fit: cover;
}



.cozum-block {
    position: relative;
    border-radius: 10px;
    margin-bottom: 1%;
    padding: 0.2%;
}

.cozum-block-img
{
    border-radius: 10px;
}


.cozum-block-description {
    position: absolute;
    background-color: #fff;
    width: 65%;
    top: 7.6rem;
    height: 18rem;
    left: 5%;
    border-radius: 10px;
    padding: 5%;
    border: 1px solid #d7d7d74f;
}
.cozum-block-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0px;
}

.cozum-block-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    padding-top: 3%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    word-break: break-word;
    -webkit-box-orient: vertical;
}

.cozumler-slider .slick-track
{
    width: 100%
}




.blog-desktop img {
    min-height: 15rem;
    max-height: 15rem;
    object-fit: cover;
}


#top-carousel .carousel-inner, #top-carousel .carousel-item .banner {
    height: calc(100vh - 80px);
    object-fit: cover;
}

.carouselCaptionArea {
    position: absolute;
    top: 10rem;
    width: 100% !important;
    margin: 0;
}

.sp-img .container {
    border-left: 1px solid #768B9A;
    padding-left: 64px;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.carouselCaptionTitle {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    color: #104B7C;
    word-break: break-word;
    width: 600px;
}

.carouselCaptionDescription {
    color: #4F4F4F;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    word-break: break-word;
    width: 600px;
}

.carouselCaptionButtons {
    margin-top: 40px;
}


#horizontal-scroll-container {
    overflow-x: scroll;
    width: 100%;
    cursor: grab;
}

    #horizontal-scroll-container::-webkit-scrollbar
    {
        display: none;
    }

#horizontal-scroll-content {
    white-space: nowrap;
    user-select: none;
    cursor: grab;
}

.carousel-indicators button {
    width: 220px !important;
    height: 70px !important;
    cursor: grab !important;
}


.blog-slider .slick-list.draggable {
    padding-left: 0 !important;
}

    @media only screen and (max-width: 425px) {
        .sp-img .itemler {
        max-width: 80%;
        bottom:60%;
    }
}


.sp-img h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    word-break: break-word;
    -webkit-box-orient: vertical;
}

.sp-img h2 {
    font-size: 54px;
    color: #10487C;
    font-weight: 700;
    line-height: 86px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-word;
    -webkit-box-orient: vertical;
}
.sp-img p {
    color: var(--grey-3, #4F4F4F) !important;
    font-family: argedebold !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-word;
    -webkit-box-orient: vertical;
}
.down-icons {
    background-color: white !important;
    border-radius: 2rem !important;
    padding:1rem !important;
}

#top-carousel .carousel-control-prev, #top-carousel .carousel-control-next {
    position: relative;
    display: inline-block;
    opacity: 1;
    width: 60px;
}

@media only screen and (max-width: 1200px) {
    #top-carousel .carousel-control-prev,
    #top-carousel .carousel-control-next {
        
        width: 50px;
        margin-right: 10px;
        margin-top: 20px;
    }
}


/*    #top-carousel .carousel-indicators .container {
        margin-left: 315px;
    }*/

#top-carousel .carousel-bar-head-top {
    color: #7F8285;
}


#top-carousel .cr-project {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    word-break: break-word;
    -webkit-box-orient: vertical;
}


#top-carousel #carouselExampleIndicators .text-start {
    border-right: 1px solid #E1E3E6;
}


#top-carousel .carousel-control-next img {
    width: 80px;
}


#top-carousel .sc-abso {
    position: absolute;
    bottom: 0px;
    right: 12px;
    z-index: 1;
    height: 125px;
    display: flex !important;
}
#top-carousel .sc {
    color: white;
    font-size: 18px;
    font-weight: 700;
    
    text-decoration: none;
    z-index: 5;
}

#top-carousel .sc-line hr {
    height: 1px;
    color: #10487C;
    width: 111px;
    opacity: 1;
    z-index: 5;
}

/* ÜSTÜN MÜHENDİSLİK BÖLÜMÜ */

#ustunMuh h1 {
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 50px;
}

#ustunMuh .par-1 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
}

#ustunMuh .par-2 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

#ustunMuh hr {
    width: 100%
}

#ustunMuh .yazi {
    margin-top: 200px;
}

#ustunMuh .dikey-cizgi {
    position: relative;
    border-left: 1px solid #C4C8CC;
    height: 310px;
    margin-top: 600px;
}

@media only screen and (max-width: 991px) {

    #ustunMuh .dikey-cizgi {
        display: none;
    }

    #ustunMuh .green-img {
        margin-top: 100px;
    }
}


.img-silik {
    position: absolute;
}

.green-img img {
    position: relative;
}


/* HİZMETLER YAZI BÖLÜMÜ */

#hizmetler-yazi h3 {
    color: #004B89;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

#hizmetler-yazi h1 {
    color: #363738;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 30px;
}

#hizmetler-yazi p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
#hizmetler-carousel .slick-arrow {
    display: none !important;
}


/* HİZMETLER CAROUSEL */


#hizmetler-carousel .card {
    border: none;
    /*min-height: 499px;*/
    border-radius: 0;
    margin: 0px 10px;
}

#hizmetler-carousel img {
    position: relative;
    min-height: 539px;
    object-fit: cover;
}

#hizmetler-carousel .card-img-overlay {
    /*    top: 480px;
    padding-right: 80px;
    padding-left: 80px;*/
    display: flex;
    align-items: flex-end;
    padding: 0;
    background: linear-gradient(1.13deg, #0B2335 5.3%, rgba(8, 24, 36, 0.687806) 35.06%, rgba(0, 0, 0, 0) 76.01%), linear-gradient(209.39deg, rgba(0, 0, 0, 0) 48.75%, #000000 101.75%);
    width: 100%;
}

#hizmetler-carousel .card-title-hizmet {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-word;
    -webkit-box-orient: vertical;
}


.hizmet-box {
    background: url(../../img/line.png) -7px 3rem no-repeat;
    padding: 2rem 3rem;
    background-size: 8%;
    min-height: 17.8rem;
    width: 100%;
}

/*#hizmetler-carousel .card-text {
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    bottom: 17px;
}

#hizmetler-carousel .card-img-overlay hr {
    position: absolute;
    bottom: 110px;
    left: 0px;
    color: white;
    width: 65px;
}*/


/* Dik Orta Çizgi */

#dikOrtaCizgi {
    margin-top: 32px;
    margin-bottom: 32px;
    width: 50%;
    height: 133px;
    border-right: 1px solid #C4C8CC;
}


/* Vizyon ve Misyon Yazı */

#vizyonVeMisyonYazi h3 {
    color: #004B89;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

#vizyonVeMisyonYazi h1 {
    color: #363738;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 30px;
}

#vizyonVeMisyonYazi p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}


/* Vizyon ve misyon içerik */

#vizyonVeMisyonIcerik button {
    border: none;
    border-bottom: 1px solid #C4C8CC;
    font-size: 17px;
    font-weight: 700;
    background-color: transparent;
}

@media only screen and (max-width: 1200px) {
    #vizyonVeMisyonIcerik button {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    #vizyonVeMisyonIcerik button {
        font-size: 17px;
    }
}

#vizyonVeMisyonIcerik #nav-tab .active {
    color: #004B89;
    border-bottom: 2px solid #004B89;
}

#vizyonVeMisyonIcerik .nav-link {
    color: #363738;
    padding-bottom: 10px;
}

    #vizyonVeMisyonIcerik .nav-link:hover {
        color: #363738;
    }

#vizyonVeMisyonIcerik .tab-content {
    font-size: 16px;
    font-weight: 400;
    color: #363738;
    line-height: 34px;
}


/* HABERLER */

#haberler {
    background-color: #FAFAFA;
    margin-top: 100px;
}


/* HABERLER YAZI */

#haberler-yazi h3 {
    color: #004B89;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

#haberler-yazi h1 {
    color: #363738;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 30px;
}

#haberler-yazi p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}


/* HABERLER CARDS */

#haberler-cards .row.cardlar {
    justify-content: center;
}

#haberler-cards .card-body {
    text-align: left;
    padding: 0;
}

#haberler-cards .card-title {
    font-size: 22px;
    color: #363738;
    font-weight: 700;
    height: 50px;
}

#haberler-cards .card-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #5D5F61;
    padding-left: 10px;
}

#haberler-cards .card {
    border: none;
    background-color: transparent;
}

#haberler-cards .cizgi {
    height: 23px;
    width: 10px;
    border-left: 2px solid #004B89;
    position: relative;
    bottom: 190px;
}

#haberler-cards .card-button {
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #BFBFC4;
    background-color: transparent;
    padding: 12px 100px;
}

    #haberler-cards .card-button:hover {
        border: 1px solid black;
    }

#haberler-cards .card-body a {
    text-decoration: none;
    color: black;
    font-weight: 600;
    left: 10px;
    position: relative;
}



#haberler-cards .cizgi-mavis {
    border-left: 2px solid #004B89;
    padding-left: 10px;
}

#haberler-cards .mavis-geri {
    padding-left: 10px;
}

.firstContentImage img {
    padding: 0 !important;
}

@media screen and (max-width: 1400px) {
    #haberler-cards .card-title {
        font-size: 17px;
    }

    #haberler-cards .medya .card-text {
        font-size: 16px;
    }
}


@media screen and (max-width: 992px) {
    #haberler-cards .card-title {
        font-size: 22px;
    }

    #haberler-cards .card-text {
        font-size: 20px;
        line-height: 28px;
    }
}


/* RESPONSIVE */

@media screen and (max-width: 1400px) {

    .sp-img h3 {
        font-size: 17px;
        color: #fff;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .sp-img h2 {
        font-size: 55px;
        color: #fff;
        font-weight: 700;
        line-height: 50px;
    }

    .sp-img p {
        font-size: 17px;
        color: #fff;
        font-weight: 400;
        line-height: 32px;
    }

    #hizmetler-carousel .card-img-overlay hr {
        position: absolute;
        bottom: 155px;
        left: 0px;
        color: white;
        width:45px;
    }
   

}

@media only screen and (max-width: 1399px)
{
    .carousel-indicators button {
        width: 160px !important;
    }
}



@media only screen and (max-width: 1199px) {

    .sp-img h3 {
        font-size: 16px;
        color: #fff;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .sp-img h2 {
        font-size: 46px;
        color: #fff;
        font-weight: 700;
        line-height: 55px;
    }

    .sp-img p {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        line-height: 32px;
    }

    #hizmetler-carousel .card-img-overlay hr {
        position: absolute;
        bottom: 210px;
        left: 0px;
        color: white;
        width: 65px;
    }
}

@media only screen and (max-width: 1070px) {

    #hizmetler-carousel .card-img-overlay hr {
        position: absolute;
        bottom: 235px;
        left: 0px;
        color: white;
        width: 65px;
    }
}

@media screen and (max-width: 1024px)
{
    .blog-container .tumunu-gor {
        border: 1px solid #BFBFC4;
        width: 25%;
        padding: 1.5%;
        font-size: 16px;
        font-weight: 400;
        margin: auto;
        cursor: pointer;
    }
    .biz-argedeyiz-yazi {
        padding-left: 4%;
        padding-right: 7%;
        padding-top: 3%;
    }
    .argede .vr {
        position: absolute;
        top: 0rem;
        min-height: 8rem;
        margin-left: 49%;
        background-color: #C4C8CC;
    }
    .nav-tabs .nav-link {
        color: #000;
        font-size: 20px;
        border: unset;
    }
        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #10487C;
            background-color: #fff;
            font-size: 20px;
            font-weight: 700;
            border-bottom: 3px solid;
        }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    
}

@media only screen and (max-width: 1000px) {




    .sp-img h3 {
        font-size: 15px;
        color: #fff;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .sp-img h2 {
        font-size: 40px;
        color: #fff;
        font-weight: 700;
        line-height:40px;
    }

    .sp-img p {
        font-size: 15px;
        color: #fff;
        font-weight: 400;
        line-height: 32px;
    }

  /*  #hizmetler-carousel .card-title {
        font-size: 32px;
        position: absolute;
        bottom: 150px;
    }

    #hizmetler-carousel .card-text {
        font-size: 16px;
        bottom: 50px;
    }
*/
    #hizmetler-carousel .card-img-overlay hr {
        position: absolute;
        bottom: 160px;
        left: 0px;
        width: 65px;
    }
}

@media screen and (max-width: 991px)
{
    .blog-container .card {
        background-color: transparent;
        border: none;
        padding: 4%;
        left: -6%;
    }
    .argede-12-yil img {
        border-radius: 10px;
    }
    .biz-argedeyiz-title hr {
        position: absolute;
        left: -9%;
        width: 1px;
        transform: rotate(90deg);
        background-color: #10487C;
        top: -180%;
        height: 80px;
        opacity: 1;
    }
    .biz-argedeyiz-title
    {
        position: relative;
    }
    .biz-argedeyiz img {
        padding: 0px 9px;
        margin-top: 2rem;
        border-radius: 9%;
    }

    .cozumler-tab-content, .cozumler-nav-tab
    {
        display: none;
    }

    #top-carousel .sc-abso
    {
        display: none!important;
    }

    .customContentPadding {
        padding: 0 1rem;
    }

    #top-carousel .carousel-inner, #top-carousel .carousel-item .banner {
        height: 680px;
    }

    .carouselCaptionTitle {
        font-size: 34px;
        line-height: 40px;
        word-break: break-word;
        width: unset;
    }

    .carouselCaptionDescription
    {
        width: unset;
    }

}

@media only screen and (max-width: 850px) {
 /*   #hizmetler-carousel .card-title {
        font-size: 26px;
        bottom: 200px;
    }

    #hizmetler-carousel .card-text {
        font-size: 15px;
        bottom: 100px;
    }

    #hizmetler-carousel .card-img-overlay hr {
        position: absolute;
        bottom: 200px;
        left: 0px;
        width: 65px;
    }*/
}



@media only screen and (max-width: 768px) {

    .dikey-cizgi {
        display: none;
    }

    #ustunMuh .yazi {
        margin-top: 50px;
        padding-bottom: 30px;
    }

    .sp-img h3 {
        font-size: 12px;
        color: #fff;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .sp-img h2 {
        font-size: 30px;
        color: #fff;
        font-weight: 700;
        line-height: 30px;
    }

    .sp-img p {
        font-size: 12px;
        color: #fff;
        font-weight: 400;
        line-height: 20px;
    }


   

    #top-carousel .sc {
        color: white;
        font-size: 18px;
        font-weight: 700;
        position: relative;
        top: 515px;
        left: 117px;
    }

    #top-carousel .sc-line {
        border-bottom: 1px solid white;
        position: relative;
        width: 111px;
        top: 550px;
        left: 0px;
    }
}

@media only screen and (max-width: 768px) {



    /*.carousel-indicators {
        display: none;
    }*/

    .overlay {
        z-index: 2;
        height: 450px;
    }

        .overlay .overlay-head {
            padding-top: 50px;
            font-size: 12px;
        }

        .overlay a {
            padding: 0px;
            font-size: 15px;
        }

        .overlay hr {
            margin: 10px 0px;
        }

    .overlay-content {
        margin: 0px;
    }


        .sp-img h3 {
            font-size: 15px;
        }

        .sp-img h2 {
            font-size: 20px;
        }

        .sp-img p {
            font-size: 11px;
            line-height: 17px;
        }

        .sp-img .col-6 {
            width: 100%;
        }

        .sp-img .col-5 {
            display: none;
        }


        #top-carousel .carousel-control-prev img {
            width: 40px;
        }

        #top-carousel .carousel-control-next img {
            width: 40px;
        }

    #top-carousel .carousel-control-prev {
        margin-right: 0;
    }

        #top-carousel .carousel-control-prev img:hover {
            width: 40px;
        }

    #top-carousel .carousel-control-next img:hover {
        width: 40px;
    }





    #ustunMuh h1 {
        font-size: 24px;
    }

    #ustunMuh .par-1 {
        font-size: 15px;
        line-height: 20px;
    }

    #ustunMuh .par-2 {
        font-size: 12px;
        line-height: 20px;
    }

    #hizmetler-yazi h3 {
        font-size: 15px;
    }

    #hizmetler-yazi h1 {
        font-size: 24px;
    }

    #hizmetler-yazi p {
        font-size: 15px;
    }
/*
    #hizmetler-carousel .card-text {
        font-size: 15px;
    }*/

    #vizyonVeMisyonYazi h3 {
        font-size: 15px;
    }

    #vizyonVeMisyonYazi h1 {
        font-size: 24px;
    }

    #vizyonVeMisyonYazi p {
        font-size: 15px;
    }

    #vizyonVeMisyonIcerik button {
        font-size: 9px;
    }

    #vizyonVeMisyonIcerik img {
        width: 75%;
    }

    #vizyonVeMisyonIcerik .tab-content {
        font-size: 9px;
        line-height: 20px;
    }


    #haberler-yazi h3 {
        font-size: 15px;
    }

    #haberler-yazi h1 {
        font-size: 24px;
    }

    #haberler-yazi p {
        font-size: 15px;
    }

    #haberler-cards .card-title {
        font-size: 15px;
        height: 30px;
    }

    #haberler-cards .card-text {
        font-size: 12px;
        line-height: 20px;
    }

    #haberler-cards .card-button {
        font-size: 12px;
        padding: 8px 70px;
    }





    #top-carousel .sc {
        color: white;
        font-size: 18px;
        font-weight: 700;
        position: relative;
        top: 515px;
        left: 117px;
    }

    #top-carousel .sc-line {
        border-bottom: 1px solid white;
        position: relative;
        width: 111px;
        top: 550px;
        left: 0px;
    }

    .biz-argedeyiz {
        background-image: none;
    }

    blog-desktop
    {
        display: none;
    }
    .blog-container .tumunu-gor {
        border: 1px solid #BFBFC4;
        width: 30%;
        padding: 2%;
        font-size: 16px;
        font-weight: 400;
        margin: auto;
        cursor: pointer;
    }

    #hizmetler-carousel img {
        position: relative;
        min-height: 1rem;
        object-fit: cover;
        border-radius: 10px;
    }
    .biz-argedeyiz-title {
        font-family: argedebold;
        font-size: 28px;
        padding-left: 5%;
    }
        .biz-argedeyiz-title hr {
            position: absolute;
            left: -3%;
            width: 1px;
            transform: rotate(90deg);
            background-color: #10487C;
            top: -85%;
            height: 80px;
            opacity: 1;
        }
    .argede .vr {
        position: absolute;
        top: 2rem;
        min-height: 4rem;
        margin-left: 50%;
        background-color: #C4C8CC;
    }
    .cozumler-mini-title {
        color: #004B89;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .cozumler-title {
        color: #363738;
        font-weight: 700;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .cozumler-description {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        margin: auto;
    }

    .cozumler .vr {
        position: absolute;
        top: 2rem;
        min-height: 6rem;
        margin-left: 49.5%;
        background-color: #C4C8CC;
    }

    .arge {
        position: relative;
        padding-top: 3rem;
    }

        .arge .vr {
            position: absolute;
            top: 2rem;
            min-height: 6rem;
            margin-left: 49.5%;
            background-color: #10487C;
        }
    .arge-mini-title {
        color: #004B89;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 2px;
    }
    .arge-title {
        color: #363738;
        font-weight: 700;
        font-size: 30px;
        margin-bottom: 30px;
    }
    .arge-description {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        margin: auto;
    }

    .blog-container .vr {
        position: absolute;
        top: 2rem;
        min-height: 6rem;
        margin-left: 48.5%;
        background-color: #10487C;
    }
    .blogs {
        padding-top: 1rem;
        position: relative;
    }
    .blog-container-mini-title {
        color: #004B89;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 2px;
    }
    .blog-container-title {
        color: #363738;
        font-weight: 700;
        font-size: 30px;
        margin-bottom: 30px;
    }
    .blog-container-description {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        margin: auto;
    }

}

@media only screen and (max-width: 767px)
{
    .sp-img .container {
        padding-left: 25px;
    }
}

@media only screen and (max-width: 575px)
{
    .sp-img .container {
        width: 90%;
        margin: auto;
    }

    .carouselCaptionTitle {
        font-size: 24px;
        line-height: 30px;
        word-break: break-word;
    }

    #top-carousel .carousel-control-prev, #top-carousel .carousel-control-next {
        margin-top: 10px;
    }

    .carouselCaptionButtons {
        margin-top: 0px;
    }
}

@media screen and (max-width: 425px)
{
    .blog-container .tumunu-gor {
        border: 1px solid #BFBFC4;
        width: 45%;
        padding: 2%;
        font-size: 16px;
        font-weight: 400;
        margin: auto;
        cursor: pointer;
    }
    .cozum-block-description {
        position: absolute;
        background-color: #fff;
        width: 70%;
        top: 15%;
        left: 5%;
        border-radius: 10px;
        padding: 5%;
        border: 1px solid #d7d7d74f;
    }
    .cozum-block-text {
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        padding-top: 3%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        word-break: break-word;
        -webkit-box-orient: vertical;
    }

    .cozum-block-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: 0px;
    }

    .cozum-block-description {
        position: absolute;
        background-color: #fff;
        width: 70%;
        top: 4.2rem;
        height: 10rem;
        left: 5%;
        border-radius: 10px;
        padding: 5%;
        border: 1px solid #d7d7d74f;
    }

    .cozum-block {
        height: 26vh;
        position: relative;
        border-radius: 10px;
        margin-bottom: 1%;
        padding: 0.2%;
    }
    #hizmetler-carousel img {
        position: relative;
        min-height: 1rem;
        object-fit: cover;
        border-radius: 10px;
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .biz-argedeyiz-title {
        font-family: argedebold;
        font-size: 28px;
        padding-left: 5%;
    }
        .biz-argedeyiz-title hr {
            position: absolute;
            left: -9%;
            width: 1px;
            transform: rotate(90deg);
            background-color: #10487C;
            top: -35px;
            height: 80px;
            opacity: 1;
        }

    .biz-argedeyiz-yazi {
        padding-left: 4%;
        padding-right: 7%;
        padding-top: 8%;
    }
    .argede .vr {
        position: absolute;
        top: 2rem;
        min-height: 6rem;
        margin-left: 49%;
        background-color: #C4C8CC;
    }

    .cozumler-mini-title {
        color: #004B89;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .argede .vr {
        position: absolute;
        top: 2rem;
        min-height: 4rem;
        margin-left: 50%;
        background-color: #C4C8CC;
    }

    .cozumler-title {
        color: #363738;
        font-weight: 700;
        font-size: 28px;
        margin-bottom: 30px;
    }
    .cozumler-description {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        margin: auto;
    }

    .cozumler .vr {
        position: absolute;
        top: 2rem;
        min-height: 6rem;
        margin-left: 49.5%;
        background-color: #C4C8CC;
    }

    .arge {
        position: relative;
        padding-top: 10rem;
    }

        .arge .vr {
            position: absolute;
            top: 2rem;
            min-height: 6rem;
            margin-left: 49.5%;
            background-color: #10487C;
        }

    .arge-mini-title {
        color: #004B89;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .arge-title {
        color: #363738;
        font-weight: 700;
        font-size: 28px;
        margin-bottom: 30px;
    }

    .arge-description {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        margin: auto;
    }

    .blog-container .vr {
        position: absolute;
        top: 2rem;
        min-height: 6rem;
        margin-left: 47%;
        background-color: #10487C;
    }

    .blogs {
        padding-top: 10rem;
        position: relative;
    }

    .blog-container-mini-title {
        color: #004B89;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .blog-container-title {
        color: #363738;
        font-weight: 700;
        font-size: 28px;
        margin-bottom: 30px;
    }

    .blog-container-description {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        margin: auto;
    }

    .carousel-indicators button {
        width: 135px !important;
    }

    .carouselCaptionTitle {
        font-size: 21px;
        line-height: 30px;
        word-break: break-word;
    }

    .carouselCaptionDescription {
        color: #4F4F4F;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        word-break: break-word;
    }
}



@media screen and (max-width: 390px)
{
    .cozum-block-description {
        position: absolute;
        background-color: #fff;
        width: 75%;
        top: 3.3rem;
        height: 10rem;
        left: 5%;
        border-radius: 10px;
        padding: 5%;
        border: 1px solid #d7d7d74f;
    }
}

@media screen and (max-width: 375px)
{
    #top-carousel .carousel-indicators {
        background-color: #10487C;
        padding-left: 3.5%;
        width: 100%;
        border-radius: 10px 10px 0px 0px;
    }
        #top-carousel .carousel-indicators [data-bs-target] {
            text-indent: 0;
            width: 100%;
            padding: 0 !important;
            margin-top: 0 !important;
            padding-left: 3% !important;
            height: 6vh;
            background-color: transparent;
        }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .blog-container .tumunu-gor {
        border: 1px solid #BFBFC4;
        width: 45%;
        padding: 2%;
        font-size: 16px;
        font-weight: 400;
        margin: auto;
        cursor: pointer;
    }

    .cozum-block {
        height: 12rem;
        position: relative;
        border-radius: 10px;
        margin-bottom: 1%;
        padding: 0.2%;
    }


    .cozum-block-title {
        font-size: 17px;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: 0px;
    }
    .cozum-block-text {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        padding-top: 3%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        word-break: break-word;
        -webkit-box-orient: vertical;
    }
    .cozum-block-description {
        position: absolute;
        background-color: #fff;
        width: 75%;
        top: 2.8rem;
        height: 10rem;
        left: 5%;
        border-radius: 10px;
        padding: 5%;
        border: 1px solid #d7d7d74f;
    }

    #hizmetler-carousel img {
        position: relative;
        min-height: 1rem;
        object-fit: cover;
        border-radius: 10px;
    }

    .hizmet-box {
        padding: 2rem 3rem;
        background-size: 8%;
        min-height: 1rem;
    }

    #hizmetler-carousel .card {
        border: none;
        min-height: 1rem;
        border-radius: 0;
        margin: 0px 8px;
    }
    .hizmet-box {
        padding: 2rem 2rem;
        background: url(../../img/line.png) 0px 2.5rem no-repeat;
        background-size: 8%;
        min-height: 1rem;
    }
    #hizmetler-carousel .card-title-hizmet {
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 1.5rem;
    }
    #hizmetler-carousel .card-text-hizmet {
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
    }

    #hizmetler-carousel .card {
        border: none;
        min-height: 1rem;
        border-radius: 0;
        margin: 0px 1px;
    }

    .biz-argedeyiz-title {
        font-family: argedebold;
        font-size: 23px;
        padding-left: 8%;
    }
        .biz-argedeyiz-title hr {
            position: absolute;
            left: -9%;
            width: 1px;
            transform: rotate(90deg);
            background-color: #10487C;
            top: -115%;
            height: 80px;
            opacity: 1;
        }
    .biz-argedeyiz-yazi {
        padding-left: 4%;
        padding-right: 7%;
        padding-top: 10%;
    }

    .biz-argedeyiz img {
        padding: 0px 9px;
        margin-top: 2rem;
        border-radius: 9%;
    }

    .argede .vr {
        position: absolute;
        top: 2rem;
        min-height: 6rem;
        margin-left: 47%;
        background-color: #C4C8CC;
    }

    .cozumler-mini-title {
        color: #004B89;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .cozumler-title {
        color: #363738;
        font-weight: 700;
        font-size: 22px;
        margin-top:5vh !important;
        margin-bottom: 20px;
    }

    .cozumler-description {
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
        width: 100%;
        margin: auto;
    }

    .arge {
        position: relative;
        padding-top: 13rem;
    }

        .arge .vr {
            position: absolute;
            top: 2rem;
            min-height: 8rem;
            margin-left: 49.5%;
            background-color: #10487C;
        }

    .arge-mini-title {
        color: #004B89;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .arge-title {
        color: #363738;
        font-weight: 700;
        font-size: 22px;
        margin-bottom: 30px;
    }

    .arge-description {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        margin: auto;
    }

    .blog-container-mini-title {
        color: #004B89;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .blog-container-title {
        color: #363738;
        font-weight: 700;
        font-size: 22px;
        margin-bottom: 30px;
    }

    .blog-container-description {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        margin: auto;
    }

    .blog-container .vr {
        position: absolute;
        top: 2rem;
        min-height: 7rem;
        margin-left: 46.5%;
        background-color: #10487C;
    }

}

@media screen and (max-width: 320px)
{
    .biz-argedeyiz-yazi {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 12%;
    }
    .biz-argedeyiz-title {
        font-weight: 700;
        font-family: argedebold;
        font-size: 22px;
        line-height: 24px;
        padding-left: 10%;
        position: relative;
    }
    .biz-argedeyiz-description {
        font-size: 14px;
        margin-top: 1rem;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 5%;
    }
    .biz-argedeyiz-title hr {
        position: absolute;
        left: -9%;
        width: 1px;
        transform: rotate(90deg);
        background-color: #10487C;
        top: -180%;
        height: 80px;
        opacity: 1;
    }
    .biz-argedeyiz-span
    {
        display: none;
    }

    .cozumler .vr {
        position: absolute;
        top: 2rem;
        min-height: 6rem;
        margin-left: 46.5%;
        background-color: #C4C8CC;
    }
    .biz-argedeyiz img {
        padding: 0px 11px;
        border-radius: 9%;
    }
    .cozumler-mini-title {
        color: #004B89;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
    }
    .cozumler-title {
        color: #363738;
        font-weight: 700;
        font-size: 22px;
        margin-bottom: 30px;
    }
    .cozumler-description {
        font-weight: 400;
        font-size: 12px;
        line-height: 28px;
        width: 100%;
        text-align: center;
    }
    .arge {
        position: relative;
        padding-top: 13rem;
    }
        .arge .vr {
            position: absolute;
            top: 3rem;
            min-height: 7rem;
            margin-left: 49.5%;
            background-color: #10487C;
        }

    .arge-mini-title {
        color: #004B89;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
    }
    .arge-title {
        color: #363738;
        font-weight: 700;
        font-size: 22px;
        margin-bottom: 30px;
    }
    .arge-description {
        font-weight: 400;
        font-size: 12px;
        line-height: 28px;
        width: 100%;
        text-align: center;
    }
    .blog-container .vr {
        position: absolute;
        top: 2rem;
        min-height: 5rem;
        margin-left: 45.5%;
        background-color: #10487C;
    }
    .blogs {
        padding-top: 9rem;
        position: relative;
    }
    .blog-container-mini-title {
        color: #004B89;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
    }
    .blog-container-title {
        color: #363738;
        font-weight: 700;
        font-size: 22px;
        margin-bottom: 30px;
    }

    .blog-container-description {
        font-weight: 400;
        font-size: 12px;
        line-height: 28px;
        width: 100%;
        text-align: center;
    }
    .blog-container .tumunu-gor {
        border: 1px solid #BFBFC4;
        width: 50%;
        padding: 2%;
        font-size: 16px;
        font-weight: 400;
        margin: auto;
        cursor: pointer;
    }

    .cozum-block {
        height: 20vh;
        position: relative;
        border-radius: 10px;
        margin-bottom: 1%;
        padding: 0.2%;
    }

    .cozum-block-title {
        font-size: 15px;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: 0px;
    }
    .cozum-block-description {
        position: absolute;
        background-color: #fff;
        width: 75%;
        top: 2.2rem;
        height: 8.5rem;
        left: 5%;
        border-radius: 10px;
        padding: 5%;
        border: 1px solid #d7d7d74f;
    }
    .cozum-block-text {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        padding-top: 3%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        word-break: break-word;
        -webkit-box-orient: vertical;
    }






    #hizmetler-carousel img {
        position: relative;
        min-height: 28vh;
        object-fit: cover;
        border-radius: 10px;
    }
    #hizmetler-carousel .card {
        border: none;
        min-height: 1rem;
        border-radius: 10px;
        margin: 0px 1px;
    }
    .argede .vr {
        position: absolute;
        top: 2rem;
        min-height: 6rem;
        margin-left: 46%;
        background-color: #C4C8CC;
    }
    .cozumler .vr {
        position: absolute;
        top: 2rem;
        min-height: 6rem;
        margin-left: 49.5%;
        background-color: #C4C8CC;
    }
}