﻿

html {
    overflow-x: hidden;
}

body {
    line-height: 1.5;
    font-family: "Hind", serif;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.65);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #242424;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 42px;
}

h3, .h3 {
    font-size: 1.5rem;
}

h4, .h4 {
    font-size: 1.3rem;
    line-height: 30px;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

p {
    line-height: 30px;
}

.navbar-toggle .icon-bar {
    background: #f75757;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
    box-shadow: none;
    height: 45px;
    outline: none;
    font-size: 14px;
}

    input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
        box-shadow: none;
        border: 1px solid #f75757;
    }

.form-control {
    box-shadow: none;
    border-radius: 0;
}

    .form-control:focus {
        box-shadow: none;
        border: 1px solid #f75757;
    }

.py-7 {
    padding: 7rem 0px;
}

.btn {
    display: inline-block;
    font-size: 14px;
    font-size: 0.8125rem;
    font-weight: 400;
    padding: 1rem 2.5rem;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.2s ease;
}

    .btn.btn-icon i {
        font-size: 16px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .btn:focus {
        outline: 0px;
        border: 0px;
        box-shadow: none;
    }

.btn-main, .btn-transparent, .btn-small {
    background: #f75757;
    color: #fff;
    transition: all 0.2s ease;
}

    .btn-main:hover, .btn-transparent:hover, .btn-small:hover {
        background: #dd0b0b;
        color: #fff;
    }

.btn-solid-border {
    border: 2px solid #f75757;
    background: transparent;
    color: #242424;
}

    .btn-solid-border:hover {
        border: 2px solid #f75757;
        background: #f75757;
    }

.btn-transparent {
    background: transparent;
    padding: 0;
    color: #f75757;
}

    .btn-transparent:hover {
        background: transparent;
        color: #f75757;
    }

.btn-large {
    padding: 20px 45px;
}

    .btn-large.btn-icon i {
        font-size: 16px;
        vertical-align: middle;
        margin-right: 5px;
    }

.btn-small {
    padding: 10px 25px;
    font-size: 12px;
}

.btn-round {
    border-radius: 4px;
}

.btn-round-full {
    border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

.bg-gray {
    background: #f5f8f9;
}

.bg-primary {
    background: #f75757;
}

.bg-primary-dark {
    background: #f52626;
}

.bg-primary-darker {
    background: #dd0b0b;
}

.bg-dark {
    background: #242424;
}

.bg-gradient {
    background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
    background-repeat: repeat-x;
}

.section {
    padding: 100px 0;
}

.section-sm {
    padding: 70px 0;
}

.section-title {
    margin-bottom: 70px;
}

    .section-title .title {
        font-size: 50px;
        line-height: 50px;
    }

    .section-title p {
        color: #666;
        font-family: "Poppins", sans-serif;
    }

.subtitle {
    color: #f75757;
    font-size: 14px;
    letter-spacing: 1px;
}


.text-color {
    color: #f02d24;
}

.text-black {
    color: #242424;
}

.text-color2 {
    color: #c54041;
}

.text-color2 {
    color: #b99769;
}

.text-sm {
    font-size: 14px;
}

.text-md {
    font-size: 2.25rem;
}

.text-lg {
    font-size: 3.75rem;
}

.no-spacing {
    letter-spacing: 0px;
}

/* Links */
a {
    color: #242424;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #f75757;
        text-decoration: none;
    }

    a:focus {
        outline: none;
    }

.content-title {
    font-size: 40px;
    line-height: 50px;
}

.page-title {
    padding: 100px 0;
}

    .page-title .block h1 {
        color: #fff;
    }

    .page-title .block p {
        color: #fff;
    }

.page-wrapper {
    padding: 70px 0;
}

#wrapper-work {
    overflow: hidden;
    padding-top: 100px;
}

    #wrapper-work ul li {
        width: 50%;
        float: left;
        position: relative;
    }

        #wrapper-work ul li img {
            width: 100%;
            height: 100%;
        }

        #wrapper-work ul li .items-text {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            color: #fff;
            background: rgba(0, 0, 0, 0.6);
            padding-left: 44px;
            padding-top: 140px;
        }

            #wrapper-work ul li .items-text h2 {
                padding-bottom: 28px;
                padding-top: 75px;
                position: relative;
            }

                #wrapper-work ul li .items-text h2:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 75px;
                    height: 3px;
                    background: #fff;
                }

            #wrapper-work ul li .items-text p {
                padding-top: 30px;
                font-size: 16px;
                line-height: 27px;
                font-weight: 300;
                padding-right: 80px;
            }

/*--
	features-work Start 
--*/
#features-work {
    padding-top: 50px;
    padding-bottom: 75px;
}

    #features-work .block ul li {
        width: 19%;
        text-align: center;
        display: inline-block;
        padding: 40px 0px;
    }

#navbar {
    background: #222328;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

    #navbar li {
        padding-left: 15px;
    }

    #navbar .nav-link {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: .5px;
        transition: all .25s ease;
    }

        #navbar .nav-link:hover, #navbar .nav-link:focus {
            color: #f75757;
        }

    #navbar .btn {
        padding: .5rem 1.5rem;
        color: #fff;
    }

