﻿  @keyframes move_wave {
        0% {
            transform: translateX(0) translateZ(0) scaleY(1);
        }

        50% {
            transform: translateX(-25%) translateZ(0) scaleY(0.55);
        }

        100% {
            transform: translateX(-50%) translateZ(0) scaleY(1);
        }
    }
  .wavejumbot{
      position: relative;height: 250px;
  }
  .wavecontainer{
      position:absolute;z-index:999;top: 50px;
  }
    .waveWrapper {
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }

    .waveWrapperInner {
        position: absolute;
        width: 100%;
        overflow: hidden;
        height: 100%;
        bottom: -1px;
        /*background-image: linear-gradient(to top, #86377b 20%, #27273c 80%);*/
    }

    .bgTop {
        z-index: 15;
        opacity: 0.5;
    }

    .bgMiddle {
        z-index: 10;
        opacity: 0.75;
    }

    .bgBottom {
        z-index: 5;
    }

    .wave {
        position: absolute;
        left: 0;
        width: 200%;
        height: 100%;
        background-repeat: repeat no-repeat;
        background-position: 0 bottom;
        transform-origin: center bottom;
    }

    .waveTop {
        background-size: 50% 100px;
    }

    .waveAnimation .waveTop {
        background-image: url('../images/wave-top.png');
        animation: move-wave 3s;
        -webkit-animation: move-wave 3s;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .waveMiddle {
        background-size: 50% 120px;
    }

    .waveAnimation .waveMiddle {
        background-image: url('../images/wave-mid.png');
        animation: move_wave 10s linear infinite;
    }

    .waveBottom {
        background-size: 50% 100px;
    }

    .waveAnimation .waveBottom {
        background-image: url('../images/wave-bot.png');
        animation: move_wave 15s linear infinite;
    }

    h5 {
        font-size: 1.14rem;
    }

   
/* Extra small devices (portrait phones, less than 576px)
 No media query since this is the default in Bootstrap */
@media (min-width: 992px) {
    #yukari
{
    z-index:100;   
    position:fixed;    
    bottom:10px;    
    right:10px;   
    display:none  
}


#yukari_boyut
{
    width:25px;   
    height:25px    
}

  
}



/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .navik-header {
        height: 160px;
    }

 
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    body {
        margin-bottom: 50px;
    }

    .table {
        max-height: calc(100vh - 150px);
    }

}

