/* header start */
header.backImage {
    background-image: url("../../img/header.jpeg");
    height: 100vh;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    /* background-attachment: fixed; */
}

header.backImage .backImage-sub {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-style: italic;
    font-family: "segoepr", Roboto Slab, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


/* E-Belge Doğrula başlık fontg ayarları */
header.backImage .backImage-heading {
    font-size: 3rem;
    font-weight: bold;
    line-height: 3rem;
    margin-bottom: 2rem;
    /* font-family: "Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    /* font-family: 'Sansita Swashed', cursive; */
    /* font-family: 'Paprika', cursive; */
    /* font-family: 'Sriracha', cursive; */
    /* font-family: 'Kaushan Script', cursive; */
    
    font-family: 'segoepr';
    font-style: italic;
    color: #de3545;
}





body {
    padding-bottom: 60px;
}





.navbar-custom .navbar-text {
    color: white;
}




#mainNavbar .navbar-brand {
    font-family: 'Audiowide', cursive;
    color: #f80606;
    /*     font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    /* font-family: 'Audiowide', cursive; */
    font-size: 1.6rem;
    font-weight: 400;
    /* font-weight: 700; */
    letter-spacing: 0.020em;
    padding-top: 0rem;
    font-style: italic;
    transition: font-size 0.3s ease-in-out;
    -webkit-transition: font-size 0.3s ease-in-out;
    -moz-transition: font-size 0.3s ease-in-out;
    -ms-transition: font-size 0.3s ease-in-out;
    -o-transition: font-size 0.3s ease-in-out;
}

/* Force brand font-family and fixed size across breakpoints to prevent jumping */
#mainNavbar .navbar-brand,
#mainNavbar .navbar-brand .navbar-text {
    font-family: 'Audiowide', cursive !important;
    font-size: 1.6rem !important;
}

/* Keep brand font-family and size consistent across breakpoints */
#mainNavbar .navbar-brand,
#mainNavbar .navbar-brand .navbar-text2 {
    font-family: 'Audiowide', cursive !important;
    font-size: 1rem !important; /* fixed size so it doesn't jump on resize */
    /*color: #f80606 !important;*/
}

#mainNavbar .navbar-nav .nav-item .nav-link,
.navbar-custom .navbar-nav .nav-link {
    /* Force same webfont and weight to avoid glyph changes on navigation */
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 0.9rem !important;
    color: rgb(247, 7, 7) !important;
    letter-spacing: 0.06em !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    transition: none !important;
}

/* Ensure Montserrat is used for these specific links in all states to avoid glyph changes */
a.montserrat-link,
.montserrat-link,
.montserrat-link span,
.montserrat-link:link,
.montserrat-link:visited,
.montserrat-link:hover,
.montserrat-link:active,
.montserrat-link:focus {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    transition: none !important;
}

#mainNavbar .navbar-nav .nav-item .nav-link.active,
#mainNavbar .navbar-nav .nav-item .nav-link:hover {
    color: #fa836a;
}

/* services start */
.mySection {
    padding: 5rem 0;
}

.mySection h2.s-heading {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.mySection h3.s-subheading {
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* portfolio start */
#portfolio .p-item {
  /*  max-width: 26rem;*/
    margin-left: auto;
    margin-right: auto;
}

/*#portfolio .p-item {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}
*/
.form{
    width:auto !important;
    max-width:none !important;
    overflow:visible !important;
    flex:0 0 auto;
}

.wrapper,
.wrapper2{
    width:auto !important;
    max-width:none !important;
    overflow:visible !important;
}

.qr-code{
    display:inline-block;
    overflow:visible;
}

.qr-code img{
    width:auto !important;
    max-width:none !important;
}

.form-control,
.form-select{
    width:auto;
    max-width:100%;
}


.p-item,
.col-lg-7,
.col-lg-5{
    overflow: visible !important;
}


#portfolio2 .p-item {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#portfolio .p-item .p-link {
    position: relative;
    display: block;
    margin: 0 auto;
}

#portfolio .p-item .p-link .p-hover {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(101, 145, 189, 0.75);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity ease-in-out 0.3s;
    -webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -ms-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
}


