


.animate__animated .animate__tada{
  --animate-duration: 10s;--animate-duration: 800ms;
}
#footer {
  position:relative;
  margin-top: -150px;
  clear: both;
  width:100%;
}
.form-check{
  color: #fff;
}
.as {
    z-index: 2;
    position: relative;
    width: 100%;
    height: 100%;

    background-color: transparent;
}
#bg_rek{


    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
}



  @media(max-width:992px){
  .sol{
  display:none;overflow: hidden;
  }
}

  @media(max-width:992px){
  .sag{
  display:none;overflow: hidden;
  }
}
.heart {

  color: #e00;
  animation: beat .25s infinite alternate;
  transform-origin: center;
}

/* Heart beat animation */
@keyframes beat{
  to { transform: scale(1.1); }
}
.panel
{
    text-align: center;
    background: #fff;
}
.panel:hover { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35); }
.panel-body
{
    padding: 0px;
    text-align: center;
}
.sol-reklam{
  position: fixed; left: 0px; top: 0px; z-index: 1; display:none;
  }
  @media(max-width:768px).sol-reklam{
  display:none;overflow: hidden;
  }
  .sol-reklam{ position: fixed; left: 0px; top: 0px; z-index: 1;
  display:block;
  }
  }
  .sag-reklam{
  position: fixed; right: 0px; top: 0px; z-index: 1; display:none;
  }
  @media(max-width:768px).sag-reklam{
  display:none;overflow: hidden;
  }
  .sag-reklam{ position: fixed; right: 0px; top: 0px; z-index: 1;
  display:block;
  }
  }
