﻿.desktop-header-bottom-right-navigation ul li a.anasayfa-active::before, .desktop-header-bottom-right-navigation .custom-dropdown-link.anasayfa-active::before {
    content: "";
    bottom: -10px;
    left: 0px;
    width: 100%;
    position: absolute;
    height: 2px;
    background: #28b34b;
}


.mobile-carousel
{
    display: none;
}

    .mobile-carousel .carousel-item img {
        height: 100vh;
        object-fit: cover;
    }

    .mobile-carousel .carousel-item .carousel-caption {
        top: unset;
        left: 0;
        bottom: 0;
        right: unset;
        padding: 0;
        width: 100%;
        height: calc(100% - 114px);
        text-align: start;
    }

.carousel-item img {
    height: 100vh;
    object-fit: cover;
}
.carousel-item .carousel-caption {
    top: unset;
    left: 0;
    bottom: 0;
    right: unset;
    padding: 0;
    width: 100%;
    height: calc(100% - 114px);
    text-align: start;
}

    .carousel-item .carousel-caption > .container {
        max-width: 1600px;
    }

    .carousel-image
    {
        position: relative;
    }

.carousel-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(4, 12, 12, 0.82) 0%, rgba(4, 12, 12, 0) 70.16%), linear-gradient(360deg, rgba(4, 12, 12, 0) 87.24%, rgba(4, 12, 12, 0.71) 100%);
}

.slider-text-area {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 36px;
}


.brands-carousel .owl-stage {
    display: flex;
    align-items: center;
}
    .slider-text-area .slider-text {
        width: 570px;
        display: flex;
        flex-direction: column;
        row-gap: 24px;
    }

        .slider-text-area .slider-text .slider-title {
            font-family: Montserrat;
            font-weight: 500;
            font-size: 40px;
            line-height: 48px;
            color: #FFFFFF;
            padding-bottom: 24px;
            position: relative;
        }

            .slider-text-area .slider-text .slider-title::after {
                content: "";
                width: 114px;
                background: #28B34B;
                height: 3px;
                position: absolute;
                bottom: 0;
                left: 0;
            }

        .slider-text-area .slider-text .slider-description {
            font-family: Montserrat;
            font-weight: 400;
            font-size: 20px;
            line-height: 28px;
            color: #E6E7E7;
        }

.slider-text-area .slider-button a {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    text-decoration: none;
    background: #28B34B;
    padding: 16px 36px;
    display: block;
    width: max-content;
    max-width: 100%;
    transition: .4s;
    border: 1px solid #28B34B;
}
        .slider-text-area .slider-button a:hover {
            background: #000;
            transition: .4s;
        }

.desktop-carousel .carousel-control-prev {
    top: calc(50% + 57px);
    left: 2.5rem;
    transform: translate(0, -50%);
    bottom: unset;
    width: 50px;
    height: 50px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


#desktopCarousel .carousel-control-prev {
    width: max-content;
    max-width: 100%;
    left: 50px;
}

#desktopCarousel .carousel-control-next {
    width: max-content;
    max-width: 100%;
    right: 50px;
}