#portfolio .p-item .p-link .p-hover .ph-content {
    font-size: 6.3rem;
}

#portfolio .p-item .p-link:hover .p-hover {
    opacity: 1;
}

#portfolio .p-item .p-caption .pc-heading {
    font-size: 1.5rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-bottom: 0;
    font-weight: 700;
    /* font-family: 'Kaushan Script', cursive; */

    font-family: 'segoepr';
    font-style: italic; 
    color: #0a0a0a;

}


#portfolio .p-item .p-caption .pc-heading3 {
  
   /*  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */

   /* font-family: 'Kaushan Script', cursive; */
    font-family: 'segoepr',-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    font-size: 1.5rem;
    margin-bottom: 0;
    font-weight: 700;    
    font-style: italic;     
    font-weight: bold;
    color: #de3545; 
    /* line-height: 3rem; */
    /* margin-bottom: 2rem; */
}






#portfolio .p-item .p-caption .pc-heading2 {
    font-size: 1rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-bottom: 0;
    font-weight: 700;
}




#portfolio .p-item .p-caption .pc-subheading {
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.p-modal .modal-dialog {
    margin: 1rem;
    max-width: 100vw;
}


.p-modal .modal-content h2 {
    font-size: 3rem;
    line-height: 3rem;
}

.p-modal .modal-content .p-intro {
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.p-modal .close-modal {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    background-color: transparent;
}

.p-modal .close-modal:hover {
    opacity: 0.5;
}

@media(max-width:991.98px) {

    .karekodtextare{
        width: 300PX;
        height: 110px;
    }

    header.backImage {
        padding-top: 11rem;
        padding-bottom: 13rem;
    }

    header.backImage .backImage-heading {
        font-size: 2rem;
        line-height: 2rem;
    }

    /* Keep navbar background dark on small screens so toggler and links are visible */
    #mainNavbar,
    .navbar-custom {
        background-color: #000 !important;
    }

    /* When the collapse is opened on mobile, ensure its background is also dark */
    .navbar-custom .navbar-collapse,
    .navbar-custom .navbar-collapse.show {
        background-color: #000 !important;
    }

    /* Nav links should contrast on dark background */
    .navbar-custom .navbar-nav .nav-link,
    #mainNavbar .navbar-brand .navbar-text {
        color: #fff !important;
    }

    /* Ensure toggler bars are visible (white) on dark background */
    /*.navbar-toggler .toggler-bar {
        background: #fff !important;
    }*/


    .navbar-toggler {
        /*border: 2px solid red;*/ /* KIRMIZI BORDER */
         border: 2px solid #0d6efd !important; /* Bootstrap mavi */

        padding: 3px;
        border-radius: 6px; /* isteğe bağlı */
    }

.navbar-toggler .toggler-bar {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 2px 0;
    display: block;
}




.navbar-toggler:hover {
    border-color: #f80909;
}



   /*  #mainNavbar .navbar-nav .nav-item .nav-link {
        font-family: "Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,  Oxygen,  Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 2rem;
        color: #127eeb;
        letter-spacing: 0.01em;        
    } */

    .p-modal .modal-content h2 {
        font-size: 2rem;
        line-height: 2rem;
    }

    /* Show toggler on small screens */
    .navbar-toggler {
        display: block !important;
    }

    .p-modal .close-modal {
        width: 2rem;
        height: 2rem;
    }

    .siparis{       
        font-size: 0rem;        
    }

      

}