.header-top {
    background: #222328;
    color: #919194;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

    .header-top .header-top-socials {
        border-right: 1px solid rgba(255, 255, 255, 0.05);
        padding: 12px 0px;
    }

        .header-top .header-top-socials a {
            color: #919194;
            margin-right: 15px;
            font-size: 16px;
        }

    .header-top .header-top-info {
        color: #919194;
        font-size: 16px;
    }

        .header-top .header-top-info a span {
            color: #fff;
        }

        .header-top .header-top-info a {
            margin-left: 35px;
            color: #919194;
        }

.navbar-brand {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

    .navbar-brand span {
        color: #f75757;
    }

.dropdown-menu {
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
    transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear;
    transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear, -webkit-transform .2s linear;
    -webkit-transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
    -o-transition: all .2s ease-in, visibility 0s linear .2s, -o-transform .2s linear;
    -ms-transition: all .2s ease-in, visibility 0s linear .2s, -ms-transform .2s linear;
    width: 250px;
    margin-top: 15px;
    padding: 0px;
    border-radius: 0px;
    display: block;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown:hover .dropdown-menu {
    visibility: visible;
    transition: all .45s ease 0s;
    opacity: 1;
}

.dropdown-item {
    padding: .8rem 1.5rem;
    text-transform: uppercase;
    font-size: 14px;
}

    .dropdown-item:hover {
        background: #f75757;
        color: #fff;
    }

ul.dropdown-menu li {
    padding-left: 0px !important;
}

.bg-1 {
    background: url("../images/CNİ/bgg.png") no-repeat 50% 50%;
    background-size: cover;
}

.bg-2 {
    background: url("../images/bg/home-5.jpg");
    background-size: cover;
}



.intro-item i {
    font-size: 60px;
    line-height: 60px;
}

.color-one {
    color: #f75757;
}

.color-two {
    color: #00d747;
}

.color-three {
    color: #9262ff;
}

.color-four {
    color: #088ed3;
}

.bg-about {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 45%;
    min-height: 650px;
    background: url("../images/about/home-8.jpg") no-repeat;
    background-size: cover;
}

.about-content {
    padding: 20px 0px 0px 80px;
}

    .about-content h4 {
        font-weight: 600;
    }

        .about-content h4:before {
            position: absolute;
            content: "\f576";
            font-family: "Font Awesome 5 Free";
            font-size: 30px;
            position: absolute;
            top: 8px;
            left: -65px;
            font-weight: 700;
        }

.counter-item .counter-stat {
    font-size: 50px;
}

.counter-item p {
    margin-bottom: 0px;
}

.bg-counter {
    background: url("../images/bg/counter.jpg") no-repeat;
    background-size: cover;
}

.team-img-hover .team-social li a.facebook {
    background: #6666cc;
}

.team-img-hover .team-social li a.twitter {
    background: #3399cc;
}

.team-img-hover .team-social li a.instagram {
    background: #cc66cc;
}

.team-img-hover .team-social li a.linkedin {
    background: #3399cc;
}

.team-img-hover {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

    .team-img-hover li a {
        display: inline-block;
        color: #fff;
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
        border: 2px solid transparent;
        border-radius: 2px;
        text-align: center;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .team-img-hover:hover li a:hover {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

.team-item:hover .team-img-hover {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.service-item {
    position: relative;
    padding-left: 80px;
}

    .service-item i {
        position: absolute;
        left: 0px;
        top: 5px;
        font-size: 50px;
        opacity: .4;
    }

.cta {
    background: url("../../images/kirazmermer/products/altresim1.png") fixed 50% 50%;
    background-size: cover;
    padding: 120px 0px;
}

.cta-block {
    background: url("../../images/kirazmermer/products/altresim1.png") no-repeat;
    background-size: cover;
}

.testimonial-item {
    padding: 50px 30px;
}

    .testimonial-item i {
        font-size: 40px;
        position: absolute;
        left: 30px;
        top: 30px;
        z-index: 1;
    }

    .testimonial-item .testimonial-text {
        font-size: 20px;
        line-height: 38px;
        color: #242424;
        margin-bottom: 30px;
        font-style: italic;
    }

    .testimonial-item .testimonial-item-content {
        padding-left: 65px;
    }

.slick-slide:focus, .slick-slide a {
    outline: none;
}

.hero-img {
    background: url("../images/bg/home-5.jpg");
    position: absolute;
    content: "";
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0px;
}

.h70 {
    height: 55%;
}

.lh-45 {
    line-height: 45px;
}

.pricing-header h1 {
    font-size: 70px;
    font-weight: 300;
}

.pricing .btn-solid-border {
    border-color: #dedede;
}

    .pricing .btn-solid-border:Hover {
        border-color: #f75757;
    }

.portflio-item .portfolio-item-content {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    opacity: 0;
    transition: all .35s ease;
}

.portflio-item:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all .35s ease;
    overflow: hidden;
}

.portflio-item:hover:before {
    opacity: 1;
}

.portflio-item:hover .portfolio-item-content {
    opacity: 1;
    bottom: 30px;
    right: 0;
}

.portflio-item .overlay-item {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    color: #f75757;
    opacity: 0;
    transition: all .35s ease;
}

.portflio-item:hover .overlay-item {
    opacity: 1;
}

.contact-form-wrap .form-group {
    padding-bottom: 15px;
    margin: 0px;
}

    .contact-form-wrap .form-group .form-control {
        background: #f5f8f9;
        height: 48px;
        border: 1px solid #EEF2F6;
        box-shadow: none;
        width: 100%;
    }

.contact-form-wrap .form-group-2 {
    margin-bottom: 13px;
}

    .contact-form-wrap .form-group-2 textarea {
        background: #f5f8f9;
        height: 135px;
        border: 1px solid #EEF2F6;
        box-shadow: none;
        width: 100%;
    }

.address-block li {
    margin-bottom: 10px;
}

    .address-block li i {
        font-size: 20px;
        width: 20px;
    }

.social-icons li {
    margin: 0 6px;
}

.social-icons i {
    margin-right: 15px;
    font-size: 25px;
}

.google-map {
    position: relative;
}

    .google-map #map {
        width: 100%;
        height: 450px;
    }

/*=================================================================
  Latest Posts
==================================================================*/
.blog-item-content h3 {
    line-height: 36px;
}

    .blog-item-content h3 a {
        transition: all .4s ease 0s;
    }

        .blog-item-content h3 a:hover {
            color: #f75757 !important;
        }

.lh-36 {
    line-height: 36px;
}

.tags a {
    background: #f5f8f9;
    display: inline-block;
    padding: 8px 23px;
    border-radius: 38px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    font-size: 14px;
    text-transform: capitalize;
}

.pagination .nav-links a, .pagination .nav-links span.current {
    font-size: 20px;
    font-weight: 500;
    color: #c9c9c9;
    margin: 0 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

    .pagination .nav-links span.current, .pagination .nav-links a.next, .pagination .nav-links a.prev {
        color: #242424;
    }

h3.quote {
    font-size: 25px;
    line-height: 50px;
    font-weight: normal;
    padding: 0px 25px 0px 85px;
    margin: 65px 0 65px 0 !important;
    position: relative;
}

    h3.quote::before {
        content: '';
        width: 55px;
        height: 2px;
        background: #f75757;
        position: absolute;
        top: 25px;
        left: 0;
    }

.nav-posts-title {
    line-height: 25px;
    font-size: 18px;
}

.latest-blog {
    position: relative;
    padding-bottom: 150px;
}

.mt-70 {
    margin-top: -70px;
}

.border-1 {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.blog-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/*=================================================================
  Single Blog Page
==================================================================*/
.post.post-single {
    border: none;
}

    .post.post-single .post-thumb {
        margin-top: 30px;
    }

.post-sub-heading {
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
}

.post-social-share {
    margin-bottom: 50px;
}

.post-comments {
    margin: 30px 0;
}

    .post-comments .media {
        margin-top: 20px;
    }

        .post-comments .media > .pull-left {
            padding-right: 20px;
        }

    .post-comments .comment-author {
        margin-top: 0;
        margin-bottom: 0px;
        font-weight: 500;
    }

        .post-comments .comment-author a {
            color: #f75757;
            font-size: 14px;
            text-transform: uppercase;
        }

    .post-comments time {
        margin: 0 0 5px;
        display: inline-block;
        color: #808080;
        font-size: 12px;
    }

    .post-comments .comment-button {
        color: #f75757;
        display: inline-block;
        margin-left: 5px;
        font-size: 12px;
    }

        .post-comments .comment-button i {
            margin-right: 5px;
            display: inline-block;
        }

        .post-comments .comment-button:hover {
            color: #f75757;
        }

.post-excerpt {
    margin-bottom: 60px;
}

    .post-excerpt h3 a {
        color: #000;
    }

    .post-excerpt p {
        margin: 0 0 30px;
    }

    .post-excerpt blockquote.quote-post {
        margin: 20px 0;
    }

        .post-excerpt blockquote.quote-post p {
            line-height: 30px;
            font-size: 20px;
            color: #f75757;
        }

.single-blog {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 20px;
}

.blog-subtitle {
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.next-prev {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    margin: 20px 0;
    padding: 25px 0;
}

    .next-prev a {
        color: #000;
    }

        .next-prev a:hover {
            color: #f75757;
        }

    .next-prev .prev-post i {
        margin-right: 10px;
    }

    .next-prev .next-post i {
        margin-left: 10px;
    }

.social-profile ul li {
    margin: 0 10px 0 0;
    display: inline-block;
}

    .social-profile ul li a {
        color: #4e595f;
        display: block;
        font-size: 16px;
    }

        .social-profile ul li a i:hover {
            color: #f75757;
        }

.comments-section {
    margin-top: 35px;
}

.author-about {
    margin-top: 40px;
}

.post-author {
    margin-right: 20px;
}

    .post-author > img {
        border: 1px solid #dedede;
        max-width: 120px;
        padding: 5px;
        width: 100%;
    }

.comment-list ul {
    margin-top: 20px;
}

    .comment-list ul li {
        margin-bottom: 20px;
    }

.comment-wrap {
    border: 1px solid #dedede;
    border-radius: 1px;
    margin-left: 20px;
    padding: 10px;
    position: relative;
}

    .comment-wrap .author-avatar {
        margin-right: 10px;
    }

    .comment-wrap .media .media-heading {
        font-size: 14px;
        margin-bottom: 8px;
    }

        .comment-wrap .media .media-heading a {
            color: #f75757;
            font-size: 13px;
        }

    .comment-wrap .media .comment-meta {
        font-size: 12px;
        color: #888;
    }

    .comment-wrap .media p {
        margin-top: 15px;
    }

.comment-reply-form {
    margin-top: 80px;
}

    .comment-reply-form input, .comment-reply-form textarea {
        height: 35px;
        border-radius: 0;
        box-shadow: none;
    }

        .comment-reply-form input:focus, .comment-reply-form textarea:focus {
            box-shadow: none;
            border: 1px solid #f75757;
        }

    .comment-reply-form textarea, .comment-reply-form .btn-main, .comment-reply-form .btn-transparent, .comment-reply-form .btn-small {
        height: auto;
    }

.widget {
    margin-bottom: 30px;
    padding-bottom: 35px;
}

    .widget .widget-title {
        margin-bottom: 15px;
        padding-bottom: 10px;
        font-size: 16px;
        color: #333;
        font-weight: 500;
        border-bottom: 1px solid #dedede;
    }

    .widget.widget-latest-post .media .media-object {
        width: 100px;
        height: auto;
    }

    .widget.widget-latest-post .media .media-heading a {
        color: #242424;
        font-size: 16px;
    }

    .widget.widget-latest-post .media p {
        font-size: 12px;
        color: #808080;
    }

    .widget.widget-category ul li {
        margin-bottom: 10px;
    }

        .widget.widget-category ul li a {
            color: #837f7e;
            transition: all 0.3s ease;
        }

            .widget.widget-category ul li a:before {
                padding-right: 10px;
            }

            .widget.widget-category ul li a:hover {
                color: #f75757;
                padding-left: 5px;
            }

    .widget.widget-tag ul li {
        margin-bottom: 10px;
        display: inline-block;
        margin-right: 5px;
    }

        .widget.widget-tag ul li a {
            color: #837f7e;
            display: inline-block;
            padding: 8px 15px;
            border: 1px solid #dedede;
            border-radius: 30px;
            font-size: 14px;
            transition: all 0.3s ease;
        }

            .widget.widget-tag ul li a:hover {
                color: #fff;
                background: #f75757;
                border: 1px solid #f75757;
            }

.footer {
    padding-bottom: 10px;
}

    .footer .copyright a {
        font-weight: 600;
    }

.lh-35 {
    line-height: 35px;
}

.logo {
    color: #242424;
    font-weight: 600;
    letter-spacing: 1px;
}

    .logo span {
        color: #f75757;
    }

.sub-form {
    position: relative;
}

    .sub-form .form-control {
        border: 1px solid rgba(0, 0, 0, 0.06);
        background: #f5f8f9;
    }

.footer-btm {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-socials li a {
    margin-left: 15px;
}

/*=== MEDIA QUERY ===*/
@media (max-width: 400px) {
    .header-top .header-top-info a {
        margin-left: 0px;
        display: block;
    }

    .navbar-toggler {
        color: #fff;
    }

    .slider .block h1 {
        font-size: 28px;
        line-height: 40px;
    }

    .slider {
        padding: 126px 0 151px 0;
    }

    .content-title {
        font-size: 28px;
        line-height: 46px;
    }

    .bg-about {
        display: none;
    }

    .p-5 {
        padding: 2rem !important;
    }

    h2, .h2 {
        font-size: 1.3rem;
        font-weight: 600;
        line-height: 36px;
    }

    .testimonial-item .testimonial-item-content {
        padding-left: 0px;
        padding-top: 30px;
    }

    .footer-socials {
        margin-top: 20px;
    }

        .footer-socials li a {
            margin-left: 0px;
        }

    .text-lg {
        font-size: 3rem;
    }

    .header-top .header-top-info {
        padding-bottom: 15px;
    }

    .blog-item-meta span {
        margin: 6px 0px;
    }

    .widget {
        margin-bottom: 30px;
        padding-bottom: 0px;
    }

    .dropdown-menu {
        display: none;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .header-top .header-top-info a {
        margin-left: 0px;
    }

    .navbar-toggler {
        color: #fff;
    }

    .slider .block h1 {
        font-size: 38px;
        line-height: 50px;
    }

    .slider {
        padding: 126px 0 151px 0;
    }

    .content-title {
        font-size: 28px;
        line-height: 46px;
    }

    .bg-about {
        display: none;
    }

    .p-5 {
        padding: 2rem !important;
    }

    h2, .h2 {
        font-size: 1.3rem;
        font-weight: 600;
        line-height: 36px;
    }

    .testimonial-item .testimonial-item-content {
        padding-left: 0px;
        padding-top: 30px;
    }

    .footer-socials {
        margin-top: 20px;
    }

        .footer-socials li a {
            margin-left: 0px;
        }

    .blog-item-meta span {
        display: block;
        margin: 6px 0px;
    }

    .widget {
        margin-bottom: 30px;
        padding-bottom: 0px;
    }

    .dropdown-menu {
        display: none;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .navbar-toggler {
        color: #fff;
    }

    .bg-about {
        display: none;
    }

    .footer-socials {
        margin-top: 20px;
    }

        .footer-socials li a {
            margin-left: 0px;
        }

    .slider .block h1 {
        font-size: 56px;
        line-height: 70px;
    }

    .blog-item-meta span {
        display: block;
        margin: 6px 0px;
    }

    .widget {
        margin-bottom: 30px;
        padding-bottom: 0px;
    }

    .dropdown-menu {
        display: none;
        width: 100%;
        text-align: center;
    }
}

/*# sourceMappingURL=maps/style.css.map */

/*********************
******Contact*********
**********************/

.whatsapp-link:hover i {
    transform: scale(1.2); /* i etiketini %10 büyütür */
    transition: transform 0.3s ease; /* Yumuşak bir geçiş ekler */
}

.telegram-link:hover i {
    transform: scale(1.2); /* i etiketini %10 büyütür */
    transition: transform 0.3s ease; /* Yumuşak bir geçiş ekler */
}




.tablinks {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

/*********************
******Contact*********
**********************/

/*********************
******Product*********
**********************/



.product_h {
    display: block;
}

.portflio-item:hover .product_h {
    display: none;
}

.portflio-item:hover .thumbnailsa {
    display: none;
}

@media(max-width:576px) {

    .product_h h3 {
        font-size: 16px;
    }

    .thumbnails img {
        width: 60px; /* Tüm resimleri aynı genişlikte yapar */
        height: 60px; /* Tüm resimleri aynı yükseklikte yapar */
        object-fit: cover; /* Resmi düzgün bir şekilde kırpar ve ortalar */
        border-radius: 5px; /* Kenarları yuvarlatır */
        border: 2px solid #fff; /* Resimlerin etrafına beyaz bir çerçeve ekler */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Hafif bir gölge efekti */
    }

    .thumbnailsa img {
        width: 60px; /* Tüm resimleri aynı genişlikte yapar */
        height: 60px; /* Tüm resimleri aynı yükseklikte yapar */
        object-fit: cover; /* Resmi düzgün bir şekilde kırpar ve ortalar */
        border-radius: 5px; /* Kenarları yuvarlatır */
        border: 1px solid black; /* Resimlerin etrafına beyaz bir çerçeve ekler */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Hafif bir gölge efekti */
    }
}


@media(min-width:576px) {

    .product_h h3 {
        font-size: 16px;
    }

    .thumbnails img {
        width: 70px; /* Tüm resimleri aynı genişlikte yapar */
        height: 70px; /* Tüm resimleri aynı yükseklikte yapar */
        object-fit: cover; /* Resmi düzgün bir şekilde kırpar ve ortalar */
        border-radius: 5px; /* Kenarları yuvarlatır */
        border: 2px solid #fff; /* Resimlerin etrafına beyaz bir çerçeve ekler */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Hafif bir gölge efekti */
    }

    .thumbnailsa img {
        width: 70px; /* Tüm resimleri aynı genişlikte yapar */
        height: 70px; /* Tüm resimleri aynı yükseklikte yapar */
        object-fit: cover; /* Resmi düzgün bir şekilde kırpar ve ortalar */
        border-radius: 5px; /* Kenarları yuvarlatır */
        border: 1px solid black; /* Resimlerin etrafına beyaz bir çerçeve ekler */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Hafif bir gölge efekti */
    }
}


@media (min-width:768px) {

    .thumbnails img {
        width: 50px; /* Tüm resimleri aynı genişlikte yapar */
        height: 50px; /*Tüm resimleri aynı yükseklikte yapar */
        object-fit: cover; /* Resmi düzgün bir şekilde kırpar ve ortalar */
        border-radius: 5px; /*Kenarları yuvarlatır */
        border: 2px solid #fff; /* Resimlerin etrafına beyaz bir çerçeve ekler */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /*Hafif bir gölge efekti */
    }

    .thumbnailsa img {
        width: 50px; /*Tüm resimleri aynı genişlikte yapar */
        height: 50px; /*Tüm resimleri aynı yükseklikte yapar */
        object-fit: cover; /*Resmi düzgün bir şekilde kırpar ve ortalar */
        border-radius: 5px; /* Kenarları yuvarlatır */
        border: 1px solid black; /*Resimlerin etrafına beyaz bir çerçeve ekler*/
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /*Hafif bir gölge efekti */
    }
}

@media (min-width:992px) {

    .thumbnails img {
        width: 50px; /* Tüm resimleri aynı genişlikte yapar */
        height: 50px; /*Tüm resimleri aynı yükseklikte yapar */
        object-fit: cover; /* Resmi düzgün bir şekilde kırpar ve ortalar */
        border-radius: 5px; /*Kenarları yuvarlatır */
        border: 2px solid #fff; /* Resimlerin etrafına beyaz bir çerçeve ekler */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /*Hafif bir gölge efekti */
    }

    .thumbnailsa img {
        width: 50px; /*Tüm resimleri aynı genişlikte yapar */
        height: 50px; /*Tüm resimleri aynı yükseklikte yapar */
        object-fit: cover; /*Resmi düzgün bir şekilde kırpar ve ortalar */
        border-radius: 5px; /* Kenarları yuvarlatır */
        border: 1px solid black; /*Resimlerin etrafına beyaz bir çerçeve ekler*/
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /*Hafif bir gölge efekti */
    }
}


@media (min-width:1200px) {

    .thumbnails img {
        width: 70px; /* Tüm resimleri aynı genişlikte yapar */
        height: 70px;
        T /*üm resimleri aynı yükseklikte yapar */
        object-fit: cover; /* Resmi düzgün bir şekilde kırpar ve ortalar */
        border-radius: 5px; /*Kenarları yuvarlatır */
        border: 2px solid #fff; /* Resimlerin etrafına beyaz bir çerçeve ekler */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /*Hafif bir gölge efekti */
    }

    .thumbnailsa img {
        width: 70px; /*Tüm resimleri aynı genişlikte yapar */
        height: 70px; /*Tüm resimleri aynı yükseklikte yapar */
        object-fit: cover; /*Resmi düzgün bir şekilde kırpar ve ortalar */
        border-radius: 5px; /* Kenarları yuvarlatır */
        border: 1px solid black; /*Resimlerin etrafına beyaz bir çerçeve ekler*/
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /*Hafif bir gölge efekti */
    }
}


@media (min-width:1500px) {

    .thumbnails img {
        width: 80px; /* Tüm resimleri aynı genişlikte yapar */
        height: 80px;
        T /*üm resimleri aynı yükseklikte yapar */
        object-fit: cover; /* Resmi düzgün bir şekilde kırpar ve ortalar */
        border-radius: 5px; /*Kenarları yuvarlatır */
        border: 2px solid #fff; /* Resimlerin etrafına beyaz bir çerçeve ekler */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /*Hafif bir gölge efekti */
    }

    .thumbnailsa img {
        width: 80px; /*Tüm resimleri aynı genişlikte yapar */
        height: 80px; /*Tüm resimleri aynı yükseklikte yapar */
        object-fit: cover; /*Resmi düzgün bir şekilde kırpar ve ortalar */
        border-radius: 5px; /* Kenarları yuvarlatır */
        border: 1px solid black; /*Resimlerin etrafına beyaz bir çerçeve ekler*/
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /*Hafif bir gölge efekti */
    }
}

.thumbnails {
    display: none;
}

.portflio-item .thumbnails {
    display: block;
}
/* Küçük resimler için ortak stil */
.thumbnails {
    display: flex;
    gap: 10px; /* Resimler arasındaki boşluk */
    justify-content: center; /* Ortalamak için */
}


    /* Hover durumunda küçük resimlere efekt */
    .thumbnails img:hover {
        transform: scale(1.05); /* Hover ile biraz büyütme */
        transition: transform 0.2s ease-in-out; /* Geçiş efekti */
    }

.thumbnailsa {
    display: flex;
    gap: 10px; /* Resimler arasındaki boşluk */
    justify-content: center; /* Ortalamak için */
    margin-top: 15px; /* Üst boşluk */
}



    /* Hover durumunda küçük resimlere efekt */
    .thumbnailsa img:hover {
        transform: scale(1.05); /* Hover ile biraz büyütme */
        transition: transform 0.2s ease-in-out; /* Geçiş efekti */
    }


/*********************
******Product*********
**********************/

/*.row {
    margin: 0 !important;
    padding: 0 !important;
}

.col {
    margin: 0 !important;
    padding: 0 !important;
}
*/
@media(max-width:768px) {
    .products_img {
        min-height: 300px;
    }
}

@media(min-width:768px) {
    .products_img {
        min-height: 200px;
    }
}

@media(min-width:900px) {
    .products_img {
        min-height: 250px;
    }
}

@media(min-width:1200px) {
    .products_img {
        min-height: 300px;
    }
}
/*********************
******Servce*********
**********************/

@media(min-width:992px) {
    .service_Content {
        padding: 30px !important;
    }

    .section {
        padding: 50px !important;
    }
}

@media(max-width:992px) {
    .service_Content {
        padding: 10px !important;
    }

    .section {
        padding: 10px !important;
    }
}


.shadoww {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
}




.gallery-container {
    max-width: 100%;
    /*    text-align: center;
*/
}

.page-title {
    padding: 0 !important;
}


@media(max-width:460px) {
    .main-image-container {
        width: 100%;
        height: 300px !important;
    }

    .service_Content h3 {
        font-family: 'Bell MT';
        font-size: 24px;
    }
}

@media(min-width:460px) {
    .main-image-container {
        width: 100%;
        height: 400px !important;
    }

    .service_Content h3 {
        font-family: 'Bell MT';
        font-size: 24px;
    }
}

@media(min-width:768px) {
    .main-image-container {
        width: 100%;
        height: 350px !important;
    }

    .service_Content h3 {
        font-family: 'Bell MT';
        font-size: 24px;
    }
}

@media(min-width:992px) {
    .main-image-container {
        width: 100%;
        height: 300px !important;
    }

    .service_Content h3 {
        font-family: 'Bell MT';
        font-size: 18px;
    }
}

@media(min-width:1281px) {
    .main-image-container {
        width: 100%;
        height: 400px !important;
    }

    .service_Content h3 {
        font-family: 'Bell MT';
        font-size: 24px;
    }
}

.thumbnail.active {
    transform: scale(1.1);
    /*    background-color: black;
*/
}


.w3-center {
    background-color: black;
    color: white;
    margin: 0;
}

.thumbnail-container {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 5px;
}

@media(max-width:578px) {
    .thumbnail-container::after {
        content: '➔'; /* Sağ ok simgesi */
        position: absolute;
        right: 10px; /* Sağ kenardan boşluk */
        top: 50%;
        transform: translateY(-50%);
        font-size: 24px; /* Ok büyüklüğü */
        color: #fff; /* Ok rengi */
        opacity: 0.7; /* Hafif şeffaflık */
        pointer-events: none; /* Kullanıcı tıklamasını engelle */
    }
}

.popup-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.popup-content {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 90%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.close-button {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

    .close-button:hover,
    .close-button:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

.main-image {
    width: 100%;
    height: 100%;
}




@media(max-width:325px) {
    .thumbnail {
        flex: 1;
        cursor: pointer;
        opacity: 0.3;
        transition: opacity 0.3s;
        width: 100%;
        height: 100%;
    }

    .thumbnaildiv {
        max-height: 85px;
        max-width: 85px;
        padding: 4px;
        margin: 6px;
    }
}

@media(min-width:325px) {
    .thumbnail {
        flex: 1;
        cursor: pointer;
        opacity: 0.3;
        transition: opacity 0.3s;
        width: 100%;
        height: 100%;
    }

    .thumbnaildiv {
        max-height: 125px;
        max-width: 125px;
        padding: 4px;
        margin: 6px;
    }
}



@media(min-width:992px) {
    .thumbnail {
        flex: 1;
        cursor: pointer;
        opacity: 0.3;
        transition: opacity 0.3s;
        width: 100%;
        height: 100%;
    }

    .thumbnaildiv {
        max-height: 90px;
        max-width: 90px;
        padding: 4px;
        margin: 6px;
    }
}


@media(min-width:1200px) {
    .thumbnail {
        flex: 1;
        cursor: pointer;
        opacity: 0.3;
        transition: opacity 0.3s;
        width: 100%;
        height: 100%;
    }

    .thumbnaildiv {
        max-height: 125px;
        max-width: 125px;
        padding: 4px;
        margin: 6px;
    }
}




.thumbnail:first-child {
    margin-left: 0; /* İlk küçük resimde sol boşluk olmasın */
}

.thumbnail:last-child {
    margin-right: 0; /* Son küçük resimde sağ boşluk olmasın */
}


.thumbnail:hover {
    opacity: 1;
}

.active {
    opacity: 1 !important;
}

/*********************
******Service*********
**********************/




footer {
    background-color: #111;
    padding: 40px 0;
    color: white;
    margin-top: 50px;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-info h4, .social-media h4 {
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
}

.contact-info p {
    margin: 5px 0;
    font-size: 16px;
    color: #ddd;
}

.social-media a {
    display: inline-block;
    margin-right: 15px;
    font-size: 24px;
    color: #ddd;
    transition: color 0.3s ease;
}

    .social-media a:hover {
        color: #fff;
    }

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .social-media {
        margin-top: 20px;
    }
}


/*

******************************
********** Anasayfa***********
*******************************/

.slider {
    background: url("../images/CNİ/slider2.png") no-repeat center center;
    background-size: cover;
    position: relative;
    width: 100%;
    max-height: 850px; /* İsteğe bağlı olarak, maksimum yükseklik belirleyebilirsin */
}

.slider_position_absolute {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-25%,-50%);
    color: white;
    z-index: 5;
}



    @media (max-width: 768px) {
        .slider {
            height: 50vh; /* Mobilde slider yüksekliğini daha düşük yaparak görünümü daha iyi hale getirebilirsin */
        }

        .slider_position_absolute h2 {
            font-size: 16px;
        }

        .slider_position_absolute h3 {
            font-size: 12px;
        }
    }

    @media(min-width:768px) {
        .slider {
            height: 86vh; /* Mobilde slider yüksekliğini daha düşük yaparak görünümü daha iyi hale getirebilirsin */
        }

        .slider_position_absolute h2 {
            font-size: 36px;
        }

        .slider_position_absolute h3 {
            font-size: 30px;
        }
    }

    @media (min-width: 1400px) {
        .slider {
            height: 92vh; /* Mobilde slider yüksekliğini daha düşük yaparak görünümü daha iyi hale getirebilirsin */
        }
    }

    .section-about {
    height: 300px;
}


.catalog:hover {
    transform: scale(1.3);
    /*    background-color: black;
*/
}

/******************************
********İNDEX ÜRÜNLER *******
******************************/

.services {
    position: relative;
    padding: 40px 20px;
    text-align: center;
    background-color: #ffffff; /* Alt kısmın beyaz olması */
}

    .services::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 50%; /* Yüksekliğin yarısına kadar görünsün */
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0)), url('../images/kirazmermer/products/Marmara Ekvator Marble.jpg');
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.15) 30%, rgba(255, 255, 255, 1) 100%), url('../images/kirazmermer/products/Marmara Ekvator Marble.jpg');
        background-size: cover;
        background-position: center;
        z-index: 1; /* İçeriğin arka planının görünmesi için */
    }


.services-overlay {
    position: relative;
    z-index: 1000; /* Metin ve kartların arka planın önünde görünmesi için */
    color: white; /* Metin rengi */
}

.services h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.service-cards {
    /*    gap: 20px;
*/ justify-content: center;
}

.service-card {
    padding: 20px;
    text-align: center;
    z-index: 3
}

.card_içi {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

    .card_içi:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

.aa img {
    max-height: 500px !important;
}


.service-card h3 {
    font-size: 1.2rem;
    margin: 15px 0;
}

.service-card a {
    text-decoration: none;
    color: #4CAF50;
    font-weight: bold;
}

/* Mobil görünüm için medya sorgusu */
@media (max-width: 768px) {
    .service-cards {
        grid-template-columns: 1fr; /* Mobilde kartları tek sütun yap */
    }
}

/******************************
********İNDEX ÜRÜNLER *******
******************************/







.list-unstyled .nav-link {
    font-size: 16px !important;
    margin-bottom: 5px !important;
    color: #8e7d5f;
}

    .list-unstyled .nav-link:hover {
        transform: scale(1.2);
        color: white;
    }

.footer_ss .footer_ss_a {
    color: #8e7d5f;
}

.list-unstyled .nav-link:hover {
    transform: scale(1.2);
    color: white;
}

.footer_ss p:hover {
    transform: scale(1.2);
}

    .footer_ss p:hover a {
        color: white;
    }

/*********Navbar**********/
/* Menü sağa dayalı olsun */
@media(min-width:992px) {
    #navbarsExample09 {
        display: flex;
        justify-content: flex-end;
    }
}

@media (max-width: 992px) {
    /*    #navbarsExample09 {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-collapse {
        background-color: #000;
        Arka plan rengini burada değiştirebilirsiniz padding: 10px;
    }*/

    .navbar-collapse.collapse:not(.show) {
        display: none;
    }
}




@media(min-width:992px;) {
    .contact-content {
        padding: 25px;
    }
}





#Mapss .vertical-tab {
    display: flex;
    flex-direction: column;
}

#Mapss .nav-tabs {
    display: flex;
    justify-content: center;
    width: 100%;
    border: none;
}

    #Mapss .nav-tabs li {
        list-style: none;
    }




.nav-tabs li:has(a.active) {
}


.tablinks.active li {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    background-color: aliceblue;
    border-radius: 25px 25px 0 0;
}


.tablinks {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 5 !important;
    padding-right: 5 !important;
}







.thumbnail-container {
    display: flex !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
}

.thumbnaildiv {
    flex: 0 0 auto !important; /* Bu satır, her bir thumbnail resminin genişliğini sınırlamak için eklenir */
    margin-right: 10px !important;
}












.marquee_container {
    position: relative;
    background: url('../images/CNİ/sliderarka.png') no-repeat 0 0;
    background-repeat: no-repeat;
    background-size: 100% 70%; /* Yüksekliği %50 yaparak arka planı küçültüyoruz */
    color: white;
}

    .marquee_container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 70%;
        background-color: rgba(0, 0, 1, 0.95); /* Arka planın üzerine karartma */
        z-index: 1; /* Fotoğrafın üstünde olmasını sağlıyoruz */
    }

    .marquee_container .containera {
        position: relative;
        z-index: 2; /* İçeriğin karartmanın üstünde görünmesi için */
        padding-top: 50px;
    }



.pic_img_link:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3); /* Hafif beyazlık, 0.3 ile şeffaflık ayarı */
    animation: fadeIn 0.6s forwards; /* 2 saniyelik animasyon */
}



#marquee {
    padding: 50px 0px;
    width: 100%;
    height: 50vh;
}

    #marquee .overflow_div {
        overflow: hidden;
        width: 100%;
        height: 100%
    }

    #marquee .pic-container {
        display: flex;
        animation: marquee 25s infinite linear;
        height: 100%
    }

        /* #marquee:hover {
    animation-play-state: paused;
} */

        #marquee .pic-container .pic {
            flex-basis: 15%;
            flex-shrink: 0;
            height: 100%;
            padding: 25px;
            position: relative;
        }

            #marquee .pic-container .pic .pic_text {
                position: absolute;
                bottom: 20%;
                left: 15%;
                color: white;
                display: flex;
                align-items: center;
            }

    #marquee img {
        width: 100%;
        object-fit: cover;
        height: 100%;
        border-radius: 10px;
    }

