﻿
@import url(main.css);

body {
    font-family: 'Poppins', sans-serif;
    color: #343434;
    font-weight: 400;
   
}
.section-padding {
    padding: 100px 0;
}

.section-head {
    margin-bottom: 80px;
    text-align: center;
}

    .section-head h3 {
        font-weight: 900;
        font-size: 40px;
        /*position: relative;*/ /*başlık arkası nokta nokta*/
        display: inline-block;
        z-index: 4;

    }

        .section-head h3:after {
            content: '';
            width: 100%;
            height: 30px;
            background-image: url(../img/dots.png);
            background-repeat: repeat;
           /* position: absolute;*/
            bottom: -10px;
            left: 0;
            z-index: -1;
        }

.bg-gray {
    background: #f7f7f7;
}

h1, h2, h3, h4, h5, h6, .logo {
    font-family: 'Montserrat', sans-serif;
}

p {
    line-height: 1.6;
    margin: 0;
    font-size: 15px;
    color: #748182;
}

.cd-headline {
    font-size: 3rem;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .cd-headline {
        font-size: 4.4rem;
        font-weight: 700;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-headline {
        font-size: 6rem;
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

    .cd-words-wrapper b {
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        left: 0;
        top: 0;
    }

        .cd-words-wrapper b.is-visible {
            position: relative;
        }

.no-js .cd-words-wrapper b {
    opacity: 0;
}

    .no-js .cd-words-wrapper b.is-visible {
        opacity: 1;
    }

/* xclip */
.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;

}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

    .cd-headline.clip .cd-words-wrapper::after {
        /* line */
        content: '';
        position: absolute;
        top: 10%;
        right: 0;
        width: 2px;
        height: 70%;
        background-color: #aebcb9;
    }

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline b.is-visible {
    opacity: 1;
}

.buton {
    padding: 10px 30px;
    border: 1px solid #1c1c1c;
    border-radius: 5px;
    font-size: 13px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .buton:hover {
        background: #1c1c1c;
        color: #eee;
    }

.buton-bg {
    background: #1c1c1c;
    color: #eee;
}

    .buton-bg:hover {
        background: #0065ad !important;
        color: #343434 !important;
    }



/* -------------------------------------------------------
                     Navbar 
-------------------------------------------------------- */
.navbar-default {
    padding: 20px 0 30px;
    background: none;
    border: none;
    border-radius: 0;
    position: fixed; /* This will fix the navbar to the top */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}


.navbar-default .navbar-nav > li > a {
    margin: 0 !important;
    color: #eee !important; /*navbar header renk*/
    padding: 0 !important;
    position: relative;
    overflow: hidden;
    font-weight: 700;
}

        .navbar-default .navbar-nav > li > a.active {
            color: #0065ad !important;
        }

    .navbar-default .navbar-nav > li > a:after {
        content: '';
        width: 0;
        height: 2px;
        background: #0065ad;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all .0s;
        transition: all .0s;
    }

    .navbar-default .navbar-nav > li {
        font-size: 14px;
        margin: 25px 20px 0;
        padding: 5px 10px;
        background: none;
        cursor: pointer;
        position: relative;
    }

        .navbar-default .navbar-nav > li .active {
            background: none;
        }

            .navbar-default .navbar-nav > li .active:after {
                width: 100%;
            }

.nav-scroll {
    background: #fff;
    -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
    min-height: 70px;
    line-height: 70px;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
   /* -webkit-transition: all .5s; nav barın efekti için
    transition: all .5s;*/


}

    .nav-scroll .logo {
        padding-top: 2px;
        color: #1c1c1c;
    }

        .nav-scroll .logo:hover, .nav-scroll .logo:focus {
            color: #1c1c1c;
        }

    .nav-scroll .navbar-nav > li > a {
        color: #111 !important;

    }

        .nav-scroll .navbar-nav > li > a:after {
            background: #0065ad; /*çizgi rengi*/
        }

.logo {
    float: left;
    padding-top: 0px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

    .logo:hover, .logo:focus {
        color: #fff;
    }

/* Navbar stil ayarlamaları */
.navbar-nav .dropdown .dropdown-toggle {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    background: transparent;
    border: none;
    outline: none;
}

.navbar-nav .dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;  
}

    .navbar-nav .dropdown .dropdown-menu li a {
        padding: 5px 15px;
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
        color: #000;  
    }

        .navbar-nav .dropdown .dropdown-menu li a:hover {
            color: #f1f1f1;
            background-color: #0065ad; /* renk kodunu değiştirebilirsiniz */
        }

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

.language-icon {
    width: 17px; /* İstediğiniz genişliği ayarlayın */
    height: 17px; /* İstediğiniz yüksekliği ayarlayın */
    fill: #ffffff; /* İlk renk olarak beyaz */
    vertical-align: middle; /* Diğer öğelerle aynı seviyede olması için */
}
.scrolled .language-icon {
    fill: #000;
}
/* -------------------------------------------------------
                     Header 
-------------------------------------------------------- */
.header {
    height: 70vh;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-color: #fdfdfc;
}
    .header video {
        width: 950px; /* Video genişliği yüzde 100 olacak şekilde ayarlandı */
        height: 85%; /* Yükseklik otomatik olarak ayarlanacak, oranı korur */
        margin: 0 500px;
    }
    .header + * {
        background: linear-gradient(to bottom, #fdfdfc, #c0d9eb);
    }
    .header:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /*background: #000;*/ /**/ /*video arkası renk opacity*/
        opacity: .65;
        z-index: 2;
    }

    .header.carousel {
        height: 70vh;
        background-size: cover;
        position: relative;
        overflow: hidden;
        background-color: #fdfdfc;
    }

        .header.carousel .item img {
            width: 950px;
            height: 85%;
            margin: 0 500px;
        }

    .header .v-middle {
        z-index: 11;
    }
.handle:active {
    cursor: grabbing; /* Tutamaç sürüklendiğinde stilini değiştir */
}
    .header .caption { /*video üstü yazı ayarı*/
        text-align: center;
        color: #eee;
        margin-top: 0px;
        font-weight: bold;
        position: relative;
        z-index: 1; /* Diğer elemanların üzerine çıkacak şekilde yükseltin */
    }

        .header .caption h5 {
            font-size: 50px;
            font-weight: 800;
            margin-bottom: 10px;
        }

        .header .caption h1 {
            font-weight: 200;
        }

            .header .caption h1 b {
                font-weight: 400;
            }

        .header .caption .social-icon {
            margin-top: 30px;
        }

            .header .caption .social-icon span {
                font-size: 25px;
                width: 50px;
                height: 50px;
                line-height: 50px;
                border-radius: 80%;
                background: rgba(0, 0, 0, 0.3);
            }



    .header .svg {
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        z-index: 22;
    }

        .header .svg svg {
            fill: #fff;
            width: 101%;
        }


.before-after-container {
    position: relative;
    width: 100%;
    height: 100vh; /* Ekranın tam boyutu */
    overflow: hidden; /* Fazla kısımları kes */
      z-index: 10;
}

    .before-after-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }

.before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%; /* İlk başta yarısı gösterilsin */
    background-size: cover;
    z-index: 10;
}

.handle {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 2px;
    background: #ffffff;
    z-index: 10000;
    pointer-events: auto;
    cursor: grab; /* Kullanıcıya sürüklenebilir olduğunu göstermek için */
}

.handle-icon {
    width: 35px; /* İstediğiniz genişliği verin */
    height: 35px; /* İstediğiniz yüksekliği verin */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: ew-resize;
    z-index: 3000;
    pointer-events: auto;
    border-radius: 50%; /* Fotoğrafı yuvarlak yapar */
    overflow: hidden; /* Taşan kısımları gizler */
}


.before-after-slider {
    position: relative;
}

.before-after-container {
    opacity: 0;
    display: none; /* Resimleri başlangıçta sakla */
    position: relative;
    transition: opacity 1s ease-in-out;
}

    .before-after-container.active {
        opacity: 1;
        display: block; /* Aktif resmi göster */
    }
#particles-js {
    z-index: 9;
    position: relative;
}

