html, body {
  margin: 0px;
  padding: 0px;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header {
  z-index: 1;
  /**position: fixed;**/
  height: 60px;
  width: 100%;

  background: rgba(0, 0, 0, 0);
}



header a {
  color: white;
  background: rgba(0, 0, 0, 0);
  display: inline-block;
  padding: 0px 30px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;

}

header a .logoimg{
  display: inline-block;
  padding: 0px 0px;
  height: 60px;
  line-height: 0px;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  padding:0;
  margin:0;

}

#hero1 {
  z-index:-10;
  margin-top:-100px;
  background: url('/static/assets/img/bg.png');
  background-size: 100%; /* İlk boyutu belirtiyoruz */
  background-position: center center;
  background-attachment: fixed;

  animation: zoomEffect 20s infinite ease-in-out; /* Animasyon ekleniyor */
}

@keyframes zoomEffect {
  0% {
    background-size: 100%; /* Başlangıç boyutu */
  }
  50% {
    background-size: 120%; /* Ortada %20 büyütme */
  }
  100% {
    background-size: 100%; /* Tekrar başlangıç boyutuna dönüyor */
  }
}

.hero1title{
  font-size:3rem;
  line-height:3.2rem;
  font-weight:900;
    letter-spacing:-5px!important;
}

@media screen and (min-width: 580px) {
 .hero1title{
  font-size:7rem;
  line-height:7.2rem;
  font-weight:900;
  letter-spacing:-5px;

}}
.nav-link{
width:180px!important;
padding:0px 10px!important;

}


#hero2 {
  background: url('/static/assets/img/crown.jpeg');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.hero, .content {
  text-align: center;
  position: relative;
  width: 100%;
}

.inner {
  min-height: 800px;
  position: relative;
}

.hero .inner {
  background: rgba(0, 0, 0, 0.2) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;
}

.herotwo .inner {
  background: rgba(0, 0, 0, 0.7) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;
}

.copy {
  position: absolute;
  top: 30%;
  height: 10em;
  margin-top: -5em;
  width: 100%;
}

.hero h1, .hero p {
  color: #fff;
}

.content h1, .content p {
  color: #333;
}

h1 {
  margin: 0px;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-size: 32px;
  padding: 0px 20px;
}

p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  padding: 0px 20px;
}

.nav-link{
  background: rgba(0,0,0, 0.9)!important;
  display: inline-block;
  font-size:21px!important;
  width:200px;
  font-weight:600!important;
  text-align:center;
}


.btntakvim{
  background-color: #48a9b2;
  padding:8px 15px;
  color:white;
  font-size:21px;
  text-decoration:none;
  font-weight:600;
}
.btnbasvur{
  background-color:rgba(0,0,0, 0.6)!important;
  padding:8px 15px;
  color:white;
  font-size:21px;
  text-decoration:none;
  font-weight:600;
}


/** timeline **/

