.giris_con {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../medias/main.jpg?v4) bottom center no-repeat;
  background-size: cover;
}

@media screen and (max-height: 700px) {
  .giris_con {
    height: 800px;
  }
}

.slogan {
  position: relative;
  float: left;
  width: 97%;
  padding-top: 100px;
  text-align: center;
}

@media screen and (min-height: 780px) {
  .slogan {
    width: 95%;
    padding-top: 23vh;
  }
}

.slogan .arrow {
  width: 60px;
  height: auto;
  display: inline-block;
}

.slogan .subtitle {
  color: #f9ad79;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  transition: 300ms;
  display: none;
}

.slogan .sub_1 {
  color: #f9ad79;
  display: block;
}

.slogan .sub_2 {
  color: #c780e8;
}

.slogan .sub_3 {
  color: #42d6a4;
}

.slogan .sub_4 {
  color: #59adf6;
}

.slogan .title {
  color: white;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}

@media screen and (min-width: 1400px) {
  .slogan {
    width: 95%;
    padding-top: 15vh;
  }

  .slogan .title {
    font-size: 90px;

  }
}

.top_form {
  position: absolute;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  align-items: end;
  right: 50px;
  z-index: 1000;
}

.top_form .patlangac {
  width: 100px;
  height: auto;
  margin-right: 100px;
}

.top_form .form_con {
  width: 300px;
}

@media screen and (min-width: 1400px) {
  .top_form .form_con {
    width: 400px;
  }

  .top_form .patlangac {
    width: 150px;
    margin-right: 140px;
  }
}

.iti {
  margin-left: 0;
  width: 100%;
}

.tel_onayla_con input {
  display: block;
  width: 200px;
  margin: 10px auto;
}

.form_con h2 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 21px;
  text-align: center;
  color: black;
}

.form_con p {
  color: black;
}

.form_con a {
  text-decoration: underline;
  color: black;
}

.top_form .form_group label {
  color: black;
}

.top_form .form_tel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  margin: 0 auto;
  text-align: center;
  color: black;
  text-decoration: none;
}

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

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

@media only screen and (max-width: 480px) {
  .giris_con {
    display: inline-block;
    background: url(../medias/main_mobil.jpg?v2) top center no-repeat;
    background-size: contain;
  }

  .slogan {
    width: 100%;
    padding-top: 80px;
  }

  .slogan .arrow {
    width: 30px;
  }

  .slogan .subtitle {
    font-size: 18px;
  }

  .slogan .title {
    font-size: 32px;
    margin-top: 5px;
  }

  .top_form {
    position: relative;
    display: block;
    width: 100%;
    top: 32%;
    padding: 10px 20px;
    transform: none;
    right: auto;
    bottom: auto;
  }

  .form_logo {
    display: none;
  }

  .top_form .patlangac {
    display: none;
  }

  .top_form .form_con {
    width: 100%;
    padding: 0;
  }
}

.loop_con {
  position: relative;
}

.loop {
  position: absolute;
  width: 100px;
  height: auto;
}

.loop_1 {
  width: 3%;
  top: 5vh;
  left: 25%;
}

.loop_2 {
  width: 7%;
  top: 40vh;
  left: 5%;
}

.loop_3 {
  width: 5%;
  top: 120vh;
  left: 10%;
}

.loop_4 {
  width: 2%;
  top: 80vh;
  right: 10%;
}

.loop_5 {
  width: 50%;
  top: 10vh;
  right: -5%;
}

.loop_6 {
  width: 20%;
  top: 100vh;
  left: 1%;
}

.loop_7 {
  width: 15%;
  top: 120vh;
  right: 5%;
}

.desktop_show {
  display: block;
}

.mobil_show {
  display: none;
}

.btn_arrow {
  display: inline-block;
  width: auto;
  height: 16px;
  margin: auto 10px;
}

.btn_form_other {
  display: none;
}

.ms-options-wrap>button,
.ms-options-wrap>button:focus {
  width: 100%;
  height: 38px;
  border-radius: 3px;
  border-color: #616161;
}

.fancybox-content {
  width: 100%;
  max-width: 560px;
}

.fancybox-content p {
  color: #000000;
}

.fancybox-slide--iframe .fancybox-content {
  width: 95%;
  max-width: 860px;
  max-height: 100vh;
  margin: 0;
}

.fancybox-slide--iframe .fancybox-content iframe body {
  font-family: "Danzza", sans-serif;
  padding: 0;
  color: #000000;
}

.scroll_anim_con {
  position: absolute;
  display: inline-block;
  width: 100vw;
  pointer-events: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

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

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  outline: 0;
  margin: 0;
  cursor: pointer;
  background-size: cover;
  background-position: center center;
}

#map {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 500px;
}

.footer {
  position: relative;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 40px 50px;
}

.footer a {
  display: inline-flex;
  min-width: 200px;
}

.footer .damga {
  width: 150px;
  height: auto;
}

.footer .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  text-decoration: none;
  font-weight: 700;
  color: white;
}

.footer .tel img {
  display: inline-block;
  margin-right: 10px;
}

@media only screen and (max-width: 480px) {
  .footer {
    padding: 40px 20px;
    flex-direction: column;
    align-items: center;
  }

  .footer .damga {
    width: 130px;
    height: auto;
    margin: 30px auto;
  }
}

.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;
  }
}

.footer_legal {
  position: relative;
  width: 100%;
  padding: 16px 20px;
  font-size: 9px;
  color: white;
}

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