.desktop-carousel .carousel-control-next {
    top: calc(50% + 57px);
    right: 2.5rem;
    transform: translate(0, -50%);
    bottom: unset;
    width: 50px;
    height: 50px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-carousel .carousel-control-prev {
    top: calc(50% + 57px);
    left: 2.5rem;
    transform: translate(0, -50%);
    bottom: unset;
    width: 50px;
    height: 50px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-carousel .carousel-control-next {
    top: calc(50% + 57px);
    right: 2.5rem;
    transform: translate(0, -50%);
    bottom: unset;
    width: 50px;
    height: 50px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sectors-and-products-buttons-area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.sectors-and-products-buttons {
    display: flex;
    align-items: center;
    width: 700px;
}

    .sectors-and-products-buttons .nav-tabs li {
        width: 50%;
    }

    .sectors-and-products-buttons .nav-tabs {
        width: 100%;
        border: none;
    }

    .sectors-and-products-buttons .sectors-product-button {
        display: flex;
        width: 100%;
        padding: 23px 54px;
        align-items: center;
        justify-content: space-between;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        color: #fff;
        text-decoration: none;
        background: #000000;
        border: none;
        border-radius: 0;
    }

        .sectors-and-products-buttons .sectors-product-button.active {
            background: #28B34B;
            color: #fff;
        }


.sectors-area > .container {
    position: relative;
}

.sectors-content-area {
    display: flex;
    flex-direction: column;
    row-gap: 42px;
    padding-top: 120px;
    padding-bottom: 120px;
}


.sectors-content-area {
    display: flex;
    flex-direction: column;
    row-gap: 42px;
}

.sectors-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 35px;
}

.sectors-title-area {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.sectors-suptitle {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    color: #28B34B;
}

.sectors-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #040C0C;
}

.sectors-description {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #363D3D;
}


.sector-card {
    position: relative;
    transition: .4s;
}

    .sector-card::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0px;
        background: #28B34B;
    }

    .sector-card:hover::after {
        height: 3px;
        transition: .4s;
    }


        

    .sector-card .sector-card-text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 30px;
        display: flex;
        flex-direction: column;
        row-gap: 15px;
        transition: .4s;
    }

    .sector-card:hover .sector-card-text {
        padding-bottom: 70px;
        transition: .4s;
    }

        .sector-card .sector-card-text .sector-card-title {
            font-family: Montserrat;
            font-weight: 700;
            font-size: 21px;
            line-height: 29px;
            color: #fff;
        }

    .sector-card .sector-card-text .sector-card-description {
        font-family: Montserrat;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.sector-card-image
{
    position: relative;
}

    .sector-card-image, .sector-card-image img {
        aspect-ratio: 1/1.5;
        object-fit: cover;
    }

.sector-card-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), linear-gradient(180deg, rgba(4, 12, 12, 0) 50%, #040C0C 100%);
}

.references-area {
    padding-bottom: 74px;
    padding-top: 120px;
}

.references-content-area {
    display: flex;
    flex-direction: column;
    row-gap: 62px;
}

.references-title-area {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.references-suptitle {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    color: #28B34B;
}

.references-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #040C0C;
}

.reference-card-image, .reference-card-image img {
    aspect-ratio: 2/1.25;
    object-fit: contain;
}

.reference-card:hover .reference-card-image img {
    transition: .4s;
    filter: grayscale(0) opacity(1);
}

.reference-card-image img {
    filter: grayscale(1) opacity(0.3);
    transition: .4s;
}


.products-area {
    padding-bottom: 120px;
    padding-top: 120px;
    background-image: url("../../img/safari/products-area-image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    .products-area::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #040c0cf7;
    }

.products-content-area {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    row-gap: 62px;
}

.products-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.products-title-area {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.products-suptitle {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    color: #28B34B;
}

.products-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #fff;
}

.products-description {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #B1B4B4;
}

.products-card {
    position: relative;
}

    .products-card .product-text-and-button {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 40px;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        z-index: 1;
        padding-bottom: 20px;
        transition: .4s;
    }

.products-card-image {
    position: relative;
}

    .products-card-image, .products-card-image img {
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .products-card-image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), linear-gradient(180deg, rgba(0, 0, 0, 0) 67.91%, rgba(0, 0, 0, 0.74) 100%);
    }

.product-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}

.product-see-detail-button {
    width: max-content;
    max-width: 100%;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    padding: 0 16px;
    background: #28B34B;
    overflow: hidden;
    height: 0;
    transition: .4s;
}

.products-card:hover .product-text-and-button
{
    padding-bottom: 40px;
    transition: .4s;
}

.products-card:hover .product-see-detail-button {
    height: 50px;
    transition: .4s;
}

.products-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
    background: #28B34B;
    transition: .4s;
}

.products-card:hover::after {
    height: 3px;
    transition: .4s;
}


.corporate-video, .corporate-video iframe {
    aspect-ratio: 2/1.35;
}

.corporate-area {
    background: #fff;
    padding-top: 120px;
    padding-bottom: 120px;
}

