/* Başlık ve Paragraflar */
.iletisim-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 12%; /* Çember ve metin arasındaki boşluk */
  width: 100%;
  margin: 0 auto; /* Ortala */
}

.iletisim-container .row .col-xl-3 {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.iletisim-container .row .col-xl-5 {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.iletisim-container h1 {
  font-size: 65px;
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 900;
  color: #292929;
  margin-bottom: 20px;
  text-align: left;
}
.lokasyon-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 12%; /* Çember ve metin arasındaki boşluk */
  width: 100%;
  margin: 0 auto; /* Ortala */
}
.lokasyon-container h2 {
  font-size: 100px;
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 900;
  color: #292929;
  margin-top: -11%;
  text-align: left;
}
.lokasyon-container p {
  font-size: 20px;
  font-family: "VistolSans-Light", sans-serif;
  font-weight: 400;
  color: #606060;
  text-align: center;
}
.lokasyon-container p a {
  color: #6e9933;
  font-family: "VistolSans-Light", sans-serif;
  font-weight: 300;
  text-decoration: none;
}
.lokasyon-container p a b {
  color: #6e9933;
  font-family: "VistolSans-Black", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.lokasyon-container .highlight {
  color: #c3d940;
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 900;
}
.iletisim-container .highlight {
  color: #c3d940;
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 900;
}
.iletisim-container p {
  font-size: 15px;
  font-family: "VistolSans-Regular", sans-serif;
  color: #292929;
  margin-bottom: 15px;
  margin-top: 1rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: start; /* Paragrafları ortala */
}

.iletisim-container p:first-of-type {
  font-size: 16px;
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 900; /* Daha kalın font */
  color: #292929; /* Ekstra vurgulama için renk */
}
.iletisim-little-title {
  font-family: "VistolSans-Light", sans-serif !important;
  font-weight: 300 !important;
  color: #5f338a;
  text-align: left;
  font-size: 20px !important;
  margin: 0 !important;
}
.iletisim-container ul li a {
  font-family: "VistolSans-Regular", sans-serif;
  font-weight: 400;
  color: #292929;
  text-align: left;
  text-decoration: none;
}
.iletisim-container ul li a b {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 900;
  color: #292929;
  text-align: left;
  text-decoration: none;
}
.iletisim-container img {
  position: relative;
  right: 33%;
  bottom: 15%;
  z-index: -1;
  /* width: 100%; */
}
/* Default styles for all devices */
form {
  width: 100%;
  padding: 40px;
  background-color: rgba(238, 238, 238, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

form h4 {
  font-family: "VistolSans-Bold", sans-serif;
  max-width: 390px;
  text-align: left;
}

form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(99, 99, 99, 0.3);
}
form .question:hover p,
.question label:hover,
input:hover::placeholder,
a,
form .question:active p,
.question label:active,
input:active::placeholder,
a {
  color: #c3d940;
}

.form-group input:hover,
.form-group input:focus,
.form-group input:active {
  border: 1px solid transparent;
  box-shadow: 0 0 6px 0 #c3d940;
}
form input::placeholder {
  color: #cccccc !important;
}
form .form-group {
  margin-bottom: 0px;
}

form .form-check {
  display: flex;
  align-items: center; /* Yatay hizalamayı sağlar */
}

form .form-check-input {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  position: relative;
  flex-shrink: 0; /* Kutucuğun boyutunu sabitler */
}

form label.check {
  cursor: pointer;
  color: #3b3b3b;
}

form label span {
  font-size: 12px;
}

form .question span {
  margin-left: 30px;
}

form span.required {
  margin-left: 0;
  color: red;
}

.form-check-input:checked {
  background-color: #c3d940 !important;
  border-color: #c3d940 !important;
}
form .btn-block {
  text-align: center;
}

form button {
  width: 180px;
  padding: 8px;
  border: none;
  border-radius: 15px;
  background: #c3d940;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

form button:hover {
  background: #707070;
}
/* Existing styles for thank-you alert */
.thank-you-alert {
  background-color: #4caf50;
  color: white;
  padding: 50px;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

/* New styles for warning alert */
.warning-alert {
  background-color: #f44336;
  /* Red background color */
  color: white;
  padding: 15px;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.slider-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  position: relative;
  max-width: 100% !important;
  border-radius: 15px;
  white-space: nowrap;
}

.slider-container::-webkit-scrollbar {
  display: none;
}

.slider-item {
  display: inline-block;
  width: 240px;
  margin-right: 0;
  background-color: #5f338a;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s ease;
  padding: 2.5rem;
  height: 120px;
}

.slider-item.active {
  width: 150px;
  height: 180px !important;
  background-color: #c3d940;
  color: #333;
  border-radius: 15px !important;
  position: static; /* Active slide as default position */
  z-index: 6;
}

.slider-content {
  font-family: "VistolSans-Light", sans-serif;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  line-height: normal;
}
.distance {
  font-size: 27px !important;
}
.distance b {
  font-family: "VistolSans-Bold", sans-serif;
  font-weight: 900;
}

/* Genel Stil */
/* body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    color: #fff;
    background-color: #5b2d8e;
    height: 100%;
    overflow: hidden;
} */
/* Arkaplan ve Overlay */