/********************************/
/*       Custom Fade Bs-carousel       */
/********************************/
.custom_fade-carousel {
    position: relative;
    height: 100vh;
}

    .custom_fade-carousel .carousel-inner .item {
        height: 100vh;
    }

    .custom_fade-carousel .carousel-indicators > li {
        margin: 0 2px;
        background-color: #0065ad;
        border-color: #0065ad;
        opacity: .7;
    }

        .custom_fade-carousel .carousel-indicators > li.active {
            width: 10px;
            height: 10px;
            opacity: 1;
        }

/********************************/
/*          Custom Hero Headers        */
/********************************/
.custom_hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #ffffff;
    text-align: center;
    /*text-transform: uppercase;*/ /*yazıları büyük yapmak içi AA*/
    text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

    .custom_hero h1 {
        font-size: 3em;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

.custom_fade-carousel .carousel-inner .item .custom_hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.custom_fade-carousel .carousel-inner .item.active .custom_hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

/********************************/
/*            Custom Overlay           */
/********************************/
.custom_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(8, 13, 21, 0.7);/*opaklık vemrek için*/
}

/********************************/
/*          Custom Buttons      */
/********************************/
/*.btn.btn-lg {
    padding: 10px 40px;
}*/

.btn.custom_btn-hero,
.btn.custom_btn-hero:hover,
.btn.custom_btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Custom Slides backgrounds     */
/********************************/
.custom_fade-carousel .slides .slide-1,
.custom_fade-carousel .slides .slide-2,
.custom_fade-carousel .slides .slide-3,
.custom_fade-carousel .slides .slide-4,
.custom_fade-carousel .slides .slide-5 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.custom_fade-carousel .slides .slide-1 {
    background-image: url(../img/anasayfaresim/1.jpg);
}