@media(min-width:992px) {
    
    #mainNavbar .navbar-nav .nav-item .nav-link {
        font-family: "Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,  Oxygen,  Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 0.8rem !important;
        color: #fafdfd;
        letter-spacing: 0.01em;
    }

 .karekodtextare{
        width: 800PX;
    }

    header.backImage {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }


    #mainNavbar {
        font-family: 'Audiowide', cursive;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border: none;
        /* background-color: transparent; */
        /*background-color: #212529;*/
        /*background-color: #394D7E;*/
        /*background-color: #5B6895;*/
        background-color: #000000;
        transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
        -webkit-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
        -moz-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
        -ms-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
        -o-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    }

    /* Marka yazısının diğer sayfa stillerinden etkilenmemesi için daha spesifik kurallar */
    #mainNavbar .navbar-brand .navbar-text {
        color: #f80606 !important;
        font-family: 'Audiowide', 'Roboto Slab', 'Montserrat', Arial, sans-serif !important;
        font-weight: 700 !important;
        font-style: italic !important;
        letter-spacing: 0.03em !important;
        font-size: 2.2rem !important;
    }

    #mainNavbar .navbar-brand .flip-horizontal {
        font-family: 'Audiowide', 'Roboto Slab', 'Montserrat', Arial, sans-serif !important;
        display: inline-block !important;
        transform: scaleX(-1) !important;
        -webkit-transform: scaleX(-1.5) !important;
        transform-origin: center !important;
        -webkit-transform-origin: center !important;
        letter-spacing: 16px !important;
    }

    #mainNavbar .navbar-brand {
        font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-family: 'Audiowide', cursive;
        font-weight: 400;
        font-size: 2rem; 
        transition: font-size 0.3s ease-in-out;
        -webkit-transition: font-size 0.3s ease-in-out;
        -moz-transition: font-size 0.3s ease-in-out;
        -ms-transition: font-size 0.3s ease-in-out;
        -o-transition: font-size 0.3s ease-in-out;
    }

    #mainNavbar .navbar-nav .nav-item {
        margin-right: 1rem;   
    }

    #mainNavbar .navbar-nav .nav-item:last-child {
        margin-right: 20;        
    }

    #mainNavbar.navbar-mobile .navbar-brand {
        font-size: 1.2rem;
    }

    #mainNavbar.navbar-mobile {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: #212529;
    }
}

/* about start */
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1px;
    content: "";
    background-color: #dadde0;
}

.timeline>li {
    margin-bottom: 50px;
}

.timeline>li:after,
.timeline>li:before {
    display: table;
    content: "";
}

.timeline>li:after {
    clear: both;
}

.timeline>li .t-panel {
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .t-image {
    position: absolute;
    z-index: 10;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: white;
    border: 7px solid #dadde0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.timeline>li .t-image:last-child {
    background-color: #de3545;
}

.timeline>li .t-image h4 {
    font-size: 10px;
    line-height: 12px;
    margin-top: 10px;
}

.timeline .t-heading h4 {
    margin-top: 0;
    color: inherit;
    font-weight: bold;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.timeline .t-body>ul,
.timeline .t-body>p {
    margin-bottom: 0;
}




@media(min-width:768px) { 
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        min-height: 100px;
        margin-bottom: 100px;
    }

    .timeline>li .t-panel {
        float: left;
        width: 40%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .t-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .t-image h4 {
        font-size: 13px;
        line-height: 17px;
        margin-top: 8px;
    }

    .timeline>li.t-inverted>.t-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .t-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .t-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .t-image h4 {
        font-size: 19px;
        line-height: 25px;
        margin-top: 20px;
    }

    .timeline>li.t-inverted>.t-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .t-panel {
        padding: 0 20px 20px 10px;
    }

    .timeline>li .t-image {
        width: 175px;
        height: 175px;
        margin-left: -89px;
    }

    .timeline>li .t-image h4 {
        margin-top: 20px;
        font-size: 22px;
        line-height: 30px;
    }

    .timeline>li.t-inverted>.t-panel {
        padding: 0 100px 20px 20px;
    }
}














/* team start */
.t-member {
    margin-bottom: 1rem;
}

.t-member img {
    width: 14rem;
    height: 14rem;
    border: 0.5rem solid rgba(0, 0, 0, 0.1);
}

.t-member h4 {
    margin-top: 1.7rem;
    margin-bottom: 0;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
}

.t-member p {
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.btn-social {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.img-logo {
    height: 2.6rem;
}

.img-logo2 {
    height: 2.6rem;
}


/* contact start */
#contact {
    background-color: #432630;
    background-repeat: no-repeat;
    background-image: url("../../img/map.png");
    background-position: center;
    
}


#contact input {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
}

#contact .form-textarea {
    height: 92%;
}








#contact .form-textarea textarea {
    height: 100%;
    min-height: 10rem;
}

