/* c {
    position: relative;
    display: inline-block;
  }
   */
.anasayfa-galeri{
    height:401px !important;
    object-fit:cover !important;
    border-radius:12px !important;
}
.image-container::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 86.75%, rgba(0, 0, 0, 0.5) 100%) !important;
    z-index: 1 !important;
}
.image-container::after {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 36.77%, #FFFFFF 99.92%, #FFFFFF 100%) !important;
    z-index: 2 !important;
}
.image-container::before,
.image-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.blogs img {
    border-radius: 12px !important;
    height: 355px !important;
    object-fit:cover;
}
.faliyet-img svg{
    display:none !important;
}

.faliyet-img:hover svg {
    display: block !important;
}
.faliyet-img {
    border-radius: 12px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.faliyet-img {
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    -o-border-radius: 12px !important;
}

.faliyet-img img {
    border-radius: 12px;
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.faliyet-img::before {
    border-radius: 12px !important;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    background: linear-gradient(90deg, rgba(42, 67, 59, 0.96) 0%, rgba(42, 67, 59, 0.6528) 100%);
    -ms-border-radius: 12px !important;
    -o-border-radius: 12px !important;
}

    .faliyet-img::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 12px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.91%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    }

.faliyet-img:hover::before {
    opacity: 1;
}

.faaliyet-tumu.buttons {
    color: white;
    background-color: rgb(42 67 59);
    padding: 12px 30px 12px 30px;
    border-radius: 8px;
}

.image-container img {
    display: block;
    width: 100%;
    height: 85vh;
    position: relative;
    z-index: 0;
    object-fit: cover;
}

.carousel-caption {
    position: absolute !important;
    right: 15% !important;
    height: 84% !important;
    justify-content: end;
    z-index: 5 !important;
    display: flex !important;
    width: 40% !important;
    flex-direction: column !important;
    text-align: start !important;
    position: absolute;
    right: 15% !important;
    bottom: 75px;
    left: 50%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-width: 1456px;
    width: 100% !important;
    transform: translate(-50%, 0);
}

.slider-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgba(42, 67, 59, 1) !important;
    font-family: Poppins;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0px;
}

.slider-area {
    padding: 0 12px;
}

.bar-area {
    background: #F5F5F5;
    padding: 24px 0;
    position: relative;
}

.bar-inner {
    width: 1458px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
}


    .bar-inner .bar-left, .bar-inner .bar-right {
        width: 100%;
        position: relative;
        z-index: 1;
    }

.bar-area::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, #2A433B 0%, #2E463E 100%);
}

.bar-left-text {
    font-family: Poppins;
    font-weight: 500;
    font-size: 32px;
    line-height: 54px;
    color: #2A433B;
}

.bar-right-values {
    display: flex;
    width: 100%;
    column-gap: 32px;
    justify-content: end;
    align-items: center;
}

.bar-right-value-item {
    display: flex;
    flex-direction: column;
    row-gap: 3px;
    padding-right: 32px;
    border-right: 1px solid #556962;
}

.bar-right-values .bar-right-value-item:last-child
{
    border-right: none;
    padding-right: 0;
}

.bar-right-value-item-value {
    font-family: Poppins;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.bar-right-value-item-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #9DA9A5;
}

.galeri-bg {
    background-color: #F5F5F5;
    height: 767px;
    display: flex;
    margin-bottom: 92px;
}

.slider-title-and-description {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.slider-detay {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(42, 67, 59, 1);
}

.slider-buttons {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.slider-offer-btn {
    border-radius: 8px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    background: #2A433B;
    padding: 12px 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 12px;
}

    .slider-offer-btn svg path {
        color: #DDB480;
    }

.slider-contact-btn {
    background: #fff;
    border: 1px solid #E1E1E1;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    column-gap: 12px;
    border-radius: 8px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #2A433B;
    text-decoration: none;
}

    .slider-contact-btn svg path {
        color: #DDB480;
    }

.carousel-indicators {
    z-index: 54 !important;
    justify-content: end;
    column-gap: 12px;
    flex-direction: column;
    row-gap: 12px;
    align-items: end;
    left: 50%;
    width: 100%;
    margin: 0;
    max-width: 1456px;
    transform: translate(-50%, 0);
    bottom: 30px;
}

.carousel-indicators [data-bs-target] {
    width: 15px !important;
    height: 15px !important;
    border-radius: 1rem !important;
    border-top: unset !important;
    border-bottom: unset !important;
    position: relative;
    background: none!important;
    margin: 0!important;
}

    .carousel-indicators [data-bs-target].active::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 25px;
        height: 25px;
        transform: translate(-50%, -50%);
        border-radius: 50px;
        border: 1px solid #fff;
    }
    .carousel-indicators [data-bs-target]::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 15px;
        height: 15px;
        background: #FFFFFF;
        border-radius: 50px;
    }

