body {
  overflow-x: hidden;
}

.giris-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.giris-butonlar {
  margin-left: 1vw;
}

.giris-metin {
  color: #3b3b39;
  font-weight: normal;
  font-size: clamp(25px, 4vw, 40px);
}

.giris-ic-metin {
  font-size: clamp(12px, 4vw, 23px);
  font-style: italic;
}

.circle {
  border-radius: 50%;
  position: absolute;
}

.small {
  background-color: white;
  animation: smallMove 2s ease-out forwards;
  z-index: -1;
  animation-delay: 0.5s;
}

.big {
  background-color: #A2B38B;
  animation: bigMove 2s ease-out forwards;
  z-index: -10;
}

.circle-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.navbar-toggler-icon {
  color: #060707 !important;
}

.randevu-formu{
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0px;
  padding-top: 3%;
}


@media (max-width: 601px) {

  #sc-logo{
    display: none !important;
  }

  .randevu-onyazi {
    margin-bottom: 15px !important;
  }

  .randevu-formu {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .randevu-baslik {
    text-align: end !important;
    font-size: 110% !important;
    max-width: 200px !important;
  }

  .navbar-brand {
    margin-right: 0px !important;
  }

  .form-control {
    display: none !important;
  }

  .ara-button {
    display: none !important;
  }

  .btn-md {
    min-width: 40%;
  }

  .big {
    margin-top: 100px;
  }

  .small {
    margin-top: 100px;
  }
}

@keyframes bigMove {
  from {
    transform: translateX(-200%) translateY(-500px);
  }

  to {
    transform: translateX(-30%) translateY(-240px);
  }
}

@keyframes smallMove {
  from {
    transform: translateX(-200%) translateY(-1100px);
  }

  to {
    transform: translateX(45%) translateY(-340px);
  }
}

.form-control {
  color: #6b705c;
  border-radius: 10px;
  border-color: #adae9b;
  width: clamp(120px, 15vw, 400px);
  padding: 0.5rem;
  font-size: calc(10px + 0.5vw);
}

.form-control:focus {
  border-color: #787871;
  box-shadow: none;
}

.header-name {
  text-decoration: none;
  color: inherit;
  font-size: clamp(6px, 3vw, 16px);
}

@media (max-width: 991px) {

  .navbar {
    background-color: white;
    height: 80px;
    width: 100%;
  }

  .navbar-nav {
    width: 100%;
    justify-content: center !important;
  }

  .nav-item {
    display: flex;
    border-bottom: 1px #060707 solid;
  }

  .nav-link {
    margin: auto;
  }

  .dropdown-menu {
    background-color: transparent;
    border: none;
  }

  .dropdown {
    display: flex;
    flex-direction: column;
  }

  .part-1 a,
  .part-2 a,
  .part-3 a {
    color: inherit;
    text-decoration: none;
  }

  .part-1 a:hover,
  .part-2 a:hover,
  .part-3 a:hover {
    color: #060707;
  }

  .part-1,
  .part-2,
  .part-3 {
    list-style-type: none;
    margin-top: 20px;
  }

  .offcanvas {
    background-color: rgb(255, 252, 247);
    ;
    color: #212529;
    width: 250px;
  }

  .offcanvas-header {
    background-color: #A2B38B;
    color: #ffffff;
  }

  .offcanvas-header .btn-close {
    color: #ffffff;
  }

  .offcanvas-body {
    padding: 20px;
  }

  .offcanvas-body .nav-link {
    color: #212529;
    padding-top: 20px;
  }

  .offcanvas-body .nav-link:hover {
    color: #141719;
  }

  .col-md-3 {
    order: 2;
    padding: 10%;
    width: 100%;
  }

  .col-md-6 {
    margin-top: 15%;
    width: 100%;
    padding: 10%;
    order: 1;
  }
}

.img-items {
  max-width: 20px;
  height: auto;
  transition: transform 0.3s ease-in-out;
  opacity: 0.7;
  margin: 8px 20px;
}

.img-items:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.navbar-toggler {
  border: none;
  font-size: 1.25rem;
}

.navbar-toggler:focus,
.btn-close:focus {
  box-shadow: none;
  outline: none;
}

.nav-link {
  font-weight: 450;
  font-size: 17px;
  color: #2b2d42;
  position: relative;
}

.nav-link:hover,
.nav-link.active {
  color: #2b3131;
}

