
.about_img {
    width: 87%;
    float: right;
}

@media (max-width: 768px) {

    .about_img {
        width: 100% !important;
        float: none !important;
        margin-top: 50px !important;
    }
}

a {
    text-decoration: unset;
}

.project_image_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project_image_bottom_one {
    display: flex;
    gap: 30px;
}

.new_hr{
    width: 1px;
    border: 1px solid rgba(0, 0, 0, 0.242);
}

.project_image_bottom_two {
    display: flex;
    align-items: center;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next {
    color: white
}

.swiper-button-prev {
    color: white
}

@media (max-width: 768px) {

    .project_image_bottom {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        gap: 25px;
    }

    .project_image_bottom_one {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
}


.image-container img {
    transition: transform 0.3s ease-in-out;
}

.image-container img:hover {
    transform: scale(1.05);
}


@media (max-width: 900px) {

  #banner img {

    height: 300px;

}



}

.ric-iletisim-banner h2 {

  z-index: 2;

}


@media (max-width: 900px) {
  .banner-text-rotation {
    display: none !important;
  }

  .banner-text-rotation+.banner-btn-group {
    display: none !important;
  }
}

.bet_time {
    position: absolute;
    bottom: 30px;
    right: 50px;
}

.project-detail-thumbnails .owl-item {

    width: auto !important;

}

.project-detail-thumbnails .owl-pagination {

    display: block;

}

.ric-menu-dropdown {

    left: -200%;

}

.project-detail-thumbnails .owl-item {

    width: auto !important;

}

@media (max-width: 992px) {

    .ric-menu-dropdown {

        left: unset;

    }



    .ric-menu-dropdown ul {

        padding: 0;

    }



}

@media (max-width: 767px) {



    #cards > div > div {

        margin-left: calc(100vw / 2 - 340px / 2);

    }



    #cards .card-body h5, #cards .card-body .h5 {

        display: block;

        width: 100vw;

        top: 80px;

        position: absolute;

        left: 0;

        text-align: left;

    }

}

@media (max-width: 576px) {



    #cards > div > div {

        margin-left: calc(100vw / 2 - 440px / 2);

    }



    #cards .card-body h5, #cards .card-body .h5 {

        display: block;

        width: 100vw;

        top: 30px;

        position: absolute;

        left: 120px;

        text-align: left;

    }

}



@media (max-width: 992px) {

    .project-detail-thumbnails  .owl-buttons div {

        border: none !important;

        font-weight: bolder;

        mix-blend-mode: unset;

        font-size: 50px !important;

        color: #fff !important;

        filter: drop-shadow(0 2px 5px #000);

        opacity: 0.6 !important;





    }

    .project-detail-thumbnails {



        overflow: visible;

    }

    .project-detail-thumbnails img {

        border-right: 4px solid white;

    }

    .project-detail-thumbnails .owl-pagination {

        display: none;

    }

    .project-detail-thumbnails .owl-buttons {

        width: 100%;

    }

    .project-detail-thumbnails .owl-controls {

        top: -300px;

        z-index: 999;

        overflow: visible;

        position: absolute;

        width: calc(100% - 14px);

    }

}

.item {
    height: 100%;
    width: auto;
    color: #fff;
    text-align: center
}

:root {
    --f-brand-color: #2563eb;
}

#productCarousel,
.f-thumbs.is-classic,
.fancybox__toolbar,
.fancybox__nav {
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border-radius: 4px;

    --f-button-color: #0d0c22;
    --f-button-hover-color: var(--f-brand-color);

    --f-button-bg: #f1f5f9;
    --f-button-hover-bg: #e2e8f0;
    --f-button-active-bg: #e2e8f0;

    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 2.25;
    --f-button-svg-filter: none;

    --f-button-svg-disabled-opacity: 0.2;
}

.f-carousel__slide {
    display: flex;
    align-items: center;
    justify-items: center;
}

.f-thumbs.is-classic {
    --f-thumb-width: 120px;
    --f-thumb-height: 80px;
    --f-thumb-gap: 8px;

    --f-thumb-opacity: 1;
    --f-thumb-selected-opacity: 1;

    --f-thumb-outline: 2px;
    --f-thumb-outline-color: var(--f-brand-color);

    --f-button-next-pos: 8px;
    --f-button-prev-pos: 8px;
}

.f-thumbs.is-classic.is-horizontal {
    padding: 0 0;
}

.f-thumbs.is-classic.is-vertical {
    padding: 56px 0;
}

#productCarousel .f-carousel__nav {
    opacity: 0;
    transition: opacity 0.15s;
}

@media (hover: hover) {
    #productCarousel:hover .f-carousel__nav {
        opacity: 1;
    }
}

.fancybox__container {
    --fancybox-bg: #fff;
    --fancybox-color: #6a6969;

    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
}

@media screen and (min-width: 640px) {
    .fancybox__container {
        flex-direction: row-reverse;
    }
}

.fancybox__thumbs.is-classic.is-horizontal {
    --f-thumb-width: 75px;
    --f-thumb-height: 55px;
    --f-thumb-gap: 8px;
}

.fancybox__thumbs.is-classic.is-vertical {
    --f-thumb-width: 100%;
    --f-thumb-height: 100px;
    display: none;

    width: 182px;

    outline: 1px solid #edeef0;
}

.fancybox__thumbs.is-classic.is-vertical .f-thumbs__track {
    padding: 0 16px;
}

.fancybox__toolbar {
    padding: 8px;
}

.fancybox__nav {
    --f-button-next-pos: 8px;
    --f-button-prev-pos: 8px;
}

.fancybox__carousel {
    min-width: 0;
    min-height: 0;
}

.fancybox__slide {
    padding: 8px;
}

#project-menu > .tab-content > .tab-pane > .container > .row .card-body {
  padding-left: 0;
}

#city > div > div > div.d-flex.img-info > h3,
#city > div > div > div.d-flex.img-info > h4{
  font-weight: 600;
}


@media (max-width: 990px) {
  .navbar-nav .nav-link.active::after {
      left: calc(100% / 2 - 110px / 2);
      width: 110px !important;
  }

  #project-slider + .col-12 {
    padding: 0 1.5em !important;
  }
}
@media (min-width: 990px) {

    .navbar-nav .nav-link.active::after {
        left: 5px;
        width: calc(100% - 10px);
    }
}


#city > div > div > div.d-flex.img-info > h3 {
    font-weight: 400;
    margin-right: 5px !important;
}


#city > div > div > div.d-flex.img-info > h4{
    font-weight: 800;
}
.ric-blog-icerik {

    padding: 10px;

}
.ric-blog-post-date{
    padding:10px;
}
.ric-blog-post-content{
    padding:10px;
}
@media (max-width: 1400px) and (min-width: 770px) {

    #cards .card-text {

        font-size: 10px !important;

        line-height: 1.2 !important;

    }

}

@media (max-width: 767px) and (min-width: 577px) {

    #cards .card-body h5, #cards .card-body .h5 {

        top: 13px;

    }



    #cards .card-text {

        margin-top: 20px;

    }

}


@media (max-width: 992px) and (min-width: 768px) {
    .image-sabit:nth-child(1) {
        max-height: 504px;
    }
}

.about-us-text{
    font-size: 12px; color:#213559; font-weight:500
}

@media only screen and (max-width: 750px) {
    .ric-surdurulebilirlik-paragraf {
        padding: 0 10px !important;
    }
}

@media only screen and (max-width: 550px) {
    .ric-surdurulebilirlik-paragraf {
        padding: 0 0;
    }

    .ric-surdurulebilirlik-maddeler-madde-metin {
        width: 100%;
    }
}
