@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: "Panton";
  src: url("../../../../Content/assets/css/fonts/Panton-BlackItalic.woff2") format("woff2"), url("../../../../Content/assets/css/fonts/Panton-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Panton";
  src: url("../../../../Content/assets/css/fonts/Panton-Black.woff2") format("woff2"), url("../../../../Content/assets/css/fonts/Panton-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Panton";
  src: url("../../../../Content/assets/css/fonts/Panton-Regular.woff2") format("woff2"), url("../../../../Content/assets/css/fonts/Panton-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* CSS Document */
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
}
body.fancybox-active {
  height: 100%;
}

form {
  width: 100%;
  height: 100%;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a, a img {
  text-decoration: none;
  outline: none;
  border: none;
}

.clr {
  clear: both;
  height: 0;
}

::-webkit-input-placeholder {
  color: #707070;
}

:-moz-placeholder {
  color: #707070;
}

::-moz-placeholder {
  color: #707070;
}

:-ms-input-placeholder {
  color: #707070;
}

::selection {
  background: #1691CE;
  color: #fff;
}

::-moz-selection {
  background: #1691CE;
  color: #fff;
}

/*General Elements */
body, input, textarea, select, option {
  font-family: "Barlow", sans-serif;
}

*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}

:before {
  font-family: IcoFont;
  font-style: normal;
}

/*General Elements */
section {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.left {
  width: 70%;
  height: 100%;
  position: fixed;
  font-family: "Panton";
  top: 0;
  left: 0;
}
.left .bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom right;
}
.left .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px;
}
.left .logo {
  display: block;
  width: 30%;
  max-width: 450px;
}
.left .note {
  color: #fff;
  font-size: 15px;
  position: absolute;
  left: 0px;
  bottom: 0;
  padding: 0 30px 20px 60px;
  font-weight: 500;
}
.left h2 {
  color: #fff;
  font-size: 50px;
  font-style: italic;
  width: 100%;
  max-width: 575px;
}
.left h2 span {
  position: relative;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.left h2 span:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 10px;
  bottom: 0;
  left: 0;
  background-color: #ED2127;
}
.left h2 small {
  font-style: normal;
}
.left h2 small i {
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
}
.left .badge {
  right: 80px;
  top: 80px;
  position: absolute;
}
.left .maximusLogo {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.right {
  width: 30%;
  padding: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
.right h1 {
  font-size: 32px;
  color: #000;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.formArea {
  position: relative;
}
.formArea .row {
  width: 100%;
}
.formArea input, .formArea textarea, .formArea select {
  width: 100%;
  color: #212223;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  font-size: 20px;
  font-weight: 400;
  opacity: 0.6;
  background: none;
  padding-bottom: 10px;
  margin-bottom: 40px;
  resize: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.formArea input::placeholder, .formArea textarea::placeholder, .formArea select::placeholder {
  color: #212223;
}
.formArea input:focus, .formArea textarea:focus, .formArea select:focus {
  border-color: #ED2127;
}
.formArea textarea {
  padding-bottom: 0;
}
.formArea input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: 2;
  width: 20px;
  height: 20px;
}
.formArea input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #212223;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
  cursor: default;
}
.formArea input[type=checkbox] + label a {
  color: #212223;
  text-decoration: underline;
}
.formArea input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #212223;
  position: absolute;
  top: 50%;
  left: 0px;
  opacity: 1;
  transition: all 0.3s;
  transform: translateY(-50%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.formArea input[type=checkbox]:checked + label:before {
  background: #212223;
}
.formArea select option {
  color: #000;
}
.formArea button {
  background-color: #ED2127;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 60px;
  margin-top: 20px;
}
.formArea button:hover {
  background-color: #212223;
  color: #fff;
}
.formArea label {
  display: block;
  color: #fff;
  font-size: 25px;
  margin-bottom: 20px;
}

.kvkkDescArea {
  display: none;
  padding-bottom: 50px;
}
.kvkkDescArea .kvkkDesc {
  width: 100%;
  margin: auto;
}
.kvkkDescArea .kvkkDesc h2 {
  color: #ED2127;
  font-size: 18px;
  margin-bottom: 30px;
}
.kvkkDescArea .kvkkDesc p {
  font-size: 13px;
  color: #000;
  margin-bottom: 30px;
}
.kvkkDescArea .kvkkDesc p b {
  color: #ED2127;
}
.kvkkDescArea .kvkkDesc table {
  border-right: 1px solid rgba(112, 112, 112, 0.5);
  border-top: 1px solid rgba(112, 112, 112, 0.5);
  margin-bottom: 50px;
  font-size: 13px;
}
.kvkkDescArea .kvkkDesc table tr th {
  background-color: #002060;
  padding: 25px;
  color: #fff;
  font-size: 15px;
}
.kvkkDescArea .kvkkDesc table tr td {
  color: #000;
  border-left: 1px solid rgba(112, 112, 112, 0.5);
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  padding: 15px;
}
.kvkkDescArea .inputArea {
  position: relative;
  padding-left: 25px;
}
.kvkkDescArea .inputArea input[type=checkbox] {
  left: 0;
  z-index: 1;
  min-height: 54px;
}
.kvkkDescArea .inputArea input[type=checkbox] + label:after {
  background: #ED2127;
}

@media screen and (max-width: 1680px) {
  .left .inner {
    padding: 40px;
  }
  .left .note {
    font-size: 13px;
    padding: 0 10px 20px;
  }

  .right {
    padding: 30px 40px;
  }
  .right h1 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .formArea label {
    margin-bottom: 10px;
  }
  .formArea input, .formArea textarea, .formArea select {
    margin-bottom: 20px;
  }
  .formArea input[type=checkbox] + label {
    font-size: 12px;
  }
}
@media screen and (max-width: 780px) {
  .left {
    width: 100%;
    height: auto;
    position: relative;
  }
  .left .bg {
    height: auto;
  }
  .left .inner {
    position: relative;
    padding: 30px;
  }
  .left .inner .logo {
    position: absolute;
    top: 30px;
    width: 25%;
  }
  .left h2 {
    color: #212223;
    font-size: 20px;
  }
  .left h2 span:after {
    width: 20%;
    height: 6px;
  }
  .left h2 small i {
    font-size: 16px;
  }
  .left .note {
    position: relative;
    color: #212223;
    padding: 20px 0 0;
    font-size: 10px;
  }
  .left .badge {
    width: 20%;
    right: 20px;
    top: 20px;
  }
  .left .maximusLogo {
    bottom: auto;
    top: -30px;
  }

  .right {
    width: 100%;
    height: auto;
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  .left .bg {
    height: auto;
  }
}