@media (max-width: 767px) {
    .display-4 {
        font-size: 2.0rem;
        font-weight: 300;
        color: #fff;
        line-height: 1.2;
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/* Example
// Apply styles starting from medium devices and up to extra large devices*/
@media (min-width: 768px) and (max-width: 1199.98px) {
}

.discus-body {
    padding: 30px 15px;
}

.discus-body .row {
    margin-bottom: 30px;
}

.discus-body .row:last-child {
    margin-bottom: 0px !important;
}

.discus-body .row .col-md-4 {
    padding-bottom: 30px;
}

.discus-header {
    padding: 3px 0px;
    background-color: red;
}



@media (max-width: 1200px) {
    .navik-menu > ul > li > a {
        border-bottom: 1px solid #ccc;
        padding: 10px 10px !important;
    }
}

ol.breadcrumb a, ol.breadcrumb a:hover {
    color: white;
}

.discus-header {
    background-color: red !important;
    padding: 7px 0px !important;
}

.discus-bg-full {
    padding-top: 20px !important;
    padding-right: 30px;
    padding-bottom: 120px;
    padding-left: 30px;
}

.btn-primary {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #0969d0 !important;
}

.discus-header .btn-outline-secondary {
    color: #0d428f !important;
    background-color: #e9ecef !important;
    border-color: #e9ecef !important;
}


.discus-card-custom-img {
    width: initial !important;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.card-body {
    padding: 1.5rem !important;
}

.discus-footer-karayel img {
    height: 17px;
}

.discus-footer-logo {
    padding: 0px;
    max-width: 240px;
    max-height: 210px;
}

    .jumbotron .discus-shadow {
        background-color: #00000085;
        padding: 42px 0px 7px 0px;
    }

h1.display-4.text-center {
    color: white;
}

h2.discus-title {
    margin-bottom: 12px !important;
}

.discus-header .btn-outline-secondary {
    color: #fff;
    background-color: #643523;
    border-color: #643523;
}

a {
    color: #7b7b7b;
}


@media (max-width: 767px) {
    .mobilkara {
        position: fixed;
        z-index: -1;
        bottom: 50px;
    }

        .mobilkara img {
            width: 60%;
            margin: 10px auto;
        }

    .jumbotron .discus-shadow {
        padding: 33px 0px 4px 0px;
    }
}

.breadcrumb {
    background-color: transparent !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important;
}

.header-transparent-on .navik-menu > ul > li:hover > a, .header-transparent-on .navik-menu > ul > li.current-menu > a, .header-opacity-on .navik-menu > ul > li:hover > a, .header-opacity-on .navik-menu > ul > li.current-menu > a {
    color: #fff !important;
}

.jumbotron {
    background-color: rgb(9, 46, 102) !important;
}

.table td, .table th {
    border: 1px solid #dee2e6 !important;
}

.table {
    background-color: #f3f2f2;
}

h4.card-title {
    font-weight: 600;
    font-size: 15px;
    color: black;
}

p.card-text {
    font-size: 14px;
}

.discus-card-custom {
    overflow: hidden;
    min-height: 325px;
    box-shadow: 0 0 5px rgba(10, 10, 10, 0.3);
}

.discus-card-custom-img {
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
}



.discus-card-custom-img:hover::after {
    position: absolute;
    content: '';
    top: 150px;
    left: 0;
    width: 0;
    height: 0;
    border-top-width: 40px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
}

.discus-card-custom-img::after {
    position: absolute;
    content: '';
    top: 161px;
    left: 0;
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
}

.discus-card-custom-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 100px;
    left: 1.25rem;
    width: 100px;
    height: 100px;
}

.discus-card-photo, .discus-card-photo:hover {
    overflow: hidden;
    color: white;
}
/*********************** Demo - 20 *******************/
.box20, .box20 .icon li a {
    overflow: hidden;
}

.box20 {
    box-shadow: 0 0 5px #a3a3a3;
}

    .box20 .post, .box20 .title {
        text-transform: capitalize;
        width: 60%;
    }

.box20 {
    position: relative;
}

    .box20:after, .box20:before {
        position: absolute;
        content: "";
    }

    .box20:before {
        width: 80%;
        height: 220%;
        background: #0d428f;
        top: -40%;
        left: 10%;
        z-index: 1;
        transform: rotate(25deg);
        transform-origin: center top 0;
        transition: all .5s ease 0s;
    }


    /*
        .box20:after {
            width: 55%;
            height: 175%;
            background-color: rgba(0,0,0,.35);
            bottom: -70%;
            left: 53%;
            transform: rotate(-33deg);
            transform-origin: center bottom 0;
            transition: all .8s ease 0s;
        }*/

    .box20 .box-content, .box20 .icon {
        width: 100%;
        padding: 0 8px;
        position: absolute;
        left: 0;
        z-index: 2;
        transition: all 1.1s ease 0s;
    }


    .box20 img {
        width: 100%;
        height: auto;
    }

    .box20 .box-content {
        top: 7%;
        color: #fff;
    }

    .box20 .title {
        font-size: 24px;
        margin: 0;
        font-weight: 300;
    }

    .box20 .icon li a, .box20 .post {
        display: inline-block;
        font-size: 14px;
    }

    .box20 .post {
        margin-top: 5px;
    }

    .box20 .icon {
        list-style: none;
        margin: 0;
        bottom: 25px;
    }

        .box20 .icon li {
            display: inline-block;
        }

            .box20 .icon li a {
                width: 35px;
                height: 35px;
                line-height: 35px;
                background: #fff;
                border-radius: 50%;
                margin: 0 3px;
                color: #fff;
                text-align: center;
                transition: all .5s ease 0s;
            }

    .box20 .button {
        background-color: #000000;
        border-radius: 3px;
        display: inline-block;
        padding: 6px 12px;
        margin-top: 10px;
    }



    .box20 a, box20 a:link, box20 a:visited, box20 a:hover, box20 a:active {
        color: #ffffff !important;
    }

.icon {
    display: inline-block !important;
    height: 60px !important;
    width: auto !important;
}

.circle-icon {
    background: rgba(0,0,0,.1);
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    padding: 15px;
}

h2.sector {
    font-size: 26px;
    color: #555555;
}

.box20 {
    margin-bottom: 36px;
}

@@media only screen and (max-width:990px) {
    .box20 {
        margin-bottom: 30px;
    }

        .box20 .title {
            font-size: 16px;
        }
}

@@media only screen and (max-width:479px) {
    .box20 .title {
        font-size: 16px;
    }
}

.owl-carousel-fix button, .owl-carousel-fix button:active, .owl-carousel-fix button:focus {
    border: 0px;
    position: absolute;
    background: #c9cace;
}

.owl-carousel-fix .owl-next {
    right: -26px;
}

.owl-carousel-fix .owl-prev {
    left: -25px;
}

.owl-carousel-fix .owl-nav {
    position: absolute;
    top: calc(50% - 29px) !important;
    width: 100%;
}




img {
    max-width: 100%;
}




.fiyatlar .bosluk {
    margin: 10px;
}

.fiyatlar .row .col-xs-9, .fiyatlar .row .col-xs-3, .fiyatlar .row .col-xs-3, .fiyatlar .row .col-xs-6 {
    border: 1px solid #1072b5;
}

.fiyatlar .baslik {
    background: #41a3d4;
    padding: 0px;
}

.fiyatlar h1 {
    background: #1072b5;
    color: #FFFFFF;
    font-size: 17px;
    padding: 12px;
    margin-bottom: 0px;
}

.fiyatlar p {
    padding-top: 10px;
    font-weight: bold;
}

    .fiyatlar p.ficolor {
        color: #ff0000;
        text-align: right;
    }

.fiyatlar h2 {
    color: #FFFFFF;
    font-size: 17px;
}

.panel-body {
    padding: 8px 15px;
}

.panel {
    border: none;
    background-color: transparent;
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}





.discus-contact-info .address {
    margin: 0 0 2px;
}



#generic_price_table {
}

    /*PRICE COLOR CODE START*/
    #generic_price_table .generic_content {
        background-color: #fff;
        border: 0px solid #ccc;
    }

        #generic_price_table .generic_content .generic_head_price {
            background-color: #f6f6f6;
        }

            #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
                border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
            }

            #generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
                color: #525252;
            }

            #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
                color: #414141;
            }

            #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
                color: #414141;
            }

            #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
                color: #414141;
            }

            #generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
                color: #414141;
            }

        #generic_price_table .generic_content .generic_feature_list ul li {
            color: #a7a7a7;
        }

            #generic_price_table .generic_content .generic_feature_list ul li span {
                color: #414141;
            }

            #generic_price_table .generic_content .generic_feature_list ul li:hover {
                background-color: #E4E4E4;
                border-left: 5px solid #013f92;
            }

        #generic_price_table .generic_content .generic_price_btn a {
            border: 1px solid #2ECC71;
            color: #2ECC71;
        }

        #generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
        #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
            border-color: #96d6ff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #96d6ff;
            color: #fff;
        }

        #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
        #generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
            color: #010b3b;
        }

        #generic_price_table .generic_content:hover .generic_price_btn a,
        #generic_price_table .generic_content.active .generic_price_btn a {
            background-color: #2ECC71;
            color: #fff;
        }

