body{
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

*{
 box-sizing: border-box;   
}


.navbar {
    font-weight: bold;
    background-color: #000;

}

.nav-item{
     margin-right: 3px;
    border: 1px solid rgba(254, 206, 26, 0.56);
}
.nav-link {
    transition: .5s;
    color:#fff;
    text-transform: uppercase;
    font-weight: 300;
   
    
}

.nav-link:hover {
    color: #fece1a;
}

@media screen and (max-width: 600px) {
  #numara {
    visibility: hidden !important; 
    display: none !important;
  }
}

#numara {
    position: absolute;
    top: 0;
    right: 20.3%;
    color: #000;
    font-weight:bold ;
    font-size: 30px;
}

#grey {
    width: 100%;
    height: 45px;
    background: #fece1a;
    position: relative;

}

#grey:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 18px solid #000;
    border-left: 18px solid #fece1a;
    width: 20%;
}
#grey2 {
    width: 100%;
    height: 35px;
    background: #fece1a;
    position: relative;

}

#grey2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 18px solid #fff;
    border-right: 18px solid #fece1a;
    width: 20%;
}

#header h1{
    margin-top: 10%;
}
#ince-yazi{
   font-weight: 300; 
}
.btn-outline-secondary{
    padding: 10px 20px ;
    color: #fece1a;
    font-weight: 600;
    background-color: #000;
    border: 1px solid #fece1a;
}
#section1{
    background-color: #000;
    color: #fff;
}
#section1 h2{
    font-weight:100; 
    font-size: 26px;
}
#section1 input{
    color: #fece1a;
    background-color: transparent;
    border: 1px solid #fece1a;
    padding: 5px 20px;
    border-radius: 18px;
}
#section1 input::placeholder{
    color: #fece1a;
    
}
#section2 .display-4{
    font-size: 30px;
    line-height: 50px;
}

#section2 .icon{
    text-align: center;
    color: #fece1a;
    margin-right:15px;

}
#section2 h4{
    font-weight: 600;
    font-size: 20px;
}
#section2 p{
    font-weight: 300;
    
}


#section1 .btn-warning{
   border-radius: 18px;
    color: #fece1a;
    background-color: transparent;
    font-weight: 600;
    border: 1px solid #fece1a;
}
#section1 .btn-warning:hover{
   border-radius: 18px;
    color: #000;
    background-color: #fece1a;
    border: 1px solid #fece1a;
}
.btn-outline-secondary:hover{
    color: #fece1a;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid #000;
}
#kalin-yazi{
    font-weight: 600; 
    
}


.info{
     position: absolute;
    top: 0;
    left: 20.3%;
    color: #000;
    font-weight:bold ;
    font-size: 30px;
  
}
.info:hover{
    color: #000;
    
}
.hr{
  
    border: none;
    border-top: 1px solid #fece1a;
}

#section3 .card{
    border: none;
    background-color: rgba(255, 255, 255, 0.56);
    border-radius: 0;
    height: 200px;
    border-top: 2px solid #fece1a;
    
}
#section3{
    background-image: url(img/4207c397c9.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
   
}
#section3 span{
    font-size: 25px;
}
#section3 h4{
    font-size: 30px;
}
.zoom {

    transition: transform .4s;
    margin: 0 auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }
  
  .zoom:hover {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
    -webkit-filter: none;
  filter: none;
  }
#footer{
      background-color: #000;

  }
  #footer h4{
      color: #fece1a;
      font-size: 20px;
      font-weight: 300;
  }
  #footer .list-group-item{
      background-color: transparent;
      text-align: left;
  }
  #footer ul li a{
      color:#fff;
  }
  #footer ul li i{
    color:#fece1a;
    margin-right:3px;
}
.footer-icon i{
    font-size: 30px;
}

.breadcrumb{
    background-color: transparent;
    
}
.breadcrumb a{
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}
.list-group-item.active {

    color: #fece1a;
    background-color: #000;
    border-color: #fece1a;
}
.icerik-baslik{
    font-weight: bold;
    color: #fece1a;
    text-shadow: 1px 1px 8px #000;
}
.paragraf{
   line-height: 30px;
}
#iletisim .form-control{
    border: 0;
    border-bottom: 1px solid rgba(243, 240, 233, 0.24);
   
    border-radius: 0;
    color: #fff;
    outline: 0;
}
.form-control:focus{
    border: 1px solid #fece1a;
    box-shadow: 0px 0px 5px #fece1a;
}


.btn-warning{
   border-radius: 18px;
    color: #fece1a;
    background-color: transparent;
    font-weight: 600;
    border: 1px solid #fece1a;
}
.btn-warning:hover{
    color: #000;
    
}
#iletisim .display-4{
    font-size: 35px;
    font-weight: 500;
    
}








