.ozelalangrup .toggle-content { display: block !important; }

.text-anarenk{color:#f54c21;}
.text-ikincirenk{color:#335ccd;}

.header-logo img { width: 160px; height: auto; }

@media (min-width: 576px) {
  .header-logo img { width: 320px; height: auto; }
}

@media (min-width: 768px) {
  .header-logo img { width: 337px; height: auto; }
}

@media (min-width: 992px) {
  .header-logo img { width: 250px; height: auto; }
}




#header .header-nav.header-nav-links nav > ul > li > a { padding: 0 .9rem; }

@media (min-width: 992px) {
  #header .header-nav.header-nav-links nav > ul > li > a { padding: 0 .3rem; font-size:12px; }
}

@media (min-width: 1200px) {
  #header .header-nav.header-nav-links nav > ul > li > a { padding: 0 .5rem; font-size:14px; }
}



.btn-gradient:not(.btn-outline) { background: linear-gradient(to bottom, #ce1b30 0%, #f54c21 50%); color: #FFF; }


/*****ANASAYFA OKUL KUTULARI******/
.okulkutu { position: relative; width: 100%; height: 300px; padding: 0; border-radius: 15px; cursor: pointer; }
  .okulkutu .okulresim { position: absolute; top: 0; width: 100%; height: 100%; border-radius: 15px; background-size: cover; z-index: 2; transition: .5s; display: flex; justify-content: center; align-items: center; }
    .okulkutu .okulresim.aktif { height: 40%; top: -30px; }

    .okulkutu .okulresim .okulfiltre { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 15px; opacity: 0.6; }
    .okulkutu .okulresim h2 { position: relative; color: #fff; z-index: 3; text-align: center; margin: 0; }

  .okulkutu .okulliste { position: relative; width: 100%; height: 100%; border-radius: 15px; display: flex; justify-content: center; align-items: center; }
    .okulkutu .okulliste ul { list-style-type: none; width: 100%; padding: 40px 10px 0 10px; }
      .okulkutu .okulliste ul li { margin: 0; }
        .okulkutu .okulliste ul li a { color: #292929; }
          .okulkutu .okulliste ul li a:hover { color: #f94949; }

@media (min-width:992px) {
  .okulkutu .okulresim h2 { font-size: 1.8em; }
}

@media (min-width:1200px) {
  .okulkutu .okulresim h2 { font-size: 2.2em; }
}
/*****ANASAYFA OKUL KUTULARI******/


.ozellikler { display: flex; flex-wrap: wrap; justify-content: center; }
a.ozellik { display: inline-block; width: 150px; height: 150px; border-radius: 100%; border: dashed 2px; padding: 5px; margin: 5px; color: #fff; font-size: 1.2rem; }
  a.ozellik > div { width: 100%; height: 100%; border-radius: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-family: AvantgardeBold; padding: 40px; }

@media (min-width: 450px) {
  a.ozellik { width: 200px; height: 200px; }
}

@media (min-width: 768px) {
  a.ozellik { width: 160px; height: 160px; }
}

@media (min-width: 992px) {
  a.ozellik { width: 200px; height: 200px; }
}

select.form-control { border-color: rgba(249, 73, 73, 0.7) !important; color: #e9432e !important; }


.yarimbg { background: linear-gradient(to right, #335ccd 50%, transparent 50% 100%), url(https://d91485.claudeassets.com/20240223224634im_/https://www.asalegitim.com/Site/Library/images/ucakbg.png) no-repeat right center; color: #fff; position: relative; }
  .yarimbg .col-8 { background: #335ccd; border-radius: 0 60px 60px 0; }
  .yarimbg .owl-carousel.rounded-nav .owl-nav button[class*="owl-"] { border: 1px solid #fff !important; color: #fff; }

.yarimbg2 { background: linear-gradient(to left, #335ccd 50%, transparent 50% 100%), url(https://99472c.claudeassets.com/20240223224634im_/https://www.asalegitim.com/Site/Library/images/ucakbg2.png) no-repeat left center; color: #fff; position: relative; }
  .yarimbg2 .col-8 { background: #335ccd; border-radius: 60px 0 0 60px; }
  .yarimbg2 .owl-carousel.rounded-nav .owl-nav button[class*="owl-"] { border: 1px solid #fff !important; color: #fff; }


@media(max-width:991px) {
  .yarimbg, .yarimbg2 { background: #335ccd; }
}



/******anasayfa etkinlikler*********/
    .etkinlikler .row:nth-child(odd) .etkinlikimg{ order:1}
    .etkinlikler .row:nth-child(odd) .text-justify{order:2}

    .etkinlikler .row:nth-child(even) .etkinlikimg{ order:2}
    .etkinlikler .row:nth-child(even) .text-justify{order:1}


@media (max-width:767px) {
  .etkinlikler .etkinlikler { order: 1 !important; }
  .etkinlikler .text-justify { order: 2 !important; }
}


/***anasayfa haberler*****/
.haberler .owl-carousel .row { align-items: center; }



/*****haber detay sayfas�******/
.haberdetay .row { align-items: flex-end; }
.haberdetay a.haberlink { display: inline-block; text-align: center; color: #ef4424; margin: 0 5px; }
  .haberdetay a.haberlink i { font-size: 26px; }
  .haberdetay a.haberlink .sollink { }
  .haberdetay a.haberlink .saglink { }


  /******haberler sayfas�******/
  .haberler .haber .row{align-items:center;}


  /******sayfa******/

   .sidebar ul{ list-style-type: none; padding:0; margin:0; }
   .sidebar ul li{ margin: 2px 0;}
   .sidebar ul li a{color:#f54c21; padding:10px; display:block; border-radius:35px;}

   .sidebar ul li:hover > a, .sayfa .sidebar ul li.active > a{color:#fff; background: linear-gradient(to bottom, #ce1b30 0%, #f54c21 50%);}


  /****** footer ******/
.bg-color-red { background: #ef4424; color: #fff !important; }
  .bg-color-red a, .bg-color-red p { color: #fff !important; }


img{ max-width: 100% !important; height: auto;}

.mfp-content iframe{ margin: auto;}
/*
     FILE ARCHIVED ON 21:13:16 Mar 24, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:35:37 Jun 12, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.706
  exclusion.robots: 0.08
  exclusion.robots.policy: 0.065
  esindex: 0.012
  cdx.remote: 5.525
  LoadShardBlock: 156.072 (3)
  PetaboxLoader3.datanode: 694.851 (5)
  PetaboxLoader3.resolve: 369.448 (2)
  load_resource: 923.933
  loaddict: 33.292
*/