@media(min-width:1024px) {
    .pic_text_h3 {
        font-size: 25px;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.8)
    }

    .pic_text i {
        display: none !important;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.8)
    }

    .pic_img_link:hover .pic_text i {
        display: inline !important;
    }

    .pic_img_link:hover .pic_text {
        transform: scale(1.1);
    }

    .pic_img_link:hover img {
        filter: brightness(0.4); /* Resmi karartmıyoruz, beyazlık daha belirgin olsun diye */
    }
}

@media(min-width:1500px) {
    .pic_text_h3 {
        font-size: 30px;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.8)
    }

    .pic_text i {
        display: none !important;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.8)
    }

    .pic_img_link:hover .pic_text i {
        display: inline !important;
    }

    .pic_img_link:hover .pic_text {
        transform: scale(1.1);
    }

    .pic_img_link:hover img {
        filter: brightness(0.4); /* Resmi karartmıyoruz, beyazlık daha belirgin olsun diye */
    }
}




@media (max-width: 1024px) {
    #marquee .pic-container .pic {
        flex-basis: 80%;
    }

    .pic_text_h3 {
        font-size: 30px;
    }


    .pic_img_link:hover .pic_text {
        transform: scale(1.1);
    }

    .pic_img_link:hover img {
        filter: brightness(0.4); /* Resmi karartmıyoruz, beyazlık daha belirgin olsun diye */
    }
}

