/** Fonts */
@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Medium.ttf);
}


/** Sidebar kayıt ol button */
.btn-kayit-ol {
  background-color: #0063a1;
  font-family: var(--rr-ff-heading);
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 22px 30px;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  float: right;
}

.btn-kayit-ol:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.btn-kayit-ol:hover {
  color: #fff;
}

.btn-kayit-ol:hover:before {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-kayit-ol:focus {
  color: #fff;
}

/** Bankalar Sayfası Bankaların kutusu */

.bank-box {
  background-color: #11151C;
  display: grid;
  align-items: center;
  grid-template-columns: 80% 1fr;
  grid-gap: 30px;
  padding: 40px 80px;
  border: 1px solid #1E2228;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .bank-box {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .bank-box {
    padding: 40px 30px;
  }
}

.bank-box:not(:last-of-type) {
  margin-bottom: 25px;
}

.bank-box .arka-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bank-box .arka-img:before {
  background-color: #3F5AF3;
  mix-blend-mode: multiply;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bank-box .bank-sol .bilgilerB {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 800;
  min-width: 120px;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .bank-box .bank-sol .bilgilerB {
    font-size: 14px;
  }
}

.bilgi {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.ayrac {
    margin: 0 5px;
}

.deger {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 20px;
}

.bank-box .bank-sag-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.bank-box .bank-sag-wrap .reward-middle .title {
  color: #464B54;
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .bank-box .bank-sag-wrap .reward-middle .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .bank-box .bank-sag-wrap .reward-middle .title {
    font-size: 26px;
    line-height: 1.5;
  }
}
.bank-box .bank-sag-wrap .bank-sag .number {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  height: 65px;
  width: 65px;
  display: block;
  border: 1px solid var #1E2228;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bank-box:hover {
  border: 1px solid transparent;
}
.bank-box:hover .arka-img {
  visibility: visible;
  opacity: 1;
}
.bank-box:hover .bank-sol .bilgilerB {
  color: #fff;
}
.bank-box:hover .reward-middle .title {
  color: #fff;
}
.bank-box:hover .bank-sol .deger {
  color: #fff;
}

@media (max-width: 767px) {
    .bilgi {
        flex-direction: column;
    }

    .ayrac {
        display: none;
    }
    
    .deger {
        padding-left: 0px;
    }
}

/** Sözleşmeler sayfası */

.pdf-wrapper {
  background-color: #1E2228;
  padding: 50px 20px;
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 50px auto;
  border-radius: 12px; 
}

.pdf-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;          
}

.pdf-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  width: 180px;
  text-align: center;
  text-decoration: none;
  color: #333;
  transition: transform 0.3s;
  display: flex;                   
  flex-direction: column;
  overflow: hidden;                  /
}

.pdf-card:hover {
  transform: translateY(-5px);
}

.pdf-icon {
  padding: 30px 0;
  font-size: 50px;
  color: #1E2228;
}

.pdf-label {
  background-color: #555;
  color: #fff;
  padding: 12px;
  font-weight: bold;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-height: 50px; 
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


/** Giriş Yap Sayfası */

.giris-kutu {
  max-width: 420px; 
  width: 100%; 
  border-radius: 20px; 
  background-color: #0d0f18; 
  color: #fff;
  border: 2px solid rgba(255,255,255,0.1);
}


.form-control-sss {
  display:block;
  padding:.375rem .75rem;
  font-size:1rem;
  font-weight:400;
  background-clip:padding-box;
  border: 1px solid #dee2e6;
  appearance:none;
  border-radius: 0.375rem;
  transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  position:relative;
  flex:1 1 auto;
  width:1%;
  min-width:0
}

@media (prefers-reduced-motion:reduce) {
  .form-control-sss {
    transition:none
}} 

.form-control-sss::placeholder {
  color:#949494;
  opacity:1
}

.giris-box-shadow:hover {
  box-shadow:0 0 0 .25rem rgba(0, 123, 255, 0.445);
  border-radius: 0.375rem;
  transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color:#212529;
  border-color:#86b7fe;
  outline:0;
}

@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  50% { transform: translateX(4px); }
  75% { transform: translateX(-4px); }
  100% { transform: translateX(0); }
}

