﻿.item {
    opacity: 0.4 !important;
    transition: .4s ease all !important;
    margin: 0 20px !important;
    transform: scale(.8) !important;
}

.active .item {
    opacity: 1 !important;
    transform: scale(1) !important;
}


.owl-carousel2 .owl-item {
    -webkit-backface-visibility: hidden !important;
    -webkit-transform: translateZ(0) scale(1.0, 1.0) !important;
}

.owl-carousel2:after {
    content: "";
    display: block;
    position: absolute;
    width: 8%;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -4%;
    pointer-events: none;
    background-size: 100% auto;
}

.owl-controls {
    position: absolute;
    margin-top: 300px;
}

.owl-carousel2 .owl-nav {
    width: 80%;
    position: absolute !important;
    left: 10% !important;
}


.owl-carousel2 .owl-nav .owl-prev{
    float:left !important;
    border: none;
    background: none;
}

.owl-carousel2 .owl-nav .owl-next {
    float:right !important;
    border: none;
    background: none;
}

.galleryArea {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

/*Hakkımızda Start*/
@media screen and (max-width: 1024px) {
    .owl-carousel2 .owl-nav {
        width: 85% !important;
        position: absolute !important;
        left: 7% !important;
    }

    .col-12 img.img-fluid.w-100 {
        /* position: absolute; */
        height: 319px;
    }
}

@media only screen and (max-width: 991px)
{
    .owl-prev {
        display: none;
    }

}

@media screen and (max-width: 768px){
    .owl-nav {
        display: none;
    }

    .col-12 img.img-fluid.w-100 {
        /* position: absolute; */
        margin-top: 1rem;
        height: 398px;
    }
}

@media only screen and (max-width: 767px)
{
    .col-usr-1
    {
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 575px)
{
    .pageTitle {
        font-size: 18px;
        font-family: 'Inter';
        font-weight: 700;
        line-height: 28px;
        color: #212121;
        margin-bottom: 16px;
    }

    .page-yazi p {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        color: #474747;
        font-family: 'Inter', sans-serif;
    }
}

@media screen and (max-width: 425px){
    .col-usr-1{
        order: 1;
        margin-top: 0;
        text-align: center;
    }

    .page-yazi {
        text-align: center !important;
    }

    .col-usr-2 {
        order: 2;
    }

    .col-12 img.img-fluid.w-100 {
        /* position: absolute; */
        margin-top: 1rem;
        height: 398px;
    }


}

@media screen and (max-width: 375px){
    .col-12 img.img-fluid.w-100 {
        /* position: absolute; */
        margin-top: 1rem;
        height: 344px;
    }
}

@media screen and (max-width: 320px){
    .col-12 img.img-fluid.w-100 {
        /* position: absolute; */
        margin-top: 1rem;
        height: 301px;
    }

    .page-yazi {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 28px;
    }
}