/* Custom CSS */
  
.bg-image-container {
    background-size: cover; /* Arka planı tüm kapsayıcıya yayar */
    background-repeat: no-repeat; /* Arka planın tekrar etmesini önler */
    background-position: center; /* Arka planı ortalar */
    padding: 35px; /* Kenarlardan uzaklık ekler */
    display: flex;
    flex-direction: column; /* İçeriği dikey olarak hizalar */
    justify-content: flex-start; /* İçeriği yukarı hizalar */
    width: 100%; /* Kapsayıcı genişliği tam ekran */
    min-height: 100%; /* İçeriğin tamamını kapsayacak şekilde yüksekliği ayarla */
}

.content {
    display: flex; /* Use flexbox for horizontal alignment */
    align-items: center; /* Center vertically */
    margin-bottom: 30px; /* Add spacing below the content */
}

.logo {
    width: 90px !important;
    height: auto;

}

.custom-btn {
    background-color: rgb(11, 210, 11);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    width: 18rem;
    padding: 10px;
}
.text-color-forms{
    color:darkblue;
}
a { 
text-decoration: none;
color: white;
}

ul { 
list-style: none; 
}

h1{
    color: darkblue;

    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h2{
    color: darkblue;

    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h3{
    color: darkblue;

    font-weight: 600;
    font-family: Verdana, Geneva, Tahoma, sans-serif; 
}
p {
    font-size: 30px; /* PC ekranı için varsayılan font boyutu */
    color: black;
    font-weight: 100;
    letter-spacing: 0.6px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;  
}
.kalp {
    display: flex;
    justify-content: center; /* Yatayda ortalamak için */
    align-items: center;     /* Dikeyde ortalamak için */
}

.giris-kapak {
    max-width: 100%;  /* Resmin genişliğini ekran genişliğine göre ayarlayacak */
    height: auto;     /* Yüksekliği koruyarak orantılı şekilde ayarlanacak */
}
.header-div{
    margin-top: 3rem;
}
@media (max-width: 1024px) {
p {
font-size: 25px; /* Tablet ekranı için font boyutu */
}
.giris-kapak {
width: 550px;
height: auto;
}
.custom-btn {
    background-color: rgb(11, 210, 11);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    width: 12rem;
}
.header-div{
    margin-top: 0.1rem;
}
.uyari{
    font-size: larger;
}
.main-baslik{
    font-size: 35px !important;
    margin-left: -25px !important;
}
.logo{
    width: 90px !important;
    height: auto !important;
    margin-left: -5px !important;
}
}

@media (max-width: 768px) {
p {
font-size: 15px; /* Mobil ekranı için font boyutu */
}
.giris-kapak {
width: 250px;
height: auto;
justify-content: center;
margin-top: 30px;
}
.custom-btn {
    background-color: rgb(11, 210, 11);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 9px;
    width: 8rem;
}
.header-div{
    margin-top: 0.1rem;
}
.uyari{
    font-size: larger;
}
.up-section, .down-section { 
flex-direction: column; 
align-items: center; 
text-align: center; 
}
.up-section ul h1, .down-section ul h1 { 
    font-size: 25px; 
}
.up-section ul li, .down-section ul li { 
    text-align: center; 
    margin: 10px; 
}
.main-baslik{
    font-size: 22px !important;
    margin-left: 4px !important;
    margin-top: -1px !important;
}
.logo{
    width: 60px !important;
    height: auto;
    margin-left: -5px;
}
.navbar-toggler{
    font-size: 16px;
    margin-left: 1px;
}
.register-btn{
    font-size: 13px;
    padding: 6px;
    color: white;
    background-color: green;
    border-radius: 5px;
    margin-left: 1px;

}
.login-btn{
    font-size: 13px;
    padding: 6px;
    color: white;
    background-color: green;
    border-radius: 5px;
    margin-left: 1px;
}

}

footer { 
background-color: #353745; 
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
}


.up-section {
display: flex;
padding: 3% 0px;
margin: 5px;
width: 80%;
flex-wrap: wrap;
}


.up-section ul, .down-section ul { 
padding: 0 20px; 
}

.up-section ul li a, .down-section ul li a { 
    font-size: 16px; 
    color: #FFFFFF; 
    transition: all ease .5s; 
    }
.up-section h1, .down-section h1 { 
    color: #9697A0; 
    font-size: 20px; 
    font-family: 'Montserrat'; }

.social-icons { 
    display: flex; 
    }

.social-icons a { 
    width: 35px;
    height: 35px;
     margin: 0 5px;
    background-color: #424356;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease .5s;
    }

.social-icons a:hover { 
background-color: #9A9FF6; 
}
.social-icons i { 
color: #FFFFFF; 
font-size: 14px; 
}
.social-icons a:hover i { 
color: #424356; 
}
label{
color:#FFFFFF;
}
hr {
    border: 1px solid black;
    margin-bottom: 30px;
  }
  label{
      color: #fff;
      font-weight: 700;
      margin-top: 1rem;
      margin-bottom: 6px;
  }
  input, select, option{
      border-radius: 30px;
      width: 18rem;
      height: 3rem;
      padding-left: 12px;
      border: solid 1px gray;
  }
  .registerbtn{
      width: 10rem;
      height: 3rem;
      background-color: rgb(23, 242, 23);
      border-radius: 30px;
      border: none;
      font-size: 22px;
      color: white;
      font-weight: 700;
  }
  .counter-box {
    display: block;
    background: transparent;
    padding: 21px;
    text-align: center;
  }
  
  .counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
  }
  
  .counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #000;
  }
  
  .counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    line-height: 28px;
  }
  
  .counter-box.colored {
    background: transparent;
  }
  .counter-box.colored * {
    color: #000 !important;
  }
  
  .counter-box.colored p,
  .counter-box.colored i,
  .counter-box.colored .counter {
    color: #000;
  }
  body{
      background-image: url('images/background.jpg');
  }
  .main-baslik{
      font-size: 45px;
      margin-left: 10px;
      margin-top: -5px;
      color: darkblue;
      font-weight: 700;
  }
  .nav-link{
      font-size: 22px;
      font-weight: 600;
      color: darkblue;
      letter-spacing: 0.6px;
      margin-left: 15px;
  }