.corporate-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.corporate-text {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.corporate-title-area {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.corporate-suptitle {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    color: #28B34B;
}

.corporate-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #040C0C;
}

.corporate-description {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #363D3D;
}

.corporate-link a {
    display: block;
    width: max-content;
    max-width: 100%;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    text-decoration: none;
    background: #28B34B;
    color: #fff;
    padding: 16px 36px;
}

.blogs-area {
    background: #F5F5F7;
    padding-top: 120px;
    padding-bottom: 120px;
}

.blogs-content-area {
    display: flex;
    flex-direction: column;
    row-gap: 42px;
}

.blogs-title-area {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.blogs-suptitle {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #28B34B;
}

.blogs-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 32px;
    line-height: 46px;
    text-align: center;
    color: #040C0C;
}




.see-all-blogs-button a {
    width: max-content;
    max-width: 100%;
    margin: auto;
    display: block;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    background: #28B34B;
    padding: 16px 36px;
    text-decoration: none;
}

.brands-area {
    background-image: url(../../img/safari/brands-area-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

    .brands-area::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #040c0cf7;
    }

.brands-content-area {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    row-gap: 54px;
}

.brands-title-area {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.brands-suptitle {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    color: #28B34B;
}

.brands-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #fff;
}

.patterns-area {
    background: #F5F5F7;
    padding-top: 120px;
    padding-bottom: 120px;
}

.patterns-content-area {
    display: flex;
    flex-direction: column;
    row-gap: 62px;
}

.patterns-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.patterns-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #040C0C;
    margin: auto;
    width: max-content;
    max-width: 100%;
    padding-bottom: 24px;
    position: relative;
}

    .patterns-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 112px;
        height: 3px;
        /*background: #28B34B;*/
        transform: translate(-50%, 0);
    }

.patterns-tab-area .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 36px;
    border: none;
    flex-wrap: wrap;
    row-gap: 20px;
    border-bottom: 1px solid #E6E6E6;
}

    .patterns-tab-area .nav-tabs .nav-item button {
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        color: #040C0C;
        padding: 0;
        border-radius: 0;
        transition: .4s;
        background: none;
        border: none;
        border-bottom: 3px solid transparent;
    }

        .patterns-tab-area .nav-tabs .nav-item button.active {
            color: #28B34B;
            transition: .4s;
            border-bottom: 3px solid #28B34B;
        }

.pattern {
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #FFFFFF;
}

    .pattern, .pattern img {
        aspect-ratio: 1/1;
        object-fit: cover;
    }

.pattern-card {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
}

.pattern-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    text-align: center;
}

.gallery-area {
    padding-top: 120px;
    padding-bottom: 120px;
}

.gallery-content-area {
    display: flex;
    flex-direction: column;
    row-gap: 46px;
}

.gallery-title-area {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.gallery-suptitle {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    color: #28B34B;
    text-align: center;
}

.gallery-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 32px;
    line-height: 46px;
    color: #040C0C;
    text-align: center;
}

.gallery-carousel .owl-nav {
    margin: 0 !important;
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translate(0, -50%);
}

    .gallery-carousel .owl-nav button {
        width: 40px;
        height: 56px;
        margin: 0 !important;
        background: #28B34B !important;
        border: 1px solid #28B34B !important;
        padding: 0 !important;
        position: relative;
    }

        .gallery-carousel .owl-nav button span {
            display: none;
        }

        .gallery-carousel .owl-nav button.owl-prev::after {
            content: "\f053";
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            font-size: 14px;
            color: #fff;
        }

        .gallery-carousel .owl-nav button.owl-next::after {
            content: "\f054";
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            font-size: 14px;
            color: #fff;
        }

.gallery-see-all-button a {
    width: max-content;
    max-width: 100%;
    margin: auto;
    display: block;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    background: #28B34B;
    padding: 16px 36px;
    text-decoration: none;
}

.gallery-image, .gallery-image img {
    aspect-ratio: 2/1.35;
    object-fit: cover;
}

.mobile-products-cards-area
{
    display: none;
}

/*Faaliyet Alanı Slider*/

.activity-areas-slider {
    max-width: 1600px;
    margin: auto;
    position: relative;
}

.activity-area-card {
    position: relative;
}

.activity-area-card-image {
    position: relative;
}

    .activity-area-card-image, .activity-area-card-image img {
        aspect-ratio: 1/1.5;
        object-fit: cover;
    }

    .activity-area-card-image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(4, 12, 12, 0.5), rgba(4, 12, 12, 0.5)), linear-gradient(180deg, rgba(0, 0, 0, 0) 63.58%, #000000 100%);
    }

