@font-face {
  font-family: 'Danzza';
  src: url('../font/Danzza-Regular.woff') format('woff'),
    url('../font/Danzza-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Danzza';
  src: url('../font/Danzza-Bold.woff') format('woff'),
    url('../font/Danzza-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}

html,
body {
  position: relative;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Danzza", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  background: #fff;
}

p,
span {
  color: white;
}

h2 {
  font-weight: 700;
}

h3 {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 20px;
}

p {
  margin-bottom: 15px;
}

.f-size-18 {
  font-size: 18px;
}

.bold {
  font-weight: 700;
}

.bronz {
  color: #000000;
}

.relative {
  position: relative;
}

.overflow {
  overflow: hidden;
}

.max {
  width: 100%;
  margin: 0 auto;
}

.w1800 {
  max-width: 1366px;
}

.w1360 {
  max-width: 1360px;
}

.w1290 {
  max-width: 1290px;
}

.w1200 {
  max-width: 1200px;
}

.w1180 {
  max-width: 1180px;
}

.w1080 {
  max-width: 1080px;
}

.w1024 {
  max-width: 1024px;
}

.w960 {
  max-width: 960px;
}

.w940 {
  max-width: 940px;
}

.w860 {
  max-width: 860px;
}

.w760 {
  max-width: 760px;
}

.w700 {
  max-width: 700px;
}

.w660 {
  max-width: 660px;
}

.w620 {
  max-width: 620px;
}

.w580 {
  max-width: 580px;
}

.w560 {
  max-width: 560px;
}

.w460 {
  max-width: 460px;
}

.w420 {
  max-width: 420px;
}

.w360 {
  max-width: 360px;
}

.inline-block {
  display: inline-block;
}

.alert_con {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
  pointer-events: none;
}

.alertMessage {
  position: relative;
  display: inline-block;
  max-width: 90%;
  background: #f4f4f4;
  color: #333;
  border: 1px solid #333;
  font-size: 16px;
  padding: 9px 5px 9px 15px;
  margin: 4px 5px;
  border-radius: 2px;
  pointer-events: all;
  cursor: pointer;
}

.alertMessage:after {
  content: "\2715";
  float: right;
  text-align: center;
  width: 26px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 18px;
  border-radius: 50%;
}

.alertMessage.success {
  background: #e0f1d4;
  color: #398f4f;
  border-color: #c4d6c0;
}

.alertMessage.error {
  background: #f1dfde;
  color: #c52525 !important;
  border-color: #c52525 !important;
}

.alertMessage.alert {
  background: #fffaec;
  border-color: #ffc700;
  color: #fd9a10;
  font-size: 12px;
  padding: 8px 10px;
  margin: 5px 0;
  border-radius: 4px;
}

.yukleniyor {
  background: rgba(0, 0, 0, 0.3) url(../img/loader.svg) center center no-repeat;
  background-size: 40px 42px;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.hata {
  color: #c32e2f !important;
}

.f-left {
  float: left !important;
}

.f-right {
  float: right !important;
}

.f-center {
  margin-left: auto;
  margin-right: auto;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: center;
}

.yukaricik {
  display: none;
  position: fixed;
  background: url(../img/icon-yukari.svg);
  z-index: 9999;
  left: 30px;
  bottom: 20px;
  width: 24px;
  height: 24px;
}

.form_group {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}

.form_group label {
  display: inline-block;
  color: #333;
  font-size: 13px;
  line-height: 20px;
  padding-right: 10px;
  transition: 0.1s ease all;
  -moz-transition: 0.1s ease all;
  -webkit-transition: 0.1s ease all;
}

.form_group label span {
  display: block;
  padding-left: 30px;
  line-height: 1.2;
}

.form_group .error {
  color: #dc2e0b !important;
  border-color: #dc2e0b !important;
}

.form_group small {
  display: block;
  float: left;
  color: #333;
  margin-top: 3px;
  font-size: 12px;
  line-height: 13px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
textarea {
  position: relative;
  display: block;
  margin: auto;
  height: 32px;
  font-size: 14px;
  width: 100%;
  padding-left: 10px;
  border: 1px solid #616161;
  background-color: white;
  color: #333 !important;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input:focus,
textarea:focus {
  border-color: #19191a;
  outline: 0;
  box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.5);
}

input[type="checkbox"] {
  height: 18px;
  width: 18px;
  float: left;
  margin: 0 8px 0 0;
  border: 1px solid #666;
  background-color: #fff;

  -webkit-appearance: none;
  border-radius: 2px;
}

input[type="checkbox"]:hover {
  background: #f6f6f6;
  border-color: #333;
}

input[type="checkbox"]:checked {
  background: white url(../img/input-checkbox2.svg) center center no-repeat;
  background-size: 80% auto;
  border: 1px solid #333;
}

input[type="checkbox"]+.checkbox-label {
  color: #333;
  display: inline-block;
  font-size: 14px;
  padding-top: 8px;
  cursor: pointer;
}

input[type="radio"] {
  height: 20px !important;
  width: 20px !important;
  float: left;
  margin: 0 8px 0 0;
  background-color: #fff;
  border: 1px solid #c1c1c3;
  -webkit-appearance: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

input[type="radio"]:hover {
  background: url(../img/input-radio.svg) left center no-repeat;
  background-size: 40px 20px;
  border-color: #c1c1c3;
}

input[type="radio"]:checked {
  background: url(../img/input-radio.svg) right center no-repeat;
  background-size: 40px 20px;
  border-color: #4d4d4d;
}

select {
  border: 1px #333 solid;
  border-radius: 4px;
  padding: 6px 30px 4px 12px;
  font-weight: 300;
  font-size: 18px;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url(../img/input-select.svg);
  background-repeat: no-repeat;
  background-position: center right 8px;
  background-size: 15px;
}

button {
  border: none;
}

.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 38px;
  color: #fff;
  font-family: Danzza, sans-serif;
  text-decoration: none;
  border: none;
  text-align: center;
  background: black;
  font-size: 22px;
  box-shadow: -1px 3px 3px 0 rgb(80 80 80 / 20%);
  transition: all 0.3s ease;
  user-select: none;
  border-radius: 24px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.btn-primary {
  background: #e57165;
}

.btn-primary:hover {
  width: 210px;
  box-shadow: -1px 6px 10px 0 rgb(120 60 20 / 20%);
}

.btn-secondary {
  background: #232323;
}

.btn-secondary:hover {
  width: 210px;
  box-shadow: -1px 6px 10px 0 rgb(120 60 20 / 20%);
}

.btn-large {
  height: 56px;
}

.btn-small {
  position: relative;
  text-decoration: none;
  display: inline-block !important;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 14px;
  line-height: 14px;
  padding: 3px 10px;
  margin: 10px 0 !important;
  border-radius: 3px;
  user-select: none;
  -webkit-appearance: none;
  appearance: none;
}

.btn_ekle,
.btn_yesil {
  color: #f7f6f6 !important;
  background: #028744;
}

.btn_ekle:hover,
.btn_yesil:hover {
  background: #286040;
}

.btn_kahve {
  color: #f7f6f6 !important;
  background: #4d372a;
}

.btn_kahve:hover {
  background: #7b4d32;
}

.btn_gri {
  color: #f7f6f6 !important;
  background: #333;
}

.btn_gri:hover {
  background: #000000;
}

.btn_beyaz {
  border-color: silver;
  color: #333 !important;
  background-color: #fff !important;
}

.btn_beyaz:hover {
  border-color: gray;
  color: #333 !important;
  background: 0 0 !important;
}

.ikaz {
  color: #c51010 !important;
}

.onay {
  color: #028744 !important;
}

.blur {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}

.clearfix {
  clear: both;
  width: 100%;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.full {
  width: 100%;
}

.tooltip {
  display: block;
  position: relative;
}

.tooltip:hover:after {
  position: absolute;
  background: #00a8e1;
  bottom: 10px;
  color: #fff;
  content: attr(title);
  text-align: center;
  padding: 5px;
  min-width: 120px;
  left: 50%;
  margin-left: -60px;
  z-index: 999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tooltip:hover:before {
  position: absolute;
  border: solid;
  border-color: #00a8e1 transparent;
  border-width: 6px 6px 0;
  bottom: 4px;
  content: "";
  left: 50%;
  margin-left: -6px;
  z-index: 999;
}

::-webkit-input-placeholder {
  color: #333;
}

::-moz-placeholder {
  color: #333;
}

:-ms-input-placeholder {
  color: #333;
}

:-moz-placeholder {
  color: #333;
}

.gizle,
.hidden,
.hide {
  display: none;
}

.show {
  display: block !important;
}

.grid {
  display: grid;
}

.col-2 {
  grid-template-columns: 1fr 1fr;
}

.col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.col-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.col-6 {
  grid-template-columns: repeat(6, 1fr);
}

.col-gap-5 {
  column-gap: 5px;
}

.col-gap-10 {
  column-gap: 10px;
}

.col-gap-20 {
  column-gap: 20px;
}

.col-gap-40 {
  column-gap: 40px;
}

.row-gap-5 {
  row-gap: 5px;
}

.row-gap-10 {
  row-gap: 10px;
}

.row-gap-20 {
  row-gap: 20px;
}

.row-gap-40 {
  row-gap: 40px;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.m-0 {
  margin: 0 !important;
}

.m-10 {
  margin: 10px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-left-0 {
  margin-left: 0 !important;
}

.m-left-5 {
  margin-left: 5px !important;
}

.m-left-10 {
  margin-left: 10px !important;
}

.m-left-20 {
  margin-left: 20px !important;
}

.m-left-30 {
  margin-left: 30px !important;
}

.m-left-40 {
  margin-left: 40px !important;
}

.m-right-0 {
  margin-right: 0 !important;
}

.m-right-5 {
  margin-right: 5px !important;
}

.m-right-10 {
  margin-right: 10px !important;
}

.m-right-20 {
  margin-right: 20px !important;
}

.m-right-40 {
  margin-right: 40px !important;
}

.m-top-0 {
  margin-top: 0 !important;
}

.m-top-5 {
  margin-top: 5px !important;
}

.m-top-10 {
  margin-top: 10px !important;
}

.m-top-20 {
  margin-top: 20px !important;
}

.m-top-30 {
  margin-top: 30px !important;
}

.m-top-40 {
  margin-top: 40px !important;
}

.m-bottom-0 {
  margin-bottom: 0 !important;
}

.m-bottom-5 {
  margin-bottom: 5px !important;
}

.m-bottom-10 {
  margin-bottom: 10px !important;
}

.m-bottom-20 {
  margin-bottom: 20px !important;
}

.m-bottom-30 {
  margin-bottom: 30px !important;
}

.m-bottom-40 {
  margin-bottom: 40px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.p-top-5 {
  padding-top: 5px !important;
}

.p-top-10 {
  padding-top: 10px !important;
}

.p-top-20 {
  padding-top: 20px !important;
}

.p-top-40 {
  padding-top: 40px !important;
}

.p-top-40 {
  padding-top: 40px !important;
}

.p-bottom-5 {
  padding-bottom: 5px !important;
}

.p-bottom-10 {
  padding-bottom: 10px !important;
}

.p-bottom-20 {
  padding-bottom: 20px !important;
}

.p-bottom-40 {
  padding-bottom: 40px !important;
}

.p-bottom-40 {
  padding-bottom: 40px !important;
}

.p-left-5 {
  padding-left: 5px !important;
}

.p-left-10 {
  padding-left: 10px !important;
}

.p-left-40 {
  padding-left: 40px !important;
}

.p-left-40 {
  padding-left: 40px !important;
}

.p-right-5 {
  padding-right: 5px !important;
}

.p-right-10 {
  padding-right: 10px !important;
}

.p-right-20 {
  padding-right: 20px !important;
}

.p-right-40 {
  padding-right: 40px !important;
}

.t-size-large {
  font-size: 32px;
}

.t-size-medium {
  font-size: 24px;
}

.t-size-small {
  font-size: 12px;
}