html,
body {
  margin: 0;
  padding: 0;
}

/* @font-face {
  font-family: 'campton_bookbold';
  src: url('../fonts/campton-bold-webfont.eot');
  src: url('../fonts/campton-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/campton-bold-webfont.woff2') format('woff2'), url('../fonts/campton-bold-webfont.woff') format('woff'), url('../fonts/campton-bold-webfont.ttf') format('truetype'), url('../fonts/campton-bold-webfont.svg#campton_bookbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'camptonbook';
  src: url('../fonts/campton-book-webfont.eot');
  src: url('../fonts/campton-book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/campton-book-webfont.woff2') format('woff2'), url('../fonts/campton-book-webfont.woff') format('woff'), url('../fonts/campton-book-webfont.ttf') format('truetype'), url('../fonts/campton-book-webfont.svg#camptonbook') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'camptonlight';
  src: url('../fonts/campton-light-webfont.eot');
  src: url('../fonts/campton-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/campton-light-webfont.woff2') format('woff2'), url('../fonts/campton-light-webfont.woff') format('woff'), url('../fonts/campton-light-webfont.ttf') format('truetype'), url('../fonts/campton-light-webfont.svg#camptonlight') format('svg');
  font-weight: normal;
  font-style: normal;
} */

* {
  box-sizing: border-box;
}

h1,
h2,
h3 {
  font-weight: 600;
}

body {
  font-size: 15px;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 1.5;
}

.header {
  background-color: #f5f5f5;
  height: 65px;
}

