@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
:root {
 
    --color1: #000;
--color2: #CA6702;
--color3:#001219;

}
body{
   font-family: "Quicksand", sans-serif;

 padding-top:110px;


    font-optical-sizing: auto;

    font-weight: 400;
    font-style: normal;

    font-size: 20px;

    line-height: 30px;
    color: #000;
    background-color: #fff;

}
a:hover{
    color: #000;
}
.contenteditable{
    margin-top:15px;
    margin-bottom:15px;
}

/*ul li{
    list-style: none;
}*/

ul, ol{
     list-style-position: inside;
     padding:0;
}

.no-copy{
    -moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
-ms-user-select: none;
user-select: none
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.title a{
    color: #000 !important;
    text-decoration: none;
}
.title a:hover{
    color: #BB3E03 !important;
}
/*-------------- topbar ---------------*/
.topbar {
    background-color:  var(--color3);
    color: #fff;
    font-size: 16px;
}

/*-------------- topbar ---------------*/
/*-------------- navbar ---------------*/
.navbar-brand {
    font-size: 30px;
   
    color: #001219;
    font-weight: 500;
}

.navbar-brand {
  width: 200px;
}

.navbar-brand > img {
  width: 100%;
}

.navbar-nav .nav-link {
    font-weight: 800;

   
    
   
    color: #000;


}

.navbar-nav>li>a:hover,
.navbar-dark .navbar-nav>li>a:focus {

    color: #BB3E03 !important;

}



.navbar-nav>li>.dropdown-menu a {
    color: #000;
}

.navbar-nav>li>.dropdown-menu a:hover {
    color: #fff;
    background-color: #BB3E03;
}

/*-------------- navbar ---------------*/

/*-------------- jumbotron ---------------*/
.jumbotron-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/elektronik-kart-tamiri.webp);
}
/*-------------- jumbotron ---------------*/


/*-------------- custom button ---------------*/
.btn-b {
    color: #ffffff;
    background-color: #CA6702;
    border-color: #CA6702;
}

.btn-b:hover,
.btn-b:focus,
.btn-b:active,
.btn-b.active,
.open .dropdown-toggle.btn-b {
    color: #ffffff;
    background-color: #BB3E03;
    border-color: #BB3E03;
}

.btn-b:active,
.btn-b.active,
.open .dropdown-toggle.btn-b {
    background-image: none;
}

.btn-b.disabled,
.btn-b[disabled],
fieldset[disabled] .btn-b,
.btn-b.disabled:hover,
.btn-b[disabled]:hover,
fieldset[disabled] .btn-b:hover,
.btn-b.disabled:focus,
.btn-b[disabled]:focus,
fieldset[disabled] .btn-b:focus,
.btn-b.disabled:active,
.btn-b[disabled]:active,
fieldset[disabled] .btn-b:active,
.btn-b.disabled.active,
.btn-b[disabled].active,
fieldset[disabled] .btn-b.active {
    background-color: #000000;
    border-color: #000000;
}

.btn-b .badge {
    color: #000000;
    background-color: #ffffff;
}
/*-------------- custom button  ---------------*/


/*-------------- footer ---------------*/
footer {
    background-color: var(--color3);
    padding-top: 50px;

    color: #fff;
}

footer .footer-copy {
    background-color: #002533;
    padding: 10px;
    border-top: 1px solid #000000;
    margin-top: 15px;

}

footer .footer-bottom {
    background-color: #fff;
    color:#000;
    font-size:16px;
}

footer .footer-bottom a {
    color: #000;
}

footer .footer-bottom a:hover {
    color: #BB3E03;
}
footer a {
    color: #fff;
    text-decoration: none;

}

footer a:hover {
    color: #BB3E03;

}

/*-------------- footer ---------------*/
/*-------------- chat ---------------*/


.call-widget,
.whatsapp-widget {
    position: fixed;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    display: none;
    z-index: 9999;
}

.call-link,
.whatsapp-link {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

.call-widget {
    right: 20px;
    bottom: 35px;
}

.call-widget-full {
    right: 0px;
    bottom: 0px;
    position: fixed;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    display: none;
    z-index: 9999;
}

.whatsapp-widget {
    left: 20px;
    bottom: 35px;
}

.call-link:hover,
.whatsapp-link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
}

.call-link:active,
.whatsapp-link:active {
    background-color: rgba(255, 255, 255, .2);
}





/*-------------- chat ---------------*/