@media (min-width: 991px) {

  .navbar {
    background-color: white;
    height: 100px;
    margin: 20px;
    border-radius: 36px;
    padding: 0.5rem;
  }

  .hero-section h1 {
    width: 130%;
  }

  .hero-section p {
    width: 130%;
  }

  .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #353c33;
    visibility: hidden;
    transition: 0.3s ease-in-out;
  }

  .nav-link:hover::before,
  .nav-link.active::before {
    width: 100%;
    visibility: visible;
  }

  .dropdown-menu ul {
    list-style: none;
    padding: 0;
    border-right: 2px solid #ccc;
    padding-right: 10px;
    margin-right: 10px;
  }

  .dropdown-menu ul:last-child {
    border-right: none;
  }

  .dropdown-menu.show {
    background-color: white;
    display: flex;
  }

  .dropdown-menu li {
    padding: 7px;
    animation: dropdownAnimation 0.6s ease-in-out;
  }

  .dropdown-menu .part-1 {
    min-width: 170px;
  }

  .dropdown-menu .part-2 {
    min-width: 300px;
  }

  .dropdown-menu .part-3 {
    min-width: 170px;
  }

  .dropdown-menu a {
    text-decoration: none;
    font-size: 16px;
    color: rgb(50, 48, 48);
    transition: 0.5s;
  }

  .dropdown-menu a,
  .dropdown-menu li {
    transition: 0.3s;
  }

  .navbar .dropdown-menu li:hover {
    padding-left: 15px;
    background-color: #A2B38B;
  }

  .navbar .dropdown-menu li:hover a {
    color: white;
  }

  .navbar .dropdown-menu {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    animation: dropdownAnimation2 0.4s ease-in-out;
    font-size: 16px;
    margin-top: 25%;
  }

  @keyframes dropdownAnimation2 {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes dropdownAnimation {
    from {
      opacity: 0;
      transform: translateY(-100%);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .navbar-nav {
    background-color: white;
    color: rgb(50, 48, 48);
  }

  .navbar-nav .dropdown-divider {
    border-top: 1px solid rgb(50, 48, 48);
  }

  .carousel-inner {
    margin-left: 10%;
    margin-top: 10%;
  }

  .col-md-6 {
    padding: 5%;
  }

}

.btn {
  overflow: hidden;
  color: black;
  display: inline-block;
  padding: 10px 20px;
  font-size: clamp(10px, 3vw, 16px);
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;

}

.btn-md {
  width: 25%;
}

.btn-md:hover {
  color: #A2B38B;
  position: relative;
}

.btn-md:hover::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  /* Su rengi olarak mavi tonu */
  animation: fillWater 0.5s ease forwards;
  z-index: -1;
}

@keyframes fillWater {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}


.footer-bs {
  background-color: #CC7351;
  padding: 60px 40px;
  color: white;
  /* x-offset, y-offset, blur-radius, shadow-color */
}

.footer-bs .footer-bhemen,
.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
  padding: 10px 25px;
}

.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
  border-color: transparent;
}

.footer-bs .footer-brand h2 {
  margin: 0px 0px 10px;
}

.footer-bs .footer-brand p {
  font-size: 12px;
  color: #ffffff;
}

.footer-bs .footer-nav ul.pages {
  list-style: none;
  padding: 0px;
}

.footer-bs .footer-nav ul.pages li {
  padding: 5px 0px;
}

.footer-bs .footer-nav ul.pages a {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-bs .footer-nav ul.pages a:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-bs .footer-nav h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.footer-bs .footer-nav ul.list {
  list-style: none;
  padding: 0px;
}

.footer-bs .footer-nav ul.list li {
  padding: 5px 0px;
}

.footer-bs .footer-nav ul.list a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s;
}

.footer-bs .footer-nav ul.list a:hover {
  padding-left: 4px;
  color: #333;
  text-decoration: none;
}

.footer-bs .footer-social ul {
  list-style: none;
  padding: 0px;
}

.footer-bs .footer-social h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.footer-bs .footer-social li {
  padding: 5px 4px;
}

.footer-bs .footer-social a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s;
}

.footer-bs .footer-social a:hover {
  padding-left: 4px;
  color: #333;
  text-decoration: none;
}

