/*@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap&subset=latin-ext");*/
@import url('https://fonts.googleapis.com/css?family=Hind&display=swap');
/*
VARIABLES
*/
/*Main Colors*/
body {
  font-family: Hind, sans-serif;
  font-size: 1em;
  color: #0077ff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  color: white;
}

div,
section,
header,
footer,
aside,
nav,
a,
p,
ul,
li,
input,
button,
img,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*TEXT*/
.text-primary,
a.text-primary,
a.text-primary:focus,
a.text-primary:hover {
  color: #0077ff !important;
}

.text-secondary,
a.text-secondary,
a.text-secondary:focus,
a.text-secondary:hover {
  color: #33d7b2 !important;
}

h1 {
  color: #0077ff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}

a,
a:hover {
  color: #0077ff;
}

/*LIST*/
.list-group-item {
    font-family:Montserrat;
  padding: 0;
  margin-bottom: 30px;
  background-color: transparent;
  border: none;
  font-size: 21px;
}
@media (max-width: 1199.98px) {
  .list-group-item {
    font-size: 17px;
  }
}
.list-group-item .icon {
  height: 8px;
  margin-right: 10px;
}

/*BTN*/
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn {
  color: #0077ff;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 40px;
  border-radius: 6px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #0077ff;
  border-color: #0077ff;
  box-shadow: 0 1px 5px 0 rgba(13, 153, 255, 0.4);
}

.btn-primary:hover {
  color: #fff;
  background-color: #0077ff;
  border-color: #0077ff;
}

.btn-secondary {
  color: #fff;
  background-color: #33d7b2;
  border-color: #33d7b2;
  box-shadow: 0 1px 5px 0 rgba(13, 153, 255, 0.4);
}

.btn-secondary:hover {
  color: #fff;
  background-color: #33d7b2;
  border-color: #33d7b2;
}

.btn-outline {
  color: white;
  background-color: transparent;
  border-color: white;
  box-shadow: 0 1px 5px 0 rgba(13, 153, 255, 0.4);
}

.btn-outline:hover {
  color: white;
  background-color: transparent;
  border-color: white;
}

.btn-lg {
  padding: 15px 60px;
  font-size: 17px;
  line-height: 1.5;
}

button:focus {
  outline: 0;
}

/*PLACEHOLDER*/
::-webkit-input-placeholder {
  /* Edge */
  color: #000139;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000139;
}

::placeholder {
  color: #000139;
}

/*FORM*/
.form-check-wrapper .form-group {
  display: inline-block;
  margin-right: 10px;
}

.form-check-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
}

.form-title {
  color: #b7bdc6;
  font-weight: 600;
  margin-bottom: 10px;
}

.form-group {
  position: relative;
}

.form-group .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 22px 13px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000139;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 4px;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border: solid 1.2px #b7bdc6;
}

.form-group textarea {
  min-height: 100px;
}

.form-group .datebox {
  background: url("/assets/v2/img/icons/calendar.svg") no-repeat right 10px center;
  background-size: 15px;
}

.form-group .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #000139 !important;
  outline: 0;
  box-shadow: none;
}

.tabs .right-absolute .form-control {
  padding: 16px 13px;
}

.tabs .right-absolute .btn {
  padding: 10px 70px;
}

.form-group select {
  height: calc(1.99em + .75rem + 2px) !important;
  line-height: 1.5;
  color: #6c757d !important;
  border: solid 1.2px #b7bdc6;
  padding: 0 !important;
}

.card .form-group select {
  height: calc(1.7em + .75rem + 2px) !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}

.form-group label {
  display: none;
}

.form-check-label {
  display: inline-block !important;
  padding-top: 3px !important;
  font-size: 14px !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  font-weight: 400 !important;
  color: inherit !important;
  padding: 2px 0px !important;
}

.form-group.active label {
  display: block;
  position: absolute;
  top: -9px;
  left: 15px;
  background-color: #fff;
  color: #000139;
  font-size: 12px;
  font-weight: 600;
  padding: 0 5px;
  z-index: 99;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
  padding-left: 15px;
  background: url("/assets/v2/img/icons/form-unlem-gri.svg") no-repeat left center;
  background-size: 11px;
}

input[value=""] label {
  display: block;
  position: absolute;
  top: -9px;
  left: 33px;
  background-color: #fff;
  color: #000139;
  font-size: 12px;
  font-weight: 600;
  padding: 0 5px;
}

.form-control:focus::-webkit-input-placeholder {
  /* Edge */
  opacity: 1;
}

.form-control:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 1;
}

.form-control:focus::placeholder {
  opacity: 1;
}

select {
  min-width: 120px;
  width: 100%;
  background: none;
  background-color: #fff;
  background: url("/assets/v2/img/icons/down-arrow-laci.svg") no-repeat right 10px center;
  background-size: 15px;
  text-indent: 12px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  height: 46px;
  border-radius: 4px;
  border: solid 1.2px #b7bdc6;
  -webkit-appearance: none;
  appearance: none;
}

