@font-face {
  font-family: "Feather Bold";
  src: url("https://db.onlinewebfonts.com/t/14936bb7a4b6575fd2eee80a3ab52cc2.eot");
  src: url("https://db.onlinewebfonts.com/t/14936bb7a4b6575fd2eee80a3ab52cc2.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/14936bb7a4b6575fd2eee80a3ab52cc2.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/14936bb7a4b6575fd2eee80a3ab52cc2.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/14936bb7a4b6575fd2eee80a3ab52cc2.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/14936bb7a4b6575fd2eee80a3ab52cc2.svg#Feather Bold")format("svg");
}

@font-face {
  font-family: "Nunito Black";
  src: url("https://db.onlinewebfonts.com/t/67491395d7991b9b9a85f5c9f4ba3e54.eot");
  src: url("https://db.onlinewebfonts.com/t/67491395d7991b9b9a85f5c9f4ba3e54.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/67491395d7991b9b9a85f5c9f4ba3e54.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/67491395d7991b9b9a85f5c9f4ba3e54.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/67491395d7991b9b9a85f5c9f4ba3e54.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/67491395d7991b9b9a85f5c9f4ba3e54.svg#Nunito Black")format("svg");
}

@font-face {
  font-family: "DIN Next Rounded LT W01 Regular";
  src: url("https://db.onlinewebfonts.com/t/ab596f21664c5582567537d241e2a53e.eot");
  src: url("https://db.onlinewebfonts.com/t/ab596f21664c5582567537d241e2a53e.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/ab596f21664c5582567537d241e2a53e.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/ab596f21664c5582567537d241e2a53e.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/ab596f21664c5582567537d241e2a53e.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/ab596f21664c5582567537d241e2a53e.svg#DIN Next Rounded LT W01 Regular")format("svg");
}



::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
/* Global Renkler Başlangıç */
:root {
  --green: #16a34a;
  --darkGreen: #15803d;
  --orange: hsl(25, 95%, 53%);
  --gray: hsl(0, 0%, 38%);
  --darkGray: hsl(0, 0%, 26%);
  --white: hsl(0, 0%, 100%);
  --blue: hsl(221, 83%, 53%);
}
/* Global Renkler Bitiş */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Nunito Black";
  font-size: 15px;
  color: #f1f5f9;
  margin: 0;
}