.custom_fade-carousel .slides .slide-2 {
    background-image: url(../img/anasayfaresim/2.jpg);
}

.custom_fade-carousel .slides .slide-3 {
    background-image: url(../img/anasayfaresim/3.jpg);
}
.custom_fade-carousel .slides .slide-4 {
    background-image: url(../img/anasayfaresim/4.jpg);
}
.custom_fade-carousel .slides .slide-5 {
    background-image: url(../img/anasayfaresim/5.jpg);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
    .custom_hero {
        width: 980px;
    }
}

@media screen and (max-width: 640px) {
    .custom_hero h1 {
        font-size: 4em;
    }
}


/* -------------------------------------------------------
                     Hero 
-------------------------------------------------------- */
/*.hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('../img/anasayfaresim/2.jpg');*/ /* Resminizin yolu */
    /*background-size: cover;
    background-position: center;
    filter: blur(70px);*/ /* Blurlama miktarını ayarlayın */
    /*z-index: -1;*/ /* İçeriğin arkasında olmasını sağlar */
/*}

.hero {
    position: relative;*/ /* Bu, pseudo-element'in bu div'e göre konumlandırılmasını sağlar */
/*}*/

.hero {
    background: linear-gradient(to bottom, #fdfdfc, #c0d9eb);
}

.hero .hero-img {
    padding: 0 0 0 10px;
    position: relative;
}

    .hero .hero-img:after {
        content: '';
        width: 80%;
        height: 80%;
        position: absolute;
        left: 0px;
        bottom: -30px;
        background-image: url(../img/dots.png);
        background-repeat: repeat;
        z-index: -1;
    }

.hero .content h3 {
    font-weight: 800;
    margin-bottom: 5px;
}

.hero .content .sub-title {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.hero .skills {
    margin-top: 30px;
}

    .hero .skills .item {
        margin-bottom: 30px;
    }

    .hero .skills h6 {
        font-size: 15px;
        color: #fff;
        position: relative;
        z-index: 2;
    }

    .hero .skills .skills-progress {
        width: 100%;
        padding: 5px 10px;
        border-radius: 5px;
        background: #f7f7f7;
        -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15) inset;
        box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15) inset;
        position: relative;
    }

        .hero .skills .skills-progress span {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 10%;
            border-radius: 5px;
            background-color: #1c1c1c;
            -webkit-transition: all 1s;
            transition: all 1s;
        }

            .hero .skills .skills-progress span:after {
                content: attr(data-value);
                position: absolute;
                top: 6px;
                right: 10px;
                font-size: 13px;
                color: #fff;
            }

.hero .buton {
    margin-top: 20px;
}
.hero-image {
    max-width: 65%; /* Fotoğrafın en genişliği ekran genişliğine göre ayarlanır */
    height: auto; /* Boy oranını korumak için */
}

.custom-download-button {
    display: inline-block;
    padding: 10px 15px;
    background-color: #0065ad;
    border-radius: 5px;
    text-decoration: none;
}

    .custom-download-button:hover {
        background-color: #0065ad;
    }

    .custom-download-button span {
        color: white;
    }

/* -------------------------------------------------------
                     Services 
-------------------------------------------------------- */
.services::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('../img/anasayfaresim/3.jpg'); /* Resminizin yolu */
    background-size: cover;
    background-position: center;
    filter: blur(18px); /* Blurlama miktarını ayarlayın */
    z-index: -1; /* İçeriğin arkasında olmasını sağlar */
}