/*LANDING PAGE*/
.landing-page {
  font-family: "Hind", sans-serif;
  background-color: #000139 !important;
}
.landing-page .navbar {
  padding: 25px 0;
}
.landing-page header {
  background: url("/assets/v2/img/landing/header.png") no-repeat center center;
  background-size: cover;
  height: 750px;
}
@media (max-width: 575.98px) {
  .landing-page header {
    height: 600px;
  }
}
.landing-page header .container {
  height: 100%;
}
@media (max-width: 575.98px) {
  .landing-page header .container {
    height: 80%;
  }
}
.landing-page header .container .row {
  height: 100%;
}
.landing-page header .container .row h1 {
  font-family: Montserrat;
  font-size: 62px;
  font-weight: 900;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .landing-page header .container .row h1 {
    font-size: 52px;
    margin-bottom: 20px;
  }
}
.landing-page header .container .row p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .landing-page header .container .row p {
    font-size: 20px;
  }
}
.landing-page .references {
  padding: 30px 0;
}
.landing-page .references .logos {
  align-items: center;
  align-content: center;
  text-align: center;
  margin: 0 -40px;
}
@media (max-width: 575.98px) {
  .landing-page .references .logos {
    margin: 0;
  }
}
.landing-page .references .logos img {
  max-width: 8%;
  max-height: 8%;
  margin: 0 2.5%;
}
@media (max-width: 575.98px) {
  .landing-page .references .logos img {
    max-width: 130px;
    max-height: 50px;
    margin: 0 10px;
    margin-bottom: 10px;
  }
}
.landing-page .gosterge-paneli {
  padding: 70px 0;
}
@media (max-width: 575.98px) {
  .landing-page .gosterge-paneli {
    padding: 20px 0;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 575.98px) {
  .landing-page .gosterge-paneli {
    padding: 0;
  }
    .landing-page .gosterge-paneli .left {
        margin-left: -5px;
    }
    .landing-page .gosterge-paneli .right {
        margin-right: -5px;
    }
}
.landing-page .gosterge-paneli .pic {
  
  width: 100%;
}

@media (max-width: 991.98px) {
  .landing-page .gosterge-paneli .pic {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.landing-page .gosterge-paneli .content {
  padding: 0 50px;
}
@media (max-width: 991.98px) {
  .landing-page .gosterge-paneli .content {
    padding: 0 15px 40px 15px;
  }
}
.landing-page .gosterge-paneli .content h2 {
    font-family:Montserrat;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 40px;
  padding-left: 30px;
}
.landing-page .gosterge-paneli .content p {
    font-family: Montserrat;
    font-size: 16px;
    margin-bottom: 40px;
   
}
.landing-page .gosterge-paneli .content p.lead {
   font-family:Montserrat;
  font-size: 34px;
  margin-bottom: 30px;
  line-height: 1.5;   /*Düzenlendi(1.2)*/
}
.landing-page .highlights {
  padding: 30px 0;
}
.landing-page .highlights .item {
  padding: 30px;
  border-radius: 10px;
}
    .landing-page .highlights .item h2 {
        font-family: Montserrat;
        font-weight: normal;
        margin-bottom: 15px;
    }
.landing-page .highlights .item .list-group-item {
    font-family:Hind,sans-serif;
  font-size: 15px;
  margin-bottom: 15px;
  letter-spacing:0.6px;
}
    .landing-page .highlights .item.hizli-kolay {
       
        background: url("/assets/v2/img/landing/hizli-kolay.svg") no-repeat left top;
        background-size: cover;
    }
@media (max-width: 1199.98px) {
  .landing-page .highlights .item.hizli-kolay {
    margin-bottom: 20px;
  }
}
.landing-page .highlights .item.sabit-odeme {
   
  background: url("/assets/v2/img/landing/sabit-odeme-yok.svg") no-repeat left top;
  background-size: cover;
}
.landing-page .highlights .item.yuksek-veri-guvenligi {
  background: url("/assets/v2/img/landing/yuksek-veri-guvenligi.svg") no-repeat left top;
  background-size: cover;
}
.landing-page .hesapla {
  padding: 50px 0;
  background: white url("/assets/v2/img/landing/hesapla-bg.png") no-repeat right -300px center;
  background-size: cover;
  color: #000139;
}
@media (max-width: 575.98px) {
  .landing-page .hesapla {
    background: white url("/assets/v2/img/landing/hesapla-bg.png") no-repeat right -1500px center;
  }
}
.landing-page .hesapla h2 {
    font-family:Montserrat;
  font-size: 72px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
    .landing-page .hesapla h2 {
        font-family: Montserrat;
        font-size: 52px;
    }
}
.landing-page .hesapla p {
  font-size: 16px;
  margin-bottom: 40px;
}
.landing-page .title-icon {
  position: absolute;
  top: -23px;
  left: -5px;
  height: 96px;
}
@media (max-width: 991.98px) {
  .landing-page .title-icon {
    left: -38px;
  }
}
.landing-page footer {
  padding: 10px 0;
}
@media (max-width: 575.98px) {
  .landing-page footer {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .landing-page footer .navbar-brand {
    margin: 0;
  }
}
.landing-page footer .logo {
  height: 50px;
}
@media (max-width: 575.98px) {
  .landing-page footer .logo {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .landing-page footer .footer-contact {
    width: 100%;
  }
}
.landing-page footer .footer-contact .item {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .landing-page footer .footer-contact .item {
    display: block;
    margin-bottom: 25px;
    margin-left: 0;
  }
}
.landing-page footer .footer-contact .item .title {
  font-size: 12px;
}
@media (max-width: 575.98px) {
  .landing-page footer .footer-contact .item .title {
    font-size: 16px;
  }
}
.landing-page footer .footer-contact .item a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .landing-page footer .footer-contact .item a {
    font-size: 20px;
  }
}

.left-image {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.right-image {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

/*# sourceMappingURL=landing.css.map */
