* {
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }

  html {
    height: 100%;
    scroll-padding-top: 90px;
    scroll-behavior: smooth;
  } 
  body{
    background-color: #efeed6;
    align-items: center;
    margin: 0;
    padding: 0;
    align-content: space-around;

  }

.fixed-header {
  position: absolute; /* veya fixed, sayfa kaydırıldığında da sabit kalmasını istiyorsanız */
  top: 120px;          /* üstten uzaklığı, mevcut tasarımınıza göre ayarlayın */
  left: 50%;          /* yatayda ortalamak için */
  transform: translateX(-50%); /* tam ortalama */
  font-size: 54px;    /* mevcut font-size ile aynı */
  color: #262262;     /* mevcut renk ile aynı */
  z-index: 1000;      /* diğer öğelerin üstünde görünsün */
  pointer-events: none; /* tıklanabilir olmasını engeller, isterseniz kaldırabilirsiniz */
  font-weight: 500;
}

@media (max-width: 768px) {
  .fixed-header {
    font-size: 29px;
    top: 120px;
    width: 100% !important;
    text-align: center;
  }
}

#venue{
  margin-top: 260px;
}

.conf{
  margin-top: 194px;
  text-align: center;
}

.ct{
  color: #112A5C;
  font-size: 55px;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.vns{
  color: #112A5C;
  font-size: 22px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  max-width: 1200px; 
  margin: 0 auto;
  text-align: center;
}

.accommodation{
  margin: 50px auto;
}

.addr{
  color: #112A5C;
  font-size: 24px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  margin: 30px;
  display: block;
}

* {
  scrollbar-width: auto;
  scrollbar-color: #002244 silver;
}

*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: silver;
}

*::-webkit-scrollbar-thumb {
  background-color: #112A5C;

}

*{
  user-select: text;
}
*::selection{
  color: silver;
  background-color: #112A5C;
}

*::-moz-selection{
  color: silver;
  background-color: #112A5C;
}
*::selection{
  color: silver;
  background-color: #112A5C;
}

*::-moz-selection{
  color: silver;
  background-color: #112A5C;
}


.tba{
  color: #112A5C;
  font-size: 45px;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}



.pd{
  color: #112A5C;
  font-size: 25px;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}



.can{
  margin: 20px;
}

.pricing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.pricing-item {
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.pricing:last-child{
  margin-bottom: 40px;
}

.pd {
  color: #112A5C;
  font-size: 25px;
  font-weight: 700;
}

.pr {
  color: #06294e;
  font-size: 20px;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
}


.ea{
  font-size: 60px;
  font-weight: 200;
  font-optical-sizing: auto;
  font-style: normal;
  color: #002244;
  margin: 0;
}

#babalar{
  margin-bottom: 20px !important;
}




.acc{
  margin-bottom: 60px !important;
}

.container {
  margin: 0 auto;
  padding: 4rem;
  width: 90%;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #002244;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #002244;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  min-width: 10px;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #002244;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #002244;
  border: 1px solid #002244;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded='true'] {
  color: #002244;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 1em 0;
  font-optical-sizing: auto;
  font-style: normal;
}

.accordion-title{
  font-size: 60px;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 22px;
}



.n{
  color: #002244;
  font-size: 24px;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
  margin: 20px !important;
  margin: 0 auto;
}

.tax{
  color: #002244;
  font-optical-sizing: auto;
  font-style: italic;
}

.bb{
  font-optical-sizing: auto;
  font-weight: 900;
  color: #002244;
  font-size: 36px;
}

.map{
margin: 30px auto;
}




.niger{
  text-decoration: none;
  color: #002244;
  font-weight: 700;
}


.study-guide-button {
  padding: 15px 30px;
  background-color: #002244;
  color: white;
  display: block;
  font-size: 1.5rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
  text-align: center;
  font-family: mon;
  font-weight: 900;
}
.study-guide-button:hover {
  background-color: #06294e;
  cursor: default;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.button-container a{
  margin: 0 10px;
}


@media (max-width: 768px) {
  .accordion-title {
    font-size: 18px;
  }
  .accordion button {
    padding: 0.5em;
  }
  .accordion .accordion-content p {
    font-size: 0.9rem;
  }
  .map{
    width: 350px;
  }
  .n{
    font-size: 18px;
  }
  .bb{
    font-size: 20px;
  }
  .study-guide-button {
    font-size: 1.2rem;
}
.conf {
  margin-top: 100px;
}

.ct {
  font-size: 40px;
}

.vns {
  font-size: 18px;
  max-width: 360px;
}

.addr {
  font-size: 18px;
}

.tba {
  font-size: 30px;
}

.ea {
  font-size: 40px;
}
.pricing-item:nth-child(7) {
  grid-column: 1;
}
#accoo{
  font-size: 27px;
}
}


@media (max-width: 480px) {
  .study-guide-button {
      font-size: 1rem;
  }
  .pricing {
    grid-template-columns: 1fr;
  }
}

.pcan{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color: #112A5C;
    font-weight: 500;
    font-size: 18px;
}

.hote{
    color: #112A5C;
    font-weight: 600;
    font-size: 18px;
}

.zipzipbuton{
  background-color: #002244;
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  margin: 60px auto;
}

.apply-button {
  margin-top: auto;
  padding: 0.6rem 1.2rem;
  background-color: #112A5C;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  font-size: 24px;
  position: relative;
  bottom: 40px;
}

.apply-button:hover {
  background-color: #0a1e44;
}

.pricelar {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

#allahcan{
  margin-bottom: 80px;
}