body {
  color: #009fe3;
  font-family: "Montserrat", sans-serif;
  background: url("../img/bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden; }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }

::-webkit-scrollbar {
  width: 6px;
  background-color: #333; }

::-webkit-scrollbar-thumb {
  background-color: #444; }

input:-moz-read-only {
  /* For Firefox */
  background-color: #e5e5e5 !important;
  color: #999 !important; }

input:read-only {
  background-color: #e5e5e5 !important;
  color: #999 !important; }

.page {
  background: url("../img/bg-darker.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.cont {
  padding: 70px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

.gizle {
  display: none; }

.mobile-show {
  display: none; }

.mobile-hide {
  display: block; }

.tablet-hide {
  display: block; }

header .logo > a {
  display: inline-block; }
header .logo > a > img {
  max-width: 230px; }

main {
  margin-top: 50px; }
  main .item-cont {
    padding: 0 50px; }
  main .item {
    background-color: #fff;
    border-radius: 3px;
    padding: 70px 60px;
    text-align: center;
    margin-top: -50px;
    height: 715px; }
    main .item h3 {
      color: #213b68;
      font-size: 28px;
      text-transform: uppercase;
      margin-bottom: 50px; }
  main .pad {
    position: relative; }
    main .pad .form-group {
      margin-bottom: 50px; }
  main .pad-disable {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%; }
  main .form-group {
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%; }
    main .form-group:after, main .form-group:before {
      content: ' ';
      width: 0;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: ease-in-out 0.4s all;
      -moz-transition: ease-in-out 0.4s all;
      transition: ease-in-out 0.4s all;
      position: absolute; }
    main .form-group:before {
      width: 100%;
      border-bottom: 1px solid #e2e4e9; }
    main .form-group:after {
      border-bottom: 1px solid #33b2e9; }
    main .form-group:focus-within:after {
      width: 100%; }
    main .form-group label {
      display: block;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      color: #009fe3;
      margin: 0;
      padding: 0;
      position: absolute;
      z-index: 9;
      bottom: 7px;
      -webkit-transition: 300ms all;
      -moz-transition: 300ms all;
      transition: 300ms all; }
    main .form-group input[type="text"], main .form-group input[type="email"], main .form-group input[type="password"] {
      border: none;
      outline: none;
      width: 100%;
      background-color: transparent;
      color: #213b68;
      font-weight: 600;
      font-size: 16px;
      padding: 7px 0 3px 0;
      position: relative;
      z-index: 999; }
    main .form-group input[type="text"]:focus, main .form-group input[type="email"]:focus, main .form-group input[type="password"]:focus {
      outline: none; }
    main .form-group input[type="text"]:disabled, main .form-group input[type="email"]:disabled, main .form-group input[type="password"]:disabled {
      background-color: #e5e5e5;
      opacity: 0.5; }
  main .detay {
    padding: 15px; }
    main .detay b {
      display: block;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      color: #009fe3;
      margin: 0;
      padding: 0; }
    main .detay textarea {
      display: block;
      width: 100%;
      border: 2px solid #e2e4e9;
      border-radius: 4px;
      padding: 15px;
      margin-top: 10px;
      outline: none;
      background-color: transparent;
      color: #213b68;
      font-weight: 600;
      font-size: 15px;
      position: relative;
      max-height: 120px;
      -webkit-transition: 250ms all;
      -moz-transition: 250ms all;
      transition: 250ms all; }
      main .detay textarea:focus {
        border-color: #009fe3; }
  main .kaydet {
    background-color: #009fe3;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 7px 10px;
    font-weight: 400;
    float: right;
    margin-top: 20px;
    position: relative;
    -webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    transition: 250ms all; }
    main .kaydet:hover {
      background-color: #213b68;
      text-decoration: none; }
  main .info {
    color: #fff;
    padding: 20px 50px 20px 0;
    position: relative; }
    main .info:after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      width: 2px;
      height: 92%;
      background-color: rgba(255, 255, 255, 0.8); }
    main .info h1 {
      font-size: 30px;
      font-weight: 600;
      line-height: 45px;
      position: relative; }
    main .info h2 {
      font-size: 18px;
      margin: 30px 0;
      font-weight: 500;
      letter-spacing: 1px; }
    main .info ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    main .info ul li {
      margin-bottom: 23px;
      color: rgba(255, 255, 255, 0.5);
      font-weight: 400;
      font-size: 16px; }
      main .info ul li a {
        color: rgba(255, 255, 255, 0.9);
        font-weight: 500; }
      main .info ul li b {
        color: rgba(255, 255, 255, 0.9); }
  main .divider {
    display: block;
    width: 0;
    height: 2px;
    background-color: #fff; }
  main .up {
    bottom: 30px !important;
    font-size: 11px !important; }

/*--------------------
Credit Card
--------------------*/
.credit-card-box {
  -webkit-perspective: 1000;
  perspective: 1000;
  width: 400px;
  height: 280px;
  position: absolute;
  top: -112px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75); }

.credit-card-box:hover .flip, .credit-card-box.hover .flip {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.credit-card-box .front,
.credit-card-box .back {
  width: 400px;
  height: 250px;
  border-radius: 15px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #f8f8f8;
  position: absolute;
  color: #666;
  top: 0;
  left: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3); }

.credit-card-box .front::before,
.credit-card-box .back::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("http://cdn.flaticon.com/svg/44/44386.svg") no-repeat center;
  background-size: cover;
  opacity: .05; }

.credit-card-box .flip {
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative; }

.credit-card-box .logo {
  position: absolute;
  top: 9px;
  right: 20px;
  width: 60px; }

.credit-card-box .logo svg {
  width: 100%;
  height: auto;
  fill: #fff; }

.credit-card-box .front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.credit-card-box .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.credit-card-box .back .logo {
  top: 185px; }

.credit-card-box .chip {
  position: absolute;
  width: 60px;
  height: 45px;
  top: 20px;
  left: 20px;
  background-image: url("../img/chip.png");
  border-radius: 8px; }

.credit-card-box .chip::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 4px solid rgba(128, 128, 128, 0.1);
  width: 80%;
  height: 70%;
  border-radius: 5px; }

.credit-card-box .strip {
  background: linear-gradient(135deg, #404040, #1a1a1a);
  position: absolute;
  width: 100%;
  height: 50px;
  top: 30px;
  left: 0; }

.credit-card-box .number {
  position: absolute;
  margin: 0 auto;
  top: 103px;
  left: 19px;
  font-size: 32px; }

.credit-card-box label {
  font-size: 11px;
  letter-spacing: 1px;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.8;
  display: block;
  margin-bottom: 3px; }

.credit-card-box .card-holder,
.credit-card-box .card-expiration-date {
  position: absolute;
  margin: 0 auto;
  top: 180px;
  left: 19px;
  font-size: 22px;
  text-transform: capitalize; }

.credit-card-box .card-holder label {
  text-align: left; }

.credit-card-box .card-expiration-date {
  text-align: right;
  left: auto;
  right: 20px; }

.credit-card-box .ccv {
  height: 36px;
  background: #fff;
  width: 91%;
  border-radius: 5px;
  top: 110px;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  color: #000;
  text-align: right;
  padding: 10px; }

.credit-card-box .ccv label {
  margin: -25px 0 14px;
  color: #555;
  opacity: .5;
  font-weight: 600; }

/* Loader */
.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em; }

.loader {
  margin: 30px auto 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.6em solid rgba(0, 0, 0, 0.2);
  border-right: 0.6em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.6em solid rgba(0, 0, 0, 0.2);
  border-left: 0.6em solid #98c633;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.msg {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 100px 100px 50px 100px; }
  .msg img {
    width: 150px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .msg h1 {
    font-size: 38px;
    color: #0c0510;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-top: 50px; }
  .msg a {
    margin: 50px auto 0 auto;
    text-align: center;
    display: block;
    width: 170px;
    padding: 5px 0;
    text-transform: uppercase;
    background-color: #d7d7d7;
    color: #0c0510;
    font-weight: 300;
    font-size: 22px;
    -webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    transition: 250ms all; }
  .msg a:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff; }

.toplam {
  margin: 15px 0 0 0;
  width: 100%;
  text-align: center; }

@media (max-width: 991px) {
  body {
    overflow-y: auto; }

  .cont {
    padding: 30px;
    margin-top: 20px;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%); }

  .mobile-show {
    display: block; }

  .mobile-hide {
    display: none; }

  header .logo > a {
    display: block;
    text-align: center; }

  main .info {
    padding: 0; }
    main .info:after {
      display: none; }
  main .item-cont {
    padding: 0; }
  main .item {
    padding: 50px 30px;
    margin: 50px 0;
    height: auto; }
    main .item .kaydet {
      margin-top: 0;
      width: 100%;
      padding: 10px; }
  main .pad {
    margin-bottom: 100px; }

  .credit-card-box {
    left: -35px; }

  .msg {
    margin: 0;
    position: absolute;
    padding: 50px;
    width: 90%; }
    .msg h1 {
      font-size: 27px; } }
/* Laptop */
@media all and (min-width: 1025px) and (max-width: 1599px) {
  body {
    overflow-y: auto; }

  .cont {
    padding: 20px 50px; }

  main {
    margin-top: 20px; }
    main .info h1 {
      font-size: 23px;
      line-height: 30px; }
    main .info h2 {
      font-size: 15px; }
    main .info ul li {
      font-size: 13px;
      margin-bottom: 10px; }
    main .item-cont {
      padding: 0 20px; }
    main .item {
      padding: 40px;
      height: auto;
      margin-top: 0; }
      main .item h3 {
        font-size: 22px;
        margin-bottom: 15px; }
    main .pad .form-group {
      margin-bottom: 30px; }
    main .pad h3 {
      margin-bottom: 40px; }
    main .detay {
      padding: 0 15px; }
      main .detay textarea {
        height: 55px;
        overflow: hidden; }

  .credit-card-box {
    left: 0;
    top: -95px;
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -moz-transform: scale(0.65);
    transform: scale(0.65); } }
@media (min-width: 768px) and (max-width: 1024px) {
  .tablet-hide {
    display: none; } }

/*# sourceMappingURL=style.css.map */