.kimiz-img {
    border-radius: 12px;
}

.kurumsal-tilte {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: rgba(112, 129, 124, 1);
}

.kimiz-title {
    margin-top: 6px;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    text-align: left;
    margin-bottom: 20px;
    color: rgba(42, 67, 59, 1);
}

.kimiz-detay {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(112, 129, 124, 1);
}

.hakkimizda-row {
    margin-top: 92px !important;
    margin-bottom: 70px;
    align-items: center;
}

.oval-img {
    position: relative;
    margin-bottom: 92px;
    margin-top: 92px;
}

.carousel-wrap {
    position: relative;
}


/* fix blank or flashing items on carousel */

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}


/* end fix */

.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

.sag-img {
    position: absolute;
    top: 8rem;
    right: 0;
}

.owl-yer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-slider .owl-item {
    height: 80px !important;
}

.logo-slider .owl-stage-outer .owl-stage {
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-logo {
    object-fit: contain;
    padding: 0 40px;
}

.logo-orta {
    display: flex;
    justify-content: center;
    height: 100%;
}

.faaliyet-title {
    margin-bottom: 18px;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    text-align: left;
    color: rgba(42, 67, 59, 1);
}

.faaliyet-detay {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: rgba(112, 129, 124, 1);
}

.faaliyet-tumu {
    width: max-content;
    margin-top: 24px;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: 26px;
    text-align: left;
    color: rgba(42, 67, 59, 1);
}

.faaliyet-tumu i {
    margin-left: 16px;
    color: white;
}

.faliyet-img {
    width: 100% !important;
    position: relative;
}

.faaliyet-card-title {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: 100% !important;
    justify-content: space-between;
    line-height: 26px;
    text-align: left;
    color: #FFFFFF;
    position: absolute;
    bottom: 1.5rem;
    padding: 0px 20px 0px 20px;
    z-index: 1;
}

.faaliyet-card-title i {
    display: none;
    transition: .4s;
}

.faliyet-img:hover .faaliyet-card-title i {
    display: flex !important;
    transition: .4s;
}

.faliyet-row {
    row-gap: 30px;
}

.blog-area
{
    padding-top: 92px;
    padding-bottom: 92px;
}

.blog-ust {
    flex-wrap:wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.haber {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #DDB480;
}

.blog {
    color: #2A433B;
    font-family: Poppins;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
}

.blog-detay {
    padding-left: 20px;
    padding-right: 20px;
}

.blog-detays {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* Number of lines to show */
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #556962;
}

.captione-banner {
    z-index: 2 !important;
}

.falitet-detay {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: rgba(112, 129, 124, 1);
}

.faliyet-img img {
    height: 311px;
    object-fit: cover;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.blog-title {
    margin-bottom: 12px;
    margin-top: 29px;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: #2A433B;
}

.incele {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #2A433B;
    margin-top: 32px !important;
    width: max-content;
    padding: 12px 30px 12px 30px;
    border-radius: 8px;
    border: 1px solid #2a433b;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.incele:hover {
    background-color: #2A433B;
    color: white !important;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.incele:hover i {
    color: white;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.incele i {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    color: #2a433b;
    margin-left: 10px;
}

.blog-row {
    margin-top: 42px !important;
}

.takip {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    text-align: left;
    color: rgba(42, 67, 59, 1);
}

.sosyal {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 400;
    line-height: 46px;
    text-align: left;
    color: rgba(42, 67, 59, 1);
}

.gri {
    margin-top: 92px;
    background-color: rgba(245, 245, 245, 1);
    border-radius: 152px;
    padding: 66px 120px 66px 120px;
}

.sosyals i {
    font-size: 25px;
    margin-right: 12px;
    color: rgba(221, 180, 128, 1);
}

.sosyals {
    display: flex;
    align-items: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(47, 72, 88, 1);
}

.sosyal-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gri-row {
    align-items: center;
}

.page-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.sayfa-title-ust {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #DDB480;
}

.sayfa-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #2A433B;
}

.tumunu i {
    margin-left: 16px;
    color: rgba(221, 180, 128, 1);
}

.tumunu {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-align: right;
    color: rgba(42, 67, 59, 1);
}

.galeri-row {
    align-items: center;
}

.orta-galeri {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inceles {
    background-color: #2a433b;
    color: #ffffff;
    border-radius: 8px;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-top: 1.5rem;
    width: 115px;
    height: 41px;
    display: flex;
    justify-content: center;
}

.faaliyet-alanlari-background {
    background-image: url(../img/faalitey-arka.png);
    background-size: cover;
}

.galeri-carousel {
    margin-top: 42px !important;
}

.bayilik-img {
    width: 187.78px !important;
    height: 76.6px !important;
    object-fit: contain;
}

.bayilik-carousel {
    margin-top: 42px;
}

.faliyet-overlay {
    display: flex;
    align-items: center;
    padding-top: 124px;
    padding-bottom: 92px;
}

.see-all-button {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #FFFFFF;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    column-gap: 12px;
    border-radius: 8px;
    background: #2A433B;
    width: max-content;
    max-width: 100%;
    text-decoration: none;
}
    .see-all-button svg path {
        color: #DDB480;
    }

.faaliyet-carousel .owl-stage {
    padding-left: 0 !important;
}

.carousel-bg {
    background: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0px 4px 25.9px 0px rgba(42, 67, 59, 0.05);
    max-height: 100%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    width: 684px;
    max-width: 100%;
    padding: 36px;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.masa-faaliyet {
    display: block !important;
}

.mobile-faaliyet {
    display: none !important;
}

.galeri-yan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 24px;
}

.galeri-carousel .owl-dots {
    margin-top: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
}

    .galeri-carousel .owl-dots .owl-dot span {
        margin: 0!important;
        background: #E3E3E3!important;
        backdrop-filter: blur(5.400000095367432px);
        width: 12px!important;
        height: 12px!important;
        position: relative;
    }

    .galeri-carousel .owl-dots .owl-dot.active span {
        width: 26px !important;
        height: 26px !important;
        background: #ffffff00 !important;
        border: 1px solid #2A433B !important;
    }

        .galeri-carousel .owl-dots .owl-dot.active span::after {
            content: "";
            position: absolute;
            width: 13px;
            height: 13px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #2A433B;
            border-radius: 50px;
        }

        /*.galeri-carousel .owl-dots .owl-dot.active span::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: transparent;
            border-radius: 50px;
            border: 1px solid #2A433B;
        }*/

.projects-text-and-button {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.projects-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.projects-title-area {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.projects-sup-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #DDB480;
}

.projects-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    color: #2A433B;
}

.projects-description-area {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #70817C;
}

.dealership-card {
    height: 130px;
}

.dealership-card-image {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 26px;
}

    .dealership-card-image img {
        object-fit: contain;
    }

.about-us-section {
    padding-top: 92px;
    padding-bottom: 92px;
    background: linear-gradient(90deg, #2A433B 0%, #2E463E 100%);
    margin-top: 92px;
}

.about-us-text-and-button {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    padding-left: 18px;
}

.about-us-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.about-us-title-area {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.about-us-sup-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #DDB480;
}

.about-us-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
}

.about-us-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #BDC5C2;
}

.about-us-button {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #FFFFFF;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    column-gap: 12px;
    border-radius: 8px;
    background: #2A433B;
    width: max-content;
    max-width: 100%;
    text-decoration: none;
    border: 1px solid #F5F5F5;
}

    .about-us-button svg path {
        color: #DDB480;
    }


.catalog-area {
    padding-top: 92px;
    padding-bottom: 92px;
    background: #F5F5F5;
}

.catalog-text-and-tag-area {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.catalog-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.catalog-title-area {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.catalog-sup-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #DDB480;
}

.catalog-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #2A433B;
}

.catalog-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #70817C;
}

.catalog-tag-list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.catalog-tag {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #2A433B;
    padding: 8px 16px;
    border: 1px solid #E1E1E1;
    border-radius: 50px;
}

.catalog-card {
    border: 1px solid #E6E6E6;
    border-radius: 12px;
    overflow: hidden;
}

.catalog-card-title-and-buttons {
    padding: 21px 24px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    background: #fff;
}

.catalog-card-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #191A19;
}

.catalog-card-buttons {
    display: flex;
    align-items: center;
    column-gap: 7px;
}

    .catalog-card-buttons .catalog-card-inspect {
        width: 100%;
        padding: 12px;
        display: flex;
        align-items: center;
        column-gap: 10px;
        background: #2A433B;
        border: 1px solid #2A433B;
        font-family: Poppins;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        color: #fff;
        text-decoration: none;
        border-radius: 8px;
        justify-content: center;
    }

        .catalog-card-buttons .catalog-card-inspect svg path {
            color: #DDB480;
        }

    .catalog-card-buttons .catalog-card-download {
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        column-gap: 10px;
        font-family: Poppins;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        color: #2A433B;
        text-decoration: none;
        padding: 12px;
        background: #fff;
        border: 1px solid #E1E1E1;
        border-radius: 8px;
    }

        .catalog-card-buttons .catalog-card-download svg path {
            color: #DDB480;
        }


.blog-card-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #2A433B;
}

.blog-card-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #556962;
}