#generic_price_table {
    margin: 50px 0 50px 0;
    font-family: 'Raleway', sans-serif;
}

.row .table {
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
}

    #generic_price_table .generic_content .generic_head_price {
        margin: 0 0 20px 0;
    }

        #generic_price_table .generic_content .generic_head_price .generic_head_content {
            margin: 0 0 50px 0;
            background-color: rgba(0,0,0,.05);
        }

span.product-name2 {
    width: 38%;
    display: inline-block;
    text-align: left;
    padding-left: 25px;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head {
    padding-top: 15px;
    position: relative;
    z-index: 1;
}

    #generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
        font-family: "Raleway",sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0px;
        margin: 0;
        height: 50px;
        padding: 0;
    }

#generic_price_table .generic_content .generic_feature_list ul li:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
}

    #generic_price_table .generic_content .generic_head_price .generic_price_tag span {
        font-size: 15px !important;
    }

    #generic_price_table .generic_content .generic_head_price .generic_price_tag .price span {
        padding-right: 3px;
    }

    #generic_price_table .generic_content .generic_head_price .generic_price_tag .product-name {
        width: 68%;
        display: inline-block;
        text-align: left;
        padding-left: 20px;
    }

    #generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
        width: 30%;
        display: inline-block;
        text-align: left;
        padding-left: 10px;
        font-weight: bold;
    }

