@charset "utf-8";

@font-face {
  font-family: corvuslight;
  src: url(images/CorvusLight.ttf);
}

@font-face {
  font-family: corvusmedium;
  src: url(images/CorvusMedium.ttf);
}

@font-face {
  font-family: corvusbold;
  src: url(images/CorvusBold.ttf);
}

  /* Style the list */
  .breadcrumb{
    position: -webkit-sticky;
    position: sticky;
    box-shadow: 0px 15px 20px black;
    top: 0px;
    z-index: 99;
    border-radius: 15px;
    
  }
  
  ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #ffffff;
    font-family: corvuslight;
  }
  
  /* Display list items side by side */
  ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #FF0085;
    font-family: corvuslight;
  }
  
  /* Add a slash symbol (/) before/behind each list item */
  ul.breadcrumb li+li:before {
    padding: 8px;
    color: #ffffff;
    content: "/\00a0";
    font-family: corvuslight;
  }
  
  /* Add a color to all links inside the list */
  ul.breadcrumb li a {
    color: #202020;
    text-decoration: none;
    font-family: corvuslight;
  }
  
  /* Add a color on mouse-over */
  ul.breadcrumb li a:hover {
    color: #000000;
    text-decoration: underline;
  }

  .whatsapp a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
  }
  
  .whatsapp img{
    width: 50px;
    height: 50px;
  }
  
  .telegram a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 90px;
    right: 20px;
    background-color: #00abee;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
  }
  
  .telegram img{
    width: 50px;
    height: 50px;
  }





  body{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: black;
  }
  
  header{
    width: 80%;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    border-radius: 15px;
  }
  
  header h1{
    color: #FF0085;
    font-family: corvusbold;
    font-size: larger;
    margin: 0px;
    padding: 0px;
  }
  
  #logo{
    width: 30%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  #slider{
    width: 100%;
    height: 200px;
    background-color: purple;
    display: none;
  
  }
  
  nav{
    margin: 10px;
  }
  
  nav ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
  }
  
  nav ul li{
    padding: 2px;
  }
  
  nav ul li a{
    text-decoration: none;
    color: white;
    background-color:rgba(156,0,155,1);
    display: block;
    width: 100%;
    padding: 5px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    font-family: corvusmedium;
  }
  
  nav ul li a:hover{
    background: rgb(252, 6, 211);
    color: #fff;
  }
  
  section{
    width: 80%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    border-radius: 15px;
    padding-bottom: 15px;
  }
  
  section h2{
    font-family: corvusbold;
    text-align: center;
  }
  
  section h3{
    font-family: corvusbold;
    text-align: center;
  }
  
  section img{
    width: 100%;
    height: auto;
  }
  
  article{
    width: 80%;
  }
  
  article img{
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  
  section p{
    font-family: corvuslight;
  }
  
  footer{
    font-family: corvuslight;
    width: 80%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    border-radius: 15px;
  }
  
  footer h6{
    color: #FF0085;
  }








/*mobil için*/
@media only screen and (max-width:768px){

}

/* Masaüstü için      */
@media screen and (min-width: 769px) {

}