.footer-bs .footer-ns h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.footer-bs h4{
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.footer-bs .footer-ns p {
  font-size: 12px;
  color: #E4E9BE;
}

@media (min-width: 768px) {

  .footer-bs .footer-nav,
  .footer-bs .footer-social,
  .footer-bs .footer-ns {
    border-left: solid 1px rgba(255, 255, 255, 0.10);
  }
}

.whatsapp-logo {
  cursor: pointer;
  position: fixed;
  bottom: 19px;
  left: 20px;
  z-index: 1000;
  transition: 0.3s;
}


.whatsapp-logo img {
  max-width: 60px;
  width: auto;
  height: auto;
  transition: 0.3s;
}

.wpy{
  overflow: hidden;
  cursor: pointer;
  background-color: rgb(1, 159, 1);
  position: fixed;
  bottom: 40px;
  left: 80px; 
  z-index: 500;
  height: 0px; 
  width: 100px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  border-radius: 30px;
  transition: 0.3s;
}

.wpy p{
  color: white; margin: 0px; font-size: 15px;
}


.scroll-logo {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 19px;
  right: 20px;
  z-index: 1000;
  transition: 0.3s;
  animation: fade-in 1.5s ease forwards;
}

.scroll-logo img {
  max-width: 50px;
  width: auto;
  height: auto;
  transition: 0.3s;
}

.randevu-baslik {
  margin-bottom: 1rem;
  font-family: 'Gabarito', sans-serif;
  font-size: 1.5rem;
  margin-left: 25%;
}


.randevu-onyazi {
  margin-bottom: 1rem;
  font-family: 'Gabarito', sans-serif;
  align-items: center;
  font-style: italic; 
  margin: 0px; 
  font-size: clamp(10px, 3vw, 15px) !important; 
  padding-left: 5%;
  padding-right: 5%;
}


.randevu-kutusu {
  position: fixed;
  top: 200%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1500;
  background-color: white;
  border: 2px solid #e85654;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
}


.full-screen-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1100;
}

.input-group {
  margin-bottom: 1rem;
  padding-bottom: 10px;
}

.input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px !important;
}

.label {
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 10px;
  transition: 0.2s ease all;
  color: #666;
}

.input:focus+.label,
.input:valid+.label {
  top: -20px;
  font-size: 12px;
  color: #333;
}

.custom-button {
  width: 150px;
  height: 40px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #e85654;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 35%;
}

#btn {
  transition: background-color 0.3s ease, color 0.3s ease;
}

#btnText {
  transition: opacity 0.2s ease, visibility 0.2s ease;
  opacity: 1;
  visibility: visible;
}

#btn.active .check-box {
  right: 0;
  opacity: 1;
  transition: 1s;
}

#btn.active p {
  margin-right: 0px;
  transition: 1s;
}

#btn.active svg path {
  stroke-dashoffset: 0;
  transition: 1s;
  transition-delay: 1s;
}

#btn.active #btnText {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.2s;
}

.ara-button:hover {
  color: white;
  border: solid 2px;
  border-color: #A2B38B;
}

.ara-button {
  padding: 2% 1%;
  border: solid 2px;
  background-color: white;
  border-color: #A2B38B;
  max-width: 3rem;
  width: 100%;
}

.search-icon {
  display: inline-block;
  width: 50%;
  height: auto;
  background-size: cover;
  background-position: center;
  margin-bottom: 3px;
  transition: 0.5s;
  max-width: 100%;
}

.ara-button:hover .search-icon {
  transform: rotate(360deg);
}

.footer-logo {
  display: inline-block;
  width: clamp(80px, 4vw, 100px);
  height: auto;
  background-size: cover;
  background-position: center;
  margin-right: 5px;
  margin-bottom: 3px;
  transition: 0.5s;

}

.logo-name {
  font-style: italic;
  font-weight: clamp(350px, 4vw, 450px);
  font-size: clamp(10px, 3vw, 15px);
}

.navbar-logo {
  display: inline-block;
  width: clamp(80px, 20vw, 90px);
  background-size: cover;
  background-position: center;
  margin-bottom: 3px;
  transition: 0.5s;
}


.hemen-ara {
  position: fixed;
  width: 100%;
  bottom: -5px;
  z-index: 1500;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fade-in 1.5s ease forwards;
}

.hemen-ara button {
  padding: 7px 50px;
  font-size: 16px;
  background-color: #e85654;
  border: none;
  transition: 0.3s;
  min-width: 200px;
}

.hemen-ara button:hover {
  border: none;
  font-size: 16px;
  background-color: #a2413f;
}

.close-logo {
  width: 30px;
  height: auto;
  margin-left: auto;
  cursor: pointer;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}