﻿
html, body {
    height: 100%;
    color: #5f6a6d;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    font-family: 'Gotham';
    font-weight: 400;
    background-color: #f3fff7;
}


.bg-light-gray {
    background-color: #e4f0e9;
}

.btn-outline-orange {
    color: #ec9f1f;
    border-color: #ec9f1f;
}

    .btn-outline-orange:hover {
        color: #5f6a6d;
        border-color: #5f6a6d;
    }

.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff;
}

    .btn-outline-white:hover {
        color: #ec9f1f;
        border-color: #ec9f1f;
    }

.btn-outline-box-white {
    color: #ffffff;
    border-color: #ffffff;
}

    .btn-outline-box-white:hover {
        color: #ec9f1f;
        border-color: #ffffff;
        background-color: #ffffff;
    }

.btn-orange {
    color: #ffffff;
    background-color: #ec9f1f;
    border-color: #ec9f1f;
}

    .btn-orange:hover {
        color: #ffffff;
        background-color: #5f6a6d;
        border-color: #5f6a6d;
    }

.btn-group-lg > .btn, .btn-lg {
    line-height: 1.7;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.form-control {
    border: none;
    border-radius: .3rem !important;
    background-color: #f3fff7;
}

    .form-control:focus {
        color: #5f6a6d;
        background-color: #fff;
        border-color: none;
        outline: 0;
        box-shadow: none;
    }

.navbar {
    padding: 0px;
}

.navbar-brand {
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 16px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 33px;
    padding-top: 24px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #ec9f1f;
    background-color: #f3fff7;
    border-bottom: 1px solid #ec9f1f;
    border-radius: 3px 3px 2px 2px;
}

.navbar-light .navbar-nav .active:hover {
    background-color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ec9f1f;
}

.header-shadow {
    margin-top: 1px;
}

.phone-social-gen {
    position: absolute;
    right: 0px;
    top: 15px;
}

    .phone-social-gen ul li, .phone-social-gen-mobil ul li {
        display: inline-block;
    }

        .phone-social-gen ul li:first-child, .phone-social-gen-mobil ul li:first-child {
            margin-right: 15px;
            padding-right: 15px;
            border-right: 1px solid #ec9f1f;
        }

            .phone-social-gen ul li:first-child a span {
                color: #5f6a6d;
                margin-left: 8px;
            }

                .phone-social-gen ul li:first-child a span:hover {
                    color: #ec9f1f;
                }

        .phone-social-gen ul li i, .phone-social-gen-mobil ul li i {
            width: 30px;
            height: 30px;
            background-color: #ec9f1f;
            line-height: 30px;
            text-align: center;
            color: #f3fff7;
            border-radius: 50%;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -ms-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }

        .phone-social-gen ul li a:hover i, .phone-social-gen-mobil ul li a:hover i {
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -ms-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
            background-color: #5f6a6d;
        }

        .phone-social-gen ul li:last-child, .phone-social-gen-mobil ul li:last-child {
            margin-left: 15px;
            padding-left: 15px;
            border-left: 1px solid #ec9f1f;
            height: 30px;
            line-height: 30px;
        }

            .phone-social-gen ul li:last-child a, .phone-social-gen-mobil ul li:last-child a {
                color: #5f6a6d;
                font-weight: 600;
            }

                .phone-social-gen ul li:last-child a:hover, .phone-social-gen-mobil ul li:last-child a:hover {
                    color: #ec9f1f;
                }

.slider {
    margin-top: -60px;
}

.default-slider {
    position: relative;
    width: 100%;
    height: 60vh !important;
    z-index: 1;
    padding: 0px 0px 0px 0px;
}

    .default-slider .swiper-slide {
        width: 100%;
    }

        .default-slider .swiper-slide img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

.swiper-content {
    width: 1440px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.swiper-content-box {
    width: 420px;
}

    .swiper-content-box h1 {
        font-size: 50px;
        font-weight: 500;
        color: #ec9f1f;
        margin-bottom: 0px;
    }



    .swiper-content-box p {
        font-size: 16px;
        font-weight: 400;
        color: #ffffff;
    }


.hakkinda-slider h1 {
    font-size: 30px;
    font-weight: 500;
    color: #ec9f1f;
}

h1.page-title {
    font-size: 40px;
    font-weight: 500;
    color: #ec9f1f;
}



.frontpage_square {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    border-radius: 4px;
}


.hizmet-box-texture-bg:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.20);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.frontpage_square:hover .hizmet-box-texture-bg:before {
    background-color: rgba(0, 0, 0, 0.30);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.frontpage_square img {
    position: absolute;
    height: 100%;
    /*left: 50%;*/
    /*transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 00%);*/
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: scale(1.09, 1.09);
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-align: center;
}

.frontpage_square:hover img {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-filter: grayscale(0.4) blur(2px);
    filter: blur(2px);
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.urunlerimiz-box-content {
    position: absolute;
    top: 30px;
    left: 45px;
}

    .urunlerimiz-box-content h1 {
        font-size: 30px;
        font-weight: 500;
        color: #ffffff;
    }

    .urunlerimiz-box-content h6 {
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
    }

.abone-ol h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}

.abone-ol h2 {
    font-size: 20px;
    font-weight: 400;
}

.card {
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .card:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

.card-body {
    position: relative;
    padding: 32px;
}

.card-date h2 {
    position: absolute;
    padding: 3px 8px;
    right: 11px;
    top: -11px;
    font-size: 14px;
    color: #ffffff;
    background-color: #ec9f1f;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 0px;
}

.card-title {
    font-size: 24px;
    color: #ec9f1f;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.card-text {
    font-size: 14px;
    color: #5f6a6d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}



.copyright {
    font-size: 12px;
}

    .copyright a {
        font-weight: 500;
        color: #ec9f1f;
    }

.footer-menu h1 {
    font-size: 16px;
    font-weight: 600;
    color: #5f6a6d;
    margin-bottom: 20px;
}

ul.menu-footer {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-width: auto;
    column-width: auto;
    margin-bottom: 0px;
}

    ul.menu-footer li {
        margin-bottom: 5px;
        color: #5f6a6d;
    }

        ul.menu-footer li a {
            color: #5f6a6d;
        }

            ul.menu-footer li a:hover {
                color: #ec9f1f;
            }

.iletisim-block:not(:last-child) {
    margin-bottom: 7px;
}

.iletisim-block {
    position: relative;
    padding-left: 80px;
}

    .iletisim-block b {
        position: absolute;
        width: 80px;
        left: 0;
        top: 0;
        font-size: 14px;
        font-weight: 400;
        color: #ec9f1f;
    }

        .iletisim-block b:after {
            content: ":";
            position: absolute;
            right: 10px;
        }

    .iletisim-block p {
        margin-bottom: 0px;
    }

        .iletisim-block p a {
            color: #5f6a6d;
        }

            .iletisim-block p a:hover {
                color: #ec9f1f;
            }

ul.footer-social li {
    margin-bottom: 10px;
}

    ul.footer-social li i {
        width: 30px;
        height: 30px;
        background-color: #ec9f1f;
        line-height: 30px;
        text-align: center;
        color: #f3fff7;
        border-radius: 50%;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        margin-right: 15px;
    }

    ul.footer-social li span {
        border-left: 1px solid #ec9f1f;
        padding-left: 15px;
    }

    ul.footer-social li a {
        color: #5f6a6d;
    }

        ul.footer-social li a:hover {
            color: #ec9f1f;
        }

            ul.footer-social li a:hover i {
                -webkit-transition: 0.3s ease-in-out;
                -moz-transition: 0.3s ease-in-out;
                -ms-transition: 0.3s ease-in-out;
                -o-transition: 0.3s ease-in-out;
                transition: 0.3s ease-in-out;
                background-color: #5f6a6d;
            }

.hakkinda-slider {
    padding-bottom: 50px;
    /*height: 100%;*/
}

.swiper-button-next, .swiper-button-prev {
    top: auto;
    bottom: 0px;
    font-size: 20px;
    color: #ffffff;
    background-color: #ec9f1f;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    right: 50px;
    left: auto;
}


.breadcrumb {
    padding: .75rem 0px;
    margin-bottom: 1rem;
    background-color: transparent;
    border-radius: 0px;
    color: #5f6a6d;
}

.breadcrumb-item {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0,5px;
}

    .breadcrumb-item.active {
        color: #ec9f1f;
    }


    .breadcrumb-item a {
        color: #5f6a6d;
        padding-bottom: 2px;
    }

        .breadcrumb-item a:hover {
            color: #ec9f1f;
        }

.blog-content {
    border-radius: 0.25rem;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
}

    .blog-content h2 {
        color: #ec9f1f;
        font-size: 22px;
    }

.date-blog {
    position: absolute;
    padding: 3px 8px;
    right: 11px;
    top: -11px;
    font-size: 14px;
    color: #ffffff;
    background-color: #ec9f1f;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 0px;
}

.urun-content {
    border-radius: 0.25rem;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
}

.urun-title {
    font-size: 16px;
    margin-top: 10px;
    color: #ec9f1f;
}

.alt-kategori-gen .alt-kategori img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.alt-kategori-gen .alt-kategori:hover img {
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.modal-content {
    background-color: #e4f0e9;
}

.modal-title {
    color: #ec9f1f;
    font-size: 26px;
}

@media (max-width: 1600px) {
    .slider {
        margin-top: -60px;
    }

    .swiper-content {
        width: 1200px;
    }
}

@media (max-width: 1400px) {
    .slider {
        margin-top: -50px;
    }

    .swiper-content {
        width: 1060px;
    }
}

@media (max-width: 1200px) {
    .slider {
        margin-top: -40px;
    }

    .navbar-brand img {
        height: 150px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-weight: 500;
        font-size: 16px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 28px;
        padding-top: 15px;
    }

    .swiper-content {
        width: 90%;
    }

    .swiper-content-box {
        width: 500px;
    }

        .swiper-content-box h1 {
            font-size: 60px;
        }


        .swiper-content-box p {
            font-size: 16px;
        }
}

@media (max-width: 991.98px) {
    .slider {
        margin-top: -26px;
    }

    .navbar-brand img {
        height: 100px;
    }

    #nav-icon4 {
        margin-top: 40px;
    }

    .navbar-nav {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.6rem 1.5rem;
        font-size: 18px;
    }

    .swiper-content-box {
        width: 500px;
    }


    .blog-ana-sayfa:last-child {
        display: none;
    }

    .hakkinda-slider h1 {
        font-size: 26px;
    }
}

@media (max-width: 767.98px) {
    .slider {
        margin-top: -10px;
    }

    .default-slider {
        height: 50vh !important;
    }

    .swiper-content-box {
        width: 500px;
    }

        .swiper-content-box h1 {
            font-size: 40px;
        }

    .blog-ana-sayfa:last-child {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .slider {
        margin-top: 0px;
    }

    #nav-icon4 {
        margin-top: 0px;
    }

    .default-slider {
        height: auto !important;
    }

    .swiper-content {
        width: 90%;
        margin: 20px auto;
        position: relative;
        top: auto;
        left: auto;
                transform: none;
        -webkit-transform: none;

   /*     transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);*/
    }

    .swiper-content-box {
        width: 100%;
    }

        .swiper-content-box h1 {
            font-size: 30px;
            line-height: normal;
        }

        .swiper-content-box p {
            color: #5f6a6d;
        }

    h1.page-title {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
}

@media (max-width: 415px) {
}

@media (max-width: 382px) {
}

@media (max-width: 374px) {
}
