#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;
}





.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;
background: #D8C182;
background: radial-gradient(circle farthest-corner at center center, #FFF 0%, #939393 100%);
  background-clip: border-box;
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 40px;
}
.yazirenk {
background: #D8C182;
background: radial-gradient(circle farthest-corner at center center, #D8C182 0%, #E08147 100%);
  background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 34px;
margin-bottom: 0px !important;
}




.bounce-loader {
    width: 100px;
}


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

form,label {
    color: #FFF;
}













@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;
	}
	
}





































.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);
  background: linear-gradient(375deg, #053b42, #033c42);
}
.wrapper:hover > .back-face{
  transform: rotateY(0deg);
}
.wrapper .back-face img{
}