.container {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.akyatirim-logo {
  background: url('../images/akyatirim-logo.png');
  background-repeat: no-repeat;
  background-position: left center;
  width: 200px;
  height: 60px;
}

/* Page Header */

.section-enerji-title h1 {
  font-size: 20px;
  font-weight: 700;
}

.section-enerji-title h2 {
  font-size: 18px;
}

.section-defacto-title h1 {
  font-size: 20px;
  font-weight: 700;
  color: #343d61;
}

.section-defacto-title h1 span {
  display: block;
}

.section-defacto-title h2 {
  font-size: 18px;
  color: #343d61;
  font-weight: 300;
}

.section-beymen-title h1 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.section-beymen-title h1 span {
  display: block;
}

.section-beymen-title h1 span.color {
  color: #ed1d24;
  display: inline-block;
}

.section-beymen-title h2 {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.description {
  text-align: center;
  color: #797679
}

/* Form Row */

.form-row {
  margin-bottom: 15px;
}

.form-label {
  color: #797679;
}

.form-label-info {
  line-height: 1;
  font-size: 12px;
}

.form-label-info a {
  color: #0071bc;
}

.form-input {
  width: 100%;
  height: 40px;
  padding: 5px 15px;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  color: #797679;
  outline: none;
}

.form-checkbox {
  display: inline-block;
  margin: 1px 4px 0px 0px;
  position: relative;
  top: 3px;
}

.center {
  margin: 25px auto 0;
}

.form-box {
  width: 95%;
  background: #f2f2f2;
  border-radius: 10px;
  padding: 15px 0 20px;
}

.form-row-captcha,
.form-row-captcha .form-label,
.form-row-captcha .form-input {
  float: left;
}

.form-row-captcha .form-label {
  margin-top: 7px;
}

.form-row-captcha .form-input {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-captcha-image {
  float: left;
  border: 1px solid #d3d3d3;
  width: 70px;
  height: 40px;
  margin-left: 10px;
}

.form-box-container {
  padding: 0 25px;
}

.form-captcha-image {}

.form-box-title {
  text-align: center;
  padding: 0 0 10px 0;
}

.form-box-title h2 {
  color: #ed1a22;
  font-size: 22px;
  font-weight: 700;
}

.form-box-content {
  display: block;
  position: relative;
}

.form-box-content p {
  float: left;
}

.contract {
  margin-bottom: 15px;
}

.captcha-wrapper {
  float: left;
  margin-bottom: 25px;
}

.captcha-wrapper h4 {
  float: left;
  font-weight: 900;
  padding: 0;
  margin: 5px 0;
}

.captcha-wrapper input {
  width: 93%;
}

.form-submit {
  cursor: pointer;
  padding: 8px 15px;
  border-radius: 15px;
  margin-top: 2px;
  background: #e2e1e1;
  color: #797679;
  border: 1px solid #d9d9d9;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e1e1));
  background: -moz-linear-gradient(top, #fff, #e2e1e1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e2e1e1');
}

.CaptchaTxtField {
  float: left;
  margin-left: 9px;
  margin-bottom: 10px;
}

.capcode {
  width: 170px;
  height: 30px;
}

.error-message {
  font-size: 13px;
  color: #ed1a23;
  display: none;
}

.empty {
  border: 1px solid #c82222;
}

/* Form Success */

.form-success {
  display: none;
  height: 500px;
}

.form-success-message {
  padding-top: 40%;
}

/* Section */

section {
  margin-top: 10px;
}

.section-aselsan-wrapper {
  text-align: center;
}

.section-aselsan-wrapper img {
  width: 100%;
  max-width: 678px;
}

.center-block {
  text-align: center;
  color: #004892;
}

.center-block a {
  font-weight: bold;
  color: #004892;
}

.title-img {
  background: url(../images/section-title.png) center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  width: 100%;
  float: left;
  margin-left: 0;
}

.title-enerji-img {
  background: url(../images/enerji-sa.png) center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  width: 100%;
  margin-left: 0;
}

.title-defacto-img {
  background: url(../images/defacto.png) center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  width: 100%;
  margin-left: 0;
}

.title-beymen-img {
  background: url(../images/beymen.png) center center;
  background-repeat: no-repeat;
  background-size: 99px;
  height: 150px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.title-wrapper {
  text-align: center;
  position: relative;
}

.section-title {
  position: relative;
}

.section-title::after {
  content: "";
  display: block;
  width: 200px;
  left: 57px;
  position: absolute;
  height: 1px;
  background-color: #fff;
}

.section-title h1 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 3px 0px;
}

.section-title h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding: 3px 0px;
}

.section-note {
  color: #fff;
  font-size: 10px;
  font-weight: 100;
  margin-top: 15px;
}

/*-------------- TABLET -------------------*/

@media screen and (min-width: 768px) and (max-width:1199px){
  .container {
    width: 750px;
  }

  .description {
    width: 500px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .form-box {
    width: 500px;
  }

  .section-title::after {
    left: 272px;
  }

  .form-row-captcha .form-input {
    margin-top: 0;
    width: 230px;
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .form-submit {
    display: block;
    margin: 10px auto;
  }
}

/*-------------  DESKTOP -----------------*/

@media screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .form-label-info {
    font-size: 12px;
  }

  .description {
    width: 500px;
    margin: 0 auto;
    text-align: center;
    color: #797679;
  }

  .title-enerji-img {
    display: block;
  }

  body {
    /* background-color: #e4e4e4; */
    background: rgb(205, 205, 206);
    background: linear-gradient(90deg, rgba(205, 205, 206, 1) 0%, rgba(230, 231, 230, 1) 50%, rgba(201, 201, 201, 1) 100%);
  }

  .title-defacto-img {
    display: block;
  }

  .form-box {
    width: 500px;
    min-height: 710px;
  }

  .form-algoritmik {
    min-height: 785px;

  }

  .section-title-wrapper {
    height: 260px;
  }

  .section-enerji-wrapper {
    height: 360px;
  }

  .section-beymen-wrapper {
    height: 298px;
  }

  .section-wrapper {
    height: 360px;
  }

  .title-wrapper {
    width: 700px;
    height: 360px;
    float: left;
    position: absolute;
    right: 0;
  }

  .title-wrapper-beymen {
    width: 700px;
    height: 360px;
    float: left;
  }

  .title-wrapper-enerji {
    height: 260px;
    margin-top: 60px;
  }

  .section-title {
    height: 175px;
  }

  .section-title::after {
    width: 470px;
    left: 102px;
    bottom: -2px;
  }

  .section-title h1 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    margin: 0;
    padding: 3px 0px;
  }

  .section-title h2 {
    color: #fff;
    font-size: 30px;
    margin: 0;
    padding: 3px 0px;
  }

  .section-note {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
  }

  .captcha-wrapper h4 {
    margin: 8px 5px 0 0;
  }

  .capcode {
    width: 90px;
  }

  .CaptchaTxtField {
    margin: 0 10px;
  }

  .form-box-title {
    padding: 0 0 25px 0;
  }

  .captcha-wrapper input {
    width: 70px;
  }

  .section-title-wrapper {
    height: 260px;
  }

  .center {
    margin: 75px auto 0;
  }

  .form-box-container {
    padding: 0 55px;
  }

  .form-captcha-image,
  .form-row-captcha .form-input {
    margin-left: 20px;
    margin-top: 0;
  }

  .form-submit {
    float: right;
  }

  .form-input--small {
    width: 70px;
  }

  section {
    margin: 75px 0;
  }

  .title-enerji-img {
    height: 390px;
    width: 490px;
    margin-left: 100px;
    float: left;
    background-size: auto;
  }

  .title-defacto-img {
    height: 285px;
    width: 385px;
    float: left;
    background-size: auto;
  }

  .title-beymen-img {
    height: 295px;
    width: 385px;
    float: left;
    background-size: auto;
    background: url(../images/beymen.png) center bottom;
    background-repeat: no-repeat;
  }

  .title-img {
    height: 260px;
    width: 590px;
    margin-left: -60px;
  }

  /* Fonts */
  .section-enerji-title h1 {
    font-size: 34px;
  }

  .section-enerji-title h2 {
    font-size: 30px;
  }

  .section-defacto-title h1 {
    font-size: 34px;
  }

  .section-defacto-title h2 {
    font-size: 30px;
  }

  .section-beymen-title h1 {
    font-size: 34px;
    text-align: center;
  }

  .section-beymen-title h1 span {
    display: block;
  }

  .section-beymen-title h2 {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    color: #323232;
  }
}

.form-box-container .form-box-content .success-message {
  display: none;
  overflow: hidden;
}

.form-box-container.active .form-box-content .success-message {
  display: block;
  overflow: hidden;
}

.form-box-container.active .form-box-content .success-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}

.form-box-container.active .form-box-content .required-form {
  opacity: 0;
}

.form-box-container.active .form-box-content .success-message p {
  text-align: center;
  width: 100%;
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-box-container.active .form-box-title p {
  opacity: 0;
}