* {
    user-select: none;
    box-sizing: border-box;
  }
  #beyaz{
    width: 90px;
  }
body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #efeed6;
    color: #262262;
    display: flex;
    flex-direction: column;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#toggleTitle{
display: none;
}

  
  .top-section{
    text-align: center;
    padding-top: 20px;
  }
  
  .foto *{
    z-index: 10;
  }
  
  
  * {
    scrollbar-width: auto;
    scrollbar-color: #002244 silver;
  }
  
  *::-webkit-scrollbar {
    width: 16px;
  }
  
  *::-webkit-scrollbar-track {
    background: silver;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: #112A5C;
  
  }

  .button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: rgba(255, 232, 172, 0.493);
    z-index: 10000;
    border-top: #06294e 2px solid;
}




  .ctitle {
    font-size: 5rem;
    text-align: center;
    margin-bottom: 60px;
    margin-top:100px !important;
    color: #A18F61;
    font-optical-sizing: auto;
    font-weight: 800;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;

}

.team-info p{
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
}



.para:last-child{
  margin-bottom: 60px;
}

.team-info p strong{
  font-weight: 500;
}



.para{
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  margin: 15px 150px 30px 150px;
  font-style: italic;
  user-select: text !important;
}

.para::-moz-selection{
  color: silver;
  background-color: #112A5C;
}

.para::selection{
  color: silver;
  background-color: #112A5C;
}

.all{
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  font-style: italic;
}

.allahcan *::selection{
    color: silver;
    background-color: #262262;
}

.allahcan *::-moz-selection{
    color: silver;
    background-color: #262262;
}

.allahcan{
margin: 50px 0;
}

.allahcan *{
  user-select: text !important;
}

.allahcan p{
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
}


.button-container a{
  margin: 0 10px;
}

.study-guide-button {
    padding: 15px 30px;
    background-color: #262262;
    color: #A18F61;
    display: block;
    font-size: 1.5rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
  }

.long-description p{
  font-weight: 400;
  margin-bottom: 100px;
  text-align: center;
}




.study-guide-button:hover {
    background-color: #06294e;
}
.team-info p{
  margin: 5px 0;
}
.team-info {
  text-align: center;
  margin: 20px 0;
  font-size: 2rem;
}

.team-info h3 {
  margin-bottom: 10px;
  font-size: 3rem;
  color: #262262;
}

.long-description {
  text-align: center;
  margin: 0 40px 40px 40px !important;
  font-size: 24px;
  line-height: 1.6;
}

.long-description h3 {
  margin-bottom: 10px;
  font-size: 60px;
  color: #262262;
  margin: 0 !important;
}

.top-section strong{
  font-weight: 200;
}



.ai{
  font-size: 2rem;
  font-weight: 500 !important;
}





@media (max-width: 768px) {
  #toggleTitle {
      font-size: 2.5rem;
  }

  .ctitle {
      font-size: 3rem;
      margin-top: 30px;
  }

  .team-info, .long-description, .team-info h3 {
      font-size: 1.6rem;
  }

  .study-guide-button {
      font-size: 1.2rem;
  }
  .top-section{
    padding-top: 10px;
  }
  .ldt{
    font-size: 1.7rem !important;
  }
  .container{
    padding-top: 0;
  }
  .navbar + .container {
    margin-top: 0;
}
  .content-wrapper {
    padding: 10px;
}

  .top-section {
    padding-top: 10px;
}
.para{
  font-size: 22px;
  margin: 15px 15px;
}
.long-description p{
  margin-bottom: 50px;
}
}

@media (max-width: 480px) {
  #toggleTitle {
      font-size: 2rem;
  }

  .ctitle {
      font-size: 2.5rem;
  }

  .team-info, .long-description, .team-info h3 {
      font-size: 1rem;
  }

  .study-guide-button {
      font-size: 1rem;
  }
}

.container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity .7s ease;
  -webkit-transition: opacity .7s ease;
  -moz-transition: opacity .7s ease;
  -ms-transition: opacity .7s ease;
  -o-transition: opacity .7s ease;
  padding: 20px 0;
}