#generic_price_table .generic_content .generic_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #generic_price_table .generic_content .generic_feature_list ul li {
        padding: 15px 0;
    }

        #generic_price_table .generic_content .generic_feature_list ul li:hover {
            transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -ms-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            -webkit-transition: all 0.3s ease-in-out 0s;
        }

        #generic_price_table .generic_content .generic_feature_list ul li .fa {
            padding: 0 10px;
        }

#generic_price_table .generic_content .generic_price_btn {
    margin: 20px 0 32px;
}

    #generic_price_table .generic_content .generic_price_btn a {
        border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        -webkit-border-radius: 50px;
        display: inline-block;
        font-family: "Lato",sans-serif;
        font-size: 18px;
        outline: medium none;
        padding: 12px 30px;
        text-decoration: none;
        text-transform: uppercase;
    }

    #generic_price_table .generic_content,
    #generic_price_table .generic_content:hover,
    #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
    #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
    #generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
    #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
    #generic_price_table .generic_content .price,
    #generic_price_table .generic_content:hover .price,
    #generic_price_table .generic_content .generic_price_btn a,
    #generic_price_table .generic_content:hover .generic_price_btn a {
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
    }

@media (max-width: 320px) {
}

@media (max-width: 767px) {
    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #generic_price_table .col-md-3 {
        float: left;
        width: 50%;
    }

    #generic_price_table .col-md-4 {
        float: left;
        width: 50%;
    }

    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {


}

@media (min-width: 1200px) {
  
}

#generic_price_table_home {
    font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a {
    color: #7885CB;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}

.demo-pic {
    margin: 0 auto;
}

    .demo-pic:hover {
        opacity: 0.7;
    }

#generic_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}

#generic_price_table_home li {
    float: left;
}

    #generic_price_table_home li + li {
        margin-left: 10px;
        padding-bottom: 10px;
    }

    #generic_price_table_home li a {
        display: block;
        width: 50px;
        height: 50px;
        font-size: 0px;
    }

#generic_price_table_home .blue {
    background: #3498DB;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
    background: #2ECC71;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
    background: #7F8C8D;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
    background: #34495E;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
    background: #E67E22;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
    background: #9B59B6;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
    background: #E74C3C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
    background: #1ABC9C;
    transition: all 0.3s ease-in-out 0s;
}

    #generic_price_table_home .blue:hover,
    #generic_price_table_home .emerald:hover,
    #generic_price_table_home .grey:hover,
    #generic_price_table_home .midnight:hover,
    #generic_price_table_home .orange:hover,
    #generic_price_table_home .purple:hover,
    #generic_price_table_home .red:hover,
    #generic_price_table_home .turquoise:hover {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        transition: all 0.3s ease-in-out 0s;
    }

#generic_price_table_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}

    #generic_price_table_home .divider span {
        width: 100%;
        display: table;
        height: 2px;
        background: #ddd;
        margin: 50px auto;
        line-height: 2px;
    }

#generic_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}

#generic_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}

#generic_price_table_home .footer {
    padding: 40px 0;
}

.price-heading {
    text-align: center;
}

    .price-heading h1 {
        color: #666;
        margin: 0;
        padding: 0 0 50px 0;
    }

.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.bottom_btn {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}

.demo-button:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}

.bottom_btn:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}

.card-footer {
    padding-left: 6px;
}

.display-4 {
    font-size: 2.0rem;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
}


#yukari
{
    z-index:100;   
    position:fixed;    
    bottom:60px;    
    right:10px;   
    display:none  
}


#yukari_boyut
{
    width:25px;   
    height:25px    
}

.form-control {
    margin: 8px;
        line-height: 1.2;
}


.card{
    min-height: 383px;
}

.navik-header .logo img {
    max-width: 266px !important;
    max-height: 65px !important;
    height: 65px !important;
}

/* Header için özel stiller */
.navbar .container-fluid {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

.navbar .navbar-brand {
    padding-left: 15px;
    margin-left: 0;
    text-align: left;
}

.navbar-brand.text-white {
    text-align: left !important;
    padding-left: 15px !important;
    margin-left: 0 !important;
}

/* Container stillerini geçersiz kıl */
.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
}