.timeline {
  width:800px;
  height: 20px;
  list-style: none;
  text-align: justify;
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(72,169,178,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(72,169,178,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(72,169,178,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(72,169,178,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(72,169,178,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);

}

.timeline:after {display: inline-block; content: ""; width: 100%;}

.timeline li {
  display: inline-block;
  width: 20px;
  height: 20px;
  background:  #48a9b2;
  text-align: center;
  line-height: 1.2;
  position: relative;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.timeline li:before {
  display: inline-block;
  content: attr(data-year);
  font-size: 19px;
  position: absolute;

  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.timeline li:nth-child(odd):before {
  top: -70px;
}
.timeline li:nth-child(even):before {
  bottom: -70px;
}

.timeline li:after {
  display: inline-block;
  content: attr(data-text);
  font-size: 16px;
  font-weight:400;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.timeline li:nth-child(odd):after {
  bottom: 0;
  margin-bottom: -10px;
  -webkit-transform: translate(-50%, 100%);
     -moz-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
       -o-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.timeline li:nth-child(even):after {
  top: 0;
  margin-top: -10px;
  -webkit-transform: translate(-50%, -100%);
     -moz-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
       -o-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

/** galeri **/



/** haber **/

.haberresim img{
  width:100%;
}

.habertitle h3{
  font-size:24px;
  text-align: left;
  padding:10px;
  font-weight: bold;
  line-height:24px;
  letter-spacing:5px;
  height: 100px;
  overflow: hidden;
}

/** takvim **/
.timelines {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.timelines:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80,80,80);
  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);

  z-index: 5;
}

.timelines li {
  padding: 1em 0;
}

.timelines li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;

  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(248,248,248);
  padding: 6px 10px;
  border-radius: 5px;
    font-size:12px;
  font-weight: 600;
  text-align: left;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid rgb(255,80,80);
  z-index: 10;
}

.direction-r .flag:before {
  left: -40px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;

  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250,80,80);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248,248,248);
  font-size:16px;
}

.desc {
  margin: 1em 0.75em 0 0;

  font-size: 0.57777em;
  font-style: italic;
  line-height: 1.5em;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

.timelines {
 	width: 100%;
	padding: 4em 0 1em 0;
}

.timelines li {
	padding: 2em 0;
}

.direction-l,
.direction-r {
	float: none;
	width: 100%;

	text-align: center;
}

.flag-wrapper {
	text-align: center;
}

.flag {
	background: rgb(255,255,255);
	z-index: 15;
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: -30px;
	left: 50%;
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	margin-left: -9px;
	background: #fff;
	border-radius: 10px;
	border: 4px solid rgb(255,80,80);
	z-index: 10;
}

.direction-l .flag:after,
.direction-r .flag:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -8px;
	height: 0;
	width: 0;
	margin-left: -8px;
	border: solid transparent;
	border-bottom-color: rgb(255,255,255);
	border-width: 8px;
	pointer-events: none;
}

.time-wrapper {
	display: block;
	position: relative;
	margin: 4px 0 0 0;
	z-index: 14;
}

.direction-l .time-wrapper {
	float: none;
}

.direction-r .time-wrapper {
	float: none;
}

.desc {
	position: relative;
	margin: 1em 0 0 0;
	padding: 1em;
	background: rgb(245,245,245);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	box-shadow: 0 0 1px rgba(0,0,0,0.20);

  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
	position: relative;
	margin: 1em 1em 0 1em;
	padding: 1em;

  z-index: 15;
}

}



/* Giriş */

.girisform input[type="text"], .girisform input[type="password"] ,.girisform input[type="email"]{
  width: 100%;
  padding: 3px;
  font-size:19px;
  margin-bottom:40px;
  margin-top:-10px;
  display: inline-block;
  border: none;
  border-bottom:2px solid black;
  box-sizing: border-box;
}

input:focus {
    outline: none; /* Mavi kenarlığı kaldırır */
    shadow: none; /* Gölgelendirmeyi kaldırır */
}

.girisform a{
text-decoration:none;
margin-top:20px;
font-size:14px;
color:black;
text-align:right;
}

a {
  text-decoration:none!important;
 }

  @media screen and (max-width: 660px) {
    .direction-l .flag:before, .direction-r .flag:before {
    left:48%;
    width:25px;
    height:25px;
    border-radius:15px;
    }
    }

    .direction-l .flag:before, .direction-r .flag:before {

    width:25px;
    height:25px;
    border-radius:15px;
    }


@media screen and (max-width: 660px) {
  .navbar-collapse {
    background: black;
    width: 100%!important;
  }
  .navbar-nav {
    width: 100%;
    text-align: center;  /* Düzeltildi */
  }
  .navbar-link {
    display: block;
    text-align: center!important;  /* Doğru kullanım */
    width: 100%;
    margin-bottom: 20px;
  }
  .nav-link {
    width: 100%!important;
    margin: auto;
    display: block!important;
    text-align: center;
  }
  .nav-item {
    text-align: center;
    background: black;
    width: 100%!important;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.sponsors-section {
    <text-align: center;
}
.sponsor-category {
    margin-bottom: 20px;
}
.sponsors-list {
    list-style-type: none;
    padding: 0;
}
.sponsors-list li {
    display: inline-block;
    margin: 10px;
}
.sponsor-link img {
    width: 300px; /* veya istediğiniz başka bir boyut */
    height: auto;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
}>


