*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 325;
  line-height: 17px;
  font-size: 14px;
  background-color: #fff;
  color: #12100b;
  box-sizing: border-box;
}

:root {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
a:hover {
  opacity: 0.7;
}

.d-flex {
  display: flex;
}

.bold {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.page-wrapper {
  margin: 0 auto;
}

.container {
  width: 100%;
}

.img-area {
  float: left;
  height: 100vh;
}

.img-wrapper {
  height: 100%;
}
.img-wrapper img {
  position: fixed;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.side-area {
  width: 25%;
  margin: 0 auto;
  height: 100%;
  float: right;
}

.side-bar-wrapper {
  justify-content: end;
  margin: 0;
  padding: 0;
}
.side-bar-wrapper .side-bar {
  overflow: overlay;
  background-color: #fff;
  border-left: 3px solid #1057a3;
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding: 0 30px;
  max-width: 480px;
  height: 100vh;
}

.side-bar-form {
  font-family: "Inter", sans-serif !important;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 0.5rem;
}
.side-bar-form input,
.side-bar-form select,
.side-bar-form option {
  font-family: "Inter", sans-serif !important;
  background: none;
  border: 1px solid #f0f0f0;
  color: #12100b;
  padding: 0.2rem 1rem;
  height: 40px;
  font-weight: 325 !important;
}
.side-bar-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(img/arrow.svg);
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 9px;
}
.side-bar-form input:focus,
.side-bar-form select,
.side-bar-form input[checkbox] {
  outline-width: thin !important;
  outline-color: rgba(255, 255, 255, 0.5);
}
.side-bar-form input[type=number]::-webkit-outer-spin-button,
.side-bar-form input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
}
.side-bar-form select option:first-child {
  color: #12100b;
  background-color: rgba(128, 128, 128, 0.1);
}

.send-btn {
  border: 0 !important;
  background-color: #2b3471;
  height: 40px;
  color: #fff;
  padding: 0.25rem 0;
}
.send-btn:hover {
  opacity: 0.9;
  transition: ease-in 0.5s;
}

.side-bar-logo img {
  min-width: 140px;
  height: auto;
}

.address-section {
  height: -moz-min-content;
  height: min-content;
  justify-content: center;
  padding: 0 25px;
  align-items: center;
  margin-top: 16px !important;
  margin-bottom: 76px !important;
}
.address-section .text {
  color: #12100b;
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin-left: 12px;
}
.address-section .text p {
  margin: 0 !important;
  font-size: 14px;
  font-weight: 325;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.side-bar-languages {
  padding-top: 10px;
  align-self: flex-end;
  display: flex;
  gap: 0.75rem;
  color: #12100b;
  font-weight: 600;
}
.side-bar-languages span {
  cursor: pointer;
  transition: all ease 0.2s;
}
.side-bar-languages span.active {
  opacity: 0.5;
}

.custom-check {
  justify-content: flex-start;
  align-items: center;
}
.custom-check input {
  width: 1em !important;
  padding: 0 !important;
  margin-right: 12px;
}

.address-section {
  margin-bottom: 60px !important;
}

.kvkk {
  display: block;
}

.kvkk2 {
  display: none;
}

@media only screen and (min-width: 1500px) {
  .side-area {
    height: 100vh;
  }
  .address-section {
    padding: 0 50px;
    margin-bottom: 46px !important;
  }
}
@media only screen and (max-width: 991px) {
  .img-area {
    display: none;
    height: -moz-min-content;
    height: min-content;
  }
  .img-wrapper img {
    width: 100%;
    height: -moz-min-content;
    height: min-content;
    position: static;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top center;
       object-position: top center;
  }
  .side-bar-logo img {
    margin-top: 0;
  }
  .side-bar-wrapper {
    position: relative;
    width: 100%;
  }
  .side-bar-wrapper .side-bar {
    margin-top: 10px;
    width: 100%;
    background-color: rgba(128, 128, 128, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    -z-index: 9;
  }
  .side-bar-languages {
    padding-top: 0;
  }
  .address-section {
    flex-direction: column;
    margin-bottom: 16px;
    margin-top: 16px;
    max-width: 60%;
  }
  .address-section .text {
    margin-top: 24px;
    width: 100%;
    margin-left: 0;
  }
  .address-section .text p {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */