@charset "UTF-8";
/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

:focus {
  outline: 0;
}

* {
  list-style: none;
  text-decoration: none;
}

body {
  line-height: 1;
  overflow-x: hidden;
  font-family: arial;
  background: #fff !important;
}

/*ol, ul {
		list-style: none
	}*/
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: 400;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

header,
nav,
article,
section,
footer,
figure,
aside {
  display: block;
}

input,
select,
textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.clear {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

html {
  scroll-behavior: smooth;
  transition: all 0.1s ease-out;
}

@font-face {
  font-family: "Korolev-Bold";
  src: url("../font/korolev-bold-webfont.svg");
  src: url("../font/korolev-bold-webfont.ttf");
  src: url("../font/korolev-bold-webfont.otf");
  src: url("../font/korolev-bold-webfont.woff");
}

@font-face {
  font-family: "Korolev-Medium";
  src: url("../font/korolev-medium-webfont.svg");
  src: url("../font/korolev-medium-webfont.ttf");
  src: url("../font/korolev-medium-webfont.otf");
  src: url("../font/korolev-medium-webfont.woff");
}

#one {
  width: 75%;
  float: left;
  position: relative;
  margin-top: 0px;
}

#two {
  background: #fff;
  width: 25%;
  float: right;
  position: relative;
  right: 0;
  z-index: 2;
}

.boyaImg {
  width: 100%;
}

.container {
  position: relative;
}

.logo_form {
  width: 100%;
  margin: 0 auto;
}

.logo_form img {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.boyaD {
  width: 49%;
  position: absolute;
  right: 0%;
  top: -130px;
}

.textS {
  position: absolute;
  top: 10%;
  right: 12%;
  width: 590px;
  z-index: 1;
}

.textPosition {
  width: 100%;
}

.textS div p {
  text-align: center;
  line-height: 20px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 15px;
  font-family: Korolev-Medium;
}

.container_2 {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.baslikdiv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1000px;
  text-align: center;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 60px;
  /* margin-bottom: 30px !important; */
  color: #fff;
  line-height: 60px;
}

.baslikdiv img {
  height: unset !important;
  width: 600px !important;
  margin: 0 auto;
  margin-top: 30px;
}

.container_2 div {
  color: #fff;
  font-size: 25px;
  font-family: Korolev-Bold;
}

.container_3 img {
  width: 99%;
}

.container_3 {
  position: relative;
}

.borderImg {
  border: 7px solid #fff;
}

.harita2 {
  position: absolute;
  top: 0;
  width: 21% !important;
  right: 4%;
  top: -8%;
}

.formContainer {
  width: 100%;
  margin: 0 auto;
  margin-top: 0;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}

.number {
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  color: #fff;
  font-family: Korolev-Bold;
}

.iletisimForm h3 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
  font-family: Korolev-Bold;
}
.form {
  overflow: hidden;
}
.formInput {
  margin-top: 10px;
  position: relative;
}

.formInput input {
  color: #000 !important;
  font-weight: 500;
  padding-top: 12px;
  padding-bottom: 12px;
}
.formInput select {
  color: #000 !important;
  font-weight: 500;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 30px !important;
}
.formInput input::placeholder {
  color: #000;
}

.formInput input {
  width: 100%;
  border: unset;
  border-bottom: 1px solid #000;
  padding: 10px;
}
.formInput select {
  border: unset !important;
  border-bottom: 1px solid #000 !important;
  padding-left: 10px;
}
.formInput textarea {
  padding: 10px 10px 10px;
  width: 94%;
  background: unset;
  height: auto;
  color: #134d3e;
  border: unset;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}

.formInput textarea::placeholder {
  color: #134d3e;
}
.checkbox-container label::before {
  color: #134d3e !important;
}
.ilgilendiginiz {
  display: inline-block;
  vertical-align: middle;
  width: 75%;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.inputsİlgilendiginiz {
  display: inline-block;
  vertical-align: middle;
}

.formInput button {
  width: 100%;
  color: #6e2c3e;
  padding: 10px;
  font-weight: bold;
  font-size: 19px;
  border: unset;
  background: #134d3e;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.6s;
  letter-spacing: 3px;
  color: #fff;
  font-size: 22px;
  border: 1px solid #fff;
}

.formInput button:hover {
  background: unset;
  background: #fff;
  color: #134d3e;
}

.inputChech {
  display: inline-block;
  vertical-align: top;
  width: 19%;
}

textarea {
  height: 130px !important;
}

.inputChech input {
}

.slide img {
  width: 100%;
}
/* The container */
.containerLaber {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  width: 41px !important;
  font-size: 22px;
  -webkit-user-select: none;
  color: #fff;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: max-content;
  display: inline-block;
  font-family: Korolev-Bold;
  vertical-align: top;
  font-size: 14px;
}

/* Hide the browser's default checkbox */
.containerLaber input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0px !important;
  width: 0px !important;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: unset;
  font-size: 12px !important;
  border: 1px solid #282828;
}

/* On mouse-over, add a grey background color */
.containerLaber:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerLaber input:checked~.checkmark {
  background-color: #2c4251;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerLaber input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerLaber .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.containerLaber2 {
  width: 100% !important;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #282828;
}

.social {
  text-align: center;
  margin-top: 20px;
}

.social div {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.3s;
}

.social div:hover {
  transform: scale(1.1);
}

.social div img {
  width: 100%;
}

.logoMail div {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  margin: 0px 10px;
  margin-top: 10px;
}

.logoMail {
  margin-top: 20px;
  text-align: center;
}

.logoMail div img {
  width: 100%;
}

.formText {
  width: 90%;
  margin: 0 auto;
}

.form .form-text, .form .form-textarea {
  font-size: 16px !important;
  font-weight: 500 !important;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.info {
  line-height: 18px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  line-height: 30px;
}

.info span {
   font-size: 16px !important;
}

.numberimg {
  border-bottom: 2px solid black;
  padding: 20px 0px 20px;
  border-top: 2px solid black;
  margin-top: 17px;
  margin-bottom: 17px;
}

.numberimg img {
  width: 100%;
}

.inputsİlgilendiginiz input {
  width: max-content !important;
}

.formInput h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  margin-top: 25px;
  color: #303030;
}

.boxInput {
  border: 1px solid #282828;
  width: 39px !important;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 13px;
}

.inputsİlgilendiginiz>div {
  margin-top: 5px;
  cursor: pointer;
  margin-bottom: 5px;
}

.inputsİlgilendiginiz div span {
  display: inline-block;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.boxInput i {
  margin-top: 2px;
  opacity: 0;
  transition: all 0.5s;
  color: #fff;
}

.formError .formErrorContent {
  margin-top: -15px;
}

.formInput select {
}

.konumalani {
  margin-bottom: 100px;
}

.konumalani div {
  width: 100%;
}

.mapLi {
  position: relative;
  top: 50px;
}