html{
    scroll-behavior: smooth;
}

.homeSwiper{
    height: 540px;
}

.sayfaMetin a{
    color: black !important;
}

.sayfaMetin a{
    color: black !important;
}

@media only screen and (max-width: 620px) {
    .homeSwiper{
        height: 340px;
    }
}

@media only screen and (max-width: 820px) {
    .homeSwiper{
        height: 420px;
    }
}



.anasayfaYKB {
    width: 54px;
    height: 54px;
    line-height: 54px;
    color: white;
    text-align: center;
    border-radius: 14px;
    flex-shrink: 0;
}

.anasayfaYKB2 {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    line-height: 54px;
    background-color: #073C59;
    color: white;
    text-align: center;
    border-radius: 14px;
}

.side-bar.show html {
    overflow: hidden !important;
}

.mobil-hata {
    display: none;
}


@media only screen and (max-width: 479px) {
    .mobil-hata {
        display: block;
        height: 95.38px;
    }
    .referansSwiper .swiper-slide img{
        height: 35px !important;
    }

    .mobilDuzenleme {
        margin-top: 5px !important;
    }
    .background-service {
        padding: 0px !important;
    }
    .referansSwiper::before,
    .referansSwiper::after {
        height: 100px !important;
        width: 30px !important;
    }
}

@media only screen and (min-width: 479px) and (max-width: 900px){
    .mobilDuzenleme {
        margin-top: 15px !important;
    }
    .background-service {
        padding: 50px !important;
    }
}


.referansSwiper, swiper-wrapper {
    height: 80px;
    overflow: hidden;
    position: relative;
}
.referansSwiper .swiper-slide {
    width: max-content !important;
    height: 50px;
    margin-top: 15px;
}

.referansSwiper .swiper-slide img{
    height: 50px;
    object-fit: contain;
    user-select: none;
}
.referansSwiper::before,
.referansSwiper::after {
    height: 100px;
    width: 200px;
    position: absolute;
    content: "";
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}
.referansSwiper::before {
    left: 0;
    top: 0;
}
.referansSwiper::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}



.mainmenu li.has-droupdown .submenu::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.mainmenu li.has-droupdown .submenu::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.mainmenu li.has-droupdown .submenu::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #CCC;
}

#menu-btn:hover svg path {
    fill: white !important;
}

#changedText {
    padding: 0px 20px;
    background-color: crimson;
    color: white;
}

.cursor-pointer {
    cursor: pointer;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}

.py-fxx-10-20{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;


    @media (min-width: 768px) {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.mt-fxx-10-20 {
    margin-top: 2.5rem;


    @media (min-width: 768px) {
        margin-top: 5rem;
    }
}

.mb-fxx-10-20 {
    margin-bottom: 2.5rem;


    @media (min-width: 768px) {
        margin-bottom: 5rem;
    }
}

.mt-fxx-10-20-40 {
    margin-top: 2.5rem;


    @media (min-width: 768px) {
        margin-top: 5rem;
    }
    @media (min-width: 1024px) {
        margin-top: 10rem;
    }
}

.mb-fxx-10-20-40 {
    margin-bottom: 2.5rem;


    @media (min-width: 768px) {
        margin-bottom: 5rem;
    }
    @media (min-width: 1024px) {
        margin-bottom: 10rem;
    }
}

.archi-logo {
    width: max-content;


    @media (max-width: 768px) {
        height: 60px;
    }
    @media (min-width: 1024px) {
        height: 90px;
    }
}


.blogResim {
    width: 100%;
    height: 250px;
    object-fit: cover;

    @media (min-width: 768px) {
        height: 350px;
    }
    @media (min-width: 1024px) {
        height: 500px;
    }
}
