body {
  background-color: #000;
  background-image: url(../images/back_sehir.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 80% center;
}

.giris_con {
  position: relative;
  width: 70%;
  height: 80vh;
  float: left;
}

.giris_img {
  position: absolute;
  width: 100%;
  height: 80vh;
  transition: 300ms;
  object-fit: cover;
}

.top_form {
  display: flex;
  align-items: center;
  width: 30%;
  height: 80vh;
  float: right;
  padding: 20px 40px;
  background: #000 url(../img/form-left-line.svg) left center no-repeat;
  z-index: 1000;
}

@media screen and (min-width: 1600px) {
  .giris_con {
    height: 100vh;
  }
  .giris_img {
    height: 100vh;
  }
  .top_form {
    height: 100vh;
  }
}

@media screen and (max-height: 800px) {
  .giris_con {
    position: relative;
    height: 100vh;
    text-align: center;
  }

  .giris_img {
    position: absolute;
    width: 100%;
    height: auto;
    transform: none;
    transition: 300ms;
    object-position: 50% 0%;
  }
  .top_form {
    display: block;
    height: 100vh;
  }
}

@media screen and (max-width: 480px) {
  .giris_img {
    top: 0;
  }
}

@media screen and (max-width: 1100px) {
  .top_form {
    padding: 20px;
  }
}

@media screen and (max-width: 960px) {
  .top_form {
    padding: 0;
  }
}

@media screen and (max-width: 860px) {
  .giris_con {
    width: 100%;
    height: auto;
    float: none;
  }
  .giris_img {
    position: relative;
    width: 100%;
    height: auto;
    transform: none;
    transition: 300ms;
  }
  .top_form {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 40px 10px;
  }
}

@media screen and (max-width: 480px) {
  .giris_img_con_mobil {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 40px;
    transform: none;
    max-height: auto;
  }
}

.sections {
  margin-top: 40px;
}

.top_form .form_tel {
  position: relative;
  display: flex;
  font-family: "MostraNuova", sans-serif;
  font-weight: 700;
  font-size: 22px;
  justify-content: center;
  line-height: 30px;
  margin: 20px auto;
  text-align: center;
  color: #d2a260;
  text-decoration: none;
}

.top_form .form_tel img {
  display: inline-block;
  width: 30px;
  margin-right: 5px;
  line-height: 0;
  height: auto;
}

.form_logo {
  width: 150px;
  height: auto;
  margin: 0 auto 10px;
}

.scroll_anim_con {
  position: relative;
  width: 100vw;
  pointer-events: none;
  z-index: -1;
}

.scroll_anim_con .bulutlar {
  position: absolute;
  top: 0;
  width: 100vw;
  pointer-events: none;
}

.devider {
  position: relative;
  width: 100%;
  max-width: 1290px;
  color: black;
  font-size: 35px;
  text-align: center;
  margin: 30px auto;
  z-index: 99;
}

.devider-right {
  background: url(../images/devider-right.svg) bottom center no-repeat;
}

.devider-right::after {
  content: "";
  position: absolute;
  width: calc((100vw - 1260px) / 2);
  left: 100%;
  top: 0;
  bottom: 0;
  background: url(../images/devider-line.svg) bottom center no-repeat;
}

@media only screen and (max-width: 480px) {
  .devider {
    font-size: 28px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  *overflow: hidden;
  margin-bottom: 50px;
}

.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider_konum {
  border: 4px solid #fff0de;
}

.slider_proje {
  margin: 40px auto;
}

.slider_proje .slick-prev,
.slider_proje .slick-next {
  top: calc(50% + 70px);
}
.slider_proje img {
  width: auto;
  margin: 0 20px;
  height: 334px;
}

.slide .btn-download {
  position: absolute;
  right: 2px;
  bottom: 3px;
  width: 30px;
  height: 30px;
  background: white url(../img/icon-download.svg) center center no-repeat;
  cursor: pointer !important;
  z-index: 1;
}

.adres {
  position: relative;
  display: flex;
  align-items: center;
  justify-self: center;
  font-size: 18px;
  margin-top: 48px;
  z-index: 1;
  padding: 40px;
  font-weight: 400;
}
.adres h2 {
  color: #d2a260;
  font-size: 26px;
  margin-bottom: 20px;
}
.adres p {
  color: #d2a260;
}
.adres .tel_con a {
  color: #d2a260 !important;
}

.tel_con {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
  color: #2d2b2c;
  font-size: 35px;
  z-index: 2;
}

.tel_con img {
  display: inline-block;
  width: 40px;
  margin-right: 10px;
}

.tel_con a {
  color: #b58f5e;
  font-weight: 600;
  position: relative;
  top: -6px;
  text-decoration: none;
}

.yoltarifi {
  position: relative;
  float: left;
  width: 100%;
  max-width: 228px;
  height: 64px;
  text-decoration: none;
  color: #fff;
  background-color: #232323;
  margin-top: 15px;
  text-align: center;
  padding-top: 16px;
  font-size: 23px;
  box-shadow: -1px 3px 3px 0 rgb(80 80 80 / 20%);
  transition: all 0.3s ease;
}

.yoltarifi:hover {
  max-width: 235px;
  box-shadow: -1px 6px 10px 0 rgb(120 60 20 / 20%);
}

#scroll_down_con {
  position: absolute;
  width: 42px;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}

.arrow {
  position: relative;
  width: 42px;
  height: 16px;
  opacity: 0;
}

.arrow::before,
.arrow::after {
  content: "";
  width: 21px;
  height: 4px;
  background-color: #b08877;
  border-radius: 2px;
  display: inline-block;
}

.arrow::before {
  -webkit-transform: rotate(45deg) translateX(25%);
  transform: rotate(45deg) translateX(25%);
}

.arrow::after {
  -webkit-transform: rotate(-45deg) translateX(-25%);
  transform: rotate(-45deg) translateX(-33%);
}

.arrow:nth-child(1) {
  top: -50px;
  opacity: 1;
  -webkit-animation: arrow2 1s ease 0s infinite;
  animation: arrow2 1s ease 0s infinite;
}

.arrow:nth-child(2) {
  top: -25px;
  -webkit-animation: arrow1 1s ease 0.25s infinite;
  animation: arrow1 1s ease 0.25s infinite;
}

@-webkit-keyframes arrow1 {
  from {
    opacity: 0;
    top: -25px;
  }

  to {
    opacity: 0;
    top: 0px;
  }

  50% {
    opacity: 1;
  }
}

@keyframes arrow1 {
  from {
    opacity: 0;
    top: -25px;
  }

  to {
    opacity: 0;
    top: 0px;
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes arrow2 {
  from {
    opacity: 0;
    top: -35px;
  }

  to {
    opacity: 0;
    top: -10px;
  }

  50% {
    opacity: 1;
  }
}

@keyframes arrow2 {
  from {
    opacity: 0;
    top: -35px;
  }

  to {
    opacity: 0;
    top: -10px;
  }

  50% {
    opacity: 1;
  }
}

@media only screen and (max-width: 960px) {
  .mobil_padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