.the-price
{
    background-color: rgba(220,220,220,.17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
}

.the-price h1
{
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.subscript
{
    font-size: 25px;
}

/* CSS-only ribbon styles    */
.cnrflash
{
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: 4px;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding      to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}
.cnrflash-inner
{
    /*Set position, make larger then      container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;  /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
    background-size: 4px,auto, auto,auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}
.cnrflash-inner:before, .cnrflash-inner:after
{
    /*Use the border triangle trick to make         it look like the ribbon wraps round it's        container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000;
}
.cnrflash-inner:before
{
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.cnrflash-inner:after
{
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.cnrflash-label
{
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
#myCarousel .nav a small {
    display:block;
}
#myCarousel .nav {
  background:#eee;
}
#myCarousel .nav a {
    border-radius:0px;
}
.form-check-input:checked{
  background-color: #619d3c;
  border-color: #619d3c;
}

.nav-tabs .nav-link{
      margin-bottom: -1px;
    background: 0 0;
    border: 1px solid white;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background-color: #343434;
    color: #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  color: #ffffff;
    background-color: #9d0606;
    border-color: #dee2e6 #dee2e6 #fff;
}

.modal-content{
      background: url(images/modal-bg.jpg) no-repeat center center;
    border-radius: 5px;
    background-size: cover;
    border: 2px solid #9d0606;
     color: #fff;
}

.page-link{
  background-color: #343434;
  color: #fff;
  border-color: #9d0606;
}

.page-link:hover{
  background-color: #343434;
  color: #fff;
 border-color: #9d0606;
}

.page-link:focus{
  background-color: #343434;
  color: #fff;
   box-shadow: 0 0 0 0.25rem rgba(112, 95, 17, 0.5);
}

.page-item .disbled{
  border-color: #9d0606;
}

.img-thumbnail{
  background-color: #fff0;
  border: none;

}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 400px;
  }

  .modal-dev{
  max-width: 1000px;
}

}
.modal-header .close {
  margin-top: -1.5rem;
}
 
.form-title {
  margin: -2rem 0rem 2rem;
}
 
.btn-round {
  border-radius: 3rem;
}
 
.delimiter {
  padding: 1rem;
}
 
.social-buttons .btn {
  margin: 0 0.5rem 1rem;
}
 
.signup-section {
  padding: 0.3rem 0rem;
}

.duzelt{
  background-color: #6a6a6a40;
   border: 1px solid #9d0606;
    padding-top: 30px;
}

.modal-header{
  background-color: #343434;
  color: #fff;
  border-bottom: 1px solid #9d0606;
  border-radius: 5px 5px 1px 1px;
}

.modal-body{
background-color: #343434;

    background-size: cover;

    color: #fff;
}

.modal-lg{
  border: 1px solid #9d0606;
}


.modal-footer{
  background-color: #343434;
  color: #fff;
  border-top: 1px solid #9d0606;
  border-radius:0px 0px 5px 5px;
}

.modal-header .btn-close{
  background-color: #9d0606;
}

.fa-flag{
font-size: 20px; color: #9d0606; margin-left: 5px;
}

.fa-heart{
  font-size: 20px; color: #9d0606; margin-left: 5px;
}

.searching{
  color: #9d0606; margin-right: 15px;
}

.tetik{
  color: #9d0606;
}

.belirleyici{
  color: #fff; 
  font-size: 23px;
   text-decoration: underline;
    text-decoration-color: #9d0606;
    text-underline-offset: 3px;
 margin-bottom: 20px;
}

.trbelirle{
  background-color: #9d0606}

.trbelirle:hover{
  background-color: #9d0606}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #343434; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #9d0606; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ae7d15; 
}

.btn-home{
  color: #fff;
  background-color: #9d0606;
  border-color: #2b2b2b;
  padding: 0.240rem .55rem;
  border-radius: 0.25rem;
}

.btn-home:hover{
  color: #fff;
  background-color: #df3434;
  border-color: #2b2b2b;
}

.btn-home:focus{
  color: #fff;
  background-color: #9d0606;
  border-color: #2b2b2b;
  box-shadow: 0 0 0 0.25rem rgba(112, 95, 17, 0.5);
}

.btn-kayit{
  color: #fff;
  background-color: #68da83;
  border-color: #2b2b2b;
  padding: 0.240rem .55rem;
  border-radius: 0.25rem;
}

.btn-kayit:hover{
  color: #fff;
  background-color: #52a366;
  border-color: #2b2b2b;
}

.btn-kayit:focus{
  color: #fff;
  background-color: #68da83;
  border-color: #2b2b2b;
  box-shadow: 0 0 0 0.25rem rgba(82, 163, 102, 0.5);
}

.btn-tanitim{
  color: #fff;
  background-color: #c07883;
  border-color: #2b2b2b;
  padding: 0.240rem .55rem;
  border-radius: 0.25rem;
}

.btn-tanitim:hover{
  color: #fff;
  background-color: #955b64;
  border-color: #2b2b2b;
}

.btn-tanitim:focus{
  color: #fff;
  background-color: #c07883;
  border-color: #2b2b2b;
  box-shadow: 0 0 0 0.25rem rgba(149, 91, 100, 0.5);
}

.btn-indir{
  color: #fff;
  background-color: #1887c0;
  border-color: #2b2b2b;
  padding: 0.240rem .55rem;
  border-radius: 0.25rem;
}

.btn-indir:hover{
  color: #fff;
  background-color: #136f9e;
  border-color: #2b2b2b;
}

.btn-indir:focus{
  color: #fff;
  background-color: #1887c0;
  border-color: #2b2b2b;
  box-shadow: 0 0 0 0.25rem rgba(19, 111, 158, 0.5);
}


.btn-wiki{
  color: #fff;
  background-color: #a50572;
  border-color: #2b2b2b;
  padding: 0.240rem .55rem;
  border-radius: 0.25rem;
}

.btn-wiki:hover{
  color: #fff;
  background-color: #780854;
  border-color: #2b2b2b;
}

.btn-wiki:focus{
  color: #fff;
  background-color: #a50572;
  border-color: #2b2b2b;
  box-shadow: 0 0 0 0.25rem rgba(120, 8, 84, 0.5);
}

.btn-market{
  color: #fff;
  background-color: #0ac03d;
  border-color: #2b2b2b;
  padding: 0.240rem .55rem;
  border-radius: 0.25rem;
}

.btn-market:hover{
  color: #fff;
  background-color: #068e2c;
  border-color: #2b2b2b;
}

.btn-market:focus{
  color: #fff;
  background-color: #0ac03d;
  border-color: #2b2b2b;
  box-shadow: 0 0 0 0.25rem rgba(6, 142, 44, 0.5);
}

.btn-discord{
  color: #fff;
  background-color: #3e9a95;
  border-color: #2b2b2b;
  padding: 0.240rem .55rem;
  border-radius: 0.25rem;
}

.btn-discord:hover{
  color: #fff;
  background-color: #2c6461;
  border-color: #2b2b2b;
}

.btn-discord:focus{
  color: #fff;
  background-color: #3e9a95;
  border-color: #2b2b2b;
  box-shadow: 0 0 0 0.25rem rgba(44, 100, 97, 0.5);
}
#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.list-group-item.active{
  background-color: #9d0606;
}

.list-group-item{
  background-color: #343434;
  color: #fff;
  border-color: #9d0606;
}



.accordion-header{
  background-color: #484445;
}
.accordion-header:hover{
  background-color: #484445;
}
.accordion-header:focus{
  background-color: #484445;

}

.accordion-header button:focus{
  color: #fff;
  background-color: #484445;
}
.accordion-header button:hover{
    color: #fff;
  background-color: #484445;
}

.accordion-header button{
    color: #fff;
  background-color: #484445;
}

.accordion-body{
  background-color: #272727;
  color: #fff;
}

.footer-widget p {
    margin-bottom: 27px;
}
p {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 28px;
}

   .animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #007bff; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } } 

.dk-footer {
  padding: 75px 0 0;
  background-color: #575656;
  position: relative;
  z-index: 2; }
  .dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px; }
    .dk-footer .contact-us .contact-info {
      margin-left: 50px; }
    .dk-footer .contact-us.contact-us-last {
      margin-left: -80px; }
  .dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color:#007bff; }

.dk-footer-box-info {
  position: absolute;
  top: -122px;
  background: #575656;
  padding: 40px;
  z-index: 2; }
  .dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px; }
  .dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .dk-footer-box-info .footer-social-link li {
    display: inline-block; }
  .dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff; }
    .dk-footer-box-info .footer-social-link a i.fa-facebook {
      background-color: #3B5998; }
    .dk-footer-box-info .footer-social-link a i.fa-twitter {
      background-color: #55ACEE; }
    .dk-footer-box-info .footer-social-link a i.fa-google-plus {
      background-color: #DD4B39; }
    .dk-footer-box-info .footer-social-link a i.fa-linkedin {
      background-color: #0976B4; }
    .dk-footer-box-info .footer-social-link a i.fa-instagram {
      background-color: #B7242A; }

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px; }

.footer-info-text {
  margin: 26px 0 32px; }

.footer-left-widget {
  padding-left: 80px; }

.footer-widget .section-heading {
  margin-bottom: 35px; }

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-widget li {
  margin-bottom: 18px; }

.footer-widget p {
  margin-bottom: 27px; }

.footer-widget a {
  color: #878787;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .footer-widget a:hover {
    color: #007bff; }

.footer-widget:after {
  content: "";
  display: block;
  clear: both; }

.dk-footer-form {
  position: relative; }
  .dk-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #007bff;
    background: #007bff;
    color: #fff; }
  .dk-footer-form button:hover {
    cursor: pointer; }

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-icon {
  position: absolute; }
  .contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff; }

.contact-info {
  margin-left: 75px;
  color: #fff; }
  .contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0; }

.copyright {
  padding: 28px 0;
  margin-top: 0px;
  background-color: #343434; }
  .copyright span,
  .copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .copyright a:hover {
    color:#007bff; }

.copyright-menu ul {
  text-align: right;
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; }

.copyright-menu li a:hover{
  color: #9d0606;
}

.back-to-top {
  position: relative;
  z-index: 2; }
  .back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .back-to-top .btn-dark:hover {
      cursor: pointer;
      background: #FA6742;
      border-color: #FA6742; }

section{
    padding: 100px 0;
}
.details-card {

}

.card-content {
  background: #343434;
  border: 4px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  margin-top: 10px;
}

.card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
  border-radius:0 0 32% 32%;
  box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.75);


}

.card-img img {
  width: 100%;
  height: auto;
  display: block;



}

.card-img span {
  position: absolute;
    top: 15%;
    left: 12%;
    background: #9d0606;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}
.card-img span h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
         line-height: 0;
}
.card-desc {
  padding: 1.25rem;
}

.card-desc h3 {
  color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
  color: #747373;
    font-size: 14px;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0;
  font-family: 'Raleway', sans-serif;
}
.btn-card{
  background-color: #1ABC9C;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: orange;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
}

.kaplama{

  background-repeat: no-repeat;
  background-color: black;
  opacity: 0.6;
}

.btn-primary{
  color: #fff;
  background-color: #9d0606;
  border-color: #2b2b2b;
  padding: 0.240rem .55rem;
  border-radius: 0.25rem;
}

.btn-primary:hover{
  color: #fff;
  background-color: #df3434;
  border-color: #2b2b2b;
}

.btn-primary:focus{
  color: #fff;
  background-color: #9d0606;
  border-color: #2b2b2b;
  box-shadow: 0 0 0 0.25rem rgba(112, 95, 17, 0.5);
}

.btn-outline-primary {
  color: #fff;
  border-color: #9d0606;
  border-radius: 3px 3px 3px 3px;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #9d0606;
  border-color: #2b2b2b;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(112, 95, 17, 0.5);
}

.form-control-borderless {
    border: none;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.bg-lightx{
  background-color: #343434;
}

.bg-lights{
  background-color: #575656;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
  color: #fff;
}

.navbar li:hover{

  height: 100%;
  background-color: #575656;

}


.form-control{
  background-color: #343434;
  color: #fff;
}

.card-body{
  flex: 1 1 auto;
  padding: 0.50rem 0.50rem;

}

.form-control:focus{
  background-color: #343434;
  color: #fff;
}



.tbody, td, tfoot, th, thead, tr{
background-color: #343434; 
color: #fff;
}

.tbody, td, tfoot, th, thead, tr:hover{
  background-color: #575656;
}



.card{
  background-color: #343434;
}

.col i{
  margin-right: 10px;
  transition: margin-left .2s ease-in;
}

.col i:hover{
  margin-left: 5px;
}

.col span{
  margin-right: 30px;
  transition: margin-right .3s ease-in;
}

.col span:hover{
  margin-right: -1px;
}


#myCarousel .carousel-caption {
    left:0;
  right:0;
  bottom:0;
  text-align:left;
  padding:5px;
  background:rgba(0,0,0,0.6);
  text-shadow:none;
}

#myCarousel .list-group {
  position:absolute;
  top:0;
  right:0;
}
#myCarousel .list-group-item {
  border-radius:0px;
  cursor:pointer;
    background-color:#000;
  opacity: 0.4;  
  border-color: #9d0606;
}

#myCarousel .list-group-item:hover{
  background-color: #9d0606;
}

#myCarousel .list-group .active {
  background-color:#ddd;
  opacity: 0.4;  

}

.list-group-item.active{
  border-color: #9d0606;
}

@media (min-width: 992px) { 
  #myCarousel {padding-right:33.3333%;}
  #myCarousel .carousel-controls {display:none;}  
}
@media (max-width: 991px) { 
  .carousel-caption p,
  #myCarousel .list-group {display:none;} 
}

@media screen and (max-width: 992px) {

.nav-item i{
  display: none;
}

}

@media screen and (max-width: 992px) {

.kapa{
  display: none;
}
}

@media screen and (max-width: 793px) {

.mobile{
  width: 100%;
}
}

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}