#contact .form-control:focus {
    box-shadow: 1px 1px 12px #d8df0b;
}


.form-textarea textarea {
    height: 100%;
    min-height: 10rem;
}




/* portfolio start */
#download .p-item {
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
}

#download .p-item .p-link {
    position: relative;
    display: block;
    margin: 0 auto;
}

#download .p-item .p-link .p-hover {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(101, 145, 189, 0.75);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity ease-in-out 0.3s;
    -webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -ms-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
}


#download .p-item .p-link .p-hover .ph-content {
    font-size: 6.3rem;
}

#download .p-item .p-link:hover .p-hover {
    opacity: 1;
}

#download .p-item .p-caption .pc-heading {
    font-size: 1.5rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-bottom: 0;
    font-weight: 700;

    font-family: 'Kaushan Script', cursive;
    color: #de3545;



}




#download .p-item .p-caption .pc-subheading {
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.logo{
    
    height: 50px;
    /* border: 1px solid #dadde0;  */
    text-align: start;
}

.accodionbtnrenk{
    /* background-color: #594feb; */
    background-color: #F2F2F2;
}








/*===================================*
  15. START WHATSUP LOGO 
*===================================*/

.wsk-float {
    position: fixed;
    top: 125px;
    /* bottom: 20px; */
    left: 30px;
    z-index: 33
}

.wsk-float a, .wsk-float a img {
    display: block
}

.pulse-button {
    position: relative;
    /* position: absolute ; */
    width: 70px;
    height: 70px;
    border: none;
    box-shadow: 0 0 0 0 rgba(41,167,26,.7);
    border-radius: 50%;
    background-color: #29a71a;
    background-image: url(../../img/wpicon.png);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
}

.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none
 
   
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 40px rgba(232,76,61,0)
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 40px rgba(232,76,61,0)
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 40px rgba(232,76,61,0)
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 40px rgba(232,76,61,0)
    }
}

@media only screen and (min-width: 2000px) {
    .wsk-float {
        display: none
    }
}

.siparis{
     
    color: rgb(161, 36, 36);
}


/*===================================*
  15.END WHATSUP LOGO
*===================================*/




 .form-textarea2 {
    height: 92%;
}



  .pc-heading5{
    font-family: 'segoepr',-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    font-size: 1.5rem;
    margin-bottom: 0;
    font-weight: 700;    
    font-style: italic;     
    font-weight: bold;
    color: #de3545; 
  }





  
/* header start */
header.ayarimage {
    background-image: url("../../img/headerayar.jpeg");
    height: 100vh;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    /* background-attachment: fixed; */
}

/* E-Belge Doğrula başlık fontg ayarları */
.ayartextrenk {
    font-size: 3rem;
    font-weight: bold;
    line-height: 3rem;
    margin-bottom: 2rem;
    /* font-family: "Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    /* font-family: 'Sansita Swashed', cursive; */
    /* font-family: 'Paprika', cursive; */
    /* font-family: 'Sriracha', cursive; */
    /* font-family: 'Kaushan Script', cursive; */
    
    font-family: 'Audiowide', 'Roboto Slab', 'Montserrat', Arial, sans-serif !important;
    font-style: italic;
    color: #f80707;
}


/* Mobile hamburger açıkken marka link rengi MAVİ olsun */
@media (max-width: 991.98px) {

    .navbar-collapse.show ~ .navbar-brand,
    .navbar-collapse.show + .navbar-brand,
    #mainNavbar .navbar-brand,
    #mainNavbar .navbar-brand .navbar-text {
        color: #0d6efd !important; /* Bootstrap mavi */
    }

#mainNavbar .navbar-brand .flip-horizontal {
    font-family: 'Audiowide', 'Roboto Slab', 'Montserrat', Arial, sans-serif !important;
    display: inline-block !important;
    transform: scaleX(-1) !important;
    -webkit-transform: scaleX(-1) !important;
    transform-origin: center !important;
    -webkit-transform-origin: center !important;
    letter-spacing: 8px !important;
}

}