.services {
    position: relative; /* Bu, pseudo-element'in bu div'e göre konumlandırılmasını sağlar */
}
.services .item {
    height: 290px;
    padding: 50px 20px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-radius: 25px;
}

    .services .item:hover {
        background-color: #0065ad;
        color: #fff;
    }

        .services .item:hover .icon {
            background: #0065ad;
            color: #fff;
        }

    .services .item .icon {
        font-size: 40px;
        margin-bottom: 20px;
        width: 90px;
        height: 90px;
        line-height: 70px;
        /*daire işlemleri*/
        /*background: #f4f4f4;
        border-radius: 50%;*/
        /*-webkit-transition: all .5s;*/
        /*transition: all .5s;*/
    }

    .services .item h6 {
        margin-bottom: 15px;
        font-weight: 800;
        font-size: 18px;
    }

    .services .item p {
        word-spacing: 2px;
        font-size: 15px;
    }

    .services .item:hover p {
        color: #ffffff;
    }

.summary-text {
    padding: 20px;
    background-color: #f4f4f4; /* Hafif mavi bir arkaplan */
    border-radius: 20px; /* Kenarları daha yumuşak bir yuvarlak yapmak için */
    margin: 15px auto; /* Yukarı ve aşağıya 20px marj ekleyerek ve otomatik yan marjlarla div'i ortalayarak diğer elementlerden ayrılmasını sağlayalım */
    font-weight: bold; /* Yazıyı kalınlaştır */
    font-size: 18px; /* Font boyutunu büyütelim */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); /* Hafif bir gölge ekleyerek daha derinlikli bir görünüm kazandıralım */
    max-width: 1145px; /* Maksimum genişlik değerini sınırla */
}



/*.portfolio::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('../img/anasayfaresim/1.jpg');*/ /* Resminizin yolu */
    /*background-size: cover;
    background-position: center;
    filter: blur(100px);*/ /* Blurlama miktarını ayarlayın */
    /*z-index: -1;*/ /* İçeriğin arkasında olmasını sağlar */
/*}

.portfolio {
    position: relative;*/ /* Bu, pseudo-element'in bu div'e göre konumlandırılmasını sağlar */
/*}*/

.custom-table {
    width: 60%;
    border-collapse: collapse;
    margin: 0 auto;
    position: relative;
}

    .custom-table td {
        text-align: center;
        padding: 10px 0px 215px; /* Üstteki paddingi artırıyoruz. */
        border: none;
        position: relative;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
     
    }

    .custom-table h5 {
        margin-top: 0px; /* "Nesil" yazısının başlangıcını aşağı doğru kaydırıyoruz. */
    }

    .custom-table h4 {
        color: #0065ad;
        font-weight: bold;
        font-style: italic;
        margin: 10px 0;
    }

    .custom-table ul {
        list-style: none;
        padding: 0;
    }

    .custom-table li {
        color: #000;
        margin-bottom: 5px;
        font-weight: bold;
    }

.image-wrapper {
    position: absolute;
    top: 0; /* Görselin başlangıcını td'nin başına getiriyoruz. */
    left: 50%;
    transform: translateX(-50%) translateY(-70%); /* Görselin bir kısmını td'nin içine getiriyoruz. */
    background-color: transparent; /* Görselin arkasındaki rengi şeffaf yapıyoruz. */
    z-index: 1; /* Görseli diğer içeriklerin altına alıyoruz. */
}

.custom-table h5 {
    position: absolute;
    top: 10px; /* "Nesil" yazısını hücrenin üst kısmına yakın bir yere yerleştirmek için bu değeri ayarlayabilirsiniz. */
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: #0065ad;
}

.custom-table h4 {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-size:19px;
}

.custom-table ul {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}



    .image-wrapper img {
        max-width: 200px;
        width: 100%;
    }

.custom-table td:nth-child(1) .image-wrapper img {
    max-width: 140px; /* İlk resim için max genişlik. */
}

.custom-table td:nth-child(2) .image-wrapper img {
    max-width: 170px; /* İkinci resim için max genişlik. */
}

.custom-table td:nth-child(3) .image-wrapper img {
    max-width: 500px; /* Üçüncü resim için max genişlik. */
}


/* Arka plan renkleri */
.custom-table td:nth-child(1) {
    background-color: #e7e3e2;
}

.custom-table td:nth-child(2) {
    background-color: #a6958e;
}

.custom-table td:nth-child(3) {
    background-color: #9dc3e7;
}

.checkmark {
    color: #0065ad;
    font-weight: bold;
    margin-right: 5px;
}