h1 {
  align-items: center;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

input,
textarea,
select,
button {
  font-size: 15px;
  color: #fff;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

textarea {
  resize: none;
}

ul {
  margin-top: 14px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.link-giris {
  color: var(--green);
  font-weight: 800;
}

.link-giris:hover {
  opacity: 0.6;
}

.btn-giris-mobil {
  position: relative;
  top: 138px;
}

.link-uyeol {
  width: 353px;
  padding: 10px;
  border: 2px solid var(--green);
  border-radius: 9px;
  text-align: center;
  color: var(--green);
  font-weight: 800;
}

.wrapper {
  display: flex;
  height: 100vh;
}
.wrapper .image-holder {
  width: 65.78%;
  height: 100vh;
}
.wrapper .form-content {
  width: 34.22%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 4.3%;
  padding-right: 4.3%;
  position: relative;
  margin-top: 30px;
  overflow: scroll;
}

.wizard {
  height: 509px;
}

.steps .current-info,
.steps .number {
  display: none;
}

.steps ul {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.steps li a {
  display: block;
}
.steps li .step-arrow {
  display: block;
  margin-top: 3px;
  margin-left: 39%;
}
.steps li:nth-child(2) .step-arrow,
.steps li:last-child .step-arrow {
  margin-left: 39%;
}

h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 900 !important;
  text-align: center;
  margin-bottom: 58px;
}

.image-holder {
  background: hsl(178, 90%, 12%);
  background-size: cover;
}
.image-holder img {
  display: none;
}

.form-wrapper {
  position: relative;
}

.toggle-icon {
  position: relative;
  transform: translateY(-145%) translateX(156px);
  cursor: pointer;
}

.form-content {
  background-size: cover;
}

.info {
  margin-bottom: 50px;
}

.info-item {
  margin-bottom: 29px;
}
.info-item span {
  color: #ccc;
}
.info-item span.unit {
  margin-right: 15px;
}
.info-item span.lnr {
  margin-right: 4px;
}
.info-item span.lnr-calendar-full {
  margin-right: 7px;
}

.content h4 {
  display: none;
}

.form-group {
  display: flex;
  margin-bottom: 15px;
}
.form-group .form-price {
  width: 65.46%;
}
.form-group .form-select {
  width: 34.54%;
}

label {
  color: #ccc;
}

h3 {
  font-size: 32px;
  font-weight: 900 !important;
  text-align: center;
  margin-bottom: 58px;
  color: var(--green);
  margin-bottom: 10px;
  margin-left: 9px;
}

.form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.form-wrapper label {
  width: 353px !important;
  align-items: center;
  margin-bottom: 8px;
  color: var(--green);
  font-weight: 700;
  transform: translateY(1px);
  display: flex;
  justify-content: flex-start;
  margin: 8px 0px;
}
.form-wrapper .veli-alan label {
  width: 353px !important;
  align-items: center;
  margin-bottom: 8px;
  color: var(--green);
  font-weight: 700;
  transform: translateY(1px);
  display: flex;
  justify-content: flex-start;
  margin: 8px 0px;
}
.form-wrapper input {
  width: 353px;
}
.form-wrapper.last {
  margin-bottom: 50px;
}

.form-price {
  display: flex;
}
.form-price label {
  width: 42.55%;
}
.form-price span {
  width: 57.45%;
}

.form-select {
  display: flex;
  justify-content: space-between;
}

.form-holder {
  position: relative;
  transform: translateY(-4px);
}
.form-holder i {
  position: absolute;
  transform: translateY(-20px);
  left: 22px;
}

.form-control {
  font-family: "Nunito", sans-serif;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(4, 0, 23, 0.1);
  border-radius: 6px;
  padding: 0 20px;
  font-size: 14px;
  font-size: 11px;
  color: rgba(4, 0, 23, 0.6);
  font-weight: 900;

}

input[type="text"],
[type="password"] {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
  rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  font-family: "Feather Bold";
}
input[type="radio"] {
  width: 50px;
  cursor: pointer;
}

input:focus {
  border: 2.4px solid #f5530d;
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  width: 50px;
  border: none;
  font-size: 15px;
  padding: 0 5px;
}

#onay-div{
  margin-top: 15px;
}

.option {
  color: #999;
}

.actions ul {
  display: flex;
  justify-content: space-between;
}
.actions li a {
  padding: 0;
  border: none;
  display: none;
  height: 42px;
  width: 96px;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  background: none;
  font-family: "Nunito", sans-serif;
  cursor: pointer;
  color: #fff;
}
.actions li a:hover {
  background: #fff;
  color: #333;
  border: 1px solid transparent;
}
.actions li[aria-disabled="true"] a {
  opacity: 0;
  transition: all 1s;
}

.request {
  margin-bottom: 21px;
}

.special-request {
  margin-bottom: 21px;
}
.special-request label {
  float: left;
  margin-top: 8px;
}
.special-request input.form-control {
  width: calc(100% - 155px);
  margin-left: auto;
}

.question-request {
  line-height: 2;
  margin-top: 23px;
}
.question-request span {
  color: #ccc;
}
.question-request input.form-control {
  width: 56px;
  margin: 0 2px;
  transform: translateY(-5px);
}

/* Icons Başlangıç */
.icon-sol-5 {
  margin-left: 5px;
}
.icon-alt-5 {
  margin-bottom: 5px;
}
/* Icons Bitiş */


.uyelikSozlesmesi{
  margin: 25px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.uyelikSozlesmesi label{
  color: var(--green);
  font-weight: 700;
  cursor: pointer;
}

/*Buttons Başlangıç*/
.btn-orange {
  margin: 5px 0px;
  margin-bottom: 16px;
  border-radius: 9px;
  padding: 0;
  border: none;
  display: inline-flex;
  height: 42px;
  width: 353px;
  justify-content: center;
  align-items: center;
  background: none;
  font-family: "Nunito", sans-serif;
  cursor: pointer;
  color: #fff;
  border: 2px solid var(--orange);
  color: var(--orange);
  font-weight: 800;
}
.btn-orange:hover {
  opacity: 0.6;
}
.btn-green {
  margin: 10px 0px;
  appearance: button;
  background-color: var(--darkGreen);
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Nunito Black";
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .8px;
  line-height: 20px;
  outline: none;
  overflow: visible;
  padding: 13px 16px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter .2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 353px;
}

.btn-green:after {
  background-clip: padding-box;
  background-color: var(--green);
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.btn-green:main,
.btn-green:focus {
  user-select: auto;
}

.btn-green:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.btn-green:disabled {
  cursor: auto;
}

.btn-green:active {
  border-width: 4px 0 0;
  background: none;
}


.btn-lightOrange {
  margin: 10px 0px;
  appearance: button;
  background-color: #d97706;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Nunito Black";
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .8px;
  line-height: 20px;
  outline: none;
  overflow: visible;
  padding: 13px 16px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter .2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 353px;
}

.btn-lightOrange:after {
  background-clip: padding-box;

  background-color: #f59e0b;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.btn-lightOrange:main,
.btn-lightOrange:focus {
  user-select: auto;
}

.btn-lightOrange:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.btn-lightOrange:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-lightOrange:active {
  border-width: 4px 0 0;
  background: none;
}


.btn-UyelikIptal {
  margin: 10px 0px;
  appearance: button;
  background-color: #cd3a3a;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Nunito Black";
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .8px;
  line-height: 20px;
  outline: none;
  overflow: visible;
  padding: 13px 16px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter .2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 353px;
}

.btn-UyelikIptal:after {
  background-clip: padding-box;

  background-color: #dc3741;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.btn-UyelikIptal:main,
.btn-UyelikIptal:focus {
  user-select: auto;
}

.btn-UyelikIptal:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.btn-UyelikIptal:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-UyelikIptal:active {
  border-width: 4px 0 0;
  background: none;
}



.btn-slate {

  margin: 10px 0px;
  appearance: button;
  background-color: #033a38;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Nunito Black";
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .8px;
  line-height: 20px;
  outline: none;
  overflow: visible;
  padding: 13px 16px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter .2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 353px;
}

.btn-slate:after {
  background-clip: padding-box;
  background-color: #033a38;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}


.btn-help {
  margin: 10px 0px;
  appearance: button;
  background-color: #64748b;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Nunito Black";
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .8px;
  line-height: 20px;
  outline: none;
  overflow: visible;
  padding: 13px 16px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter .2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 353px;
}

.btn-help:after {
  background-clip: padding-box;

  background-color: #64748b;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.btn-help:main,
.btn-help:focus {
  user-select: auto;
}

.btn-help:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.btn-help:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-help:active {
  border-width: 4px 0 0;
  background: none;
}


.form-onay{
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 24%;
}

.btn-slate:main,
.btn-slate:focus {
  user-select: auto;
}

.btn-slate:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.btn-slate:disabled {
  cursor: auto;
}

.btn-slate:active {
  border-width: 4px 0 0;
  background: none;
}

.btn-orange {
  margin: 10px 0px;
  appearance: button;
  background-color: #c2410c;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: din-round,sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .8px;
  line-height: 20px;
  outline: none;
  overflow: visible;
  padding: 13px 16px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter .2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 73%;
}

.btn-orange:after {
  background-clip: padding-box;
  background-color: #ea580c;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.btn-orange:main,
.btn-orange:focus {
  user-select: auto;
}

.btn-orange:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.btn-orange:disabled {
  cursor: auto;
}

.btn-orange:active {
  border-width: 4px 0 0;
  background: none;
}
/*Buttons Bitiş*/

h3:hover {
  cursor: pointer;
}

.link-img:hover {
  cursor: pointer;
}

/* Giriş Yap ve YeniUyelik Ortak Başlangıç*/
.uye-ekrani-sol {
  margin: 0 auto;
}
.uye-ekrani-sol .login-h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 45px;
  color: var(--white);
  font-family: "Feather Bold";
}
.uye-ekrani-sol .uye-ekrani-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 560px;
}
/* Giriş Yap ve YeniUyelik Ortak Bitiş*/

/* Giriş Yap Başlangıç*/
.login-logo {
  margin: 0 auto;
}
.login-logo-adi {
  color: hsl(0, 0%, 38%);
  font-weight: 900;
  font-size: 15px;
  margin-left: 7px;
  margin-top: 11px;
  margin-bottom: 21px;
  font-family: "Nunito Black";
}
.login-h3 {
  font-size: 32px;
  font-weight: 900 !important;
  text-align: center;
  margin-bottom: 58px;
  color: var(--green);
  margin-bottom: 10px;
  margin-left: 9px;
}
.login-uyelik {
  width: 353px;
  padding: 10px;
  border: 2px solid #329600;
  border-radius: 9px;
  text-align: center;
  color: #329600;
  font-family: "Nunito Black";
  font-weight: 800;
}
.login-tel {
  display: inline-block;
  width: 353px;
  padding: 10px;
  border: 2px solid #329600;
  border-radius: 9px;
  text-align: center;
  color: #329600;
  font-weight: 800;
  margin: 5px 0px;
}

.sms-code-input {
  width: 40px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  border: 2px solid #ccc;
  border-radius: 5px;
  outline: none;
  transition: border-color 0.3s;
  color: #000;
}

.sms-code-input:focus {
  border-color: hsl(100, 100%, 29%);
}

.sms-resend-btn {
  display: block;
  margin: 15px auto 0;
  padding: 10px 15px;
  font-size: 14px;
  background-color: #ff6723;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.sms-resend-btn:hover {
  background-color: #d9531e;
}


.login-tel-2 {
  display: inline-block;
  width: 353px;
  padding: 10px;
  border: 2px solid #002796;
  border-radius: 9px;
  text-align: center;
  color: #002796;
  font-weight: 800;
  margin: 5px 0px;
}

.h10_banner-img img {
  box-shadow: rgba(249, 115, 22, 0.4) -5px 5px,
  rgba(249, 115, 22, 0.3) -10px 10px, rgba(249, 115, 22, 0.2) -15px 15px,
  rgba(249, 115, 22, 0.1) -20px 20px, rgba(249, 115, 22, 0.05) -25px 25px;
  animation: hero-border 5s linear infinite alternate;
}

.yeniUyelik-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.yeniUyelik-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 503px;
  background-color: #fff;
  animation: hero-border 5s ease-in-out infinite;
  box-shadow: rgba(249, 115, 22, 0.4) -5px 5px,
  rgba(249, 115, 22, 0.3) -10px 10px, rgba(249, 115, 22, 0.2) -15px 15px,
  rgba(249, 115, 22, 0.1) -20px 20px, rgba(249, 115, 22, 0.05) -25px 25px;
}

@keyframes hero-border {
  0% {
    -webkit-border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }

  25% {
    -webkit-border-radius: 60% 40% 55% 45%/45% 55% 45% 55%;
    -moz-border-radius: 60% 40% 55% 45%/45% 55% 45% 55%;
    border-radius: 60% 40% 55% 45%/45% 55% 45% 55%;
  }

  50% {
    -webkit-border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }

  75% {
    -webkit-border-radius: 40% 60% 45% 55%/55% 45% 55% 45%;
    -moz-border-radius: 40% 60% 45% 55%/55% 45% 55% 45%;
    border-radius: 40% 60% 45% 55%/55% 45% 55% 45%;
  }

  100% {
    -webkit-border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
}

.h10_banner-shape-4 {
  position: absolute;
  left: 10px;
  top: -30px;
  animation: animation-upDown-2 3s linear 0s infinite alternate;
}

@keyframes animation-upDown-2 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(30px);
  }
}

.sifre-unuttum {
  margin-bottom: 10px;
}
.uyelik {
  margin-top: -109px;
}
.mobil-app-alani {
  position: relative;
  bottom: -157px;
}
.barkoset {
  margin-top: 35px;
  color: var(--gray);
  font-size: 13px;
}
.barkoset span {
  color: var(--darkGray);
  font-weight: 900;
}
.barkoset-logo a {
  color: hsl(0, 0%, 38%);
  font-size: 12;
}
.barkoset-logo span {
  color: var(--orange);
}

/* Giriş Yap Bitiş*/

.sifre-alani {
  position: relative;
  top: -366px;
}

/* Mobil Uygulama Alanı Başlangıç */
.mobil-app-alani {
  position: absolute;
  text-align: center;
  bottom: 7.35%;
  left: 0;
  right: 0;
}
.mobil-app-alani a {
  padding: 10px;
  border: 1px solid var(--orange);
  background: var(--orange);
  border-radius: 9px;
  font-size: 17px;
  color: #fff;
  margin-right: 14px;
}
.mobil-app-alani a:last-child {
  margin-right: 0;
}
.mobil-app-alani a:hover {
  opacity: 0.8;
}

/* Mobil Uygulama Alanı Bitiş */

/* Modal stilleri */
.modal {
  display: none;
  /* Modalı gizle */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  /* Geçiş efekti */
  padding-top: 60px;
}

/* Modal içeriği stilleri */
.modal-content {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  background-color: #fefefe;
  margin: 1% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 391px;
  height: 379px;
  border-radius: 9px;
  color: red;
}
..modal-form{
  color: red;
}

/* Modal kapatma düğmesi stilleri */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*Responsive Alanı Başlangıç*/
@media (max-width: 1899px) and (min-width: 1366px) {
  .mobil-app-alani a {
    font-size: 12px;
  }
  .wrapper {
    display: flex;
    height: 100vh;
  }
  .form-wrapper {
    text-align: center;
    font-size: 14px;
  }
}

@media (max-width: 1661px) and (min-width: 1200px) {
  .wrapper {
    display: flex;
    height: 100vh;
  }
  .form-wrapper {
    text-align: center;
    font-size: 14px;
  }
}
@media (max-width: 1920px) and (min-width: 1200px) {
  .wrapper {
    display: flex;
    height: 100vh;
  }

  .mobil-app-alani a {
    font-size: 11px;
  }
  .form-wrapper {
    text-align: center;
    font-size: 14px;
  }
  .social a {
    font-size: 15px;
  }
  .wrapper {
    display: flex;
    height: 100vh;
  }
  .uye-ekrani-img {
    height: 150px;
  }
}

.yno_uyelik_rol.active {
  border: 1px solid red;
}


@media (max-width: 1326px) and (min-width: 1200px) {
  .form-wrapper label {
    font-size: 9px;
  }
}
@media (max-width: 1246px) and (min-width: 1200px) {
  .mobil-app-alani a {
    font-size: 10px;
  }
  .barkoset-logo {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .mobil-app-alani {
    position: relative;
    bottom: -156px !important;
  }
  .form-wrapper label {
    width: 353px !important;
  }
  .link-uyeol {
    position: relative;
    top: 127px;
  }
  .btn-uyeol {
    position: relative;
    top: 125px;
  }
  .wp-section {
    margin-bottom: -158px;
  }
  .image-holder {
    display: none;
    background: none;
  }
  .image-holder img {
    display: block;
  }
  .wrapper {
    display: block;
  }
  .wrapper .image-holder {
    width: 100%;
    height: 45vh;
  }
  .wrapper .form-content {
    width: 100%;
    height: auto;
  }

  .wizard {
    width: 50%;
    margin: auto;
  }

  .form-wrapper input {
    width: 353px;
  }
}
@media (max-width: 991px) {
  .form-wrapper label {
    width: 353px !important;
  }
  .link-uyeol {
    position: relative;
    top: 127px;
  }
  .btn-uyeol {
    position: relative;
    top: 125px;
  }
  .image-holder {
    display: none;
    background: none;
  }
  .image-holder img {
    display: block;
  }
  .wrapper .image-holder {
    height: 35vh;
  }
  .wrapper .form-content {
    height: 100vh;
  }

  .wizard {
    width: 80%;
  }

  .social {
    bottom: 4.35%;
  }
  .form-wrapper input {
    width: 353px;
  }
}
@media (max-width: 767px) {

  .barkoset {
    font-size: 8px;
  }
  .login-logo-adi {
    font-size: 12px;
  }
  .yn {
    bottom: 48px !important;
  }
  .mobil-app-alani {
    bottom: 64px;
  }
  .uyelik-alt-alan {
    margin-top: 50px;
  }
  .form-wrapper label {
    width: 353px !important;
  }
  .mobil-app-alani a {
    font-size: 11px;
  }
  .link-giris {
    font-weight: 800;
  }

  .sifre-alani {
    position: relative;
    top: -330px;
  }
  .link-uyeol {
    position: relative;
    top: 127px;
  }
  .btn-giris {
    position: relative;
    top: -240px;
  }
  .btn-uyeol {
    position: relative;
    top: 125px;
  }
  h3 {
    font-size: 30px;
    font-weight: 900;
  }

  .image-holder {
    display: none;
    background: none;
  }
  .image-holder img {
    display: block;
  }

  .wrapper {
    height: auto;
  }
  .wrapper .image-holder {
    height: auto;
  }
  .wrapper .form-content {
    /*height: auto;*/
    padding: 35px 20px;
  }

  .wizard {
    width: 100%;
    height: auto;
  }

  .social {
    position: static;
    margin-top: 30px;
  }
  .form-wrapper input {
    width: 353px;
  }
  .form-wrapper {
    margin: 1px;
  }
}
/*Responsive Alanı Bitiş*/



.progress-circle {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 20px auto;
}

.progress-circle svg {
  width: 100%;
  height: 100%;
}

.progress-circle-background {
  fill: none;
  stroke: #eee;
  stroke-width: 10;
}

.progress-circle-bar {
  fill: none;
  stroke: #ff6723;
  stroke-width: 10;
  stroke-dasharray: 283; /* 2 * π * r (r = 45) */
  stroke-dashoffset: 283;
  transition: stroke-dashoffset 1s linear;
}

.progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: bold;
  color: #333;
}


.sms-resend-btn {
  margin-top: 10px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: #ff6723;
  color: white;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.sms-resend-btn:disabled {
  background-color: grey;
  cursor: not-allowed;
}

.sms-resend-btn:not(:disabled):hover {
  background-color: #e65c1f;
}


.form-wrapper {
  margin-bottom: 15px;
}

.checkbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: relative;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-right: 10px;
  flex-shrink: 0;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #ddd;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #FF6723;
  border-color: #FF6723;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.text {
  line-height: 1.5;
  font-size: 0.7em;
  color: #333;
}

.text a {
  color: #FF6723;
  text-decoration: none;
}

.text a:hover {
  text-decoration: underline;
}

select#okul_duzeyi,
select#okunan_sinif,
select#ogretmen_brans {
  font-size: 14px;
  padding: 12px 15px;
  height: 46px;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  background-color: #f8fafc;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23033A38' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  font-family: "Nunito Black";
  cursor: pointer;
  width: 73%;
  color: #2d3748;
  margin-bottom: 15px;
}

select#okul_duzeyi:focus,
select#okunan_sinif:focus,
select#ogretmen_brans:focus {
  outline: none;
  border-color: #F05E18;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(240, 94, 24, 0.15);
}

select#okul_duzeyi:hover,
select#okunan_sinif:hover,
select#ogretmen_brans:hover {
  border-color: #033A38;
  background-color: #edf2f7;
}

select#okul_duzeyi option,
select#okunan_sinif option,
select#ogretmen_brans option {
  padding: 12px 15px;
  background-color: white;
  color: #2d3748;
  font-size: 14px;
}

select#okul_duzeyi option:disabled,
select#okunan_sinif option:disabled,
select#ogretmen_brans option:disabled {
  color: #a0aec0;
  font-style: italic;
  background-color: #f8fafc;
}

