.uk-navbar-nav > li > a {
  font-weight: 900;
  font-size: 18px;
}

.uk-container-large {
  max-width: 1024px;
}

.uk-slidenav {
  padding: 14px 17px;
  color: #f7f7f7;
  background-color: #289886;
}

.uk-slidenav:hover {
  color: #f7f7f7;
  background-color: #862bb5;
}
.uk-slidenav:active {
  color: #862bb5;
}

.uk-thumbnav > .uk-active > ::before {
  border-color: #289886;
}
.uk-link,
a {
  color: #862bb5;
  text-decoration: none;
  cursor: pointer;
}

.uk-h4,
h4 {
  font-size: 30px;
  line-height: 1.1;
  font-family: "SF Pro Display";
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
}

.pad5 {
  padding: 8px;
}
.textshadow {
  text-shadow: 2.5px 2.5px #313131;
  /*  text-shadow: 2.5px 2.5px #289886; */
}
.othshadow {
  box-shadow: 2.5px 2.5px 5px #313131;
  /*  -moz-box-shadow: 10px 10px 5px #313131;
  -webkit-box-shadow: 10px 10px 5px #313131;
  -khtml-box-shadow: 10px 10px 5px #313131; */
}

.uk-heading-small {
  font-size: 40px;
  line-height: 1.2;
  font-family: "SF Pro Display";
  font-weight: 600;
  text-transform: none;
}
.uk-h2,
h2 {
  font-size: 34px;
  line-height: 1.1;
  font-family: "SF Pro Display";
  font-weight: 600;
  text-transform: none;
}