/* -------------------------------------------------------
                     Portfolio 
-------------------------------------------------------- */
.portfolio {
    overflow: hidden;
    background-color: #fdfdfc;
    padding-top: 250px; /*diğer bölümler arası boşluk*/
    margin-bottom: -80px; /*sayılarla olan boşluk */
}

    .portfolio .item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Bu, resmin oranını korurken tüm kutuyu doldurmasını sağlar */
    }

    .portfolio .filtering span {
        margin: 0 15px;
        color: #222;
        font-weight: 700;
        font-size: 16px;
        cursor: pointer;
        position: relative;
        z-index: 2;
    }

        .portfolio .filtering span:before {
            content: "";
            width: 0;
            height: 2px;
            background: #111;
            position: absolute;
            left: 0;
            bottom: -5px;
            -webkit-transition: all .4s;
            transition: all .4s;
            z-index: -1;
        }

    .portfolio .filtering .active:before {
        width: 95%;
    }

    .portfolio .items {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .portfolio .item-img {
        position: relative;
        overflow: hidden;
    }

        .portfolio .item-img:hover .item-img-overlay {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        .portfolio .item-img:hover h6, .portfolio .item-img:hover .icons {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        .portfolio .item-img h6 {
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 2px;
            position: relative;
            margin-bottom: 15px;
            -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
            -webkit-transition: all .5s;
            transition: all .5s;
        }

        .portfolio .item-img .icon i {
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 28px;
            border-radius: 50%;
            border: 1px solid #111;
            background: #111;
            color: #eee;
        }

            .portfolio .item-img .icon i:hover {
                background: transparent;
                color: #000;
            }

    .portfolio .item-img-overlay {
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        background: rgba(255, 255, 255, 0.95);
        opacity: 0;
        -webkit-transition: all .5s;
        transition: all .5s;
        z-index: 2;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }



.pricingTable {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 0 45px;
    position: relative;
    z-index: 1;
    height: 380px; 
    right:90px;
    overflow: hidden;
}
.custom-width {
    flex: 550px 555px 100%; /* eşit genişlikte olmalarını sağlar */
    max-width: 100%; /* maksimum genişlik ayarı */
    padding: 10px 0px; /* iç boşluk ayarı */
    width: 38%;
}
.image-wrapper {
    text-align: center;
    margin-bottom: -110px;
    z-index: 2;
    position: absolute;
    width: 380px; /* Örnek değer, ihtiyaca göre ayarlayın */
    height: -280px; /* Örnek değer, ihtiyaca göre ayarlayın */
    overflow: hidden; /* Eğer resim, sınırların dışına taşırsa onu gizler */
    left:36%;
    
}

    .image-wrapper img {
        max-width: 200px;
        display: inline-block;
        vertical-align: middle;
        width: 100%; /* Resmi kapsayıcıya uygun olarak genişletir */
        height: auto; /* Yüksekliği otomatik olarak korunur, böylece resim bozulmaz */
        margin-bottom: -15px; /*resimlerin tablo içine girme ayarı*/
    }

/* İlk fotoğraf için */
.col-md-4:nth-child(1) .image-wrapper img {
    max-width: 100%;
}

/* İkinci fotoğraf için */
.col-md-4:nth-child(2) .image-wrapper img {
    max-width: 100%;
}

/* Üçüncü fotoğraf için */
.col-md-4:nth-child(3) .image-wrapper img {
    max-width: 100%;
}

.pricingTable:before {
    content: '';
    background-color: #e7e3e2;
   
    position: absolute;
    left: 25px;
    right: 45px;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.pricingTable .pricingTable-header {
    text-align: left;
    margin: 0 0 0px;
    margin-top: -50px;
}

.title-logocu img {
    max-width: 180px; /* Logo genişliğini ayarlayın */
    max-height: 50px; /* Logo yüksekliğini ayarlayın */
    display: block;
    margin: 0 auto; /* Logoyu merkeze almak için */
}

.pricingTable .title {
    font-size: 27px;
    font-weight: 600;
    height: 60px;
    letter-spacing: 0.5px;
    line-height: 40px;
    text-align: center;
/*    text-transform: capitalize;*/
    margin: 0;
    color: #0065ad;
    margin-top: -50px;

}

.no-gutters > .col,
.no-gutters > [class*="col-"] { /*tablolar arası boşluk ayarı*/
    margin: 0px -40px;
    right: -11%; /*tablo sağ sol ayarı*/
}

.pricingTable .price-value { /*tablo üçgen ayarı*/
    /*    color: #0065ad;*/
    text-align: center;
    padding: 0px 0px 10px 0px;
    margin: 0 0 0 -296px;
    display: inline-block;
    clip-path: polygon(0 0, 35% 50%, 0 100%);
    z-index: -1;
    width: 100px; /* Örnek değer */
    height: 50px; /* Örnek değer */
}

.pricingTable.gray .price-value {
    background-color: #a6958e; /* Gray for .gray class */
}

.pricingTable.darkblue .price-value {
    background-color: #e7e3e2 /* Dark Blue for .darkblue class */
}

.pricingTable .price-value {
    background-color: #fff; /* Default Green for other tables */
}

.pricingTable .amount {
    font-size: 30px;
    font-weight: 300;
    line-height: 55px;
    display: block;
    font-style: italic;
    color: #0065ad;
    position: relative; /* Yeni stil */
    left: 0px; /* Üçgenin genişliğine bağlı olarak ayarlayın */
    top: -45px; /* Üçgenin yüksekliğine bağlı olarak ayarlayın */
}

.pricingTable .price-value .duration {
    font-size: 15px;
    text-transform: capitalize;
    display: block;
}

.pricingTable .pricing-content {
    text-align: left;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: inline-block;
}

    .pricingTable .pricing-content li {
        font-size: 17px;
        line-height: 25px;
        /*text-transform: capitalize;*/
        padding: 0 0 0 20px;
        margin: 0 0 18px;
        position: relative;
        color: #1c1c1c;
        margin-left:10px;
    }

        .pricingTable .pricing-content li:last-child {
            margin: 0;
        }

        .pricingTable .pricing-content li:before {
            content: "\f00c";
            color: #0065ad;
            font-family: "FontAwesome";
            font-size: 14px;
            font-weight: 900;
            position: absolute;
            top: 0px;
            left: 0;
        }

        .pricingTable .pricing-content li.disable:before {
            content: "\f00d";
            color: #DD434E;
        }

.pricingTable .pricingTable-signup a {
    color: #004b86;
    background: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 25px;
    border-radius: 5px;
    transition: all 0.3s;
}

    .pricingTable .pricingTable-signup a:hover {
        text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
    }

.pricingTable.darkblue:before {
    background-color: #a6958e;
}

.pricingTable.darkblue .price-value,
.pricingTable.darkblue .pricingTable-signup a {
    color: #02153e;
}

.pricingTable.gray:before {
    background-color: #9dc3e7;
}

.pricingTable.gray .price-value,
.pricingTable.gray .pricingTable-signup a {
    color: #262626;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio {
        padding-top: 150px; /* Küçültülmüş üst boşluk */
    }
    
    .custom-width {
        width: 40%; /* İki sütunlu bir düzen sağlar */
    }

    .image-wrapper {
        width: 300px; /* Örnek değer, ihtiyaca göre ayarlayın */
    }

    .pricingTable {
        padding: 0 20px; /* Azalan yan boşluk */
        height: auto; /* Yüksekliği otomatik yap */
    }
}

/* Mobil cihazlar için stillemeler */
@media only screen and (max-width: 767px) {
    .portfolio {
        padding-top: 150px; /* Küçültülmüş üst boşluk */
    }

    .custom-width {
        width: 100%; /* Tam genişlikte tek sütun */
    }

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        margin: 0;
        right: -100px; /* Sağa doğru herhangi bir öteleme olmamalıdır */
    }

    .image-wrapper {
        margin-top: 20px; /* Artırılan alt boşluk */
        width: 250px; /* Örnek değer, ihtiyaca göre ayarlayın */
    }

    .pricingTable {
        padding: 0 40px; /* Azalan yan boşluk */
        height: auto; /* Yüksekliği otomatik yap */
    }

        .pricingTable .amount {
            top: -50px; /* Üçgenin yüksekliğine bağlı olarak ayarlayın */
        }
}



    /* -------------------------------------------------------
                     Numbers 
-------------------------------------------------------- */
    .numbers {
        background-color: #fdfdfc;
    }

        .numbers .icon {
            font-size: 30px;
            margin-bottom: 15px;
        }

        .numbers h3 {
            font-weight: 900;
            margin-bottom: 15px;
        }

        .numbers p {
            font-weight: 600;
            margin-bottom: 30px;
        }



    /* -------------------------------------------------------
                     Contact 
-------------------------------------------------------- */
    .contact .info .item {
        margin-bottom: 30px;
    }

        .contact .info .item:hover .icon {
            background: #0065ad;
            color: #fff;
        }

        .contact .info .item .icon {
            font-size: 25px;
            margin-bottom: 15px;
            width: 60px;
            height: 60px;
            line-height: 60px;
            background: #f4f4f4;
            border-radius: 50%;
            -webkit-transition: all .5s;
            transition: all .5s;
        }

        .contact .info .item h6 {
            font-weight: 700;
            margin-bottom: 10px;
        }

    .contact .form input[type='text'],
    .contact .form input[type='email'],
    .contact .form textarea {
        width: 100%;
        border: 0;
        border-radius: 5px;
        padding: 10px;
        background: #f4f4f4;
    }

    .contact .form textarea {
        height: 160px;
        max-height: 160px;
        max-width: 100%;
    }

    .contact .form .buton {
        padding: 10px 40px;
    }

    .contact .form input[type='submit'] {
        padding: 10px 40px;
        background: #f4f4f4; /* Button background color */
        color: #111; /* Button text color */
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .contact .form .buton:hover {
        background: #0065ad; /* Fare üstüne gelince düğme arka planını mavi yap */
    }

        .contact .form .buton:hover i.fa {
            color: #fff; /* Fare üstüne gelince düğme içindeki simgeyi beyaz yap */
        }

    .contact .form input[type='submit']:hover {
        background: #0065ad; /* Change button background color on hover */
    }


    .contact::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url('../img/anasayfaresim/2.jpg'); /* Resminizin yolu */
        background-size: cover;
        background-position: center;
        filter: blur(25px); /* Blurlama miktarını ayarlayın */
        z-index: -1; /* İçeriğin arkasında olmasını sağlar */
    }

    .contact {
        position: relative; /* Bu, pseudo-element'in bu div'e göre konumlandırılmasını sağlar */
    }


    /* -------------------------------------------------------
                     Footer 
-------------------------------------------------------- */
    footer {
        background: #0065ad;
        padding: 15px 0; /* Alt ve üst padding değeri */
        color: #fff; /* Yazı rengini beyaz yapar */
    }

        footer .container {
            max-width: 65%;
            margin: 0 auto;
        }

    .footer-social-icons {
        text-align: right; /* Ikonları saga yaslama için */
    }


        .footer-social-icons a {
            margin-right: 35px;
            color: inherit; /* Renkleri CSS sınıflarıyla ayarlayacağız */
        }

            .footer-social-icons a:last-child {
                margin-right: 0; /* Son simgeye ekstra boşluk eklememek için */
            }

        /* Sosyal medya ikonlarının renklerini belirledik */
        .footer-social-icons .fa-facebook {
            color: #1877F2;
        }

        .footer-social-icons .fa-instagram {
            color: #E4405F;
        }

        .footer-social-icons .fa-youtube {
            color: #FF0000;
        }

        .footer-social-icons .fa {
            font-size: 24px; /* İkonların boyutunu ayarlayın. Bu örnek olarak 24px olarak belirlenmiştir. */
            transition: 0.3s; /* Boyut değişikliklerinde yumuşak bir geçiş efekti ekledik. */
        }

        .footer-social-icons .social-icon span:hover .fa {
            font-size: 26px; /* İkonlara tıklandığında veya üzerine gelindiğinde boyutunu biraz daha büyüttük. */
        }
        /* İkonları beyaza ayarlar */
        .footer-social-icons .fa {
            color: #FFFFFF;
            transition: 0.3s; /* İkon rengi değişiklikleri için yumuşak geçiş */
        }

        /* Fare ile ikonların üzerine gelindiğinde orijinal renklerine dönmesini sağlar */
        .footer-social-icons .fa-facebook:hover {
            /* color: #1877F2;*/
            color: black;
        }

        .footer-social-icons .fa-instagram:hover {
            /* color: #E4405F;*/
            color: black;
        }

        .footer-social-icons .fa-youtube:hover {
            /*color: #FF0000;*/
            color: black;
        }

    footer p {
        font-size: 15px;
        word-spacing: 2px;
        color: #000; /* Beyaz renkte metin için (istediğiniz renge göre ayarlayabilirsiniz) */
        margin-bottom: 0; /* Bu, p etiketinin altındaki boşluğu kaldırır */
    }

    .footer .row {
        display: flex;
        justify-content: center; /* İçerikleri yatayda ortalar */
        align-items: center; /* İçerikleri dikeyde ortalar */
        width: 100%;
    }

    .footer .col-md-6 {
        display: flex;
        justify-content: center; /* İçerikleri yatayda ortalar */
        align-items: center; /* İçerikleri dikeyde ortalar */
        flex-direction: column; /* İçerikleri dikey eksende sıralar */
        width: 100%;
    }


    .ferra-container {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    .ferra-logo {
        max-height: 30px;
        width: auto;
        margin-right: 10px;
        margin-left: 10px;
    }

    .ferra-text {
        display: inline-block;
    }







    /* -------------------------------------------------------
                     Pages 
-------------------------------------------------------- */
    .error {
        height: 100vh;
        color: #fff;
    }

        .error h2 {
            font-size: 100px;
            font-weight: 800;
            margin-bottom: 15px;
        }

        .error h5 {
            margin-bottom: 30px;
            font-weight: 300;
        }

        .error p {
            color: #eee;
            margin-bottom: 10px;
        }

        .error input {
            padding: 10px;
            width: 500px;
            background: transparent;
            border: 1px solid #eee;
            border-radius: 4px;
            margin-bottom: 30px;
        }

    /* -------------------------------------------------------
                    Responsive
-------------------------------------------------------- */
    @media screen and (max-width: 767px) {
        .navbar-default .logo {
            margin-left: 20px;
        }

        .navbar-default .navbar-toggle {
            background: none !important;
            margin-top: 15px !important;
            border: none !important;
        }

            .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
                background: transparent !important;
            }

            .navbar-default .navbar-toggle .icon-bar {
                background: #fff;
            }

        .navbar-default .navbar-nav > li {
            line-height: 0;
        }

            .navbar-default .navbar-nav > li > a {
                padding-bottom: 0 !important;
                color: #111 !important;
                display: inline-block;
            }

        .navbar-default .navbar-collapse {
            text-align: center;
            border: none;
            border-top: 1px solid rgba(12, 12, 12, 0.04);
            background: #fff;
            margin-top: 5px;
            padding-bottom: 15px;
        }

        .nav-scroll .navbar-toggle .icon-bar {
            background: #111;
        }

        .portfolio .items {
            width: 100%;
        }
    }

    @media screen and (max-width: 991px) {
        .navbar-default .navbar-nav > li {
            margin: 25px 15px 0;
            font-size: 13px;
        }

        .hero .hero-img {
            margin-bottom: 80px !important;
        }

        .side-bar {
            margin-top: 80px;
        }
    }

    @media screen and (max-width: 768px) {
        .col-md-5, .col-md-4, .col-md-3 {
            text-align: center; /* Metni merkeze hizala */
            margin-bottom: 20px; /* Boşluk ekleyin */
        }
    }

    /* Öntanımlı stiller: büyük ekranlar için */

    /* Medya sorgusu: Tabletler için (örn. genişlik 768px - 991px) */
    @media screen and (max-width: 991px) {
        .ferra-container {
            flex-direction: column; /* Yatay yerine dikey düzenlemeye geçiyor */
            text-align: center; /* Metni merkeze alır */
        }

        .ferra-logo {
            margin: 10px 0; /* Yukarı ve aşağı marj ayarı */
        }

        .footer-social-icons {
            justify-content: center; /* Ikonları merkeze almak için */
        }

            .footer-social-icons a {
                margin-right: 15px; /* Sağ marjı azalt */
            }
    }

    /* Medya sorgusu: Mobil cihazlar için (örn. genişlik <768px) */
    @media screen and (max-width: 767px) {
        footer .container {
            max-width: 100%; /* Konteynırın genişliğini genişlet */
            padding: 0 15px; /* Sol ve sağ padding ekleyin */
        }

        .footer-social-icons {
            margin-top: 15px; /* Üst marj ekleyin */
        }

        .footer .row {
            flex-direction: column; /* Dikey düzenlemeye geç */
        }
    }

    /* Ekstra küçük ekranlar için (örn. genişlik <576px) */
    @media screen and (max-width: 575px) {
        .footer-social-icons a {
            margin-right: 10px; /* Sağ marjı daha da azalt */
        }

        .ferra-logo {
            max-height: 25px; /* Logonun yüksekliğini azalt */
        }
    }



    .back-to-top {
        position: fixed;
        bottom: 10px;
        right: 15px;
        z-index: 99;
        display: block;
        background-color: transparent;
        color: #ff7f00; /* Ok işaretinin rengi */
        line-height: 1; /* İkonun dikeyde merkezlenmesi için */
        text-align: center;
        padding: 10px 15px; /* İç boşluk */
        opacity: 0.8;
        transition: opacity 0.2s;
    }

    #arrowIcon {
        color: #ff7f00; /* Ok işaretinin rengi */
    }








    /* -------------------------------------------------------
                    End
-------------------------------------------------------- */

    /*# sourceMappingURL=style.css.map */
