*{
    margin: 0;
    padding: 0;
}
:root {
    --clr-neon: rgb(10, 84, 245);
  }
  .clear{
    clear:both;
  }
  /**************HEADER***************/
  .kapsayici img{
    width: 60px;
    height: 60px;
    margin-left: 3%;
 }
 .isim{
   min-width: 297px;
 }
 .colappse{
   margin-left: 50px;
 }
 .colappse li{
   padding-left: 50px;
 }
 .navbar{
   max-width: 1200px;
   margin: 0 auto;
   margin-top: 40px;
 
 }
 .kapsayici h5{
    font-size: 1.1rem;
 }
 .kapsayici h4{
   font-size: 1.3rem;
 }
 .kapsayici img{
   margin: 0rem 1rem;
 }
/****************************************FOOTER**************************************/
.footer{
    padding: 30px 0 0 20px;
    position:relative;
    width: 100%;
    height: 10%;
    bottom: 0;
    margin-top: 100px;
    color: var(--clr-neon);
    box-shadow: inset 0 0 0.2em 0 var(--clr-neon), 0 0 0.5em 0 var(--clr-neon);
}
.footer a{
    list-style-type: none;
}
.footer ul{
    list-style: none;
    text-align: start;
    
}

.footer-col{
      width: 31%;
     padding-left: 5px;
     display: block;
     text-align: center;
    
      
}
.row{
    display:flex;
    flex-wrap:wrap;
}
.footer-col h4{
    font-size:18px;
    color:#ffff;
    text-transform: capitalize;/*harfleri büyütmek için */
    margin-bottom:35px; /*altan boşluk*/
    font-weight:500 ;
    position: relative;/*konum*/
    display: inline-block;
}
.footer-col h4::before{
    content:'';
    position:absolute;
    left: 0;
    bottom:-10px;
    background-color:#0D6EFD;
    height: 3px;
    box-sizing: border-box;
    width: 100%;
   
}
.footer-col ul li:not(:last-child){
    margin-bottom:20px;/*sonraki çocukların altına 20px lik boşluk bırak*/

}
.footer-col ul li a{
    font-size:18px;
    text-transform:capitalize;/*/ harfleri büyüt*/
    color:#ffffff;
    text-decoration:none;
    font-weight: 300;/*yazı kalınlığını büyüt*/
    color:#bbbbbb;
    display: inline-block;
    transition:all 0.4s ease;
}
.footer-col ul li a:hover{
    color:#0D6EFD;
   
}
.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-right: 10px;
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color:#ffffff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover{
    color: white;
    background-color: #0D6EFD;

}
/*responsive*/
@media(max-width:767px){
    .footer-col{
        width: 50%;
        margin-bottom:30px;
        text-align: center;
    }
}
@media(max-width:574px){
    .footer-col{
        width: 100%;
        margin-bottom:30px;
       text-align: center;
    }
}