.uyari-yanlisBilgi {
  background: rgba(255, 0, 0, 0.15);
  backdrop-filter: blur(8px);
  animation: shake 0.3s ease-in-out;
}

/** Şifremi Unuttum Sayfası */

.giris-kutu-unuttum {
  max-width: 520px; 
  width: 100%; 
  border-radius: 20px; 
  background-color: #0d0f18; 
  color: #fff;
  border: 2px solid rgba(255,255,255,0.1);
}

.uyari-yanlisBilgi-unuttum {
  background: rgba(40, 167, 69, 0.15);
  backdrop-filter: blur(8px);
  animation: shake 0.3s ease-in-out;
}

/** Kayıt Ol Sayfası */

.kayit-ol-kutu {
  max-width: 1000px; 
  width: 100%; 
  border-radius: 20px; 
  background-color: #0d0f18; 
  color: #fff;
  border: 2px solid rgba(255,255,255,0.1);
}

.sozlesme-uyari {
  text-decoration:underline;
  text-decoration-color: #a94442;
}

/** Ana Sayfa*/

.hizmetlerana-btn{
  background-color: #3f5af3;
  font-family: var(--rr-ff-heading);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
  padding: 14.5px 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-transform: capitalize;
}

.hizmetlerana-btn:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.hizmetlerana-btn:hover {
  color: #fff;
}

