* {
  box-sizing: border-box;
  user-select: none;
  font-family: 'Montserrat', sans-serif;
}

@font-face {
  font-family: 'mon';
  src: url('/fonts/Montserrat-Thin.ttf');
}
@font-face {
  font-family: 'monm';
  src: url('/fonts/Montserrat-Medium.ttf');
}
@font-face {
  font-family: 'lii';
  src: url('/fonts/LibreBaskerville-Italic.ttf');
}
@font-face {
  font-family: 'lib';
  src: url('/fonts/LibreBaskerville-Bold.ttf');
}
@font-face {
  font-family: 'geor';
  src: url('/fonts/georgiaz.ttf');
}
@font-face {
  font-family: 'garv';
  src: url('/fonts/Sarkowik.ttf');
}

body, html {
  margin: 0;
  height: 100%;
  color: #112A5C;
  background: white;
}

#beyaz {
  width: 90px;
}

.clsod {
  font-weight: 900;
  font-size: 70px;
  text-align: center;
}

@media (max-width: 576px) {
  .clsod {
    font-size: 25px;
    padding: 2rem 1rem;
  }
}
.application-section {
  min-height: 100vh;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: white;
}

/* Grid layout */
.applications {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 1200px;
}

/* Card design */
.application-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  height: 400px;
  width: 300px;
  padding: 2rem;

  background: #fff;
  border: 2px solid #112A5C;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
}

.application-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(17, 42, 92, 0.2);
}

.dt {
  color: #112A5C;
  font-weight: 600;
  font-size: 0.95rem;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 200px !important;
}


.application-card:hover {
  transform: translateY(-5px);
}

.application-card h2 {
  font-family: 'monm', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #112A5C;
}


.apply-button {
  display: inline-block;
  padding: 0.7rem 1.4rem;
  background-color: #191e28;
  color: white;
  cursor: not-allowed;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
}



@media (max-width: 768px) {
  .applications {
    flex-direction: column;
    align-items: center;
  }

  .application-card {
    width: 90%;
    height: auto;
    padding: 1.5rem;
  }

  .application-card h2 {
    font-size: 1.5rem;
  }

  .price {
    font-size: 1.5rem;
  }

  .apply-button {
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
  }
}

@media (max-width: 576px) {
  .application-section {
    padding: 2rem 1rem;
  }

  .clsod {
    font-size: 2rem;
    padding: 1rem;
  }

  .price {
    margin: 0.8rem 0;
  }
}


.imp{
  font-weight:600;
  font-style:Italic;
  text-decoration-line: underline;
}

.un{
  text-decoration-line: underline;
}

.it{
  font-style:Italic;
}

.bga{
  font-style:Italic;
  font-weight:600;
}

.crit{
font-size:25px;
}

.price {
  font-size: 3rem;
  font-weight: 600;
  color: #112A5C;
  

}