select#okul_duzeyi option:checked,
select#okunan_sinif option:checked,
select#ogretmen_brans option:checked {
  background-color: rgba(3, 58, 56, 0.1);
  color: #033A38;
  font-weight: 600;
}


select#okul_duzeyi::-webkit-listbox,
select#okunan_sinif::-webkit-listbox,
select#ogretmen_brans::-webkit-listbox {
  border-radius: 8px;
  border: 2px solid #033A38;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 5px;
  max-height: 200px;
}

select#okul_duzeyi::-webkit-scrollbar,
select#okunan_sinif::-webkit-scrollbar,
select#ogretmen_brans::-webkit-scrollbar {
  width: 8px;
}

select#okul_duzeyi::-webkit-scrollbar-track,
select#okunan_sinif::-webkit-scrollbar-track,
select#ogretmen_brans::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

select#okul_duzeyi::-webkit-scrollbar-thumb,
select#okunan_sinif::-webkit-scrollbar-thumb,
select#ogretmen_brans::-webkit-scrollbar-thumb {
  background: #033A38;
  border-radius: 4px;
}

select#okul_duzeyi::-webkit-scrollbar-thumb:hover,
select#okunan_sinif::-webkit-scrollbar-thumb:hover,
select#ogretmen_brans::-webkit-scrollbar-thumb:hover {
  background: #022927;
}


@-moz-document url-prefix() {
  select#okul_duzeyi,
  select#okunan_sinif,
  select#ogretmen_brans {
    background-image: none;
    padding-right: 10px;
  }

  select#okul_duzeyi option,
  select#okunan_sinif option,
  select#ogretmen_brans option {
    background-color: white;
    color: #2d3748;
  }

  select#okul_duzeyi option:checked,
  select#okunan_sinif option:checked,
  select#ogretmen_brans option:checked {
    background-color: #033A38 !important;
    color: white !important;
  }
}