.activity-area-card .activity-area-card-text-and-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 36px 30px;
    row-gap: 26px;
}

.activity-area-card-text {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.activity-area-card-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
}

.activity-area-card-activity-area {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.activity-area-card-button-wrapper {
    overflow: hidden;
    height: 0px;
    transition: .4s;
}

.activity-area-card:hover .activity-area-card-button-wrapper
{
    height: 24px;
    transition: .4s;
}

.activity-area-card-button {
    display: flex;
    align-items: center;
    column-gap: 6px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.activity-area-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: #28B34B;
    transition: height .4s;
}

.activity-area-card:hover::after {
    height: 2px;
    transition: height .4s;
}



/*Ana Sayfa Hizmetler*/

.service-card {
    position: relative;
}

.service-card-image {
    position: relative;
}

    .service-card-image, .service-card-image img {
        aspect-ratio: 2/1.10;
        object-fit: cover;
    }

    .service-card-image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    }

.service-card-text-and-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 30px 42px;
    row-gap: 20px;
}

.service-card-description-and-button {
    display: flex;
    align-items: end;
    column-gap: 12px;
    justify-content: space-between;
}

.service-card-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
}

.service-card-description {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    width: 320px;
    max-width: 100%;
    color: #FFFFFF;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .service-card-description * {
        margin: 0;
    }

.service-card-button {
    display: flex;
    align-items: center;
    column-gap: 6px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.service-card-description-and-button-wrapper {
    height: 0;
    overflow: hidden;
    transition: .4s;
}

.service-card:hover .service-card-description-and-button-wrapper
{
    height: 48px;
    transition: .4s;
}

.service-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #28B34B;
    transition: .4s;
}

.service-card:hover::after {
    height: 2px;
    transition: .4s;
}


/*Neden Biz*/

.why-us-accordion .accordion {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

    .why-us-accordion .accordion .accordion-item {
        border: none;
        background: none;
        outline: none;
        box-shadow: none;
        position: relative;
        padding-bottom: 30px;
    }

        .why-us-accordion .accordion .accordion-item::after {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            width: calc(100% - 70px);
            height: 1px;
            background: #B1B4B452;
        }

        .why-us-accordion .accordion .accordion-item:last-child::after {
            height: 0;
        }

        .why-us-accordion .accordion .accordion-item .accordion-header {
            display: flex;
            align-items: center;
            column-gap: 34px;
        }

            .why-us-accordion .accordion .accordion-item .accordion-header .accordion-number {
                width: 36px;
                height: 36px;
                min-width: 36px;
                min-height: 36px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-family: Mulish;
                font-weight: 600;
                font-size: 18px;
                line-height: 26px;
                text-align: center;
                text-transform: capitalize;
                color: #28B34B;
                background: #F5F5F7;
                border-radius: 50px;
            }

            .why-us-accordion .accordion .accordion-item .accordion-header .accordion-button {
                padding: 0;
                box-shadow: none;
                outline: none;
                border: none;
                background: none;
                font-family: Mulish;
                font-weight: 600;
                font-size: 22px;
                line-height: 30px;
                color: #040C0C;
            }

                .why-us-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
                    content: "\f078";
                    background: no-repeat;
                    font-weight: 900;
                    font-family: 'Font Awesome 6 Free';
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 30px;
                    height: 30px;
                    color: #28B34B;
                }

        .why-us-accordion .accordion .accordion-item .accordion-collapse {
            width: calc(100% - 70px);
            margin-left: auto;
        }

            .why-us-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
                padding: 0;
                padding-top: 30px;
                font-family: Mulish;
                font-weight: 400;
                font-size: 18px;
                line-height: 30px;
                color: #666666;
            }


            /*Biz Kimiz*/



.about-us-text-and-button-area {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.about-us-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.about-us-titles {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.about-us-sup-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    color: #28B34B;
}

.about-us-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #040C0C;
}

.about-us-description {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #363D3D;
}

.about-us-button {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    padding: 16px 36px;
    background: #28B34B;
    width: max-content;
    max-width: 100%;
    text-decoration: none;
    color: #fff;
    border: 1px solid #28B34B;
    transition: .4s;
}

    .about-us-button:hover {
        background: #ffffff4d;
        transition: .4s;
        color: #000;
    }