@media (max-width: 768px) {
    #marquee .pic-container .pic {
        flex-basis: 80%;
    }

    .pic_text_h3 {
        font-size: 20px;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.8)
    }



    .pic_img_link:hover .pic_text {
        transform: scale(1.1);
    }

    .pic_img_link:hover img {
        filter: brightness(0.4); /* Resmi karartmıyoruz, beyazlık daha belirgin olsun diye */
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 1024px) {
    @keyframes marquee {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-125%);
        }
    }
}

@media (max-width: 768px) {
    @keyframes marquee {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-186.65%);
        }
    }
}




.whatsapp-fixed-container {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 9999;
}

/* WhatsApp Butonu */
.whatsapp-link {
    display: inline-block;
    background-color: #25d366;
    color: white;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-size: 14px;
    color: white !important;
    position: relative;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

    /* WhatsApp İkonu */
    .whatsapp-link i {
        font-size: 24px;
        z-index: 2;
    }

/* Dalga Animasyonu */
.wave {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 211, 102, 0.5);
    border-radius: 50%;
    animation: wave-animation 1.5s infinite;
}

    /* Dalga Efektinin Zamanlaması */
    .wave:nth-child(2) {
        animation-delay: 0.5s;
    }

    .wave:nth-child(3) {
        animation-delay: 1s;
    }

/* Dalga Animasyonu */
@keyframes wave-animation {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}