.hizmetlerana-btn:hover:before {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.hizmetlerana-btn:focus {
  color: #fff;
}

@media (max-width: 1199px) {
  .hizmetlerana-btn {
     width: 30%;
  }
}
@media only screen and (max-width: 992px) {
  .hizmetlerana-btn {
    width: 40%;
  }
}

.process-text {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  padding-top: 100px;
}
@media only screen and (max-width: 992px) {
  .process-text {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .process-text {
    padding-top: 40px;
  }
}

/** Footer Bölgesi */

.footer-section {
  position: relative;
  z-index: 1;
  background-color: #11151c
}

.footer-section .shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.footer-wrap {
  padding: 80px 0;
}
@media only screen and (max-width: 992px) {
  .footer-wrap {
    padding: 80px 0 0 0;
  }
}

@media only screen and (max-width: 992px) {
  .footer-widget {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget {
    margin-bottom: 50px;
  }
}


.footer-widget .widget-header {
  margin-bottom: 45px;
}
.footer-widget .widget-header .footer-logo img {
  max-width: 230px;
}
.footer-widget .widget-header .widget-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
.footer-widget .widget-header .widget-title:before {
  background-color: #3F5AF3;
  content: "";
  height: 5px;
  width: 80px;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.footer-widget .footer-list {
  list-style: none;
}
.footer-widget .footer-list li {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widget .footer-list li a {
  font-family: var(--rr-ff-body);
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.footer-widget .footer-list li a:hover {
  color: #3F5AF3;
}
.footer-widget .footer-list li:not(:last-of-type) {
  margin-bottom: 20px;
}

.footer-widget .address-list {
  list-style: none;
  margin-bottom: 30px;
}
.footer-widget .address-list li {
  font-family: var(--rr-ff-body);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  column-gap: 10px;
}
.footer-widget .address-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.footer-widget .address-list li i {
  color: var(--rr-color-theme-primary);
  line-height: 1;
  margin-top: 6px;
}
.footer-widget .address-list li a {
  border-bottom: 1px solid transparent;
}
.footer-widget .address-list li a:hover {
  color: var(--rr-color-theme-primary);
  border-bottom: 1px solid var(--rr-color-theme-primary);
}
.footer-widget .social-list {
  display: flex;
  align-items: center;
  justify-content: end;
  list-style: none;
  float: left;
}

@media only screen and (max-width: 767px) {
  .footer-widget .social-list {
    justify-content: center;
  }
}

.footer-widget .social-list li a {
  background-color: var(--rr-color-border-1);
  color: var(--rr-color-common-white);
  font-size: 13px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-widget .social-list li a:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}
.footer-widget .social-list li:not(:last-of-type) {
  margin-right: 10px;
}

.footer-widget.footer-col-2 {
  padding-left: 70px;
}
@media only screen and (max-width: 992px) {
  .footer-widget.footer-col-2 {
    padding-left: 0;
  }
}

.footer-widget.footer-col-2 .footer-list li a {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  transition: color 0.3s ease;
}

.footer-widget.footer-col-2 .footer-list li a i:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f356";
  font-size: 14px;
  font-weight: 700;
  color: #B0B2B7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.footer-widget.footer-col-2 .footer-list li a:hover i:before {
  color: #3F5AF3;
  left: 5px;
}

.copyright-area {
  border-top: 1px solid var(--rr-color-border-1);
  padding: 40px 0;
}
@media only screen and (max-width: 992px) {
  .copyright-area {
    padding: 40px 0;
  }
}

.copyright-content {
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .copyright-content {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .copyright-content {
    row-gap: 20px;
  }
}

.copyright-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: var(--rr-ff-body);
  margin: 0;
}

.copyright-content p span {
  color: var(--rr-color-theme-primary);
}

@media only screen and (max-width: 767px) {
  .copyright-content p {
    text-align: center;
  }
}

@media only screen and (max-width: 992px) {
   .copyright-content p {
    text-align: center;
    margin-bottom: 15px !important;
  }
}

.copyright-content .social-list {
  display: flex;
  align-items: center;
  justify-content: end;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .copyright-content .social-list {
    justify-content: center;
  }
}

.copyright-content .social-list li a {
  background-color: var(--rr-color-border-1);
  color: var(--rr-color-common-white);
  font-size: 13px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright-content .social-list li a:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}

.copyright-content .social-list li:not(:last-of-type) {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .copyright-content.content-2 .site-logo {
    margin: 0 auto;
  }
}

.copyright-content.content-2 p {
  text-align: right;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .copyright-content.content-2 p {
    text-align: center;
  }
}

.copyright-content .copyright-list {
  display: flex;
  align-items: center;
  justify-content: end;
  list-style: none;
  flex-wrap: wrap;
  row-gap: 10px;
}

@media only screen and (max-width: 992px) {
  .copyright-content .copyright-list {
    justify-content: center;
  }
}

.copyright-content .copyright-list li {
  position: relative;
}

.copyright-content .copyright-list li:not(:last-of-type) {
  padding-right: 20px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .copyright-content .copyright-list li:not(:last-of-type) {
    margin-right: 10px;
    padding-right: 0;
  }
}

.copyright-content .copyright-list li:not(:last-of-type):before {
  content: "|";
  color: var(--rr-color-common-white);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .copyright-content .copyright-list li:not(:last-of-type):before {
    display: none;
  }
}

.copyright-content .copyright-list li a {
  color: var(--rr-color-common-white);
}

.copyright-content .copyright-list li a:hover {
  color: var(--rr-color-theme-primary);
}

.contact-box {
    border: 1px solid #4f6df5;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    border-radius: 8px;
  }
.contact-box a {
    display: inline-block;
    padding: 10px 24px;
    margin-bottom: 10px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #4f6df5;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
  }
.contact-box a:hover {
    background-color: #4f6df5;
  }

  /** İletişim Bilgi Sayfası */

.alert-success-iletisim {
  background-color: #28a745;   /* canlı ama koyuya uygun yeşil */
  color: #fff;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.alert-success-iletisim i {
  font-size: 18px;
}
