
* {
  font-family: 'Urbanist', sans-serif;
}
body {
  background-color: #F1F1F7;
  margin: 0;
  padding: 0;
  height: 100vh;
  /* Regular */
}
h1 {
  font-size: 26px !important;
  margin-bottom: 20px;
  color: var(--bs-primary);
}
p {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}
.copyr {
  margin-top: 50px;
}
.logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* margin-bottom  : 3rem; */
}
.slider-containerx {
  background-color: #fff;
}
.swiper-container {
  width: 80%;
  margin: 50px auto;
  overflow: hidden;
  /* Kenar boşluklarını gizler */
}
.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-slide {
  width: 100%;
  height: auto;
  text-align: center;
}
.swiper-slide img, .swiper-slide video {
  width: 100%;
  border-radius: 10px;
}
/* Sayfa göstergeleri (pagination) */
.swiper-pagination {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  z-index: 10;
  margin-bottom: 2rem;
}
h2 {
  margin-top: 1rem;
  font-size: 30px !important;
  color: #333;
}
h2 span {
  color: #005640;
  font-size: 30px !important;
}
.swiper-slide p {
  color: #212121;
  font-size: 16px !important;
}
.swiper-pagination-bullet {
  width: 20px !important;
  height: 8px !important;
  border-radius: 7px !important;
}
.swiper-pagination-bullet-active {
  width: 60px !important;
  height: 8px !important;
  background-color: #005640 !important;
  border-radius: 7px !important;
}
input {
  height: 60px;
  background-color: #fafafa !important;
  color: #005640 !important;
  border-color: #dcdcdc !important;
  font-size: 1rem !important;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #005640;
  -webkit-box-shadow: 0 0 0 2px #005640;
          box-shadow: 0 0 0 2px #005640;
}

.code-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
.code-container .code-input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  border: 2px solid #ddd;
  border-radius: 5px;
  text-transform: uppercase;
}
.code-container .code-input:focus {
  border-color: #007bff;
  outline: none;
}
.code-container span {
  margin: auto 0;
  width: 25px;
  height: 3px;
  background-color: var(--bs-primary);
  border-radius: 15px;
}
#kayitol {
  font-size: 14px;
}
/* .fa-eye,
 .fa-eye-slash {
 position : absolute;
 right    : 10px;
 top      : 53%;
 font-size: 30px;
 z-index  : 99;
 color    : #005640 !important;
 cursor   : pointer;
 } */
.pass-toggle {
  position: absolute;
  right: 10px;
  top: 58%;
  z-index: 99;
  color: #005640 !important;
  cursor: pointer;
  font-size: 20px;
}
.video-cover {
  width: 150%;
}
.video-cover video {
  margin-left: -35%;
}
.alert.alert-basarisiz {
  z-index: 9999999;
  width: 80%;
  left: 10%;
  right: 10%;
  background-color: red;
  color: white;
  padding: 20px;
  border-radius: 20px;
}
