@font-face {
  font-family: "Brandon-Text";
  src: url("../fonts/brandon_text_regular.ttf") format("truetype"),
    url("../fonts/brandon_text_regular.woff") format("woff"),
    url("../fonts/brandon_text_regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Brandon-Text";
  src: url("../fonts/brandon_textmedium.ttf") format("truetype"),
    url("../fonts/brandon_textmedium.woff") format("woff"),
    url("../fonts/brandon_textmedium.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Brandon-Text";
  src: url("../fonts/brandon_textbold.ttf") format("truetype"),
    url("../fonts/brandon_textbold.woff") format("woff"),
    url("../fonts/brandon_textbold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
.clear {
  clear: both;
}

body {
  color: #4e2575;
  font-family: "Brandon-Text", sans-serif;
}

.row {
  justify-content: center;
}

.header {
  width: 100%;
  height: 70px;
  opacity: 1;
  background: #ededed 0% 0% no-repeat padding-box;
  display: flex;
  vertical-align: middle;
  align-items: center;
}

.header-container {
  width: 100%;
  justify-content: center;
}

.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  padding-left: 25px;
}

.social-icon {
  width: 172px;
  height: 25px;
  display: flex;
  justify-content: space-between;
}

.header-phone {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.phone-label {
  margin-left: 10px;
  margin-right: 10px;
}

.yellowbutton {
  background-color: #f48e1f;
  margin-left: 10px;
  border: 0;
  width: 284px;
  height: 55px;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
}

.page-content {
  margin-top: 30px;
  padding-right: 12px;
}

.img-container {
  position: relative;
  width: 100%;
  margin-top: 20px;
  height: 700px;
}

.text-over-img {
  position: absolute;
  top: 20%;
  right: 0;
  color: #2c2c2c;
  text-align: right;
  margin-right: 100px;
  width: 666px;
  height: 311px;
  font-weight: bold;
  font-size: 4rem;
}

.call-you-container {
  position: absolute;
  top: 77%;
  left: 10%;
  border-radius: 20px;
  background-color: #ffffff;
  width: 20%;
  height: 310px;
}

.call-you-form {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 13px;
  flex-direction: column;
}

.call-you-form label {
  font-size: 30px;
  font-weight: bold;
}

.flex-input {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}

.flex-input input[type="text"] {
  line-height: 2.5;
  border: 0;
  background-color: #ededed;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.flex-input input[type="text"]:focus {
  box-shadow: none;
}

.round-button {
  width: 100%;
  font-size: 18px;
  background-color: #e9973e;
  height: 49px;
  color: white;
  border: none;
  border-radius: 10px;
}

.flex-input .input-group-text {
  height: 100%;
  border: 0;
  background-color: #ededed;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.div-under-image {
  background-color: #4e2575;
  color: white;
  padding-left: 31%;
  justify-content: flex-start;
  padding-bottom: 10px;
}

.under-image-header {
  color: #e9973e;
  padding-top: 20px;
  padding-bottom: 10px;
}
.under-image-header span {
  font-size: 1.1rem !important;
}

.div-under-image span {
  font-weight: bold;
  font-size: 1rem;
}

.div-under-image p {
  font-size: 0.9rem;
}

.span_h2 {
  font-size: 1.6rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  color: #551d79;
  font-weight: bold;
  text-align: center;
}

.pricebox-new-container {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.repo-title {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.pricebox-new {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricebox-new-body {
  background-color: #f0f0f0;
  padding: 0.825rem;
  color: #565656;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 278px;
  white-space: nowrap;
}
.pricebox-new-img {
  height: 300px;
  width: 300px;
  border: 0.1px solid #dddbdb;
  border-radius: 10px;
  padding: 20px;
}

.pricebox-new-img img {
  width: 100%;
  height: 80%;
}

.repo-property-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;
  margin-right: 50px;
}

.pricebox-new .price-btn {
  position: relative;
  margin-bottom: 1.5625rem;
}

.pricebox-new .price-btn span {
  display: inline-block;
  background-color: #551d79;
  padding: 0.3125rem 0.625rem;
  font-size: 0.6rem;
  font-weight: 700;
  color: white;
  border: solid 4px #f0f0f0;
  border-radius: 50px;
}

.pricebox-new .price-btn:after {
  content: "";
  border-bottom: 1px solid #d6d6d6;
  display: block;
  margin-top: -1.0625rem;
}

.alan_hesaplama_yeni {
  height: auto;
  padding: 30px 100px 0px 30px;
  width: 80%;
}

.alan_hesaplama_yeni .alan_hesaplama_yeni_ic {
  height: auto;
  width: 100%;
  display: flex;
}

.alan_hesaplama_yeni .alan_hesaplama_yeni_ic .ah_gorsel {
  width: 273px;
  height: 273px;
  position: absolute;
  right: 10%;
}

.alan_hesaplama_yeni .alan_hesaplama_yeni_ic .ah_text {
  flex-grow: 1;
  height: auto;
  padding-left: 20px;
  padding-top: 50px;
}

.alan_hesaplama_yeni .alan_hesaplama_yeni_ic .ah_text > strong {
  display: block;
  background-color: #f4f4f4;
  color: #2c2c2c;
  font-size: 1.8rem;
  padding-left: 10px;
}

.alan_hesaplama_yeni .alan_hesaplama_yeni_ic .ah_text > span {
  display: block;
  color: #979797;
  line-height: 22px;
  background-color: #e5e5e5;
  padding: 10px;
  font-size: 0.8rem;
}

.alan_hesaplama_yeni .alan_hesaplama_yeni_ic .ah_text .ah_link {
  display: inline-block;
  color: #551d79;
  text-decoration: underline;
  background-color: #e5e5e5;
}

.online-order {
  background: #e9973e;
  padding: 40px 0px;
}

.online-order .os_buton {
  width: auto;
  height: auto;
  border: 2px solid #ffffff;
  text-align: center;
  font-size: 30px;
  padding: 13px 100px;
  display: table;
  color: #fff;
  margin: 0px auto;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
}

.alan_bg {
  background: #f4f4f4;
  border-bottom: solid 1px #e6e6e6;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.section-heading {
  text-align: center;
  margin-bottom: 30px;
}

.buyuk_baslik {
  font-weight: bold;
  font-size: 2rem;
}

.moryaziKimkucuk {
  font-weight: 600;
  font-size: 1.3rem;
  margin-top: 1rem;
}

.customer-comments {
  border-bottom: solid 1px #e6e6e6;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.musteri_yorumlari .my_alan {
  width: 100%;
  padding: 0 15px;
  height: auto;
  line-height: 24px;
  color: #8b8b8b;
  text-align: center;
  font-size: 1.3rem;
}

.musteri_yorumlari .my_alan > span {
  height: auto;
  display: block;
  text-align: center;
  margin-top: 20px;
  width: 100%;
  color: #111;
  font-weight: bold;
}

.musteri_yorumlari .owl-pagination {
  margin-top: 20px;
  z-index: 9999;
  position: relative;
  padding: 0px;
}

@media all and (max-width: 480px) {
  .flex-input {
    flex-direction: column;
  }
}

.pay-complete {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 30px;
  margin-bottom: 50px;
}
.pay-complete img {
  width: 218px;
  height: 250px;
}

.pay-text {
  text-align: center;
  letter-spacing: 0px;
  color: #383838;
  font-weight: bold;
  font-size: 15px;
  margin-top: 40px;
  line-height: 2.2;
}

.steper {
  padding: 1.875rem 0;
  background: url(../img/step-bg.png) repeat-x;
  background-position: 50% 50%;
  margin-bottom: 1.875rem;
}

.under-header {
  top: 222px;
  left: 341px;
  width: 1240px;
  height: 49px;
  /* UI Properties */
  background: #4e2575 0% 0% no-repeat padding-box;
  opacity: 1;
  color: white !important;
  font-size: 18px;
}

.order-step-div {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #2c2c2c;
  color: white;
}
.order-steps {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.order-step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
}

.order-step img {
  margin-left: 50px;
}

.order-step-content {
  display: flex;
}
.order-step-number {
  color: #e9973e;
  font-weight: bold;
  font-size: 8rem;
}

.order-step-comment {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.order-step-comment-title {
  font-weight: bold;
  font-size: 21px;
}

.order-step-comment-content {
  font-size: 17px;
}

.payment-order-step-content {
  display: flex;
  color: #5c5959;
  margin: 10px 0;
}

.payment-order-step-number {
  color: #e9973e;
  font-weight: bold;
  font-size: 5rem;
}

.payment-order-step-comment {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.payment-order-step-comment-title {
  font-weight: bold;
  font-size: 13px;
}

.payment-order-step-comment-content {
  font-size: 13px;
}

.payment-order-image {
  width: 130px;
  height: 120px;
}

/* Step Nav */
.vertical-step-nav {
  padding: 20px 0;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 534px;
}
.step-line {
  position: absolute;
  width: 3px;
  height: 504px;
  background: #e5e5e5 0% 0% no-repeat padding-box;
}

.vertical-step-nav:after {
  content: " ";
  display: table;
  clear: both;
}

.vertical-step-nav.step-2 .step {
  width: 50%;
}

.vertical-step-nav.step-3 .step {
  width: 33.33%;
  height: 33.33%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vertical-step-nav.step-4 .step {
  width: 25%;
}

.vertical-step-nav.step-5 .step {
  width: 20%;
}

.vertical-step-nav .step {
  float: left;
  text-align: center;
  line-height: 40px;
  font-size: 1.5625rem;
  position: relative;
}

.vertical-step-nav .step.active span:before {
  background-color: #f7931d;
}
.vertical-step-nav .step.active span:after {
  background-color: #f7931d;
}

.vertical-step-nav .step span {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: white;
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  font-size: 2.5rem;
}

.vertical-step-nav .step span:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: -2;
  background-color: #e2e2e2;
  left: -5px;
  top: -5px;
}

.vertical-step-nav .step span:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  z-index: -1;
}

.vertical-step-nav .step .step-desc {
  position: absolute;
  width: 100%;
  left: 0;
  top: 45px;
  font-size: 1rem;
  margin: 0;
  line-height: 1.3;
}
.alan_baslik3 {
  color: #551d79;
  font-size: 2rem;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.referans_alan {
  width: 100%;
  max-width: 1300px;
  text-align: center;
  margin: 30px auto 0 !important;
}

.referans_alan .kr_gorsel {
  width: 125px;
  height: 125px;
  margin: 15px;
}

.alan {
  width: 100%;
  height: auto;
  padding: 30px 0px;
}

.alan-title {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 0.9375rem;
  color: #551d79;
  font-weight: bold;
}

.alan_baslik {
  color: #551d79;
  font-size: 2rem;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #565656;
  text-align: left;
}

th {
  text-align: left;
  color: #551d79;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #f7931d;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #f7931d;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 1px solid #f7931d;
}

.table .table {
  background-color: white;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #f7931d;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* @include table-row-variant('active', $table-bg-active);
@include table-row-variant('success', $state-success-bg);
@include table-row-variant('info', $state-info-bg);
@include table-row-variant('warning', $state-warning-bg);
@include table-row-variant('danger', $state-danger-bg); */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
  position: relative;
  color: #4e2575;
}

@media screen and (max-width: 992px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: visible;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #f7931d;
  }

  .table-responsive:before {
    position: absolute;
    content: "";
    width: 100px;
    right: 0;
    height: 100%;
    background: -moz-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      white 80%
    );
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      white 80%
    );
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  }

  .table-responsive:after {
    content: "\f054";
    display: table-cell;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    width: 50px;
    right: 10px;
    text-align: right;
    font-size: 18px;
    color: #f7931d;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
  }

  .table-responsive.scrolled:before,
  .table-responsive.scrolled:after {
    display: none;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.kd {
  min-height: 500px;
}

.turuncu {
  color: #f7931d !important;
}

/* RESPONSIVE TABLES */
.table-title,
.box-heading {
  margin: 0;
  text-align: left;
  background-color: #f7931d;
  color: white;
  padding: 0.625rem 0.3125rem;
  position: relative;
}

.table-title a {
  float: right;
}
.table-title .text-edit,
.box-heading .text-edit {
  position: absolute;
  right: 0.625rem;
  top: 0.8125rem;
  font-size: 0.875rem;
}

.table-title .text-edit:hover,
.box-heading .text-edit:hover {
  color: #ededed;
}

@media screen and (max-width: 480px) {
  .table-title .text-edit,
  .box-heading .text-edit {
    font-size: 0.75rem;
    top: 0.9375rem;
  }
}

.table-responsive .empty-cell {
  border: none;
}

td.empty-cell {
}

.table-responsive td,
.table-responsive th {
  vertical-align: middle !important;
}

.table-responsive tr {
  border: none;
  color: #4e2575;
}

.credit-card {
  background-color: #f5f5f5;
  padding: 20px;
}
.credit-card input,
.credit-card select {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paymentbutton {
  border: none;
  background-color: #f48e1f;
  text-align: right;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}
.payment-text {
  margin-top: 20px;
  color: #838383;
  margin-bottom: 35px;
}

form .form-group {
  margin: 12px 0;
}
.center {
  text-align: center;
}

#discountform {
  display: flex;
  align-items: stretch;
  height: 40px;
  justify-content: space-between;
}
.discount {
  background: #4e2575;
  opacity: 1;
  padding: 5px;
  margin: 20px 0px;
}
.discount input {
  background: #4e2575;
  border: 0.30000001192092896px solid #ffffff;
  color: white;
  width: 57%;
}
.discount button {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.discount input::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

.discount input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

.discount input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.alan_text {
  color: #838383;
  font-size: 15px;
  line-height: 24px;
}

.alan_bg {
  background: #f4f4f4;
  border-bottom: solid 1px #e6e6e6;
}

.alan .alan_ic {
  height: auto;
  margin: 0px auto;
  position: relative;
}

.alan .alan_ic .alan_left {
  width: 48%;
  height: auto;
  float: left;
  padding-right: 2%;
}

.alan .alan_ic .left_cizgi {
  border-right: solid 1px #e6e6e6;
  position: absolute;
  height: 100%;
}

.alan .alan_ic .alan_right {
  width: 50%;
  height: auto;
  float: right;
}

.alan_ic_hakkimizda {
  max-width: 70%;
  padding: 0 30px;
}

.edepola_video {
  width: 100%;
  height: 300px;
  border: solid 10px #fff;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
}
.container:after {
  content: " ";
  display: table;
  clear: both;
}
.container.tight {
  padding: 0 3.125rem;
}

.container-fluid {
  position: relative;
}
.container-fluid:after {
  content: " ";
  display: table;
  clear: both;
}
.step-boxes {
  flex-direction: row;
}
.step-box {
  width: 25%;
}

.blog {
  width: 100%;
  height: auto;
  padding: 0px 15px;
  font-weight: 600;
}

.blog_gorsel {
  width: 100%;
  height: auto;
}

.blog_text {
  width: 100%;
  height: auto;
  color: #666;
  font-size: 13px;
  line-height: 22px;
}

.blog_text .blog_baslik {
  margin: 10px 0px;
  color: #7227a2;
  font-size: 18px;
}

.blog_text .blog_tarih {
  color: #f7931d;
  font-size: 13px;
}
.blog_text p {
  margin-top: 1em;
}

.blog_etiket {
  color: #333;
  font-size: 13px;
  border-top: solid 1px #ccc;
  padding-top: 10px;
  line-height: 22px;
}

.blog_buton {
  width: auto;
  height: auto;
  border: solid 1px #f7931d;
  text-align: center;
  font-size: 15px;
  padding: 13px 30px;
  display: table;
  color: #f7931d;
  margin: 30px auto;
  font-weight: 600;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.blog_buton:hover {
  padding: 13px 40px;
}
.row-blog {
  padding-top: 30px;
}
.footer-row {
  background: linear-gradient(to left, #2c2c2c, #4e4d4d);
  padding: 50px;
}
.footer-phone {
  color: #f7931d;
  text-align: right;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 10px;
}
.footer-second-row {
  color: white;
  font-size: 1rem;
  padding-top: 30px;
  padding-bottom: 50px;
}
.social-icon-footer {
  width: 172px;
  height: 25px;
  display: flex;
  justify-content: space-between;
  color: white;
  margin-top: 20px;
}
.flex-end-div {
  display: flex;
  justify-content: flex-end;
}
.bar {
  height: 2px;
  width: 100%;
  background: #ffffff;
  opacity: 0.23;
  margin-bottom: 10px;
}
.copyright {
  color: white;
}
.copyright div {
  padding: 0;
}
.documents {
  text-align: end;
}

.alan_left .alan_baslik {
  text-align: left;
}

.store-type {
  padding-right: 12px;
}

.store-type .col {
  margin-bottom: 40px;
  position: relative;
}

.store-img {
  background-color: #d6d6d6;
  width: 35%;
  height: 83%;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 3%;
}

.number-input-div {
  justify-content: flex-start;
  margin-left: 0;
  width: 60%;
}
.rent-options {
  display: flex;
  justify-content: space-between;
}

select.form-control {
  font-weight: bold;
  color: #797979;
  background-color: #d6d6d6;
}
.product-desc {
  margin-top: 2rem !important;
  color: #797979;
}
.repo-info {
  color: #555555;
  font-size: 1.2rem;
  margin-top: 10px;
}
.siparis-buttons {
  padding: 20px 0;
}
.siparis-buttons .btn {
  font-size: 1.2rem;
  border-radius: 0;
}
.siparis-buttons .button-div {
  padding-right: 4% !important;
}

.siparis-buttons .button-debt {
  background-color: #0ca659 !important;
  border-color: #0ca659 !important;
}

.contact-left-side {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-right-side {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  padding: 100px 12px;
}

.contact-title {
  color: #4e2575;
  font-size: 3rem;
}

.contact-title-2 {
  color: #4e2575;
  font-size: 2rem;
  font-weight: bold;
}

.contact-title-3 {
  color: #f7931d;
  font-size: 1.4rem;
}
.contact-text {
  font-size: 1.4rem;
  color: #2c2c2c;
}

.form-control {
  line-height: 2.5;
}
#iletisim {
  width: 80%;
}

.login-panel {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 20px 50px #00000014;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 40px;
}

.login-title-1 {
  font-size: 2rem;
  font-weight: bold;
}

.login-title-2 {
  color: #9595a4;
  font-size: 1.2rem;
}

.sign-up-link {
  color: #f7931d;
  margin-left: 10px;
  text-decoration: underline;
}

#login label {
  color: #000000;
  font-size: 0.8rem;
  margin-top: 15px;
}

.password-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.password-link {
  color: #f7931d;
  margin-left: 10px;
  text-decoration: underline;
  margin-top: 15px;
  margin-bottom: 0.625rem;
}

.form-check{
  display: flex;
  align-items: center;
}

.form-check-input{
  margin-top: 10px;
  margin-right: 5px;
}

.form-check-label{
  color: #707070 !important;
}

#login .btn{
  background-color: #f7931d;
  color: white;
  border: 0;
  height: 55px;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 20px;
}

.login-with{
  display: flex;
  text-align: center;
  align-items: center;
  color: #D0D0E4;
  margin: 30px 0;
}

.border-div{
  border: 1px solid #D0D0E4;
  height: 0px;
  width: 100%;
}

.google-button{
  background: white;
  color: #DB4437;
  border-color: #DB4437;
  width: 47%;
  height: 58px;
  border-radius: 10px;
}

.facebook-button{
  background: white;
  color: #3B5998;
  border-color: #3B5998;
  width: 47%;
  height: 58px;
  border-radius: 10px;
  float: right;
}

.social-media-button img{
  margin-right: 10px;
}

.login-img-div{
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1650px) {
  .store-type .col {
    width: 100%;
  }
}
