/* Created By AkinaCss */
/* Fonts area */

@font-face {
  font-family: 'bold';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-style: normal;
}

@font-face {
    font-family: 'medium';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'semi-bold';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'regular';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-style: normal;
}


/* ============================================================================== */

:root {
    --main: #277CE0;

    --blackBtn: #0d0c22;

    --txtVurgu: #374151;
    
    --blue: #0875e4;

    --orangeLight: #FF8966;
    --redLight: #E5446D;
    --redDark: #842525;
    --grayLight: #393E41;

    --loginBg: #f7f8fa;

    --gray: #555555;
    --grayHover: #3a3a3a;

    --white: #FFFFFF;
    --black: #000000;

    --textClr: #52525C;

    --lightBox: #f0f0f0;
    --border: #d7dddb;
    --light: #f1f1f1;
    --cardbg: #f5f5f5;
    --bgblue: #f1f9ff;

    --wp: #25D366;

    /* font Family */

    --regular: 'regular';
    --bold: 'bold';
    --medium: 'medium';
    --semiBold: 'semi-bold';


    /* font sizes */

    --font-2xs: 0.625rem;
    --font-xs: 0.75rem;
    --font-sm: 0.875rem;
    --font-md: 1rem;
    --font-lg: 1.125rem;
    --font-xl: 1.25rem;
    --font-2xl: 1.5rem;
    --font-3xl: 1.75rem;
    --font-4xl: 2rem;
    --font-5xl: 2.25rem;
    --font-6xl: 2.5rem;
    --font-7xl: 3rem;
    --font-8xl: 3.5rem;
    --font-9xl: 4rem;
    --font-10xl: 4.5rem;
    --font-11xl: 5rem;
    --font-12xl: 6rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: var(--regular);
}

body {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    overflow: auto;
    background-color: var(--white);
}

a {
    text-decoration: none;
    color: var(--main);
    transition: 0.3s;
}

/* ===================================================== */

.container {
    width: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}

.login-box {
    width: 45%;
    min-width: 350px;
    min-height: 350px;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  width: 52px;
  height: 52px;
}

.logo-box img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.form-signin-heading {
    font-size: var(--font-3xl) !important;
    color: var(--black);
    margin-bottom: 8px;
    width: 100%;
    text-align: center;
}

.form-signin-heading1 {
  font-size: var(--font-lg);
  color: var(--txtVurgu);
  margin-bottom: 32px;
  width: 100%;
}

.alert {
    width: 80%;
    height: 20px;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    border: none;
}

.login-form {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form-signin-heading {
    font-size: var(--font-6xl);
}

.label-block-level {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    text-align: left;
    width: 80%;
    margin: 0px 0 4px;
    color: var(--blackBtn);
    font-weight: 500;
    max-width: 420px;
    font-family: var(--medium);
}

.input-block-level {
    width: 100%;
    max-width: 420px;
    height: 52px;
    background-color: #fff;
    color: var(--blackBtn);
    border: 1px solid #6b7280;;
    border-radius: 12px;
    padding: 18px 20px;
    transition: 0.5s;
    outline: none;
    font-size: 16px;
}

.input-block-level:focus {
  border-color: var(--blackBtn);
  box-shadow: 0 0 0 4px rgb(0 0 0 / 10%);
}

.remember-div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin-bottom: 18px;
    max-width: 420px;
}

.fpass {
    font-size: 14px;
    color: var(--main);
    font-weight: 500;
    text-decoration: none;
}

.g-recaptcha {
    width: 80%;
    max-width: 420px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.btn-custom {
    max-width: 420px;
    width: 80%;
    height: 60px;
    margin-top: 18px;
    transition: 0.5s;
    background-color: var(--blackBtn);
    color: var(--white);
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 100px;
}

.btn-custom:hover {
  box-shadow: 0 -1px 10px rgba(13,12,34, 0.3);
}

.hesap {
    font-size: 14px;
    text-align: center;
    margin: 32px 0 0;
    max-width: 420px;
}

.hesap a {
    color: var(--main);
    font-weight: 500;
    text-decoration: none;
}

/* checkbox area start */

.checkbox-wrapper-4 * {
  box-sizing: border-box;
  margin-top: 5px;
}
.checkbox-wrapper-4 .cbx {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 0px 1px;
  color: #0d0c22;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  display: inline-block;
  font-weight: 100;
  font-size: 14px;
}
.checkbox-wrapper-4 .cbx:not(:last-child) {
  margin-right: 6px;
}

.checkbox-wrapper-4 .cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-4 .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #6b7280;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0,16,75,0.05);
}
.checkbox-wrapper-4 .cbx span:first-child svg {
  position: absolute;
  top: -2px;
  left: 2px;
  fill: none;
  stroke: #333;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-4 .cbx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}
.checkbox-wrapper-4 .cbx:hover span:first-child {
  border-color: #6b7280;
}
.checkbox-wrapper-4 .inp-cbx {
  position: absolute;
  visibility: hidden;
}
.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
  background: transparent;
  border-color: #333;
  animation: wave-4 0.4s ease;
}
.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.checkbox-wrapper-4 .inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 640px) {
  .checkbox-wrapper-4 .cbx {
    width: 100%;
    display: inline-block;
  }
}
@-moz-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@-o-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}

/* checkbox area end */



.login-box1 {
  width: 40%;
  min-width: 350px;
  min-height: 450px;
  background-color: var(--white);
  box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.alert-area-password {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 360px) {
  .login-box1, .login-box {
      min-width: 300px;
  }

  .form-signin-heading {
    font-size: var(--font-xl) !important;
  }

  .form-signin-heading1 {
    font-size: var(--font-sm);
    margin-bottom: 5px;
  }

  .g-recaptcha {
    transform:scale(0.77);
  }
}


.img-box {
  width: 45%;
  min-width: 350px;
  height: 75%;
  min-height: 600px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f7f8fa;
}

.img-box img {
  width: 100%;
  height: 70%;
  object-fit: scale-down;
}

.form-signin-heading2 {
  font-size: var(--font-lg);
  color: var(--txtVurgu);
}

@media (max-width: 1000px) {
  .img-box {
    display: none;;
  }
}


.inputBox {
  width: 80%;
  max-width: 420px;
  height: 52px;
  position: relative;
  margin-bottom: 28px;
}

.inputBox img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}

@media screen and (max-width: 930px) {
  .inputBox, .remember-div, .g-recaptcha, .alert, .input-block-level, .label-block-level, .btn-custom, .input-block-level1, .btn, .olusturbtn, .olusturbtn1 {
      width: 100%;
  }
}






/* TİMER CSS  */

.timer-container {
  position: relative;
  width: 200px;
  height: 200px;
}

.timer-svg {
  transform: rotate(-90deg);
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 10;
}

.circle-progress {
  fill: none;
  stroke-width: 10;
  stroke-linecap: round;
  transition: stroke 0.3s linear;
}

.timer-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: bold;
  color: #333;
}

/* TİMER CSS  END */


/* Toast CSS */

.toast {
  visibility: hidden;
  min-width: 250px;
  background-color: #4BB543;
  color: white;
  text-align: center;
  border-radius: 8px;
  padding: 16px;
  position: fixed;
  z-index: 9999;
  top: 20px;
  right: 20px;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.toast.show {
  visibility: visible;
  opacity: 1;
}

/* Toast CSS END */


.telOnay{
  display:none;
  width: 80%;
  max-width: 420px;
  flex-direction: column;
  gap: 10px;
  
}


.telOnay.active{

  display: flex;
  }


  .tag-a{
    font-weight: bold;
    color: var(--redLight);
    cursor: pointer;
  }