:root {
  --lighter-color: #e9f2ff;
  --light-color: #b0b0c0;
  --dark-color: #52505e;

  --font-smaller: 14px;
  --font-bigger: 20px;

  --kivi-primary-zeroth: #ffffff;
  --kivi-primary-first: #FDEFEE;
  --kivi-primary-second: #DD3F2F;
  --kivi-primary-third: #ED1C24;

  --kivi-secondary-zeroth: #ffffff;
  --kivi-secondary-firsth: #FFEEEE;
  --kivi-secondary-second: #FD3838;
  --kivi-secondary-third: #D10808;

  /*sms başlangıç*/
  --bs-drawer-overlay-bg-color: rgba(244, 245, 246, 0.4);
  --placeholder-color: hsl(240, 54%, 87%); /*bak*/
  --bg-color: hsl(240, 54%, 97%);
  --focus-color: hsla(240, 54%, 61%, 0.6);
  --shadow-color: hsla(240, 54%, 61%, 0.2);
  --text-color: hsl(0, 0%, 20%);
  --text-color-inversed: hsl(0, 0%, 95%);
  --success-color: hsl(145, 63%, 42%);
  --success-color-desaturated: hsl(145, 0%, 42%);
  --failure-color: hsl(0, 79%, 63%);

  --sms-border-radius: 6px;

  --z-index-xs: 1;
  --z-index-sm: 10;
  --z-index-md: 100;

  --easing: cubic-bezier(0.25, 0.01, 0.25, 1);

  --transition-duration-step-1: 450ms;
  --transition-duration-step-2: 300ms;
  --transition-duration-step-3: 300ms;

  --transition-delay-step-2: calc(var(--transition-duration-step-1));
  --transition-delay-step-3: calc(
    var(--transition-duration-step-1) + var(--transition-duration-step-2)
  );

  --transition-step-1: var(--transition-duration-step-1) var(--easing);
  --transition-step-2: var(--transition-duration-step-2) var(--easing)
    var(--transition-delay-step-2);
  --transition-step-3: var(--transition-duration-step-3) var(--easing)
    var(--transition-delay-step-3);

    /*sms bitiş*/
}

@font-face {
  font-family: "Quicksand";
  src: url("../font/Quicksand-SemiBold.ttf") format("truetype");
  /*font-weight: 600;  SemiBold genellikle 600 ağırlığında olur */
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Quicksand";
  font-size: 20px;
}

p {
  color: #b3b3b3;
  font-weight: 300;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  text-decoration: none !important;
}

.btn {
  border-radius: 16px;
}

.btn-disabled {
  pointer-events: none;
  opacity: 0.3;
  cursor: not-allowed;
}

.content {
  padding: 7rem 0;
}

h2 {
  font-size: 20px;
}

.half,
.half .container > .row {
  height: 100vh;
}

@media (max-width: 991.98px) {
  .half .bg {
    display: none;
  }
}

.half .contents,
.half .bg {
  width: 50%;
}
@media (max-width: 1199.98px) {
  .half .contents,
  .half .bg {
    width: 100%;
  }
}
.half .contents .form-group,
.half .bg .form-group {
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #efefef;
  padding: 15px 15px;
  border-bottom: none;
  position: relative;
}
.half .contents .form-group label,
.half .bg .form-group label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.half .contents .form-group input:focus + label,
.half .bg .form-group input:focus + label {
  margin-top: -20px;
}
.half .contents .form-group.first,
.half .bg .form-group.first {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.half .contents .form-group.last,
.half .bg .form-group.last {
  border-bottom: 1px solid #efefef;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.half .contents .form-group label,
.half .bg .form-group label {
  font-size: 12px;
  display: block;
  margin-bottom: 0;
  color: #b3b3b3;
}
.half .contents .form-group.field--not-empty label,
.half .bg .form-group.field--not-empty label {
  margin-top: -20px;
}
.half .contents .form-control,
.half .bg .form-control {
  border: none;
  padding: 0;
  font-size: 20px;
  border-radius: 0;
}
.half .contents .form-control:active,
.half .contents .form-control:focus,
.half .bg .form-control:active,
.half .bg .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.half .bg {
  background-size: cover;
  background-position: center;
}

.half a {
  color: #888;
  text-decoration: underline;
}

.half .btn {
  height: 54px;
  padding-left: 30px;
  padding-right: 30px;
}

.half .btn.contact {
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.social-login a {
  display: block;
  text-decoration: none;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.social-login a:hover {
  color: #fff;
}

.social-login a.vkp {
  background: var(--kivi-primary-second);
}
.social-login a.vkp:hover {
  background: var(--kivi-primary-first);
  color: #000;
}
.social-login a.register {
  background: gray;
}
.social-login a.register:hover {
  background: darkgray;
}

@media screen and (min-width: 450px) {
  .container {
    --fontsize: 50px;
  }
}

.area {
  background: linear-gradient(45deg,#ed1c24,#0000);
  /*background: -webkit-linear-gradient(to left, #fff, #5eb75e);*/
  width: 100%;
  height: 100vh;
}

.circles {
  padding-inline-start: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles > li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles > li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles > li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles > li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles > li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles > li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles > li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles > li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles > li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles > li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles > li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.custom-card {
  border-radius: 14px;
  margin: 10px 20px;
  /* box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.3); */
}

.custom-scrollbar {
  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  ::-webkit-scrollbar-track {
    background: var(--kivi-primary-first);
    border-radius: 10px;
  }

  ::-webkit-scrollbar-thumb {
    background: var(--kivi-primary-third);
    border-radius: 10px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: var(--kivi-primary-second);
  }
}

@media (max-width: 600) {
  .half .bg {
    display: none;
  }
}