.uk-offcanvas-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #862bb5;
}
.uk-heading-xlarge {
  font-size: 64px;
}
.uk-heading-small {
  font-size: 20px;
  line-height: 1.2;
}
.uk-text-lead {
  font-size: 20px;
  line-height: 1.5;
  color: #464646;
  font-family: "SF Pro Display";
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.75px;
}
.uk-h4,
h4 {
  font-size: 20px;
  line-height: 1.1;
  font-family: "SF Pro Display";
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.formtit {
  font-size: 24px;
  line-height: 1.1;
  font-family: "SF Pro Display";
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  padding-top: 10px;
  padding-bottom: 30px;
}

.moto-widget-contact_form.moto-preset-default
  .moto-widget-contact_form-form
  .moto-widget-contact_form-field {
  color: #001835;
  background-color: #ffffff;
  font-style: normal;
  font-weight: 400;
  border-color: #ffffff;
  width: 90%;
}

.haritaalan {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.moto-widget-contact_form.moto-preset-default
  .moto-widget-contact_form-form
  .moto-widget-contact_form-field {
  color: #001835;
  background-color: #ffffff;
  font-style: normal;
  font-weight: 400;
  border-color: #ffffff;
  font-family: "SF Pro Display";
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link {
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  background-color: #289886;
  border-color: #289886;
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link:hover {
  color: #862bb5;
  background-color: #ffffff;
  border-color: #862bb5;
}

.uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted {
  color: #f7f7f7 !important;
}
/*  */
@media (min-width: 1200px) {
  .uk-heading-xlarge {
    font-size: 6rem;
  }
  .uk-width-2xlarge\@l {
    width: 950px;
  }
  .uk-heading-medium {
    font-size: 52px;
  }
}

.giz {
  display: none;
}

.orta {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.neworta {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.orta1 {
  left: 0;
  right: 0;
  margin: auto;
}

.orta2 {
  top: 0;
  bottom: 0;
  margin: auto;
}

.pen {
  pointer-events: none;
}

.divrelative {
  position: relative;
}

.ne10 {
  color: #f7f7f7;
  animation: neon 0.08s ease-in-out infinite alternate;
  text-shadow: 2px 2px 3px #131313;
}

/* *, */

img,
a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* loader */

.loader {
  padding: 20px;
  position: fixed;
  z-index: 6600;
  top: 0px;
  left: 0px;
  background-color: #000000ab;
  width: 100%;
  height: 100%;
}

.loader_ajax_small {
  border: 2px solid #f3f3f3 !important;
  border-radius: 50%;
  border-top: 2px solid #2d2d2d !important;
  width: 29px;
  height: 29px;
  -webkit-animation: spin_loader_ajax_small 2s linear infinite;
  animation: spin_loader_ajax_small 2s linear infinite;
  position: absolute;
}

@-webkit-keyframes spin_loader_ajax_small {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin_loader_ajax_small {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin_loader_ajax_small1 {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

@keyframes spin_loader_ajax_small1 {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

/* /loader */
#delinfo {
  font-weight: bold;
}
.uk-tile2 {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
}
.lotarea {
  padding-bottom: 20px;
}
.cardalt {
  align-items: center;
  background-color: #000000c0;

  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.card {
  font-family: "SF Pro Display";
  overflow-y: auto;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0.4px 3.6px rgba(0, 0, 0, 0.004),
    0 1px 8.5px rgba(0, 0, 0, 0.01), 0 1.9px 15.7px rgba(0, 0, 0, 0.019),
    0 3.4px 28.2px rgba(0, 0, 0, 0.03), 0 6.3px 54.4px rgba(0, 0, 0, 0.047),
    0 15px 137px rgba(0, 0, 0, 0.07);

  flex-direction: column;
  position: fixed;
  min-width: 320px;
  max-width: 800px;
  width: 60%;
  height: 80%;
}
.top {
  background-color: #eee;
  border-radius: 20px;
  margin: 16px 0;
  width: 260px;
}
.text {
  box-sizing: border-box;
  padding: 0 20px 20px;
  width: 100%;
}
.title {
  align-items: center;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4px;
  position: relative;
}
.tooltip {
  font-size: 16px;
  font-weight: normal;
  margin-top: 2px;
  position: relative;
}
.tooltip:hover {
  cursor: help;
}
.tooltip-spacing {
  height: 20px;
  margin: 8px;
  position: relative;
  width: 20px;
}
.tooltip-bg1 {
  background-color: #000;
  border-radius: 10px;
  content: " ";
  display: flex;
  height: 20px;
  position: absolute;
  top: 0;
  width: 20px;
}
.tooltip-bg2 {
  background-color: #fff;
  border-radius: 8px;
  content: " ";
  display: flex;
  height: 16px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 16px;
}
.tooltip-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  text-align: center;
  width: 20px;
}
.info {
  color: #64686b;
}
.popup-bg {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16))
    drop-shadow(0 3px 6px rgba(0, 0, 0, 0.23));
  position: absolute;
  top: -126px;
}
.popup-outline {
  position: absolute;
  top: -126px;
}
.popup-text {
  border-radius: 12px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  left: 8px;
  opacity: 0;
  padding: 12px 16px;
  position: absolute;
  top: -117px;
  transition: opacity 240ms 120ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 292px;
}
.tooltip:hover ~ .popup-text {
  display: block;
}
.popup-bg {
  opacity: 0;
  transition: opacity 240ms 120ms cubic-bezier(0.4, 0, 0.2, 1);
}
.popup-outline-left {
  stroke-dasharray: 0 426px;
  stroke-dashoffset: 1px;
  transition: stroke-dasharray 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.popup-outline-right {
  stroke-dasharray: 352px 352px;
  stroke-dashoffset: -352px;
  transition: stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltip:hover ~ .popup-text {
  opacity: 1;
}
.tooltip:hover ~ .popup-bg {
  opacity: 1;
  transition: opacity 240ms 120ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltip:hover ~ .popup-outline .popup-outline-left {
  stroke-dasharray: 426px 426px;
  transition: stroke-dasharray 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltip:hover ~ .popup-outline .popup-outline-right {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.buttons {
  display: flex;
  margin-top: 15px;
  width: 100%;
}
.button {
  align-items: center;
  background: #edf1f7;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  margin: 0 5px 28px 20px;
  width: 100%;
}

.button:last-child {
  margin: 0 20px 20px 5px;
}

.button-primary {
  background-color: #0060f6;
  color: #fff;
}

* + .uk-hr,
* + hr {
  margin-top: 54px;
}

@media screen and (max-width: 600px) {
  .card {
    width: 95%;
    height: 95%;
  }
  .uk-tile2 {
    padding-left: 15px;
  }
  .moto-widget-contact_form
    .moto-widget-contact_form-group
    .moto-widget-contact_form-field {
    border: 1px solid;
    padding: 18px 17px;
  }
}
