h1,
h2,
h3,
h4,
h5,
p,
{
  font-family: 'Poppins', sans-serif;
  }

  .b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: .75rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}
.icon-link:hover > .bi {
  transform: translate(.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13rem;
  padding: 23px;
  height: 6rem;
  font-size: 1.5rem;
  border: 1px solid #edecec!important;
  border-radius: 10px;
  background: none !important;
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: 1rem; }

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.duzeltmusti {
    border-bottom: 2px solid white;
    padding: 16px;
    text-align: center;
}

.duzeltmusti2 {
    border-bottom: 2px solid white;
    padding: 5px;
    text-align: center;
}

.duzeltmusti3 {
    border-bottom: 2px solid white;
    padding: 5px;
    text-align: center;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.mavi{
  background: #e50202;
  color: #fff;
}

.mavi2{
  background: #b90202;
  color: #fff;
}

.ortalama{
  text-align: center;
  color: #232323;
}

.diger{
  background: #E8E8E8;
  color: #333333;
}

.diger2{
  background: #F6F6F6;
  color: #333333;
  font-weight: 500;
}
.fontkismi {  color: #506690;
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    font-size: 20px;}

.digerust {
	margin-right: 7px;
    color: #3b3f5c;
    font-size: 1.5em;
}

.duzeltmusti {
	border-bottom: 2px solid white;
    padding: 4px;
    text-align: center;
}

.duzeltmusti .col-torque, .duzeltmusti .col-power {
    font-size: 2em;
}

@media (max-width: 991px) {
    .duzeltmusti .col-torque, .duzeltmusti .col-power {
        font-size: 1.25em;
    }

    .duzeltmusti {
        padding: 5px;
    }
}


.duzeltmusti2 .col-torque, .duzeltmusti2 .col-power {
    font-size: 2.5em;
}

@media (max-width: 991px) {
    .duzeltmusti2 .col-torque, .duzeltmusti2 .col-power {
        font-size: 1.25em;
    }

    .duzeltmusti2 {
        padding: 5px;
    }
}

.duzeltmusti23 .col-torque, .duzeltmusti23 .col-power {
    font-size: 2.5em;
}

@media (max-width: 991px) {
    .duzeltmusti23 .col-torque, .duzeltmusti23 .col-power {
        font-size: 1.25em;
    }

    .duzeltmusti23 {
        padding: 5px;
    }
}

.list-group.list-group-media .list-group-item .media img {
    color: #4361ee;
    width: auto !important;
    margin-top: 3px !important;
	    height: 33px !important;

}
.boyut{
  font-size: 12px;
}

.boyut2{
  color:#fff;
  font-size: 12px;
}
.border-iptal {
  float: left;
  padding: 4px;
   border: none;
   font-weight: 400;
}
.koyurenk{
  color: #232323;
}
.beyaz{
  color:white
}
.logo{
  width: 100px;
 }

.fulle{
  width: 100%;
 }

 .glance{
   text-align: center;
   font-weight: 300;

 }

 .glance2{
   text-align: center;
       font-weight: 300;
  }

  .table>:not(caption)>*>* {
      padding: 4px;
      background-color: var(--bs-table-bg);
      border-bottom-width: 0px;
      box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  }

.badge2 {
  position: relative;
  width: 100%;
  height: 7.2em;
   border-radius: 10px;
  display: inline-block;
  top: 0;
  transition: all 0.2s ease;
}
.badge2:before {
  transform: rotate(60deg);
}
.badge2:after {
  transform: rotate(-60deg);
}
.badge2:hover {
  top: -4px;
}
.badge2 .circle2 {
  width: 120px;
      height: 42px;
      position: absolute;
      background: #fff;
      z-index: 10;
      text-align: center;
      font-weight: 600;
      border-radius: 4px;
      top: -31px;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
    }
.badge2 .circle2 i.fa {
  font-size: 2em;
  margin-top: 8px;
}
.badge2 .font2 {
  display: inline-block;
  color: #393939;
  margin-top: 8px;
}
.badge2 .ribbon2 {
  position: absolute;
      border-radius: 4px;
      padding: 0px 5px 4px;
      width: 149px;
      z-index: 11;
      text-align: center;
      color: #fff;
      bottom: 12px;
      left: 7%;
      height: 24px;
      white-space: initial;
      font-size: 14px;
      box-shadow: 0 1px 2px rgb(0 0 0 / 27%);
      text-shadow: 0 2px 2px rgb(0 0 0 / 10%);
      text-transform: uppercase;
      background: linear-gradient(to bottom right, #555 0%, #333 100%);
      cursor: default;
    }



.badge {
  position: relative;
  margin: 1.5em 3em;
  width: 6em;
  height: 9.2em;
  left: 20px;

  border-radius: 10px;
  display: inline-block;
  top: 0;
  transition: all 0.2s ease;
}
.badge:before, .badge:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.badge:before {
  transform: rotate(60deg);
}
.badge:after {
  transform: rotate(-60deg);
}
.badge:hover {
  top: -4px;
}
.badge .circle {
    width: 90px;
    height: 90px;
    position: absolute;
    background: #fff;
    z-index: 10;
    border-radius: 50%;
    top: 0;
    left: -7px;
    right: 0;
    bottom: 0;
    margin: auto;
}
.badge .circle i.fa {
  font-size: 2em;
  margin-top: 8px;
}
.badge .font {
  display: inline-block;
  margin-top: 1em;
}
.badge .ribbon {
  position: absolute;
  border-radius: 4px;
  padding: 5px 5px 4px;
  width: 141px;
  z-index: 11;
  color: #fff;
  bottom: 12px;
  margin-left: -68px;
  left: 50%;
  margin-left: -65px;
  height: 24px;
  font-size: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  background: linear-gradient(to bottom right, #555 0%, #333 50%);
  cursor: default;
}
.red {
  background: linear-gradient(to bottom right, #e50202 0%, #840707 100%);
  color: #c62828;
}


.blue {
  background: linear-gradient(to bottom right, #4FC3F7 0%, #2196F3 100%);
  color: #259af3;
}
