#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    color: #fffefe;
}
  #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
    color: #fffefe;
  }
  #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.hover {
    color: #c6c6c6;
  }
.page-header {
    background-color: #212529;
    margin: 0px;
    padding: 30px 0;
    position: relative;
    text-align: left;
}

.kayiticin {
position: absolute;color: #FFF;bottom: 170px;margin: auto 0;width: 100%;font-size: 35px;text-align: center;
}


tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  color: #fff;
  font-weight: bold;
}

td img{
	width: 100%;
  height: auto;
}


.container  h3 {
font-weight: bold!important;
color: #fff!important;
}


.page-header.page-header-modern.page-header-background.page-header-background-md {
padding-top: 110px;
padding-bottom: 35px;
}
.page-header h1 {
  line-height: 2 !important;
}
hr {
  background: rgb(217, 182, 120) !important;
  border: 0;
  height: 1px;
  margin: 22px 0;
  opacity: 1;
}
.sifirla {
  background: rgba(33, 37, 41, 0)!important;
}
.sifirla .footer-copyright {
  background: rgba(33, 37, 41, 0)!important;
}

.yazisayfabaslik {
font-size: 40px !important;
  font-weight: bolder !important;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 1);
  color: #fff;
  line-height: 45px;
}
.yazirenk {
	font-weight: bolder !important;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 1);
  margin-bottom: 0px !important;
  color: #fff;
}




.bounce-loader {
    width: 100px;
}


#footer .footer-copyright p {
    color: #FFF;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

form,label {
    color: #FFF;
}

  .sayacanasayfa {
    flex-wrap: unset;
    position: unset !important;
    color: #ff0000;
    bottom: 25px !important;
    margin: auto 0 !important;
    width: 100% !important;
    font-size: 20px;
    font-weight: bold;
  }











@media (max-width: 991px) {
    #header .header-logo img {
        width: 110px;
        height: auto;
      }
    #header .header-nav-main:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 100vw;
        height: 100%;
        background: #383f48;
        z-index: -1;
        transform: translateX(-50%);
    }
	
	
.kayiticin {
position: absolute;
color: #FFF;
bottom: 75px;
margin: auto 0;
width: 100%;
font-size: 18px;
text-align: center;
padding-right: 50px;
}
	
	.paydaslar{
        width: 100%;
        height: auto;
	}


.btn {
  font-size: 10px;
  padding: 0.533rem 0.5rem!important;
}


#header .header-btn-collapse-nav {
  margin: 0 0 0 0!important;
  background: #383F48;
}

.pb-4 {
  padding-bottom: 0.5rem !important;
}
.pt-4 {
  padding-top: 0.5rem !important;
}

.pt-5 {
  padding-top: 0.5rem !important;
}

.page-header h1 {
  line-height: 2 !important;
}
.mt-5 {
  margin-top: 2rem !important;
}
  .page-header h1 {
    line-height: 1em !important;
    font-size: 2em !important;
  }



}




@media (max-width: 767px) {
  .sayacanasayfa {
    flex-wrap: unset;
    position: unset !important;
    color: #ff0000;
    bottom: 25px !important;
    margin: auto 0 !important;
    width: 100% !important;
    font-size: 18px;
    font-weight: bold;
  }
}































.wrapper{
height: 462px;
width: 330px;
position: relative;
transform-style: preserve-3d;
perspective: 1000px;
margin: 0 auto;
}
.wrapper .kart{
  position: absolute;
  height: 100%;
  width: 100%;
  transform: translateY(0deg);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4,0.2,0.2,1);
}
.wrapper:hover > .front-face{
  transform: rotateY(-180deg);
}
.wrapper .kart img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.wrapper .back-face{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  transform: rotateY(180deg);
}
.wrapper:hover > .back-face{
  transform: rotateY(0deg);
}
.wrapper .back-face img{
}