.about-us-media, .about-us-media iframe, .about-us-media img {
    aspect-ratio: 2/1.15;
    object-fit: cover;
}

/*Referanslar*/

.reference-image {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .reference-image img {
        object-fit: contain;
        filter: grayscale(1) brightness(3.5);
        transition: .4s;
    }

        .reference-image img:hover {
            filter: grayscale(0) brightness(1);
            transition: .4s;
        }


        /*Video Alanı*/

.video-area-videos {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 32px;
}

.video-box {
    position: relative;
    cursor: pointer;
}

    .video-box .video-play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50px;
        height: 50px;
        background: #28b34b;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        pointer-events: none;
        cursor: pointer;
    }

    .video-area-videos .video-box, .video-area-videos .video-box iframe, .video-area-videos .video-box img {
        aspect-ratio: 1/1;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.video-area-container
{
    position: relative;
}

    .video-area-container .video-area-logo {
        position: absolute;
        top: 50%;
        right: 0;
        writing-mode: vertical-rl;
        transform: translate(0, -50%) rotate(-90deg);
    }

.video-area-text {
    font-size: 32px;
    font-family: Montserrat;
    font-weight: 700;
    color: #fff;
    line-height: 42px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

    .video-area-text p {
        margin: 0;
    }

    .video-area-text b, .video-area-text strong {
        color: #28b34b;
    }



/*Resim Karşılaştırma*/

.compare-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    touch-action: pan-y;
    background: #f1f1f3;
}

    .compare-container img {
        display: block;
        width: 100vw;
        height: 900px;
        object-fit: cover;
    }

/* Overlay 1 (Resim 2) */
.compare-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 33%; /* Başlangıçta 1/3 kaplasın */
    overflow: hidden;
    pointer-events: none;
}

    .compare-overlay img {
        position: absolute;
        top: 0;
        left: 0;
        height: 900px;
        width: 100vw;
        object-fit: cover;
        background: #fff;
    }

    /* Overlay 2 (Resim 3) */
    .compare-overlay.second {
        width: 66%; /* Başlangıçta 2/3 kaplasın */
    }

/* Sliderlar */
.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    transform: translateX(-50%);
    pointer-events: all;
}

    .slider::before {
        content: "\f053  \f054";
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 50px;
        height: 50px;
        background: #28B34B;
        left: 50%;
        border-radius: 50px;
        border: 1px solid #28B34B;
        backdrop-filter: blur(4px);
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Font Awesome 6 Free';
        color: #ffffff;
        backdrop-filter: blur(4px);
    }

/* Başlangıç genişlikleri */
#overlay1 {
    width: 70%;
}
/* Resim 2 (kırmızı slidera bağlı) */
#overlay2 {
    width: 30%;
}
/* Resim 3 (mavi slidera bağlı) */

/* Sliderlar */
#slider1 {
    left: 70%;
}
/* Sağda */
#slider2 {
    left: 30%;
}
/* Solda */



