/* reset css */

html {
    box-sizing: border-box;
    font-size: 16px;
}
  
*, *:before, *:after {
  box-sizing: inherit;
}

body{
  background-color: #0a0a3d;
  font-family: sans-serif;
  justify-content: center;
  align-items: center;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
margin: 0;
padding: 0;
font-weight: normal;
}

ol, ul {
list-style: none;
}

img {
max-width: 100%;
height: auto;
}

/* 0C134F */
/* 0b1e3e */

body{
background-color: #0a0a3d;
background-size: cover;
background-attachment: fixed;
font-family: sans-serif;

}

.logo a img{
height: 60px;
width: 60px;
margin: 10px auto;
}

*{
padding: 0;
margin: 0;
text-decoration: none;
list-style: none;
box-sizing: border-box;
}

nav{
  background: #0C134F;
  height: 80px;
  width: 100%;
  font-family: sans-serif;
}
label.logo{
  color: white;
  font-size: 35px;
  line-height: 80px;
  padding: 0 100px;
  font-weight: bold;
}
nav ul{
  float: right;
  margin-right: 20px;
}
nav ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}
nav ul li a{
  color: white;
  font-size: 17px;
  padding: 7px 13px;
  border-radius: 3px;
  text-transform: uppercase;
}
.nav-item:hover{
  background: #1D267D;
  transition: .2s;
}
.checkbtn{
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}
@media (max-width: 952px){
  label.logo{
    font-size: 30px;
    padding-left: 50px;
  }
  nav ul li a{
    font-size: 16px;
  }
}
@media (max-width: 858px){
  .nav{
    z-index: 1;
  }
  .checkbtn{
    display: block;
  }
  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
  }
  a:hover,a.active{
    background: none;
    color: #0082e6;
  }
  #check:checked ~ ul{
    left: 0;
  }
  nav{
    position: fixed;
    top: 0;
  }
  .picture{
      width:100%;
  }
}


.guide a{
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
  height: 60px;
  width: 240px;
  background-color: #1D267D;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  text-align: center;
  padding-top: 15px;
  border-radius: 20px;
  transition: transform 0.15s;

}

.guide{
  width: 240px;
  margin: 40px auto 3%;
}

.guide a:hover{
  /* height: 70px;s
  font-size: 28px;
  width: 280px; */
  transform: scale(1.1);
}

.guide a:hover:not(:hover){
  transform: scale(calc(1/11));
}


.picture{
    margin: 2% auto 5%;
    width: 60%;
    height: 20%;
}

.picture img{
    justify-content: center;
    width: 100%;


}




.title{
  display: block;
  color: #FFFFFF;
  margin-top: 200px;
  width: 90% ;
  margin: 40px auto 3%;
  border-bottom: #FFFFFF 1px solid;
  font-family: 'Agdasima', sans-serif;
  font-size: 48px;
}



.agenda-title{
  
  display: block;
  color: #FFFFFF;

  width: 40% ;
  margin: 40px auto 3%;
  
}

#title{
  border-bottom: #FFFFFF 1px solid;
  font-family: 'Agdasima', sans-serif;
  font-size: 36px;
}

h5{
    color:#FFFFFF;
    font-family:arial;
    font-size:25px;
}

.text{
  color: #adadad;
  font-family: 'Work Sans',sans-serif;
  font-size: 20px;
  text-align: justify;
  line-height: 35px;
  width: 60%;
  margin: 0 auto;
}




.footer{
  width: 100%;
  background-color: #0C134F;
  height: 75px;
  bottom: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #0C134F;
  color: white;
  padding: 20px;
  text-align: center;
  margin-top: 25px;
}

.footer-icon{
  width: 50px;
  height: 50px;
}


.footer {
  background-color: #0C134F;
  color: white;
  padding: 20px;
  text-align: center;
}

.contact a {
  text-decoration: none;
  color: white;
  margin: 5px;
  display: block;
}

.contact a i {
  margin-right: 5px;
}

.contact a:hover {
  text-decoration: underline;
}

/* Font Awesome ikonları için stiller */
.fas, .fab {
  font-size: 18px;
}

.footer{
  width: 100%;
  background-color: #0C134F;
  height: 75px;
  bottom: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #0C134F;
  color: white;
  padding: 20px;
  text-align: center;
  margin-top: 25px;
  bottom: 0;
}

.footer-icon{
  width: 50px;
  height: 50px;
}


.footer {
  background-color: #0C134F;
  color: white;
  padding: 20px;
  text-align: center;
}