.blog-card-text {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.blog-card-text-and-button {
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.blog-card-button {
    display: flex;
    align-items: center;
    column-gap: 12px;
    text-decoration: none;
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #2A433B;
    width: max-content;
    max-width: 100%;
}

    .blog-card-button svg path {
        color: #DDB480;
    }

        @media only screen and (max-width: 1400px) {
            .alt-card {
        display: flex;
        justify-content: end;
    }

    .captione-banner {
        z-index: 2 !important;
        padding-left: 20px;
    }

    .bar-left-text {
        font-family: Poppins;
        font-weight: 500;
        font-size: 22px;
        line-height: 30px;
        color: #2A433B;
        padding-left: 20px;
    }

    .bar-right-values {
        display: flex;
        width: 100%;
        column-gap: 16px;
        justify-content: center;
        align-items: center;
    }

    .bar-right-value-item-value {
        font-size: 30px;
        line-height: 40px;
    }
    .bar-right-value-item {
        padding-right: 16px;
    }
}

@media only screen and (max-width: 1199px)
{
    .bar-area {
        background: none;
        padding: 0;
        padding-top: 12px;
    }


        .bar-area::after {
           display: none;
        }

    .bar-right {
        background: linear-gradient(90deg, #2A433B 0%, #2E463E 100%);
        padding: 16px 12px;
    }
    .bar-inner {
        flex-direction: column;
        row-gap: 12px;
    }

    .bar-right-value-item {
        width: 100%;
        padding-right: 20px;
    }

    .bar-left-text {
        padding-left: 12px;
    }

    .bar-inner .bar-right {
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
    }

    .bar-right-values {
        justify-content: start;
        column-gap: 20px;
    }

    .image-container, .image-container img {
        height: 500px;
        position: relative;
    }

    .carousel-inner .carousel-item {
        height: calc(100vh - 150px);
    }

    .carousel-bg {
        box-shadow: 0px 4px 25.9px 0px #2A433B36;
        backdrop-filter: blur(4px);
        background: #fff !important;
    }

    .carousel-bg {
        width: 100%;
    }

    .captione-banner {
        top: unset;
        bottom: 20px;
    }

    .carousel-indicators {
        bottom: unset;
        top: 190px;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 991px) {
  
    .sag-img {
        display: none !important;
    }
    .tumunu {
        display: none;
    }
    .sosyal-icon {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 2rem;
    }
    .gri {
        margin-top: 40px;
        background-color: rgba(245, 245, 245, 1);
        border-radius: 15px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 35vh;
        display: flex;
        align-items: center;
    }
    .gri-row {
        row-gap: 2rem;
    }
    .incele {
        margin-top: 15px;
    }
    .blog-row {
        row-gap: 3rem;
    }
    .blog-detay {
        padding: 0 !important;
    }
    
    .kurumsal-tilte {
        margin-top: 2rem;
    }
    .oval-imgs {
        height: 11vh !important;
        object-fit: cover !important;
        border-radius: 60px !important;
        -webkit-border-radius: 60px !important;
        -moz-border-radius: 60px !important;
        -ms-border-radius: 60px !important;
        -o-border-radius: 60px !important;
    }

    .captione-banner {
        padding-left: 20px;
        padding-right: 20px;
        width: 100% !important;
        left: 0;
        transform: unset;
    }

    .galeri-bg {
        height: auto;
        padding-top: 48px;
        padding-bottom: 48px;
        margin-bottom: 48px;
    }

    .about-us-section {
        padding-top: 48px;
        padding-bottom: 48px;
        margin-top: 48px;
    }

    .oval-img {
        margin-bottom: 48px;
        margin-top: 48px;
    }

    .catalog-area {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .blog-area {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .faliyet-overlay {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .faaliyet-title {
        font-size: 24px;
        line-height: 32px;
    }

    .falitet-detay {
        font-size: 15px;
        line-height: 23px;
    }

    .see-all-button {
        font-size: 14px;
        line-height: 24px;
    }

    .faaliyet-card-title {
        font-size: 18px;
        line-height: 24px;
    }

    .sayfa-title {
        font-size: 24px;
        line-height: 36px;
    }

    .sayfa-title-ust {
        font-size: 15px;
        line-height: 23px;
    }

    .projects-sup-title {
        font-size: 15px;
        line-height: 23px;
    }

    .projects-title {
        font-size: 24px;
        line-height: 36px;
    }

    .projects-description-area {
        font-size: 15px;
        line-height: 23px;
    }

    .about-us-sup-title {
        font-size: 15px;
        line-height: 23px;
    }

    .about-us-title {
        font-size: 24px;
        line-height: 36px;
    }

    .about-us-description {
        font-size: 15px;
        line-height: 23px;
    }

    .about-us-button {
        font-size: 14px;
        line-height: 24px;
    }

    .catalog-sup-title {
        font-size: 15px;
        line-height: 23px;
    }

    .catalog-title {
        font-size: 24px;
        line-height: 36px;
    }

    .catalog-description {
        font-size: 15px;
        line-height: 23px;
    }

    .catalog-tag {
        font-size: 14px;
        line-height: 24px;
    }

    .catalog-card-title {
        font-size: 15px;
        line-height: 23px;
    }

    .catalog-card-buttons .catalog-card-inspect {
        font-size: 13px;
        line-height: 21px;
    }

    .catalog-card-buttons .catalog-card-download {
        font-size: 13px;
        line-height: 21px;
    }

    .haber {
        font-size: 15px;
        line-height: 23px;
    }

    .blog {
        font-size: 24px;
        line-height: 36px;
    }

    .blog-card-title {
        font-size: 18px;
        line-height: 24px;
    }

    .blog-card-description {
        font-size: 15px;
        line-height: 23px;
    }

    .blog-card-button {
        font-size: 14px;
        line-height: 24px;
    }

  
}

@media only screen and (max-width: 767px) {
    .galeri-bg .owl-item img {
        height: 290px !important;
    }
    
    .carousel-bg {
        padding-right: 20px;
        padding-left: 20px;
    }
    .slider-detay {
        -webkit-line-clamp: 4 !important;
    }
    .faaliyet-img {
        height: 258vh !important;
    }
    .slider-title {
        -webkit-line-clamp: 3 !important;
    }
}

@media only screen and (max-width: 634px) {
    
    .slider-title {
        color: rgba(42, 67, 59, 1) !important;
        font-family: Poppins !important;
        font-size: 35px !important;
        font-weight: 600 !important;
        line-height: 46px !important;
    }
}

@media only screen and (max-width: 575px)
{
    .slider-buttons {
        flex-direction: column;
        row-gap: 12px;
    }
    .slider-buttons a
    {
        width: 100%;
        justify-content: center;
    }
}

@media only screen and (max-width: 542px) {
    .faaliyet-img {
        height: 241vh !important;
    }
}

@media only screen and (max-width: 460px) {
    .slider-title {
        font-size: 21px !important;
        line-height: 36px !important;
    }
    .takip {
        font-size: 31px;
    }
    .slider-detay {
        font-size: 17px;
    }
}

@media only screen and (max-width: 460px) {
    .faaliyet-img {
        height: 220vh !important;
    }
}

@media only screen and (max-width: 454px) {
    .faaliyet-img {
        height: 205vh !important;
    }
}

@media only screen and (max-width: 425px) {
    .incele {
        padding: 10px 20px 10px 20px;
    }
    .blogs img {
        height: 12rem !important;
    }
    .anasayfa-galeri {
        height: 340px !important;
        object-fit: cover !important;
        border-radius: 12px !important;
    }

    .blog-ust {
        row-gap: 32px;
        flex-direction: column;
        align-items: start;
    }
}

@media only screen and (max-width: 360px) {
    .faaliyet-img {
        height: 185vh !important;
    }
}

@media only screen and (max-width: 380px) {
    .sosyals {
        width: 7.5rem;
    }
}