.custom-right-aligned-container .custom-container-text {
    display: flex;
    flex-direction: row;
    column-gap: 12px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.custom-container-buttons {
    width: max-content;
    position: absolute;
    display: flex;
    align-items: center;
    height: max-content;
    column-gap: 12px;
    top: 50%;
    left: -20px;
    transform: translate(0, -50%);
    z-index: 1;
    width: calc(100% + 40px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

    .custom-container-buttons .custom-swiper-button-next, .custom-container-buttons .custom-swiper-button-prev {
        position: unset;
        width: 40px;
        height: 40px;
        font-size: 14px;
        line-height: 22px;
        background: #28b34b;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: auto;
    }

        .custom-container-buttons .custom-swiper-button-next::after, .custom-container-buttons .custom-swiper-button-prev::after {
            content: unset;
        }

        .custom-container-buttons .custom-swiper-button-next svg, .custom-container-buttons .custom-swiper-button-prev svg {
            width: 20px;
            height: 20px;
        }

            .custom-container-buttons .custom-swiper-button-next svg path, .custom-container-buttons .custom-swiper-button-prev svg path {
                color: #fff;
            }

        .custom-container-buttons .custom-swiper-button-next.swiper-button-disabled, .custom-container-buttons .custom-swiper-button-prev.swiper-button-disabled {
            opacity: 0.5;
        }


@media only screen and (max-height: 720px) {
    .desktop-carousel .carousel-item img {
        height: 720px;
        object-fit: cover;
    }

    .mobile-carousel .carousel-item img {
        height: 720px;
        object-fit: cover;
    }
}




@media only screen and (max-width: 1770px) {
    .activity-areas-slider {
        max-width: 1600px;
        margin-left: auto;
    }
}

@media only screen and (max-width: 1640px) {
    .activity-areas-slider {
        max-width: 1500px;
        margin-left: auto;
    }
}


@media only screen and (max-width: 1540px) {
    .activity-areas-slider {
        max-width: 1446px;
        margin-left: auto;
    }

    .custom-right-aligned-container .custom-container-text {
        max-width: 1446px;
    }

    .custom-container-buttons {
        padding-right: 0;
    }
}

@media only screen and (max-width: 1399px)
{
    .video-area-logo img {
        width: 150px;
    }

    .video-area-videos {
        column-gap: 16px;
    }
}

@media only screen and (max-width: 1366px) {

    .activity-areas-slider {
        max-width: 100%;
        padding: 0 24px !important;
    }

    .custom-container-buttons {
        left: 5px;
        width: calc(100% - 10px);
    }
}


@media only screen and (max-width: 1199px) {
    .desktop-carousel .carousel-item .carousel-caption {
            height: calc(100% - 78px);
        }

        .desktop-carousel .carousel-control-prev {
            display: none;
        }


        .desktop-carousel .carousel-control-next {
            display: none;
        }

    .mobile-carousel .carousel-item .carousel-caption {
        height: calc(100% - 78px);
    }

    .mobile-carousel .carousel-control-prev {
        display: none;
    }


    .mobile-carousel .carousel-control-next {
        display: none;
    }

    .products-card .product-text-and-button {
        padding: 20px;
        padding-bottom: 0px;
    }

    .products-card:hover .product-text-and-button {
        padding-bottom: 30px;
        transition: .4s;
    }

    .product-title {
        font-size: 18px;
        line-height: 26px;
    }

    .product-see-detail-button {
        font-size: 15px;
        line-height: 40px;
        padding: 0 10px;
    }

    .products-card:hover .product-see-detail-button {
        height: 40px;
        transition: .4s;
    }

    .mobile-carousel
    {
        display: block;
    }

    .desktop-carousel
    {
        display: none;
    }

    .video-area-logo
    {
        display: none;
    }

    }

    @media only screen and (max-width: 991px)
    {

        /*.desktop-carousel .carousel-item img {
            height: 780px;
            object-fit: cover;
        }*/

        .slider-text-area .slider-text {
            width: 100%;
        }

        .sectors-and-products-buttons {
            left: 0px;
            width: 100%;
        }

        .slider-text-area .slider-text .slider-title {
            font-size: 28px;
            line-height: 38px;
        }

        .slider-text-area .slider-text .slider-description {
            font-size: 18px;
            line-height: 26px;
        }

        .slider-text-area .slider-button a {
            font-size: 14px;
            line-height: 22px;
            padding: 12px 28px;
        }

        .sectors-carousel .owl-stage {
            padding-left: 0 !important;
        }

        .references-carousel .owl-stage
        {
            padding-left: 0 !important;
        }

        .products-carousel .owl-stage {
            padding-left: 0 !important;
        }

        .blogs-carousel .owl-stage {
            padding-left: 0 !important;
        }

        .brands-carousel .owl-stage {
            padding-left: 0 !important;
        }

        .patterns-carousel .owl-stage {
            padding-left: 0 !important;
        }

        .reference-card-image img {
            filter: unset;
            transition: .4s;
        }

        .desktop-products-cards-area{
            display: none;
        }
        .mobile-products-cards-area
        {
            display: block;
        }

        .patterns-tab-area .nav-tabs {
            display: flex;
            justify-content: start;
            flex-wrap: nowrap;
            white-space: nowrap;
            overflow: hidden;
            overflow-x: auto;
        }

        .patterns-tab-area .nav-tabs::-webkit-scrollbar
        {
            display: none;
        }

        .sectors-suptitle {
            font-size: 14px;
            line-height: 22px;
        }

        .references-suptitle {
            font-size: 14px;
            line-height: 22px;
        }

        .products-suptitle {
            font-size: 14px;
            line-height: 22px;
        }

        .corporate-suptitle {
            font-size: 14px;
            line-height: 22px;
        }

        .blogs-suptitle {
            font-size: 14px;
            line-height: 22px;
        }

        .brands-suptitle {
            font-size: 14px;
            line-height: 22px;
        }

        .gallery-suptitle {
            font-size: 14px;
            line-height: 22px;
        }

        .sectors-title {
            font-size: 24px;
            line-height: 32px;
        }

        .references-title {
            font-size: 24px;
            line-height: 32px;
        }

        .products-title {
            font-size: 24px;
            line-height: 32px;
        }

        .corporate-title {
            font-size: 24px;
            line-height: 32px;
        }

        .blogs-title {
            font-size: 24px;
            line-height: 32px;
        }

        .brands-title {
            font-size: 24px;
            line-height: 32px;
        }

        .patterns-title {
            font-size: 24px;
            line-height: 32px;
            padding-bottom: 12px;
        }

        .gallery-title {
            font-size: 24px;
            line-height: 32px;
        }

        .sectors-description {
            font-size: 15px;
            line-height: 23px;
        }

        .products-description {
            font-size: 15px;
            line-height: 23px;
        }

        .corporate-description {
            font-size: 15px;
            line-height: 23px;
        }

        

    }

    @media only screen and (max-width: 767px)
    {
        .sectors-and-products-buttons-area > .container {
             padding: 0; 
        }

        .sectors-and-products-buttons .sectors-product-button {
            padding: 20px 14px;
            font-size: 15px;
            line-height: 23px;
        }

        .compare-container img {
            height: 600px;
        }

        .compare-overlay img {
            height: 600px;
        }

        .custom-container-text .custom-container-text-area {
            width: 100%;
        }

        .activityAreasSwiper {
            padding-right: 24px;
        }

        .activity-areas-slider {
            padding-right: 0 !important;
        }

        .custom-container-buttons {
            display: none;
        }

        .video-area-videos {
            grid-template-columns: repeat(2,1fr);
            column-gap: 16px;
            row-gap: 16px;
        }
    }

    @media only screen and (max-width: 575px)
    {
        .sectors-and-products-buttons .sectors-button {
            padding: 25px 20px;
            font-size: 16px;
            line-height: 24px;
        }
        .sectors-and-products-buttons .products-button {
            padding: 25px 20px;
            font-size: 16px;
            line-height: 24px;
        }


        .why-us-accordion .accordion .accordion-item .accordion-header .accordion-number {
            width: 28px;
            height: 28px;
            min-width: 28px;
            min-height: 28px;
            font-size: 14px;
            line-height: 22px;
        }

        .why-us-accordion .accordion .accordion-item .accordion-header .accordion-button {
            font-size: 16px;
            line-height: 24px;
        }

        .why-us-accordion .accordion .accordion-item .accordion-collapse {
            width: 100%;
        }

        .why-us-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
            padding-top: 16px;
            font-size: 15px;
            line-height: 24px;
        }

        .why-us-accordion .accordion .accordion-item .accordion-header {
            column-gap: 12px;
        }

        .why-us-accordion .accordion .accordion-item::after {
            width: 100%;
        }

        .about-us-sup-title {
            font-size: 14px;
            line-height: 22px;
        }

        .about-us-title {
            font-size: 22px;
            line-height: 32px;
        }

        .about-us-description {
            font-size: 15px;
            line-height: 24px;
        }

        .about-us-button {
            font-size: 14px;
            line-height: 22px;
            padding: 12px 28px;
        }

        .reference-image {
            width: unset;
            height: unset;
        }


        

    }

    @media only screen and (max-width: 475px)
    {
        .video-area-videos {
            grid-template-columns: repeat(1,1fr);
            column-gap: 16px;
            row-gap: 16px;
        }
    }

    @media only screen and (max-width: 425px)
    {
        .compare-container-content {
            padding-top: 80px;
            background: #f5f5f7;
        }

        .custom-position-container .custom-container-text {
            top: 24px;
        }

        .compare-container img {
            height: 400px;
        }

        .compare-overlay img {
            height: 400px;
        }
    }