.banner-slide-three.owl-carousel.owl-theme {
  margin-top: -93px;
}

.banner-slide-three.owl-carousel {
  width: 100vw;  /* Tam genişlik */
  height: 100vh; /* Tam ekran yüksekliği */
}
.banner-three-area {
  height: 100vh;
  padding-top: 0;
}

.banner-three-area .banner-three-text {
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}

.dedicated-card {
  box-shadow:none;
}
.choose-card {
  background: #272727;
}

.work-card {
  text-align: center;
}
.work-card img {
  background-color: #fff;
  *width: 41px;
  *height: 41px;
  *line-height: 41px;
  padding: 30px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 25px;
  border: 1px #207EF7 solid;
}

.whatsapp {
  position:fixed;
  width:60px;
  bottom:20px;
  left: 10px;
  z-index:99999;
}
.whatsapp img {
  height: 60px;
}

.page-banner-area {
  height: 150px;
}

#randevu {
  scroll-margin-top: 180px;
}

#google_translate_element {
  padding-top: 25px;
}
#google_translate_element a {
  display: inline-block !important;
  padding: 0 !important;
  float: none !important;
}


.banner-three-area::before {
  opacity: 0.4;
}

.choose-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.otuzbesyil {
  position:fixed;
  width:50px;
  top:25px;
  right:10px;
  z-index:99999;
}
.otuzbesyil img {
  height: 50px;
}

@media only screen and (max-width: 1200px) {
  .theme-dark .navbar-area,
  .theme-dark .main-responsive-nav {
  *background-color: transparent;
  }
}

@media only screen and (max-width: 767px) {
  #google_translate_element {
    padding-top: 0;
    padding-left: 15px;
  }

  .banner-slide-three.owl-carousel {
    width: 100%;  /* Tam genişlik */
    height: 100%; /* Tam ekran yüksekliği */
  }
  .banner-slide-three.owl-carousel.owl-theme {
    margin-top: 0;
  }
  .banner-three-area {
    background-repeat: no-repeat;
    background-size: contain;
    height: 205px;
    padding: 30px 0;
  }
  .banner-three-area .banner-three-text h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .banner-slide-three.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    width: 30px;
    height: 30px;
    line-height: 36px;
  }
  .banner-three-area .banner-three-text .b-three-btn {
    margin-top: 15px;
  }

  .otuzbesyil {
    top: 10px;
    right:50px;
  }
}