#toggleTitle {
  cursor: pointer;
}

.content {  
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  padding-top: 20px; 
}

.content.show {
  opacity: 1;
  display: block;
}


.additional-text {
  display: none;
}

.button-container{
  left: 0;
  bottom: 0;
  width: 100%;
}

.usg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px 20px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.ushor {
  background-color: #ffffff; 
  border-radius: 8px;
  padding: 15px 20px;
  width: calc(33.333% - 20px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.ushor h2 {
  font-size: 2rem;
  color: #262262; /* Primary color for titles */
  margin-bottom: 20px;
  
  font-weight: 600;
  transition: color 0.3s ease; /* Smooth color transition */
}

.ushor a {
  display: inline-block;
  text-decoration: none;
  color: white;
  background-color: #002244;
  padding: 10px 20px;
  font-size: 1.5rem;
  
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.ushor:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.ushor h2:hover {
  color: #06294e;
}

.ushor a:hover {
  background-color: #06294e;
  color: #f9f9f9;
}
@media (max-width: 768px) {
  .ushor {
      width: calc(50% - 20px);
  }

  .ushor h2{
    font-size: 1.5rem;
  }
  .ushor a{
    font-size: 1rem;
  }
  .aa{
  font-size:26px !important;
}

}

@media (max-width: 480px) {
  .ushor {
      width: 100%;
  }
}

.kon {
  font-size: 1.5rem;
  color: #262262;
  
  font-weight: 500;
  line-height: 1.6;
  text-align: center; 
  margin: 20px auto; 
  padding: 10px 20px;
  background-color: #f0f0f0; 
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 800px;
}
.kon:hover {
  background-color: #e6e6e6; 
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); 
}
.kon strong {
  font-weight: 600;
  color: #262262;
}




.top-section-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom:30px;
}

.top-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 1;
  pointer-events: none;
}

.top-section {
  position: relative;
  z-index: 2;
  padding-top: 60px;
}







@media (max-width: 768px) {
    .kon {
      font-size: 1.3rem;
      padding: 10px 15px;
      max-width: 90%;
  }
  .top-section-wrapper {
  padding-bottom:20px;
}
  #toggleTitle {
      font-size: 2.5rem;
  }

  .ctitle {
      font-size: 3rem;
      margin-top: 45px !important;
  }

  .team-info, .long-description, .team-info h3 {
      font-size: 1.6rem;
  }

  .study-guide-button {
      font-size: 1.2rem;
  }
  .top-section{
    padding-top: 10px;
  }
  .ldt{
    font-size: 1.7rem !important;
  }
  .container{
    padding-top: 0;
  }
  .navbar + .container {
    margin-top: 0;
}
  .content-wrapper {
    padding: 10px;
}

  .top-section {
    padding-top: 10px;
}
.para{
  font-size: 22px;
  margin: 15px 15px;
}
  .button-container {
    flex-wrap: wrap; /* butonlar satır kırabilir */
    justify-content: center;
    padding: 10px;
    gap: 8px;
  }

  .button-container a {
    flex: 1 1 calc(50% - 20px); /* her satırda 2 buton */
    font-size: 0.9rem;
    padding: 10px 5px;
    margin: 5px 0;
    text-align: center;
  }
  #fc {
    font-size: 14px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
  }
}

@media (max-width: 480px) {
  .kon {
      font-size: 1.1rem;
      padding: 8px 10px;
      margin: 15px auto;
  }
  #toggleTitle {
      font-size: 2rem;
  }

  .ctitle {
      font-size: 2.5rem;
  }

  .team-info, .long-description, .team-info h3 {
      font-size: 1rem;
  }

  .study-guide-button {
      font-size: 1rem;
  }
}



.top-section-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #efeed6;
  z-index: 1;
}

.top-section {
  position: relative;
  z-index: 2;
  color: #262262;
  padding: 40px 20px;
  text-align: center;
}