/*-------------- breadcrumb ---------------*/
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "");
}
.breadcrumb-t {
    margin-top: 80px;
    font-size: 18px;
    line-height: 30px;
}

.breadcrumb-t a {
    color: #000;
    font-weight: bold;
}

.breadcrumb-t a:hover {
    color: #BB3E03;

}
/*-------------- breadcrumb ---------------*/
.msg{
    background-color: var(--color3);

}

/*-------------- prg ---------------*/
.hr-bw {
    border: 0;
    height: 2px;
    background: #B3B3B3;
    background: radial-gradient(circle, rgba(179, 179, 179, 1) 0%, rgba(255, 255, 255, 1) 100%, rgba(237, 221, 83, 1) 100%);
    opacity: 1;
}

.hr-oguz {
    border: 0;
    height: 2px;
    background: #CA6702;
    background: radial-gradient(circle, rgba(202, 103, 2, 1) 0%, rgba(255, 255, 255, 1) 100%, rgba(237, 221, 83, 1) 100%);
    opacity: 1;
}
.hr-oguz2 {
    border: 0;
    height: 2px;
background: #9e9e9e;
background: radial-gradient(circle, rgba(158, 158, 158, 1) 0%, rgba(255, 255, 255, 1) 100%, rgba(237, 221, 83, 1) 100%);
    opacity: 1;
}


.static, #main img{
        max-width: 100%;
    height: auto;
}

/*-------------- prg ---------------*/

/*-------------- blockquote ---------------*/
 blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 30px 0 30px;
  position: relative;
  
  line-height: 1.9;
 
  /*Borders - (Optional)*/
  border-left: 15px solid #CA6702;
  border-right: 2px solid #CA6702;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 5px;
  top:-30px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}

.quote_block {
     display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 30px 0 30px;
  position: relative;
  
  line-height: 1.9;
 
  /*Borders - (Optional)*/
  border-left: 15px solid #CA6702;
  border-right: 2px solid #CA6702;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
.quote_block::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:-10px;
}

.quote_block::after{
  /*Reset to make sure*/
  content: "";
}

.quote_block a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

.quote_block a:hover{
 color: #666;
}

.quote_block em{
  font-style: italic;
}
pre{
  counter-reset:line-numbering;
  background:#2c3e50;
  padding:20px 50px 14px 30px;
  
  color:#ecf0f1;
  
    .line::before {
      content: counter(line-numbering);
      counter-increment: line-numbering;
      padding-right: 1em;
      /* space after numbers */
      padding-left:10px;
      width: 1.5em;
      text-align: right;
      opacity: 0.5;
      color:white;
  }
}

/*-------------- blockquote ---------------*/

                     .header-button {
      
    justify-content: center;
  }



        /* Media Query for Mobile Devices  - Mobil (Akıllı Telefon)*/
        @media (max-width: 480px) {
  .navbar-brand {
  width: 170px;
}
body{
   

 padding-top:100px;
}
          footer{
            text-align: center;
          }
          .static, #main{
            text-align: center;
          }
              .call-widget,
    .whatsapp-widget {
        display: block;
        font-size: 14px;
        border-radius: 15px;
    }

        .call-widget-full {
        display: block;
        width: 100%;
        text-align: center;
    }

        .breadcrumb-t {
        text-align: center !important;
        ;
    }

    .breadcrumb .breadcrumb-item {
        text-align: center !important;
    }
    
    .topbar {
   
    font-size: 13px;
}
        }

        /* Media Query for low resolution  Tablets, Ipads  - Düşük Çözünürlüklü Tabletler ve iPad'ler*/
        @media (min-width: 481px) and (max-width: 767px) {
          
        }

        /* Media Query for Tablets Ipads portrait mode - Tabletler iPad'ler (dikey mod)*/
        @media (min-width: 768px) and (max-width: 1024px) {
          .header-button {
      display: none;
      visibility: hidden;
  }
        }

        /* Media Query for Laptops and Desktops  - Masaüstü bilgisayarlar*/
        @media (min-width: 1025px) and (max-width: 1280px) {
           
        }

        /* Media Query for Large screens  - Devasa boyut (Daha büyük ekran)*/
        @media (min-width: 1281px) {
            
        }


        .pagination{
            font-size: 25px;
            font-weight: bold;
            
        }
        .pagination a, .pagination span{
            padding-left: 10px;
        }


        .tag{
    font-size: 15px;
}
.tags span a{ 
  
 margin-right: 13px;

}

.blog img{
    padding: 15px !important;
  
    
}